Am 01.06.20 um 12:20 schrieb slitvinov:
graph-tools fail to build with g++ (GCC) 8.3.0 20190222 with the following error message:
In file included from blockmodel/graph_blockmodel_mcmc.cc:26: blockmodel/../loops/mcmc_loop.hh: In lambda function: blockmodel/../loops/mcmc_loop.hh:84:42: error: lambda capture of 'single_step' is not a constant expression if constexpr (single_step) ^ make[3]: *** [Makefile:1047: blockmodel/graph_blockmodel_mcmc.lo] Error 1 make[3]: Leaving directory '/users/lisergey/ClearMap2/graph-tool/src/graph/inference' make[2]: *** [Makefile:810: install-recursive] Error 1 make[2]: Leaving directory '/users/lisergey/ClearMap2/graph-tool/src/graph' make[1]: *** [Makefile:422: install-recursive] Error 1 make[1]: Leaving directory '/users/lisergey/ClearMap2/graph-tool/src' make: *** [Makefile:599: install-recursive] Error 1
This is a bug in GCC that has been fixed in newer versions.