Re: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Julian Foad
Until this is fixed properly, you can fix this by adding the line: AC_PREREQ(2.13) at the beginning of configure.in, just after the dnl ... lines which are comments. At least, this works for me. - Julian Michael Basler wrote: Hi, when I tried to build CVS Simgear today, I got with

RE: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Norman Vine
Julian Foad writes: Until this is fixed properly, you can fix this by adding the line: AC_PREREQ(2.13) at the beginning of configure.in, just after the dnl ... lines which are comments. At least, this works for me. Just running make again seems to work also Don't ask me why Norman

AW: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Michael Basler
-Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Julian Foad Until this is fixed properly, you can fix this by adding the line: AC_PREREQ(2.13) at the beginning of configure.in, just after the dnl ... lines which are comments. At least,

Re: AW: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Julian Foad
Now I've got another problem with it. I don't seem to need the AC_PREREQ(2.13) any more (it doesn't make any difference to the following output), but I get CXX = and CC = followed by failure further down. Although it says checking whether make sets ${MAKE}... (cached) yes, there is no

RE: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Norman Vine
Michael Basler writes: Julian Foad write: Until this is fixed properly, you can fix this by adding the line: AC_PREREQ(2.13) at the beginning of configure.in, just after the dnl ... lines which are comments. At least, this works for me. One million thanks, Julian, this fixed the case for

Re: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Julian Foad
Norman Vine wrote: Michael Basler writes: Julian Foad write: Until this is fixed properly, you can fix this by adding the line: AC_PREREQ(2.13) at the beginning of configure.in, just after the dnl ... lines which are comments. At least, this works for me. One million thanks,

Re: AW: [Flightgear-devel] Problem compiling recent Simgear CVS

2002-01-20 Thread Julian Foad
OK: a CygWin update followed by mv acsite.m4 aclocal.m4 fixed it for me. Details below. Norman Vine wrote: Julian Foad writes: Now I've got another problem with it. I don't seem to need the AC_PREREQ(2.13) any more (it doesn't make any difference to the following output), but I get