[IronPython] Compiling IP2 on mono

Sylvain Hellegouarch sh at defuze.org
Sun Jan 18 11:43:31 CET 2009


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

BUILD FAILED - 0 non-fatal error(s), 2 warning(s)

/home/sylvain/download/IronPython-2.0/Src/IronPython.build(3,6):
External Program Failed: /usr/local/lib/mono/2.0/gmcs.exe (return code 
was 1)

Total time: 1.2 seconds


Has anyone got an idea?

Cheers,
- Sylvain

[1] http://www.nabble.com/IronPython-2.0-RC-2-on-Mono-td20889619.html



More information about the Ironpython-users mailing list