RE: XCode makes easy things hard...
RE: XCode makes easy things hard...
- Subject: RE: XCode makes easy things hard...
- From: Jeff Laing <email@hidden>
- Date: Fri, 22 Oct 2004 10:07:28 +1000
> 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?
>
> I just can't figure it out. It can't be so difficult, can it?
I'm guessing you're facing the same problem I did.
The frustrating thing about XCODE is that it has some idiotic defaults
hidden behind innocuous GUI widgets.
If you select, in the left-hand browser, the TARGET you want to build, then
press the (I) icon, you get a tabbed editor window. On one of the tabs
there is a list of name,value pairs which for me was a very short list that
wasn't helpful.
It took me forever to realise that there is a little popup menu in the top
of the list which, if you click it, shows that there are a zillion other
options. One of those specifies "include search paths" or some such.
Thats where you set the equivalent to the -I flag to the C compiler which I
believe is what you'll need.
Jeff Laing <email@hidden>
------------------------------------------------------------------
I got a lot of ideas. Trouble is, most of them suck.
---George Carlin
_______________________________________________
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