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

fmt 11 compile fix #977

Merged
merged 1 commit into from
Oct 1, 2024
Merged

fmt 11 compile fix #977

merged 1 commit into from
Oct 1, 2024

Conversation

taclane
Copy link
Contributor

@taclane taclane commented Sep 28, 2024

Trunk Recorder may fail to compile as distributions start including newer versions of the fmt library. So far, this has been observed on MacOS (homebrew), and in Arch (#976). It is likely that other distributions will notice this issue as they are updated similarly.

All that is needed is for these two GR_LOG_ERROR() functions to be provided a string instead of a boost::format object.

This change should not impact older versions of fmt, as gnuradio logging functions were already handling these messages as strings.

@robotastic robotastic merged commit b5e042e into robotastic:master Oct 1, 2024
1 check passed
@taclane taclane deleted the fmt11 branch October 1, 2024 14:22
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.

2 participants