Re: cross development on Jaguar
Re: cross development on Jaguar
- Subject: Re: cross development on Jaguar
- From: Dennis Falling <email@hidden>
- Date: Wed, 1 Dec 2004 18:39:41 -0600
Ok, changing that setting keeps some frameworks I've included as additional targets from compiling. The errors:
<x-tad-smaller>/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:27: AppKit/NSAlert.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:25:36: AppKit/NSFontDescriptor.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:58:25: AppKit/NSNib.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:61:38: AppKit/NSSpeechRecognizer.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:62:39: AppKit/NSSpeechSynthesizer.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:78:38: AppKit/NSSegmentedControl.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:79:35: AppKit/NSSegmentedCell.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:142:28: AppKit/NSShadow.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:143:35: AppKit/NSATSTypesetter.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:144:36: AppKit/NSGlyphGenerator.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:33: AppKit/NSSearchField.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:146:37: AppKit/NSSearchFieldCell.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:147:32: AppKit/NSController.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:148:38: AppKit/NSObjectController.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:149:37: AppKit/NSArrayController.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:150:44: AppKit/NSUserDefaultsController.h: No such file or directory
/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:151:37: AppKit/NSKeyValueBinding.h: No such file or directory
</x-tad-smaller>
I have AppKit checked for the Framework's target, but it doesn't seem to have any effect.
Ideas?
-dennis falling
On Dec 1, 2004, at 1:41 PM, j o a r wrote:
On 2004-12-01, at 19.24, Dennis Falling wrote:
Here's what my build details are showing:
setenv MACOSX_DEPLOYMENT_TARGET 10.2
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.0.sdk
OK, so the SDK is obviously not correct yet.
How do I change the NEXT_ROOT variable?
The NEXT_ROOT variable is set when you select a cross-dev SDK in the project inspector (step #1 in the article you referenced in your first post).
So both Deployment Target locations (Target Info, Project Info) need to have 10.2 selected?
I'm not quite sure what you're referring to (target info, project info).
I would have set the Deployment OS (step #2 in that same article) in the build settings of the *build style* and not in the build settings for the individual targets. That way it's easier to know that it will affect all targets.
j o a r
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden