aewallin / opencamlib

open source computer aided manufacturing algorithms library
http://www.anderswallin.net/CAM
GNU Lesser General Public License v2.1
402 stars 136 forks source link

boost/timer.hpp: This header is deprecated. #111

Closed aewallin closed 1 year ago

aewallin commented 1 year ago

With a reasonably updated ubuntu/boost install I get multiple build warnings:

/usr/include/boost/timer.hpp:21:1: note: #pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead. 21 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )

vespakoen commented 1 year ago

See: https://github.com/aewallin/opencamlib/pull/108

vespakoen commented 1 year ago

I removed the progress, so this can be closed now.

I also plan on removing other stdout debug information as well, this way using opencamlib to write g-code to stdout, it is not intermingled with debug information from opencamlib and can be directly piped to the clipboard for example.