
14 Jan
2009
14 Jan
'09
4:40 p.m.
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.