-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hello,
using node-nan=2.10.0, node-8.11.1, node-gyp-3.6.2, I've this:
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make[2] : on entre dans le répertoire « /home/xavier/dev/debian/packages/waiting/mysql-libmysqlclient/node-mysql-libmysqlclient-1.6.0/build »
CXX(target) Release/obj.target/mysql_bindings/src/mysql_bindings.o
In file included from ../src/mysql_bindings.cc:17:0:
../src/./mysql_bindings_connection.h:114:9: error: ‘NanCallback’ does not name a type
NanCallback *nan_callback;
^~~~~~~~~~~
../src/./mysql_bindings_connection.h:183:9: error: ‘NanCallback’ does not name a type
NanCallback *nan_callback;
^~~~~~~~~~~
In file included from ../src/mysql_bindings.cc:18:0:
../src/./mysql_bindings_result.h:86:9: error: ‘NanCallback’ does not name a type
NanCallback *nan_callback;
^~~~~~~~~~~
In file included from ../src/mysql_bindings.cc:19:0:
../src/./mysql_bindings_statement.h:105:9: error: ‘NanCallback’ does not name a type
NanCallback *nan_callback;
^~~~~~~~~~~
../src/./mysql_bindings_statement.h:121:9: error: ‘NanCallback’ does not name a type
NanCallback *nan_callback;
^~~~~~~~~~~
../src/./mysql_bindings_statement.h:166:9: error: ‘NanCallback’ does not name a type
NanCallback *nan_callback;
^~~~~~~~~~~
../src/mysql_bindings.cc: In function ‘void InitMysqlLibmysqlclient(v8::Handle<v8::Object>)’:
../src/mysql_bindings.cc:31:5: error: ‘NanScope’ was not declared in this scope
NanScope();
^~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels