Why can't xcode find my .h files?
Why can't xcode find my .h files?
- Subject: Why can't xcode find my .h files?
- From: jason rusoff <email@hidden>
- Date: Tue, 2 Mar 2004 15:27:04 -0800
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
_______________________________________________
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.