Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
- Subject: Re: 10.2.8 SDK won't compile <Carbon/Carbon.h>
- From: "William H. Schultz" <email@hidden>
- Date: Fri, 14 Oct 2005 12:50:20 -0700
One other detail from looking at your original post:
When you include a system directory in your header search path, you
have to prefix it with $(SDKROOT). Otherwise, you are using your
current OS's directory, as opposed to that provided by the SDK. This
is just an idea from seeing where the actual files are located. So,
instead of /usr/include in your header search path, you should have $
(SDKROOT)/usr/include. Hope this helps.
Hank Schultz
Cedrus Corporation
http://www.cedrus.com/
On Oct 14, 2005, at 12:22 PM, David Dunham wrote:
Did you include the Carbon framework in your project?
Yes. (I'd actually gotten everything working fine at first with the
10.4u SDK.)
Also, yes you can use the 10.4 SDK with the 3.3 compiler and
deployment target of 10.2. If you do that, though, you have to
weak-link all of Apple's frameworks. Otherwise, the application
won't actually launch on anything older than 10.4.
Aha, that's probably why it's not getting very far on 10.2.8 (it
actually does launch, but soon quits without any crash log or log
message).
I'll go give this a try, thanks!
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
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