Sure. Just now I took -losgViewer out of the generated makefile, and I was able to run osgversion. So I'll give your suggestion a try.
andy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Tuesday, October 02, 2007 1:31 PM To: OpenSceneGraph Users Subject: Re: [osg-users] running osgversion on Mac, not on console,was RE: Call for feedback : glu.h does itcontain_GLUfuncptr? Hi Andy, Could you try setting the TARGET_COMMON_LIBRARIES locally in the osgversion/CMakeList.txt and just put in OpenThreads and core osg and see how you get on. Robert. On 10/2/07, Andy Skinner <[EMAIL PROTECTED]> wrote: > I don't mind trying to find that. In applications/CMakeLists.txt there > is a list of common libraries that includes osgViewer. > > SET(TARGET_COMMON_LIBRARIES > OpenThreads > osg > osgDB > osgUtil > osgGA > osgViewer > osgText > ) > > Is there a way to get osgViewer in for the apps that need it? > > There aren't that many apps. I know you said this isn't something we > need to hold 2.2 for, but if this turned out to be small enough to get > in, I'd appreciate it. I'm not really welcome to update OSG too > frequently here, and I'm hoping 2.2 will be what we want. > > I can try things, but I need some initial guidance. > > thanks, > andy > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert > Osfield > Sent: Tuesday, October 02, 2007 12:07 PM > To: OpenSceneGraph Users > Subject: Re: [osg-users] running osgversion on Mac, not on console,was > RE: Call for feedback : glu.h does itcontain_GLUfuncptr? > > My guess is that osgversion is by default linking to osgViewer which > isn't required. > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or g > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or g _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

