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





--- Comment #6 from Sanghyeon Seo <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to