• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why can't xcode find my .h files?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Why can't xcode find my .h files? (From: jason rusoff <email@hidden>)

  • Prev by Date: Re: Xcode build failed on new G5
  • Next by Date: how to use foreign characters in Xcode
  • Previous by thread: Why can't xcode find my .h files?
  • Next by thread: Re: Why can't xcode find my .h files?
  • Index(es):
    • Date
    • Thread