-
Notifications
You must be signed in to change notification settings - Fork 624
Open
Milestone
Description
As an added info, the failing is:
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:
Metadata
Metadata
Assignees
Labels
No labels