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

error: no matching function for call to ‘v8::Value::Uint32Value() #11

Open
enseitankado opened this issue Jun 15, 2020 · 0 comments
Open

Comments

@enseitankado
Copy link

enseitankado commented Jun 15, 2020

$ npm install node-shm

[...]

../src/main.cc:157:46: **error: no matching function for call to ‘v8::Value::Uint32Value()’**                                                                                                                                          [122/1277]
    int shmid = ::shmget(args[0]->Uint32Value(), 0, 0);
                                              ^
[...]
make: *** [node-shm.target.mk:107: Release/obj.target/node-shm/src/main.o] Error 1
make: Leaving directory '/home/pi/dev/node-red-contrib-ss963-driver/node_modules/node-shm/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 4.19.97-v7+
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/pi/dev/node-red-contrib-ss963-driver/node_modules/node-shm
gyp ERR! node -v v12.17.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN node-red-contrib-ss963-driver@1.0.0 No repository field.

Uint32Value() was deprecated.
bcoin-org/bcrypto#7

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