On Sun, Jan 1, 2012 at 21:49, Victor Miller <[email protected]> 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                                      [email protected]
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to