Okay, I just downloaded the lastest pre2 release, and FlightGear still didn't 
build out-of-the-box on my linux machine, because /usr/local/ was missing as 
part of the EXTRA_DIRS check. Interestingly, this test is done now for 
cygwin, but not for linux. I've included a small patch for configure.ac, 
which fixes this. Basically, I just copied and pasted the same test from the 
cygwin section. I'm not sure if this is the best solution, but on my system, 
FlightGear now compiles wihout a glitch. 
113a114,116
>     if test -d /usr/local ; then
>         EXTRA_DIRS="${EXTRA_DIRS} /usr/local"
>     fi
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to