[plt-scheme] PlaneT, plts and distributing software.

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Oct 25 20:48:14 EDT 2005

At Tue, 25 Oct 2005 17:02:00 -0700, Yoav Goldberg wrote:
> > > While we're at it, I think it will also be extremly usefull to add the
> > > <path-of-main-file>/collects to the
> > > current-library-collection-paths[2] list, as a default,
> > Isn't that already the case? After "PLTHOME/collects", MzScheme tries
> > "collects", then "../collects", then "../../collects", and then
> > "../../../collects". (The last one makes sense Mac OS GUI programs.)
> Not really (or at least, it doesn't work this way). It seem to try
> "./collects" etc, but relative to the MzScheme executable, which is
> not what I meant. I want it to be relative to the main Scheme file I'm
> currently running (the one supplied with -f or one of the others to
> MzScheme, or the one I just "run" from DrScheme).

Oh, I did think that <path-of-main-file> was the executable.

For a reference from source to source, I would expect that you'd use
relative paths.

Matthew



Posted on the users mailing list.