-
Notifications
You must be signed in to change notification settings - Fork 30
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
cabal build fails under GHC 7.10.1, cabal 1.22.6.0 on OS X 10.10.3 #6
Comments
This was reported here: haskell-opengl/GLUT#19 |
@joom No problem. No one is sure where the bug is at the moment. I filled a bug to GHC just in case. This is kind of sad, I feel helpless, I'm not able to really understand where the problem lies for sure. |
Should be fixed in GHC 7.10.3. In the meantime there is a work-around: just reinstall GLUT like this:
|
Thanks @Rydgel for looking into this - I've not been very helpful (moving country, new job, etc) but I'll definitely look into integrating this into an appendix on to build on Linux (and thank you, amongst other people, for doing the work!) |
@elisehuard you should add this in the appendix on to build on OS X. Linux is fine and don't encounter the issue. Cheers. |
The command
cabal install --only-dependencies
works well.But when I'm doing
cabal build
every project seems to build fine except the tests ones.I've got this error message:
The same error happens when launching
cabal repl
.Oddly enough each little executable is still built and works well.
It worked fine when I used the project with GHC 7.8.4 a while back.
The text was updated successfully, but these errors were encountered: