[plt-scheme] SSAX installation problem

From: Mike J. Bell (ckimyt at gmail.com)
Date: Mon Oct 8 22:44:29 EDT 2007

Thanks, Danny and Chongkai!

Danny, that planet thing worked like a charm, holy moly.  Didn't even see it
grab the install, very nice indeed.

Thanks again to you both for the quick replies!!!

Mike

On 10/8/07, Danny Yoo <dyoo at cs.wpi.edu> wrote:
>
>
>
> On Mon, 8 Oct 2007, Chongkai Zhu wrote:
>
> > http: //www.cs.brown.edu/pipermail/plt-scheme/2006-December/015722.html
> > http: //www.cs.brown.edu/pipermail/plt-scheme/2006-December/015757.html
>
> Hi Mike,
>
>
> There is a version of SSAX on PLaneT which has an easier installation
> process:
>
>
> http://planet.plt-scheme.org/display.ss?package=ssax.plt&owner=lizorkin
>
>
> In the example that you quoted earlier:
>
> >>  http://schemecookbook.org/view/Cookbook/XMLRecipeSimpleChanges by
>
>
> You should be able to run things by converting all the (lib ... "ssax")
> requirements to their respective PLaneT forms.  i.e. from
>
>           ...
>           (lib "myenv.ss" "ssax")
>           (lib "ssax.ss" "ssax")
>           ...
>
> to
>           ...
>           (planet "myenv.ss" ("lizorkin" "ssax.plt" 1 3))
>           (planet "ssax.ss" ("lizorkin" "ssax.plt" 1 3))
>           ...
>
> The latter will automatically install SSAX for you, which is nice, even if
> the requirement statement is a little uglier.
>
>
> I'm correcting the Cookbook entry to use SSAX from PLaneT now; visit it
> again and you should see the updated code.
>
> Best of wishes!
>



-- 
Mike J. Bell on gmail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20071008/3ec5c440/attachment.html>

Posted on the users mailing list.