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 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 
sudo make install 

After doing cmake .. (in which no errors occured), i ran the  "make -j4"
command, but received a few errors in the ouput below.  Any help would be
much appreciated. Neil. 


root@kali:~/gr-inspector/build# make -j4 
/root/gr-inspector/build/lib/../../lib/signal_marker.h:28:31: fatal error:
qwt_plot_zoneitem.h: No such file or directory 
 #include <qwt_plot_zoneitem.h>
                               ^ 
compilation terminated. 
lib/CMakeFiles/gnuradio-inspector.dir/build.make:72: recipe for target
'lib/CMakeFiles/gnuradio-inspector.dir/moc_inspector_form.cxx.o' failed 
make[2]: ***
[lib/CMakeFiles/gnuradio-inspector.dir/moc_inspector_form.cxx.o] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
Scanning dependencies of target _inspector_swig_swig_tag 
In file included from
/root/gr-inspector/build/lib/../../lib/vis3d_vf_form.h:34:0, 
                 from /root/gr-inspector/build/lib/moc_vis3d_vf_form.cxx:9: 
/root/gr-inspector/build/lib/../../lib/signal_marker.h:28:31: fatal error:
qwt_plot_zoneitem.h: No such file or directory 
 #include <qwt_plot_zoneitem.h>
                               ^ 
compilation terminated. 

CMakeFiles/Makefile2:137: recipe for target
'lib/CMakeFiles/gnuradio-inspector.dir/all' failed 
make[1]: *** [lib/CMakeFiles/gnuradio-inspector.dir/all] Error 2 
Makefile:138: recipe for target 'all' failed 
make: *** [all] Error 2 



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/GR-Inspector-Installation-problems-tp64256p64294.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to