-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Compiling Error CGAL 5.6 #7642
Comments
Hello @adokhugi |
As I wrote, I tried to build the project region_growing_on_polyhedron. |
What version of boost do you have? |
The version of boost is 1.82.0. |
I have solved the problem. The cause of the error was that cgal had not been properly updated to version 5.6. It did not suffice to run "vcpkg upgrade cgal", I first had to run "git pull" in the vcpkg directory. Now I get no compilation error for region_growing_on_polyhedron. |
Issue Details
After building with CMake, I get many compiling errors for CGAL 5.6 when trying to build it in Visual Studio 2022. I had no problems with CGAL 5.5.2.
When I compile region_growing_on_polyhedron alone I get among others these errors (in total I get 35 errors):
I get these errors both in debug and release mode. I also tried playing with the versions of the C and C++ language supported, with no effect.
Environment
The text was updated successfully, but these errors were encountered: