Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoapyUHD build error on Ubuntu 22.04 #59

Open
ohault opened this issue Nov 29, 2024 · 1 comment
Open

SoapyUHD build error on Ubuntu 22.04 #59

ohault opened this issue Nov 29, 2024 · 1 comment

Comments

@ohault
Copy link

ohault commented Nov 29, 2024

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]));
| ^

@Zullinable
Copy link

Hi, encountered the same problem, were you able to remedy that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants