Hello,

I am trying to use Moby, following along the examples in the
documentation[1], but I am unable to get it to work.
Has anybody used it recently?


Running from DrRacket did not succeed, and from the terminal, after removing
moby.plt and js-vm.plt using raco planet remove -e, I get:

rodolfo@lisa:~/projects/racket-for-smartphones$ racket run-counter.rkt
private/translate-bytecode-structs.rkt:25:8: compile: unbound identifier in
module in: internal:indirect?
translate-bytecode-structs.rkt:25:8: compile: unbound identifier in module
in: internal:indirect?
default-load-handler: cannot open input file:
"/opt/racket/collects/unstable/scribble.rkt" (No such file or directory;
errno=2)
raco setup: error: during making for <planet>/dyoo/js-vm.plt/1/12 (js-vm)
raco setup:   private/translate-bytecode-structs.rkt:25:8: compile: unbound
identifier in module in: internal:indirect?
raco setup: error: during making for <planet>/dyoo/js-vm.plt/1/12/private
raco setup:   translate-bytecode-structs.rkt:25:8: compile: unbound
identifier in module in: internal:indirect?
raco setup: error: during Building docs for
/home/rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/js-vm.scrbl
raco setup:   default-load-handler: cannot open input file:
"/opt/racket/collects/unstable/scribble.rkt" (No such file or directory;
errno=2)
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
default-load-handler: cannot open input file:
"/opt/racket/collects/unstable/scribble.rkt" (No such file or directory;
errno=2)
raco setup: error: during making for <planet>/dyoo/moby.plt/3/9 (Moby)
raco setup:
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
raco setup: error: during making for <planet>/dyoo/moby.plt/3/9/js-vm
raco setup:
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
raco setup: error: during making for
<planet>/dyoo/moby.plt/3/9/js-vm/private
raco setup:
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
raco setup: error: during making for <planet>/dyoo/moby.plt/3/9/src
raco setup:
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
raco setup: error: during making for <planet>/dyoo/moby.plt/3/9/src/android
raco setup:
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
raco setup: error: during making for
<planet>/dyoo/moby.plt/3/9/src/android/server-side-packager
raco setup:
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?
raco setup: error: during Building docs for
/home/rodolfo/.racket/planet/300/5.1.1/cache/dyoo/moby.plt/3/9/manual.scrbl
raco setup:   default-load-handler: cannot open input file:
"/opt/racket/collects/unstable/scribble.rkt" (No such file or directory;
errno=2)
...rodolfo/.racket/planet/300/5.1.1/cache/dyoo/js-vm.plt/1/12/private/translate-bytecode-structs.rkt:25:8:
compile: unbound identifier in module in: internal:indirect?

 === context ===
standard-module-name-resolver
standard-module-name-resolver
standard-module-name-resolver
standard-module-name-resolver
standard-module-name-resolver
standard-module-name-resolver
standard-module-name-resolver


~~~~~~~~~~~~~~~~ the end ~~~~~~~~~~~~~~~~~~~~~~~~~~~

The attached code is taken from the documentation.

Any insight?



Thanks,

Rodolfo Carvalho

[1]
http://planet.racket-lang.org/package-source/dyoo/moby.plt/3/9/planet-docs/manual/index.html

Attachment: counter.rkt
Description: Binary data

Attachment: run-counter.rkt
Description: Binary data

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to