Hi Yann, On 26/08/11 1:07 , Yann Blaudin de Thé wrote: > Hi Ulrich, > > It is through my own application. What did you pass as arguments to > cmake? I used : > OSG_WINDOWING_SYSTEM=Coca > CMAKE_ARCHITECTURE='i386;x86_64' > OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX=imageio > CMAKE_BUILD_TYPE=Release
Good point, I was actually using a CMakeCache from SnowLeopard and it's settings were the same except: SDK=10.6, CMAKE_ARCHITECTURES=x86_64 (no i386) Currently my Lion build fails in DarwinUtils.mm /Users/uli/Projects/osg/OpenSceneGraph/src/osgViewer/DarwinUtils.mm: In member function 'virtual void osgDarwin::DarwinWindowingSystemInterface::getScreenSettings(const osg::GraphicsContext::ScreenIdentifier&, osg::GraphicsContext::ScreenSettings&)': /Users/uli/Projects/osg/OpenSceneGraph/src/osgViewer/DarwinUtils.mm:316: error: 'CGDisplayBitsPerPixel' was not declared in this scope :-( Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

