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

Error during build #630

Open
ItsReXam opened this issue Jun 14, 2023 · 0 comments
Open

Error during build #630

ItsReXam opened this issue Jun 14, 2023 · 0 comments

Comments

@ItsReXam
Copy link

ItsReXam commented Jun 14, 2023

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

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

1 participant