Boost logo

Boost :

Subject: Re: [boost] [tr1] Help needed with Darwin port
From: John Maddock (john_at_[hidden])
Date: 2009-01-14 11:40:30


> John Maddock wrote:
>> Sigh, this is what I used to use, but changed it because of bug reports:
>> the issue is that if you install boost in say /usr/include (as some
>> Linux distro's do) then #include_next can never get you from
>> /usr/include to the unknown location of the g++ std lib headers :-(
>
> Just a few FYIs...
>
> * All the mentions of "/usr/<wahtever>" only apply if you install Xcode
> to the default location. For example, I have 2 versions of Xcode
> installed most times and hence they are nowhere near a default location.

Sure, I don't need absolute paths, just the immediate directory containing
the headers, so I can use: #include <../something/utility>, but it seems
even that is mighty hard to get right.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk