Hi everyone,
I am trying to use the boost C++ library for a project. I am installing it using:
brew install boost
and then I am starting with an empty ofx example. After installation the library is in the /usr/local/include folder as expected. When I do:
#include <boost/header.hpp>
it complains that it can not find the file, even though I have included in the header search paths of XCode the aforementioned path to boost.
Any tip much appreciated!!