This works for me.  With Luigi's comment, I don't know which is the best
solution (what you did, or fixing the case of TARGET_ADDED_LIBRARIES).
But I was able to build SVN, and I haven't seen the warnings about the
double to float conversion.  I have seen the other warnings mentioned
here today, though.

andy

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Osfield
Sent: Wednesday, September 12, 2007 12:06 PM
To: OpenSceneGraph Users
Subject: Re: [osg-users] Please test SVN version of OpenSceneGraph

To fix the missing OpenThreads lib in osgversion I have moved the link
to OpenThreads into applications/CMakeLists.txt's entry for
TARGET_COMMON_LIBRARIES i.e:

SET(TARGET_COMMON_LIBRARIES
        OpenThreads
        osg
        osgDB
        osgUtil
        osgGA
        osgViewer
        osgText
)

This should probably work, but I don't have a way of testing as I only
have Linux boxes here that all worked already...

Could Windows users do a svn update and let me know how you get on.

Robert.
_______________________________________________
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

Reply via email to