[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Loading modules.
From: |
r. clayton |
Subject: |
Loading modules. |
Date: |
22 Apr 2007 23:06:35 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
I'm having a little trobule loading modules:
guile> (version)
"1.8.1"
guile> (use-modules (srfi-64 srfi-64))
Backtrace:
In standard input:
2: 0* (use-modules (srfi-64 srfi-64))
2: 1 (eval-case (# # *unspecified*) (else #))
2: 2 (begin (process-use-modules (list (list #))) *unspecified*)
In unknown file:
?: 3* [process-use-modules (((srfi-64 srfi-64)))]
<unnamed port>: In procedure process-use-modules in expression
(process-use-modules (list #)):
<unnamed port>: no code for module (srfi-64 srfi-64)
ABORT: (misc-error)
guile> (load-from-path "srfi-64/srfi-64.scm")
guile>
I interpret Secion 31.3.1 of the guile-reference info file, General
Information about Modules, to mean that if load-from-path works, then the
use-modules should work too, but that doesn't appear to be the case.
What is the proper interpretation, and how can I get use-modules to work?
- Loading modules.,
r. clayton <=