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

std::shared_ptr<gr::air_modes::preamble_impl> #115

Open
gariac opened this issue Nov 7, 2021 · 0 comments
Open

std::shared_ptr<gr::air_modes::preamble_impl> #115

gariac opened this issue Nov 7, 2021 · 0 comments

Comments

@gariac
Copy link

gariac commented Nov 7, 2021

opensuse 15.2 5.3.18-lp152.95-default #1 SMP Tue Oct 5 07:30:50 UTC 2021 (7cfc6af) x86_64 x86_64 x86_64 GNU/Linux
gnuradio 3.9.4 just installed. Here is the error message.

11%] Building CXX object lib/CMakeFiles/air_modes.dir/preamble_impl.cc.o
/usr/local/src/gr-air-modes/lib/preamble_impl.cc: In static member function ‘static gr::air_modes::preamble::sptr gr::air_modes::preamble::make(float, float)’:
/usr/local/src/gr-air-modes/lib/preamble_impl.cc:38:38: error: could not convert ‘gnuradio::get_initial_sptr(T*) with T = gr::air_modes::preamble_impl’ from ‘std::shared_ptrgr::air_modes::preamble_impl’ to ‘gr::air_modes::preamble::sptr’ {aka ‘boost::shared_ptrgr::air_modes::preamble’}
38 | return gnuradio::get_initial_sptr(new air_modes::preamble_impl(channel_rate, threshold_db));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| std::shared_ptrgr::air_modes::preamble_impl
make[2]: *** [lib/CMakeFiles/air_modes.dir/build.make:80: lib/CMakeFiles/air_modes.dir/preamble_impl.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:286: lib/CMakeFiles/air_modes.dir/all] Error 2
make: *** [Makefile:158: all] Error 2

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