• 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: Header search path with XCode 2.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Header search path with XCode 2.1


  • Subject: Re: Header search path with XCode 2.1
  • From: Scott Tooker <email@hidden>
  • Date: Tue, 5 Jul 2005 12:53:11 -0700


On Jul 5, 2005, at 12:09 PM, Andrew Hannon wrote:



On Jul 5, 2005, at 2:21 PM, Scott Tooker wrote:

One problem could be the CVS directory itself. Since CVS uses that directory name for managing CVS information, we maybe ignoring it in Xcode 2.1 (really we should only be doing this when using CVS, but we have a list of folders to ignore and "CVS" is one of them).


The name of the directory actually wasn't CVS, it is "antifreeze," but I wanted it to be clear that it was within a CVS directory. The actual directory is ~/Documents/antifreeze/

You might try adding "$(SRCROOT)/../" to Header Search Paths and see if that helps.


I don't have source control enabled under XCode. I have only been using command-line CVS thus far. However, after trying to hardcode the directory:

/Users/hannon/Documents/antifreeze/

In XCode, it still didn't compile. That said, if I take the command line that XCode generates, and add -I../ onto the end of the compile string, it does in fact compile. I believe that the option is simply being ignored by XCode 2.1 (I changed it for "All Configurations"). Just to reiterate, this was never a problem in prior versions of XCode.

BTW, what link options disappeared from the GUI in Xcode 2.1? I'm not aware of any build settings that were removed in Xcode 2.1.


It seems to be the same thing -- the GUI is still there, mind you, but the "Other Link Flags" that I pass (-ltiff) are no where to be found in the g++ command line generated by XCode...

I'd make sure that you areĀ 

a) setting the build setting on the active configuration
b) if you are setting this at the project level, make sure that the target is not overriding the build setting


Thanks,

Andrew

P.S. How do I submit an actual bug report for this? I see that Eric Wing is having the same problem (or, so it seems). To me, this is a pretty critical bug (I have been going to the command line to augment whatever is generated with the flags that are ignored (e.g., -I, etc...)

you can file bugs at bugreporter.apple.com. Please provide a test project to illustrate the problem.

Scott

 _______________________________________________
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: Header search path with XCode 2.1
      • From: Andrew Hannon <email@hidden>
References: 
 >Header search path with XCode 2.1 (From: Andrew Hannon <email@hidden>)
 >Re: Header search path with XCode 2.1 (From: Scott Tooker <email@hidden>)
 >Re: Header search path with XCode 2.1 (From: Andrew Hannon <email@hidden>)

  • Prev by Date: Re: Documentation frustrations
  • Next by Date: Re: Documentation frustrations
  • Previous by thread: Re: Header search path with XCode 2.1
  • Next by thread: Re: Header search path with XCode 2.1
  • Index(es):
    • Date
    • Thread