Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021.01.01 fails to build with CGAL-5.5.1: no template named 'Triangulation_2_filtered_projection_traits_3' #4452

Closed
yurivict opened this issue Dec 19, 2022 · 2 comments

Comments

@yurivict
Copy link

src/cgalutils-tess.cc:22:15: error: no template named 'Triangulation_2_filtered_projection_traits_3' in namespace 'CGAL'; did you mean 'Triangulation_2_projection_traits_3'?
typedef CGAL::Triangulation_2_filtered_projection_traits_3<K> Projection;
        ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              Triangulation_2_projection_traits_3
/usr/local/include/CGAL/Triangulation_2_projection_traits_3.h:32:7: note: 'Triangulation_2_projection_traits_3' declared here
class Triangulation_2_projection_traits_3
      ^

clang-14
OS: FreeBSD 13.1

@t-paul t-paul changed the title 2021.01.01 fails to build with CGAL-5.5.1: no template named 'Triangulation_2_filtered_projection_traits_3' in namespace 'CGAL'; did you mean 'Triangulation_2_projection_traits_3'? 2021.01.01 fails to build with CGAL-5.5.1: no template named 'Triangulation_2_filtered_projection_traits_3' Dec 21, 2022
@t-paul
Copy link
Member

t-paul commented Dec 21, 2022

Not much we can do here, the latest code has fixes for that.

A list of patches backported for the Debian builds of release 2021.01 can be found at https://sources.debian.org/patches/openscad/2021.01-5/

@yurivict
Copy link
Author

You should make a new release then. Last release is rendered broken by these changes in CGAL.

@t-paul t-paul closed this as completed Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants