On 06/19/2017 06:43 AM, Neil2017 wrote:
> Hi Sebastian, Thanks for quick reply.
>
> What is the best way to check if I have any other versions installed, I
> cannot see any other folders if I look using the file explorer, is there a
> command that i can run to check?
Try
apt list --installed |
Hi Sebastian, Thanks for quick reply.
What is the best way to check if I have any other versions installed, I
cannot see any other folders if I look using the file explorer, is there a
command that i can run to check?
Thanks Neil.
--
View this message in context:
http://gnuradio.4.n7.nabble.
Hi Neil,
the error you mention originates from cmake not able to find a specific
header file, which is included in QWT 6.1 and later. So, if QWT is properly
installed on your system, it *should* work. My most likely guess is that
you have some unclean or old QWT installation besides 6.1 with which
Hi all,
Following on, I am still having the same issue, I have checked the version
of QWT and have version 6.1.2-6 amd64 installed. Does anyone have any other
ideas please? Thanks. Neil.
original quote:
Hi all, I am attempting to install GR-Inspector for use with GNU Radio on
Kali O/S.
I have f
Hi Cinaed
Many thanks, I tried the command:
apt list | grep libqwt-dev
and do already have version 6.1.2-6 amd64 installed.
.. any other ideas please?
Thanks,Neil.
Neil2017 wrote
> - trimmed from original to show errors.
>
> Hi all, I am attempting to install GR-Inspector for use with GN
On 06/14/2017 02:34 PM, Neil2017 wrote:
> Hi all, I am attempting to install GR-Inspector for use with GNU Radio on
> Kali O/S.
> I have followed the instructions on
> https://github.com/gnuradio/gr-inspector, and followed the commands:
> git clone g...@github.com:gnuradio/gr-inspector.git
> cd gr-
Hi all, I am attempting to install GR-Inspector for use with GNU Radio on
Kali O/S.
I have followed the instructions on
https://github.com/gnuradio/gr-inspector, and followed the commands:
git clone g...@github.com:gnuradio/gr-inspector.git
cd gr-inspector
mkdir build
cd build
cmake ..
make -j4
sud