[racket] Long compilation+launch times

From: Laurent (laurent.orseau at gmail.com)
Date: Wed Aug 4 10:10:43 EDT 2010

On Wed, Aug 4, 2010 at 15:12, Robby Findler <robby at eecs.northwestern.edu>wrote:

> Oh, that explains it. When it is in a collection, then drracket's
> auto-compile feature disables itself, since collections are not
> generally assumed to be writeable (as they are, roughly speaking the
> "standard libraries" and could be in some shared place).
>

That makes sense, thank you!

You can work around this by explicitly calling mzc periodically from a
> shell (but you must be sure to call it if you change exported
> identifiers (or anytime you get a strange error)).
>

My collection is in ..../Scheme-svn/
running mzc inside ..../Scheme-svn/common works perfectly, but
inside ..../Scheme-svn/gui-tools it doesn't because in these files there
are:
(require common/something)

and mzc fails with the "collection not found" error.
Do I need to change my requires to relative paths, or should I had the
collection path to mzc (and then, how?) ?

Or even better: is there a way to add a collection permanently
(such as in the preferences), so that I don't have to declare them each
time I run racket, gracket, mzc, etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100804/a52475a6/attachment.html>

Posted on the users mailing list.