make all-recursive make[1]: Entering directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26' Making all in src make[2]: Entering directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src' Making all in graph make[3]: Entering directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src/graph' Making all in centrality make[4]: Entering directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src/graph/centrality' CXX graph_katz.lo CXX graph_pagerank.lo CXXLD libgraph_tool_centrality.la make[4]: Leaving directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src/graph/centrality' Making all in clustering make[4]: Entering directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src/graph/clustering' CXX graph_clustering.lo CXX graph_extended_clustering.lo CXX graph_motifs.lo In file included from graph_motifs.cc:26:0: ../../../src/graph/graph_python_interface.hh:85:33: error: 'asymmetric_coroutine' in namespace 'graph_tool::coroutines' does not name a template type typedef graph_tool::coroutines::asymmetric_coroutine ^ ../../../src/graph/graph_python_interface.hh:107:21: error: 'coro_t' was not declared in this scope std::shared_ptr _coro; ^ ../../../src/graph/graph_python_interface.hh:107:38: error: template argument 1 is invalid std::shared_ptr _coro; ^ ../../../src/graph/graph_python_interface.hh:108:5: error: 'coro_t' does not name a type coro_t::pull_type::iterator _iter; ^ ../../../src/graph/graph_python_interface.hh:109:5: error: 'coro_t' does not name a type coro_t::pull_type::iterator _end; ^ ../../../src/graph/graph_python_interface.hh: In constructor 'graph_tool::CoroGenerator::CoroGenerator(Dispatch&)': ../../../src/graph/graph_python_interface.hh:93:27: error: 'coro_t' was not declared in this scope : _coro(make_coro(dispatch)), ^ ../../../src/graph/graph_python_interface.hh:93:17: error: parse error in template argument list : _coro(make_coro(dispatch)), ^ ../../../src/graph/graph_python_interface.hh:94:11: error: class 'graph_tool::CoroGenerator' does not have any field named '_iter' _iter(begin(*_coro)), _end(end(*_coro)), _first(true) {} ^ ../../../src/graph/graph_python_interface.hh:94:24: error: invalid type argument of unary '*' (have 'int') _iter(begin(*_coro)), _end(end(*_coro)), _first(true) {} ^ ../../../src/graph/graph_python_interface.hh:94:29: error: there are no arguments to 'begin' that depend on a template parameter, so a declaration of 'begin' must be available [-fpermissive] _iter(begin(*_coro)), _end(end(*_coro)), _first(true) {} ^ ../../../src/graph/graph_python_interface.hh:94:29: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) ../../../src/graph/graph_python_interface.hh:94:33: error: class 'graph_tool::CoroGenerator' does not have any field named '_end' _iter(begin(*_coro)), _end(end(*_coro)), _first(true) {} ^ ../../../src/graph/graph_python_interface.hh:94:43: error: invalid type argument of unary '*' (have 'int') _iter(begin(*_coro)), _end(end(*_coro)), _first(true) {} ^ ../../../src/graph/graph_python_interface.hh:94:48: error: there are no arguments to 'end' that depend on a template parameter, so a declaration of 'end' must be available [-fpermissive] _iter(begin(*_coro)), _end(end(*_coro)), _first(true) {} ^ ../../../src/graph/graph_python_interface.hh: In member function 'boost::python::api::object graph_tool::CoroGenerator::next()': ../../../src/graph/graph_python_interface.hh:100:15: error: '_iter' was not declared in this scope ++_iter; ^ ../../../src/graph/graph_python_interface.hh:101:13: error: '_iter' was not declared in this scope if (_iter == _end) ^ ../../../src/graph/graph_python_interface.hh:101:22: error: '_end' was not declared in this scope if (_iter == _end) ^ ../../../src/graph/graph_python_interface.hh:103:37: error: '_iter' was not declared in this scope boost::python::object oe = *_iter; ^ make[4]: *** [graph_motifs.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src/graph/clustering' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src/graph' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/scratch/jiadeng_fluxoe/kojimano/CogMap2/gym/MINOS_Cog_Map_Original/deps/graph-tool-2.26' make: *** [all] Error 2