Not compiling under MinGW-64 (static link)
- 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

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

Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.