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

maint-3.10 branch doesn't actually appear to be GR3.10 compatible? #49

Open
ion-concepts opened this issue Nov 13, 2023 · 4 comments · May be fixed by #52
Open

maint-3.10 branch doesn't actually appear to be GR3.10 compatible? #49

ion-concepts opened this issue Nov 13, 2023 · 4 comments · May be fixed by #52
Labels

Comments

@ion-concepts
Copy link

maint-3.10 and main fail to build against GR 3.10.8 because of use of the __GR_VLA macro which was removed from GR3.10 @a2f39b26239784bf6b01e3c289fb0f90041167ce

@ion-concepts ion-concepts changed the title main-3.10 branch doesn't actually appear to be GR3.10 compatible? maint-3.10 branch doesn't actually appear to be GR3.10 compatible? Nov 13, 2023
@marcusmueller
Copy link
Member

yep, stumbled across the same yesterday on stage. oops. Fixed that in a PR. Sorry, @ion-concepts !

@marcusmueller
Copy link
Member

marcusmueller commented Jun 30, 2024

can you try #52 , @ion-concepts ? Note that I tried nothing but running the unit tests after these fixes.

@ion-concepts
Copy link
Author

Confirm I can now build this against current GR maint-3.10.
One quirk, I have libspdlog-dev/focal,now 1:1.5.0-1 amd64 [installed] and had to make the following change:

index e299956..5384a7d 100644
--- a/lib/ofdm_bouzegzi_c_impl.cc
+++ b/lib/ofdm_bouzegzi_c_impl.cc
@@ -26,7 +26,7 @@
 #include <gnuradio/gr_complex.h>
 #include <gnuradio/io_signature.h>
 #include <gnuradio/logger.h>
-#include <spdlog/fmt/ranges.h>
+#include <spdlog/fmt/bundled/ranges.h>
 #include <volk/volk.h>
 #include <volk/volk_alloc.hh>
 #include <complex>

@marcusmueller
Copy link
Member

marcusmueller commented Jul 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants