ludiazv / node-nrf24

nRF24 (nrf24l01/nrfl24l01+) radios in the nodejs way
MIT License
39 stars 15 forks source link

Issues when building from scratch #13

Closed systemofapwne closed 5 years ago

systemofapwne commented 5 years ago

Hi, I just lately got my new RPi so I started from a clean install of everything, including this library. On May 17, you outcommented the building of RF24Gateway from build_rf24libs.sh, as it is not yet supported by this lib. But this now causes the initial build to fail, if there is no librf24gateway.so available (The linker complains and makes e.g. npm rebuild fail). In turn, if this library already has been built in the past, re-compiling this library works flawless (because the gateway lib is still present)

Steps to reproduce:

Fix Build RF24Gateway again via build_rf24libs.sh or remove/comment-out the code of RF24Gateway from this lib, so the linker does not complain