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

Fail to build yadcc #28

Closed
Domain opened this issue Jan 1, 2022 · 1 comment
Closed

Fail to build yadcc #28

Domain opened this issue Jan 1, 2022 · 1 comment

Comments

@Domain
Copy link

Domain commented Jan 1, 2022

yadcc/build64_release/thirdparty/opentracing-cpp/opentracing-cpp-1.5.1/3rd_party/include/opentracing/catch2/catch.hpp:6631:45: error: size of array ‘altStackMem’ is not an integral constant-expression
6631 | char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};

glibc changed SIGSTKSZ to be a syscall instead
of being constant. #catchorg/Catch2#2178

@0x804d8000
Copy link
Collaborator

Recent changes to Flare should address this issue, thanks to Tencent/flare#81. Yadcc has updated submodule accordingly.

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

No branches or pull requests

2 participants