Created
April 18, 2010 23:42
-
-
Save britg/370620 to your computer and use it in GitHub Desktop.
This file contains 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
[52/70] cxx: src/node.cc -> build/default/src/node_6.o | |
../src/node.cc: In function ‘void node::CheckIdleness(ev_timer*, int)’: | |
../src/node.cc:135: error: no matching function for call to ‘v8::V8::IdleNotification()’ | |
default/deps/v8/include/v8.h:2331: note: candidates are: static bool v8::V8::IdleNotification(bool) | |
../src/node.cc: In function ‘void node::NotifyIdleness(ev_idle*, int)’: | |
../src/node.cc:149: error: no matching function for call to ‘v8::V8::IdleNotification()’ | |
default/deps/v8/include/v8.h:2331: note: candidates are: static bool v8::V8::IdleNotification(bool) | |
../src/node.cc: In function ‘ssize_t node::DecodeWrite(char*, size_t, v8::Handle<v8::Value>, node::encoding)’: | |
../src/node.cc:376: error: ‘HINT_MANY_WRITES_EXPECTED’ is not a member of ‘v8::String’ | |
../src/node.cc:381: error: ‘HINT_MANY_WRITES_EXPECTED’ is not a member of ‘v8::String’ | |
../src/node.cc:391: error: ‘HINT_MANY_WRITES_EXPECTED’ is not a member of ‘v8::String’ | |
../src/node.cc: In function ‘v8::Handle<v8::Value> node::MemoryUsage(const v8::Arguments&)’: | |
../src/node.cc:905: error: ‘NewFromUnsigned’ is not a member of ‘v8::Integer’ | |
../src/node.cc:906: error: ‘NewFromUnsigned’ is not a member of ‘v8::Integer’ | |
../src/node.cc:909: error: ‘HeapStatistics’ was not declared in this scope | |
../src/node.cc:909: error: expected `;' before ‘v8_heap_stats’ | |
../src/node.cc:910: error: ‘GetHeapStatistics’ is not a member of ‘v8::V8’ | |
../src/node.cc:910: error: ‘v8_heap_stats’ was not declared in this scope | |
../src/node.cc:912: error: ‘NewFromUnsigned’ is not a member of ‘v8::Integer’ | |
../src/node.cc:914: error: ‘NewFromUnsigned’ is not a member of ‘v8::Integer’ | |
../src/node.cc: In function ‘v8::Handle<v8::Value> node::Compile(const v8::Arguments&)’: | |
../src/node.cc:1017: error: ‘class v8::TryCatch’ has no member named ‘ReThrow’ | |
../src/node.cc: In function ‘void node::DebugMessageCallback(ev_async*, int)’: | |
../src/node.cc:1091: error: ‘ProcessDebugMessages’ is not a member of ‘v8::Debug’ | |
../src/node.cc: In function ‘v8::Handle<v8::Value> node::CheckBreak(const v8::Arguments&)’: | |
../src/node.cc:1124: error: ‘ProcessDebugMessages’ is not a member of ‘v8::Debug’ | |
../src/node.cc: In function ‘int main(int, char**)’: | |
../src/node.cc:1609: error: ‘SetDebugMessageDispatchHandler’ is not a member of ‘v8::Debug’ | |
Waf: Leaving directory `/Users/britg/src/node/build' | |
Build failed: -> task failed (err #1): | |
{task: cxx node.cc -> node_6.o} | |
make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment