Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76645 --- shadow/76645 2005-11-08 13:07:59.000000000 -0500 +++ shadow/76645.tmp.6152 2005-11-09 07:41:04.000000000 -0500 @@ -66,6 +66,44 @@ Additional Information: ------- Additional Comments From [EMAIL PROTECTED] 2005-11-08 13:07 ------- IronPython is a net 2.0 executable. Try the 'gmcs' compiler. + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-09 07:41 ------- +I use gmcs + + [EMAIL PROTECTED] IronPython-0.9.4]$ make +gmcs -t:library -r:bin/IronMath.dll -r:System.dll -out:bin/IronPython. +dll -recurse:IronPython/*.cs +IronPython/AST/CodeGen.cs(489,31): warning CS0219: The variable `mb' +is assigned but its value is never used +IronPython/AST/NewTypeMaker.cs(78,30): warning CS0219: The variable ` +interfaceTypes' is assigned butits value is never used +IronPython/AST/OutputGenerator.cs(46,32): warning CS0219: The variable + `cb' is assigned but its value is never used +IronPython/Hosting/PythonEngine.cs(82,20): warning CS0219: The +variable `o' is assigned but its value is never used +IronPython/Modules/operator.cs(272,44): warning CS0219: The variable ` +enumerator' is assigned but its value is never used +IronPython/Modules/operator.cs(273,20): warning CS0219: The variable ` +count' is assigned but its value is never used +IronPython/Objects/Dict.cs(313,18): warning CS0219: The variable `d' +is assigned but its value is never used +IronPython/Objects/ReflectedType.cs(233,24): warning CS0219: The +variable `n' is assigned but its value is never used +IronPython/Objects/Ops.cs(2073,20): warning CS0219: The variable `exc_ +type' is assigned but its value is never used +IronPython/Objects/ReflectedMembers.cs(389,13): warning CS0162: +Unreachable code detected +IronPython/Objects/ReflectedPackage.cs(76,25): warning CS0618: ` +System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete: +`' +IronPython/Objects/Set.cs(884,13): error CS0246: The type or +namespace name `SortedList`2' could notbe found. Are you missing a +using directive or an assembly reference? +Compilation failed: 1 error(s), 11 warnings +make: *** [bin/IronPython.dll] 오류 1 + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
