You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently installing the master branch of node-bluetooth-hci-socket and still not sure if it works, I just figured that out and wanted to capture that into an issue.
The text was updated successfully, but these errors were encountered:
The master branch of the node-bluetooth-hci-socket is not compatible with the FreeBSD 12.0
../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);
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Although the readme states it supports FreeBSD, that's not entirely true, because
node-bluetooth-hci-socket
's FreeBSD support is not released yet (noble/node-bluetooth-hci-socket@04553d6). Last release was https://github.com/noble/node-bluetooth-hci-socket/releases/tag/0.5.2 which does not include that commit.I'm currently installing the master branch of
node-bluetooth-hci-socket
and still not sure if it works, I just figured that out and wanted to capture that into an issue.The text was updated successfully, but these errors were encountered: