Skip to content

Not compiling under MinGW-64 (static link) #438

Description

@ConsoleTVs
  • Errors: (Also why is it displaying C:/projects/libui/....... ? I do not have this path anywhere
    image

  • G++ Version and info:
    image

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:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions