Ticket #343 (closed defect: fixed)
file not found error ".../collects/unstable/planet.rkt"
Reported by: | ibarland@… | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | jaymccarthy/c.plt | Keywords: | |
Cc: | Version: | (1 1) | |
Racket Version: | 5.1.3 |
Description
Hi Jay -- [I lurk on the plt lists, so I *feel* like I know you on a first-name basis :-]
I'm not sure if I'm missing something in my install process, but I couldn't run c.plt:
First, this seemed to succeed:
(require (planet "main.rkt" ("jaymccarthy" "c.plt" 1 1)))
But next, evaluating the example-program failed on the first line:
#lang planet jaymccarthy/c
Module Language: invalid module text
Applications/Racket v5.1.3/collects/mred/private/snipfile.rkt:179:2: open-input-file: cannot open input file: "/Applications/Racket v5.1.3/collects/unstable/planet.rkt" (No such file or directory; errno=2)
I'm not sure whether this is a missing planet/require in your package, or if I need to do some additional step to install unstable/planet.rkt .
(I did try blindly installing planet/bzlib/planet.plt, which does contain a file planet.ss (not .rkt), but that didn't change anything.)
Thanks for any quick help,
--Ian