mafintosh / utp-native

Native bindings for libutp
MIT License
103 stars 38 forks source link

Installing utp-native@1.7.3 fails building libutp against node -v v12.13.0 #33

Closed datafatmunger closed 4 years ago

datafatmunger commented 4 years ago
../src/socket_wrap.cc:99:45: error: no matching function for call to ‘v8::Value::ToObject()’
   99 |   Local<Object> context = info[0]->ToObject();

... and a few more newbies.


gyp ERR! cwd /home/jbg/Development/hubdrive/node_modules/utp-native
gyp ERR! node -v v12.13.0
gyp ERR! node-gyp -v v6.0.0
gyp ERR! not ok 
mafintosh commented 4 years ago

Try latest version. The 1.x.x is very old

datafatmunger commented 4 years ago

Sure. I guess it's related to: https://github.com/datproject/dat-node/issues/241