-
Notifications
You must be signed in to change notification settings - Fork 8
Description
make: Entering directory '/home/alex/CEX/be2.git/src/test/node_modules/livetex-node-pg/build'
CXX(target) Release/obj.target/pg/src/connection.o
CXX(target) Release/obj.target/pg/src/pg.o
../src/pg.cc:24:41: error: ‘Arguments’ in namespace ‘v8’ does not name a type
v8::Handlev8::Value pg_init(const v8::Arguments &args) {
^~~~~~~~~
../src/pg.cc: In function ‘v8::Handlev8::Value pg_init(const int&)’:
../src/pg.cc:25:21: error: ‘v8::HandleScope::HandleScope()’ is protected within this context
v8::HandleScope scope;
^~~~~
In file included from ../src/pg.cc:5:0:
/home/alex/.node-gyp/10.11.0/include/node/v8.h:883:13: note: declared protected here
V8_INLINE HandleScope() {}
^~~~~~~~~~~
../src/pg.cc:27:14: error: request for member ‘Length’ in ‘args’, which is of non-class type ‘const int’
if (args.Length() < 1) {