Error Compiling CVS (9-26-2002)
John P. New
gc@hazelden.ca
26 Sep 2002 15:03:07 -0400
I am trying to compile on Mandrake 8.2. I have successfully compiled
many times before, but now I get errors with the CVS that I downloaded
today (9-26-2002). I use ./autogen.sh --with-g-wrap-prefix=/usr
--enable-opt-style-install --enable-ofx. When I 'make', I eventually
get:
make[3]: Entering directory `/home/gnucash/src/core-utils'
FLAVOR=gnome 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/gnucash/src/core-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnucash'
make: *** [all-recursive-am] Error 2
I installed g-wrap 1.3.2 with ./configure --prefix=/usr. Is this me or
CVS?
John P. New
London, Ontario, Canada