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

Can't build SuWidgest #2

Closed
andruxa-smirnov opened this issue Aug 16, 2019 · 3 comments
Closed

Can't build SuWidgest #2

andruxa-smirnov opened this issue Aug 16, 2019 · 3 comments
Assignees
Labels
build-issue Bugs in the build system, compile errors, etc

Comments

@andruxa-smirnov
Copy link

Ubuntu 18.04, x64
Qt 5.12
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Irelease -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o release/Constellation.o Constellation.cpp
Constellation.cpp: In member function ‘void Constellation::drawConstellation()’:
Constellation.cpp:127:5: error: ‘assert’ was not declared in this scope
assert(this->amount <= size);
^~~~~~
Constellation.cpp:127:5: note: suggested alternative: ‘iszero’
assert(this->amount <= size);
^~~~~~
iszero
Constellation.cpp: In member function ‘void Constellation::feed(const complex float*, unsigned int)’:
Constellation.cpp:231:3: error: ‘assert’ was not declared in this scope
assert(this->ptr < size);
^~~~~~
Constellation.cpp:231:3: note: suggested alternative: ‘iszero’
assert(this->ptr < size);
^~~~~~
iszero
Makefile.Release:375: recipe for target 'release/Constellation.o' failed
make[1]: *** [release/Constellation.o] Error 1
make[1]: выход из каталога «/home/abc/abc-lab/SigDiggerAll/SuWidgets»
Makefile:40: recipe for target 'release' failed
make: *** [release] Error 2

@macpod
Copy link

macpod commented Aug 16, 2019

Constellation.cpp:127:5: error: ‘assert’ was not declared in this scope

This was fixed in 5b709d6

Try updating your checkout and try again

@BatchDrake BatchDrake transferred this issue from BatchDrake/SigDigger Aug 16, 2019
@BatchDrake BatchDrake added the build-issue Bugs in the build system, compile errors, etc label Aug 16, 2019
@BatchDrake BatchDrake self-assigned this Aug 16, 2019
@BatchDrake
Copy link
Owner

Duplicate of #1

@BatchDrake BatchDrake marked this as a duplicate of #1 Aug 16, 2019
@andruxa-smirnov
Copy link
Author

Thanks! Really fixed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-issue Bugs in the build system, compile errors, etc
Projects
None yet
Development

No branches or pull requests

3 participants