<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Am I doing something wrong with PLTCOLLECTS? &nbsp;With v371, I used to have PLTCOLLECTS pointing to two places:<div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp;PLTCOLLECTS=/usr/local/plt/collects:~/test/plt/collects</div><div><br class="webkit-block-placeholder"></div><div>and I don't recall having problems, but now with v3.99.0.3, it seems I need to <font class="Apple-style-span" color="#006633"><b>un</b></font><font class="Apple-style-span" color="#006633"><b>set PLTCOLLECTS</b></font> to avoid startup errors. &nbsp;I completely recreate /usr/local/plt every time I do an svn update and rebuild.</div><div><br class="webkit-block-placeholder"></div><div>Geoff</div><div><br class="webkit-block-placeholder"></div><div><div>$ mzscheme</div><div>Welcome to MzScheme v3.99.0.3 [3m], Copyright (c) 2004-2007 PLT Scheme Inc.</div><div><font class="Apple-style-span" color="#990000">current-library-collection-paths: expects argument of type &lt;list of complete paths and strings&gt;; given (#&lt;path:/usr/local/plt/collects&gt; #&lt;path:~/test/plt/collects&gt;)</font></div><div><font class="Apple-style-span" color="#990000">exception raised by exception handler: scheme/init: standard-module-name-resolver: collection not found: "scheme" in any of: () in: scheme/init; original exception raised: current-library-collection-paths: expects argument of type &lt;list of complete paths and strings&gt;; given (#&lt;path:/usr/local/plt/collects&gt; #&lt;path:~/test/plt/collects&gt;)</font></div><div><font class="Apple-style-span" color="#990000">exception raised by exception handler: standard-module-name-resolver: collection not found: "mzscheme" in any of: (); original exception raised: current-library-collection-paths: expects argument of type &lt;list of complete paths and strings&gt;; given (#&lt;path:/usr/local/plt/collects&gt; #&lt;path:~/test/plt/collects&gt;)</font></div><div>$ <font class="Apple-style-span" color="#006633"><b>unset PLTCOLLECTS</b></font></div><div>$ mzscheme</div><div>Welcome to MzScheme v3.99.0.3 [3m], Copyright (c) 2004-2007 PLT Scheme Inc.</div><div>&gt;&nbsp;</div><br></div></body></html>