discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

build deprecation warning

CC
Chris Camacho
Sat, Oct 28, 2017 9:55 AM

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...

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...
HL
Hans L
Sat, Oct 28, 2017 7:42 PM

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

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
CC
Chris Camacho
Sat, Oct 28, 2017 7:46 PM

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

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 > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
MK
Marius Kintel
Mon, Oct 30, 2017 11:41 PM

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

> 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