andlabs / andlabs/libui

Not compiling under MinGW-64 (static link)

Ouverte
#438 17 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C
Étoiles
10.9k
Forks
612
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.