Re: arrgh! include files not found -> one stupid error later
Re: arrgh! include files not found -> one stupid error later
- Subject: Re: arrgh! include files not found -> one stupid error later
- From: Sebi <email@hidden>
- Date: Wed, 23 Aug 2006 11:35:18 +0200
blush!
ok, this time the mistake was that i added /usr/local/include to my
header search path to the release setting and compiled the debug
setting. duh!
now xcode finds it, but i still have 2 questions:
1) for the application that was built from the cocoa project template
i didn't add the /usr/local/include to my seach path at all. why does
it work there?
2) when i copy the boost directory into my project directory i should
be able to write
#include "boost/graph/adjacency_list.hpp"
or did i get that wrong? this also works with one of the applicatons
and not with the other one.
thanks + regards,
sebastian mecklenburg
On Aug 23, 2006, at 11:19 AM, Sebi wrote:
hi all,
i don't know how many hours of my life i spent figuring out why my
include files are not found. this is what i did:
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?
i have another application where it just works. the project where
it works was built from the cocoa project template, where it
doesn't work was built from the c++ tool project template. i
checked the project settings and didn't find a difference that
seems to affect this.
please help + thanks in advance,
sebastian mecklenburg
--
www.happyhappyboy.de
_______________________________________________
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