[IronPython] Latest IronPython on Mono

Dino Viehland dinov at microsoft.com
Sat Mar 21 18:51:04 CET 2009


Thanks for trying this!

If this is the only issue you might try going back a week or two in the IronPython history.  BuiltinFunction.Generated.cs is new code that was just added.  Alternately you could probably delete BuiltinFunction.Generated.cs and just update BuiltinFunction.cs to remove it's IFastInvokable implementation.

I'll get rid of the 2 extra files.

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of Seo Sanghyeon
> Sent: Saturday, March 21, 2009 10:24 AM
> To: Discussion of IronPython
> Subject: [IronPython] Latest IronPython on Mono
> 
> 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/Iron
> Python.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
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list