Compile help needed - "make"ing 1.8.4 on SuSE 8.2
John Reynolds
gnucash at reynj.fastmail.fm
Thu Jun 5 11:42:53 CDT 2003
I am tring to install GnuCash 1.8.4 on a SuSE 8.2 system. (Evolution and
OFX are already installed via the default suse install).
I have added all the -devel packages, and ./configure completes. (there
is this odd message:
<snip>
checking whether guile works... yes
checking for guile... (cached) /usr/bin/guile
checking for guile - 1.3.4 <= version < 99.99.99... yes
checking for g-wrap-config... (cached) /usr/bin/g-wrap-config
checking for g-wrap - 1.3.3 <= version < 99.99.99... yes
checking for g-wrap compile args... -I /usr/include/g-wrap
checking for g-wrap link args... -L/usr/lib -lgwrap-wct
-lgwrap-glib
checking for g-wrap module directory... /usr/share/guile
checking if g-wrap works...
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
yes
checking if guile long_long is at least as big as gint64... yes
checking for scm_long_long2num in -lguile... (cached) yes
checking if unsigned long is at least as big as guint32... yes
<snip>
but the ./configure completes fine. Then I try "make" and I get:
<snip>
make[4]: Leaving directory
`/home/reynj/downloads/gnucash-1.8.4/src/doc'
make[3]: Leaving directory
`/home/reynj/downloads/gnucash-1.8.4/src/doc'
Making all in pixmaps
make[3]: Entering directory
`/home/reynj/downloads/gnucash-1.8.4/src/pixmaps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/reynj/downloads/gnucash-1.8.4/src/pixmaps'
Making all in core-utils
make[3]: Entering directory
`/home/reynj/downloads/gnucash-1.8.4/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 !?
add-ws-t gw-core-utils #<output: gw-core-utils.c 3>
gw:global-declarations-ccg
for-parent gw-core-utils
add-ws-t gw-core-utils #<output: gw-core-utils.c 3>
gw:global-definitions-ccg
for-parent gw-core-utils
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I /usr/include/g-wrap -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -Wall -Wunused -Werror -c
gw-core-utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I /usr/include/g-wrap
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall
-Wunused -Werror -c gw-core-utils.c -fPIC -o
.libs/gw-core-utils.o
gw-core-utils.c:6:34: g-wrap-compatibility.h: No such file or
directory
make[3]: *** [gw-core-utils.lo] Error 1
make[3]: Leaving directory
`/home/reynj/downloads/gnucash-1.8.4/src/core-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/reynj/downloads/gnucash-1.8.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/reynj/downloads/gnucash-1.8.4'
make: *** [all-recursive-am] Error 2
<snip>
Any help would be greatly appreciated.
Thanks!
John
More information about the gnucash-user
mailing list