On 02.10.2014 21:04, Smith, Steven - 1004 - MITLL wrote:
The graph-tool make command on CentOS 7 fails at this point:
$ cd graph-tool-2.2.35 $ ./configure --with-sparsehash-prefix=google $ make make all-recursive make[1]: Entering directory `/home/user/Downloads/graph-tool-2.2.35' Making all in src … make[4]: Entering directory `/home/user/Downloads/graph-tool-2.2.35/src/graph/topology' CXX graph_subgraph_isomorphism.lo [...] graph_subgraph_isomorphism.cc:108:114: error: 'vf2_subgraph_mono' was not declared in this scope vertices_equivalent(make_property_map_equivalent(vertex_label1, vertex_label2)));
You need boost version 1.54 or above. Which one do you have installed? Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>