Hi Jason. Cmake build reports overall progress of the build, so if it says its 50% by it's estimate you are half way through the build of all OSG targets.
Do another make and you should see it complete rapidly reaching 100% on the final target. Robert. On Fri, Feb 27, 2009 at 12:36 PM, Jason Rupert <[email protected]> wrote: > New to OpenSceneGraph and working on Mac OSX. > > I navigated to the OpenSceneGraph folder and typed > make > > The build made it all the way to the following lines: > ... > Scanning dependencies of target example_osgviewerCocoa > [ 49%] Building CXX object > examples/osgviewerCocoa/CMakeFiles/example_osgviewerCocoa.dir/ViewerCocoa.mm.o > [ 50%] Building CXX object > examples/osgviewerCocoa/CMakeFiles/example_osgviewerCocoa.dir/main.m.o > cc1obj: warning: command line option "-fvisibility-inlines-hidden" is valid > for C++/ObjC++ but not for ObjC > cc1obj: warning: command line option "-fvisibility-inlines-hidden" is valid > for C++/ObjC++ but not for ObjC > Linking CXX executable ../../bin/osgviewerCocoa > ld warning: duplicate dylib ../../lib/libosg.2.9.0.dylib > ld warning: duplicate dylib ../../lib/libosg.2.9.0.dylib > [ 50%] Built target example_osgviewerCocoa > > > Did the build complete at 50%? I went to sleep prior to this point, so I > wasn't sure if my computer went to sleep or the hard-drive went to sleep > prior to it getting to this point. > > Thanks for any feedback you can provide. > > Jason > > > > _______________________________________________ > 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

