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 cmake tries to build gr-inspector. Can you check that no other QWT version remainings are present on your system?
Best, Sebastian Am 19. Juni 2017 um 20:26:44, Neil2017 (ndshel...@hotmail.co.uk) schrieb: 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
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio