happened to notice this as it was flashing past (easily missed)
/usr/include/CGAL/internal/deprecation_warning.h:58:54: note: #pragma
message: Warning: The header
<CGAL/Triangulation_2_filtered_projection_traits_3.h> is deprecated.
Please use <CGAL/Triangulation_2_projection_traits_3.h> instead.
not really a bug, but thought someone here might like the heads up...
Hi Chris, I've also seen that deprecation warning. It wasn't clear
which version of CGAL when that deprecation occured though.
What version of CGAL are you building against?
On Sat, Oct 28, 2017 at 4:55 AM, Chris Camacho
chris@bedroomcoders.co.uk wrote:
happened to notice this as it was flashing past (easily missed)
/usr/include/CGAL/internal/deprecation_warning.h:58:54: note: #pragma
message: Warning: The header
<CGAL/Triangulation_2_filtered_projection_traits_3.h> is deprecated. Please
use <CGAL/Triangulation_2_projection_traits_3.h> instead.
not really a bug, but thought someone here might like the heads up...
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
good point!
CGAL Version 4.10_1 (Void Linux) only briefly tested (OpenSCAD) with
simple boolean - seems to work!
On 28/10/17 20:42, Hans L wrote:
Hi Chris, I've also seen that deprecation warning. It wasn't clear
which version of CGAL when that deprecation occured though.
What version of CGAL are you building against?
On Sat, Oct 28, 2017 at 4:55 AM, Chris Camacho
chris@bedroomcoders.co.uk wrote:
happened to notice this as it was flashing past (easily missed)
/usr/include/CGAL/internal/deprecation_warning.h:58:54: note: #pragma
message: Warning: The header
<CGAL/Triangulation_2_filtered_projection_traits_3.h> is deprecated. Please
use <CGAL/Triangulation_2_projection_traits_3.h> instead.
not really a bug, but thought someone here might like the heads up...
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
On Oct 28, 2017, at 5:55 AM, Chris Camacho chris@bedroomcoders.co.uk wrote:
happened to notice this as it was flashing past (easily missed)
/usr/include/CGAL/internal/deprecation_warning.h:58:54: note: #pragma message: Warning: The header <CGAL/Triangulation_2_filtered_projection_traits_3.h> is deprecated. Please use <CGAL/Triangulation_2_projection_traits_3.h> instead.
not really a bug, but thought someone here might like the heads up…
Are you building against master?
We added a check for this a few weeks back: https://github.com/thehans/openscad/commit/aaa3eca9dead0205a2c101e36aea42f4e0de98e1#diff-d29e05d5a72d27bec4443e89ccbc8ac6
-Marius