Re: Per architecture SDK support
Re: Per architecture SDK support
- Subject: Re: Per architecture SDK support
- From: Steve Palmer <email@hidden>
- Date: Wed, 8 Jun 2005 09:48:16 -0700
Ah. Somehow that got reset to "Current Mac OS".
So for the benefit of anybody else, here's what I've done:
On the TARGET info panel for All Configurations, I set Architectures
to "ppc i386"
On the PROJECT info panel for All Configurations, I set Architectures
to "ppc i386"
On the TARGET info panel for All Configurations, I added:
SDKROOT_ppc=/Developer/SDKs/MacOSX10.3.9.sdk
SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk
I set the "Cross-Develop Using Target SDK" on the PROJECT info panel
to "Mac OS X 10.3.9"
I set the "Framework Search Paths" on the TARGET info panel to:
$(SDKROOT)/System/Library/Frameworks
That all seems to work.
Thanks
- Steve
On Jun 8, 2005, at 9:26am, Olivier Tristan wrote:
Steve Palmer wrote:
Great, thanks! Might be an idea to put that in the guidelines
document. :-) (Or if I've missed a document that explains these
settings can you please point me at it?)
The only remaining issue is that "Framework Search Paths" is set
to the 10.3.9 SDK folder by default. I changed it to:
$(SDKROOT)/System/Library/Frameworks
but I don't have an SDKROOT variable now and the link phase is
failing as it is looking in /System/Library/Frameworks. Is there
an SDKROOT variable that expands to the currently selected
architecture?
- Steve
Check the General tab and the "Cross-Develop Using Target SDK"
Hope this helps
--
Olivier Tristan
Ultimate Sound Bank
_______________________________________________
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