Hi,

..simgear(?) link error output, compile log link below:
make[3]: Leaving directory
`/home/arnt/FG-git/fgfs/flightgear/src/Traffic' make[2]: Leaving
directory `/home/arnt/FG-git/fgfs/flightgear/src/Traffic' Making
install in Main make[2]: Entering directory
`/home/arnt/FG-git/fgfs/flightgear/src/Main' g++
-DPKGLIBDIR=\"/home/arnt/FG-git/install/fgfs/share/flightgear\" -g -O2
-Wall -I/home/arnt/FG-git/install/simgear -D_REENTRANT
-L/home/arnt/FG-git/install/simgear/lib
-L/home/arnt/FG-git/install/plib/lib -L/usr/local/lib
-L/home/arnt/FG-git/install/simgear/lib
-L/home/arnt/FG-git/install/plib/lib -L/usr/local/lib -o fgfs
bootstrap.o
libMain.a ../../src/Aircraft/libAircraft.a ../../src/ATCDCL/libATCDCL.a 
../../src/Cockpit/libCockpit.a ../../src/Cockpit/built_in/libBuilt_in.a 
../../src/Network/libNetwork.a ../../src/FDM/libFlight.a 
../../src/FDM/ExternalNet/libExternalNet.a 
../../src/FDM/ExternalPipe/libExternalPipe.a ../../src/FDM/JSBSim/libJSBSim.a 
../../src/FDM/JSBSim/initialization/libInit.a 
../../src/FDM/JSBSim/models/libModels.a 
../../src/FDM/JSBSim/models/flight_control/libFlightControl.a 
../../src/FDM/JSBSim/models/atmosphere/libAtmosphere.a 
../../src/FDM/JSBSim/models/propulsion/libPropulsion.a 
../../src/FDM/JSBSim/input_output/libInputOutput.a 
../../src/FDM/JSBSim/math/libMath.a ../../src/FDM/YASim/libYASim.a 
../../src/FDM/LaRCsim/libLaRCsim.a ../../src/FDM/UIUCModel/libUIUCModel.a 
../../src/FDM/SP/libSPFDM.a ../../src/GUI/libGUI.a 
../../src/Autopilot/libAutopilot.a ../../src/Input/libInput.a 
../../src/Instrumentation/KLN89/libKLN89.a 
../../src/Instrumentation/libInstrumentation.a 
../../src/Instrumentation/HUD/libHUD.a ../../src/Model/libModel.a 
../../src/Navaids/libNavaids.a ../../src/Scenery/libScenery.a 
../../src/Scripting/libScripting.a ../../src/Sound/libSound.a 
../../src/Airports/libAirports.a ../../src/MultiPlayer/libMultiPlayer.a 
../../src/AIModel/libAIModel.a ../../src/ATC/libATC.a 
../../src/Systems/libSystems.a ../../src/Time/libTime.a 
../../src/Traffic/libTraffic.a ../../src/Environment/libEnvironment.a
-lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmodel -lsgbvh
-lsgmaterial -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket
-lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound
-lsgserial -lsgstructure -lsgenvironment -lplibpuaux -lplibpu -lplibfnt
-lplibjs -lplibsg -lplibul   -lpthread   -lz -lglut -lGLU -lGL -lXt
-lSM -lICE -lXi -lXext -lX11 -lrt -ldl -lm  -lalut -lopenal -lrt -ldl
-lm   -lpthread  -ldbus-1 -lhal -losgFX -losgParticle -losgSim
-losgViewer -losgGA -losgText -losgDB -losgUtil -losg -lOpenThreads
-ljpeg /usr/bin/ld: 
/home/arnt/FG-git/install/simgear/lib/libsgmodel.a(SGPagedLOD.o):
in function vtable for
simgear::SGPagedLOD:SGPagedLOD.cxx(.rodata._ZTVN7simgear10SGPagedLODE+0x110):
error: undefined reference to
'osg::PagedLOD::removeExpiredChildren(double, int,
std::vector<osg::ref_ptr<osg::Node>,
std::allocator<osg::ref_ptr<osg::Node> > >&)' 
/usr/bin/ld: /home/arnt/FG-git/install/simgear/lib/libsgmodel.a(SGPagedLOD.o):
in function vtable for
simgear::SGPagedLOD:SGPagedLOD.cxx(.rodata._ZTVN7simgear10SGPagedLODE+0x118):
error: undefined reference to
'osg::PagedLOD::releaseGLObjectsOnExpiredChildren(double, int)'
collect2: ld returned 1 exit status 
make[2]: *** [fgfs] Error 1
make[2]: Leaving directory `/home/arnt/FG-git/fgfs/flightgear/src/Main' 
make[1]: *** [install-recursive] Error 1 
make[1]: Leaving directory `/home/arnt/FG-git/fgfs/flightgear/src' 
make: *** [install-recursive] Error 1 
To start fgfs, run the run_fgfs.sh file 
To start terrasync, run the run_terrasync.sh file 
To start fgrun, run the run_fgrun.sh file 
To start fgcom, run the run_fgcom.sh file 
To start fgcom GUI, run the run_fgcomgui.sh file 
To start atlas, run the run_atlas.sh file 
Usage: ./download_and_compile.sh -h for help
`/home/arnt/FG-git/compilation_log.txt' ->
`compilation_log.2011-04-10+09:22:42-UTC-FGFS' 
arnt@celsius:~/FG-git$ 

..compile log link:
https://github.com/gasguru/flightgearthings/blob/master/compilelogs/compilation_log.2011-04-10+09:22:42-UTC-FGFS

..I use system OSG: 
arnt@celsius:~/FG-git$ dpkg -l |grep openscenegraph
ii  libopenscenegraph-dev  2.9.11-1 3D scene graph, development files 
ii  libopenscenegraph65    2.8.3-7  3D scene graph, shared libs 
ii  libopenscenegraph71    2.9.11-1 3D scene graph, shared libs 
ii  openscenegraph         2.9.11-1 3D scene graph, utilities and
examples (binaries) 
ii openscenegraph-doc      2.9.11-1 3D scene graph, documentation 
ii openscenegraph-examples 2.9.11-1 3D scene graph, examples (sources) 
arnt@celsius:~/FG-git$ 

..simgear and plib build logs, and modified build script: 
https://github.com/gasguru/flightgearthings/blob/master/compilelogs/compilation_log.2011-04-09+23:43:25-UTC-SIMGEAR
https://github.com/gasguru/flightgearthings/blob/master/compilelogs/compilation_log.2011-04-09+23:38:51-UTC-PLIB
https://github.com/gasguru/flightgearthings/blob/master/download_and_compile.sh-1.2.0-sysOSG


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to