Re: [Flightgear-devel] fgfs configure error

2011-01-06 Thread Frederic Bouvier
Hi Dave, - "dave perry" a écrit : > On 01/06/2011 03:01 AM, Jari Häkkinen wrote: > > find / -name version.h | grep simgear > I had already looked at config.log. The check was against > . But since --prefix=$FG_ROOT, the config checks Why are you using $FG_ROOT to install your binaries ?

Re: [Flightgear-devel] fgfs configure error

2011-01-06 Thread dave perry
On 01/06/2011 03:01 AM, Jari Häkkinen wrote: > find / -name version.h | grep simgear I had already looked at config.log. The check was against . But since --prefix=$FG_ROOT, the config checks for $FG_ROOT/include/simgear/version.h before it checks for /usr/local/include/simgear/version.h. Us

Re: [Flightgear-devel] fgfs configure error

2011-01-06 Thread Jari Häkkinen
It looks like there is a stray 2.0.0 version.h somewhere or your cpp-flags are pointing to the wrong place. In your fg/source directory there is a config.log file. Search for the string 'checking for SimGear 2.2.0 or newer' and you'll see some more details. Specifically the compile command used

Re: [Flightgear-devel] fgfs configure error

2011-01-05 Thread Curtis Olson
Hi Dave, I didn't know we had a "make uninstall" ... I'm not sure I'd trust it to do what you are hoping ... but I haven't looked at it or tried it myself (we have so many sharp people contributing to the project it also wouldn't surprise me if it worked.) I'd definitely hunt through $(prefix)/in

[Flightgear-devel] fgfs configure error

2011-01-05 Thread dave perry
With today's simgear and flightgear source from git, after compiling and installing simgear, fgfs ./configure CFLAGS="-march=native" CXXFLAGS="-march=native" --prefix=$FG_ROOT fails with checking simgear/version.h usability... yes checking simgear/version.h presence... yes checking for simgear/v