[Mono-bugs] [Bug 76745][Wis] New - mono-53225 don; t compile ironpython-0.9.5

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 18 08:33:11 EST 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=76745

--- shadow/76745	2005-11-18 08:33:11.000000000 -0500
+++ shadow/76745.tmp.11491	2005-11-18 08:33:11.000000000 -0500
@@ -0,0 +1,63 @@
+Bug#: 76745
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono-53225 don;t compile ironpython-0.9.5
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+hys545 at localhost IronPython-0.9.5]$ make
+gmcs -t:library -r:bin/IronMath.dll -r:System.dll -out:bin/IronPython.dll
+-recurse:IronPython/*.cs
+IronPython/AST/CodeGen.cs(504,31): warning CS0219: The variable `mb' is
+assigned but its value is never used
+IronPython/AST/NewTypeMaker.cs(79,30): warning CS0219: The variable
+`interfaceTypes' is assigned butits value is never used
+IronPython/AST/OutputGenerator.cs(46,32): warning CS0219: The variable `cb'
+is assigned but its value is never used
+IronPython/AST/Parser.cs(1050,26): warning CS0219: The variable `start' is
+assigned but its value isnever used
+IronPython/Hosting/PythonEngine.cs(82,20): warning CS0219: The variable `o'
+is assigned but its value is never used
+IronPython/Modules/operator.cs(287,44): warning CS0219: The variable
+`enumerator' is assigned but its value is never used
+IronPython/Modules/operator.cs(288,20): warning CS0219: The variable
+`count' is assigned but its value is never used
+IronPython/Modules/thread.cs(83,25): error CS0308: The non-generic method
+`CompareExchange' cannot be used with type arguments
+IronPython/Modules/thread.cs(106,21): error CS0308: The non-generic method
+`Exchange' cannot be usedwith type arguments
+IronPython/Modules/thread.cs(122,21): error CS0308: The non-generic method
+`CompareExchange' cannot be used with type arguments
+Compilation failed: 3 error(s), 7 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