[Mono-bugs] [Bug 82811][Wis] New - Problem compiling IronPython 2.0 Alpha 4

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 11 22:30:20 EDT 2007


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 sanxiyn at gmail.com.

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

--- shadow/82811	2007-09-11 22:30:20.000000000 -0400
+++ shadow/82811.tmp.7467	2007-09-11 22:30:20.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 82811
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: sanxiyn at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem compiling IronPython 2.0 Alpha 4
+
+Steps to reproduce the problem:
+
+1. Download IronPython 2.0 Alpha 4 Source.
+http://www.ironpython.info/index.php/Downloads
+
+2. Extract and apply attached build fixes.
+
+3. nant.
+
+Actual Results:
+
+[csc]
+/home/tinuviel/fepy/IronPython-2.0A4/Src/IronPython/Runtime/Operations/PythonOps.cs(609,17):
+error CS0246: The type or namespace name `DynamicTypeBuilder' could not be
+found. Are you missing a using directive or an assembly reference?
+[csc]
+/home/tinuviel/fepy/IronPython-2.0A4/Src/IronPython/Runtime/Operations/PythonOps.cs(608,96):
+error CS1502: The best overloaded method match for
+`Microsoft.Scripting.Types.DynamicMixinBuilder.AddInitializer(Microsoft.Scripting.Types.TypeInitializer)'
+has some invalid arguments
+[csc] /home/tinuviel/fepy/IronPython-2.0A4/Src/Microsoft.Scripting.dll
+(Location of the symbol related to previous error)
+[csc]
+/home/tinuviel/fepy/IronPython-2.0A4/Src/IronPython/Runtime/Operations/PythonOps.cs(608,96):
+error CS1503: Argument 1: Cannot convert type `Mono.CSharp.AnonymousMethod'
+to `Microsoft.Scripting.Types.TypeInitializer'
+
+The error doesn't look correct, but I failed to reduce this.


More information about the mono-bugs mailing list