forcing specific framework version
forcing specific framework version
- Subject: forcing specific framework version
- From: Stefan Werner <email@hidden>
- Date: Tue, 24 Mar 2009 10:45:18 -0700
Hi,
I'm trying to build a Python extension that links against a specific version of Python.framework that I have in /Library/Frameworks/Python. So far I've been unable to ensure that an #include <Python/Python.h> finds exactly that framework and not the framework in /System/Library/Python.framework. Simply adding my desired Python.framework to the project was not sufficient, neither was setting /Library/Framework as framework search path in my project settings. I see -F /Library/Frameworks is being passed as an argument to gcc.
Is there anything else that I can do to make Xcode use the exact framework that I added to my project?
Thanks,
Stefan
_______________________________________________
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