On 02.03.2017 16:21, P-M wrote:
That is strange indeed. I have downgraded to the anaconda version of boost (v1.60) and boost-python (v1.60) by sseefeld. The configure commands are unchanged as ./configure --prefix=$HOME/.local --with-boost=/home/pmj27/anaconda2 CXX="g++-5" CXXFLAGS="-std=gnu++14 -Wno-unused-local-typedefs" PYTHON="/home/pmj27/anaconda2/bin/python2.7" CPPFLAGS="-I/home/pmj27/anaconda2/include" LDFLAGS="-L/home/pmj27/anaconda2/lib" --enable-openmp which seems to still run happily ( config.log <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4027082/config.log> ) but during make this boost configuration also complains, albeit differently ( screengrab.dat <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4027082/screengrab.dat> ). Is there any way of narrowing down the root of the error?
Can you give me the full output of 'make V=1'? -- Tiago de Paula Peixoto <tiago@skewed.de>