Laurence Vanek wrote: > Ron - > > you were right, I did not have the freealut-devel package installed. > > That fixed it. Thanks. > > Now on to building FlightGear. > > question: I ran make install as sudo (like I typically do for other > stuff I build). Is that correct procedure here? > > > FlightGear compile:
After sucessfully buiding SimGear (with help from members of this mail list) & installing I see that it resides in /usr/local/include/simgear directory on this FC6 system. performing ./autogen.sh then ./configure then make gave: =========== . . make[2]: Entering directory `/home/lvanek/FlightGear-0.9/source/src/Airports' if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/local/include -g -O2 -D_REENTRANT -MT groundnetwork.o -MD -MP -MF ".deps/groundnetwork.Tpo" -c -o groundnetwork.o groundnetwork.cxx; \ then mv -f ".deps/groundnetwork.Tpo" ".deps/groundnetwork.Po"; else rm -f ".deps/groundnetwork.Tpo"; exit 1; fi ../../src/AIModel/AIBase.hxx:122: error: 'osg' has not been declared ../../src/AIModel/AIBase.hxx:122: error: ISO C++ forbids declaration of 'ref_ptr' with no type ../../src/AIModel/AIBase.hxx:122: error: expected ';' before '<' token ../../src/AIModel/AIBase.hxx:177: error: 'osg' has not been declared ../../src/AIModel/AIBase.hxx:177: error: ISO C++ forbids declaration of 'Node' with no type ../../src/AIModel/AIBase.hxx:177: error: expected ';' before '*' token make[2]: *** [groundnetwork.o] Error 1 make[2]: Leaving directory `/home/lvanek/FlightGear-0.9/source/src/Airports' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/lvanek/FlightGear-0.9/source/src' make: *** [all-recursive] Error 1 =================== Almost there (I think). ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
