Compiling 1.8.12 on debian
Andrew Sackville-West
andrew at farwestbilliards.com
Mon Jan 9 17:21:27 EST 2006
On Mon, 9 Jan 2006 00:31:28 +0100
Martin Wolters <martin at martinwolters.com> wrote:
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
> -----
>
> Summary: Building from scratch on debian leads to error "no code for module
> (g-wrap gw standard)" which I think means that I am doing something
> fundamentally wrong.
FWIW, I know there were g-wrap/guile problems with the move to gcc 4. My recollection is that they would prevent the build, so this may not apply, however a search of the archives reveals Neil's list of versions:
You need:
guile-1.6 1.6.7-1.1
guile-1.6-dev 1.6.7-1.1
guile-1.6-libs 1.6.7-1.1
guile-1.6-slib 1.6.7-1.1
guile-common 1.4-26
g-wrap 1.9.6-3
libgwrap-runtime0 1.9.6-3
libgwrap-runtime0-dev 1.9.6-3
additionally I think you need to --purge the other versions of quile and gwrap that might be floating around, especially libgwrap*. That said, you got it to build so I don't think this is your problem, but might help.
A
>
> Hi,
>
> in order to enable HBCI on debian I am trying to install aqbanking and gnucash
> from scratch. I use the following build sequence:
>
> ./configure --disable-error-on-warning --enable-hbci --build=i686-pc-linux-gnu
> --prefix=/usr --enable-debug
> make
> make install
>
> (
> --disable-error-on-warning required due to multiple warnings a la:
> 'XXX' differ in signedness
> )
>
> ( BTW: How do I figure out which configure options the official debian package
> used? Sorry, I am a Debian-Newbie )
>
> When starting gnucash I get the following output:
> ~$ gnucash --debug
> <unnamed port>: In procedure scm-error in expression (scm-error (quote
> misc-error) #f ...):
> <unnamed port>: no code for module (g-wrap gw standard)
>
> In the mailing list archive people talked about multiple guile-versions
> causing similar things. But I don't see multiple versions on my system. Also
> interesting: There is no /tmp/gnucash.trace output.
>
> So I think I am doing something fundamentally (stupid) wrong. I used to have
> the debian gnucash packages installed but removed them with -purge option. I
> have a feeling that something with the guile setup is wrong. But I have no
> clue how to debug. I also tried to play around with --load-path option but
> didn't succeed.
>
> Any help is appreciated! Thanks in advance
>
> -M
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
More information about the gnucash-user
mailing list