andlabs / andlabs/libui

Not compiling under MinGW-64 (static link)

Abierto
#438 17 comentarios 0 reacciones 0 asignados Ver en GitHub
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
![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)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.