[Mono-bugs] [Bug 75661][Wis] New - Ironpython 0.7.6 compile error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 29 03:34:12 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=75661
--- shadow/75661 2005-07-29 03:34:11.000000000 -0400
+++ shadow/75661.tmp.23212 2005-07-29 03:34:12.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 75661
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Ironpython 0.7.6 compile error
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+[hys545 at localhost IronPython-0.7.6]$ make
+gmcs -t:library -r:bin/IronMath.dll /r:System.dll /r:mscorlib.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/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' does notexist in the namespace `System.Runtime.
+InteropServices'. Are you missing an assembly reference?
+Compilation failed: 1 error(s), 7 warnings
+make: *** [bin/IronPython.dll] 오류 1
+
+
+Steps to reproduce the problem:
+1. I use mono svn-47828
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list