[plt-scheme] Missing some libraries, trying to use LeftParen
There are also problems with the Untyped/Schematics web stuff, some of
which is used in LeftParen.
Unfortunately we've got customer demos Wed and Thu so I won't be able
to update until Friday. I'll almost certainly get on it before the
weekend though.
Here's a short breakdown:
- Dispatch doesn't work but the fix is trivial (require statement);
- Mirrors is in a similar state;
- Instaweb and Instaservlet are pretty much redundant at this
point. I need to ask Jay about some stuff and then I'll retire them.
Porting to serve/servlet or web-server/insta should be trivial... I'll
post migration pointers to the list soon.
- Delirium depends on Instaweb so it'll change a bit... not sure
how much but probably not much.
- Snooze is probably unaffected.
Cheers,
-- Dave
> Sorry about that. I'll check out 4.1.3 and then push another
> LeftParen update ASAP.
>
> Thanks,
> Rob
>
>> 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
>>
>>> 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
>>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme