Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Bastian Bloessl
Hi, On 09/28/2018 04:26 PM, Dmitriy Tochansky wrote: Here is a link to patch https://github.com/gnuradio/gnuradio/commit/5197311dd22744b784ff9ae2cd965a26ef04f4a4 Thanks—will this let gr-ieee802.11 compile against the master branch? No, it's a commit that remove 'delete_head_blocking' from

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Dmitriy Tochansky
Hi Andreas! You need to build gr-foo against maint-3.7 branch of gnuradio. There is no 'delete_head_blocking' in master branch. That did the trick. I’m seeing a couple branches (“maint”, “maint-3.7”, “master”, etc.). Are there descriptions of the different branches that I missed in my web

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Andreas Yankopolus
Dmitriy, > You need to build gr-foo against maint-3.7 branch of gnuradio. > There is no 'delete_head_blocking' in master branch. That did the trick. I’m seeing a couple branches (“maint”, “maint-3.7”, “master”, etc.). Are there descriptions of the different branches that I missed in my web

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Dmitriy Tochansky
Andreas Yankopolus писал 2018-09-28 02:27: I’m trying to build and install GR and gr-ieee802.11 from the git repos, as I know that I’ll be wanting to examine and possibly single-step & instrument the underlying code for my project. This is on Ubuntu 18.04. [ 34%] Building CXX object

[Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-27 Thread Andreas Yankopolus
I’m trying to build and install GR and gr-ieee802.11 from the git repos, as I know that I’ll be wanting to examine and possibly single-step & instrument the underlying code for my project. This is on Ubuntu 18.04. In the directories for both, I get: ayank@ubuntu:~/Documents/SDR/gnuradio$ git