You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tests/catch.hpp:10776:45: error: size of array ‘altStackMem’ is not an integral constant-expression
10776 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
These errors are directly addressed in an April 2021 release of Catch 2, found here. The original issue is here.
Expected Behavior:
I can run a full build with make
The tests build
The tests run and pass
Catch 2 is updated to the latest non-breaking version
The text was updated successfully, but these errors were encountered:
Psypher9
added a commit
to Psypher9/riftshadow
that referenced
this issue
Oct 26, 2022
When running
make
for the full solution, the Catch 2 dependency fails to build resulting in the following errorsand
These errors are directly addressed in an April 2021 release of Catch 2, found here. The original issue is here.
Expected Behavior:
make
The text was updated successfully, but these errors were encountered: