• 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: arrgh! include files not found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: arrgh! include files not found


  • Subject: Re: arrgh! include files not found
  • From: Paul Walmsley <email@hidden>
  • Date: Wed, 23 Aug 2006 10:26:05 +0100


1) installed boost in /usr/local/include
2) added /usr/local/include to my header search path in xcode
3) wrote #include <boost/graph/adjacency_list.hpp> at the top of my sourcecode


for heavens sake, why do i get an
error: boost/graph/adjacency_list.hpp: No such file or directory
from xcode?
For boost, the headers are in <boost-dir>/boost so you need to add /usr/local/include/boost to your header search path, or copy the contents of <boost-dir>/boost to /usr/local/include/boost rather than <boost-dir>

Maybe it works in your other project if you have the option set to recursively search header sub-directories? IMHO that's an evil option to have set as it doesn't give you much protection against identically-named files in different directories.

Paul

_______________________________________________
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


  • Follow-Ups:
    • Re: arrgh! include files not found
      • From: Sebi <email@hidden>
References: 
 >arrgh! include files not found (From: Sebi <email@hidden>)

  • Prev by Date: arrgh! include files not found
  • Next by Date: Re: arrgh! include files not found -> one stupid error later
  • Previous by thread: arrgh! include files not found
  • Next by thread: Re: arrgh! include files not found
  • Index(es):
    • Date
    • Thread