Ron Jensen wrote: > On Sat, 2006-12-23 at 16:35 -0600, Laurence Vanek wrote: > >> 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). >> >> > > You're still trying to make the OSG version. Did you do a > "cvs up -rPRE_OSG_PLIB_20061029" ? > > Ron > Yes, but from within the SimGear cvs dirctory I have. That enabled compile of SimGear. I have FlightGear in a separate cvs directory in my home directory. Doing what you suggested inside the FlightGear cvs directory did indeed permit sucessful compile (make).
Thanks again. Executing ./fgfs --fg-root=/home/lvanek/FlightGear-0.9 to test the build gives: ======================== Model Author: Unknown Creation Date: 2002-01-01 Version: $Id: c172p.xml,v 1.17 2006-03-13 15:27:14 ehofman Exp $ Description: Cessna C-172 freeglut (./fgfs): Failed to create cursor freeglut ERROR: Function <glutSetCursor> called without first calling 'glutInit'. ======================== so Im not out of the woods yet. I have these installed: freeglut-2.4.0-10.fc6 freeglut-devel-2.4.0-10.fc6 ------------------------------------------------------------------------- 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
