Re: MoreSCF 1.1 and Cross-Development
Re: MoreSCF 1.1 and Cross-Development
- Subject: Re: MoreSCF 1.1 and Cross-Development
- From: Tobias Walser <email@hidden>
- Date: Tue, 23 Oct 2007 11:47:53 +0200
Thanks for this input. I'm still trying to build with no luck.
As far as I understand these symbols are weakly linked over the
availability macros for they are defined in an apple framework
(SystemConfiguration) and sdkroot and deployment target are set. And
MoreSCF checks for them at runtime too.
I still get the undeclared (first use in this function) error with
these settings:
ARCHS = ppc i386
GCC_VERSION_i386 = 4.0
GCC_VERSION_ppc = 3.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
Do I have to weak link SystemConfiguration.framework in another way
or am I missing another setting?
On 23.10.2007, at 11:05, Quinn wrote:
At 13:32 -0400 19/10/07, Mike Cohen wrote:
On Oct 19, 2007, at 1:03 PM, Tobias Walser wrote:
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc should be /Developer/SDKs/MacOSX10.3.sdk
You should also switch MACOSX_DEPLOYMENT_TARGET_ppc to 10.2.
Otherwise you're telling the build system that it can assume that the
binary will only be run on 10.3 or later.
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden