> > /home/rell320/gr-inspector/lib/signal_marker.h:28:31: fatal > error: qwt_plot_zoneitem.h: No such file or directory > #include <qwt_plot_zoneitem.h> > ^ > compilation terminated. >
This is most likely because of your qwt version. Minimum required version is 6.1.0 (see Readme), while Ubuntu 14.04 has an earlier version in it's repos. You should install version 6.1.0 on you system, which you can either do by compiling it from sources [1] or upgrading your distro to a more recent version. Best, Sebastian [1] http://qwt.sourceforge.net/qwtinstall.html > > > On Saturday, January 28, 2017 8:13 AM, Sebastian Müller <gse...@gmail.com> > wrote: > > > Hi Tellrell, > > Looks like its a QWTPLOT3D issue, which is a dependency. I tried > installing that but I'm having some difficulty there. > > What do you mean by 'I tried installing that'? Did you succeed? Or what is > the problem if not? Can you specify your OS and version? > > Could NOT find Qt4 (missing: QT_QWTPLOT3D_INCLUDE_DIR > QT_QWTPLOT3D_LIBRARY) > > This is basically cmake telling you QwtPlot3D cannot be found. Most > likely, you need to install this (see above) and it should work. > Cheers, > Sebastian > > _______________________________________________ > 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 > >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio