[plt-scheme] Missing some libraries, trying to use LeftParen

From: Rob Hunter (rob.hunter at gmail.com)
Date: Tue Dec 2 10:54:37 EST 2008

Sorry about that.  I'll check out 4.1.3 and then push another
LeftParen update ASAP.

Thanks,
Rob


On Tue, Dec 2, 2008 at 6:16 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> It looks like LeftParen is incompatible with some of the
> reorganization that went on before 4.1.3 came out. I would suggest
> using 4.1.2 until LeftParen is updated.
>
> Jay
>
> On Tue, Dec 2, 2008 at 1:27 AM, SweetwaterDixon <sharkbrainguy at gmail.com> wrote:
>> I installed plt scheme 4.1.3 today and I tried to follow this
>> tutorial:
>> http://planet.plt-scheme.org/package-source/vegashacker/leftparen.plt/2/2/planet-docs/leftparen/index.html
>>
>> but when I tried to do:
>> mzscheme -e '(require (planet "bootstrap.scm" ("vegashacker"
>> "leftparen.plt" 2 2)))' project hello-world
>> I got this error:
>> default-load-handler: cannot open input file: "/home/gerard/plt/
>> collects/web-server/private/response-structs.ss" (No such file or
>> directory; errno=2)
>>
>> I did a locate for "response-struct.ss" and found it in: /home/gerard/
>> plt/collects/web-server/http
>>
>> so of course I take the first special-class thing that comes to mind
>> and I:
>> cp http/* private/*
>>
>> then left-paren installed without errors... but when I follow the next
>> bit and try to start up the server:
>> default-load-handler: cannot open input file: "/home/gerard/plt/
>> collects/web-server/dispatchers/dispatch-lang.ss" (No such file or
>> directory; errno=2)
>>
>> Please, if someone could tell me what's going on and help me get this
>> going it would be great.
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://jay.teammccarthy.org
>
> "The glory of God is Intelligence" - D&C 93
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.