[Mono-bugs] [Bug 75339][Wis] New - mono svn is not compile
IronPython-0.7.6
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 21 09:09:20 EDT 2005
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 hys545 at dreamwiz.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75339
--- shadow/75339 2005-06-21 09:09:20.000000000 -0400
+++ shadow/75339.tmp.355 2005-06-21 09:09:20.000000000 -0400
@@ -0,0 +1,80 @@
+Bug#: 75339
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono svn is not compile IronPython-0.7.6
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+mcs -t:library -r:bin/IronMath.dll /r:System.dll -out:bin/IronPython.dll -
+recurse:IronPython/*.cs
+IronPython/AST/CodeGen.cs(568) warning CS0219: The variable 'mb' is
+assigned but its value is never used
+IronPython/AST/Namespace.cs(100) warning CS0219: The variable 'c' is
+assigned but its value is neverused
+IronPython/AST/SnippetMaker.cs(41) warning CS0219: The variable 'cb' is
+assigned but its value is never used
+IronPython/Hosting/PythonEngine.cs(59) warning CS0219: The variable 'o' is
+assigned but its value isnever used
+IronPython/Hosting/PythonEngine.cs(242) error CS0103: The name
+`StringSplitOptions' could not be found in `IronPython.Hosting.
+PythonEngine'
+IronPython/Modules/__builtin__.cs(577) error CS0103: The name
+`MidpointRounding' could not be found in `IronPython.Modules.__builtin__'
+IronPython/Modules/__builtin__.cs(583) error CS0103: The name
+`MidpointRounding' could not be found in `IronPython.Modules.__builtin__'
+IronPython/Objects/Int64Ops.cs(251) warning CS0219: The variable 'saveexp'
+is assigned but its valueis never used
+IronPython/Objects/Ops.cs(383) warning CS0219: The variable 'parameters' is
+assigned but its value is never used
+IronPython/Objects/Ops.cs(2263) warning CS0219: The variable 'exc_type' is
+assigned but its value isnever used
+IronPython/Objects/PythonFile.cs(193) error CS0234: The type or namespace
+name `SafeHandle' could not be found in namespace `System.Runtime.
+InteropServices'
+IronPython/Objects/ReflectedPackage.cs(28) error CS0117: `System.Type' does
+not contain a definitionfor `IsGenericType'
+IronPython/Objects/ReflectedPackage.cs(73) warning CS0618: 'System.
+Reflection.Assembly.LoadWithPartialName(string)' is obsolete: ''
+IronPython/Objects/ReflectedType.cs(221) warning CS0219: The variable 'n'
+is assigned but its value is never used
+IronPython/Objects/ReflectedType.cs(454) warning CS0219: The variable
+'getter' is assigned but its value is never used
+IronPython/Objects/StringFormatter.cs(94) warning CS0219: The variable
+'key' is assigned but its value is never used
+IronPython/Objects/StringOps.cs(711) error CS0103: The name
+`StringSplitOptions' could not be found in `IronPython.Objects.StringOps'
+IronPython/Objects/StringOps.cs(712) error CS0103: The name
+`StringSplitOptions' could not be found in `IronPython.Objects.StringOps'
+Compilation failed: 7 error(s), 11 warnings
+make: *** [bin/IronPython.dll] 오류 1
+
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list