We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get `
[email protected] install /home/travis/build/frankjoke/ioBroker.radar2/node_modules/node-bluetooth node-gyp configure build make: Entering directory /home/travis/build/frankjoke/ioBroker.radar2/node_modules/node-bluetooth/build' CXX(target) Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o CXX(target) Release/obj.target/BluetoothSerialPort/src/linux/DeviceINQ.o ../src/linux/DeviceINQ.cc:35:37: fatal error: bluetooth/bluetooth.h: No such file or directory #include <bluetooth/bluetooth.h> ^ compilation terminated. make: *** [Release/obj.target/BluetoothSerialPort/src/linux/DeviceINQ.o] Error 1 make: Leaving directory /home/travis/build/frankjoke/ioBroker.radar2/node_modules/node-bluetooth/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2`
/home/travis/build/frankjoke/ioBroker.radar2/node_modules/node-bluetooth/build' CXX(target) Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o CXX(target) Release/obj.target/BluetoothSerialPort/src/linux/DeviceINQ.o ../src/linux/DeviceINQ.cc:35:37: fatal error: bluetooth/bluetooth.h: No such file or directory #include <bluetooth/bluetooth.h> ^ compilation terminated. make: *** [Release/obj.target/BluetoothSerialPort/src/linux/DeviceINQ.o] Error 1 make: Leaving directory
make
errors and cannot test my package on Travis (for linuix) but on Raspian and Ubuntu install works.
The error is: /src/linux/DeviceINQ.cc:35:37: fatal error: bluetooth/bluetooth.h and I could not find it as well.
/src/linux/DeviceINQ.cc:35:37: fatal error: bluetooth/bluetooth.h
On windows tester AppVeyor the installation works and all tests passes.
The effect started when I added your package to mine. If I remove the dependency it's installing fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get `
errors and cannot test my package on Travis (for linuix) but on Raspian and Ubuntu install works.
The error is:
/src/linux/DeviceINQ.cc:35:37: fatal error: bluetooth/bluetooth.h
and I could not find it as well.
On windows tester AppVeyor the installation works and all tests passes.
The effect started when I added your package to mine. If I remove the dependency it's installing fine.
The text was updated successfully, but these errors were encountered: