Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: problem with SDL-gfx (Francesco Ariis)
----------------------------------------------------------------------
Message: 1
Date: Thu, 10 Dec 2015 05:34:08 +0100
From: Francesco Ariis <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] problem with SDL-gfx
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-1
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
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 90, Issue 16
*****************************************