redsea no longer compiles due to changes in liquid-dsp
WanWizard opened this issue · 3 comments
WanWizard commented
modem was changed to modemcf.
| In file included from ../src/subcarrier.h:29,
| from subcarrier.cc:17:
| ../src/liquid_wrappers.h:99:3: error: 'modem' does not name a type; did you mean 'Modem'?
| 99 | modem object_;
| | ^~~~~
| | Modem
| In file included from ../src/subcarrier.h:29,
| from redsea.cc:26:
| ../src/liquid_wrappers.h:99:3: error: 'modem' does not name a type; did you mean 'Modem'?
| 99 | modem object_;
| | ^~~~~
| | Modem
windytan commented
Thanks for the heads-up!
acmahalkasi commented
I still get that error. have you found a proper way to fix?
I install liquid-dsp and use Linux ubuntu
windytan commented
Hi, it should be fixed now. In the future, liquid-dsp release 1.3.2 is used for redsea development, and is currently recommended for future compatibility. I'll specify it in the readme. This version is available
- in the ubuntu repository (
apt install libliquid-dev
) - homebrew (
brew install liquid-dsp
) - github: https://github.com/jgaeddert/liquid-dsp/releases/tag/v1.3.2