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

Build issues with GCC 14 #134

Open
rvicedomini opened this issue Oct 17, 2024 · 0 comments
Open

Build issues with GCC 14 #134

rvicedomini opened this issue Oct 17, 2024 · 0 comments

Comments

@rvicedomini
Copy link

I wanted to report that I am not able to build the library with GCC 14.
It seems that this version turned some warnings into errors (see https://gcc.gnu.org/gcc-14/porting_to.html).

As far as TurboPFor is concerned, the incompatible-pointer-types error is the one preventing a successful build. A possible way to fix it could be to add the flag -Wno-incompatible-pointer-types where it is needed.

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