[plt-scheme] eval and interaction-enviroment in R5RS

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Nov 7 12:37:28 EST 2008

At Fri, 7 Nov 2008 18:30:32 +0100 (CET), Ivanyi Peter wrote:
> Ok, I have tried it, but now when I make an EXE file
> from the program I get the following:
> 
> mzscheme: standard-module-name-resolver: collection not
> found: "mzscheme" in any of: (......\collects) in: mzscheme
> 
> The EXE is created in the standard way:
> mzc --gui-exe prg.exe prog.scm
> mzc --exe-dir dist prg.exe
> 
> What is worng here? Maybe mzc do not pack something with the
> EXE?

Yes, I think this is the same problem that I recently fixed. Can you
try the nightly build (assuming that you're not using it already)?


Matthew



Posted on the users mailing list.