Skip to content

GMP: fix build failure with gcc-15 #14597

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiphmont
Copy link

GMP has a prototype declaration bug that is rejected by the latest release of GCC (15). This prevents PrusaSlicer from building, erroring out during the external dependency build.

The same patch is committed to upstream GMP HEAD, though there's not yet been a subsequent release:

https://gmplib.org/repo/gmp/rev/d66d66d82dbb

The included patch has been hand-edited to play nicely with / apply during the CMAKE build.

GMP has a prototype declaration bug that is rejected by the latest
release of GCC (15). This prevents PrusaSlicer from building.

The same patch is committed to upstream GMP HEAD, though there's not
yet been a subsequent release:

https://gmplib.org/repo/gmp/rev/d66d66d82dbb

The included patch has been hand-edited to play nicely with / apply during
the CMAKE external dependency build.
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

Successfully merging this pull request may close these issues.

1 participant