AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software
GNU General Public License v3.0
3.99k stars 546 forks source link

option(OPT_BUILD_WEATHER_SAT_DECODER "Build the HRPT decoder module (no dependencies required)" ON) #1108

Closed kmp56 closed 1 year ago

kmp56 commented 1 year ago

obraz

Hardware

Software

Bug Description Compilation without problem till switching ON in: option(OPT_BUILD_WEATHER_SAT_DECODER "Build the HRPT decoder module (no dependencies required)" ON)

Effect: /home/kmp/SDRPlusPlus/decoder_modules/weather_sat_decoder/src/main.cpp:9:10: fatal error: dsp/pll.h: No such file or directory 9 | #include <dsp/pll.h> | ^~~ compilation terminated.

AlexandreRouma commented 1 year ago

Readme clearly states image

Additionally as stated in https://github.com/AlexandreRouma/SDRPlusPlus/issues/1093, the module is deprecated and will be removed soon.