[Mono-bugs] [Bug 52116][Nor] New - gdiplus does not compile using cairo built from cvs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 16:41:12 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52116

--- shadow/52116	2004-01-20 16:41:12.000000000 -0500
+++ shadow/52116.tmp.25563	2004-01-20 16:41:12.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 52116
+Product: Mono/Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: Gentoo 1.4 R9
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: duncan@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: gdiplus does not compile using cairo built from cvs
+
+apparently gdiplus still includes an old cairo header file, which has now
+been deprecated and merged into cairo.h.
+
+This causes the following compile error :
+
+make[1]: Entering directory `/home/gert/mono/mcs/class/System.Drawing/gdiplus'
+gcc -g -Wall  `pkg-config --cflags cairo mono` -g -O2 -c -o bitmap.o bitmap.c
+In file included from bitmap.c:26:
+gdip.h:19:24: cairo-xlib.h: No such file or directory
+
+I attached a small patch which fixes this, can someone commit this ?
+
+------- Additional Comments From gert.driesen@pandora.be  2003-12-12 14:19 -------
+Created an attachment (id=6217)
+patch which removes include of cairo-xlib.h
+
+
+------- Additional Comments From miguel@ximian.com  2003-12-13 07:20 -------
+The problem with using CVS cairo is that we will always get these
+problems, they will break our build on a daily basis.
+
+We need to talk to the cairo folks, and have them release tarballs, so
+at least we can say `we work with version XXX'.
+
+------- Additional Comments From duncan@ximian.com  2003-12-13 16:27 -------
+I'll look into fixing for this, and possibly release updated Cairo
+packages.
+
+------- Additional Comments From duncan@ximian.com  2003-12-15 18:55 -------
+*** Bug 52199 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From miguel@ximian.com  2004-01-20 16:41 -------
+We are moving Cairo dependencies to depend on formal released packages
+instead of CVS.