Judging by where the include is located in the command line (before glib-1.2), I think that it's being sucked in on line 126 of the Makefile with:
GNUCASH_ENGINE_CFLAGS = -I${includedir} -I/usr/include/glib-1.2 ...
Does this help?
On 3/19/2003 1:38 PM, Derek Atkins wrote:
Jason Boerner <[EMAIL PROTECTED]> writes:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc
-I../../src/gnc-module -I/usr/local/include -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I /usr/include/g-wrap -g -O2 -Wall -Wunused
-Werror -c gw-engine.c -fPIC -o .libs/gw-engine.o
cc1: changing search order for system directory "/usr/local/include"
cc1: as it has already been specified as a non-system directory
Uhh, it shouldn't be doing this, unless there is something ELSE that's broken. Can you search through src/engine/Makefile and figure out which macros add "-I/usr/local/include"?
That should give us a clue about where the problem lies.
-derek
_______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
