Re: [Discuss-gnuradio] gnuradio on High Sierra

2018-05-16 Thread Vipin Sharma
Thank you. I was just trying to build a custom block in GnuRadio. GnuRadio itself is what I got from MacPorts. I will wait for your fix. If the work involved more than a few days is there an alternative I can try out to bypass the issue for now? Vipin > On May 16, 2018, at 6:07 AM, Michael Dic

[Discuss-gnuradio] ImportError: No module named howto_swig

2018-05-16 Thread Cindy Zhang
I am trying to follow the example of adding a square_ff module ( https://wiki.gnuradio.org/index.php/OutOfTreeModules). I didn't modify the python/CMakeList.txt file because it didn't do so in the youtube tutorial ( https://www.youtube.com/watch?v=BW8o9ZgFJ5I). The 'Cmake' and 'make' command went s

Re: [Discuss-gnuradio] gnuradio on High Sierra

2018-05-16 Thread Michael Dickens
Yes what you found is the case: any project when using CppUnit 1.14 requires C++11. Are you trying to build the "gnuradio" port? If so, instead try the "gnuradio-devel", as it contains fixes for this issue && I don't recall if the release does yet. I'll look into it on my end. - MLDOn Wed, May 16,

Re: [Discuss-gnuradio] TX time control

2018-05-16 Thread Yeo Jin Kuang Alvin (IA)
Hi, Thank you for giving me the manual, I have read them. From what I understand, the tx_sob and tx_eob only indicates when to start and stop, can it hold for a certain amount of time before the next tx_sob comes in? To create stream tags in python, the code looks like this: def work(se