You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../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_2CGAL::Epick’
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_2CGAL::Epick’
typedef typename Kernel::Segment_2 Segment;
^
Makefile:398: recipe for target 'glwidget.o' failed
make: *** [glwidget.o] Error 1
The text was updated successfully, but these errors were encountered:
../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_2CGAL::Epick’
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_2CGAL::Epick’
typedef typename Kernel::Segment_2 Segment;
^
Makefile:398: recipe for target 'glwidget.o' failed
make: *** [glwidget.o] Error 1
The text was updated successfully, but these errors were encountered: