On Mar 14, 2010, at 01:53 , Carter Schonwald wrote:
sudo cabal install --extra-lib-dirs=/opt/local/lib --extra-include- dirs=/opt/local/include hieroglyph chartResolving dependencies...cabal: cannot configure Hieroglyph-3.89. It requires cairo -any, glib -any,gtk >=0.10.0 and gtkglext -any There is no available version of cairo that satisfies -any There is no available version of glib that satisfies -any There is no available version of gtk that satisfies >=0.10.0 There is no available version of gtkglext that satisfies -any
Those are not MacPorts libraries, but Haskell libraries. And they're all provided by the Haskell gtk2hs package, which at the moment isn't Cabal-ized, so Cabal can't find them unless gtk2hs has been installed manually.
-- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
