noble / node-bluetooth-hci-socket

MIT License
153 stars 188 forks source link

Master branch fails to build on FreeBSD 12.0 #113

Open cusspvz opened 5 years ago

cusspvz commented 5 years ago
../src/BluetoothHciSocket.cpp:276:42: error: no matching member function for call to 'NewInstance'
../../nan/nan.h:1045:3: note: 'MakeCallback' has been explicitly marked deprecated here
  NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
  ^
  Local<Value> error = errorConstructor->NewInstance(1, constructorArgs);
                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
cusspvz commented 5 years ago

Linked with https://github.com/noble/bleno/issues/438