[Mono-bugs] [Bug 34464][Nor] New - mcs fails to compile corlib
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Nov 2002 10:15:13 -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 mathpup@mylinuxisp.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34464
--- shadow/34464 Fri Nov 22 05:15:13 2002
+++ shadow/34464.tmp.1041 Fri Nov 22 05:15:13 2002
@@ -0,0 +1,47 @@
+Bug#: 34464
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mathpup@mylinuxisp.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs fails to compile corlib
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+mcs aborts with an error CS0518 when compiling corlib.
+
+
+Steps to reproduce the problem:
+1. cd mcs
+2. make -f makefile.gnu
+
+Actual Results:
+
+The following error message is printed when compiling corlib:
+
+error CS0518: The predefined type `System.Runtime.InteropServices.GuidAttribute' is
+not defined or imported
+
+
+Expected Results:
+
+Successful compilation
+
+How often does this happen?
+
+Always
+
+Additional Information:
+
+csc successfully compiles corlib.