[plt-scheme] problem running moby scheme compiler from command line
On Fri, Apr 9, 2010 at 11:51 AM, jay raj <jay3dec at gmail.com> wrote:
> hello sir,
> i tried several times
Ah. Ok, I see what's going on now.
If you use the PLaneT package, you won't hit the error you're seeing.
I strongly recommend you use the PLaneT package.
What's happening is that the bootstrapper in
src/bootstrap-js-compiler.ss needs to be run, because you're using the
development sources. I do this step automatically whenever I generate
a new PLaneT package, so I had completely forgotten about it. I
apologize that I haven't documented this step in the manual.