[plt-scheme] 301.13

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Apr 22 23:32:24 EDT 2006

At Sat, 22 Apr 2006 23:17:19 -0400, Neil Van Dyke wrote:
> > Starting with 301.13, however, MzScheme and MrEd no longer recognize
> > the PLTHOME environment variable. The (relative) path to the main
> 
> External build tools and dumb editors (e.g., Emacs with Quack) will want
> to know the equivalent of "PLTHOME" or the default for "PLTCOLLECTS".
> Could you document a shell command that'll print the directory/ies to
> stdout?

Do you mean something like this?

 env PLTCOLLECTS="" mzscheme -mvqe '(printf "~s\n" (map path->string 
 (current-library-collection-paths)))'

> > Soon, we'll add tools for putting a copy of shared libraries with a
> > set of generated executables, so that the resulting package is truly
> > "stand-alone".
> 
> Will this stand-alone packaging also include copies of any packages
> required from PLaneT?

Yes --- Jacob already fixed that for v301.X a while back.

Matthew



Posted on the users mailing list.