Re: XCode makes easy things hard...
Re: XCode makes easy things hard...
- Subject: Re: XCode makes easy things hard...
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 21 Oct 2004 18:13:08 -0600
On Oct 21, 2004, at 5:59 PM, George van den Driessche wrote:
Let's suppose I set up a Carbon Dynamic Library project, and now I
want to include some Boost headers in my C++. How on earth do I do
this? I've read the documentation till I'm blue in the face and
nothing I've tried works. How do I add the Boost header hierarchy to
either XCode itself, or the project, so that when I write
#include <boost/array.hpp>
in a C++ file in my project, it actually finds that header?
Where is this "boost" directory located? If it's inside the project
directory, then try using "boost/array.hpp" instead of
<boost/array.hpp>, or just "array.hpp" may work. Using <> around a
header name suggests to the compiler that what you're trying to include
is either a header in a framework, or a header in /usr/include, or some
other header in the target's headers search path.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"After standing on the stage, after the debates, I made it very plain
we will not have an all-volunteer army." - George W. Bush (October 16,
2004)
_______________________________________________
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