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)
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:
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
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