[Mono-bugs] [Bug 58078][Wis] New - Builderror in MCS/System.Windows.Forms

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 12:53:54 -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 micke@imendio.com.

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

--- shadow/58078	2004-05-05 12:53:54.000000000 -0400
+++ shadow/58078.tmp.23951	2004-05-05 12:53:54.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 58078
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: micke@imendio.com               
+QAContact: peter@novonyx.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Builderror in MCS/System.Windows.Forms
+
+Trying to build mcs (from CVS or from 0.91 tarball) gives me these errors
+(same problem has been in CVS for weeks now).
+
+MONO_PATH="../../class/lib/default:$MONO_PATH" mono  ../../mcs/mcs.exe  
+-d:NET_1_1 -d:ONLY_1_1 -g /noconfig /unsafe /r:mscorlib.dll /r:System.dll
+/r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /nowarn:649
+/nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114 /target:library
+/out:../../class/lib/default/System.Windows.Forms.dll
+@System.Windows.Forms.dll.sources
+System.Windows.Forms/Keys.cs(192) error CS3005: Identifier
+'System.Windows.Forms.Keys.V' differing only in case is not CLS-compliant
+System.Windows.Forms/Keys.cs(196): ('W' name of symbol related to previous
+error)
+System.Windows.Forms/Keys.cs(196) error CS3005: Identifier
+'System.Windows.Forms.Keys.W' differing only in case is not CLS-compliant
+System.Windows.Forms/Keys.cs(192): ('V' name of symbol related to previous
+error)
+System.Windows.Forms/Shortcut.cs(86) error CS3005: Identifier
+'System.Windows.Forms.Shortcut.CtrlV' differing only in case is not
+CLS-compliant
+System.Windows.Forms/Shortcut.cs(87): ('CtrlW' name of symbol related to
+previous error)
+System.Windows.Forms/Shortcut.cs(87) error CS3005: Identifier
+'System.Windows.Forms.Shortcut.CtrlW' differing only in case is not
+CLS-compliant
+System.Windows.Forms/Shortcut.cs(86): ('CtrlV' name of symbol related to
+previous error)
+System.Windows.Forms/Shortcut.cs(134) error CS3005: Identifier
+'System.Windows.Forms.Shortcut.CtrlShiftV' differing only in case is not
+CLS-compliant
+System.Windows.Forms/Shortcut.cs(135): ('CtrlShiftW' name of symbol related
+to previous error)
+System.Windows.Forms/Shortcut.cs(135) error CS3005: Identifier
+'System.Windows.Forms.Shortcut.CtrlShiftW' differing only in case is not
+CLS-compliant
+System.Windows.Forms/Shortcut.cs(134): ('CtrlShiftV' name of symbol related
+to previous error)
+Internal() warning CS0162: Unreachable code detected
+Internal() warning CS0162: Unreachable code detected
+Internal() warning CS0162: Unreachable code detected
+Internal() warning CS0162: Unreachable code detected
+Compilation failed: 6 error(s), 4 warnings