others (#15) - pgrouting compile failed (#298) - Message List

pgrouting compile failed

Hi,

I want to compile the pgrouting source, but I always get the same Error.

cmake -DBoost_INCLUDE_DIR=/usr/local/include/boost-1_36 -DWITH_TSP=ON -DWITH_DD=ON .

CMake Error: Boost_DIR is set to "/usr/local/include/boost-1_36/boost", which is not a directory containing BoostConfig?.cmake FATALERROR Please check your Boost installation Output directory for libraries is set to /usr/lib/postgresql Installation directory for libraries is set to /usr/lib/postgresql and for SQL files is set to /usr/share/postlbs Installation directory for libraries is set to /usr/lib/postgresql -- Configuring done

I do not know, where this BoostConfig?.cmake file is. Can I generate it automatically?

thx

  • Message #1089

    Hi,

    You don't need to specify Boost_INCLUDE_DIR - CMake will (hopefully) find it for you.