Re: Xcode search Path
Re: Xcode search Path
- Subject: Re: Xcode search Path
- From: j o a r <email@hidden>
- Date: Fri, 11 Nov 2005 09:46:59 +0100
On 11 nov 2005, at 05.42, Mike Jackson wrote:
Just downloaded and installed Xcode 2.2 and wait for it...... this
same problem _still_ exists. Either GCC or Xcode is searching my
user path BEFORE it searches /usr/include. So was this supposed to
be fixed or did it not get tested..
Perhaps these things from the release notes could be of interest to you?
=======================================================
Xcode now has a build setting, called “Always Search User
Paths” (ALWAYS_SEARCH_USER_PATHS), which causes #include <header.h>-
style directives to always search user paths (those defined in “User
Header Search Paths” (USER_HEADER_SEARCH_PATHS)) before the standard
paths (those defined in “Header Search Paths” (HEADER_SEARCH_PATHS)).
If this setting is disabled, only #include "header.h"-style
directives will search the user paths. This setting is enabled by
default for backwards compatibility.
Xcode now has a build setting, called “User Header Search
Paths” (USER_HEADER_SEARCH_PATHS), that is used to denote the header
search paths used by the compiler when looking for #include
"header.h" style includes. See the build settings notes for more
information on this setting and how it interacts with “Header Search
Paths” (HEADER_SEARCH_PATHS) and “Always Search User
Paths” (ALWAYS_SEARCH_USER_PATHS).
=======================================================
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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