DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2423 Version: 1.3-current When building on a mac using cmake, I get an error in Fl.cxx, saying that the operating system is not supported. This is due to __APPLE_QUARTZ__ not being defined in config.h generated by CMake. A workaround is to run cmake the first time with ccmake -D __APPLE_QUARTZ__:STRING=1 ... Link: http://www.fltk.org/str.php?L2423 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
