discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Gr-Inspector install errors


From: Tellrell White
Subject: Re: [Discuss-gnuradio] Gr-Inspector install errors
Date: Sat, 28 Jan 2017 17:37:33 +0000 (UTC)

Thanks for the response.
I'm using ubuntu 14.02 LTS(trusty). After running "sudo apt-get install" for both libqwtplot3d-qt4-0 and libqwtplot3d-qt4-dev I was able to run cmake without any issues. However, when running the next command in the install "make -j4" I got the following error

        In file included from /home/rell320/gr-inspector/lib/vis3d_vf_form.h:34:0,
                 from /home/rell320/gr-inspector/lib/vis3d_vf_form.cc:23:
        /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.


Any ideas?
Tellrell White







On Saturday, January 28, 2017 8:13 AM, Sebastian Müller <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]