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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78736 --- shadow/78736 2006-06-29 21:38:21.000000000 -0400 +++ shadow/78736.tmp.28531 2006-06-29 21:38:21.000000000 -0400 @@ -0,0 +1,49 @@ +Bug#: 78736 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mono-svn-62148 don't compile ironpython=846 + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +gmcs -t:library -r:../IronMath.dll -r:System.Drawing.dll +-r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs +IronPython/Compiler/MethodBinder.cs(851,22): warning CS0219: The variable +`returnType' is assigned but its value is never used +IronPython/Modules/locale.cs(189,28): error CS0117: +`System.Globalization.CultureInfo' does not contain a definition for +`GetCultureInfo' +Compilation failed: 1 error(s), 1 warnings + + +I found GetCultureInfo definiton in Mono.Cecil.Metadata.CultureUtils + +Steps to reproduce the problem: +1.download address +=http://www.codeplex.com/SourceControl/ListDownloadableCommits.aspx?ProjectName=IronPython +2. +3. + +Actual Results: + + +Expected Results: + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
