Hi Nico, The only changes I made to your files is to add this bits in the root CMakeLists.txt after IF(EXISTS /Developer/SDKs/MacOSX10.6.sdk)
SET(OSG_WINDOWING_SYSTEM "Cocoa" CACHE STRING "Forced Cocoa windowing system in 64 bits snow leopard" FORCE) SET(OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX "imageio " CACHE STRING "Forced imageio default image plugin for OSX in 64 bits snow leopard" FORCE) BTW I compiled succesfully osg-trunk with gdal from [1]<http://www.kyngchaos.com/>in "universal" mode (i386;x86_64 not ppc). Regards. [1]http://www.kyngchaos.com/ 2010/3/10 Nico Kruithof <[email protected]> > Hi Jordi, > > I haven't looked at your files, but the idea sounds reasonable. Maybe it is > good to incorporate the QUICKTIME_FOUND proposal on the user mailing list as > well. > > -- Nico > > > On Tue, Mar 9, 2010 at 7:17 PM, Jordi Torres <[email protected]>wrote: > >> Hi Nico and Robert, >> >> I have compiled succesfully osg in i386 and x86_64 with the patch that >> Nico submitted. What do you think about setting by default imageio and Cocoa >> when sdk 10.6 is detected? File attached with Nico's changes too. >> >> >> >> 2010/3/9 Nico Kruithof <[email protected]> >> >>> Robert, >>> >>> I had to change two CMake files to get trunk compiling under Snow >>> Leopard. It now builds 32bit and 64bit. As Quicktime is only 32 bit, I added >>> an additional test around the plugin. >>> >>> I don't have too much knowledge about CMake. Maybe someone knows an >>> easier / better solution. >>> >>> Bests, >>> Nico >>> >>> _______________________________________________ >>> osg-submissions mailing list >>> [email protected] >>> >>> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >>> >>> >> >> >> -- >> Jordi Torres Fabra >> >> gvSIG 3D blog >> http://gvsig3d.blogspot.com >> Instituto de Automática e Informática Industrial >> http://www.ai2.upv.es >> >> _______________________________________________ >> osg-submissions mailing list >> [email protected] >> >> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >> >> > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > -- Jordi Torres Fabra gvSIG 3D blog http://gvsig3d.blogspot.com Instituto de Automática e Informática Industrial http://www.ai2.upv.es
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
