<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div>
Or even better: is there a way to add a collection permanently <br>(such as in the preferences), so that I don't have to declare them each <br>time I run racket, gracket, mzc, etc.</div></div></blockquote><div><br>The docs say the PLTCOLLECTS environment variable must be set to a given path, but the following doesn't work:<br>
<br><<<<br></div></div>~/Projets/Scheme-svn/gui-tools$ PLTCOLLECTS=:/home/orseau/Projets/Scheme-svn/<br>~/Projets/Scheme-svn/gui-tools$ echo $PLTCOLLECTS<br>:/home/orseau/Projets/Scheme-svn/<br>~/Projets/Scheme-svn/gui-tools$ gracket board.rkt<br>
board.rkt:3:9: common/common: standard-module-name-resolver: <br>collection not found: "common" in any of: <br>(#<path:/home/orseau/.racket/<a href="http://5.0.1.2/collects">5.0.1.2/collects</a>> #<path:/usr/plt-5.0.1.2/collects>) in: common/common<br>
<br> === context ===<br>standard-module-name-resolver<br>>>><br><br>Removing the ":" in PLTCOLLECTS does the same thing.<br><br>The docs also say "additional
collection directories can be specified in configuration files", but it does not say how.<br><br>Has anyone played with this?<br><br>-- <br>Laurent<br>