[Mono-bugs] [Bug 76881][Wis] New - libcairo dll missing from windows release

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 2 14:14:35 EST 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 fractalgfx at gmail.com.

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

--- shadow/76881	2005-12-02 14:14:34.000000000 -0500
+++ shadow/76881.tmp.14876	2005-12-02 14:14:34.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 76881
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.Cairo
+AssignedTo: hisham.mardambey at gmail.com                            
+ReportedBy: fractalgfx at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: libcairo dll missing from windows release
+
+The assembly is present, so a program will compile, but it can't run
+because the cairo library is missing.
+
+example:
+
+// file test.cs
+class abc {
+    static void Main()
+    {
+        Cairo.ImageSurface isf = new Cairo.ImageSurface("Test.png");
+    }
+}
+///
+
+mcs test.cs -r:Mono.Cairo
+mono test.exe
+
+Results In:
+
+         at Cairo.Surface..ctor ()
+         at Cairo.ImageSurface..ctor ()
+         at abc.Main ()
+
+Unhandled Exception: System.DllNotFoundException: libcairo.so.2
+in (wrapper managed-to-native)
+Cairo.CairoAPI:cairo_image_surface_create_from_png (string)
+in <0x00023> Cairo.ImageSurface:.ctor (System.String filename)
+in <0x00025> abc:Main ()


More information about the mono-bugs mailing list