[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 Andreas Färber

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
___
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 Jonathan Pobst
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


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


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

2007-12-15 Thread Andreas Färber

Am 15.12.2007 um 14:40 schrieb HEMMI, Shigeru:

 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.

 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

I can confirm this; mcs crashes with SIGILL, no Console messages and  
without developer tools installed I see no apparent source of the  
problem.

Executing a simple pre-compiled assembly worked fine.

https://bugzilla.novell.com/show_bug.cgi?id=349063

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