DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2244 Version: 1.3-current Fix Version: 1.3-current (r6846) Thanks, Yassine, for confirming the changes on Windows and posting the new file. To your tests on Linux: Point 1 - with cmake: the errors like "src/Fl.cxx:593:3: error: #error unsupported platform" shouldn't happen. Obviously the compiler macro USE_X11 is not defined in the cmake build, but it should be on Linux. I don't know why this happens, though. The errors on line 604/605 are follow-up errors. I just installed cmake, ran 'cmake -g "Unix Makefiles" .' and make, and I can confirm the error. Adding USE_X11 to config.h doesn't make it any better. I'm giving up for now ... Point 2 - w/o cmake: looks like "-lXext" is missing in the linker command line. What does "./fltk-config --ldflags" output? Did you configure/make this on a different checkout, or did you run this after trying a CMake build? This is an unusual result - would you please try again after "make distclean" ? Thanks for your help! Link: http://www.fltk.org/str.php?L2244 Version: 1.3-current Fix Version: 1.3-current (r6846) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
