andlabs / andlabs/libui

Not compiling under MinGW-64 (static link)

Aperta
#438 17 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C
Stelle
10.9k
Fork
612
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

- 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)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.