Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created March 25, 2013 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/5239099 to your computer and use it in GitHub Desktop.
Save isaacs/5239099 to your computer and use it in GitHub Desktop.
> weak@0.2.1 install /Users/isaacs/dev/js/lru-cache/node_modules/weak
> node-gyp rebuild
CXX(target) Release/obj.target/weakref/src/weakref.o
../src/weakref.cc: In function ‘bool<unnamed>::IsDead(v8::Handle<v8::Object>)’:
../src/weakref.cc:40: error: ‘class v8::Object’ has no member named ‘GetPointerFromInternalField’
../src/weakref.cc: In function ‘v8::Handle<v8::Object><unnamed>::Unwrap(v8::Handle<v8::Object>)’:
../src/weakref.cc:48: error: ‘class v8::Object’ has no member named ‘GetPointerFromInternalField’
../src/weakref.cc: In function ‘v8::Handle<v8::Array><unnamed>::GetCallbacks(v8::Handle<v8::Object>)’:
../src/weakref.cc:54: error: ‘class v8::Object’ has no member named ‘GetPointerFromInternalField’
../src/weakref.cc: In function ‘void<unnamed>::TargetCallback(v8::Persistent<v8::Value>, void*)’:
../src/weakref.cc:140: warning: ‘IsNearDeath’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:465)
../src/weakref.cc:162: error: ‘class v8::Object’ has no member named ‘SetPointerInInternalField’
../src/weakref.cc:163: warning: ‘Dispose’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4502)
../src/weakref.cc:165: warning: ‘Dispose’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4502)
../src/weakref.cc:167: warning: ‘Dispose’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4502)
../src/weakref.cc: In function ‘v8::Handle<v8::Value><unnamed>::Create(const v8::Arguments&)’:
../src/weakref.cc:184: warning: ‘New’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4438)
../src/weakref.cc:185: warning: ‘New’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4438)
../src/weakref.cc:187: warning: ‘New’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4438)
../src/weakref.cc:188: error: ‘class v8::Object’ has no member named ‘SetPointerInInternalField’
../src/weakref.cc:190: warning: ‘MakeWeak’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4519)
../src/weakref.cc: In function ‘v8::Handle<v8::Value><unnamed>::IsNearDeath(const v8::Arguments&)’:
../src/weakref.cc:238: error: ‘class v8::Object’ has no member named ‘GetPointerFromInternalField’
../src/weakref.cc:241: warning: ‘IsNearDeath’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4470)
../src/weakref.cc: In function ‘void<unnamed>::Initialize(v8::Handle<v8::Object>)’:
../src/weakref.cc:290: warning: ‘New’ is deprecated (declared at /Users/isaacs/dev/js/node-master/deps/v8/include/v8.h:4438)
make: *** [Release/obj.target/weakref/src/weakref.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment