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

nlp-mitie fails to build with error #1

Open
colonelpanik opened this issue Jan 9, 2019 · 0 comments
Open

nlp-mitie fails to build with error #1

colonelpanik opened this issue Jan 9, 2019 · 0 comments

Comments

@colonelpanik
Copy link

➤ node --version
v11.6.0

../src/named_entity_extractor.cc: In static member function ‘static void NamedEntityExtractor::New(const Nan::FunctionCallbackInfov8::Value&)’:../src/named_entity_extractor.cc:63:59: error: no matching function for call to ‘v8::Function::NewInstance(const int&, v8::Localv8::Value [1])’

                                     ^

In file included from /home/kal/.node-gyp/11.6.0/include/node/node.h:63,
from ../../nan/nan.h:53,
from ../src/named_entity_extractor.h:4,
from ../src/named_entity_extractor.cc:1:
/home/kal/.node-gyp/11.6.0/include/node/v8.h:4105:44: note: candidate: ‘v8::MaybeLocalv8::Object v8::Function::NewInstance(v8::Localv8::Context, int, v8::Localv8::Value*) const’
V8_WARN_UNUSED_RESULT MaybeLocal NewInstance(
^~~~~~~~~~~
/home/kal/.node-gyp/11.6.0/include/node/v8.h:4105:44: note: candidate expects 3 arguments, 2 provided

Looks like v8 interfaces have changed. Please let me know if you need more info.

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