[osg-users] Compile errors in current SVN

2008-10-14 Thread Jean-Sébastien Guay
Hi Robert, First in the new osgrobot example: 27..\..\..\examples\osgrobot\osgrobot.cpp(154) : error C2065: 'M_PIl' : undeclared identifier 27..\..\..\examples\osgrobot\osgrobot.cpp(253) : error C2065: 'M_PI_2' : undeclared identifier Probably use osg::PI etc? Second in osgdb_ive:

Re: [osg-users] Compile errors in current SVN

2008-10-14 Thread Robert Osfield
Hi J-S, On Tue, Oct 14, 2008 at 4:40 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: 27..\..\..\examples\osgrobot\osgrobot.cpp(154) : error C2065: 'M_PIl' : undeclared identifier 27..\..\..\examples\osgrobot\osgrobot.cpp(253) : error C2065: 'M_PI_2' : undeclared identifier Probably use

Re: [osg-users] Compile errors in current SVN

2008-10-14 Thread Robert Osfield
Hi J-S, On Tue, Oct 14, 2008 at 5:41 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: And secondly the ZLIB_INCLUDE_DIRS doesn't seem to be pointing to the correct place, or... that INCLDUE_DIRECTORIES isn't working here. The error is that it should be ZLIB_INCLUDE_DIR (without the 'S').

Re: [osg-users] Compile errors in current SVN

2008-10-14 Thread Jean-Sébastien Guay
Hi Robert, OK, converted across to osg::PI and osg::PI_2 and checked into SVN. Ok thanks. Which does have the INCLUDE_DIRECTORIES directive in there as well, so a couple of things seem to be in play, first that CMake itself believes that your have Zlib installed, is this correct? Yes,