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

Compile error on modern version Node #8

Open
vit1251 opened this issue Jun 9, 2022 · 2 comments
Open

Compile error on modern version Node #8

vit1251 opened this issue Jun 9, 2022 · 2 comments

Comments

@vit1251
Copy link

vit1251 commented Jun 9, 2022

Error message:

npm ERR! ../src/sane.cc:23:11: error: ‘Handle’ has not been declared in ‘v8’
npm ERR!    23 | using v8::Handle;
npm ERR!       |           ^~~~~~
npm ERR! ../src/sane.cc: In member function ‘virtual void GetDevicesWorker::HandleOKCallback()’:
npm ERR! ../src/sane.cc:58:51: error: no matching function for call to ‘v8::ObjectTemplate::NewInstance()’
npm ERR!    58 |         Local<Object> object = result->NewInstance();
npm ERR!       |                                ~~~~~~~~~~~~~~~~~~~^~
npm ERR! In file included from /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-function.h:15,
npm ERR!                  from /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8.h:33,
npm ERR!                  from /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/node.h:73,
npm ERR!                  from ../src/sane.cc:4:
npm ERR! /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-template.h:799:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::ObjectTemplate::NewInstance(v8::Local<v8::Context>)’
npm ERR!   799 |   V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(Local<Context> context);
npm ERR!       |                                            ^~~~~~~~~~~
npm ERR! /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-template.h:799:44: note:   candidate expects 1 argument, 0 provided
npm ERR! ../src/sane.cc:59:20: error: no matching function for call to ‘v8::Object::Set(v8::Local<v8::String>, Nan::imp::IntegerFactory<v8::Int32>::return_t)’
npm ERR!    59 |         object->Set(Nan::New("status").ToLocalChecked(), Nan::New(status));
npm ERR!       |         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! In file included from /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-array-buffer.h:13,
npm ERR!                  from /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8.h:24:
npm ERR! /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-object.h:244:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’
npm ERR!   244 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
npm ERR!       |                                     ^~~
npm ERR! /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-object.h:244:37: note:   candidate expects 3 arguments, 2 provided
npm ERR! /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-object.h:247:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’
npm ERR!   247 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
npm ERR!       |                                     ^~~
npm ERR! /home/vsedyshev/.cache/node-gyp/18.3.0/include/node/v8-object.h:247:37: note:   candidate expects 3 arguments, 2 provided
npm ERR! ../src/sane.cc:65:68: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’
npm ERR!    65 |                 Local<Function> deviceFunc = deviceTpl->GetFunction();
...

Node version is

npm ERR! gyp ERR! node -v v18.3.0
npm ERR! gyp ERR! node-gyp -v v9.0.0
@pratikpparikh
Copy link

@vit1251 do you resolve this?

@vit1251
Copy link
Author

vit1251 commented Apr 11, 2023

@pratikpparikh I use example https://gist.github.com/StefanoBelli/fb65543553ce48dbd2744c513b3935e2 and make Node module with provide scan image.

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

2 participants