Robert, Thank you for your post and information. I tried another make and here are the results: ... [ 49%] Built target example_osgwidgetstyled [ 49%] Built target example_osgwidgettable [ 49%] Built target example_osgwidgetwindow [ 49%] Built target example_osgpdf [ 49%] Built target example_osgintrospection [ 49%] Built target example_osgviewerGLUT [ 49%] Built target example_osgviewerWX [ 50%] Built target example_osgviewerCocoa
Like you said the second build was much faster, <2 min, but again the build process stops right at the 50% mark. Does this look like it completed the build process? Is there some way to check to be sure? Thanks again. --- On Fri, 2/27/09, Robert Osfield <[email protected]> wrote: From: Robert Osfield <[email protected]> Subject: Re: [osg-users] Is the build complete? To: [email protected], "OpenSceneGraph Users" <[email protected]> Date: Friday, February 27, 2009, 7:27 AM 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

