Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail Install #33

Open
Belladona-c0re opened this issue Apr 17, 2018 · 0 comments
Open

Fail Install #33

Belladona-c0re opened this issue Apr 17, 2018 · 0 comments

Comments

@Belladona-c0re
Copy link

/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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant