duck
duck

Reputation: 58

Error when building FLTK: Configure could not find required X11 libraries

I am having trouble getting FLTK set up. I am currently using windows and trying to built it with msys2. Whenever I try to configure it with ./configure I get this error:

configure: error: Configure could not find required X11 libraries, aborting.

Here is the full stack trace: https://pastebin.com/raw/YeA72wYr

I tried redownloading FLTK without success.

What should I do? Thanks!

Upvotes: 1

Views: 683

Answers (1)

starball
starball

Reputation: 51983

See this GitHub issue, where jputcu could workaround the issue by passing --build=mingw32 to the configure script.

You can read the rest of the GitHub issue to learn more, or subscribe to it follow discussion. Feel free to participate there.

Upvotes: 2

Related Questions