mono is not compile ironpython
mcs -t:library -r:bin/IronMath.dll /r:System.dll -out:bin/IronPython.dll -
recurse:IronPython/*.cs
IronPython/AST/CodeGen.cs(568) warning CS0219: The variable 'mb' is
assigned but its value is never used
IronPython/AST/Namespace.cs(100) warning CS0219: The variable 'c' is
assigned but its value is neverused
IronPython/AST/SnippetMaker.cs(41) warning CS0219: The variable 'cb' is
assigned but its value is never used
IronPython/Hosting/PythonEngine.cs(59) warning CS0219: The variable 'o' is
assigned but its value isnever used
IronPython/Hosting/PythonEngine.cs(242) error CS0103: The name
`StringSplitOptions' could not be found in `IronPython.Hosting.
PythonEngine'
IronPython/Modules/__builtin__.cs(577) error CS0103: The name
`MidpointRounding' could not be found in `IronPython.Modules.__builtin__'
IronPython/Modules/__builtin__.cs(583) error CS0103: The name
`MidpointRounding' could not be found in `IronPython.Modules.__builtin__'
IronPython/Objects/Int64Ops.cs(251) warning CS0219: The variable 'saveexp'
is assigned but its valueis never used
IronPython/Objects/Ops.cs(383) warning CS0219: The variable 'parameters' is
assigned but its value is never used
IronPython/Objects/Ops.cs(2263) warning CS0219: The variable 'exc_type' is
assigned but its value isnever used
IronPython/Objects/PythonFile.cs(193) error CS0234: The type or namespace
name `SafeHandle' could not be found in namespace `System.Runtime.
InteropServices'
IronPython/Objects/ReflectedPackage.cs(28) error CS0117: `System.Type' does
not contain a definitionfor `IsGenericType'
IronPython/Objects/ReflectedPackage.cs(73) warning CS0618: 'System.
Reflection.Assembly.LoadWithPartialName(string)' is obsolete: ''
IronPython/Objects/ReflectedType.cs(221) warning CS0219: The variable 'n'
is assigned but its value is never used
IronPython/Objects/ReflectedType.cs(454) warning CS0219: The variable
'getter' is assigned but its value is never used
IronPython/Objects/StringFormatter.cs(94) warning CS0219: The variable
'key' is assigned but its value is never used
IronPython/Objects/StringOps.cs(711) error CS0103: The name
`StringSplitOptions' could not be found in `IronPython.Objects.StringOps'
IronPython/Objects/StringOps.cs(712) error CS0103: The name
`StringSplitOptions' could not be found in `IronPython.Objects.StringOps'
Compilation failed: 7 error(s), 11 warnings
I
----- Original Message -----
From: "Hector Miuler Malpica Gallegos" [EMAIL PROTECTED]
To: users-ironpython.com@lists.ironpython.com
Date: Thu, 23 Jun 2005 23:08:26 -0500
Subject: [IronPython] error 0.7.6 with mono
Hello friends, Ironpython 0.7.x already works with monkey (1.1.8)
, with the version 0,7,5 everything works well apparently, but with version 0,7,6 it has problems, some idea?
IronPython 0.7.5 |
[EMAIL PROTECTED]:/home/share/Instaladores-Linux/python/mono/IronPython-0.7.5/bin$ ls
IronMath.dll IronPythonConsole.exe IronPythonConsole.exe.config IronPython.dll Lib
[EMAIL PROTECTED]:/home/share/Instaladores-Linux/python/mono/IronPython-0.7.5/bin$ ./IronPythonConsole.exe
IronPython 0.7.5 on .NET 2.0.50215.16
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import sys
>>> import System
>>>
|
|
IronPython 0.7.6 |
[EMAIL PROTECTED]:/home/share/Instaladores-Linux/python/mono/IronPython-0.7.6/bin$ ls
IronMath.dll IronPythonConsole.exe IronPythonConsole.exe.config IronPython.dll Lib
[EMAIL PROTECTED]:/home/share/Instaladores-Linux/python/mono/IronPython-0.7.6/bin$ ./IronPythonConsole.exe
IronPython 0.7.6 on .NET 2.0.50215.16
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import sys
>>> import System
** (./IronPythonConsole.exe:3572): WARNING **: Missing method get_IsGenericType in assembly /home/share/Instaladores-Linux/python/mono/IronPython-0.7.6/bin/IronPython.dll, type Type
** (./IronPythonConsole.exe:3572): WARNING **: The class System.StringSplitOptions could not be loaded, used in /home/share/Instaladores-Linux/python/mono/IronPython-0.7.6/bin/IronPython.dll (token 0x01000083)
** (./IronPythonConsole.exe:3572): WARNING **: Missing method Split in assembly /home/share/Instaladores-Linux/python/mono/IronPython-0.7.6/bin/IronPython.dll, type String
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
in <0x00000> <unknown method>
in <0x000ab> IronPython.Hosting.PythonEngine:RunInteractive ()
in <0x00065> IronPythonConsole.PythonCommandLine:RunInteractive (IronPython.Hosting.PythonEngine engine)
in <0x000a5> IronPythonConsole.PythonCommandLine:Main (System.String[] rawArgs)
[EMAIL PROTECTED]:/home/share/Instaladores-Linux/python/mono/IronPython-0.7.6/bin$
|
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
http://www.dreamwiz.com/
![]()
![]()
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com