• 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: Target ignoring search headers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Target ignoring search headers


  • Subject: Re: Target ignoring search headers
  • From: Chris Espinosa <email@hidden>
  • Date: Thu, 9 Mar 2006 16:24:19 -0800

On Mar 9, 2006, at 2:17 PM, T Anthony Allen wrote:

Using xcode 2.2, I have a C++ project in which I created a command tool target. I edited the target to specify a header search path in the search headers option of the build tab. When I build the target, the header search path is being ignored and is not added to the compile directives so the build fails because the compiler cannot resolve the includes that would be found in the header search path that I added. A similar target that I created long ago, probably in an earlier version of xcode, does not have this problem.

What size 2x4 should I use and where should I apply it to make xcode include the header search path in the build? Right now the 2x4 is being applied to my forehead out of frustration.

You know that 2x4s aren't actually 2 by 4 inches, don't you? :-)

Be sure that:

a) You are editing the correct configuration of the target (for best results with search paths, you should probably be editing "All configurations")
b) If you're using any build settings (like $(SRCROOT) ) expanded in your paths, that the whole is quoted to guard against spaces, etc.


It would help, as always, if you would copy and paste the portion of the build transcript that's relevant to the problem (in this case, the compiler invocation and errors) so we can see whether indeed the paths are or are not being passed. You can do this by simply selecting the "Compiling foo.c" and following "Error: include file not found" lines from the build log and dragging and dropping them into a Mail message.

Similarly, seeing the actual build settings for your target would be a big help. Open the Target Settings, select the configuration in question, pick the "Customized settings" group, select all, and just drag and drop them into the reply.

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


  • Follow-Ups:
    • Re: Target ignoring search headers
      • From: T Anthony Allen <email@hidden>
References: 
 >Target ignoring search headers (From: T Anthony Allen <email@hidden>)

  • Prev by Date: Re: problem with shell script Build Phase
  • Next by Date: Question about static linking...
  • Previous by thread: Target ignoring search headers
  • Next by thread: Re: Target ignoring search headers
  • Index(es):
    • Date
    • Thread