[Mono-bugs] [Bug 325478] Problem compiling IronPython 2.0 Alpha 4

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 4 23:10:33 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=325478#c6





--- Comment #6 from Sanghyeon Seo <sanxiyn at gmail.com>  2007-10-04 21:10:32 MST ---
I got this to compile. (Still doesn't run.) Bug is apparently related to
partial classes.

Changes I made to compile are here:
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/latest/

The error message shows that gmcs didn't find DynamicTypeBuilder in
PythonOps.cs. DynamicTypeBuilder is in the namespace Microsoft.Scripting.Types.
PythonOps is a partial class and some parts are in PythonOps.Generated.cs. Just
to see what happens, I added "using Microsoft.Scripting.Types" at the top of
PythonOps.Generated.cs, and it compiled!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list