[plt-scheme] eval and interaction-enviroment in R5RS
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