[Haskell-cafe] Installing glib

Brandon Allbery allbery.b at gmail.com
Mon Jan 2 04:03:05 CET 2012


On Sun, Jan 1, 2012 at 21:49, Victor Miller <victorsmiller at gmail.com> wrote:

> Cannot find gtk2hsC2hs
> Please install `gtk2hs-buildtools` first and check that the install
> directory is in your PATH (e.g. HOME/.cabal/bin).
>

The message there is incorrect for Mac OS X; cabal installs executables
somewhere under ~/Library/Haskell, and (inconsistently and incoherently)
sometimes in per-package bin directories under that.  This is a PITA that I
don't know how to work around properly (just setting the bin directory
~/.cabal/config still seems to keep the occasional per-package bin
directory silliness).

Expect to have to "find ~/Library/Haskell -name bin -type d" periodically
to figure out where cabal put stuff, and symlink it all to ~/bin or
whatever.  :/

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120101/c0b957a2/attachment.htm>


More information about the Haskell-Cafe mailing list