Hi Fu, On Thu 23 Dec 2010 06:24, Fu gangqiang <lis...@163.com> 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/