You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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
The text was updated successfully, but these errors were encountered:
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)
modem was changed to modemcf.
The text was updated successfully, but these errors were encountered: