node-toobusy icon indicating copy to clipboard operation
node-toobusy copied to clipboard

Installation on SUSE linux

Open pavel-arapov opened this issue 12 years ago • 3 comments

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?

pavel-arapov avatar Oct 13 '13 12:10 pavel-arapov

I'm getting the same on my mac node -v v0.10.26 npm -v 1.4.3

fluffybunnies avatar Mar 17 '14 23:03 fluffybunnies

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>

fluffybunnies avatar Mar 17 '14 23:03 fluffybunnies

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

asilvas avatar Mar 17 '14 23:03 asilvas