> I am new to gnucash, and trying to experiment with the latest version from
> cvs.  I installed the dependencies, and was able to compile the gnome
> version.  When I try to start the prefix/bin/gnucash, I get the following
> error:
> 
> It appears your 'slib' scheme library is out
> of date. You need slib2c6 or later to run GnuCash.
> 
> Obtain slib at: http://swissnet.ai.mit.edu/~jaffer/SLIB.html
> 
> I have the latest slib-2c7, along with guile 1.3.4.  My system is an x86
> with linux 2.2.12 (RH 6.1) with upgraded gnome libraries.  I don't know very
> much about guile/scheme, so i can't easily debug the problem myself.
> However, I am guessing it is just a stupid config problem.
> 
> Any ideas what my problem could be?  Thanks in advance.

The most likely culprit is that guile is using the slib
that was installed with umb-scheme. The way to fix this
is to change the link 'slib' in /usr/share/guile to
point to the directory where you have installed slib2c7.

After that, run (as root)

 guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"


Hopefully, that should fix things.

dave


--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to