Advertisement
Guest User

Untitled

a guest
Aug 10th, 2011
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.42 KB | None | 0 0
  1. Waf: Entering directory `/Users/dickason/code/node-towerd/node_modules/gzippo/node_modules/compress/build'
  2. [1/2] cxx: compress.cc -> build/default/compress_1.o
  3. ../compress.cc:2:25: error: node_events.h: No such file or directory
  4. ../compress.cc:14: error: expected class-name before ‘{’ token
  5. ../compress.cc: In static member function ‘static void Gzip::Initialize(v8::Handle<v8::Object>)’:
  6. ../compress.cc:23: error: ‘EventEmitter’ has not been declared
  7. ../compress.cc: In static member function ‘static v8::Handle<v8::Value> Gzip::New(const v8::Arguments&)’:
  8. ../compress.cc:122: error: ‘class Gzip’ has no member named ‘Wrap’
  9. ../compress.cc: In constructor ‘Gzip::Gzip()’:
  10. ../compress.cc:198: error: class ‘Gzip’ does not have any field named ‘EventEmitter’
  11. ../compress.cc: At global scope:
  12. ../compress.cc:212: error: expected class-name before ‘{’ token
  13. ../compress.cc: In static member function ‘static void Gunzip::Initialize(v8::Handle<v8::Object>)’:
  14. ../compress.cc:221: error: ‘EventEmitter’ has not been declared
  15. ../compress.cc: In static member function ‘static v8::Handle<v8::Value> Gunzip::New(const v8::Arguments&)’:
  16. ../compress.cc:302: error: ‘class Gunzip’ has no member named ‘Wrap’
  17. ../compress.cc: In constructor ‘Gunzip::Gunzip()’:
  18. ../compress.cc:357: error: class ‘Gunzip’ does not have any field named ‘EventEmitter’
  19. Waf: Leaving directory `/Users/dickason/code/node-towerd/node_modules/gzippo/node_modules/compress/build'
  20. Build failed:  -> task failed (err #1):
  21.     {task: cxx compress.cc -> compress_1.o}
  22. npm ERR! error installing compress@0.1.9 Error: compress@0.1.9 preinstall: `node-waf clean || true; node-waf configure build`
  23. npm ERR! error installing compress@0.1.9 `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 1
  24. npm ERR! error installing compress@0.1.9     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
  25. npm ERR! error installing compress@0.1.9     at ChildProcess.emit (events.js:70:17)
  26. npm ERR! error installing compress@0.1.9     at ChildProcess.onexit (child_process_legacy.js:246:12)
  27. npm ERR! error installing gzippo@0.0.4 Error: compress@0.1.9 preinstall: `node-waf clean || true; node-waf configure build`
  28. npm ERR! error installing gzippo@0.0.4 `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 1
  29. npm ERR! error installing gzippo@0.0.4     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
  30. npm ERR! error installing gzippo@0.0.4     at ChildProcess.emit (events.js:70:17)
  31. npm ERR! error installing gzippo@0.0.4     at ChildProcess.onexit (child_process_legacy.js:246:12)
  32. npm ERR! compress@0.1.9 preinstall: `node-waf clean || true; node-waf configure build`
  33. npm ERR! `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 1
  34. npm ERR!
  35. npm ERR! Failed at the compress@0.1.9 preinstall script.
  36. npm ERR! This is most likely a problem with the compress package,
  37. npm ERR! not with npm itself.
  38. npm ERR! Tell the author that this fails on your system:
  39. npm ERR!     node-waf clean || true; node-waf configure build
  40. npm ERR! You can get their info via:
  41. npm ERR!     npm owner ls compress
  42. npm ERR! There is likely additional logging output above.
  43. npm ERR!
  44. npm ERR! System Darwin 11.0.0
  45. npm ERR! command "node" "/usr/bin/npm" "install"
  46. npm ERR! cwd /Users/dickason/code/node-towerd
  47. npm ERR! node -v v0.5.3
  48. npm ERR! npm -v 1.0.18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement