Advertisement
Guest User

Untitled

a guest
Jun 13th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. jblum@wiggle:~/src/gras_test$ cd ../
  2. jblum@wiggle:~/src$ mkdir gras_build
  3. jblum@wiggle:~/src$ cd gras_build/
  4. jblum@wiggle:~/src/gras_build$ cmake ../gras_test/
  5. -- The CXX compiler identification is GNU 4.7.2
  6. -- The C compiler identification is GNU 4.7.2
  7. -- Check for working CXX compiler: /usr/local/bin/c++
  8. -- Check for working CXX compiler: /usr/local/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working C compiler: /usr/local/bin/gcc
  12. -- Check for working C compiler: /usr/local/bin/gcc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Build type not specified: defaulting to release.
  16. -- Boost version: 1.49.0
  17. -- Found the following Boost libraries:
  18. -- thread
  19. -- date_time
  20. -- regex
  21. -- system
  22. -- Check size of void*[8]
  23. -- Check size of void*[8] - done
  24. -- Boost version: 1.49.0
  25. -- Found the following Boost libraries:
  26. -- thread
  27. -- system
  28. -- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
  29. -- Performing Test HAS_STD_CPP11
  30. -- Performing Test HAS_STD_CPP11 - Success
  31. -- XS lib: XS_LIBRARIES-NOTFOUND
  32. -- XS include:
  33. -- Could NOT find XS (missing: XS_INCLUDE_DIR XS_LIBRARIES)
  34. -- THERON_INCLUDE_DIRS: /home/jblum/src/gras_test/Theron/Include;/home/jblum/src/gras_test/Theron/Include/External;/usr/include;/usr/include
  35. -- THERON_LIBRARY_DIRS: /usr/lib
  36. -- THERON_LIBRARIES: /usr/lib/libboost_thread-mt.so;pthread;/usr/lib/libboost_date_time-mt.so;/usr/lib/libboost_regex-mt.so;/usr/lib/libboost_system-mt.so;/usr/lib/libboost_thread-mt.so;pthread;/usr/lib/libboost_system-mt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/libnuma.so;/usr/lib/x86_64-linux-gnu/librt.so
  37. -- THERON_DEFINES: -DTHERON_GCC=1;-DTHERON_64BIT=1;-fPIC;-DTHERON_BOOST=1;-DTHERON_POSIX=1;-DHAVE_PTHREAD_H;-DTHERON_CPP11=1;-std=c++11;-DTHERON_NUMA=1
  38. -- Boost version: 1.49.0
  39. -- Found the following Boost libraries:
  40. -- serialization
  41. -- Found SWIG: /usr/bin/swig2.0 (found version "2.0.7")
  42. -- Found PythonLibs: /usr/lib/python3.2/config/libpython3.2.so (found version "2.7.3")
  43. -- Found PythonInterp: /usr/bin/python (found version "2.7.3")
  44. -- Boost version: 1.49.0
  45. -- Configuring swig python module PMCIndex...
  46. -- Configuring swig python module PMCPool...
  47. -- Configuring swig python module PMCNone...
  48. -- Configuring swig python module PMCBool...
  49. -- Configuring swig python module PMCIntegers...
  50. -- Configuring swig python module PMCFloats...
  51. -- Configuring swig python module PMCComplex...
  52. -- Configuring swig python module PMCString...
  53. -- Configuring swig python module PMCTuple...
  54. -- Configuring swig python module PMCSet...
  55. -- Configuring swig python module PMCList...
  56. -- Configuring swig python module PMCDict...
  57. -- Configuring swig python module PMCNumericArray...
  58. -- Boost version: 1.49.0
  59. -- Found the following Boost libraries:
  60. -- unit_test_framework
  61. -- serialization
  62. --
  63. -- Python checking for numpy support
  64. -- Python checking for numpy support - found
  65. -- Boost version: 1.49.0
  66. -- Boost version: 1.49.0
  67. -- Found the following Boost libraries:
  68. -- unit_test_framework
  69. -- serialization
  70. -- Found Git: /usr/bin/git
  71. -- Extracting version information from git describe...
  72. -- Performing Test HAVE_VISIBILITY_HIDDEN
  73. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  74. -- Performing Test HAVE_WARN_SIGN_COMPARE
  75. -- Performing Test HAVE_WARN_SIGN_COMPARE - Success
  76. -- Performing Test HAVE_WARN_ALL
  77. -- Performing Test HAVE_WARN_ALL - Success
  78. -- Performing Test HAVE_WARN_NO_UNINITIALIZED
  79. -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success
  80.  
  81.  
  82. --- etc....
  83.  
  84. -- ######################################################
  85. -- # Gnuradio enabled components
  86. -- ######################################################
  87. -- * python-support
  88. -- * testing-support
  89. -- * volk
  90. -- * doxygen
  91. -- * gruel
  92. -- * gnuradio-core
  93. -- * gnuradio-companion
  94. -- * gr-fft
  95. -- * gr-filter
  96. -- * gr-atsc
  97. -- * gr-audio
  98. -- * gr-analog
  99. -- * gr-digital
  100. -- * gr-noaa
  101. -- * gr-pager
  102. -- * gr-trellis
  103. -- * gr-uhd
  104. -- * gr-utils
  105. -- * gr-vocoder
  106. -- * gr-fcd
  107. -- * gr-wavelet
  108. -- * gr-wxgui
  109. -- * gr-blocks
  110. --
  111. -- ######################################################
  112. -- # Gnuradio disabled components
  113. -- ######################################################
  114. -- * sphinx
  115. -- * gr-comedi
  116. -- * gr-qtgui
  117. -- * gr-shd
  118. -- * gr-video-sdl
  119. --
  120. -- Using install prefix: /usr/local
  121. -- Building for version: 3.6.4.2 / 3.6.4.2
  122. -- Extracting version information from git describe...
  123. -- Boost version: 1.49.0
  124. -- Could NOT find OpenCL (missing: OPENCL_LIBRARIES OPENCL_INCLUDE_DIRS)
  125. CMake Warning at grextras/CMakeLists.txt:63 (message):
  126. OpenCL library not found - optional for OpenCL block
  127.  
  128.  
  129. -- checking for module 'orc-0.4 > 0.4.11'
  130. -- found orc-0.4 > 0.4.11, version 0.4.16
  131. -- Found ORC: /usr/lib/x86_64-linux-gnu/liborc-0.4.so
  132. CMake Warning at grextras/CMakeLists.txt:79 (message):
  133. LLVM library not found - optional for Clang block
  134.  
  135.  
  136. CMake Warning at grextras/CMakeLists.txt:82 (message):
  137. Clang executable not found - optional for Clang block
  138.  
  139.  
  140. -- Boost version: 1.49.0
  141. -- Found the following Boost libraries:
  142. -- thread
  143. -- serialization
  144. -- Boost version: 1.49.0
  145. -- Found the following Boost libraries:
  146. -- unit_test_framework
  147. -- Configuring done
  148. -- Generating done
  149. -- Build files have been written to: /home/jblum/src/gras_build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement