Makefile can not find boost libraries installed by macports
- by user327502
I just installed boost 1.42.0 from macports using sudo port install boost.
Everything worked fine. Now I have a project that I'm trying to build using a makefile. Everything builds fine until it comes to the file that needs the boost library.
It says:
src/graph.h:20:42: error: boost/graph/adjacency_list.hpp: No such file or directory
That…