Thank you. Here is another one, in main CMakeLists.txt:25 IF had incorrect arguments : POLICY CMP0008 ( Unknown arguments specified )
I checked if there is a newer than 2.4.5 version of CMake under Etch but it seems there isn't. -Fred Robert Osfield a écrit : > Hi Fred, > > Argg... I missed an OPTIONAL entry in the src/osgViewer/CMakeLists.txt > file, alas not enough of the commmunity tested svn/trunk before > 2.7.8... it should read: > > #use pkg-config to find various modues > INCLUDE(FindPkgConfig OPTIONAL) > > IF(PKG_CONFIG_FOUND) > ... > > I've now added this and checked it in. The file is also attached, > could you please try this. > > Robert. > > > On Sat, Dec 20, 2008 at 12:37 PM, Frederic Bouvier <[email protected]> wrote: > >> Hi Robert, >> >> I have a problem trying to build 2.7.8 on Linux (Debian etch). CMake >> (2.4.5) complains that FindPkgConfig ( .cmake ? ) is not found. It is >> referenced in src/osgViewer/CMakeLists.txt >> >> -Fred >> >> -- >> Frédéric Bouvier >> http://my.fotolia.com/frfoto/ Photo gallery >> http://fgsd.sourceforge.net/ FlightGear Scenery Designer >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- Frédéric Bouvier http://my.fotolia.com/frfoto/ Photo gallery http://fgsd.sourceforge.net/ FlightGear Scenery Designer _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

