Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created January 28, 2013 17:46
Show Gist options
  • Save hampelm/4657538 to your computer and use it in GitHub Desktop.
Save hampelm/4657538 to your computer and use it in GitHub Desktop.
Checking for cairo : not found
/Users/matth/projects/ld/misc/nt/node_modules/nodetiles-core/node_modules/canvas/wscript:30: error: the configuration failed (see '/Users/matth/projects/ld/misc/nt/node_modules/nodetiles-core/node_modules/canvas/build/config.log')
../src/binding.cc:83: error: ‘uv_poll_t’ has not been declared
../src/binding.cc:244: error: ‘uv_poll_t’ does not name a type
../src/binding.cc:245: error: ‘uv_poll_t’ does not name a type
../src/binding.cc: In static member function ‘static void Connection::io_event(int*, int, int)’:
../src/binding.cc:93: error: request for member ‘data’ in ‘* w’, which is of non-class type ‘int’
../src/binding.cc: In constructor ‘Connection::Connection()’:
../src/binding.cc:256: error: ‘read_watcher_’ was not declared in this scope
../src/binding.cc:257: error: ‘write_watcher_’ was not declared in this scope
../src/binding.cc: In member function ‘void Connection::Flush()’:
../src/binding.cc:319: error: ‘write_watcher_’ was not declared in this scope
../src/binding.cc:319: error: ‘UV_WRITABLE’ was not declared in this scope
../src/binding.cc:319: error: ‘uv_poll_start’ was not declared in this scope
../src/binding.cc: In member function ‘bool Connection::Connect(const char*)’:
../src/binding.cc:364: error: ‘read_watcher_’ was not declared in this scope
../src/binding.cc:364: error: ‘uv_poll_init’ was not declared in this scope
../src/binding.cc:365: error: ‘write_watcher_’ was not declared in this scope
../src/binding.cc: In member function ‘void Connection::HandleIOEvent(int)’:
../src/binding.cc:399: error: ‘UV_READABLE’ was not declared in this scope
../src/binding.cc:438: error: ‘UV_WRITABLE’ was not declared in this scope
../src/binding.cc: In member function ‘void Connection::StopWrite()’:
../src/binding.cc:633: error: ‘write_watcher_’ was not declared in this scope
../src/binding.cc:633: error: ‘uv_poll_stop’ was not declared in this scope
../src/binding.cc: In member function ‘void Connection::StartWrite()’:
../src/binding.cc:640: error: ‘write_watcher_’ was not declared in this scope
../src/binding.cc:640: error: ‘UV_WRITABLE’ was not declared in this scope
../src/binding.cc:640: error: ‘uv_poll_start’ was not declared in this scope
../src/binding.cc: In member function ‘void Connection::StopRead()’:
../src/binding.cc:647: error: ‘read_watcher_’ was not declared in this scope
../src/binding.cc:647: error: ‘uv_poll_stop’ was not declared in this scope
../src/binding.cc: In member function ‘void Connection::StartRead()’:
../src/binding.cc:654: error: ‘read_watcher_’ was not declared in this scope
../src/binding.cc:654: error: ‘UV_READABLE’ was not declared in this scope
../src/binding.cc:654: error: ‘uv_poll_start’ was not declared in this scope
make: *** [Release/obj.target/binding/src/binding.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:255:23)
gyp ERR! stack at ChildProcess.emit (events.js:70:17)
gyp ERR! stack at maybeExit (child_process.js:362:16)
gyp ERR! stack at Process.onexit (child_process.js:398:5)
gyp ERR! System Darwin 11.4.2
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/matth/projects/ld/misc/nt/node_modules/nodetiles-core/node_modules/pg
gyp ERR! node -v v0.6.17
gyp ERR! node-gyp -v v0.8.3
gyp ERR! not ok
npm ERR! cb() never called!
npm ERR! not ok code undefined
npm ERR! cb() never called!
npm ERR! not ok code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment