pablospe / MVCDemo

Mean-Value Cloning (original code provided by authors)
http://www.cs.huji.ac.il/~danix/mvclone/
41 stars 11 forks source link

make error Ubuntu 16.04 #2

Open brucecui0120 opened 7 years ago

brucecui0120 commented 7 years ago

../src/glwidget.cpp:447:20: required from here /usr/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h:42:41: error: no type named ‘Point_2’ in ‘class CGAL::Triangulation_vertex_base_2’ typedef typename Kernel::Point_2 Point; ^ /usr/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h:43:41: error: no type named ‘Segment_2’ in ‘class CGAL::Triangulation_vertex_base_2’ typedef typename Kernel::Segment_2 Segment; ^ Makefile:398: recipe for target 'glwidget.o' failed make: *** [glwidget.o] Error 1

sloriot commented 4 years ago

Fixed by #1?