Discussion:
wxWidgets apps for MacOS X Panther
(too old to reply)
Graeme Costin
2009-04-30 23:14:53 UTC
Permalink
We have an app that is running successfully on MacOS X Tiger and
Leopard. But we want to extend its range to include MacOS Panther on
PPC as well. We are building the app on MacOS X.4.11 Tiger using
Xcode 2.5.

I have made the obvious changes in the Xcode projects for both the
wxMac static library and our app (Deployment target X.3, Architecture
ppc as well as intel, G4 instruction scheduling) but still when I
copy the app across to my eMac (PPC G4 & X.3.9) the app simply won't
load. No error message, it just won't load.

Is there some other setting I need to change?

Graeme Costin

Costin Computing Services
PO Box 1053
Artarmon NSW 2064
Ph: 02 9417 4835
Mo: 0416 354 234
Em: ***@costincomputingservices.com.au
Graeme Costin
2009-05-01 01:55:20 UTC
Permalink
Oops, I forgot to mention that we are using wxWidgets 2.8.9.

Graeme
Date: 1 May 2009 9:14:53 AM
Subject: wxWidgets apps for MacOS X Panther
We have an app that is running successfully on MacOS X Tiger and
Leopard. But we want to extend its range to include MacOS Panther
on PPC as well. We are building the app on MacOS X.4.11 Tiger using
Xcode 2.5.
I have made the obvious changes in the Xcode projects for both the
wxMac static library and our app (Deployment target X.3,
Architecture ppc as well as intel, G4 instruction scheduling) but
still when I copy the app across to my eMac (PPC G4 & X.3.9) the
app simply won't load. No error message, it just won't load.
Is there some other setting I need to change?
Graeme Costin
Costin Computing Services
PO Box 1053
Artarmon NSW 2064
Ph: 02 9417 4835
Mo: 0416 354 234
Em: ***@costincomputingservices.com.au
Stefan Csomor
2009-05-01 04:44:53 UTC
Permalink
Hi Graeme
Post by Graeme Costin
Oops, I forgot to mention that we are using wxWidgets 2.8.9.
Graeme
We have an app that is running successfully on MacOS X Tiger and Leopard.
But
we want to extend its range to include MacOS Panther on PPC as well. We are
building the app on MacOS X.4.11 Tiger using Xcode 2.5.
I have made the obvious changes in the Xcode projects for both the wxMac
static library and our app (Deployment target X.3, Architecture ppc as well
as
intel, G4 instruction scheduling) but still when I copy the app across to my
eMac (PPC G4 & X.3.9) the app simply won't load. No error message, it just
won't load.
and you did adapt (or remove) the corresponding constants at the very bottom
of the build properties screen ?

the OSX console should show at least a line or two about the problem

Best,

Stefan

Loading...