[IronPython] Compiling IP2 on mono

Seo Sanghyeon sanxiyn at gmail.com
Mon Jan 19 01:11:06 CET 2009


2009/1/18 Sylvain Hellegouarch <sh at defuze.org>:
> Hi folks,
>
> I've tried following Seo's steps [1] for compiling IP2 on the current mono
> trunk but it keeps failing with the next error:
>
> sylvain at localhost:~/download/IronPython-2.0/Src$ nant
> NAnt 0.86 (Build 0.86.2898.0; beta1; 08/12/2007)
> Copyright (C) 2001-2007 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile: file:///home/sylvain/download/IronPython-2.0/Src/IronPython.build
> Target framework: Mono 2.0 Profile
>
>     [csc] Compiling 200 files to
> '/home/sylvain/download/IronPython-2.0/Src/Microsoft.Scripting.Core.dll'.
>     [csc]
> /home/sylvain/download/IronPython-2.0/Src/Microsoft.Scripting.Core/Actions/MetaObjectExtensions.cs(20,27):
> error CS0234: The type or namespace name `Generation' does not exist in the
> namespace `Microsoft.Scripting'. Are you missing an assembly reference?
>     [csc]
> /home/sylvain/download/IronPython-2.0/Src/Microsoft.Scripting.Core/Actions/MetaObjectExtensions.cs(20,27):
> error CS0234: The type or namespace name `Generation' does not exist in the
> namespace `Microsoft.Scripting'. Are you missing an assembly reference?
>     [csc] Compilation failed: 2 error(s), 0 warnings

Did you apply patch-exthack? That should get rid of this namespace import.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list