New comment by karl-nilsson on void-packages repository https://github.com/void-linux/void-packages/pull/29552#issuecomment-822081852 Comment: > ``` > 2021-04-16T20:54:12.6865564Z thirdparty/nodemesh/nodemesh/combiner.cpp: In constructor 'nodemesh::Combiner::Mesh::Mesh(const std::vector&, const std::vector >&, bool)': > 2021-04-16T20:54:12.6867891Z thirdparty/nodemesh/nodemesh/combiner.cpp:31:61: error: 'remove_self_intersections' is not a member of 'CGAL::Polygon_mesh_processing'; did you mean 'self_intersections'? > 2021-04-16T20:54:12.6869289Z 31 | if (!CGAL::Polygon_mesh_processing::remove_self_intersections(*cgalMesh)) { > 2021-04-16T20:54:12.6870025Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ > ``` > > CGAL has apparently broken compatibility with (our version of) `dust3d` > > Maybe try to look at this file's history in their repo to see if you spot any possible patches to import? Will do