CGAL/cgal-swig-bindings

alpha_wrap_3.h is missing

Marosso opened this issue · 3 comments

With the newest commit, the cmake build fails:

fatal error: CGAL/alpha_wrap_3.h: No such file or directory

I guess it should be SWIG_CGAL/..., but that file is not there, yet.

Am I missing something or could you add it? Thanks.

You need CGAL 5.5. I must update cmake to not try to compile it if the version of CGAL is not at least 5.5.

Thanks for the fast reply. You are right. The last commits are not compatible with libcgal-dev on Debian. I'll stick to tag 5.5.post202207291543 for now.

Alternatively, @Marosso, you can install the Python bindings, if that is the target language that you want, with the pip command:

pip install cgal

CGAL is now in the Python Package Index (PyPI): https://pypi.org/project/cgal/.