Ok, I ran into this error while compiling on the latest ubuntu x64 with the shipped cmake package (cmake version 2.6-patch 2), so I thought I was up to date. Maybe it would be better not to depend on the latest cmake version and apply the patch anyway? It wouldn't hurt would it? The system wide libary path's are there with the x64 version as well.
Bests, Nico On Sun, Sep 13, 2009 at 5:04 PM, Pau Garcia i Quiles <[email protected]> wrote: > On Sun, Sep 13, 2009 at 9:34 AM, Nico Kruithof <[email protected]> wrote: >> Hello, >> >> This patch makes sure that FindOSG.cmake finds OSG when it is compiled >> as a 64 bit library, as the libraries are installed in the lib64 >> directory and not lib. It is based on trunk rev. 10583. > > This patch is not needed if using CMake 2.6.2 or newer. > > Maybe it would be better to require CMake 2.6.2 (2.6.0 and 2.6.1 were > buggy anyways) and in the way, get rid of this in the main > CMakeLists.txt: > > IF(WIN32) > CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR) > ELSE(WIN32) > IF(APPLE) > CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR) > ELSE(APPLE) > CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR) > ENDIF(APPLE) > ENDIF(WIN32) > > > -- > Pau Garcia i Quiles > http://www.elpauer.org > (Due to my workload, I may need 10 days to answer) > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
