ods94065 / sdl2-image

Haskell bindings for SDL_image version 2 and greater.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Unable to build on Linux due to header name inconsistency #1

Closed photex closed 9 years ago

photex commented 9 years ago

Hello!

I just built SDL2_image from source (SDL2_image-2.0.0) and the installed header is named "SDL_image.h" and not "SDL_Image.h".

Not sure how to resolve this without modifying sdl2-image.cabal.

Cheers!

ods94065 commented 9 years ago

Yup, I think this is just a dumb typo I made in the cabal file; it looks to me like the actual hsc file names the right include. https://github.com/ods94065/sdl2-image/pull/2 is up if you want to take a quick look and double-check I've got it right; I'll plan to merge it later today.

Thanks!

ods94065 commented 9 years ago

Fixed in v0.3 (17 Oct 2014).