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
/usr/include/nodejs/deps/v8/include/v8.h:4485:34: note: no known conversion for argument 1 from ‘v8::Handle<v8::Value>(const int&) {aka v8::Local<v8::Value>(const int&)}’ to ‘v8::Isolate*’
/usr/include/nodejs/deps/v8/include/v8.h:4489:34: note: candidate: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Local<v8::Value>, v8::Local<v8::Signature>, int, v8::ConstructorBehavior)
static Local<FunctionTemplate> New(
^~~
/usr/include/nodejs/deps/v8/include/v8.h:4489:34: note: candidate expects 6 arguments, 1 provided
In file included from ../node_xslt.cc:9:0:
../macros.h:30:52: error: ‘New’ is not a member of ‘v8::String’
#define JS_str(s) v8::String::New(s)
^
../macros.h:218:40: note: in expansion of macro ‘JS_str’
f->SetName(JS_str(s)); \
^~~~~~
../node_xslt.cc:237:5: note: in expansion of macro ‘BIND’
BIND("transform", transform);
^~~~
../macros.h:30:52: error: ‘New’ is not a member of ‘v8::String’
#define JS_str(s) v8::String::New(s)
^
../macros.h:219:39: note: in expansion of macro ‘JS_str’
self->Set(JS_str(s),f); \
^~~~~~
../node_xslt.cc:237:5: note: in expansion of macro ‘BIND’
BIND("transform", transform);
^~~~
node_xslt.target.mk:100: fallo en las instrucciones para el objetivo 'Release/obj.target/node_xslt/node_xslt.o'
make: *** [Release/obj.target/node_xslt/node_xslt.o] Error 1
make: se sale del directorio '/tmp/node_xslt/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/share/node-gyp/lib/build.js:276:23)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:219:12)
gyp ERR! System Linux 4.13.0-36-generic
gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /tmp/node_xslt
gyp ERR! node -v v6.11.4
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
Please, Somebody can help me ?
The text was updated successfully, but these errors were encountered:
Please, Somebody can help me ?
The text was updated successfully, but these errors were encountered: