Hi Bob,

The cmake configuration process bailed out during the generation phase with this:

CMake Warning (dev) at src/osg/CMakeLists.txt:173 (ADD_LIBRARY):
   Policy CMP0003 should be set before this line.  Add code such as

As Vincent said, for OSG 2.4 you need to use CMake 2.4.x, because some fixes to make it build correctly with CMake 2.6-generated project files did not land in time for the OSG 2.4 release.

So you can either get CMake 2.4.8 and build OSG 2.4 with that, or get the OSG 2.5.1 dev release and use CMake 2.6 to build that.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to