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

need to include cstdint in ParseTools.h #1096

Open
emyr666 opened this issue Jun 19, 2024 · 0 comments
Open

need to include cstdint in ParseTools.h #1096

emyr666 opened this issue Jun 19, 2024 · 0 comments

Comments

@emyr666
Copy link

emyr666 commented Jun 19, 2024

I am trying to build version 2.31 using GCC 13.2. This is to take advantage of -march=zen4. Only GCC 13+ supports the extra instructions provided by the AMD zen4 microarchitecture (AVX512 etc.)

Am hitting the same bug as this : https://bugs.gentoo.org/895860

It looks like you patched this branch but you need this fix in the main branch too. You have to include cstdint if you want to use the int types it provides.

I would suggest you add -Wall and -Weffc++ and making sure that the code compiles clean before making a release.

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