I updated my git working directory to "origin/next" and am getting
the following link errors, I'm not 100% sure that git is properly
updating everything, I have done a "make clean" and "make rebuild_cache"
on both simgear and flightgear. 
Is anyone else seeing these errors, or
is my working directory really messed up? 

Linking CXX executable fgfs 


CMakeFiles/fgfs.dir/globals.cxx.o: In function
`FGGlobals::set_fg_root(std::basic_string const&)': 

/src/Flightgear/git-repo/flightgear/src/Main/globals.cxx:220: undefined
reference to `SGPath::realpath() const'


CMakeFiles/fgfs.dir/globals.cxx.o: In function
`FGGlobals::append_aircraft_path(std::basic_string const&)':

/src/Flightgear/git-repo/flightgear/src/Main/globals.cxx:306: undefined
reference to `SGPath::realpath() const'


CMakeFiles/fgfs.dir/globals.cxx.o: In function
`FGGlobals::append_fg_scenery(std::basic_string const&)':

/src/Flightgear/git-repo/flightgear/src/Main/globals.cxx:256: undefined
reference to `SGPath::realpath() const'

../Airports/libfgAirports.a(groundnetwork.cxx.o): In function
`FGGroundNetwork::render(bool)':


/src/Flightgear/git-repo/flightgear/src/Airports/groundnetwork.cxx:1439:
undefined reference to `SGMaterial::get_effect()'


/src/Flightgear/git-repo/flightgear/src/Airports/groundnetwork.cxx:1513:
undefined reference to `SGMaterial::get_effect()'

../ATC/libfgATC.a(trafficcontrol.cxx.o): In function
`FGStartupController::render(bool)':


/src/Flightgear/git-repo/flightgear/src/ATC/trafficcontrol.cxx:1412:
undefined reference to `SGMaterial::get_effect()'

/src/Flightgear/git-repo/flightgear/src/ATC/trafficcontrol.cxx:1489:
undefined reference to `SGMaterial::get_effect()' 
collect2: ld returned
1 exit status 
make[2]: *** [src/Main/fgfs] Error 1 
make[1]: ***
[src/Main/CMakeFiles/fgfs.dir/all] Error 2 
make: *** [all] Error 2 

 
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to