
9 Dec
2015
9 Dec
'15
11:34 p.m.
On Tue, Dec 08, 2015 at 09:21:39PM -0300, MartÃn Villagra wrote:
Same error :/ The include folder (/usr/include/SDL/) contained the expected files. (SDL_framerate.h and others) I even recompiled and reinstalled the library but still says the same.
Gotcha, I forgot to to put an extra-libraries: in the .cabal file (let me thank Ivan Perez, who had a similar problem on sdl-image and provided the right diagnosis). I have uploaded the new version to hackage, install it and then type: runhaskell -lSDL_gfx your-test-file.hs It should work. Ciao -F