Hi Jason, On Fri, May 30, 2008 at 6:59 PM, Jason Daly <[EMAIL PROTECTED]> wrote: > Robert Osfield wrote: >> >> The new code is in OpenSceneGraph/CMakeLists.txt is: >> >> #use pkg-config to find various modues >> FIND_PACKAGE(PkgConfig) >> >> IF(PKG_CONFIG_FOUND) >> ... >> > > Yes, as I said, that code is in the version I have.
Could you try isolating the error, I can presume it's coming from the FIND_PACKAGE(PkgConfig). perhaps CMake can't handle Find(Xpackage) when a Xpackage.cmake module doesn't exist. If this is the case then the only way to prevent this error would be to wrap the FIND_PACKAGE with a check against CMake version. > I could easily do that on one workstation, yes. It's more of an issue when > you're dealing with a lab of several dozen workstations. This is why we pay > to run Red Hat Enterprise. Pay for out of date tools... do you get upgrades included? >> You can even not bother installing it and just set >> your PATH/LD_LIBRARY_PATH to pick up on a local install. >> > > pkg-config is in my path, what else do I need to do? I was referring to installing a more up to date version of CMake in each user account. pkg-config itself isn't the issue, its the availability of CMake's PkgConfig.cmake module that is the problem. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

