Re: Code Index with "*.hh" Files
Re: Code Index with "*.hh" Files
- Subject: Re: Code Index with "*.hh" Files
- From: Philip Aker <email@hidden>
- Date: Sun, 02 Mar 2008 03:13:59 -0800
On 08-03-01, at 18:39, Colin A. Smith wrote:
It turns out that the problem is not with the file extension, but
the fact that all of the headers are included using <> instead of
"". For instance:
#include <TestClass.hh>
The external build tool uses the -I flag to tell the compiler where
to find the header files. I thought that adding directories to the
HEADER_SEARCH_PATHS Xcode build setting might help the Code Sense
indexer find those header files. It doesn't appear that approach
works. Is there some other way to tell the indexer to search
particular directories for header files that are included using <>
syntax?
What do your project/target settings for Search Paths->Always Search
User Paths look like?
There are also other options in that category.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
_______________________________________________
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