Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created September 15, 2011 17:01
Show Gist options
  • Save deedubs/1219806 to your computer and use it in GitHub Desktop.
Save deedubs/1219806 to your computer and use it in GitHub Desktop.
node-waf build
Waf: Entering directory `/Users/deedubs/Projects/NodObjC/node_modules/node-ffi/build'
[1/6] cxx: src/ffi.cc -> build/Release/src/ffi_1.o
In file included from ../src/ffi.h:22,
from ../src/ffi.cc:1:
/usr/local/Cellar/node/0.4.7/include/node/node.h:41:16: error: uv.h: No such file or directory
[2/6] cxx: src/callback_info.cc -> build/Release/src/callback_info_1.o
In file included from ../src/ffi.h:22,
from ../src/callback_info.cc:1:
/usr/local/Cellar/node/0.4.7/include/node/node.h:41:16: error: uv.h: No such file or directory
In file included from ../src/ffi.h:22,
from ../src/ffi.cc:1:
/usr/local/Cellar/node/0.4.7/include/node/node.h:194: error: variable or field ‘SetErrno’ declared void
/usr/local/Cellar/node/0.4.7/include/node/node.h:194: error: ‘uv_err_code’ was not declared in this scope
In file included from ../src/ffi.h:22,
from ../src/callback_info.cc:1:
/usr/local/Cellar/node/0.4.7/include/node/node.h:194: error: variable or field ‘SetErrno’ declared void
/usr/local/Cellar/node/0.4.7/include/node/node.h:194: error: ‘uv_err_code’ was not declared in this scope
In file included from ../src/ffi.cc:1:
../src/ffi.h:144: error: ‘EV_P_’ has not been declared
../src/ffi.h:144: error: expected ‘,’ or ‘...’ before ‘*’ token
../src/ffi.h:159: error: ‘ev_async’ does not name a type
In file included from ../src/callback_info.cc:1:
../src/ffi.h:144: error: ‘EV_P_’ has not been declared
../src/ffi.h:144: error: expected ‘,’ or ‘...’ before ‘*’ token
../src/ffi.h:159: error: ‘ev_async’ does not name a type
../src/callback_info.cc:7: error: ‘ev_async’ does not name a type
../src/callback_info.cc:30: error: variable or field ‘WatcherCallback’ declared void
../src/callback_info.cc:30: error: ‘EV_P_’ was not declared in this scope
../src/callback_info.cc:30: error: expected primary-expression before ‘int’
Waf: Leaving directory `/Users/deedubs/Projects/NodObjC/node_modules/node-ffi/build'
Build failed:
-> task failed (err #1):
{task: cxx ffi.cc -> ffi_1.o}
-> task failed (err #1):
{task: cxx callback_info.cc -> callback_info_1.o}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment