node-gtk: Cannot build
Ubuntu 16.04 64 bit and Node v11, doing yarn install fails.
/usr/include/c++/5/bits/random.tcc:1492:28: error: call of overloaded ‘log(double)’ is ambiguous
...
node_gtk.target.mk:115: recipe for target 'Release/obj.target/node_gtk/src/debug.o' failed
make: *** [Release/obj.target/node_gtk/src/debug.o] Error 1
make: Leaving directory '/home/someone/gtktest/node_modules/node-gtk/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
...
There are no built binaries for this, I tried on node 8 with no success.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (9 by maintainers)
I see, I’m not use to dependency with NPM, so I didn’t even look for that. Thank you.