On 21.12.2009, at 00:41, manuel.grizonnet wrote: > my aim is to compile fltk 1.3 on mac OSx 10.6 with 64 supports. Great > works where done with a branch on Cocoa available now. > > I can build fltk on SL with a "./configure;make;make install" but I can > not reproduce it with cmake or by creating a xcode project. > > Errors are: > "error unsupported platform" or "error: ‘NewRgn’ was not declared in > this scope" > like if cmake try to compile fltk with carbon. >
NewRgn is a Quickdraw function used in our Carbon implementation, but you need Cocoa. cmake has not been tested yet, and likley all that is need is adding Cocoa framework and changing config.h to define __APPLE_COCOA__ Xcode however should compile Cocoa with the current svn... . _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
