[Mono-winforms-list] libgdi problems with gcc 4.0.2

Peter Dennis Bartok peter at novonyx.com
Mon Jan 9 04:45:40 EST 2006


Yes, please go ahead and apply the patch.

Thanks,
  Peter

-----Original Message-----
From: "Everaldo Canuto" <everaldo.canuto at gmail.com>
To: <mono-winforms-list at lists.ximian.com>
Date: Monday, 09 January, 2006 02:16
Subject: [Mono-winforms-list] libgdi problems with gcc 4.0.2


>Hi all,
>
>I was some problems to compila libgdiplus in my Ubuntu Dapper box with
>gcc 4.0.2. This is error:
>
>    "Error: symbol `_cairo_pixman_composite' is already defined"
>
>
>After search for problem in cairo buglist I found the bug and the patch
>to fix:
>
>   https://bugs.freedesktop.org/show_bug.cgi?id=5136
>
>
>Basically the patch is only remove of 2 lines:
>
>  -#define INT_pixman_color_to_pixel _cairo_pixman_color_to_pixel
>  -#define INT_pixman_composite _cairo_pixman_composite
>
>After this all works fine in my box :)
>
>So... my question is: Can I apply this patch in Mono SVN?
>
>
>Thanks,
>Everaldo.
>
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>


More information about the Mono-winforms-list mailing list