[plt-scheme] Help with using Ikarus R6RS SRFI libraries with PLT-4.1.4.3 on Linux and Windows

From: Jens Axel Soegaard (jensaxel at soegaard.net)
Date: Sun Mar 8 12:55:38 EDT 2009

Grant Rettke skrev:
> On Sun, Mar 8, 2009 at 11:23 AM, Jens Axel Soegaard
> <jensaxel at soegaard.net> wrote:
>> Did it give a different error? Or the same?
> 
> Here is how it looked the first, and then the second time:
> 
> grettke at stargate:~$ default-load-handler: cannot open input file:
> "/home/grettke/collects/srfi/1.ss" (No such file or directory;
> errno=2)
> 
> When I link 1.ss to 1.sls I get:
> 
> grettke at stargate:~/collects/srfi$ ln -s 1.sls 1.ss
> grettke at stargate:~/collects/srfi$ drscheme&
> [1] 11253
> grettke at stargate:~/collects/srfi$ standard-module-name-resolver: cycle
> in loading at #<path:/home/grettke/collects/srfi/1.ss>:
> (#<path:/home/grettke/collects/srfi/1.ss>
> #<path:/home/grettke/collects/srfi/%3a1/lists.sls>
> #<path:/home/grettke/collects/srfi/1.ss>)

I interpret this as: it is not possible to use "1.sls" as a drop-in
replacement for "collects/srfi/1.ss".

But - perhaps the two can coexist?
Have you tried copying 1.sls to the original collects/srfi/ directory?

(Not the most elegant solution ...)

-- 
Jens Axel Søgaard




Posted on the users mailing list.