Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. -- Build type not specified: defaulting to release.
  2. CMake Deprecation Warning at CMakeLists.txt:56 (cmake_policy):
  3. The OLD behavior for policy CMP0026 will be removed from a future version
  4. of CMake.
  5.  
  6. The cmake-policies(7) manual explains that the OLD behaviors of all
  7. policies are deprecated and that a policy should be set to OLD only under
  8. specific short-term circumstances. Projects should be ported to the NEW
  9. behavior and not rely on setting a policy to OLD.
  10.  
  11.  
  12. -- Boost version: 1.62.0
  13. -- Found the following Boost libraries:
  14. -- filesystem
  15. -- system
  16. --
  17. -- Python checking for PyQt4
  18. -- Python checking for PyQt4 - found
  19. -- Found QwtPlot3D-qt4: /usr/lib/libqwtplot3d-qt4.so
  20. -- Checking for module 'cppunit'
  21. -- Found cppunit, version 1.14.0
  22. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  23. -- QWT Version: 6.1.0
  24. Checking for GNU Radio Module: RUNTIME
  25. -- Checking for module 'gnuradio-runtime'
  26. -- Found gnuradio-runtime, version 3.7.10
  27. * INCLUDES=/usr/include
  28. * LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  29. GNURADIO_RUNTIME_FOUND = TRUE
  30. Checking for GNU Radio Module: ANALOG
  31. -- Checking for module 'gnuradio-analog'
  32. -- Found gnuradio-analog, version 3.7.10
  33. * INCLUDES=/usr/include
  34. * LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-analog.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so;/usr/lib/x86_64-linux-gnu/libvolk.so
  35. GNURADIO_ANALOG_FOUND = TRUE
  36. Checking for GNU Radio Module: BLOCKS
  37. -- Checking for module 'gnuradio-blocks'
  38. -- Found gnuradio-blocks, version 3.7.10
  39. * INCLUDES=/usr/include
  40. * LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-blocks.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  41. GNURADIO_BLOCKS_FOUND = TRUE
  42. Checking for GNU Radio Module: FFT
  43. -- Checking for module 'gnuradio-fft'
  44. -- Found gnuradio-fft, version 3.7.10
  45. * INCLUDES=/usr/include
  46. * LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-fft.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  47. GNURADIO_FFT_FOUND = TRUE
  48. Checking for GNU Radio Module: FILTER
  49. -- Checking for module 'gnuradio-filter'
  50. -- Found gnuradio-filter, version 3.7.10
  51. * INCLUDES=/usr/include
  52. * LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-filter.so;/usr/lib/x86_64-linux-gnu/libgnuradio-fft.so;/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  53. GNURADIO_FILTER_FOUND = TRUE
  54. Checking for GNU Radio Module: PMT
  55. -- Checking for module 'gnuradio-runtime'
  56. -- Found gnuradio-runtime, version 3.7.10
  57. * INCLUDES=/usr/include
  58. * LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so;/usr/lib/x86_64-linux-gnu/libgnuradio-pmt.so
  59. GNURADIO_PMT_FOUND = TRUE
  60. Checking for GNU Radio Module: VOLK
  61. -- Checking for module 'volk'
  62. -- Found volk, version 1.3
  63. * INCLUDES=/usr/include
  64. * LIBS=/usr/lib/x86_64-linux-gnu/libvolk.so
  65. GNURADIO_VOLK_FOUND = TRUE
  66. -- Extracting version information from git describe...
  67. -- Using install prefix: /usr/local
  68. -- Building for version: b2fbb6b3 / 1.1.2git
  69. --
  70. -- Checking for module SWIG
  71. -- Disabling SWIG because version check failed.
  72. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  73. -- Configuring done
  74. -- Generating done
  75. -- Build files have been written to: /home/rs/devel/gr-inspector/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement