[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 199.27



Hi all.

1. mzc's --lite option ("Enable lightweight closure conversion")
has been dropped. Why? Just curious.

2. How can I interpret the following error message (doesn't appear in 199.19):
mzc --prim --unsafe-disable-interrupts --unsafe-fixnum-arithmetic --unsafe-skip-tests --ccf "-O2" ++ccf "-O3"  nallmz.scm
MzScheme compiler (mzc) version 199.27, Copyright (c) 1996-2001 PLT
"nallmz.scm": 
 [?,?]: Error: Error during elaboration: require: unknown module: |expanded module|
Errors encountered.  Compilation aborted.

Source starts like this:
(module n... mzscheme (provide n...)
(require (lib "process.ss"))
...

Greetings
Sven