srsran / srsGUI

A graphics library for software radio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`BOOST_TIMER_ENABLE_DEPRECATED` variable needs to be added to build environment

anoduck opened this issue · comments

Build failed as a result of deprecated header. Adding BOOST_TIMER_ENABLE_DEPRECATED to the build environment should resolve this issue temporarily.

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

No longer needed.