Re: [Flightgear-devel] compiling OpenSceneGraph

2006-11-01 Thread Martin Spott
Hi Mike, Mike Rawlins wrote: I see there's some work going on related to OpenSceneGraph. Per suggestions here, I've been trying to compile the patched version from: [...] g++ -O2 -L/usr/X11R6/lib -L../../../lib/Linux32 OrientationConverter.o osgconv.o-lstdc++ -losgProducer -lProducer

Re: [Flightgear-devel] compiling OpenSceneGraph

2006-11-01 Thread Mike Rawlins
--- Martin Spott [EMAIL PROTECTED] wrote: Hi Mike, Mike Rawlins wrote: I see there's some work going on related to OpenSceneGraph. Per suggestions here, I've been trying to compile the patched version from: [...] g++ -O2 -L/usr/X11R6/lib -L../../../lib/Linux32

Re: [Flightgear-devel] compiling OpenSceneGraph

2006-11-01 Thread Mike Rawlins
--- Mike Rawlins [EMAIL PROTECTED] wrote: --- Martin Spott [EMAIL PROTECTED] wrote: Hi Mike, Mike Rawlins wrote: Running fgfs, I got errors about my freeglut 2.4.0 that I've read about; now I've installed and compiled CVS freeglut. Splash screen starts, but then at

Re: [Flightgear-devel] compiling OpenSceneGraph

2006-11-01 Thread Mike Rawlins
--- Mike Rawlins [EMAIL PROTECTED] wrote: --- Mike Rawlins [EMAIL PROTECTED] wrote: --- Martin Spott [EMAIL PROTECTED] wrote: Hi Mike, Mike Rawlins wrote: Running fgfs, I got errors about my freeglut 2.4.0 that I've read about; now I've installed and compiled CVS

Re: [Flightgear-devel] compiling OpenSceneGraph

2006-11-01 Thread Lou Sanchez-Chopitea
Hi, Mike Rawlins wrote: --- Mike Rawlins [EMAIL PROTECTED] wrote: --- Mike Rawlins [EMAIL PROTECTED] wrote: --- Martin Spott [EMAIL PROTECTED] wrote: Hi Mike, Mike Rawlins wrote: Running fgfs, I got errors about my freeglut 2.4.0 that I've read about;

[Flightgear-devel] compiling OpenSceneGraph

2006-10-31 Thread Mike Rawlins
I see there's some work going on related to OpenSceneGraph. Per suggestions here, I've been trying to compile the patched version from: ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061029/ On running make, I first got this error: g++ -O2 -W -Wall -fPIC -pipe

[Flightgear-devel] compiling OpenSceneGraph

2006-10-31 Thread Dave Perry
I downloaded the osg flightgear tar ball and compiled per the README.txt file. I am getting the following error compiling osg: make[4]: Entering directory `/usr/local/source/OSG_OP_OT-1.2-Flightgear/OpenSceneGraph/src/osgPlugins/gif/Linux32.Opt' g++ -O2 -W -Wall -fPIC -pipe

Re: [Flightgear-devel] compiling OpenSceneGraph

2006-10-31 Thread Curtis Olson
This is just from experince with other libs, but usually there is a libxyz (for runtime libs only) and then a matchin libxyz-devel which includes the headers and static versions of the libs.libgif-devel?Curt. On 10/31/06, Dave Perry [EMAIL PROTECTED] wrote: I downloaded the osg flightgear tar ball

Re: [Flightgear-devel] compiling OpenSceneGraph

2006-10-31 Thread Dave Perry
On Tue, 2006-10-31 at 21:17 -0600, Curtis Olson wrote: This is just from experince with other libs, but usually there is a libxyz (for runtime libs only) and then a matchin libxyz-devel which includes the headers and static versions of the libs. libgif-devel? Thanks Curt, After a yum