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
src.util.Makefile.am.patch.
Description: Binary data
------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
