Hi, today I am attempting my first compile of flightgear osg version. 
However I get an error during make of flightgear.  I use Ubuntu 7.04 and 
I followed the fg wiki for osg, simgear, flightgear.  Here are the steps 
I took.  As far as I could tell osg and simgear compiled fine.

svn checkout http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk 
OpenSceneGraph

cd /home/nate/OpenSceneGraph

mkdir build.osg

cd build.osg

cmake -D CMAKE_BUILD_TYPE="Release" -D CMAKE_CXX_FLAGS="-O3" -D 
CMAKE_C_FLAGS="-O3" \
 >-D CMAKE_INSTALL_PREFIX:PATH="/usr/local" ..

make
make install

At this point I cd back to home dir and make simgear which does fine.

cd flightgear0.9/source
./autogen.sh
./configure
make, at which point I get error.

../../src/Instrumentation/HUD/libHUD.a: file not recognized: File format 
not recognized
collect2: ld returned 1 exit status
make[2]: *** [fgfs] Error 1
make[2]: Leaving directory `/home/nate/flightgear0.9/source/src/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nate/flightgear0.9/source/src'
make: *** [all-recursive] Error 1

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to