-
Notifications
You must be signed in to change notification settings - Fork 6
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
SAFRAN does not compile under Ubuntu 22-04 #21
Comments
@nomisto , any ideas? |
Can you try deleting everything after Line 44 in CMakeLists.txt and recompile again? Lines 45 to 58 in 69d2a7a
Starting with including "FetchContent_Declare( |
Compilatio now works, but when I launch it, I get:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error
/home/rzf/SAFRAN/build/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp:150:45: error: size of array ‘altStackMem’ is not an integral constant-expression
150 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
| ^~~~~~~~~~~~
make[2]: *** [_deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make:454: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:957: _deps/catch2-build/src/CMakeFiles/Catch2.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
The text was updated successfully, but these errors were encountered: