You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
from /home/ohault/SoapyUHD/UHDSoapyDevice.cpp:14:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
/home/ohault/SoapyUHD/UHDSoapyDevice.cpp: In member function ‘virtual uhd::rx_streamer::sptr UHDSoapyDevice::get_rx_stream(const uhd::stream_args_t&)’:
/home/ohault/SoapyUHD/UHDSoapyDevice.cpp:725:101: error: invalid new-expression of abstract class type ‘UHDSoapyRxStream’
725 | uhd::rx_streamer::sptr stream(new UHDSoapyRxStream(_device, args, _sampleRates[SOAPY_SDR_RX][ch]));
| ^
The text was updated successfully, but these errors were encountered:
6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
from /home/ohault/SoapyUHD/UHDSoapyDevice.cpp:14:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
/home/ohault/SoapyUHD/UHDSoapyDevice.cpp: In member function ‘virtual uhd::rx_streamer::sptr UHDSoapyDevice::get_rx_stream(const uhd::stream_args_t&)’:
/home/ohault/SoapyUHD/UHDSoapyDevice.cpp:725:101: error: invalid new-expression of abstract class type ‘UHDSoapyRxStream’
725 | uhd::rx_streamer::sptr stream(new UHDSoapyRxStream(_device, args, _sampleRates[SOAPY_SDR_RX][ch]));
| ^
The text was updated successfully, but these errors were encountered: