• 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: 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


References: 
 >Dumb include path/groups/folder references problem (From: George van den Driessche <email@hidden>)
 >XCode makes easy things hard... (From: George van den Driessche <email@hidden>)

  • Prev by Date: Re: XCode makes easy things hard...
  • Next by Date: RE: XCode makes easy things hard...
  • Previous by thread: Re: XCode makes easy things hard...
  • Next by thread: understanding the -bind_at_load warning
  • Index(es):
    • Date
    • Thread