[Mono-bugs] [Bug 21727] New - latest mcs cannot compile itself.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Mar 2002 12:12:37 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21727
--- shadow/21727 Mon Mar 11 07:12:37 2002
+++ shadow/21727.tmp.29135 Mon Mar 11 07:12:37 2002
@@ -0,0 +1,26 @@
+Bug#: 21727
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: latest mcs cannot compile itself.
+
+After issuing make mcs3.exe I get this error:
+
+.\attribute.cs(131) error CS118: Expression denotes a `variable' where a
+`class' was expected
+Error: Compilation failed
+make: *** [mcs2.exe] Error 1
+
+This was on windows (in the MarshalAs code ravi recently added).