[plt-scheme] MZC can't resolve "self" ?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Dec 11 23:25:01 EST 2002

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.



Posted on the users mailing list.