andlabs / andlabs/libui

Not compiling under MinGW-64 (static link)

オープン
#438 コメント 17 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C
スター
10.9k
フォーク
612
PR マージ指標
30日以内にマージされた PR はありません

説明

- Errors: (Also why is it displaying C:/projects/libui/....... ? I do not have this path anywhere
![image](https://user-images.githubusercontent.com/6124435/48138278-48481e80-e2a4-11e8-927b-6f0a64c5a6f4.png)

- G++ Version and info:
![image](https://user-images.githubusercontent.com/6124435/48138425-9826e580-e2a4-11e8-87ec-8b40b26b60f7.png)

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:

![image](https://user-images.githubusercontent.com/6124435/48142422-138c9500-e2ad-11e8-8b08-900a51864cb2.png)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。