2009/1/18 Sylvain Hellegouarch <[email protected]>: > 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: > > sylv...@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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
