Hi I am using the current CVS versions of osg, simgear and FG. This is the error I get. I do not see the Camera/CameraNode error at all. Since OSG has fixed it by adding a typedef Camera CameraNode.
the SGUpdateVisitor:setLight is not to be found. if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I../../src/FDM/JSBSim -I/mnt/extra/FLIGHTGEAR/run/include -I/usr/X11R6/include -I/usr/local/include -DPKGLIBDIR=\"/mnt/extra/FLIGHTGEAR/run/share/FlightGear\" -g -O2 -D_REENTRANT -MT renderer.o -MD -MP -MF ".deps/renderer.Tpo" -c -o renderer.o renderer.cxx; \ then mv -f ".deps/renderer.Tpo" ".deps/renderer.Po"; else rm -f ".deps/renderer.Tpo"; exit 1; fi renderer.cxx: In static member function `static void FGRenderer::update(bool)': renderer.cxx:802: error: 'class SGUpdateVisitor' has no member named 'setLight' make[2]: *** [renderer.o] Error 1 make[2]: Leaving directory `/mnt/extra/FLIGHTGEAR/source/src/Main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/extra/FLIGHTGEAR/source/src' make: *** [all-recursive] Error 1 Thanks Vikas On 12/3/06, Tatsuhiro Nishioka <[EMAIL PROTECTED]> wrote: > Hi Mathias, > > >> The cause of this is very simple. > >> OpenSceneGraph changed a class name from CameraNode to Camera, > >> so Main/renderer.cxx should have also been changed but it wasn't. > >> > >> So, I changed it and successfully built fgfs. > >> Here's the diff for the file. > > > > I still build upon the patched osg-1.2 version. > > So I will only do that change in cvs if most of the others tell me > > that they > > want to use osg-cvs too. > > I see. > > > > > I know that name change. But I am unsure if I want to force people > > to use osg > > cvs ... > > You don't have to force people to use osg cvs. > I'm building fgfs with osg/cvs, simgear/cvs, plib svn trunk > periodically (not so often though). > So I'll tell you if there's any problems building this so that many > people can solve the same problem. > Maybe this kinda info helps people decide to or not to use osg/csv. > > Tat > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Flightgear-devel mailing list > Flightgear-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > -- http://www.vikaskumar.org/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel