> That's the current web page. The current checkout URL is:
>
> http://bazaar.launchpad.net/~ikarus-libraries-team/ikarus-libraries/srfi
>
Thanks for your information. Checkout from the url was successfully
done.
Some SRFIs (srfi-1,2,6,8,11,16,31,38,39,41,48) looks working, but
loading
others (srfi-0,9,13,14,19,23,26,27,42,43,61,67,78) results in an
error
like this:
$ cat 27.scm
(import (rnrs) (srfi :27))
(display "27") (newline)
$ ikarus --r6rs-script 27.scm
Unhandled exception:
Condition components:
1. &who: for
2. &message: "invalid import spec"
3. &syntax:
form: (for (srfi private include compat) expand)
subform: #f
The environmental variable IKARUS_LIBRARY_PATH is set to
/Users/yhara/research/r_6rs/ikarus
and the directory I ran the checkout command is:
/Users/yhara/research/r_6rs/ikarus/srfi
Is some more commands are needed to install the SRFI libraries?