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 support for gnuradio 3.11 / newer spdlog library #390

Open
wants to merge 7 commits into
base: maint-3.10
Choose a base branch
from

Conversation

bkerler
Copy link

@bkerler bkerler commented Aug 1, 2023

This fixes issues with spdlog on newer ubuntu (updated gnuradio format specification) and latest gnuradio version 3.11. Tested with ubuntu 23.04. See: https://wiki.gnuradio.org/index.php/Logging#Logging_in_C++

@bastibl
Copy link
Owner

bastibl commented Aug 4, 2023

I added a commit that tries to fix this issue. Would be great if you could check if it fixes the problem. (The PR adds 3 merge commits and also uses logging directly. The idea of the mylog macro is that one can enable/disable logging per block. Maybe this is now also possible w/ GNU Radio? For now, I switched back to using the macro.)

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.

3 participants