Hi Michael, So in theory we have the same CMake version, but different results....
Anyway could send me the modifications you made so I can review them. Thanks, Robert. On Sat, May 2, 2009 at 10:17 PM, Michael W. Hall <[email protected]> wrote: > Robert, > > I got the latest VPB from SVN and it built after I made the changes to > the files I mentioned below. > > I am using CMake 2.6-patch 2 on FC10 x86_64. I only have OSG 2.80 > installed. I think all the issues I was having prior to this message > was that I had installed FC9 and then upgraded through FC10 betas. I > finally last Thursday wiped my system and installed FC10 fresh and OSG > built. The only issue I had was the Policy issue. > > Michael > > On Sat, 2009-05-02 at 08:58 +0100, Robert Osfield wrote: >> Hi Michael, >> >> What version of Cmake are you using? >> >> I'm using CMake 2.6.2 and don't see any warning. >> >> W.r.t you follow up email, it looks like VPB isn't finding the correct >> OSG version. Do you have multiple versions of the OSG installed? >> Which version of the VPB are you using? >> >> Robert. >> >> On Fri, May 1, 2009 at 8:39 PM, Michael W. Hall <[email protected]> wrote: >> > I get the following warning during the generate of ccmake for VPB: >> > >> > CMake Warning (dev) at src/vpb/CMakeLists.txt:38 (ADD_LIBRARY): >> > Policy CMP0003 should be set before this line. Add code such as >> > >> > if(COMMAND cmake_policy) >> > cmake_policy(SET CMP0003 NEW) >> > endif(COMMAND cmake_policy) >> > >> > as early as possible but after the most recent call to >> > cmake_minimum_required or cmake_policy(VERSION). This warning >> > appears >> > because target "vpb" links to some libraries for which the linker >> > must >> > search: >> > >> > -lpthread >> > >> > and other libraries with known full path: >> > >> > /usr/local/lib64/libosg.so >> > >> > CMake is adding directories in the second list to the linker search >> > path in >> > case they are needed to find libraries from the first list (for >> > backwards >> > compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to >> > enable..... >> > >> > Could someone tell me how to fix this? My OSG is build and working. I >> > am running 2.8.0 >> > >> > Thanks, >> > Michael >> > >> > >> > _______________________________________________ >> > 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 > > _______________________________________________ > 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

