Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Peter Mathys
As noted elsewhere the failure to find libzmq1-dev is expected (what is needed is libzmq-dev) and does not affect the outcome of the installation. However, the UHD installation most likely fails because of the switch from the cheetah to the mako template engine which has not (yet?) made its way

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Peter Mathys
, mle...@ripnet.com wrote: Hrrrm, I was pretty-sure that I'd made that update some time ago. I'll have to check my master copy when I get home. On 2015-09-22 11:08, Peter Mathys wrote: As noted elsewhere the failure to find libzmq1-dev is expected (what is needed is libzmq-dev) and does

[Discuss-gnuradio] gr-tutorial/examples/tutorial4 Python module missing

2015-05-04 Thread Peter Mathys
I have downloaded the most recent version of the gr-tutorial from github and installed it using cd gr-tutorial mkdir build cd build cmake .. make sudo make install sudo ldconfig Everything works fine up to this point and I don't get any error messages. When I open gr-tutorial/examples/tutorial4/

Re: [Discuss-gnuradio] gr-tutorial/examples/tutorial4 Python module missing

2015-05-05 Thread Peter Mathys
05.2015 20:57, Peter Mathys wrote: I have downloaded the most recent version of the gr-tutorial from github and installed it using cd gr-tutorial mkdir build cd build cmake .. make sudo make install sudo ldconfig Everything works fine up to this point and I don't get any error messages. When I o

Re: [Discuss-gnuradio] Problems when trying to make out of tree modules

2015-05-13 Thread Peter Mathys
I've had a similar problem when I generated files for my own module using the gr_modtool and then copied some existing code by replacing the file(s) that gr_modtool generates. It turns out I had overlooked that the new "my_block" name needs to be changed in several places, like the namespace de