Skip to content

Instantly share code, notes, and snippets.

@mikemorris
Created February 9, 2015 23:18
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 mikemorris/9b1f741b06604659a1dc to your computer and use it in GitHub Desktop.
Save mikemorris/9b1f741b06604659a1dc to your computer and use it in GitHub Desktop.
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2620:26: error: expected unqualified-id before numeric constant
Handle<Boolean> V8EXPORT True();
^
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2621:26: error: expected unqualified-id before numeric constant
Handle<Boolean> V8EXPORT False();
^
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2625:24: error: expected unqualified-id before numeric constant
inline Handle<Boolean> True(Isolate* isolate);
^
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2626:24: error: expected unqualified-id before numeric constant
inline Handle<Boolean> False(Isolate* isolate);
^
In file included from /home/mikemorris/.node-gyp/0.10.36/src/node.h:62:0,
from ../src/node_map.hpp:7,
from ../src/node_map.cpp:1:
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h: In static member function ‘static v8::Handle<v8::Boolean> v8::Boolean::New(bool)’:
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:4365:23: error: expression cannot be used as a function
return value ? True() : False();
^
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:4365:33: error: expression cannot be used as a function
return value ? True() : False();
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment