When trying to compile Gilt Hummingbird for NodeJS, I get this error, as node-waf is missing.
rm -rf build .lock-wscript bson.node
node-waf configure build
make[1]: node-waf: Command not found
make[1]: *** [all] Error 127
I'm unsure how to compile or install node-waf correctly. I have tried compiling from source, but not seemed to work.
Ubuntu 10.10, NodeJS v0.2.5, nodejs-dev installed.