gnucash 1.6.5 compilation problems

Nick Hudson nhudson@speakeasy.net
Wed, 27 Mar 2002 14:21:57 -0600


Make sure you have g-wrap and guile installed after that install slib like this
from the slib directory:

mkdir /usr/share/guile/1.4/slib  (or whereever you installed guile to)
cp * /usr/share/guile/1.4/slib/
guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/"

after you tell guile to use the slib schemas then it should be able to compile

I may be wrong though but thats how I got it to compile

Nick Hudson



On Tue, 15 Jan 2002 14:00:51 +0100
wwp <subscript@free.fr> wrote:

> Hi there,
> 
> really *very* interested in using gnucash 1.6.5, I've downloaded the gz archive,
> and trying to compile (./configure is OK after a few lib upgrades), I got this error:
> 
> [snip]
> Making all in guile
> make[3]: Entering directory `/tmp/_tst/gnucash-1.6.5/src/guile'
> FLAVOR=gnome guile -c \
>           "(set! %load-path (cons \"/usr/share/guile\" %load-path)) \
>            (primitive-load \"./gnc.gwp\") \
>            (gw:generate-module \"gnc\")"
> ERROR: Unbound variable: gw:new-module
> [snip]
> 
> You'll find attached the output from './configure' in which I didn't detect any problem.
> I had to upgrade my GNU/linux box with a few libs that gnucash requires, maybe a
> problem with my guile (1.4) / scheme (slib 2.8) installation?
> I can't figure out why is this failing.. this is why I'm asking for a few help!
> What kind of information could I provide?
> 
> Thanx in advance for any answer,
> best regards
> 
> PS: www.gnucash.org seem to be down so I couldn't check for FAQ or anything
> like this, neither subscribe to the ML.
> Of course I've checked in the readme's but couldn't find anything that matches my
> problem in doc/.
> 
> -- 
> wwp
>