Re: [Flightgear-devel] fgfs CVS/OSG; patch for renderer.cxx

2006-12-07 Thread Melchior FRANZ
* Mathias Fröhlich -- Sunday 03 December 2006 12:56: 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. OK, that's a solid 2:0 for cvs then. :-} m.

[Flightgear-devel] fgfs CVS/OSG; patch for renderer.cxx

2006-12-03 Thread Tatsuhiro Nishioka
Hi, I tried to build the latest FlightGear obtained from cvs but it failed with the following error: FlightGear/build/FlightGear/libMain.a(renderer.o) reference to undefined osg::CameraNode::CameraNode() collect2: ld returned 1 exit status The cause of this is very simple.

Re: [Flightgear-devel] fgfs CVS/OSG; patch for renderer.cxx

2006-12-03 Thread Mathias Fröhlich
Hi, On Sunday 03 December 2006 12:02, Tatsuhiro Nishioka wrote: I tried to build the latest FlightGear obtained from cvs but it failed with the following error: FlightGear/build/FlightGear/libMain.a(renderer.o) reference to undefined osg::CameraNode::CameraNode() collect2: ld

Re: [Flightgear-devel] fgfs CVS/OSG; patch for renderer.cxx

2006-12-03 Thread Melchior FRANZ
* Mathias Fröhlich -- Sunday 03 December 2006 12:56: 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'd prefer if fgfs relied on osg-cvs. That way one can easily follow osg development (such

Re: [Flightgear-devel] fgfs CVS/OSG; patch for renderer.cxx

2006-12-03 Thread Tatsuhiro Nishioka
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