[IronPython] Latest IronPython on Mono

Seo Sanghyeon sanxiyn at gmail.com
Sat Mar 21 18:23:49 CET 2009


Today I took some time trying to compile latest IronPython (48392) on
latest Mono (129950). NAnt build file I used is here:
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/latest/IronPython.build

Note that problem I discussed last time (IronPython 2.0 RC 2, December
2008) is now fixed in Mono, as dinov suggested. Namely, recognizing
ExtensionAttribute from arbitrary assembly.
http://lists.ironpython.com/pipermail/users-ironpython.com/2008-December/009179.html

1. Compile Mono SVN trunk (129950).
2. Get IronPython 48392.
3. Delete DynamicEventInfo.cs and IPythonCallable.cs. They are unused.
4. Run NAnt with IronPython.build.

This results in:
IronPython/Runtime/Types/BuiltinFunction.Generated.cs(158,21): error
CS0019: Operator `==' cannot be applied to operands of type
`TFuncType' and `IronPython.Runtime.Types.BuiltinFunction'

This is clearly a Mono bug, and tracked as #415375.
https://bugzilla.novell.com/show_bug.cgi?id=415375

If anyone has something to update, please, please post.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list