Re: Why can't xcode find my .h files?
Re: Why can't xcode find my .h files?
- Subject: Re: Why can't xcode find my .h files?
- From: Kevin Grant <email@hidden>
- Date: Tue, 2 Mar 2004 21:15:58 -0600
OK, I'm doing something dumb, but I can't tell what. I have set up my
search path in xcode to explicitly point to my headers directory, and
yet it still does not find the .h files included in my sources. Can
anyone see something that I overlooked?
In Build Settings:
Header Search Path ==
/Volumes/Mobile
2/jims_latest_remote/clientApp/apps/tools/wxwindows/include/
In terminal:
[dhcp-10-10-67-52:wxwindows/include/wx] jasonrus% ls -al app.h
-rwx------ 1 jasonrus unknown 23136 3 Feb 12:16 app.h
[dhcp-10-10-67-52:wxwindows/include/wx] jasonrus% pwd
/Volumes/Mobile
2/jims_latest_remote/clientApp/apps/tools/wxwindows/include/wx
Compile spits out this:
/Volumes/Mobile
2/jims_latest_remote/clientApp/apps/tools/wxwindows/src/common/
appcmn.cpp:32:24: wx/app.h: No such file or directory
What include style do you use? I believe #include <this.h> uses a
different path than #include "this.h" does.
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.