Hi David,

On 6/15/06, David Lscbe <[EMAIL PROTECTED]> wrote:
I checked out OpenSceneGraph, OpenThreads, and Producer through cvs
and I re-built OpenThreads and Producer, but I couldn't build
OpenSceneGraph due to the following error :

../../../include/osgProducer/OsgCameraGroup:40: error: 'ThreadModel'
in class 'Producer::CameraGroup' does not name a type
../OsgCameraGroup.cpp: In member function 'void
osgProducer::OsgCameraGroup::_init()':
../OsgCameraGroup.cpp:230: error: '_threadModel' was not declared in
this scope


_threadModel is defined in include/Producer/CameraGroup, and
OsgCameraGroup is derived from Producer::CameraGroup so should have
this available.   I've just done a cvs update on all of OT, OP and OSG
and things build fine.  I've just walked through the source and can't
spot any potential cross platfrom issues either.

What platform and compilers are you working under?

Is there a chance that you are compiling the OSG against an older
version of Producer?  Check your include paths, perhaps hide any
previous versions of Producer that you have on your machine to insure
they arn't being acidentally picked up.

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

Reply via email to