-
Notifications
You must be signed in to change notification settings - Fork 17
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 failure with Clang 15 or later #67
Comments
Might want to update this too @ahmed-irfan |
RyanGlScott
added a commit
to GaloisInc/what4-solvers
that referenced
this issue
Feb 4, 2024
Among other fixes, this brings in a fix for SRI-CSL/libpoly#67, which is necessary to allow `libpoly` to build with Clang 15 or later. This proves essential for building `libpoly` (and therefore `yices`) on recent `macos-14` GitHub Actions CI runners.
RyanGlScott
added a commit
to GaloisInc/what4-solvers
that referenced
this issue
Feb 4, 2024
Among other fixes, this brings in a fix for SRI-CSL/libpoly#67, which is necessary to allow `libpoly` to build with Clang 15 or later. This proves essential for building `libpoly` (and therefore `yices`) on recent `macos-14` GitHub Actions CI runners.
RyanGlScott
added a commit
to GaloisInc/what4-solvers
that referenced
this issue
Feb 4, 2024
Among other fixes, this brings in a fix for SRI-CSL/libpoly#67, which is necessary to allow `libpoly` to build with Clang 15 or later. This proves essential for building `libpoly` (and therefore `yices`) on recent `macos-14` GitHub Actions CI runners.
RyanGlScott
added a commit
to GaloisInc/what4-solvers
that referenced
this issue
Feb 5, 2024
Among other fixes, this brings in a fix for SRI-CSL/libpoly#67, which is necessary to allow `libpoly` to build with Clang 15 or later. This proves essential for building `libpoly` (and therefore `yices`) on recent `macos-14` GitHub Actions CI runners.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building
libpoly
with Clang 15 or later fails due to the-Wunused-but-set-variable
warning being triggered, which causes-Werror
to fail. To reproduce the error:This was originally discovered in a CVC5 context in cvc5/cvc5#9265. CVC5 works around the issue by applying the patch in cvc5/cvc5#9266, so a similar fix would likely work here.
The text was updated successfully, but these errors were encountered: