node-toobusy
node-toobusy copied to clipboard
Installation on SUSE linux
Hi,
I've got next problem during the installation on SUSE linux
CXX(target) Release/obj.target/toobusy/toobusy.o ../toobusy.cc:1:16: warning: v8.h: No such file or directory In file included from /usr/include/node/node.h:67, from ../toobusy.cc:2: /usr/include/node/node_object_wrap.h:59: error: ‘v8’ has not been declared
node.js has v0.10.17 and npm 1.3.8
Any ideas?
I'm getting the same on my mac node -v v0.10.26 npm -v 1.4.3
Actually mine is a bit different:
CXX(target) Release/obj.target/toobusy/toobusy.o In file included from /Users/ahulce/.node-gyp/0.10.26/deps/v8/include/v8.h:41:0, from ../toobusy.cc:1: /Users/ahulce/.node-gyp/0.10.26/deps/v8/include/v8stdint.h:34:19: fatal error: stdio.h: No such file or directory #include <stdio.h>
This repo hasn't been maintained for months, I'd recommend the JS port (which works great):
https://github.com/STRML/node-toobusy
Here's the pull request:
https://github.com/lloyd/node-toobusy/pull/17