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

Usage of SIGSTKSZ as constant - it is an obsolete behaviour. #25

Open
msurkovsky opened this issue Mar 1, 2023 · 0 comments
Open

Usage of SIGSTKSZ as constant - it is an obsolete behaviour. #25

msurkovsky opened this issue Mar 1, 2023 · 0 comments

Comments

@msurkovsky
Copy link

Within arlib/external/catch/catch.hpp is used the SIGSTKSZ constant but now it causes problems with compilation.

image

I tried to fix it via pthread_attr_getstacksize and making the allocation dynamic. Nevertheless it does not work as well.

Any Idea how to fix 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

No branches or pull requests

1 participant