• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: problem after reinstalling xcode 1.5!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem after reinstalling xcode 1.5!


  • Subject: Re: problem after reinstalling xcode 1.5!
  • From: Chris Espinosa <email@hidden>
  • Date: Tue, 22 Mar 2005 20:31:41 -0800

On Mar 22, 2005, at 7:59 PM, Luc Vandal wrote:

Header Search Paths

/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework/versions/a/headers


Header Search Paths should point to directories outside your project that have headers you include using either
#include <file>
#include <directory/directory/file>

You don't need to provide an entry for frameworks or for headers in your project, or for system headers in /usr/include.

For your purposes, this build setting can be blank.

Framework Search Paths

/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework/versions/a/headers


The Framework Search Path should point to the directory that your framework is in.  It's used for includes like

#include <fwk/fwk.h>

Since you're trying to use an SDK with a compiler that doesn't really support it, you need to set this to the directory that contains the framework you're trying to include.  That would be

/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks

(Note that you don't need to go all the way into the Headers folder, and that your paths should always be case-correct)

Installation Build Product Location (I assume that's the command-line option thingny)

-F/Developer/SDKs/MacOSX10.1.5.sdk/System/Library/Frameworks/Cocoa.framework


-F is the same thing as Framework Search Path, and has nothing to do with Installation Build Product Location.  

The Installation Build Product Location is only used when you use 'xcodebuild install' on the command line.  You can probably leave this setting blank.

Other Warning Flags

-nostdinc


You need that to avoid the multiple includes you were getting; this may be OK.

Chris
 _______________________________________________
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

References: 
 >problem after reinstalling xcode 1.5! (From: Luc Vandal <email@hidden>)
 >Re: problem after reinstalling xcode 1.5! (From: Syd Polk <email@hidden>)
 >Re: problem after reinstalling xcode 1.5! (From: Luc Vandal <email@hidden>)
 >Re: problem after reinstalling xcode 1.5! (From: Syd Polk <email@hidden>)
 >Re: problem after reinstalling xcode 1.5! (From: Luc Vandal <email@hidden>)

  • Prev by Date: Re: help with debugger, urgent!
  • Next by Date: Re: (no subject)
  • Previous by thread: Re: problem after reinstalling xcode 1.5!
  • Next by thread: Re: problem after reinstalling xcode 1.5!
  • Index(es):
    • Date
    • Thread