gnucash 1.8.0 compile problems

Theo. Sean Schulze tschulze at teamfinders.org
Wed Feb 5 22:12:31 CST 2003


Hello,

I have been struggling for a couple of weeks now to compile gnucash from source.  I started with 1.7.8, but when 1.8.0 was released, I switched over to that.  I am running a SuSE 8.0 system with KDE installed.  I did not have gnome installed, but since I ran into so many gnome-related dependancy problems, I decided to go to Ximian and install gnome from there.  Did a "Normal Installation" with the development libraries.  Worked great.

Back into my gnucash-1.8.0 source directory, I fired up ./configure --enable-ofx --enable-hbci --with-perl=/usr/bin/perl --enable-gui.  Configure could not locate gtkhtml-1.1.pc, so I added /opt/gnome/lib/pkgconfig to PKG_CONFIG_PATH.

Hit configure again.  Seems to run ok, but part of the way through I see something about "gtkhtml unknown".  Anyway, it builds the Makefiles, and I do a `make`.  Shortly thereafter, I receive this error message:


Making all in core-utils
make[3]: Entering directory `/pub/src/gnucash-1.8.0/src/core-utils'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I /usr/local/include/g-wrap -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -g -O2 -Wall -Wunused   -Werror -c core-utils.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I /usr/local/include/g-wrap -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall -Wunused -Werror -c core-utils.c
-fPIC -o .libs/core-utils.o
/bin/sh ../../libtool --mode=link gcc -I /usr/local/include/g-wrap -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -g -O2 -Wall -Wunused   -Werror  -o libcore-utils.la -rpath /usr/local/lib -module -L/usr/lib -lglib core-utils.lo  -lpopt -lm  -lm
gcc -shared  .libs/core-utils.o  -L/opt/gnome/lib -L/usr/lib /usr/lib/libglib.so /usr/lib/libpopt.so -lm  -Wl,-soname -Wl,libcore-utils.so.0 -o .libs/libcore-utils.so.0.0.0
(cd .libs && rm -f libcore-utils.so.0 && ln -s libcore-utils.so.0.0.0 libcore-utils.so.0)
(cd .libs && rm -f libcore-utils.so && ln -s libcore-utils.so.0.0.0 libcore-utils.so)
creating libcore-utils.la
(cd .libs && rm -f libcore-utils.la && ln -s ../libcore-utils.la libcore-utils.la)
rm -f gnucash g-wrapped
ln -sf . gnucash
ln -sf . g-wrapped
touch .scm-links
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.c] Error 2
				make[3]: Leaving directory `/pub/src/gnucash-1.8.0/src/core-utils'
				make[2]: *** [all-recursive] Error 1
				make[2]: Leaving directory `/pub/src/gnucash-1.8.0/src'
				make[1]: *** [all-recursive] Error 1
				make[1]: Leaving directory `/pub/src/gnucash-1.8.0'
				make: *** [all-recursive-am] Error 2

Any idea how to fix this?

Cheers,
Sean

-- 
Theo. Sean Schulze
tschulze at teamfinders.org


More information about the gnucash-user mailing list