[Mono-bugs] [Bug 76552][Maj] New - mcs head fails to compile gtk-sharp head

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 25 13:35:31 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 alp at atoker.com.

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

--- shadow/76552	2005-10-25 13:35:31.000000000 -0400
+++ shadow/76552.tmp.5835	2005-10-25 13:35:31.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 76552
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: alp at atoker.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs head fails to compile gtk-sharp head
+
+This is known to work with mcs of a couple of days ago, but fails right now:
+
+/opt/mono/bin/mcs -debug -define:GTK_SHARP_2_6 -nowarn:0169,0612,0618
+-unsafe -out:gdk-sharp.dll -target:library /r:../glib/glib-sharp.dll
+/r:../pango/pango-sharp.dll /r:Mono.Cairo.dll generated/*.cs
+./EventButton.cs ./EventClient.cs ./EventConfigure.cs ./EventCrossing.cs
+./Event.cs ./EventDND.cs ./EventExpose.cs ./EventFocus.cs ./EventKey.cs
+./EventMotion.cs ./EventProperty.cs ./EventProximity.cs ./EventScroll.cs
+./EventSelection.cs ./EventSetting.cs ./EventVisibility.cs
+./EventWindowState.cs ./Key.cs ./Size.cs ./TextProperty.cs AssemblyInfo.cs
+generated/PangoHelper.cs(17,55): error CS0039: Cannot convert type
+`GLib.Object' to `Pango.Context' via a built-in conversion
+generated/PangoHelper.cs(52,55): error CS0039: Cannot convert type
+`GLib.Object' to `Pango.Context' via a built-in conversion
+generated/PangoRenderer.cs(19,47): error CS1502: The best overloaded method
+match for `Pango.Renderer.Renderer(GLib.GType)' has some invalid arguments
+generated/PangoRenderer.cs(19,47): error CS1503: Argument 1: Cannot convert
+from `GLib.GType' to `GLib.GType'
+generated/PangoRenderer.cs(34,5): error CS1502: The best overloaded method
+match for `GLib.Object.CreateNativeObject(string[], GLib.Value[])' has some
+invalid arguments
+generated/PangoRenderer.cs(34,5): error CS1503: Argument 2: Cannot convert
+from `GLib.Value[]' to `GLib.Value[]'
+Compilation failed: 6 error(s), 0 warnings
+make[3]: *** [gdk-sharp.dll] Error 1
+make[3]: Leaving directory `/home/alp/Projects/mono-svn/gtk-sharp/gdk'
+
+(Gtk# 2.6 boostrap profile, mono with preview enabled)


More information about the mono-bugs mailing list