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

Build Problems using Node 0.10.0 and Mac OS X 10.8

Open danfinlay opened this issue 11 years ago • 4 comments

node-waf configure build

sh: node-waf: command not found npm ERR! [email protected] install: node-waf configure build npm ERR! sh "-c" "node-waf configure build" failed with 127 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is most likely a problem with the jpeg package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-waf configure build npm ERR! You can get their info via: npm ERR! npm owner ls jpeg npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 12.3.0 npm ERR! command "node" "/usr/local/bin/npm" "install" "jpeg" "--save" npm ERR! cwd /Users/somniac/Projects/Humingbird vids/server/CamProxy npm ERR! node -v v0.10.0 npm ERR! npm -v 1.2.14 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/somniac/Projects/Humingbird vids/server/CamProxy/npm-debug.log npm ERR! not ok code 0

danfinlay avatar May 07 '13 21:05 danfinlay

Sorry, I don't think this module works beyond node 0.2 or node 0.4. Last time I used it was with node 0.2.

pkrumins avatar May 14 '13 17:05 pkrumins

Could you please look into it?

Somebi avatar Jun 02 '13 11:06 Somebi

I'm sorry but I'm unable to help as I'm not familiar with node 0.10 changes to binary modules.

pkrumins avatar Jun 08 '13 14:06 pkrumins

You should use node-gyp from node js 0.10 but I wasn't able to write a binding.gyp from the wscript.

Has someone a fix ?

soyuka avatar Sep 21 '13 11:09 soyuka