Hi Axel,

I downloaded the repository, but then I saw that Duncan Coutts has already
introduced the fixes on Jan 20.

On Sat, Jan 28, 2012 at 6:05 PM, Axel Simon <axel.si...@in.tum.de> wrote:

> Hi Eugene,
>
> I'm sorry for this delay. I still hope they will respond. I obviously can
> fix it, but I would have to install another ghc which is the major obstacle.
>
> If you sent a darcs patch (checkout the gtk2hs repository as explained on
> the web-site, fix the sources, and do a darcs send with a special option to
> have the patch go to a file; then send the file to the list), I can blindly
> apply that patch. Then the other two can have a go at testing it and you
> can meanwhile use the darcs head if that's any better.
>
> Sorry about this,
> Axel
>
> On 28.01.2012, at 14:42, Eugene Kirpichov wrote:
>
> > Hi Michael,
> > Sorry to bother you, but did you get a chance to look at the patch?
> > Other people started running into issues that my patch fixes.
> >
> >
> >
> > 23.01.2012, в 16:24, Michael Dever <michaelcde...@gmail.com> написал(а):
> >
> >> Hi Axel, Eugene,
> >>
> >> I'll take a look at it when I get home this evening and send on a patch
> then.
> >>
> >> Regards,
> >> Michael
> >>
> >> Sent from my iPhone
> >>
> >> On 23 Jan 2012, at 09:11, Eugene Kirpichov <ekirpic...@gmail.com>
> wrote:
> >>
> >>> Thanks!
> >>> Michael, please take a look :) It seems like fixing this would be a
> matter of just doing the modifications I introduced.
> >>> I didn't test them under ghc<7.4, but looks like they shouldn't break
> anything.
> >>>
> >>> On Mon, Jan 23, 2012 at 1:07 PM, Axel Simon <axel.si...@in.tum.de>
> wrote:
> >>> I've been snowed under since Xmas. I know that there are some
> questions and some pressing patches in the pipeline. Could you ask Michael
> Denver if he would like to try to patch this? He said he would like to help
> out with releases a while ago.
> >>>
> >>> Sorry,
> >>> Axel
> >>>
> >>>
> >>>
> >>> On 23.01.2012, at 08:50, Eugene Kirpichov wrote:
> >>>
> >>> Hello gentlemen,
> >>>
> >>> Let me dare resurrect this thread and ask again for your opinion.
> >>>
> >>> On Tue, Jan 17, 2012 at 3:47 PM, Eugene Kirpichov <
> ekirpic...@gmail.com> wrote:
> >>> Hi,
> >>>
> >>> ** cairo **
> >>> doesn't build with ghc 7.4 because the function toBool :: (Num a) => a
> -> Bool now also requires (Eq a).
> >>> So you have to include the constraint into cToBool in
> Graphics.Rendering.Cairo.Types.chs.
> >>>
> >>> After that, the package builds fine.
> >>>
> >>> ** glib  **
> >>> fails with an error that is more difficult to fix:
> >>> you have to change System/Glib/hsgclosure.c:
> >>>
> >>>    /* perform the call */
> >>> #if __GLASGOW_HASKELL__ >= 704
> >>>    rts_evalIO(&cap, rts_apply(CAP (HaskellObj)runIO_closure,
> call),&ret);
> >>> #else
> >>>    cap=rts_evalIO(CAP rts_apply(CAP (HaskellObj)runIO_closure,
> call),&ret);
> >>> #endif
> >>>
> >>> After that, it builds fine.
> >>>
> >>> Other packages (gio, pango, gtk) build fine without modifications.
> >>>
> >>>
> >>> --
> >>> Eugene Kirpichov
> >>> Principal Engineer, Mirantis Inc. http://www.mirantis.com/
> >>> Editor, http://fprog.ru/
> >>>
> >>>
> >>>
> >>> --
> >>> Eugene Kirpichov
> >>> Principal Engineer, Mirantis Inc. http://www.mirantis.com/
> >>> Editor, http://fprog.ru/
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Eugene Kirpichov
> >>> Principal Engineer, Mirantis Inc. http://www.mirantis.com/
> >>> Editor, http://fprog.ru/
>
>


-- 
Eugene Kirpichov
Principal Engineer, Mirantis Inc. http://www.mirantis.com/
Editor, http://fprog.ru/
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to