bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slib modules install


From: Andy Wingo
Subject: Re: slib modules install
Date: Sun, 23 Jan 2011 22:19:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Fu,

On Thu 23 Dec 2010 06:24, Fu gangqiang <address@hidden> writes:

> Hi,all I have installed guile-1.9.14 On Linux-2.6.32-26-generic
> #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux according
> to INSTALL file and slib modules according to the README file:
>
> slib version:slib3b3
> install slib instruction:sudo cp -r slib `guile-config info pkgdatadir`
>
> but when I use the module,I have a error like this:
>
> scheme@(guile-user)> (use-modules (ice-9 slib))
> ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
> ;;;       or pass the --no-autocompile argument to disable.
> ;;; compiling /usr/local/share/guile/slib/guile.init
> ;;; compiled 
> /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/guile.init.go
> ;;; compiling /usr/local/share/guile/slib/require.scm
> ;;; compiled 
> /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/require.scm.go
> scheme@(guile-user)> (use-modules (ice-9 slib))
> scheme@(guile-user)> (require 'primes)
> ;;; compiling /usr/local/share/guile/slib/mklibcat.scm
> ;;; compiled 
> /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/mklibcat.scm.go
> ice-9/boot-9.scm:1863:5: In procedure open-file:
> ice-9/boot-9.scm:1863:5: No such file or directory: 
> "/usr/local/share/guile/slib/mklibcat"

I see that Aubrey Jaffer has made some shims to support Guile 1.9/2.0,
but the last commit to guile.init that I see deals with 1.9.7, and I
don't know if we have introduced any incompatibilities since then.
Please try with slib from CVS, and if that still doesn't work for you,
let slib-discuss know.

(Our apologies for the mess, of course.  Guile 2.0 should be out within
a few weeks, so hopefully these troubles should be over.  Please let us
know if you find bugs in Guile that need dealing with.)

Cheers,

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]