[Mono-bugs] [Bug 21722] New - compiling error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Mar 2002 10:59:31 -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 groith@tcrz.net.

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

--- shadow/21722	Mon Mar 11 05:59:31 2002
+++ shadow/21722.tmp.28438	Mon Mar 11 05:59:31 2002
@@ -0,0 +1,35 @@
+Bug#: 21722
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: groith@tcrz.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: compiling error
+
+When compiling the very simple game Digger (.net), which you can get at 
+http://www.aisto.com/roeder/dotnet/, with mcs it fails with the following 
+error messages:   
+.\Digger.cs(838) error CS-1: Invalid Type definition
+.\Digger.cs (838,18), Token:422   : Parsing error
+System.Exception: Expr has to be either SimpleName or MemberAccess! 
+(Mono.CSharp
+.LocalVariableReference)
+   at Mono.CSharp.CSharpParser.GetQualifiedIdentifier(Expression expr) in 
+d:\uni
+x\mcs\mcs\cs-parser.jay:line 3653
+   at Mono.CSharp.CSharpParser.yyparse(yyInput yyLex) in 
+d:\unix\mcs\mcs\cs-pars
+er.jay:line 2744
+   at Mono.CSharp.CSharpParser.parse() in d:\unix\mcs\mcs\cs-
+parser.jay:line 385
+7