reorganizations ==> Re: [plt-scheme] Missing some libraries, trying to use LeftParen

From: YC (yinso.chen at gmail.com)
Date: Fri Dec 5 18:35:45 EST 2008

Hi Jay -

is there a release notes about the refactoring changes from 4.1.2 & 4.1.3?
Would be great for figuring out how to keep apps working across both
versions.

Thanks!
yc


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20081205/3f349c47/attachment.html>

Posted on the users mailing list.