[racket] Compilation of program in racket failed

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Fri Jul 9 11:21:14 EDT 2010

Matthew Flatt <mflatt at cs.utah.edu> writes:

>
> This looks like a bug in the module-name resolver created for the
> executable.
>
> Is one of the following true?:
>
>  * "esmc-mode.rkt" (or ".ss") uses `(require (planet ....))' to refer
>    to a Planet package.
>
>    In that case, what form of Planet path does it use?
>

esmc-mode.scm has:
,----
| (require (planet "modes/esmc-mode/search-sig.scm" ("pjmatos" "eboc.plt" 1 0)))
`----

This is a planet development link.

>  * "esmc-mode.rkt" (or ".ss") is in a planet package, it is imported by
>    "main.rkt" using `(require (planet ....))', and "esmc-mode.rkt"
>    refers to some other file through a relative path.
>
>    In that case, what forms of Planet path does "main.rkt" use? And is
>    "main.rkt" the main module of the executable?
>
> Thanks,
> Matthew
>

-- 
PMatos


Posted on the users mailing list.