Re: search paths and compiler options
Re: search paths and compiler options
- Subject: Re: search paths and compiler options
- From: Chris Espinosa <email@hidden>
- Date: Mon, 9 Feb 2009 21:54:13 -0800
On Feb 9, 2009, at 9:33 PM, Dale Miller wrote: In trying to figure out problems, I would like to know what the search path is for the include's, but all the information I can get from Xcode is "inherited". What can I do to get the search paths and compiler options?
Bound > Build Results, select a Compiling... step, and click the Show Transcript button (third button from the left in the horizontal scrollbar). That shows the full and complete GCC invocation for each source compile operation.
The Build Setting inspector ought to be showing a path value (not $(inherited) for Search Paths, if you're using Xcode 3.0 or later; it's WYSIWYG.
And if you really need to see where the compiler is looking, directory by directory, add -v to Other C Flags and the verbose compiler diagnostics will be given in the transcript.
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