John, There have been a lot of OSX-specific updates to cmake between your version and the latest. 2.4.7 is so old that it doesn't even recognize the FRAMEWORK argument, let alone do the right thing with it (ignore in your case). Upgrading cmake will solve your problems.
Chuck On Jul 15, 2010, at 1:18 PM, John Kelso wrote: > Hi all, > > I just tried build OSG 2.9.8 on our CentOS system, using cmake 2.4.7. > > My cmake command gave me errors. The main thing I see are lines like this: > > CMake Error: Error in cmake code at > .../OpenSceneGraph-2.9.8/CMakeModules/ModuleInstall.cmake:28: > INSTALL TARGETS given unknown argument "FRAMEWORK". > > Line 28 of the file has: > FRAMEWORK DESTINATION /Library/Frameworks > > We're not using OS X. > > Any idea what's going wrong? I suspect it's something simple. More gory > details on request. > > Thanks, > > John > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

