Created
November 5, 2010 19:44
-
-
Save 3rd-Eden/664664 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# project noname (0.0.1) configured on Fri Nov 5 20:44:35 2010 by | |
# waf 1.5.16 (abi 7, python 20601f0 on darwin) | |
# using /usr/local/bin/node-waf configure build | |
# | |
---------------------------------------- | |
Checking for program g++ or c++ | |
find program=['g++', 'c++'] paths=[] var='CXX' | |
-> '/usr/bin/g++' | |
---------------------------------------- | |
Checking for program cpp | |
find program=['cpp'] paths=[] var='CPP' | |
-> '/usr/bin/cpp' | |
---------------------------------------- | |
Checking for program ar | |
find program=['ar'] paths=[] var='AR' | |
-> '/usr/bin/ar' | |
---------------------------------------- | |
Checking for program ranlib | |
find program=['ranlib'] paths=[] var='RANLIB' | |
-> '/usr/bin/ranlib' | |
---------------------------------------- | |
Checking for g++ | |
ok | |
---------------------------------------- | |
Checking for node path | |
not found | |
---------------------------------------- | |
Checking for node prefix | |
ok /usr/local | |
---------------------------------------- | |
Checking for cairo | |
pkg-config --errors-to-stdout --print-errors --cflags --libs cairo | |
/bin/sh: pkg-config: command not found | |
not found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/lib/node/.npm/canvas/0.0.1/package/wscript:13: error: the configuration failed (see '/usr/local/lib/node/.npm/canvas/0.0.1/package/build/config.log') | |
npm info [email protected] Failed to exec preinstall script | |
npm ERR! install failed Error: [email protected] preinstall: `node-waf configure build` | |
npm ERR! install failed `sh` failed with 1 | |
npm ERR! install failed at ChildProcess.<anonymous> (/usr/local/lib/node/.npm/npm/0.2.5-1/package/lib/utils/exec.js:24:18) | |
npm ERR! install failed at ChildProcess.emit (events.js:27:15) | |
npm ERR! install failed at ChildProcess.onexit (child_process.js:169:12) | |
npm ERR! install failed at node.js:616:9 | |
npm info install failed rollback | |
npm info not installed canvas,0.0.1 | |
npm info install failed rolled back | |
npm ERR! Error: [email protected] preinstall: `node-waf configure build` | |
npm ERR! `sh` failed with 1 | |
npm ERR! at ChildProcess.<anonymous> (/usr/local/lib/node/.npm/npm/0.2.5-1/package/lib/utils/exec.js:24:18) | |
npm ERR! at ChildProcess.emit (events.js:27:15) | |
npm ERR! at ChildProcess.onexit (child_process.js:169:12) | |
npm ERR! at node.js:616:9 | |
npm ERR! | |
npm ERR! Failed at the [email protected] preinstall script. | |
npm ERR! This is most likely a problem with the canvas 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 canvas | |
npm ERR! There may be additional logging output above. | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment