You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) {
The text was updated successfully, but these errors were encountered:
[email protected] install
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) {
The text was updated successfully, but these errors were encountered: