Not compiling under MinGW-64 (static link)
- Lenguaje dominante
- C
- Estrellas
- 10.9k
- Forks
- 612
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
- 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:

Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.