Cloud 9 binaries not loaded

When i try to run the bonescript.js I get messages that 4 binaries are not loaded…
It tells me to run the following commands:

curl |bash npm install socket.io npm install binary npm install inotify npm install fiber

When i try to run the bonescript.js I get messages that 4 binaries are not
loaded..

These aren't all strictly required for most of bonescript, but a few
functions do utilize the modules to function completely. blinkled.js
doesn't need them, unless you want to reduce the CPU load.

It tells me to run the following commands:

curl http://npmjs.org/install.sh |bash
npm install socket.io
npm install binary
npm install inotify
npm install fibers

Everything installs except fibers. I get the following in the output.

Make sure you also noted that fibers requires you to change the
invokation of your app, so you won't be able to simply run it from
Cloud9. This will be fixed once we upgrade node to 0.6.x. We might
be able to have that done by the end of the year.

npm ERR! `sh "-c" "make clean all"` failed with 2
npm ERR!
npm ERR! Failed at the fibers@0.5.1 install script.
npm ERR! This is most likely a problem with the fibers package,
npm ERR! not with npm itself.

I built it before, but I had to make some changes to the Makefile
because there are some x86 specific compiler options. If you remove
those from the Makefile, you'll be able to complete the build.

it tells me to contact the owner of the fibers package so I've included them
on this email... Is there something I'm missing here, or is it outside of
my hands?

It is good to let the author know that we are using fibers on
platforms other than x86, so thanks for that. If you are still stuck
tomorrow, I should be able to walk through the build process I
initially used to test that I could run node-fibers on the BeagleBone
and I'll share those work-arounds.

I bet you are running node 0.4.x, please upgrade. If not please checkout the source for fibers, run “make” and paste the whole output.

I bet you are running node 0.4.x, please upgrade. If not please checkout the source for fibers, run "make" and paste the whole output.

we can't upgrade to 0.6.x untill cloud9 gets fixed to work with that :frowning: