cgal icon indicating copy to clipboard operation
cgal copied to clipboard

Nef_polyhedron_3 build error as following.

Open houw opened this issue 2 years ago • 2 comments

Please use the following template to help us solving your issue.

Issue Details

Error 'class CGAL::HalfedgeDS_in_place_list_face<CGAL::I_Polyhedron_facet<CGAL::HalfedgeDS_face_base<CGAL::HalfedgeDS_list_types<CGAL::Epeck, CGAL::I_Polyhedron_derived_items_3CGAL::Polyhedron_items_3, std::allocator >, CGAL::Boolean_tag, CGAL::Plane_3CGAL::Epeck > > >' has no member named 'id' linux-debug /usr/include/CGAL/boost/graph/properties.h

Source Code

Why I get these errors, do I missing some headers when I use Nef_polyhedron_3 to calc boolean opearations?

Environment

  • Operating system (Ubuntu 64 bits):
  • Compiler: /usr/bin/c++ -g -std=gnu++20 -MD -MT
  • Release or debug mode: Debug
  • Specific flags used (if any):
  • CGAL version: 5.4
  • Boost version:
  • Other libraries versions if used (Eigen, TBB, etc.):

houw avatar May 25 '22 08:05 houw

Hello @houw, can you please put a self-contained cpp on gist.github,com so that we can try to reproduce.

afabri avatar May 31 '22 14:05 afabri

bump @houw

MaelRL avatar Apr 10 '24 20:04 MaelRL