From: Fu gangqiang <lispor@163.com>
To: "Guile bug" <bug-guile@gnu.org>
Subject: slib modules install
Date: Thu, 23 Dec 2010 13:24:18 +0800 (CST) [thread overview]
Message-ID: <7366dc70.6602.12d11af50c5.Coremail.lispor@163.com> (raw)
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"
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
scheme@(ice-9 slib) [1]>
next reply other threads:[~2010-12-23 5:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-23 5:24 Fu gangqiang [this message]
2011-01-04 16:56 ` slib modules install Ludovic Courtès
2011-01-23 21:19 ` Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7366dc70.6602.12d11af50c5.Coremail.lispor@163.com \
--to=lispor@163.com \
--cc=bug-guile@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).