Header files not found
Header files not found
- Subject: Header files not found
- From: Yoram Meroz <email@hidden>
- Date: Sat, 14 May 2005 16:29:53 -0700
This looks like an old problem which comes up from time to time. I added the
Kernel framework to my project (a command line tool). One of my source files
has as its first line
#include <Kernel/libkern/c++/OSContainers.h>
This is an umbrella header, containing #includes to other header files in
the same directory. The compiler finds OSContainers.h, but then gives me a
"no such file" error for each of the included files. I tried this in XCode
1.5 and 2.0; I tried running with only one processor; I tried cleaning and
recompiling. I get consistently the same error, even with a fresh install of
Tiger and XCode on a separate partition. #including the files directly in my
source file gives the same error, even though they are indeed there.
Thanks for any ideas.
_______________________________________________
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