CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.87k stars 1.38k forks source link

Compilation error of examples/Surface_mesh_shortest_path with OpenMesh, on Linux Fedora 23 #942

Closed lrineau closed 8 years ago

lrineau commented 8 years ago

Until last night, OpenMesh was not tested anywhere in our testsuite. Yesterday, I have installed OpenMesh in one of our Docker images, the one named Fedora. There is a compilation error, here: https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.9-Ic-5/Surface_mesh_shortest_path_Examples/TestReport_lrineau_Fedora.gz

@CGAL/geometryfactory

sloriot commented 8 years ago

This should be fixed by CGAL/cgal-dev@309f91f1

lrineau commented 8 years ago

I think that commit should be cherry-picked in a pull-request for releases/CGAL-4.8-branch.

sloriot commented 8 years ago

See #945

lrineau commented 8 years ago

The PR #945 is merged. It is supposed to fix this issue.