linking to a different framework version
linking to a different framework version
- Subject: linking to a different framework version
- From: "John C. Daub" <email@hidden>
- Date: Mon, 11 Feb 2008 12:31:19 -0600
- Thread-topic: linking to a different framework version
Hello.
I'm working in Xcode 3 and building against the 10.5 SDK. My app embeds
Python so I must link against the Python.framework. The 10.5
Python.framework provides 2 versions of Python: 2.3 and 2.5. My app needs
to run on a clean install of Tiger, thus I need to be able to link against
Python 2.3 (Tiger shipped with Python 2.3.5). My Deployment target is set to
10.4.
How exactly can I force linking against the Python 2.3 within the system's
Python.framework?
Or perhaps more appropriate, given my constraints, how can I ensure my app
will run/launch under Tiger (if perhaps there's another way to go about
this)?
As well, is there a way I could work the linking such that I get the
"latest" Python depending where I run? If I force linking to the 2.3 I
assume when I run on Leopard it'll use the 2.3 Python. But if I'd like in
this case to load the 2.5 Python... well, is there some way to get this to
work, such that the app's runtime always picks the "latest" Python? If not,
that's ok. The main thing is being able to build under Leopard and 10.5 SDK
but still run under Tiger, given my Python situation.
Thank you.
--
John C. Daub }:-)>=
<mailto:email@hidden> <http://www.hsoi.com/>
"You can believe you can, or you can believe you can't; either way you will
be correct." -- Henry Ford.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden