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

Catch2 upgraded to fix build for Ubuntu 22.04 #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

d-adler
Copy link

@d-adler d-adler commented Aug 17, 2023

…compilation error:

On Ubuntu 22.04, the build fails with

objectbox-generator/third_party/flatbuffers-c-bridge/third_party/catch.hpp:10791:58: error: call to non-‘constexpr’ function ‘long int sysconf(int)’
10791 |     static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
      |                                                          ^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
                 from /usr/include/signal.h:328,
                 from [..]objectbox-generator/third_party/flatbuffers-c-bridge/third_party/catch.hpp:8007,
                 from [..]objectbox-generator/third_party/flatbuffers-c-bridge/test/main.cpp:2:
/usr/include/unistd.h:640:17: note: ‘long int sysconf(int)’ declared here
  640 | extern long int sysconf (int __name) __THROW;
      |                 ^~~~~~~
In file included from [..]objectbox-generator/third_party/flatbuffers-c-bridge/test/main.cpp:2:
[..]objectbox-generator/third_party/flatbuffers-c-bridge/third_party/catch.hpp:10850:45: error: size of array ‘altStackMem’ is not an integral constant-expression
10850 |     char FatalConditionHandler::altStackMem[sigStackSize] = {};
      |                                             ^~~~~~~~~~~~

Upgrading catch2 in third_party/flatbuffers-c-bridge/third_party from 2.12.1 to 2.13.10 seem to have fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant