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

Make failing for new gnuRadio install on ubuntu for interpolating_resampler.cc #1388

Closed
Sandeep-Sarma opened this issue Jul 18, 2017 · 7 comments

Comments

@Sandeep-Sarma
Copy link

On checking out the latest version (commit: bd61122), I get the following errors on make:

make[2]: *** [gr-digital/lib/CMakeFiles/gnuradio-digital.dir/interpolating_resampler.cc.o] Error 1
make[1]: *** [gr-digital/lib/CMakeFiles/gnuradio-digital.dir/all] Error 2

Error:

gnuradio/gr-digital/lib/interpolating_resampler.cc:392:70: instantiated from here
/usr/include/c++/4.6/bits/stl_vector.h:1080:4: error: invalid conversion from ‘int’ to ‘std::vectorgr::filter::kernel::fir_filter_fff*::value_type {aka gr::filter::kernel::fir_filter_fff*}’ [-fpermissive]

usr/include/c++/4.6/bits/stl_vector.h:1122:7: error: initializing argument 2 of ‘void std::vector<_Tp, _Alloc>::_M_fill_initialize(std::vector<_Tp, _Alloc>::size_type, const value_type&) [with _Tp = gr::filter::kernel::fir_filter_fff*, _Alloc = std::allocatorgr::filter::kernel::fir_filter_fff*, std::vector<_Tp, _Alloc>::size_type = unsigned int, std::vector<_Tp, _Alloc>::value_type = gr::filter::kernel::fir_filter_fff*]’ [-fpermissive]

@jmcorgan
Copy link
Contributor

@awalls-cx18

@jmcorgan
Copy link
Contributor

What is your OS version?

@awalls-cx18
Copy link
Contributor

awalls-cx18 commented Jul 18, 2017 via email

@Sandeep-Sarma
Copy link
Author

Thanks. Let me try that. My OS version is Ubuntu 12.04.

@jmcorgan
Copy link
Contributor

I'm going to be pushing a PR for fixing this that should work for you, but please remember that Ubuntu 12.04 is no longer supported by us or Canonical.

@Sandeep-Sarma
Copy link
Author

Thanks Sir. Point noted.

@jmcorgan
Copy link
Contributor

@Sandeep-Sarma PR #1389 has the recommended changes; please confirm this solves your problem as we do not test gcc 4.6 or Ubuntu 12.04.

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

3 participants