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

Build Problem with CubicSDR CubicSDR-0.2.4 #751

Closed
thosredfern opened this issue Sep 6, 2019 · 1 comment
Closed

Build Problem with CubicSDR CubicSDR-0.2.4 #751

thosredfern opened this issue Sep 6, 2019 · 1 comment

Comments

@thosredfern
Copy link

I'm attempting a build CubicSDR-02.4 under Debian Stretch, 9.9.

I've built from a clean re-install of the source to insure that this isn't problem with some artifact of a previous build.

All the dependencies seem satisfied and I believe I'm following the docs closely and I"m getting an error that I can't shake.

A search on the web brings up nothing.

Anyone else getting this error on a build from source? Any ideas what the problem is here.
I'm pretty out of touch with C these days but his might be a problem with a header somewhere.

The offending line in the ModemAM.cpp file sure looks innocent enough.

CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.cpp: In constructor ‘ModemAM::ModemAM()’:
CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.cpp:7:63: error: cannot convert ‘double’ to ‘liquid_ampmodem_type’ for argument ‘2’ to ‘ampmodem_s* ampmodem_create(float, liquid_ampmodem_type, int)’
demodAM = ampmodem_create(0.5, 0.0, LIQUID_AMPMODEM_DSB, 0);

Thank you for any assistance.

@thosredfern thosredfern changed the title Buid Problem with CubicSDR CubicSDR-0.2.4 Build Problem with CubicSDR CubicSDR-0.2.4 Sep 6, 2019
@vsonnier
Copy link
Collaborator

vsonnier commented Sep 6, 2019

Yet another duplicate of #749 and #746, please follow the advice there.

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

No branches or pull requests

2 participants