Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.43 KB | None | 0 0
  1. cmake ..
  2. -- Build type not specified: defaulting to release.
  3. -- Build type set to Release.
  4. -- Extracting version information from git describe...
  5. -- Compiler Version: cc (SUSE Linux) 4.8.5
  6. Copyright (C) 2015 Free Software Foundation, Inc.
  7. This is free software; see the source for copying conditions. There is NO
  8. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  10. /usr/bin/c++:::-O3 -DNDEBUG -std=c++98 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  11. -- ADDING PERF COUNTERS
  12. -- Building Static Libraries: OFF
  13. -- Boost version: 1.54.0
  14. -- Found the following Boost libraries:
  15. -- date_time
  16. -- program_options
  17. -- filesystem
  18. -- system
  19. -- regex
  20. -- thread
  21. -- chrono
  22. -- atomic
  23. --
  24. -- Checking for module SWIG
  25. -- Found SWIG version 3.0.10.
  26. --
  27. -- The build system will automatically enable all components.
  28. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  29. --
  30. -- Configuring python-support support...
  31. -- Dependency PYTHONLIBS_FOUND = TRUE
  32. -- Dependency SWIG_FOUND = TRUE
  33. -- Dependency SWIG_VERSION_CHECK = TRUE
  34. -- Enabling python-support support.
  35. -- Override with -DENABLE_PYTHON=ON/OFF
  36. --
  37. -- Configuring testing-support support...
  38. -- Dependency CPPUNIT_FOUND = TRUE
  39. -- Enabling testing-support support.
  40. -- Override with -DENABLE_TESTING=ON/OFF
  41. --
  42. -- Configuring VOLK support...
  43. -- Build type set to Release.
  44. -- Extracting version information from git describe...
  45. --
  46. -- Python checking for python >= 2.5
  47. -- Python checking for python >= 2.5 - found
  48. --
  49. -- Python checking for Cheetah >= 2.0.0
  50. -- Python checking for Cheetah >= 2.0.0 - found
  51. -- Boost version: 1.54.0
  52. -- Found the following Boost libraries:
  53. -- filesystem
  54. -- system
  55. -- unit_test_framework
  56. -- program_options
  57. -- QA Testing is enabled.
  58. -- Modify using: -DENABLE_TESTING=ON/OFF
  59. -- System profiling is disabled.
  60. -- Modify using: -DENABLE_PROFILING=ON/OFF
  61. -- Compiler name: GNU
  62. -- x86* CPU detected
  63. -- CPU width is 64 bits, Overruled arch 32
  64. -- Available architectures: generic;64;3dnow;abm;popcount;mmx;fma;sse;sse2;orc;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx;avx2
  65. -- Available machines: generic_orc;sse2_64_mmx_orc;sse3_64_mmx_orc;ssse3_64_mmx_orc;sse4_a_64_mmx_orc;sse4_1_64_mmx_orc;sse4_2_64_mmx_orc;avx_64_mmx_orc;avx2_64_mmx_orc
  66. -- BUILD TYPE = RELEASE
  67. -- Base cflags = -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall
  68. -- BUILD INFO ::: generic_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall
  69. -- BUILD INFO ::: sse2_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2
  70. -- BUILD INFO ::: sse3_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3
  71. -- BUILD INFO ::: ssse3_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3
  72. -- BUILD INFO ::: sse4_a_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt
  73. -- BUILD INFO ::: sse4_1_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1
  74. -- BUILD INFO ::: sse4_2_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt
  75. -- BUILD INFO ::: avx_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx
  76. -- BUILD INFO ::: avx2_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2
  77. -- Compiler Version: cc (SUSE Linux) 4.8.5
  78. Copyright (C) 2015 Free Software Foundation, Inc.
  79. This is free software; see the source for copying conditions. There is NO
  80. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  81. -- c flags: -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall;
  82. -- asm flags:
  83. -- Loading version 1.3 into constants...
  84. -- Using install prefix: /usr/local
  85. --
  86. -- Configuring volk support...
  87. -- Enabling volk support.
  88. -- Override with -DENABLE_VOLK=ON/OFF
  89. -- Override with -DENABLE_INTERNAL_VOLK=ON/OFF
  90. -- ENABLE_GR_LOG set to ON.
  91. -- HAVE_LOG4CPP set to False.
  92. -- LOG4CPP_LIBRARIES set to .
  93. --
  94. -- Configuring doxygen support...
  95. -- Dependency DOXYGEN_FOUND = YES
  96. -- Enabling doxygen support.
  97. -- Override with -DENABLE_DOXYGEN=ON/OFF
  98. --
  99. -- Configuring sphinx support...
  100. -- Dependency SPHINX_FOUND = TRUE
  101. -- Enabling sphinx support.
  102. -- Override with -DENABLE_SPHINX=ON/OFF
  103. --
  104. -- Configuring gnuradio-runtime support...
  105. -- Dependency Boost_FOUND = 1
  106. -- Dependency ENABLE_VOLK = ON
  107. -- Dependency PYTHONINTERP_FOUND = TRUE
  108. -- Enabling gnuradio-runtime support.
  109. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  110. --
  111. -- Configuring gr-ctrlport support...
  112. -- Dependency Boost_FOUND = 1
  113. -- Dependency SWIG_FOUND = TRUE
  114. -- Dependency SWIG_VERSION_CHECK = TRUE
  115. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  116. -- Enabling gr-ctrlport support.
  117. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
  118. -- Loading build date Sun, 26 Mar 2017 10:07:13 into constants...
  119. -- Loading version 3.7.12git-44-g0d5fd62c into constants...
  120. --
  121. -- Python checking for Thrift
  122. -- Python checking for Thrift - found
  123. -- Found and enabling Thrift backend to ControlPort
  124. -- Running thrift to build C++ bindings
  125. -- TRY_SHM_VMCIRCBUF set to ON.
  126. --
  127. -- Configuring gr-blocks support...
  128. -- Dependency Boost_FOUND = 1
  129. -- Dependency ENABLE_VOLK = ON
  130. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  131. -- Enabling gr-blocks support.
  132. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  133. --
  134. -- Python checking for python >= 2.5
  135. -- Python checking for python >= 2.5 - found
  136. --
  137. -- Python checking for Cheetah >= 2.0.0
  138. -- Python checking for Cheetah >= 2.0.0 - found
  139. --
  140. -- Python checking for lxml >= 1.3.6
  141. -- Python checking for lxml >= 1.3.6 - found
  142. --
  143. -- Python checking for pygtk >= 2.10.0
  144. -- Python checking for pygtk >= 2.10.0 - found
  145. --
  146. -- Python checking for numpy
  147. -- Python checking for numpy - found
  148. --
  149. -- Configuring gnuradio-companion support...
  150. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  151. -- Dependency ENABLE_PYTHON = ON
  152. -- Dependency PYTHON_MIN_VER_FOUND = TRUE
  153. -- Dependency CHEETAH_FOUND = TRUE
  154. -- Dependency LXML_FOUND = TRUE
  155. -- Dependency PYGTK_FOUND = TRUE
  156. -- Dependency NUMPY_FOUND = TRUE
  157. -- Enabling gnuradio-companion support.
  158. -- Override with -DENABLE_GRC=ON/OFF
  159. --
  160. -- Configuring gr-fec support...
  161. -- Dependency ENABLE_VOLK = ON
  162. -- Dependency Boost_FOUND = 1
  163. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  164. -- Dependency ENABLE_GR_BLOCKS = ON
  165. -- Dependency GSL_FOUND = TRUE
  166. -- Enabling gr-fec support.
  167. -- Override with -DENABLE_GR_FEC=ON/OFF
  168. --
  169. -- Configuring gr-fft support...
  170. -- Dependency ENABLE_VOLK = ON
  171. -- Dependency Boost_FOUND = 1
  172. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  173. -- Dependency ENABLE_GR_BLOCKS = ON
  174. -- Dependency FFTW3F_FOUND = TRUE
  175. -- Enabling gr-fft support.
  176. -- Override with -DENABLE_GR_FFT=ON/OFF
  177. --
  178. -- Configuring gr-filter support...
  179. -- Dependency ENABLE_VOLK = ON
  180. -- Dependency Boost_FOUND = 1
  181. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  182. -- Dependency ENABLE_GR_FFT = ON
  183. -- Dependency ENABLE_GR_BLOCKS = ON
  184. -- Enabling gr-filter support.
  185. -- Override with -DENABLE_GR_FILTER=ON/OFF
  186. --
  187. -- Configuring gr-analog support...
  188. -- Dependency Boost_FOUND = 1
  189. -- Dependency ENABLE_VOLK = ON
  190. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  191. -- Dependency ENABLE_GR_BLOCKS = ON
  192. -- Dependency ENABLE_GR_FFT = ON
  193. -- Dependency ENABLE_GR_FILTER = ON
  194. -- Enabling gr-analog support.
  195. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  196. --
  197. -- Configuring gr-digital support...
  198. -- Dependency Boost_FOUND = 1
  199. -- Dependency ENABLE_VOLK = ON
  200. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  201. -- Dependency ENABLE_GR_FFT = ON
  202. -- Dependency ENABLE_GR_FILTER = ON
  203. -- Dependency ENABLE_GR_BLOCKS = ON
  204. -- Dependency ENABLE_GR_ANALOG = ON
  205. -- Enabling gr-digital support.
  206. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  207. --
  208. -- Configuring gr-dtv support...
  209. -- Dependency Boost_FOUND = 1
  210. -- Dependency GSL_FOUND = TRUE
  211. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  212. -- Dependency ENABLE_GR_ANALOG = ON
  213. -- Dependency ENABLE_GR_FILTER = ON
  214. -- Dependency ENABLE_GR_FEC = ON
  215. -- Dependency ENABLE_VOLK = ON
  216. -- Enabling gr-dtv support.
  217. -- Override with -DENABLE_GR_DTV=ON/OFF
  218. --
  219. -- Configuring gr-atsc support...
  220. -- Dependency Boost_FOUND = 1
  221. -- Dependency GSL_FOUND = TRUE
  222. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  223. -- Dependency ENABLE_GR_FFT = ON
  224. -- Dependency ENABLE_GR_BLOCKS = ON
  225. -- Dependency ENABLE_GR_FEC = ON
  226. -- Dependency ENABLE_GR_FILTER = ON
  227. -- Dependency ENABLE_GR_ANALOG = ON
  228. -- Enabling gr-atsc support.
  229. -- Override with -DENABLE_GR_ATSC=ON/OFF
  230. --
  231. -- Configuring gr-audio support...
  232. -- Dependency Boost_FOUND = 1
  233. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  234. -- Enabling gr-audio support.
  235. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  236. -- Found ALSA 1.1.3
  237. -- Checking for module 'jack'
  238. -- No package 'jack' found
  239. --
  240. -- Configuring gr-comedi support...
  241. -- Dependency COMEDI_FOUND = 1
  242. -- Dependency Boost_FOUND = 1
  243. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  244. -- Enabling gr-comedi support.
  245. -- Override with -DENABLE_GR_COMEDI=ON/OFF
  246. --
  247. -- Configuring gr-channels support...
  248. -- Dependency ENABLE_VOLK = ON
  249. -- Dependency Boost_FOUND = 1
  250. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  251. -- Dependency ENABLE_GR_BLOCKS = ON
  252. -- Dependency ENABLE_GR_FFT = ON
  253. -- Dependency ENABLE_GR_FILTER = ON
  254. -- Dependency ENABLE_GR_ANALOG = ON
  255. -- Enabling gr-channels support.
  256. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  257. --
  258. -- Configuring gr-noaa support...
  259. -- Dependency Boost_FOUND = 1
  260. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  261. -- Dependency ENABLE_GR_BLOCKS = ON
  262. -- Enabling gr-noaa support.
  263. -- Override with -DENABLE_GR_NOAA=ON/OFF
  264. --
  265. -- Configuring gr-pager support...
  266. -- Dependency Boost_FOUND = 1
  267. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  268. -- Dependency ENABLE_GR_FILTER = ON
  269. -- Dependency ENABLE_GR_ANALOG = ON
  270. -- Enabling gr-pager support.
  271. -- Override with -DENABLE_GR_PAGER=ON/OFF
  272. -- QWT Version: 5.2.3
  273. --
  274. -- Python checking for PyQt4
  275. -- Python checking for PyQt4 - found
  276. --
  277. -- Configuring gr-qtgui support...
  278. -- Dependency Boost_FOUND = 1
  279. -- Dependency QT4_FOUND = TRUE
  280. -- Dependency QWT_FOUND = TRUE
  281. -- Dependency ENABLE_VOLK = ON
  282. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  283. -- Dependency ENABLE_GR_FFT = ON
  284. -- Dependency ENABLE_GR_FILTER = ON
  285. -- Dependency PYTHONLIBS_FOUND = TRUE
  286. -- Dependency PYQT4_FOUND = TRUE
  287. -- Enabling gr-qtgui support.
  288. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  289. --
  290. -- Configuring gr-trellis support...
  291. -- Dependency Boost_FOUND = 1
  292. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  293. -- Dependency ENABLE_GR_ANALOG = ON
  294. -- Dependency ENABLE_GR_BLOCKS = ON
  295. -- Dependency ENABLE_GR_DIGITAL = ON
  296. -- Enabling gr-trellis support.
  297. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  298. --
  299. -- Configuring gr-uhd support...
  300. -- Dependency Boost_FOUND = 1
  301. -- Dependency UHD_FOUND = TRUE
  302. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  303. -- Dependency ENABLE_GR_FILTER = ON
  304. -- Dependency ENABLE_GR_BLOCKS = ON
  305. -- Dependency ENABLE_GR_ANALOG = ON
  306. -- Enabling gr-uhd support.
  307. -- Override with -DENABLE_GR_UHD=ON/OFF
  308. -- UHD Version: 3.9.5
  309. --
  310. -- Configuring gr-utils support...
  311. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  312. -- Dependency ENABLE_PYTHON = ON
  313. -- Enabling gr-utils support.
  314. -- Override with -DENABLE_GR_UTILS=ON/OFF
  315. --
  316. -- Configuring gr-video-sdl support...
  317. -- Dependency SDL_FOUND = TRUE
  318. -- Dependency Boost_FOUND = 1
  319. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  320. -- Enabling gr-video-sdl support.
  321. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  322. --
  323. -- Configuring gr-vocoder support...
  324. -- Dependency Boost_FOUND = 1
  325. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  326. -- Dependency ENABLE_GR_FFT = ON
  327. -- Dependency ENABLE_GR_BLOCKS = ON
  328. -- Dependency ENABLE_GR_FILTER = ON
  329. -- Dependency ENABLE_GR_ANALOG = ON
  330. -- Enabling gr-vocoder support.
  331. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  332. -- Found libgsm: /usr/include/gsm, /usr/lib64/libgsm.so
  333. -- Using gnuradio local copy of libcodec2.
  334. --
  335. -- Configuring gr-fcd support...
  336. -- Dependency Boost_FOUND = 1
  337. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  338. -- Dependency ENABLE_GR_BLOCKS = ON
  339. -- Dependency ENABLE_GR_AUDIO = ON
  340. -- Dependency LIBUSB_FOUND = TRUE
  341. -- Enabling gr-fcd support.
  342. -- Override with -DENABLE_GR_FCD=ON/OFF
  343. --
  344. -- Configuring gr-wavelet support...
  345. -- Dependency Boost_FOUND = 1
  346. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  347. -- Dependency ENABLE_GR_BLOCKS = ON
  348. -- Dependency ENABLE_GR_ANALOG = ON
  349. -- Dependency GSL_FOUND = TRUE
  350. -- Enabling gr-wavelet support.
  351. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  352. --
  353. -- Python checking for wx >= 2.8
  354. -- Python checking for wx >= 2.8 - found
  355. --
  356. -- Python checking for numpy
  357. -- Python checking for numpy - found
  358. --
  359. -- Configuring gr-wxgui support...
  360. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  361. -- Dependency ENABLE_GR_FFT = ON
  362. -- Dependency ENABLE_GR_FILTER = ON
  363. -- Dependency ENABLE_GR_ANALOG = ON
  364. -- Dependency ENABLE_PYTHON = ON
  365. -- Dependency NUMPY_FOUND = TRUE
  366. -- Dependency WX_FOUND = TRUE
  367. -- Enabling gr-wxgui support.
  368. -- Override with -DENABLE_GR_WXGUI=ON/OFF
  369. --
  370. -- Configuring gr-zeromq support...
  371. -- Dependency Boost_FOUND = 1
  372. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  373. -- Dependency ZEROMQ_FOUND = TRUE
  374. -- Enabling gr-zeromq support.
  375. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  376. --
  377. -- ######################################################
  378. -- # Gnuradio enabled components
  379. -- ######################################################
  380. -- * python-support
  381. -- * testing-support
  382. -- * volk
  383. -- * doxygen
  384. -- * sphinx
  385. -- * gnuradio-runtime
  386. -- * gr-ctrlport
  387. -- * * thrift
  388. -- * gr-blocks
  389. -- * gnuradio-companion
  390. -- * gr-fec
  391. -- * gr-fft
  392. -- * gr-filter
  393. -- * gr-analog
  394. -- * gr-digital
  395. -- * gr-dtv
  396. -- * gr-atsc
  397. -- * gr-audio
  398. -- * * alsa
  399. -- * * oss
  400. -- * * portaudio
  401. -- * gr-comedi
  402. -- * gr-channels
  403. -- * gr-noaa
  404. -- * gr-pager
  405. -- * gr-qtgui
  406. -- * gr-trellis
  407. -- * gr-uhd
  408. -- * gr-utils
  409. -- * gr-video-sdl
  410. -- * gr-vocoder
  411. -- * gr-fcd
  412. -- * gr-wavelet
  413. -- * gr-wxgui
  414. -- * gr-zeromq
  415. --
  416. -- ######################################################
  417. -- # Gnuradio disabled components
  418. -- ######################################################
  419. --
  420. -- Using install prefix: /usr/local
  421. -- Building for version: 3.7.12git-44-g0d5fd62c / 3.7.12git
  422. -- Configuring done
  423. -- Generating done
  424. -- Build files have been written to: /usr/local/src/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement