On Wed, Aug 4, 2010 at 15:12, Robby Findler <[email protected]>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.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to