andlabs / andlabs/libui

Not compiling under MinGW-64 (static link)

Open
#438 17 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
10.9k
Forks
612
PR merge metrics
No merged PRs in 30d

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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.