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

2017-03-16 Thread Honcho41
I placed the path into FindQwtPlot3D.cmake as you suggested: # Based on https://github.com/w0land/thesis-app/blob/master/cmake/modules/FindQwtPlot3D.cmake # - try to find QwtPlot3D library and include files # QWTPLOT3D_INCLUDE_DIR, where to find GL/glut.h, etc. # QWTPLOT3D_LIBRARIES, the librar

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

2017-03-16 Thread Sebastian Mueller
Installing headers in your home directory is very uncommon, that's also why cmake cannot find your installation there. Can you try to add that path to ./cmake/Modules/FindQwtPlot3D.cmake in line 8? Same goes for the library path in line 11, that you have to find out, too. On 16.03.2017 14:49, Hon

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

2017-03-16 Thread Honcho41
Hi again Sebastian, I followed the guide that Kyeong posted (thank you) and although it didn't complete fully I do now have the qwt3d_plot.h file @: /home/mcgyver/qwtplot3d-0.2.7+svn191/include Any further help you can give is appreciated. Paul - Studying for BEng (Hons) Telecommunicatio

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

2017-03-16 Thread Kyeong Su Shin
To whom it may concern: It seems like libqwtplot3d-qt4-dev and libqwtplot3d-qt4-0v5 are not available for Ubuntu 16.04 armhf ( http://packages.ubuntu.com/xenial/libqwtplot3d-qt4-0v5) . You can either try building them manually or switch to AArch64 (arm64) build of Ubuntu (not sure if it is the bes

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

2017-03-16 Thread Honcho41
I have also just conducted a quick file search and found this path: /usr/share/doc/libqwtplot3d-doc$ There appears to be no qwt3d_plot.h though Paul - Studying for BEng (Hons) Telecommunications Systems Engineering Bournemouth University -- View this message in context: http://gnuradio.

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

2017-03-16 Thread Honcho41
Hi Sebastian, Thank you for a quick reply. When I try to install those I get the following: mcgyver@mcgyver-pi:~$ sudo apt-get install libqwtplot3d-qt4-dev Reading package lists... Done Building dependency tree Reading state information... Done Package libqwtplot3d-qt4-dev is not availabl

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

2017-03-16 Thread Sebastian Mueller
Hi Paul, this message in *most* cases mean that qwtplot3d is not installed. Please make sure that these packages are installed: libqwtplot3d-qt4-0v5 libqwtplot3d-qt4-dev If this is the case, cmake cannot find your qwtplot3d installation. Can you please specify where you have installed qwtplot3d (

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

2017-03-16 Thread Honcho41
I am also trying to install gr-inspector on a RPi 3 running Ubuntu MATE 16.04.2 I'm sure I've installed all dependancies but when I run cmake I get this: mcgyver@mcgyver-pi:~/gr-inspector/build$ cmake .. -- Build type not specified: defaulting to release. -- Boost version: 1.58.0 -- Found the fol

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

2017-01-29 Thread Sebastian Müller
Ok, I think cmake is still finding the older Qwt version, while the new one is installed as well. The file mentioned in the error message (qwt_plot_zoneitem.h) is new in version 6.1.0 and should therefore be found. Did you uninstall Qwt with apt-get before you reinstalled from source? If not, pleas

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

2017-01-28 Thread Sebastian Müller
> > /home/rell320/gr-inspector/lib/signal_marker.h:28:31: fatal > error: qwt_plot_zoneitem.h: No such file or directory >#include >^ >compilation terminated. > This is most likely because of your qwt version. Minimum required version is 6.1

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

2017-01-28 Thread Sebastian Müller
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