rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

Target "sndfile::sndfile" was not found #167

Open MjrMalfunction opened 1 year ago

MjrMalfunction commented 1 year ago

While trying to run lora_receive_realtime.grc, the "lora_lora_receive" block is missing. I suspected there might be some issue with the docker installation, so I tried installing it through cmake. Doing this, I get the following error: Target "lora_python" links to target "sndfile::sndfile" but the target was not found.

I have found a "libsndfile", but installing it did not fix the issue.