[racket] Compilation of program in racket failed

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Sat Jul 10 10:44:40 EDT 2010

On Fri, Jul 9, 2010 at 4:32 PM, Noel Welsh <noelwelsh at gmail.com> wrote:
> On Fri, Jul 9, 2010 at 4:21 PM, Paulo J. Matos <pocmatos at gmail.com> wrote:
>> esmc-mode.scm has:
>> ,----
>> | (require (planet "modes/esmc-mode/search-sig.scm" ("pjmatos" "eboc.plt" 1 0)))
>> `----
>
> A module should refer to other modules in the same collection with an
> undecorated require:
>
> (require "search-sig.scm")
>
> That might be the problem.
>

The planet link was actually a solution due to a problem presented
before on this list.
http://article.gmane.org/gmane.lisp.scheme.plt/34633

Maybe I don't need the planet link anymore in racket. I should
actually try it out.

-- 
PMatos


Posted on the users mailing list.