Re: arrgh! include files not found
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