Hi

Just did my first cmake build against the latest SVN with VS8 Express, and
got a configuration error:

Cmake Error: Error in cmake code at
C:/Projects/OSG/OpenSceneGraph/src/osgPlugins/osgFX/CmakeLists.txt:15:
Unknown CMake command "SETUP_PLUGIN".

because the automatically generated CMakeLists.txt contains the final line

SETUP_PLUGIN(osgFX)

so what is missing ?




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Robert Osfield
Sent: 29 March 2007 11:12
To: osg users
Subject: Re: [osg-users] cmake and VS8


Hi Martin,

On 3/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Just thought i would test out SVN and Cmake.
> The cmake build's ok expect for the following error:
> Error   28      error C4716: 'osgTerrain::Locator::computeLocalBounds' :
must
> return a value
>         d:\martins\osg\cmakeosg\openscenegraph\src\osgterrain\locator.cpp
>         73.

Thanks for the error report, my build unfortunately is just compiling
this code without error...

Code is now fixed and checked in.

> Also the examples are not built under the cmake build, am i missing
something
> to get the examples to build?

You can enable/disable the build of various components on the OSG
using Cmake, either use CMakeSetup under WIndows, or ccmake . else
where.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to