<br><br><div class="gmail_quote">On Sat, Jun 19, 2010 at 14:42, Laurent <span dir="ltr">&lt;<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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>
</blockquote></div><br>Answer to myself, if ever this can help someone else:<br>This problem is fixed by using the correct argument to keyword `#:collects-path&#39; for `create-embedded-executable&#39;.<br><br>But I don&#39;t know how to provide multiple collect-paths to &quot;raco exe&quot;.<br>
<br><br>