When building master (make revkit), I get:
In file included from /tmp/cirkit/src/classical/xmg/xmg_cuts_paged.cpp:51:
/usr/include/boost/progress.hpp:23:3: error: #error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
23 | # error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
| ^~~~~
In file included from /usr/include/boost/progress.hpp:29:
/usr/include/boost/timer.hpp:21:3: error: #error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
21 | # error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
| ^~~~~
I get this issue even after appending -DBOOST_ALLOW_DEPRECATED_HEADERS=1 to my cmake flags.
When building
master(make revkit), I get:I get this issue even after appending
-DBOOST_ALLOW_DEPRECATED_HEADERS=1to mycmakeflags.