srsran / srsGUI

A graphics library for software radio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

60 | #if PTHREAD_STACK_MIN > 0

nome321 opened this issue · comments

from /home/nome/Downloads/limesdr/srsGUI-release_2_0_qt5/test/cxx/scatterplot_test.cpp:3:
/usr/include/boost/thread/pthread/thread_data.hpp:60:5: error: missing binary operator before token "("
60 | #if PTHREAD_STACK_MIN > 0
| ^~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/config/header_deprecated.hpp:18,
from /usr/include/boost/progress.hpp:22,
from /home/nome/Downloads/limesdr/srsGUI-release_2_0_qt5/test/cxx/scatterplot_test.cpp:7:
/usr/include/boost/progress.hpp:23:1: note: ‘#pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead.’
23 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )
| ^~~~~~~~~~~~~~~~~~~~~~~
/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>" )
| ^~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [test/cxx/CMakeFiles/scatterplot_test.dir/build.make:63: test/cxx/CMakeFiles/scatterplot_test.dir/scatterplot_test.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:349: test/cxx/CMakeFiles/scatterplot_test.dir/all] Error 2
make: *** [Makefile:141: all] Error 2