DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2299 Version: 1.3-current If you also want to modify the CMake files to create an XCode project, then you would need to do some of the following or even more (off the top of my head): - add a configure option to select Cocoa (default) or deselect it (use Carbon instead) - as Matt wrote, add the Cocoa framework (whatever this would need, I don't know), if Cocoa is selected (or maybe always, don't care?) - I'm sure that there are some missing source files that have been added during the Cocoa port, and maybe Fl_Table, Fl_Tree, and the new Fl_Native_File_Chooser (all with .cxx and .H files) [that's easy, I could do this too] - there are a few files that need to be compiled with Objective-C (if Cocoa is selected, and on Mac OS X only - see the Makefile for this) - and maybe more. Again, if you could provide the needed changes, this would be appreciated. BTW.: Matthias wrote somewhere that he was disappointed about the quality of the CMake-created XCode project. Any improvement would be appreciated as well (but I can't tell you more, because I have no experience with XCode). Link: http://www.fltk.org/str.php?L2299 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
