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: Sebastian Mueller
Subject: Re: [Discuss-gnuradio] Gr-Inspector install errors
Date: Thu, 16 Mar 2017 13:23:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

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 (in particular
qwt3d_plot.h)? You can specify the path when running cmake like this:
´cmake -DQT_QWTPLOT3D_INCLUDE_DIR=/your/path/to/qwt3d/headers ..´

Best,
Sebastian
> 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:
>
> address@hidden:~/gr-inspector/build$ cmake ..
> -- Build type not specified: defaulting to release.
> -- Boost version: 1.58.0
> -- Found the following Boost libraries:
> --   filesystem
> --   system
> -- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
> CMake Error at
> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148
> (message): Could NOT find Qt4 (missing: QT_QWTPLOT3D_INCLUDE_DIR
> QT_QWTPLOT3D_LIBRARY) (found suitable version "4.8.7", minimum
> required is "4.2.0") Call Stack (most recent call first):
> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388
> (_FPHSA_FAILURE_MESSAGE)
> /usr/share/cmake-3.5/Modules/FindQt4.cmake:1333
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:152 (find_package)
> -- Configuring incomplete, errors occurred! See also
> "/home/mcgyver/gr-inspector/build/CMakeFiles/CMakeOutput.log". See
> also "/home/mcgyver/gr-inspector/build/CMakeFiles/CMakeError.log". Any
> help is much appreciated Paul





reply via email to

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