We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is weird, but anyway...
gcc (Ubuntu 9.4.0-5ubuntu1) 9.4.0 g++ (Ubuntu 9.4.0-5ubuntu1) 9.4.0 cmake version 3.22.1 Ubuntu 22.04
Maybe we need to update MQF/catch.hpp
MQF/catch.hpp
Error:
[ 85%] Built target MQF_main Consolidate compiler generated dependencies of target testMQF [ 85%] Building CXX object ThirdParty/MQF/tests/CMakeFiles/testMQF.dir/test.cpp.o In file included from /home/mabuelanin/dib-dev/kp_v2/ThirdParty/MQF/tests/test.cpp:2: /home/mabuelanin/dib-dev/kp_v2/ThirdParty/MQF/tests/catch.hpp:7355:53: error: array bound is not an integer constant before ‘]’ token 7355 | char FatalConditionHandler::altStackMem[SIGSTKSZ] = {}; | ^ gmake[2]: *** [ThirdParty/MQF/tests/CMakeFiles/testMQF.dir/build.make:174: ThirdParty/MQF/tests/CMakeFiles/testMQF.dir/test.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:2034: ThirdParty/MQF/tests/CMakeFiles/testMQF.dir/all] Error 2 gmake: *** [Makefile:166: all] Error 2
The text was updated successfully, but these errors were encountered:
Update catch version
be9c6d4
This fixed the issue in dib-lab/kProcessor#101
No branches or pull requests
This is weird, but anyway...
gcc (Ubuntu 9.4.0-5ubuntu1) 9.4.0
g++ (Ubuntu 9.4.0-5ubuntu1) 9.4.0
cmake version 3.22.1
Ubuntu 22.04
Maybe we need to update
MQF/catch.hpp
Error:
The text was updated successfully, but these errors were encountered: