
1 Jul
2010
1 Jul
'10
7:11 p.m.
On 02/07/2010 00:03, wren ng thornton wrote:
OS = OSX 10.5.8 GHC = 6.12.1 Cabal-Install = 0.8.2 Cabal = 1.8.0.2
$> cabal install criterion -fChart --reinstall Resolving dependencies... ... Configuring cairo-0.11.0... setup: gtk2hsC2hs is required but it could not be found.
I had this same problem installing gtk2hs originally. As some helpful posters on reddit pointed out at the time (http://www.reddit.com/r/haskell/comments/c7uh3/gtk2hs_now_on_hackage/) you need: cabal install gtk2hs-buildtools alex happy before instlaling gtk2hs, and also to make sure that the location where cabal puts its binaries is in your $PATH. Thanks, Neil.