On 2/24/03 at 1:43 PM Louis Garcia wrote: >Trying to compile on a RH8.X box: > >atis.cxx: In member function `void FGATIS::UpdateTransmission()': >atis.cxx:168: `temp' undeclared (first use this function) >atis.cxx:168: (Each undeclared identifier is reported only once for each > function it appears in.) >make[2]: *** [atis.o] Error 1 >make[2]: Leaving directory >`/usr/src/redhat/BUILD/FlightGear-0.9.1/src/ATC' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/usr/src/redhat/BUILD/FlightGear-0.9.1/src' >make: *** [all-recursive] Error 1 >
This is fixed in current CVS. If you don't want to update then simply move the declaration of temp out of the #ifdef #else block, or compile without weatherCM. Cheers - Dave _______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-users
