I'm trying to install the pgrouting library but have hit a bit of a problem whilst installing. It's probably something I've done (I'm quite new to Linux so struggling to understand the error message). Has anyone seen this before or have any ideas of how to resolve it?
[root@localhost pgrouting]# git clone git://github.com/pgRouting/pgrouting.git pgrouting
[root@localhost pgrouting]# cd pgrouting
[root@localhost pgrouting]# sudo /root/cmake-2.8.3-Linux-i386/bin/cmake .
[root@localhost pgrouting]# make install
[ 16%] Building CXX object core/src/CMakeFiles/routing.dir/shooting_star_boost_wrapper.o /root/pgrouting/core/src/shooting_star_boost_wrapper.cpp:26:54: error: boost/property_map/vector_property_map.hpp: No such file or directory In file included from /root/pgrouting/core/src/shooting_star_search.hpp:22, from /root/pgrouting/core/src/shooting_star_boost_wrapper.cpp:27: /root/pgrouting/core/src/shooting_star_relax.hpp:18:47: error: boost/property_map/property_map.hpp: No such file or directory make[2]: [core/src/CMakeFiles/routing.dir/shooting_star_boost_wrapper.o] Error 1 make[1]:[core/src/CMakeFiles/routing.dir/all] Error 2 make: [all] Error 2
I followed the instructions given at http://www.pgrouting.org/docs/1.x/install_centos.html and I'm installing on CentOS 5.5.
