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

build issue on debian #127

Open
ksbjr opened this issue Apr 1, 2024 · 4 comments
Open

build issue on debian #127

ksbjr opened this issue Apr 1, 2024 · 4 comments

Comments

@ksbjr
Copy link

ksbjr commented Apr 1, 2024

../../qradiolink/src/gr/gr_mod_base.h:34:10: fatal error: gnuradio/filter/rational_resampler_base.h: No such file or directory
34 | #include <gnuradio/filter/rational_resampler_base.h>
|

@kantooon
Copy link
Collaborator

kantooon commented Apr 2, 2024

Which version of Debian and which branch are you trying to build?
It looks like you are trying to build from next or master on Debian Bookworm with GNU Radio 3.10. If that is the case, please use branch gr_3.10 which is compatible with this version of GNU Radio.

@ksbjr
Copy link
Author

ksbjr commented Apr 2, 2024

the one issue is the renamed the filegnuradio/filter/rational_resampler_base.h > gnuradio/filter/rational_resampler.h this should fix next for debian

@ksbjr
Copy link
Author

ksbjr commented Apr 2, 2024

gr_3.10 has issue
/usr/bin/ld: cannot find -llog4cpp: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:630: qradiolink] Error 1

need to add liblog4cpp5-dev to pkgs to. install

@kantooon
Copy link
Collaborator

Sorry, I've been busy with other things, I'll take a look at this, before tagging a new release.

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

No branches or pull requests

2 participants