Hi all,

just willing to say you that OSG/SVN doesn't seem to have anymore the 
member 'setUpdateVisitor' in class osgViewer::Scene, which is needed at 
least the first time during compilation in renderer.cxx at line 396.

After grepping in my local include directory, I found another 
'setUpdateVisitor' member in osgUtil::SceneView, I tried to use it in 
renderer.cxx, line 391:
osgUtil::SceneView* scene = viewer->getScene();

but then I get the following:
renderer.cxx:392: erreur: cannot convert ‘osgViewer::Scene*’ to 
‘osgUtil::SceneView*’ in initialization

I know this is not a very orthodox method, but I wanted to give it a try ;)

The last fine working OSG revison was the rev7802 here.

System: Debian Sid, gcc4.2.1

Regards
Seb

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to