[Haskell-beginners] trying to install libraries for Haskell School of Expression

Brandon Allbery allbery.b at gmail.com
Sun Mar 1 07:29:54 UTC 2015


On Sat, Feb 28, 2015 at 11:40 PM, DJ <jakep at arqux.com> wrote:

> I am running linux mint 17 with the latest (as of Feb. 28) haskell
> platform and cabal-install.
> I did install gtk2hs-buildtools and put the .cabal/bin in my path.
>

Do you have the devel libraries needed by gtk installed? cabal cannot
install them for you, and the runtime libraries are not sufficient. You'll
want libcairo2-dev for this, and others for other gtk components (notably
libgtk-3-dev but there will be others as well).

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150301/bc2ed497/attachment.html>


More information about the Beginners mailing list