Re: [Mono-list] 1.2.6 OSX PPC

2008-02-02 Thread HEMMI, Shigeru
Thanks very much for fixing a bug of SIGILL.
I can run mono 1.2.6_5 on my MAC OSX Panther using binary release.
See http://textdirected.googlepages.com/IronPythonUnderMacOSXmono.html
I also thanks to Andreas Färber  and Jonathan Pobst to help me much.

best regards,

2008/1/23, Geoff Norton [EMAIL PROTECTED]:
 There was a bug that affected some people on 1.2.6 OSX PPC.  We have
 rolled a new OSX release that address this issue and placed it
 available for download.

 If you were having SIGILL running mcs on 1.2.6 PPC upgrade to the
 latest version.

 No other patches are included from the branch in this release so you
 need not upgrade if you weren't having this issue.

 Thanks

 Geoff

 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mac OS X 10.3 (Panther) port

2007-12-15 Thread HEMMI, Shigeru
Hello Mono team,

If somebody provides mono 1.2.6. for Mac OS X Panther (10.3) port,
I will be much happy. Mono seems to close Panther support.

If it is not easy, please provide the old 1.2.5 so that I can download it
from the web site.

regards,
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mac OS X 10.3 (Panther) port

2007-12-15 Thread HEMMI, Shigeru
Dear Andreas,
Thanks for quick reply.

2007/12/15, Andreas Färber [EMAIL PROTECTED]:

 Am 15.12.2007 um 13:05 schrieb HEMMI, Shigeru:

  If somebody provides mono 1.2.6. for Mac OS X Panther (10.3) port,
  I will be much happy. Mono seems to close Panther support.

 Mono used to work fine on Panther, so no port is required. If
 something broke, please file a more specific bug report.

 If the provided download does not work for you, try compiling 1.2.6 or
 SVN yourself and see if that works better.

 Andreas


Here is a bug output of my experience:
$ uname -a
Darwin hagi.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power
Macintosh powerpc

$ mcs --version
Mono C# compiler version 1.2.6.0

$ cat hello.cs
using System;
namespace HelloWorld
{
class Hello
{
static void Main()
{
System.Console.WriteLine(Hello World!);
}
}
}

$ mcs hello.cs
Unhandled Exception: System.ExecutionEngineException: SIGILL



regards,
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mac OS X 10.3 (Panther) port

2007-12-15 Thread HEMMI, Shigeru
Thanks for kind support.
I am much appreciated.
I overlooked the link Older releases.

regards,

2007/12/16, Jonathan Pobst [EMAIL PROTECTED]:
 All the previous Mono versions are available on the website.

 Go to the downloads page: http://www.mono-project.com/Downloads

 And click Older releases.

 Jonathan


 HEMMI, Shigeru wrote:
  Hello Mono team,
 
  If somebody provides mono 1.2.6. for Mac OS X Panther (10.3) port,
  I will be much happy. Mono seems to close Panther support.
 
  If it is not easy, please provide the old 1.2.5 so that I can download it
  from the web site.
 
  regards,
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
 
 


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


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

2006-08-04 Thread HEMMI, Shigeru
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,
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list