It now runs without errors, but bizarrely I get the following (contradictory?) warning: checking whether the Boost::Coroutine library is available... yes configure: WARNING: No usable boost::coroutine found! Some functionality will be disabled in the library. Any thoughts why? Best, Philipp -----Original Message----- From: graph-tool [mailto:graph-tool-bounces@skewed.de] On Behalf Of Tiago de Paula Peixoto Sent: 08 March 2016 14:05 To: graph-tool@skewed.de Subject: Re: [graph-tool] Debian package and boost at compile-time On 08.03.2016 15:03, Tiago de Paula Peixoto wrote:
./configure CPPFLAGS="-I/home/pmj27/anaconda2/pkgs/py2cairo-1.10.0-py27_2/include/ -I/home/pmj27/software/boost1.60/lib" LDFLAGS="-L/home/pmj27/software/boost1.60/lib" CXX="g++-5"
I just noticed that your include path for boost is obviously wrong. It should have been: ./configure CPPFLAGS="-I/home/pmj27/anaconda2/pkgs/py2cairo-1.10.0-py27_2/include/ -I/home/pmj27/software/boost1.60/include" LDFLAGS="-L/home/pmj27/software/boost1.60/lib" CXX="g++-5" -- Tiago de Paula Peixoto <tiago@skewed.de>