Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
WanWizard opened this issue Nov 1, 2021 · 3 comments
Closed

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

WanWizard opened this issue Nov 1, 2021 · 3 comments

Comments

@WanWizard
Copy link

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
Copy link
Owner

windytan commented Nov 3, 2021

Thanks for the heads-up!

@acmahalkasi
Copy link

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

I install liquid-dsp and use Linux ubuntu

@windytan
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants