Re: Cross Development using Xcode 2.4 with 10.2.8 SDK
Re: Cross Development using Xcode 2.4 with 10.2.8 SDK
- Subject: Re: Cross Development using Xcode 2.4 with 10.2.8 SDK
- From: "Mark Wagner" <email@hidden>
- Date: Tue, 3 Oct 2006 14:07:18 -0700
On 10/2/06, Dan Winkler <email@hidden> wrote:
I appologize for posting to multiple lists, but I am not sure where the
real problem is.
So I am attempting to create a cross development program using the
instructions found at:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross
_development/HowItWorks/chapter_2_section_3.html
The deployment target is set to 10.2 and it is using the MacOSX10.4u.sdk
to link with. From reading many articles on the lists and all
documentation I could find, am I correct in assuming that this would
allow me to link against the most recent sdk, but enable weak linking
with any carbon/quartz apis that are only supported under 10.3 and 10.4?
So I have an executable that loads dynamic libraries and I am getting
the following error when loading our graphics module library.
ERROR: undefined reference to _kCGColorSpaceGenericRGB expected to be
defined in Carbon
Two things to try:
1) The GCC 4.0 compiler is incompatible with MacOS 10.2. If you're
targeting 10.2, you need to use the GCC 3.3 compiler.
2) The 10.4u SDK may be incompatible with MacOS 10.2, but I don't know
for sure. Try compiling your application with the 10.3.9 SDK.
--
Mark
_______________________________________________
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