[Mono-bugs] [Bug 30300][Maj] New - mcs bootstrap broken with the ms runtime

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 Sep 2002 13:18:26 -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=30300

--- shadow/30300	Fri Sep 13 09:18:26 2002
+++ shadow/30300.tmp.19240	Fri Sep 13 09:18:26 2002
@@ -0,0 +1,26 @@
+Bug#: 30300
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs bootstrap broken with the ms runtime
+
+mcs can't compile itself on the ms runtime.
+A few of the errors look like:
+ ecore.cs(451) error CS0038: Cannot access nonstatic member `eclass' of
+outer type `Mono.CSharp.Expression' via nested type `Mono.CSharp.Expression'
+ecore.cs(452) error CS0038: Cannot access nonstatic member `type' of outer
+type `Mono.CSharp.Expression' via nested type `Mono.CSharp.Expression'
+
+then it gets a NullRef exception.