Re: [Haskell-cafe] difficulty getting cabal and macports to play nice

2010-03-14 Thread Brandon S. Allbery KF8NH
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 chart Resolving dependencies... cabal: cannot configure Hieroglyph-3.89. It requires cairo -any, glib -any, gtk =0.10.0 and gtkglext -any

Re: [Haskell-cafe] difficulty getting cabal and macports to play nice

2010-03-14 Thread Carter Schonwald
hrm... I'm encounter a whole slew of problems getting gtk2hs to build now, might be snow leopard related glib/System/Glib.hs:13:0: Failed to load interface for `System.Glib.UTFString': Use -v to see a list of the files searched for. make: *** [glib/System/Glib.o] Error 1 is the

Re: [Haskell-cafe] difficulty getting cabal and macports to play nice

2010-03-14 Thread Carter Schonwald
so the solution turns out to be (for those who are macports users) to build of the macports stuff related gtk2 et al as the variants +universal (sadly parts of +quartz and +no_x11 seems to be slightly broken), to make sure that macports also has built gtksourceview2 (somehow trying to use

Re: [Haskell-cafe] difficulty getting cabal and macports to play nice

2010-03-14 Thread Brandon S. Allbery KF8NH
On Mar 14, 2010, at 06:46 , Carter Schonwald wrote: hrm... I'm encounter a whole slew of problems getting gtk2hs to build now, might be snow leopard related glib/System/Glib.hs:13:0: Failed to load interface for `System.Glib.UTFString': Use -v to see a list of the files searched