DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2221 Version: 1.3-feature Fix Version: 1.3.0 (r6951) File Makefile was also modified in the process: its lines 30-31 have become: #DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test and should go back to the single line: DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation This is because I had to remove the documentation subdirectory from the zip file to keep it below 10 MB so I could upload it on your server. Thus, I removed the documentation step from the Makefile not to have make finish with error messages. Having slept over it, I think useless to put #ifndef __AVAILABILITYMACROS__ #include <AvailabilityMacros.h> #endif in file FL/mac.H, because Carbon.h will have included this header file. The rest, though, defining MAC_OS_X_VERSION_10_3 and friends if not yet defined, is useful as Ian's experience told us. Link: http://www.fltk.org/str.php?L2221 Version: 1.3-feature Fix Version: 1.3.0 (r6951) _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
