-
Notifications
You must be signed in to change notification settings - Fork 21
Description
int64-native@0.5.0 install
node-gyp configure && node-gyp build
CXX(target) Release/obj.target/Int64/src/main.o
In file included from ../src/main.cc:8:
../src/Int64.h:13:20: error: no template named 'Handle'
static void Init(Handle exports);
^
../src/main.cc:13:6: error: variable has incomplete type 'void'
void InitAll(Handle exports) {
^
../src/main.cc:13:21: error: 'Object' does not refer to a value
void InitAll(Handle exports) {
^
/Users/.../.node-gyp/12.6.0/include/node/v8.h:3356:17: note: declared here
class V8_EXPORT Object : public Value {
^
../src/main.cc:13:14: error: use of undeclared identifier 'Handle'
void InitAll(Handle exports) {
^
../src/main.cc:13:29: error: use of undeclared identifier 'exports'
void InitAll(Handle exports) {
^
../src/main.cc:13:37: error: expected ';' after top level declarator
void InitAll(Handle exports) {