On 28.10.2016 16:24, P-M wrote:
Running `make` on the github version of graph-tool returns an error stating (it runs for a while first):
graph_triangulation.cc:55:61: fatal error: CGAL/Periodic_3_Delaunay_triangulation_traits_3.h: No such file or directory compilation terminated. make[4]: *** [graph_triangulation.lo] Error 1 make[4]: Leaving directory `/home/pmj27/git/graph-tool/src/graph/generation' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/pmj27/git/graph-tool/src/graph' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/pmj27/git/graph-tool/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/pmj27/git/graph-tool' make: *** [all] Error 2
Does anybody know what this is caused by?
It is impossible to tell without you giving the usual necessary information: CGAL version, output of config.log, etc. -- Tiago de Paula Peixoto <tiago@skewed.de>