[racket] Compilation and additional collections

From: Laurent (laurent.orseau at gmail.com)
Date: Sat Jun 19 08:42:47 EDT 2010

Hi all,

I'm trying to compile a project (Racket 5.0, WinXP) into a distribution with
gracket base.
I get the following error message when compiling:
<<<
e:\projets\scheme-svn\towers\towers-gui.ss:3:9: ATHENS/board2:
standard-module-name-resolver: collection not found: "ATHENS" in any of:
(#<path:M:\Documents and Settings\Laurent\Application
Data\Racket\5.0\collects> #<path:M:\Program Files\Racket\collects>) in:
ATHENS/board2

 === context ===
standard-module-name-resolver
M:\Program Files\Racket\collects\compiler\embed-unit.rkt:366:4: get-code
M:\Program Files\Racket\collects\racket\private\map.rkt:45:11: for-each
M:\Program Files\Racket\collects\compiler\embed-unit.rkt:765:4:
do-write-module-bundle
>>>
and it refuses to compile.

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.

Am I doing things the wrong way?

Thanks,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100619/eb9001d2/attachment.html>

Posted on the users mailing list.