> imacarthur wrote: > > > (BTW: Matt do you know what the last pre-cocoa > > revision number is?) in the meantime for my builds. > > rev. 6950 is the last pre-cocoa version. > > But what about disabling cocoa in config.h, at least as a test? > If Manolo's statement that he wrote when he started is true, then > this ought to work and build a quartz version - if nothing changed > in the meantime... > > Albrecht
Yes, you can remove the __APPLE_COCOA__ line from config.h if you build with make or from ide/Xcode3.1/config.h if you use Xcode, rebuild the libraries, and obtain the good old Carbon FLTK-1.3, without loosing other updates. Don't forget to rebuild also your apps making them point to the same config.h You'll recognize Cocoa-ized apps running the "About myprog" item of the application menu: it reads "FLTK 1.3 Cocoa" _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
