Hi all,<br><br>I&#39;m trying to compile a project (Racket 5.0, WinXP) into a distribution with gracket base.<br>I get the following error message when compiling:<br>&lt;&lt;&lt;<br>e:\projets\scheme-svn\towers\towers-gui.ss:3:9: ATHENS/board2: standard-module-name-resolver: collection not found: &quot;ATHENS&quot; in any of: (#&lt;path:M:\Documents and Settings\Laurent\Application Data\Racket\5.0\collects&gt; #&lt;path:M:\Program Files\Racket\collects&gt;) in: ATHENS/board2<br>
<br> === context ===<br>standard-module-name-resolver<br>M:\Program Files\Racket\collects\compiler\embed-unit.rkt:366:4: get-code<br>M:\Program Files\Racket\collects\racket\private\map.rkt:45:11: for-each<br>M:\Program Files\Racket\collects\compiler\embed-unit.rkt:765:4: do-write-module-bundle<br>
&gt;&gt;&gt;<br>and it refuses to compile.<br><br>The fact is I use an additional personal collection path which contains ATHENS/board2.ss, and it works correctly when executing the project from within DrRacket.<br><br>Am I doing things the wrong way?<br>
<br>Thanks,<br>Laurent<br>