On Fri, May 30, 2008 at 5:07 PM, Jason Daly <[EMAIL PROTECTED]> wrote:
> I'm aware that there was a fix put into svn, and I made sure I had the
> latest update before testing it.  I checked the CMakeLists.txt to be sure it
> was there, and it was.  It just doesn't seem to be working.
>
> I guess there's enough of a difference between CMake 2.4.5 and 2.4.7 that
> this becomes a problem.  This means anyone running Red Hat Enterprise 5
> won't be able to generate Makefiles.

The new code is in OpenSceneGraph/CMakeLists.txt is:

#use pkg-config to find various modues
FIND_PACKAGE(PkgConfig)

IF(PKG_CONFIG_FOUND)
...

This should prevent problems.  Could you please post problems you get
once you try 2.5.1 or the SVN version out.  We can't fix problems if
we don't specifically know what they are.

As for the statement "Red Hat Enterprise 5 won't be able to generate
Makefiles", I think this is rather overblown.  First up there is
nothing stopping you downloading and installing a more up to date
version of CMake.  You can even not bother installing it and just set
your PATH/LD_LIBRARY_PATH to pick up on a local install.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to