[Mono-bugs] [Bug 21530] New - cant resolve internal call to "System.MonoType::GetEvents" plus spew
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Mar 2002 04:56:03 -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 mkestner@speakeasy.net.
http://bugzilla.ximian.com/show_bug.cgi?id=21530
--- shadow/21530 Thu Mar 7 23:56:03 2002
+++ shadow/21530.tmp.13830 Thu Mar 7 23:56:03 2002
@@ -0,0 +1,50 @@
+Bug#: 21530
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mkestner@speakeasy.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: cant resolve internal call to "System.MonoType::GetEvents" plus spew
+
+CVS snaps of mcs, classes, and mono on 3/7 19:30 CST
+
+Doesn't occur on win32. Same behavior occurs with mint and mono. That
+makes it a runtime bug, right? If not, someone hit me with a cluestick.
+
+make linux in gtk-sharp/generator
+
+[mike@localhost generator]$ make linux
+mcs --unsafe -o codegen.exe -r System.Xml.dll *.cs
+
+(process:13127): ** WARNING **: cant resolve internal call to
+"System.MonoType::GetEvents"
+syntax error, expecting end-of-file EOF ABSTRACT CLASS DELEGATE ENUM EXTERN
+INTERFACE INTERNAL NAMESPACE NEW OVERRIDE PRIVATE PROTECTED PUBLIC READONLY
+SEALED STATIC STRUCT UNSAFE USING VIRTUAL VOLATILE OPEN_BRACKET
+./BoxedGen.cs (7,9), Token:422 : Parsing error
+Mono.CSharp.yyParser.yyException
+irrecoverable syntax errorMono.CSharp.yyParser.yyExceptionin
+Mono.CSharp.CSharpParser:yyparse ()
+
+syntax error, expecting end-of-file EOF ABSTRACT CLASS DELEGATE ENUM EXTERN
+INTERFACE INTERNAL NAMESPACE NEW OVERRIDE PRIVATE PROTECTED PUBLIC READONLY
+SEALED STATIC STRUCT UNSAFE USING VIRTUAL VOLATILE OPEN_BRACKET
+./CallbackGen.cs (7,9), Token:422 : Parsing error
+Mono.CSharp.yyParser.yyException
+irrecoverable syntax errorMono.CSharp.yyParser.yyExceptionin
+Mono.CSharp.CSharpParser:yyparse ()
+
+[snip repetition of the same syntax error the other 11 files.]
+
+Error: Parsing failed
+RESULT: 0