installing GnuCash CVS on Mandrake 9

mike mike1@aabol.com
Mon, 9 Dec 2002 22:31:26 -0800


I actually figured out on my own to remove the files that ./autogen.sh said=
=20
exist.
Then ran ./autogen.sh again, and it finished!! Whooppeee!
So I typed 'make' and got this error:

Making all in core-utils
make[3]: Entering directory `/home/mike/gnucash/src/core-utils'
FLAVOR=3Dgnome guile -c \
          "(set! %load-path (cons \"/usr/share/guile\" %load-path)) \
           (primitive-load \"./gw-core-utils-spec.scm\") \
           (gw:generate-wrapset \"gw-core-utils\")"
**** NOTE: this wrapset appears to be empty !?
ERROR: Unbound variable: gw:new-wrapset
make[3]: *** [gw-core-utils.scm] Error 2
make[3]: Leaving directory `/home/mike/gnucash/src/core-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/gnucash'
make: *** [all-recursive-am] Error 2
[mike@localhost gnucash]$

I know I need to install g-wrap1.3.2, but I can't.
This is the error I get when I do "make":

Making all in g-wrap
make[2]: Entering directory `/home/mike/Documents/g-wrap-1.3.2/g-wrap'
source=3D'gw-standard.c' object=3D'gw-standard.lo' libtool=3Dyes \
depfile=3D'.deps/gw-standard.Plo' tmpdepfile=3D'.deps/gw-standard.TPlo' \
depmode=3Dgcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I..    -O2=
 -g=20
-Wall -Wno-uninitialized -Wno-unused -Werror -I/usr/include/glib-1.2=20
-I/usr/lib/glib/include  -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g=
=20
-O2 -I/usr/include -c -o gw-standard.lo `test -f gw-standard.c || echo=20
'./'`gw-standard.c
rm -f .libs/gw-standard.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Wno-uninitialized -Wno-unuse=
d=20
-Werror -I/usr/include/glib-1.2 -I/usr/lib/glib/include=20
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -I/usr/include -c=20
gw-standard.c -MT gw-standard.lo -MD -MP -MF .deps/gw-standard.TPlo=20=20=
=20=20=20=20=20=20
-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 `/home/mike/Documents/g-wrap-1.3.2/g-wrap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/Documents/g-wrap-1.3.2'
make: *** [all] Error 2
[mike@localhost g-wrap-1.3.2]$

Thanks, you guys, for your help. I am getting closer, I think?