Can't compile g-warp-1.3.2

Nathan A. Smith nasa000@attbi.com
28 Oct 2002 12:58:16 -0700


Hi, 

When I try to compile g-wrap I am getting the following output:



make  all-recursive
make[1]: Entering directory
`/usr/local/development/Gnucash/g-wrap-1.3.2'
Making all in doc
make[2]: Entering directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/doc'
Making all in rpm
make[2]: Entering directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/rpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/rpm'
Making all in bin
make[2]: Entering directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/bin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/bin'
Making all in g-wrap
make[2]: Entering directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/g-wrap'
source='gw-standard.c' object='gw-standard.lo' libtool=yes \
depfile='.deps/gw-standard.Plo' tmpdepfile='.deps/gw-standard.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   
-O2 -g -Wall -Wno-uninitialized -Wno-unused -Werror
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-D_REENTRANT -I/usr/X11R6/include -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/include -c -o gw-standard.lo `test
-f gw-standard.c || echo './'`gw-standard.c
rm -f .libs/gw-standard.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Wno-uninitialized
-Wno-unused -Werror -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -I/usr/include -c
gw-standard.c -MT gw-standard.lo -MD -MP -MF .deps/gw-standard.TPlo    
-fPIC -DPIC -o .libs/gw-standard.lo
cc1: changing search order for system directory "/usr/include"
cc1:   as it has already been specified as a non-system directory
make[2]: *** [gw-standard.lo] Error 1
make[2]: Leaving directory
`/usr/local/development/Gnucash/g-wrap-1.3.2/g-wrap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/development/Gnucash/g-wrap-1.3.2'
make: *** [all] Error 2


What is going wrong?  I am using Mandrake 9.0.  Thanks a lot


Nasa