
5 Jul
2007
5 Jul
'07
7:35 p.m.
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.