Re: [Gtk2hs-devel] GHC 7.6.1 can not build the latest version of haskell glib

2012-09-24 Thread Thomas Dziedzic
It seems that someone had a similar issue here: http://sourceforge.net/mailarchive/forum.php?thread_name=CAJ727GgyNthppKbduLxvA8mqusTK%2Bh7gotzCg2a5G4wcme%3DYUg%40mail.gmail.com&forum_name=gtk2hs-users Also, upstream says that the type of the dynamic wrapper should be of type ft -> IO (FunPtr ft)

Re: [Gtk2hs-devel] GHC 7.6.1 can not build the latest version of haskell glib

2012-09-16 Thread wagnerdm
I think this is a regression in GHC. Bug report here: http://hackage.haskell.org/trac/ghc/ticket/7243 Let's see what HQ has to say about it. ~d Quoting Thomas Dziedzic : > Hi, > > I reported my full problem here: > http://hackage.haskell.org/trac/gtk2hs/ticket/1272 > > The commands I run are:

Re: [Gtk2hs-devel] GHC 7.6.1 can not build the latest version of haskell glib

2012-09-14 Thread wagnerdm
Thanks for the heads up. I'll take a look over the weekend. ~d Quoting Thomas Dziedzic : > Hi, > > I reported my full problem here: > http://hackage.haskell.org/trac/gtk2hs/ticket/1272 > > The commands I run are: > runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ > --p

[Gtk2hs-devel] GHC 7.6.1 can not build the latest version of haskell glib

2012-09-14 Thread Thomas Dziedzic
Hi, I reported my full problem here: http://hackage.haskell.org/trac/gtk2hs/ticket/1272 The commands I run are: runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/haskell-glib \ --libsubdir=\$compiler/site-local/\$pkgid runhas