Re: Universal app fails on PPC.

2008-10-07 Thread Mark Allan
At 8:08 pm -0400 06/10/2008, David Melgar wrote: Given that I don't have access to a ppc machine, sounds like I can't test if it works. Given that it's obviously a leopard only application, I'm not sure if I should claim support for ppc and have a user complain if it doesn't work, or drop the

Re: Universal app fails on PPC.

2008-10-07 Thread Sean McBride
On 10/6/08 5:58 PM, Nick Zitzmann said: >> I'm trying to test my universal app to make sure its really universal. >> In finder I did "get info" then selected "run with rosetta". When I do >> that the application traps. The console log says, >> >> Exited abnormally: Trace/BPT trap >> >> What does t

Re: Universal app fails on PPC.

2008-10-06 Thread Clark Cox
On Mon, Oct 6, 2008 at 5:08 PM, David Melgar <[EMAIL PROTECTED]> wrote: > Yes it does use GC. Wow. I had no idea it wouldn't work with rosetta. Does > GC work on a ppc machine? GC works fine on real ppc machines, it's just Rosetta that doesn't support it (Rosetta doesn't support ppc64 either, BTW)

Re: Universal app fails on PPC.

2008-10-06 Thread Nick Zitzmann
On Oct 6, 2008, at 6:08 PM, David Melgar wrote: Yes it does use GC. Wow. I had no idea it wouldn't work with rosetta. Does GC work on a ppc machine? Yes, and it works on PPC64 as well. It's just Rosetta that doesn't support the GC library for some reason. Nick Zitzmann

Re: Universal app fails on PPC.

2008-10-06 Thread David Melgar
Yes it does use GC. Wow. I had no idea it wouldn't work with rosetta. Does GC work on a ppc machine? Given that I don't have access to a ppc machine, sounds like I can't test if it works. Given that it's obviously a leopard only application, I'm not sure if I should claim support for ppc

Re: Universal app fails on PPC.

2008-10-06 Thread Nick Zitzmann
On Oct 6, 2008, at 3:38 PM, David wrote: I'm trying to test my universal app to make sure its really universal. In finder I did "get info" then selected "run with rosetta". When I do that the application traps. The console log says, Exited abnormally: Trace/BPT trap What does that mean? How c

Re: Universal app fails on PPC.

2008-10-06 Thread Wayne Packard
On Oct 6, 2008, at 2:38 PM, David wrote: I'm including two other frameworks, Sparkle and AquaticPrime. Both of which I've compiled on my own to make sure settings said its generating universal output... or at least I think I set that right. You can use the lipo tool (see the -verify_arch and

Universal app fails on PPC.

2008-10-06 Thread David
I'm trying to test my universal app to make sure its really universal. In finder I did "get info" then selected "run with rosetta". When I do that the application traps. The console log says, Exited abnormally: Trace/BPT trap What does that mean? How can I determine why its not working? Is there