bigboynaruto / bsp-tree

Spatial point location using binary space partition tree
6 stars 1 forks source link

Problem with compilation with Boost #1

Open jmedina09 opened 1 year ago

jmedina09 commented 1 year ago

Hello! I am trying to use your BSP-tree function, but I am facing some problems. Some types like halfedge_descriptor, face_descriptor, and vertex_descriptor are not defined for boost::graph_traits. I would like to know which version of CGAL you used and which version of Boost as well.

bigboynaruto commented 1 year ago

Hi @jmedina09, Thank you for taking an interest in this project. Unfortunately, it's old and not well maintained anymore, therefore I didn't verify if it works with the latest CGAL. But since it's dated 2018 I would say that it should be compatible with 4.10.x or 4.11.x versions.