Tom,

Ah, that's actually a bug in automake.  The rule that builds bombardier already 
had those two CPPFLAGS set but just set on that product -- AM_CPPFLAGS sets it 
on all of them in that directory.  Automake 1.8 (iirc) and later don't have the 
bug, but the fix is to just make it a product-specific CFLAGS instead of a 
CPPFLAGS setting.  I fixed head with the tweak so it should be in the next 
release.  Thanks for noticing and reporting it!

Cheers!
Sean
 

 
On Wednesday, November 12, 2008, at 12:26PM, "Tom Browder" <[EMAIL PROTECTED]> 
wrote:
>I noticed that my build failed when compiling ./src/util/bombardier.c
>because tk.h couldn't be found.
>
>The line (no. 146) in ./src/util/Makefile.am that reads:
>
>  AM_CPPFLAGS = ${TCL_CPPFLAGS}
>
>was changed to:
>
>  AM_CPPFLAGS = ${TCL_CPPFLAGS} ${TK_CPPFLAGS}
>
>After running autogen.sh and configure again, the build succeeded
>(Fedora 9, gcc-4.3.1, Intel x86).
>
>A patch produced by svn diff on the trunk (r 3140) is attached. It is
>also filed with new bug #2270731.
>
>Regards,
>
>-Tom
>
>Tom Browder
>Niceville, Florida
>USA
>
>-------------------------------------------------------------------------
>This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>Build the coolest Linux based applications with Moblin SDK & win great prizes
>Grand prize is a trip for two to an Open Source event anywhere in the world
>http://moblin-contest.org/redirect.php?banner_id=100&url=/
>_______________________________________________
>BRL-CAD Developer mailing list
>brlcad-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/brlcad-devel
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to