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.
> 
> It may be even worse than that.  I had to 
>   rm tests/.deps/*
> before doing
>   ./autogen.sh
>   configure --whatever
> 
> 
> On 12/10/2009 02:04 AM, Erik Hofman wrote:
>> Indeed.that's a pity.
> 
> Yes. 

And I think it is possible to avoid the problem with autotools. I'll 
have a look.


> =============================
> 
> Suggestion:  Perhaps "make clean" should clear out all 
> the .deps directories.

No, it should not. Try 'make distclean' before updating configure.ac or 
Makefile.am files. This will remove most of the generated files based on 
the current autotools setup. Then update, autogen, configure, make. 
Performing 'make distclean' after update will usually leave stray 
obsolete files.



> It would also be nice if the automake system handled
> 64-bit libraries properly.
>   http://www.av8n.com/fly/fgfs/htm/bug-list.htm#bug-64bit

I really like your bug tracker.


Jari


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to