Laurence Vanek wrote: > Sébastien MARQUE wrote: > >> 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 >> >> >> > Me also. > > After svn update of OSG, cvs updates of simgear & FG today, I get this > when attempting to build FG: > > ============ > . > . > . > renderer.cxx: In member function ‘void FGRenderer::splashinit()’: > renderer.cxx:396: error: ‘class osgViewer::Scene’ has no member named > ‘setUpdateVisitor’ > renderer.cxx: In static member function ‘static bool > FGRenderer::pick(unsigned int, unsigned int, std::vector<SGSceneryPick, > std::allocator<SGSceneryPick> >&, const osgGA::GUIEventAdapter*)’: > renderer.cxx:971: warning: converting to ‘unsigned int’ from ‘double’ > make[2]: *** [renderer.o] Error 1 > make[2]: Leaving directory `/home/lvanek/FlightGear-0.9/source/src/Main' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/lvanek/FlightGear-0.9/source/src' > make: *** [all-recursive] Error 1 > ========== > > Last rebuilds were ~one week ago with no issues. > > reply to myself.
This problem still exists as of 30 minutes ago when I did fresh svn update of OSG & rebuilds of simgear + FG. At presnt FG does not build from cvs head for me. Anyone else see this? ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

