-
Notifications
You must be signed in to change notification settings - Fork 14
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
Windows 10 build error #9
Comments
@jxv dino rush love :) |
I had the same error. The gccflags proposed in the referenced issue do solve it, however they were not called by default on my Windows10 machine. I had to remove the line |
Sorry for the late feedback. I didn't have time to play with for a few months... Was extremely busy at work. I can confirm that the |
Same error occurred in But I have no idea how to modify the Is there a schedule when this issue will be fixed? Or is there a temporary workaround for stack? |
@Krantz-XRF I ran into the same issue. You will found the anwer to your question here: |
@ysaskia Thanks for your response, but another strange problem occurs. I downloaded this repository as a zip package and unzipped it to my project directory as that StackOverflow answer suggests. But when I run FYI, I used |
I have fixed the compiling problems by manually write the Haskell bindings for those Strangely enough, same problem didn't occur when I compiled this library on Linux. |
While the stackage is not updated this can be fixed also by adding to stack.yaml extra-deps like: extra-deps:
- git: https://github.com/haskell-game/sdl2-image.git
commit: 382395c763b473032721c71921b5c9241142178f Compiled pretty fast with lts-14.4 resolver. |
Any word on when this will be added to the resolver? |
Was trying to build a project to experience haskell game programming https://github.com/jxv/dino-rush but it failed when trying building
sdl2-image
:It seems to be the same issue as #7 which was fixed with this pull request #8. As an haskell beginner I can probably talk about things that I misunderstood but is Stackage up to date with the latest fix?
Here my build logs:
The text was updated successfully, but these errors were encountered: