On 08/06/2012 02:12 PM, steffen wrote:
Hi there,
I have problems compiling the new version of graph-tool (2.2.17) on ubuntu 11.04. Previous version 2.2.15 worked fine. The compilation error says
In file included from graph_minimum_cut.cc:22:0: ./../../boost-workaround/boost/graph/stoer_wagner_min_cut.hpp:15:43: fatal error: boost/graph/buffer_concepts.hpp: No such file or directory compilation terminated.
and, indeed, I cannot find that file (buffer_concepts.hpp) in the boost-directories. I have installed boost 1.42 (ubuntu repositories). Is a newer version of boost required?
Yes, I still need to "fix" the min_cut code to work properly with older boost versions. As of now, you will need a newer boost version to compile graph-tool. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>