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 for.
make: *** [glib/System/Glib.o] Error 1

That means some earlier module failed to compile; you'll need to search back to see what went wrong with System.Glib.UTFString, and possibly further back if it also failed with that kind of error.

Note that you may need to patch/wrap c2hs to make sure it uses -m32 on Snow Leopard. Other than that I can't help much, as I'm still on Leopard for compatibility reasons unrelated to ghc.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allb...@kf8nh.com
system administrator [openafs,heimdal,too many hats] allb...@ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH


Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to