[plt-scheme] MZC and SRFI?
Greg Johnston
greg.johnston at gmail.com
Mon Dec 4 22:08:15 EST 2006
Hey,
I have a module I'm trying to compile which requires another which requires
another which:
(require (only (lib "time.ss" "srfi" "19")
current-date
date->string
date-week-number
string->date))
It compiles fine with "mzc --gui-exe srl gui.ss". When I run "./srl,"
however, I get this:
collection-path: collection not found: "srfi" in any of: ()
=== context ===
cloop
#f::351: loop
The program runs fine when interpreted.
Is this WAD, a bug, or my fault?
Thanks,
Greg
P.S. Gentoo x86, with PLT Scheme 360.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.cs.brown.edu/pipermail/plt-scheme/attachments/20061204/62cd0852/attachment.html
More information about the plt-scheme
mailing list