-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use of boost::format() in GR 3.10 #24
Comments
Good catch Gisle. I just tried to rebuild the 'gnuradio-3.10' branch here this morning against the 'main' branch of GNU Radio, and it failed with the same errors you saw (which will need exactly the fix you suggested). Tonight after work I'll start working on these changes (I want to merge the Franco |
Besides, are we required to use those butt-ugly A big step backwards with these SPDlog formats IMHO. Why not both? But testing GR 3.11 with a Not specifying where that is! |
Yup - I am planning to switch to use 'fmt' and 'spdlog', like they do in 3.11, in the new 'main' branch after I'm done moving those branches around. |
I figured out those SPDlog format. Not so hard. Except to replace a |
Thanks for all your help, Gisle. Please give it a try when you have some time and let me know what you think, |
Works fine! But kinda confusing that this commit is in |
Gisle, The names of the branches in I thought it would be easier and more clear to keep the branch names the same in this OOT module. Franco |
I've checked out the gnuradio-3.10 branch of this project like this:
Correct?
But I've big troubles compiling it due to the use of
boost::format()
etc. From aclang-cl
compile:etc. etc.
Shouldn't this really be:
These errors happened recently. So perhaps there's was another breaking commit in GR-master repo that caused this?
The text was updated successfully, but these errors were encountered: