Hi, I test with gcc-3.4 and works fine. Patch applyed.
Thanks, Everaldo Em Seg, 2006-01-09 às 21:18 +1100, jba escreveu: > Will this affect those of us not using gcc 4? > On Mon, 2006-01-09 at 02:45 -0700, Peter Dennis Bartok wrote: > > Yes, please go ahead and apply the patch. > > > > Thanks, > > Peter > > > > -----Original Message----- > > From: "Everaldo Canuto" <[EMAIL PROTECTED]> > > To: <[email protected]> > > 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 - [email protected] > > >http://lists.ximian.com/mailman/listinfo/mono-winforms-list > > > > > > > > _______________________________________________ > > Mono-winforms-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-winforms-list > _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
