#include files <> vs "" not found?
#include files <> vs "" not found?
- Subject: #include files <> vs "" not found?
- From: "David M. Cotter" <email@hidden>
- Date: Tue, 1 Jul 2008 12:31:20 -0700
seems like a noob question
in "prefix header" is the path to my PCH file and i have "precompile
prefix header" is checked
in "header search paths" it points to say an external source tree (but
it's my code, not the system's code or framework), consisting of
"system" headers (so i'd want to use <> to #include them)
tho i would not think i'd need this because all those headers are also
ref'd in the project.
and "user header search paths" it's empty, cuz all the files are just
included in the project. but i tried putting the same there too.
anyway go to compile PCH and it barfs on the first #include that has
<> around it.
why?? is "header search paths" something OTHER THAN "system" search
paths? i thought this pref was related to using angle brackets?
i swear i'm not a n00b, but i'm perplexed.
using xcode 3, and 10.4u SDK
how do i allow stuff in angle brackets to find my own headers? yes i
tried "always search user paths"
_______________________________________________
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