[plt-scheme] module name case lossage in mzc --exe (with PlaneT) on Windows
At Wed, 25 Jul 2007 18:07:09 +1000, Andrew Reilly wrote:
> I'm guessing that this is a bug in the Windows version of
> mzc, since mzscheme doesn't mind it on either platform,
> and mzc is OK on OS-X. Is the appropriate work-around to
> rename SXML-tree-trans.ss to lower-case, or to go looking for
> references to it in lower case and change them to upper case.
> Or maybe to change the language settings to be case-insensitive,
> somehow?
The bug is in the mzc code that collects the modules to be packaged
into an executable. It case-normalizes too much.
I think this is now fixed in SVN, but I'll have to test more.
Matthew