Re: [IronPython] error 0.7.6 with mono

2005-06-30 Thread Jeremy Jones
Forgot to mention I'm running Linux (Ubuntu Hoary). JJ Jeremy Jones wrote: Miguel de Icaza wrote: Hello, Hello friends, Ironpython 0.7.x already works with monkey (1.1.8) :D, with the version 0,7,5 everything works well apparently, but with version 0,7,6 it has p

Re: [IronPython] error 0.7.6 with mono

2005-06-30 Thread Jeremy Jones
Miguel de Icaza wrote: Hello, Hello friends, Ironpython 0.7.x already works with monkey (1.1.8) :D, with the version 0,7,5 everything works well apparently, but with version 0,7,6 it has problems, some idea? 0.7.6 uses some features from the .NET 2.x framework that have

Re: [IronPython] error 0.7.6 with mono

2005-06-29 Thread Miguel de Icaza
Hello, > Hello friends, Ironpython 0.7.x already works with monkey (1.1.8) :D, > with the version 0,7,5 everything works well apparently, but with > version 0,7,6 it has problems, some idea? 0.7.6 uses some features from the .NET 2.x framework that have not been implemented yet in Mono. We are w

Re:[IronPython] error 0.7.6 with mono

2005-06-24 Thread 황윤성
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