On 04.11.2016 19:30, P-M wrote: > Alas, that did not solve the problem. > > The error messages about > conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > > and > > conftest.c:54:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > > in config.log persist but autogen.sh runs without any errors.
As I already explained, these are not errors. > Running make > still eventually throws the error "graph_triangulation.cc:55:61: fatal > error: CGAL/Periodic_3_Delaunay_triangulation_traits_3.h: No such file or > directory" This is completely unrelated to any of this. It probably just means that your cgal version is too old. Some modifications were made recently in graph-tool to allow compilation with newer cgal that possibly have broken compatibility with older versions. I will investigate. -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
