[plt-scheme] don't -c with setup-plt

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jul 16 11:25:00 EDT 2002

I forgot to mention this yesterday.

Setup PLT now requires that all non-excluded ".ss" files in a
collection are module files. If an ".ss" file isn't a module file, then
it should be excluded through `compile-omit-files' in "info.ss". (If a
collection doesn't have an "info.ss", then Setup PLT still ignores the
collection.)

I updated the "info.ss" files of many collections last night, but I
didn't have the two collections below installed on my machine.

Matthew

At Tue, 16 Jul 2002 11:20:51 -0400, "Paul Steckler" wrote:
> With the new setup-plt (no -c), I get the following errors under
> Windows:
> 
> 	setup-plt: Error during Compiling .zos for Typeset
> (f:\plt\collects\typeset)
> 	setup-plt:   load-handler: expected a `module' declaration for
> `tool-sig' in "f:\\plt\\collects\\typeset\\tool-sig.ss", but found
> something else
> 	setup-plt: Error during Compiling .zos for MysterX
> (f:\plt\collects\mysterx)
> 	setup-plt:   get-module-code: cannot use extension file;
> "f:\\plt\\collects\\mysterx\\private\\compiled\\native\\win32\\i38
> 6\\mxmain.dll"
> 
> -- Paul
> 
> 




Posted on the users mailing list.