We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone,
I am trying to build this fork https://github.com/bkerler/gr-gsm for GNU Radio on Ubuntu 23.04, I have installed the dependencies manually using snap.
While building, I currently get this error and I can't find a workaround on the internet :
##/grgsm/gr-gsm/lib/decoding/control_channels_decoder_impl.cc:59:9: error: could not convert ‘gnuradio::get_initial_sptr(T*) [with T = gr::gsm::control_channels_decoder_impl]()’ from ‘boost::shared_ptr<gr::gsm::control_channels_decoder_impl>’ to ‘gr::gsm::control_channels_decoder::sptr’ {aka ‘std::shared_ptr<gr::gsm::control_channels_decoder>’} 58 | return gnuradio::get_initial_sptr | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 59 | (new control_channels_decoder_impl()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | boost::shared_ptr<gr::gsm::control_channels_decoder_impl>
I tried installing order version of GNU Radio but I can't make it past cmake or build.
Thank you in advance for any help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone,
I am trying to build this fork https://github.com/bkerler/gr-gsm for GNU Radio on Ubuntu 23.04, I have installed the dependencies manually using snap.
While building, I currently get this error and I can't find a workaround on the internet :
I tried installing order version of GNU Radio but I can't make it past cmake or build.
Thank you in advance for any help
The text was updated successfully, but these errors were encountered: