简体   繁体   中英

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM