2009/12/11 Duncan Coutts :
> Patch to make gtk2hs (darcs HEAD version) build with ghc-6.12.
I can't found Duncan's new patch in gtk2hs repository.
This patch just works with GHC-6.12?
Axel, we should merge Duncan's patch to avoid user failed to compile with
GHC-6.12.
Cheers,
-- Andy
--
Axel Simon wrote:
> So is this a ghc problem or something that needs to be fixed in Gtk2Hs?
Sorry, my previous mail didn't make it to the list (my mistake).
The problem is that ghc-6.12 puts split objs into different subdirectories
based on the -osuf option:
ghc -c T.hs
--> T_o_split/
ghc -
On Jan 18, 2010, at 2:20, Jens Petersen wrote:
>> For now, you can try building gtk2hs with --disable-split-objs -
>> that appears to work.
>
> Thanks again Bertram! Looks good now. :-)
>
> http://koji.fedoraproject.org/koji/taskinfo?taskID=1928857
So is this a ghc problem or something that n
> For now, you can try building gtk2hs with --disable-split-objs -
> that appears to work.
Thanks again Bertram! Looks good now. :-)
http://koji.fedoraproject.org/koji/taskinfo?taskID=1928857
Jens
--
Throughout its 18
> but something must be wrong since when I try to make
> any of the demos I got a host of linking errors:
I meant to add: running in ghci-6.12.1 the demos generally startup ok
at least but segfault on exit, etc.
Jens
--
2009/12/11 Duncan Coutts :
> Patch to make gtk2hs (darcs HEAD version) build with ghc-6.12.
>
> It should build and install with 6.10 and 6.12, though it's worth other
> people checking that before pushing to the main repo.
Built just fine for me on fedora with 6.12.1 :)
but something must be wron
2010/1/14 Bertram Felgenhauer:
> No, what happens is that haddock (and only haddock is affected)
> enables the 'rec' keyword, because -fglasgow-exts is used, which
> now implies -XDoRec. The code in question is
Ah thank you - that helped a lot. :-)
http://koji.fedoraproject.org/koji/buildinfo?bui
> Did 6.12 change the way layout is handled? The error message seems
> quite strange. It's probably easy to fix but it's slightly worrying.
No, what happens is that haddock (and only haddock is affected)
enables the 'rec' keyword, because -fglasgow-exts is used, which
now implies -XDoRec. The co
On Jan 13, 2010, at 5:30, Jens Petersen wrote:
> 2009/12/11 Duncan Coutts :
>> Patch to make gtk2hs (darcs HEAD version) build with ghc-6.12.
>
> Thank you, Duncan!
>
> I tried it with ghc-6.12.1 on Fedora and when building the docs got to
> the attached build error.
Did 6.12 change the way layo
2009/12/11 Duncan Coutts :
> Patch to make gtk2hs (darcs HEAD version) build with ghc-6.12.
Thank you, Duncan!
I tried it with ghc-6.12.1 on Fedora and when building the docs got to
the attached build error.
Jens
make all-am
make[1]: Entering directory `/home/petersen/fedora/haskell/ghc-gtk2hs/
Hello Duncan,
I've waited for this and started to port Leksah. gtk2hs compiles and
installs fine, but after linking I got hundreds of undefined references
like:
(.text+0x6a02): undefined reference to
`gtkzm0zi10zi1_GraphicsziUIziGtkziGeneralziEnums_zdfEqPackingzuzeze_info' ...
As I've seen this b
Patch to make gtk2hs (darcs HEAD version) build with ghc-6.12.
It should build and install with 6.10 and 6.12, though it's worth other
people checking that before pushing to the main repo.
The patch bundle also includes another random patch (which I can't
remember if I sent in before or not). You
12 matches
Mail list logo