cross development sdk's
cross development sdk's
- Subject: cross development sdk's
- From: Marquis Logan <email@hidden>
- Date: Wed, 05 Nov 2003 08:03:49 -0800
hi,
my goal is to develop an app with the 10.3 sdk and a 10.2 deployment target so that i can weak link in a couple new panther only features.
i set the project sdk to 10.3, i set the deployment target to 10.2 on a per target basis.
my problem is this:
when using the 10.3 sdk, the availability macros apparently have no effect over many of the system libraries and headers. for example:
/Developer/SDKs/MacOSX10.3.0.sdk/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/c++config.h
does not pay attention to the deployment target, and as a result it configures c++ to expect symbols that are defined in the 10.3 sdk but not in 10.2. i'd think that setting a 10.2 deployment should either use the 10.2 config or weak link in those problem symbols. (_wmemmove, _wcslen...etc).
is this a bug, or am i missing something and using the cross development sdk's improperly?
tia
nibs
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.