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