Hmmm, it sounds exactly like you are picking up an older version of simgear some place. I'd check through your hard drive to make sure something older isn't installed (or make sure you did 'make install' after running 'make' for 0.0.17 ...) :-)
Regards, Curt. Alasdair Campbell writes: > My first attempt at building 0.7.9 led to this: > > Making all in ATC > make[2]: Entering directory `/usr/src/FlightGear-0.7.9/src/ATC' > c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src >-I/usr/local/include -I/usr/X11R6/include -g -O2 -c atis.cxx > In file included from atis.cxx:49: > ../../src/Main/fg_props.hxx: In function `class SGPropertyNode * fgGetNode(const >string &, int, bool = false)': > ../../src/Main/fg_props.hxx:100: no matching function for call to >`SGPropertyNode::getNode (const >basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > &, int >&, bool &)' > /usr/local/include/simgear/misc/props.hxx:681: candidates are: class SGPropertyNode >* SGPropertyNode::getNode(const string &, bool = false) > /usr/local/include/simgear/misc/props.hxx:687: const class >SGPropertyNode * SGPropertyNode::getNode(const string &) const > In file included from atis.cxx:52: > atis.hxx: In function `class istream & operator >>(istream &, FGATIS &)': > /usr/local/include/simgear/timing/sg_time.hxx:241: too many arguments to function >`double sgTimeCurrentMJD(long int)' > atis.hxx:116: at this point in file > make[2]: *** [atis.o] Error 1 > make[2]: Leaving directory `/usr/src/FlightGear-0.7.9/src/ATC' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/FlightGear-0.7.9/src' > make: *** [all-recursive] Error 1 > > Using Linux 2.4.17 > I have plib-1.4.2 and simgear 0.0.17 installed. > The source tarball was downloaded from the German mirror. > Any help, anyone? > -- > Kind Regards, > > Alasdair Campbell > > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
