-
Notifications
You must be signed in to change notification settings - Fork 2
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
ghc crash on Windows #8
Comments
From my experience (and from the error message we are getting) this is almost always a GHC bug. I would suggest:
In the past |
As far as I see Hipmunk is a C library. Shipping SFML with HSSFML has multiple problems, the main problem being figuring out where to put DLLs / shared libs so that applications and ghci can pick them up. |
Funnily enough, I stumbled upon the exact same issue in another project. The funny thing is that if I compile it manually (ghc -o foo foo.hs) it works, but as soon as I roll a cabal file and issue a cabal build, ghc fails with the invalid fixup thing. Seems like there's something royally flawed with ghc on Windows. |
Seems like running
cabal install
on windows crashes ghc. I don't know to what extent this is our issue or an issue with ghc.The text was updated successfully, but these errors were encountered: