cgal
cgal copied to clipboard
CGAL/Poisson_reconstruction_function.h is not able to build successfully.
Issue Details
I was running the build for the reconstruction script normal_and_reconstruction using the docker build here along with the build instructions here. But it gets error while building the actual executables.
Source Code
The repo is here.
you have to run docker compose build surface_reconstruction
to test the building of the package and corresponding libraries used in the executable normal_and_reconstruction.
following is the debugging log that happens while executing the second last command of the dockerfile
5.455 [ 50%] Building CXX object CMakeFiles/normal_and_reconstruction.dir/src/normal_and_reconstruction.cpp.o
41.87 In file included from /usr/include/CGAL/Poisson_reconstruction_function.h:43,
41.87 from /usr/include/CGAL/poisson_surface_reconstruction.h:21,
41.87 from /usr/src/app/reconstruction/src/normal_and_reconstruction.cpp:18:
41.87 /usr/include/CGAL/compute_average_spacing.h: In instantiation of 'typename CGAL::Point_set_processing_ .......
Environment
- Operating system: Mac darwanian 22.04.
- Compiler: between 3.1 - 3.15
- Release or debug mode: debug mode
- Specific flags used (if any):
- CGAL version: 3.4
- Boost version: 1.7.4
- Other libraries versions if used (Eigen, TBB, etc.): Eigen3 .