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.)
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.
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.