[plt-scheme] MZC can't resolve "self" ?
Aha --- I knew that someone had reported this bug, but I lost track of
your message (and, as it happens, caused extra work for Robby).
This is now fixed.
Matthew
At Wed, 4 Dec 2002 15:37:58 +0300 (MSK), Kirill Lisovsky wrote:
> I've encountered a problem with 202.5:
>
> An attempt to compile a standalone PLT executable which requires _any_ lib
> fails.
>
> Example:
> For test.ss:
> #cs(module test mzscheme
> (require (lib "list.ss"))
> (display "ok"))
>
> mzc --exe test test.ss
>
> fails with the error message:
>
> resolve-module-path-index: can't resolve "self" with just a relative directory
>
>
> It works fine on an old 200alpha15, however.