It looks like Microsoft.dynamic and IronPython also fail to build, but xbuild tries to continue anyway.
The root cause is that msc and csc have slightly different warnings by default, and we have warnings as errors turned on. I try to make sure mono always builds, and I was pretty sure I had fixed it, but maybe it never got pushed out (one downside of git). I probably won't get to take a look until the weekend. - Jeff On Wednesday, April 18, 2012, Eddy Pronk wrote: > $ xbuild Solutions/IronPython.sln /p:Configuration=Release > > The first errors: > array.cs(24): error CS0234: The type or namespace name `Operations' > does not exist in the namespace `IronPython.Runtime'. Are you missing > an assembly reference? > array.cs(25): error CS0234: The type or namespace name `Types' does > not exist in the namespace `IronPython.Runtime'. Are you missing an > assembly reference? > array.cs(46): error CS0246: The type or namespace name > `IWeakReferenceable' could not be found. Are you missing a using > directive or an assembly reference? > array.cs(46): error CS0246: The type or namespace name > `ICodeFormattable' could not be found. Are you missing a using > directive or an assembly reference? > mmap.cs(30): error CS0234: The type or namespace name `Exceptions' > does not exist in the namespace `IronPython.Runtime'. Are you missing > an assembly reference? > mmap.cs(31): error CS0234: The type or namespace name `Operations' > does not exist in the namespace `IronPython.Runtime'. Are you missing > an assembly reference? > mmap.cs(32): error CS0234: The type or namespace name `Types' does not > exist in the namespace `IronPython.Runtime'. Are you missing an > assembly reference? > > full log: > http://pastebin.com/650P49BL > > Eddy > > On Thu, Apr 19, 2012 at 2:09 PM, Slide <slide.o....@gmail.com<javascript:;>> > wrote: > > You probably want to set the configuration you want to build via > > /p:Configuration=Debug /p:Platform="Any CPU" or if you want a release > > version, try /p:Configuration=Release. The full solution builds a > > large number of configurations which may not work to build on mono. > > > > slide > _______________________________________________ > Ironpython-users mailing list > Ironpython-users@python.org <javascript:;> > http://mail.python.org/mailman/listinfo/ironpython-users >
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users