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 fail on Raspian Jessie #55

Closed
bferrell opened this issue Sep 8, 2017 · 1 comment
Closed

Build fail on Raspian Jessie #55

bferrell opened this issue Sep 8, 2017 · 1 comment

Comments

@bferrell
Copy link

bferrell commented Sep 8, 2017

[ 7%] Building CXX object CMakeFiles/sdrbase.dir/sdrbase/audio/audiooutput.cpp.o
/usr/local/src/sdrangel/sdrbase/audio/audiooutput.cpp: In member function ‘bool AudioOutput::start(int, int)’:
/usr/local/src/sdrangel/sdrbase/audio/audiooutput.cpp:93:56: error: ‘qInfo’ was not declared in this scope
qInfo("AudioOutput::start: audio format OK");
^
CMakeFiles/sdrbase.dir/build.make:274: recipe for target 'CMakeFiles/sdrbase.dir/sdrbase/audio/audiooutput.cpp.o' failed
make[2]: *** [CMakeFiles/sdrbase.dir/sdrbase/audio/audiooutput.cpp.o] Error 1
CMakeFiles/Makefile2:137: recipe for target 'CMakeFiles/sdrbase.dir/all' failed
make[1]: *** [CMakeFiles/sdrbase.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

@f4exb
Copy link
Owner

f4exb commented Sep 8, 2017

qInfo is declared in QtGlobal and is one of the base headers of Qt so I think you installation of Qt is not correct.

Anyway there is no hope to have SDRangel working correctly in Raspbian Jessie even on a RPi3.

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