[IronPython] how to build ironpython on ubuntu from sources?

Jeff Hardy jdhardy at gmail.com
Sat Jan 8 02:13:28 CET 2011


On Fri, Jan 7, 2011 at 5:26 PM, ben kuin <benkuin at gmail.com> wrote:
> As far as I can see Microsoft.CSharp.dll is not part of the mono >=
> 2.8 installation ...

EngineHelper.cs is part of MerlinWeb, which is the ASP.NET support for
IronPython. Try removing it from the solution:

Find the lines

    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") =
"Microsoft.Scripting.AspNet",
"..\Hosts\MerlinWeb\Microsoft.Scripting.AspNet\Microsoft.Scripting.AspNet.csproj",
"{3272E46C-F4D9-418D-9EE9-081A1B658EE4}"
    EndProject

and remove them. xbuild shouldn't try and build
Microsoft.Scripting.AspNet, which should let you get a bit further.

- Jeff



More information about the Ironpython-users mailing list