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

Fix Catch2 error with GCC 11.2 #59

Closed
SSBMTonberry opened this issue Mar 18, 2022 · 0 comments
Closed

Fix Catch2 error with GCC 11.2 #59

SSBMTonberry opened this issue Mar 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@SSBMTonberry
Copy link
Owner

Ref error:

catch.hpp:10376:54: error: call to non-‘constexpr’ function ‘long int sysconf(int)’
10376 | constexpr static std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;

The fix most likely means just updating Catch2 to its latest release.

@SSBMTonberry SSBMTonberry added the bug Something isn't working label Mar 18, 2022
@SSBMTonberry SSBMTonberry added this to the Version 1.4.0 milestone Mar 18, 2022
@SSBMTonberry SSBMTonberry self-assigned this Mar 18, 2022
SSBMTonberry added a commit that referenced this issue Mar 18, 2022
Also updated version to the next release: 1.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant