Not compiling under MinGW-64 (static link)
- 主要言語
- C
- スター
- 10.9k
- フォーク
- 612
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
- Errors: (Also why is it displaying C:/projects/libui/....... ? I do not have this path anywhere

- G++ Version and info:

As an added info, the failing is:
```cpp
uiInitOptions o;
uiWindow *w;
memset(&o, 0, sizeof (uiInitOptions));
if (uiInit(&o) != NULL) abort();
w = uiNewWindow("Hello", 320, 240, 0);
uiWindowSetMargined(w, 1);
// onClosing is in another static function
uiWindowOnClosing(w, onClosing, NULL);
uiMain();
uiMain();
```
EDIT: If I try to build the source myself as the docs say, CMAKE success in the genreation but when make command is invoked, it fails at the following:

コントリビューションガイド
評価
この issue はまだ評価されていません。