[Mono-bugs] [Bug 76324][Wis] New - samples\CairoSample.cs does not compile because GtkCairo.cs is out of date with the latest Mono.Cairo API

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 3 11:27:11 EDT 2005


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 dan.poage at gmail.com.

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

--- shadow/76324	2005-10-03 11:27:11.000000000 -0400
+++ shadow/76324.tmp.4039	2005-10-03 11:27:11.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 76324
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.Cairo
+AssignedTo: hisham.mardambey at gmail.com                            
+ReportedBy: dan.poage at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: samples\CairoSample.cs does not compile because GtkCairo.cs is out of date with the latest Mono.Cairo API
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: 
+
+I am trying to test CairoSample.cs in the samples provided with 1.1.9.1. 
+The problem is that the GtkCairo.cs that is included is out of date with
+the latest Mono.Cairo API.  I tried poking around in the Mono.Cairo.dll to
+see what needs to change but enough has changed since the last release that
+I can't figure out where everything is now.  If someone could update the
+samples (specifically CairoSample.cs and GtkCairo.cs) to match the latest
+API in Mono.Cairo.dll that would allow me to get a feeling for the new
+Cairo API.
+
+
+Steps to reproduce the problem:
+1. Try to build CairoSample.cs with GtkCairo.cs from the samples directory
+with the latest 1.1.9.1
+2. 
+3. 
+
+Actual Results:
+Compilation errors such as 
+
+error CS0117: `Cairo.Graphics' does not contain a definition for `SetRGBColor'
+
+and
+
+error CS0117: `Cairo.Graphics' does not contain a definition for `Alpha'
+
+because the API exposed by GtkCairo.cs does not match the new Cairo API for
+version 1.0
+
+Expected Results:
+
+The sample should build
+
+How often does this happen? 
+
+Every time
+
+Additional Information:


More information about the mono-bugs mailing list