Hi, I'm trying to install/use FLTK for the first time. I am trying for 2 days already, but still no solution to my problem.
I've got FLTK 1.3.0 and would like to use FLTK on a Windows XP machine, compiling c++ code for Win32 programs running on Windows O.S. I do not need to have cross portability as I am using only Windows at the moment. I ca build FLTK itself without errors, configuring msys with: ./configure --target=[windows] Then: make Then: make install Then: test/demo and I can run the app without problem But, after that, when I compile a simple example using FLTK, the compiler g++ give me the error: Xutf8.h:24:19: fatal error: X11/X.h: No such file or directory Why is looking for the folder X11? is it needed also on Windows? How do I find exactly what is missing? Is there a complete X11 package that I should install before compilation?. Where to find it for Windows? Where to install it? Do you think I am missing some directive in my ./configure? As you can see, I'm not a c++ expert. So any help will be appreciated. I woul really like to use FLTK. Many thanks in advance for help.. Giuliano _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

