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
, 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
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/
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
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