[Mono-dev] Building IronPython - The compiler errors are presumably actual bugs on Mono.

HEMMI, Shigeru textdirected at gmail.com
Fri Aug 4 22:20:05 EDT 2006


Hello,

Building IronPython on Mono having compilation errors. This has been
reported to IronPython mailing list by Sanghyeon Seo. However,
Microsoft IPy team is saying that the compiler errors are presumably
actual bugs on Mono.
Let me know if it is a bug of Mono or not.

FYI, take a look at
http://lists.ironpython.com/pipermail/users-ironpython.com/2006-July/002891.html
http://lists.ironpython.com/pipermail/users-ironpython.com/2006-August/003054.html

The latest build result for Change Set 2330 is as follows.
$ pwd
~/IronPython-2330/Src
$ gmcs --version
Mono C# compiler version 1.1.16.1
$ make
gmcs -t:library -r:../IronMath.dll -r:System.Drawing.dll
-r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs
IronPython/Compiler/MethodBinder.cs(963,22): warning CS0219: The
variable `returnType' is assigned but its value is never used
IronPython/Compiler/AST/Statements.cs(529,19): warning CS0219: The
variable `beforeFinally' is assigned but its value is never used
IronPython/Modules/Builtin.cs(529,33): warning CS0219: The variable
`modType' is assigned but its value is never used
IronPython/Modules/cPickle.cs(510,29): warning CS0219: The variable
`intCode' is assigned but its value is never used
IronPython/Modules/nt.cs(744,20): warning CS0219: The variable
`message' is assigned but its value is never used
IronPython/Modules/socket.cs(1509,22): warning CS0219: The variable
`flowInfo' is assigned but its value is never used
IronPython/Runtime/Operations/Ops.cs(1346,13): error CS0411: The type
arguments for method `AddRange' cannot be infered from the usage. Try
specifying the type arguments explicitly.
IronPython/Runtime/Operations/Ops.cs(1423,13): error CS0411: The type
arguments for method `AddRange' cannot be infered from the usage. Try
specifying the type arguments explicitly.
Compilation failed: 2 error(s), 6 warnings
make: *** [../IronPython.dll] Error 1

Regards,



More information about the Mono-devel-list mailing list