Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-10 Thread Roland
I had the same and fixed it by re-checking out source from CVS. Just executing autogen.sh didn't help. I have not tried make distclean or so. :-) On Wed, 2009-12-09 at 22:32 -0600, Curtis Olson wrote: I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-10 Thread Erik Hofman
Curtis Olson wrote: I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh followed by ./configure --options I think the error will be cleaned up. Switching files from abc.c to abc.cxx confuses the dependency tracking of automake. Indeed.that's a pity.

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-10 Thread John Denker
Curtis Olson wrote: I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh followed by ./configure --options I think the error will be cleaned up. Switching files from abc.c to abc.cxx confuses the dependency tracking of automake. It may be even worse

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-10 Thread Tim Moore
On Thu, Dec 10, 2009 at 1:01 PM, John Denker j...@av8n.com wrote: Curtis Olson wrote: I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh followed by ./configure --options I think the error will be cleaned up. Switching files from abc.c to abc.cxx

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-10 Thread Jari Häkkinen
John Denker wrote: Curtis Olson wrote: I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh followed by ./configure --options I think the error will be cleaned up. Switching files from abc.c to abc.cxx confuses the dependency tracking of automake.

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-10 Thread Jari Häkkinen
After consulting our local autotools Guru and the web our conclusion is that the cost effective way is to remove the dependency file, rerun configure and then make. In this case this means rm test/.deps/est-epsilon.Po ./configure make This will work for est-epsilon since the .Po is

[Flightgear-devel] fgfs compile error, today's cvs

2009-12-09 Thread dave perry
I am getting the following error compiling fgfs from cvs today on two different systems. $ make Making all in tests make[1]: Entering directory `/home/dad/source-osg/source-fgfs/tests' make[1]: *** No rule to make target `est-epsilon.c', needed by `est-epsilon.o'. Stop. make[1]: Leaving

Re: [Flightgear-devel] fgfs compile error, today's cvs

2009-12-09 Thread Curtis Olson
I'm not sure the best way to handle this but if you start at the top and run ./autogen.sh followed by ./configure --options I think the error will be cleaned up. Switching files from abc.c to abc.cxx confuses the dependency tracking of automake. Curt. On Wed, Dec 9, 2009 at 7:33 PM, dave perry