Did you run ./autogen.sh before running configure, or just run configure?  The 
bombardier_CPPFLAGS have both tcl and tk flags set so if everything is working 
right and is up to date, it should be including the dirs via that directive.  
Setting AM_CPPFLAGS is sort of the shotgun approach since it sets it on all 
products in that directory.  Ideally, there shouldn't be an AM_CPPFLAGS in 
src/util/Makefile.am but someone was lazy (or nearly all of them needed it and 
it made sense that way).

Cheers!
Sean

On Wednesday, November 12, 2008, at 07:28PM, "Tom Browder" <[EMAIL PROTECTED]> 
wrote:
>On Wed, Nov 12, 2008 at 5:57 PM, Christopher Sean Morrison
><[EMAIL PROTECTED]> wrote:
>>
>> 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)
>
>Hm, Sean, I saw the bombardier.c compile line and it didn't have the
>-I for the tk.h.
>
>And I'm pretty sure I'm using automake 1.10 (it's on a classified host
>but it has the same environment as the laptop I'm on now).
>
>Later,
>
>-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