[racket] Can't figure out how to use module after raco planet fileinject

From: Shawn Smith (shawn.p.smith at gmail.com)
Date: Tue May 22 16:02:19 EDT 2012

Never mind, asumu on #racket mentioned I need to use provide in the module.


I will do that.

Shawn

On Tue, May 22, 2012 at 11:28 AM, Shawn Smith <shawn.p.smith at gmail.com>wrote:

> Hi,
>
> I created a planet archive locally with raco planet create, then I
> installed it into my local cache with raco planet fileinject.
>
> All I've written in Dr Racket so far is:
>
> (require (planet "something.rkt" ("shawnps" "something-racket.plt" 1 1)))
>
> and it runs fine.
>
> I can see it in the module browser (View -> Show Module Browser), and when
> I double click on it, it opens the correct file.
>
> But I get "unbound identifier" whenever I try to use any of its functions
> or structs.
>
> Any help is appreciated.
>
> Shawn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120522/5c3358a7/attachment.html>

Posted on the users mailing list.