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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to