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

Other OS support? #32

Open
theGowda opened this issue Mar 18, 2023 · 1 comment
Open

Other OS support? #32

theGowda opened this issue Mar 18, 2023 · 1 comment
Labels

Comments

@theGowda
Copy link

Code depends on linux/if_tun.h which throws an error while running make on Mac OS

gr-bluetooth/lib/../include/tun.h:16:10: fatal error: 'linux/if_tun.h' file not found
#include <linux/if_tun.h>
^~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [lib/CMakeFiles/gnuradio-bluetooth.dir/tun.cc.o] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-bluetooth.dir/all] Error 2
make: *** [all] Error 2

how do I build it on Mac OS?

@straithe straithe added the bug label Mar 18, 2023
@straithe
Copy link
Member

Thank you for the report. I'll get someone on the GSG team to look into this.

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

No branches or pull requests

2 participants