[Mono-winforms-list] libgdi problems with gcc 4.0.2
Everaldo Canuto
everaldo.canuto at gmail.com
Mon Jan 9 04:16:11 EST 2006
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.
More information about the Mono-winforms-list
mailing list