windytan / redsea

Command-line FM-RDS decoder with JSON output.
MIT License
390 stars 36 forks source link

redsea no longer compiles due to changes in liquid-dsp #78

Closed WanWizard closed 2 years ago

WanWizard commented 2 years ago

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 2 years ago

Thanks for the heads-up!

acmahalkasi commented 2 years ago

I still get that error. have you found a proper way to fix?

I install liquid-dsp and use Linux ubuntu

windytan commented 2 years ago

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