I can install gnuradio fine from the Mint repository - it works, but it is
version 3.6.1. I want to use the rtlsdr stuff, so I need at least version
3.6.4.
So, I de-installed 3.6.1 and used the build-gradio script to install
version 3.6.5. The script completes successfully. However, when I try
> Did you follow the suggestions for PYTHONPATH that are made at the end of the
> script output?
Yep:
cja@cja-laptop ~ $ echo $PYTHONPATH
/usr/local/lib/python2.7/dist-packages
Also:
cja@cja-laptop ~ $ echo $LD_LIBRARY_PATH
/usr/local/lib
> What happens if you:
>
> python -c "from gnuradio i
On 23 June 2013 02:55, Josh Blum wrote:
> ...
> We have had issues with builds compling against installed headers. Try
> removing installed volk hdrs in /usr/include and /usr/local/include first.
No volk headers anywhere in /usr/include. I removed the volk
directory from /usr/local/include and r