[Ironpython-users] Solutions/IronPython.Mono.sln

Eddy Pronk epronk at muftor.com
Thu Apr 19 06:29:57 CEST 2012


$ 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.mix at gmail.com> 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


More information about the Ironpython-users mailing list