compiling 1.7.5 on debian woody

Thomas Besser thomas.besser@ngi.de
Mon, 16 Dec 2002 18:29:02 +0100


Hi,

I'm trying to compile it too on woody. Not yet with success ;-)

But perhaps I can help you a little bit.

Am 07.12.2002 07:12 schrieb Wayne Brown:
> I have met all the dependencies (it seems) by installing all the
> development files it needed by running ./configure and installing what was
> required. When I run make however, it chokes with this message:

You compiled g-wrap version 1.3.2?!

>From where do you have the sources? Here is the debian like way (no softwar=
e=20
installation without deb packages) that I'm trying to run:

Go to http://people.debian.org/~treacy/gnucash and download the source file=
s=20
(.tar.gz, .dsc, .diff, ...). These are debianized source files. Attention!=
=20
The deb's are only for sid (unstable -> requires libc6-update!). Copy the 4=
=20
files of g-wrap or gnucash in /usr/local/src/ and do 'dpkg-source -x=20
<packagename>.dsc. After that go in the created directory <package-version>=
=20
and do 'dpkg-buildpackage'. This should generate valid deb files (g-wrap do=
es=20
for me, gnucash not yet).

> FLAVOR=3Dgnome guile -c \
>           "(set! %load-path (cons \"\" %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 `/usr/local/src/gnucash-1.7.5/src/core-utils'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/gnucash-1.7.5/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/gnucash-1.7.5'
> make: *** [all-recursive-am] Error 2
> Rocky:/usr/local/src/gnucash-1.7.5#

I don't know anything about the error message above, sorry, perhaps you tri=
ed=20
it with g-wrap (in debian libgwrapguile1 and libgwrapguile-dev) from woody?=
=20
These are too old for gnucash 1.7.5.

HTH
Thomas