gnuradio / gr-inspector

Signal Analysis Toolbox for GNU Radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems installing gr-inspector

jmcastro00 opened this issue · comments

hi all,

I trying install gr-inspector on Ubuntu 18.04.3 LTS. I have installed GNU Radio Companion 3.7.11. When I try to ejecute "cmake .." i have this result:

~/gr-inspector-master/build$ cmake ..
-- Build type not specified: defaulting to release.
CMake Deprecation Warning at CMakeLists.txt:56 (cmake_policy):
  The OLD behavior for policy CMP0026 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   filesystem
--   system
-- 
-- Python checking for PyQt4
-- Python checking for PyQt4 - found
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (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.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.10/Modules/FindQt4.cmake:1327 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:152 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/jmcastro/gr-inspector-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/jmcastro/gr-inspector-master/build/CMakeFiles/CMakeError.log".

Could anyone help me and give someone suggestion, how can I install gr-inspector?.

CMake is unable to find Qwtplot3D. If you have installed the package, this error should not occur.

hi Mr. Mueller, I have try to install gr-inspector:

~$ pybombs install gr-inspector
PyBOMBS.ConfigManager - INFO - Prefix Python version is: 2.7.15
PyBOMBS - INFO - PyBOMBS Version 2.3.3
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing binary packages:
**PyBOMBS.install_manager - ERROR - Package has no install method: qwtplot3d

I have try install package qwtplot3d.

https://packages.ubuntu.com/xenial/i386/libqwtplot3d-qt4-0v5/download

because http://qwtplot3d.sourceforge.net/web/navigation/download_frame.html

Is off.

I'm desperate because I can't install gr-inspector.

There is a recipe for qwtplot3d here: https://github.com/gnuradio/gr-recipes/blob/master/qwtplot3d.lwr . If this fails, your operating system might not support any installation method which is described there. I'm not using Linux on a regular basis anymore and therefore can't assist you with how to install certain dependencies on certain distributions, I'm sorry. I'd advice you to Google and search the GNU Radio mailing list (https://lists.gnu.org/archive/html/discuss-gnuradio/) for information on how to install qwtplot3d on your operating system.

Closing due to inactivity.

Very you able to resolve the issue? I am facing same issue while installing gr-inspector in gnuradio3.7 ubuntu 18

CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Qt4 (missing: QT_QWTPLOT3D_LIBRARY) (found suitable version
"4.8.7", minimum required is "4.2.0")