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

Add missing #include <boost/exception/diagnostic_information.hpp> #593

Merged
merged 1 commit into from Apr 6, 2022
Merged

Conversation

AdrianBunk
Copy link
Contributor

This fixes the build failures at
https://buildd.debian.org/status/logs.php?pkg=gnss-sdr&ver=0.0.16-1%2Bb2

/<<PKGBUILDDIR>>/src/algorithms/signal_source/adapters/limesdr_signal_source.cc: In constructor ‘LimesdrSignalSource::LimesdrSignalSource(const ConfigurationInterface*, const string&, unsigned int, unsigned int, Concurrent_Queue<std::shared_ptr<pmt::pmt_base> >*)’:
/<<PKGBUILDDIR>>/src/algorithms/signal_source/adapters/limesdr_signal_source.cc:100:67: error: ‘diagnostic_information’ is not a member of ‘boost’
  100 |                     LOG(WARNING) << "Boost exception: " << boost::diagnostic_information(e);
      |                                                                   ^~~~~~~~~~~~~~~~~~~~~~

@carlesfernandez
Copy link
Member

This fix is already in the next branch, but I'll accept this PR since the main branch should be always usable with the latest GNU Radio version. But this also means that we need to make a new release soon :-)

Thanks for your contribution.

@carlesfernandez carlesfernandez merged commit 1c25289 into gnss-sdr:main Apr 6, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants