[plt-scheme] Help with using Ikarus R6RS SRFI libraries with PLT-4.1.4.3 on Linux and Windows
Grant Rettke wrote:
> Hi folks,
>
> I am trying to use the Ikarus R6RS SRFI libraries with PLT-4.1.4.3 on Linux.
>
> The libraries are located here:
>
> http://bazaar.launchpad.net/~ikarus-libraries-team/ikarus-libraries/srfi
>
> On Linux when I set PLTCOLLECTS to:
>
> /home/grettke/collects:
>
> So that it finds the R6RS srfi collects dir first, I get the error:
>
> grettke at stargate:~$ default-load-handler: cannot open input file:
> "/home/grettke/collects/srfi/1.ss" (No such file or directory;
> errno=2)
From what?
From MzScheme or DrScheme during startup?
Or does the error first appear when you run your program?
--
Jens Axel Søgaard