Martin wrote:
On 07/12/2012 09:23, Mark Morgan Lloyd wrote:
Martin wrote:
- intel/amd : Looks like they should work now.
- ARM is known NOT to work
- PPC is known only to compile for Mac (but not tested)
So I need someone to test on a PPC Mac, please.
Hosted on what OS? I can do Linux but wasn't aware of an alternative.
I thought apple ships them with IOS or whatever they call it? Basically
it needs to be compiled for the carbon widgetset.
I do not know if previous OS by apple had different calling ABI.
PascalScript currently only supports (or claims to) darwin 32 bit
{$ifndef darwin}
{$fatal This code is Darwin specific at the moment!}
{$endif}
{$ifndef cpu32}
{$fatal This code is 32bit specific at the moment!}
{$endif}
But it needs to be tested, if that indeed works.
e.g. there is some arm in pascalscipt. And that did not work.
I can check if you point me. I've still my mini (PPC OSX4), till last
year is was able to run lazarus
Marc
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus