Compiling g-wrap-1.3.4

Klaus Dahlke klaus.dahlke at gmx.de
Mon Feb 3 22:51:32 CST 2003


Hi all,

please excuse if that has been asked before. I didn't find anything in the archives or by google.

I just wanted to compile th new gnucash-1.8.0. To do that I have to upgrade g-wrap. SO I downloaded g-wrap-1-3-4 from the gnucash site, did a './configure --prefix=opt/gnome', everything went fine, but when do 'make' a compile error occurs (see below)

# guile-config --version
guile-config - Guile version 1.4

# guile-config link
-L/usr/lib -lguile -lqthreads -lpthread -lm

# guile-config compile
-I/usr/include

Any ideas?
Thanks,
Klaus


Making all in g-wrap
make[2]: Entering directory `/opt/work/g-wrap-1.3.4/g-wrap'
guile -c \
          "(set! %load-path (cons \"/opt/work/g-wrap-1.3.4/g-wrap/..\" %load-path))""(debug-enable 'backtrace) \
                        (debug-enable 'debug) \
                        (read-enable 'positions) \
                        (use-modules (g-wrap)) \
                        (use-modules (g-wrap gw-standard-spec)) \
                        (gw:generate-wrapset \"gw-standard\")"
add-ws-t gw-standard #<output: gw-standard.c 3> gw:global-declarations-ccg
 for-parent gw-standard
add-ws-t gw-standard #<output: gw-standard.c 3> gw:global-definitions-ccg
 for-parent gw-standard
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -O2 -g -Wall -Werror -I/app/gnome/include/glib-1.2 -I/app/gnome/lib/glib/include -I /usr/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/app/gnome/include/glib-1.2 -I/app/gnome/lib/glib/include -g -O2 -I /usr/include -MT gw-standard.lo -MD -MP -MF ".deps/gw-standard.Tpo" \
  -c -o gw-standard.lo `test -f 'gw-standard.c' || echo './'`gw-standard.c; \
then mv ".deps/gw-standard.Tpo" ".deps/gw-standard.Plo"; \
else rm -f ".deps/gw-standard.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Werror -I/app/gnome/include/glib-1.2 -I/app/gnome/lib/glib/include -I /usr/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/app/gnome/include/glib-1.2 -I/app/gnome/lib/glib/include -g -O2 -I /usr/include -MT gw-standard.lo -MD -MP -MF .deps/gw-standard.Tpo -c gw-standard.c  -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 `/opt/work/g-wrap-1.3.4/g-wrap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/work/g-wrap-1.3.4'
make: *** [all] Error 2


More information about the gnucash-user mailing list