[Mono-bugs] [Bug 46107][Nor] Changed - a switch on TypeFundamentals fails to compile

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 10 Jul 2003 15:32:34 -0400 (EDT)


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 jluke@cfl.rr.com.

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

--- shadow/46107	Thu Jul 10 15:27:26 2003
+++ shadow/46107.tmp.14331	Thu Jul 10 15:32:33 2003
@@ -1,14 +1,14 @@
 Bug#: 46107
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jluke@cfl.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -54,6 +54,28 @@
 
 How often does this happen? 
 always
 
 Additional Information:
 seems to have begun within the last couple days
+
+------- Additional Comments From jluke@cfl.rr.com  2003-07-10 15:32 -------
+make[1]: Entering directory `/home/jluke/cvs/gtk-sharp/glib'
+mcs --unsafe --target library -o glib-sharp.dll --recurse '*.cs'
+./Value.cs(611) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(613) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(615) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(617) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(619) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(621) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(623) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+./Value.cs(625) error CS0029: Cannot convert implicitly from
+`GLib.TypeFundamentals' to `uint'
+Compilation failed: 8 error(s), 0 warnings
+make[1]: *** [glib-sharp.dll] Error 1