-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failure in building #15
Comments
If you, like me, are looking for workarounds for older compilers:
|
I have exactly the same error. However, I'm working with stack rather than cabal. This is the error message I get:
For the full log, click here. We couldn't get ghc to use a different c compiler, as suggested above by @AbsoluteNikola, because we couldn't figure out how to change the
The mistake prevails and effectively blocks us from using hexpat in our project. Please...Can you help us out? Any suggestions? workarounds? |
macos 12 does not have this problem yet. However, macos 14 does. I expect more and more projects will suffer from this issue, because a lot of them depend on hexpat. |
I have been doing some more investigation. The root-cause seems to be the mentioned |
For the time being, a sufficient workaround is to build on macos 12, not macos 14. However, this does not take away the root cause, fixing this error in hexpat itself. I do wonder if @the-real-blackh is still actively maintaining this repo? |
I haven't been. |
This is a GHC bug:
And the fix has been backported to GHC 9.6.5 & 9.8.2 |
I am on macOS 14.4.1 (23E224) using ghc-9.4.8 to build hexpat-0.20.13, gcc Apple clang version 15.0.0 (clang-1500.3.9.4). The following error was thrown:
The text was updated successfully, but these errors were encountered: