Advertisement
bobmounger

gnuradio_cmake

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