Boost logo

Boost Users :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-07-05 15:35:07


Farberov, Inga wrote:
> On a closer inspection of the stacktrace it looks like some of the
> header files are picked up from the /usr/include directory, instead of
> my local install of boost.
> When I compile, I explicitly provide the right include path to the
> compiler.
> I have my local installation of boost in LD_LIBRARY_PATH.

It could be that includes of the form "boost/header.hpp" are picking up your
local installation, while includes of the form <boost/header.hpp> bypass it
and go to /usr/include. I'm not sure how you might go about fixing that.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net