Hi, I'm attempting to build the latest cvs of FlightGear and have run into a problem. It seems that there is no Makefile.in in src/FDM/JSBSim/tests. However when I run the autogen.sh script, speciifically when invoking automake, it looks for one and gives off the following warning:
src/FDM/JSBSim/Makefile.am:1: required directory src/FDM/JSBSim/tests does not exist Now when I run ./configure, then gmake, I get the following: gmake[4]: Entering directory `/usr/home2/FlightGear/src/FDM/JSBSim/tests' gmake[4]: *** No rule to make target `all'. Stop. gmake[4]: Leaving directory `/usr/home2/FlightGear/src/FDM/JSBSim/tests' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/home2/FlightGear/src/FDM/JSBSim' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home2/FlightGear/src/FDM' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home2/FlightGear/src' gmake: *** [all-recursive] Error 1 This is both with an update of CVS that worked a couple of days ago, and with a fresh checkout. Cheers, Mike _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
