#include path problems
#include path problems
- Subject: #include path problems
- From: John James <email@hidden>
- Date: Fri, 27 Jan 2006 14:02:28 -0500
Using xcode 2.2.1 osx 10.4.4 gcc 4
trying to move my metrowerks C++ program to xcode. We use boost library (www.boost.org). supposedly works fine with gcc.
my Header include paths have: $(SRCROOT)/../../../../../../../../../boost_1_33_1/boost/**
get:
error: boost/tuple/tuple.hpp: No such file or directory
from:
#include "boost/tuple/tuple.hpp" (which is ok on metrowerks)
is there some other setting I need to get the path to work. Is the ".hpp" not recognised as a header?
Thanks
_______________________________________________
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