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: Honcho41
Subject: Re: [Discuss-gnuradio] Gr-Inspector install errors
Date: Thu, 16 Mar 2017 08:40:05 -0700 (MST)

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 libraries to link against
#  QWTPLOT3D_FOUND, If false, do not try to use GLUT.

find_path( QT_QWTPLOT3D_INCLUDE_DIR qwt3d_plot.h
/home/mcgyver/qwtplot3d-0.2.7+svn191/include /usr/include/
/usr/local/include /usr/include$

#message( STATUS "${QWTPLOT3D_INCLUDE_DIR}")
find_library( QWTPLOT3D_LIBRARIES NAMES qwtplot3d-qt4 qwtplot3d /usr/lib/
usr/local/lib /home/mcgyver/qwtplot3d-0.2.7+svn191/include )
#message( STATUS "${QWTPLOT3D_LIBRARIES}")
if ( QT_QWTPLOT3D_INCLUDE_DIR  AND QWTPLOT3D_LIBRARIES )
  set( QWTPLOT3D_FOUND TRUE )
  set( QT_QWTPLOT3D_LIBRARY QWTPLOT3D_LIBRARIES )
  set( QT_QWTPLOT3D_LIBRARY_DIRS QWTPLOT3D_LIBRARIES)
endif ( QT_QWTPLOT3D_INCLUDE_DIR  AND QWTPLOT3D_LIBRARIES )

if ( QWTPLOT3D_FOUND )
  if ( NOT QWTPLOT3D_FIND_QUIETLY )
    message( STATUS "Found QwtPlot3D-qt4: ${QWTPLOT3D_LIBRARIES}")
  endif( NOT QWTPLOT3D_FIND_QUIETLY )
else( QWTPLOT3D_FOUND )
  if ( QWTPLOT3D_FIND_REQUIRED )
    message(FATAL_ERROR "Could not find QwtPlot3D-qt4 ")
  endif ( QWTPLOT3D_FIND_REQUIRED )
endif ( QWTPLOT3D_FOUND )

But after running cmake I still get the same errors.

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_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".
address@hidden:~/gr-inspector/build$ 





-----
Studying for BEng (Hons) Telecommunications Systems Engineering
Bournemouth University
--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Gr-Inspector-install-errors-tp62687p63129.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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