• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: XCode makes easy things hard...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: XCode makes easy things hard...
      • From: George van den Driessche <email@hidden>
    • Re: XCode makes easy things hard...
      • From: Markian Hlynka <email@hidden>
  • Prev by Date: Re: XCode makes easy things hard...
  • Next by Date: Re: Ooops, no framework... BANG!
  • Previous by thread: Re: Ooops, no framework... BANG!
  • Next by thread: Re: XCode makes easy things hard...
  • Index(es):
    • Date
    • Thread