Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.17 KB | None | 0 0
  1. cmake ../
  2. -- The CXX compiler identification is GNU 4.8.5
  3. -- The C compiler identification is GNU 4.8.5
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Build type not specified: defaulting to release.
  17. -- Build type set to Release.
  18. -- Found Git: /usr/bin/git
  19. -- Extracting version information from git describe...
  20. -- Performing Test HAVE_VISIBILITY_HIDDEN
  21. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  22. -- Performing Test HAVE_WARN_SIGN_COMPARE
  23. -- Performing Test HAVE_WARN_SIGN_COMPARE - Success
  24. -- Performing Test HAVE_WARN_ALL
  25. -- Performing Test HAVE_WARN_ALL - Success
  26. -- Performing Test HAVE_WARN_NO_UNINITIALIZED
  27. -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success
  28. -- Compiler Version: cc (SUSE Linux) 4.8.5
  29. Copyright (C) 2015 Free Software Foundation, Inc.
  30. This is free software; see the source for copying conditions. There is NO
  31. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  32. -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  33. /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  34. -- ADDING PERF COUNTERS
  35. -- Building Static Libraries: OFF
  36. -- Looking for pthread.h
  37. -- Looking for pthread.h - found
  38. -- Looking for pthread_create
  39. -- Looking for pthread_create - not found
  40. -- Looking for pthread_create in pthreads
  41. -- Looking for pthread_create in pthreads - not found
  42. -- Looking for pthread_create in pthread
  43. -- Looking for pthread_create in pthread - found
  44. -- Found Threads: TRUE
  45. -- Boost version: 1.54.0
  46. -- Found the following Boost libraries:
  47. -- date_time
  48. -- program_options
  49. -- filesystem
  50. -- system
  51. -- regex
  52. -- thread
  53. -- chrono
  54. -- atomic
  55. -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable version "2.7.12", minimum required is "2.7")
  56. --
  57. -- Checking for module SWIG
  58. -- Found SWIG version 3.0.10.
  59. -- Found SWIG: /usr/bin/swig
  60. --
  61. -- The build system will automatically enable all components.
  62. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  63. --
  64. -- Configuring python-support support...
  65. -- Dependency PYTHONLIBS_FOUND = TRUE
  66. -- Dependency SWIG_FOUND = TRUE
  67. -- Dependency SWIG_VERSION_CHECK = TRUE
  68. -- Enabling python-support support.
  69. -- Override with -DENABLE_PYTHON=ON/OFF
  70. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  71. -- Checking for module 'cppunit'
  72. -- Found cppunit, version 1.13.2
  73. -- Found CPPUNIT: /usr/lib64/libcppunit.so;dl
  74. --
  75. -- Configuring testing-support support...
  76. -- Dependency CPPUNIT_FOUND = TRUE
  77. -- Enabling testing-support support.
  78. -- Override with -DENABLE_TESTING=ON/OFF
  79. --
  80. -- Configuring VOLK support...
  81. -- Build type set to Release.
  82. -- Extracting version information from git describe...
  83. -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.12", minimum required is "2")
  84. --
  85. -- Python checking for python >= 2.5
  86. -- Python checking for python >= 2.5 - found
  87. --
  88. -- Python checking for Cheetah >= 2.0.0
  89. -- Python checking for Cheetah >= 2.0.0 - found
  90. -- Boost version: 1.54.0
  91. -- Found the following Boost libraries:
  92. -- filesystem
  93. -- system
  94. -- unit_test_framework
  95. -- program_options
  96. -- Checking for module 'orc-0.4 > 0.4.11'
  97. -- Found orc-0.4 > 0.4.11, version 0.4.24
  98. -- Found ORC: /usr/lib64/liborc-0.4.so
  99. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
  100. -- QA Testing is enabled.
  101. -- Modify using: -DENABLE_TESTING=ON/OFF
  102. -- System profiling is disabled.
  103. -- Modify using: -DENABLE_PROFILING=ON/OFF
  104. -- Looking for cpuid.h
  105. -- Looking for cpuid.h - found
  106. -- Looking for intrin.h
  107. -- Looking for intrin.h - not found
  108. -- Looking for fenv.h
  109. -- Looking for fenv.h - found
  110. -- Looking for dlfcn.h
  111. -- Looking for dlfcn.h - found
  112. -- Compiler name: GNU
  113. -- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG
  114. -- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed
  115. -- Looking for posix_memalign
  116. -- Looking for posix_memalign - found
  117. -- x86* CPU detected
  118. -- Performing Test have_mfloat_abi_softfp
  119. -- Performing Test have_mfloat_abi_softfp - Failed
  120. -- Performing Test have_mfloat_abi_hard
  121. -- Performing Test have_mfloat_abi_hard - Failed
  122. -- Performing Test have_mfpu_neon
  123. -- Performing Test have_mfpu_neon - Failed
  124. -- Performing Test have_funsafe_math_optimizations
  125. -- Performing Test have_funsafe_math_optimizations - Success
  126. -- Performing Test have_m32
  127. -- Performing Test have_m32 - Failed
  128. -- Performing Test have_m64
  129. -- Performing Test have_m64 - Success
  130. -- Performing Test have_m3dnow
  131. -- Performing Test have_m3dnow - Success
  132. -- Performing Test have_msse4_2
  133. -- Performing Test have_msse4_2 - Success
  134. -- Performing Test have_mpopcnt
  135. -- Performing Test have_mpopcnt - Success
  136. -- Performing Test have_mmmx
  137. -- Performing Test have_mmmx - Success
  138. -- Performing Test have_mfma
  139. -- Performing Test have_mfma - Success
  140. -- Performing Test have_msse
  141. -- Performing Test have_msse - Success
  142. -- Performing Test have_msse2
  143. -- Performing Test have_msse2 - Success
  144. -- Performing Test have_msse3
  145. -- Performing Test have_msse3 - Success
  146. -- Performing Test have_mssse3
  147. -- Performing Test have_mssse3 - Success
  148. -- Performing Test have_msse4a
  149. -- Performing Test have_msse4a - Success
  150. -- Performing Test have_msse4_1
  151. -- Performing Test have_msse4_1 - Success
  152. -- Performing Test have_mavx
  153. -- Performing Test have_mavx - Success
  154. -- Performing Test have_mavx2
  155. -- Performing Test have_mavx2 - Success
  156. -- Check size of void*[8]
  157. -- Check size of void*[8] - done
  158. -- CPU width is 64 bits, Overruled arch 32
  159. -- Available architectures: generic;64;3dnow;abm;popcount;mmx;fma;sse;sse2;orc;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx;avx2
  160. -- 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
  161. -- BUILD TYPE = RELEASE
  162. -- Base cflags = -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall
  163. -- BUILD INFO ::: generic_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall
  164. -- BUILD INFO ::: sse2_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2
  165. -- BUILD INFO ::: sse3_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3
  166. -- BUILD INFO ::: ssse3_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3
  167. -- BUILD INFO ::: sse4_a_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt
  168. -- BUILD INFO ::: sse4_1_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1
  169. -- BUILD INFO ::: sse4_2_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt
  170. -- BUILD INFO ::: avx_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx
  171. -- BUILD INFO ::: avx2_64_mmx_orc ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2
  172. -- Compiler Version: cc (SUSE Linux) 4.8.5
  173. Copyright (C) 2015 Free Software Foundation, Inc.
  174. This is free software; see the source for copying conditions. There is NO
  175. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  176. -- The ASM compiler identification is GNU
  177. -- Found assembler: /usr/bin/cc
  178. -- c flags: -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall;
  179. -- asm flags:
  180. -- Loading version 1.3 into constants...
  181. -- Using install prefix: /usr/local
  182. --
  183. -- Configuring volk support...
  184. -- Enabling volk support.
  185. -- Override with -DENABLE_VOLK=ON/OFF
  186. -- Override with -DENABLE_INTERNAL_VOLK=ON/OFF
  187. -- Found LOG4CPP: /usr/lib64/liblog4cpp.so
  188. -- ENABLE_GR_LOG set to ON.
  189. -- HAVE_LOG4CPP set to True.
  190. -- LOG4CPP_LIBRARIES set to /usr/lib64/liblog4cpp.so.
  191. -- Found Sphinx: /usr/bin/sphinx-build
  192. --
  193. -- Configuring doxygen support...
  194. -- Dependency DOXYGEN_FOUND = YES
  195. -- Enabling doxygen support.
  196. -- Override with -DENABLE_DOXYGEN=ON/OFF
  197. --
  198. -- Configuring sphinx support...
  199. -- Dependency SPHINX_FOUND = TRUE
  200. -- Enabling sphinx support.
  201. -- Override with -DENABLE_SPHINX=ON/OFF
  202. -- Looking for C++ include netdb.h
  203. -- Looking for C++ include netdb.h - found
  204. -- Looking for C++ include sys/time.h
  205. -- Looking for C++ include sys/time.h - found
  206. -- Looking for C++ include sys/types.h
  207. -- Looking for C++ include sys/types.h - found
  208. -- Looking for C++ include sys/select.h
  209. -- Looking for C++ include sys/select.h - found
  210. -- Looking for C++ include sys/socket.h
  211. -- Looking for C++ include sys/socket.h - found
  212. -- Looking for C++ include io.h
  213. -- Looking for C++ include io.h - not found
  214. -- Looking for C++ include sys/mman.h
  215. -- Looking for C++ include sys/mman.h - found
  216. -- Looking for C++ include sys/ipc.h
  217. -- Looking for C++ include sys/ipc.h - found
  218. -- Looking for C++ include sys/shm.h
  219. -- Looking for C++ include sys/shm.h - found
  220. -- Looking for C++ include signal.h
  221. -- Looking for C++ include signal.h - found
  222. -- Looking for C++ include netinet/in.h
  223. -- Looking for C++ include netinet/in.h - found
  224. -- Looking for C++ include arpa/inet.h
  225. -- Looking for C++ include arpa/inet.h - found
  226. -- Looking for C++ include byteswap.h
  227. -- Looking for C++ include byteswap.h - found
  228. -- Looking for C++ include linux/ppdev.h
  229. -- Looking for C++ include linux/ppdev.h - found
  230. -- Looking for C++ include dev/ppbus/ppi.h
  231. -- Looking for C++ include dev/ppbus/ppi.h - not found
  232. -- Looking for C++ include unistd.h
  233. -- Looking for C++ include unistd.h - found
  234. -- Looking for C++ include malloc.h
  235. -- Looking for C++ include malloc.h - found
  236. -- Performing Test HAVE_SNPRINTF
  237. -- Performing Test HAVE_SNPRINTF - Success
  238. -- Performing Test HAVE_SIGACTION
  239. -- Performing Test HAVE_SIGACTION - Success
  240. -- Performing Test HAVE_SELECT
  241. -- Performing Test HAVE_SELECT - Success
  242. -- Performing Test HAVE_SYSCONF
  243. -- Performing Test HAVE_SYSCONF - Success
  244. -- Performing Test HAVE_GETPAGESIZE
  245. -- Performing Test HAVE_GETPAGESIZE - Success
  246. -- Performing Test HAVE_SSLEEP
  247. -- Performing Test HAVE_SSLEEP - Failed
  248. -- Performing Test HAVE_NANOSLEEP
  249. -- Performing Test HAVE_NANOSLEEP - Success
  250. -- Performing Test HAVE_GETTIMEOFDAY
  251. -- Performing Test HAVE_GETTIMEOFDAY - Success
  252. -- Performing Test HAVE_VALLOC
  253. -- Performing Test HAVE_VALLOC - Success
  254. -- Performing Test HAVE_PTHREAD_SIGMASK
  255. -- Performing Test HAVE_PTHREAD_SIGMASK - Success
  256. -- Performing Test HAVE_CREATEFILEMAPPING
  257. -- Performing Test HAVE_CREATEFILEMAPPING - Failed
  258. -- Performing Test HAVE_SHM_OPEN
  259. -- Performing Test HAVE_SHM_OPEN - Success
  260. -- Performing Test HAVE_SINCOS
  261. -- Performing Test HAVE_SINCOS - Success
  262. -- Performing Test HAVE_SINCOSF
  263. -- Performing Test HAVE_SINCOSF - Success
  264. -- Performing Test HAVE_SINF
  265. -- Performing Test HAVE_SINF - Success
  266. -- Performing Test HAVE_COSF
  267. -- Performing Test HAVE_COSF - Success
  268. -- Performing Test HAVE_MMAP
  269. -- Performing Test HAVE_MMAP - Success
  270. -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM
  271. -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Success
  272. -- Performing Test HAVE_SCHED_SETSCHEDULER
  273. -- Performing Test HAVE_SCHED_SETSCHEDULER - Success
  274. --
  275. -- Configuring gnuradio-runtime support...
  276. -- Dependency Boost_FOUND = 1
  277. -- Dependency ENABLE_VOLK = ON
  278. -- Dependency PYTHONINTERP_FOUND = TRUE
  279. -- Enabling gnuradio-runtime support.
  280. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  281. --
  282. -- Configuring gr-ctrlport support...
  283. -- Dependency Boost_FOUND = 1
  284. -- Dependency SWIG_FOUND = TRUE
  285. -- Dependency SWIG_VERSION_CHECK = TRUE
  286. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  287. -- Enabling gr-ctrlport support.
  288. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
  289. -- Looking for C++ include sys/resource.h
  290. -- Looking for C++ include sys/resource.h - found
  291. -- Loading build date Tue, 23 May 2017 08:46:59 into constants...
  292. -- Loading version 3.7.12git-119-g0e32fcaf into constants...
  293. -- Checking for module 'thrift'
  294. -- No package 'thrift' found
  295. -- Binary 'thrift' not found.
  296. -- Looking for C++ include windows.h
  297. -- Looking for C++ include windows.h - not found
  298. -- TRY_SHM_VMCIRCBUF set to ON.
  299. -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable version "2.7.12", minimum required is "2")
  300. -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
  301. -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
  302. --
  303. -- Configuring gr-blocks support...
  304. -- Dependency Boost_FOUND = 1
  305. -- Dependency ENABLE_VOLK = ON
  306. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  307. -- Enabling gr-blocks support.
  308. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  309. -- Performing Test HAVE_RAND48
  310. -- Performing Test HAVE_RAND48 - Success
  311. --
  312. -- Python checking for python >= 2.5
  313. -- Python checking for python >= 2.5 - found
  314. --
  315. -- Python checking for Cheetah >= 2.0.0
  316. -- Python checking for Cheetah >= 2.0.0 - found
  317. --
  318. -- Python checking for lxml >= 1.3.6
  319. -- Python checking for lxml >= 1.3.6 - found
  320. --
  321. -- Python checking for pygtk >= 2.10.0
  322. -- Python checking for pygtk >= 2.10.0 - found
  323. --
  324. -- Python checking for numpy
  325. -- Python checking for numpy - found
  326. --
  327. -- Configuring gnuradio-companion support...
  328. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  329. -- Dependency ENABLE_PYTHON = ON
  330. -- Dependency PYTHON_MIN_VER_FOUND = TRUE
  331. -- Dependency CHEETAH_FOUND = TRUE
  332. -- Dependency LXML_FOUND = TRUE
  333. -- Dependency PYGTK_FOUND = TRUE
  334. -- Dependency NUMPY_FOUND = TRUE
  335. -- Enabling gnuradio-companion support.
  336. -- Override with -DENABLE_GRC=ON/OFF
  337. -- Checking for module 'gsl >= 1.10'
  338. -- Found gsl , version 2.3
  339. -- Found GSL: gsl;gslcblas;m
  340. --
  341. -- Configuring gr-fec support...
  342. -- Dependency ENABLE_VOLK = ON
  343. -- Dependency Boost_FOUND = 1
  344. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  345. -- Dependency ENABLE_GR_BLOCKS = ON
  346. -- Enabling gr-fec support.
  347. -- Override with -DENABLE_GR_FEC=ON/OFF
  348. -- Checking for module 'fftw3f >= 3.0'
  349. -- Found fftw3f , version 3.3.5
  350. -- Found FFTW3F: /usr/lib64/libfftw3f.so
  351. --
  352. -- Configuring gr-fft support...
  353. -- Dependency ENABLE_VOLK = ON
  354. -- Dependency Boost_FOUND = 1
  355. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  356. -- Dependency ENABLE_GR_BLOCKS = ON
  357. -- Dependency FFTW3F_FOUND = TRUE
  358. -- Enabling gr-fft support.
  359. -- Override with -DENABLE_GR_FFT=ON/OFF
  360. --
  361. -- Configuring gr-filter support...
  362. -- Dependency ENABLE_VOLK = ON
  363. -- Dependency Boost_FOUND = 1
  364. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  365. -- Dependency ENABLE_GR_FFT = ON
  366. -- Dependency ENABLE_GR_BLOCKS = ON
  367. -- Enabling gr-filter support.
  368. -- Override with -DENABLE_GR_FILTER=ON/OFF
  369. --
  370. -- Configuring gr-analog support...
  371. -- Dependency Boost_FOUND = 1
  372. -- Dependency ENABLE_VOLK = ON
  373. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  374. -- Dependency ENABLE_GR_BLOCKS = ON
  375. -- Dependency ENABLE_GR_FFT = ON
  376. -- Dependency ENABLE_GR_FILTER = ON
  377. -- Enabling gr-analog support.
  378. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  379. --
  380. -- Configuring gr-digital support...
  381. -- Dependency Boost_FOUND = 1
  382. -- Dependency ENABLE_VOLK = ON
  383. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  384. -- Dependency ENABLE_GR_FFT = ON
  385. -- Dependency ENABLE_GR_FILTER = ON
  386. -- Dependency ENABLE_GR_BLOCKS = ON
  387. -- Dependency ENABLE_GR_ANALOG = ON
  388. -- Enabling gr-digital support.
  389. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  390. --
  391. -- Configuring gr-dtv support...
  392. -- Dependency Boost_FOUND = 1
  393. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  394. -- Dependency ENABLE_GR_ANALOG = ON
  395. -- Dependency ENABLE_GR_FILTER = ON
  396. -- Dependency ENABLE_GR_FEC = ON
  397. -- Dependency ENABLE_VOLK = ON
  398. -- Enabling gr-dtv support.
  399. -- Override with -DENABLE_GR_DTV=ON/OFF
  400. -- Performing Test SSE2_SUPPORTED
  401. -- Performing Test SSE2_SUPPORTED - Success
  402. --
  403. -- Configuring gr-atsc support...
  404. -- Dependency Boost_FOUND = 1
  405. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  406. -- Dependency ENABLE_GR_FFT = ON
  407. -- Dependency ENABLE_GR_BLOCKS = ON
  408. -- Dependency ENABLE_GR_FEC = ON
  409. -- Dependency ENABLE_GR_FILTER = ON
  410. -- Dependency ENABLE_GR_ANALOG = ON
  411. -- Enabling gr-atsc support.
  412. -- Override with -DENABLE_GR_ATSC=ON/OFF
  413. --
  414. -- Configuring gr-audio support...
  415. -- Dependency Boost_FOUND = 1
  416. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  417. -- Enabling gr-audio support.
  418. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  419. -- Checking for module 'alsa'
  420. -- Found alsa, version 1.1.3
  421. -- Found ALSA 1.1.3
  422. -- Checking for module 'jack'
  423. -- Found jack, version 1.9.9.5
  424. -- Found jack: /usr/lib64/libjack.so
  425. -- Looking for C++ include AudioUnit/AudioUnit.h
  426. -- Looking for C++ include AudioUnit/AudioUnit.h - not found
  427. -- Looking for C++ include AudioToolbox/AudioToolbox.h
  428. -- Looking for C++ include AudioToolbox/AudioToolbox.h - not found
  429. -- Checking for module 'portaudio-2.0'
  430. -- Found portaudio-2.0, version 19
  431. -- Performing Test PORTAUDIO2_FOUND
  432. -- Performing Test PORTAUDIO2_FOUND - Success
  433. -- Found PORTAUDIO: /usr/include
  434. -- Checking for module 'comedilib'
  435. -- Found comedilib, version 0.10.2
  436. --
  437. -- Configuring gr-comedi support...
  438. -- Dependency COMEDI_FOUND = 1
  439. -- Dependency Boost_FOUND = 1
  440. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  441. -- Enabling gr-comedi support.
  442. -- Override with -DENABLE_GR_COMEDI=ON/OFF
  443. --
  444. -- Configuring gr-channels support...
  445. -- Dependency ENABLE_VOLK = ON
  446. -- Dependency Boost_FOUND = 1
  447. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  448. -- Dependency ENABLE_GR_BLOCKS = ON
  449. -- Dependency ENABLE_GR_FFT = ON
  450. -- Dependency ENABLE_GR_FILTER = ON
  451. -- Dependency ENABLE_GR_ANALOG = ON
  452. -- Enabling gr-channels support.
  453. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  454. --
  455. -- Configuring gr-noaa support...
  456. -- Dependency Boost_FOUND = 1
  457. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  458. -- Dependency ENABLE_GR_BLOCKS = ON
  459. -- Enabling gr-noaa support.
  460. -- Override with -DENABLE_GR_NOAA=ON/OFF
  461. --
  462. -- Configuring gr-pager support...
  463. -- Dependency Boost_FOUND = 1
  464. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  465. -- Dependency ENABLE_GR_FILTER = ON
  466. -- Dependency ENABLE_GR_ANALOG = ON
  467. -- Enabling gr-pager support.
  468. -- Override with -DENABLE_GR_PAGER=ON/OFF
  469. -- Looking for Q_WS_X11
  470. -- Looking for Q_WS_X11 - found
  471. -- Looking for Q_WS_WIN
  472. -- Looking for Q_WS_WIN - not found
  473. -- Looking for Q_WS_QWS
  474. -- Looking for Q_WS_QWS - not found
  475. -- Looking for Q_WS_MAC
  476. -- Looking for Q_WS_MAC - not found
  477. -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.6", minimum required is "4.2.0")
  478. -- QWT Version: 5.2.3
  479. -- Found Qwt: /usr/lib64/libqwt.so
  480. --
  481. -- Python checking for PyQt4
  482. -- Python checking for PyQt4 - found
  483. --
  484. -- Configuring gr-qtgui support...
  485. -- Dependency Boost_FOUND = 1
  486. -- Dependency QT4_FOUND = TRUE
  487. -- Dependency QWT_FOUND = TRUE
  488. -- Dependency ENABLE_VOLK = ON
  489. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  490. -- Dependency ENABLE_GR_FFT = ON
  491. -- Dependency ENABLE_GR_FILTER = ON
  492. -- Dependency PYTHONLIBS_FOUND = TRUE
  493. -- Dependency PYQT4_FOUND = TRUE
  494. -- Enabling gr-qtgui support.
  495. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  496. --
  497. -- Configuring gr-trellis support...
  498. -- Dependency Boost_FOUND = 1
  499. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  500. -- Dependency ENABLE_GR_ANALOG = ON
  501. -- Dependency ENABLE_GR_BLOCKS = ON
  502. -- Dependency ENABLE_GR_DIGITAL = ON
  503. -- Enabling gr-trellis support.
  504. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  505. -- Found UHD: /usr/local/lib/libuhd.so
  506. --
  507. -- Configuring gr-uhd support...
  508. -- Dependency Boost_FOUND = 1
  509. -- Dependency UHD_FOUND = TRUE
  510. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  511. -- Dependency ENABLE_GR_FILTER = ON
  512. -- Dependency ENABLE_GR_BLOCKS = ON
  513. -- Dependency ENABLE_GR_ANALOG = ON
  514. -- Enabling gr-uhd support.
  515. -- Override with -DENABLE_GR_UHD=ON/OFF
  516. -- UHD Version: 3.11.0.git-128-g379f922d
  517. --
  518. -- Configuring gr-utils support...
  519. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  520. -- Dependency ENABLE_PYTHON = ON
  521. -- Enabling gr-utils support.
  522. -- Override with -DENABLE_GR_UTILS=ON/OFF
  523. -- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found version "1.2.15")
  524. --
  525. -- Configuring gr-video-sdl support...
  526. -- Dependency SDL_FOUND = TRUE
  527. -- Dependency Boost_FOUND = 1
  528. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  529. -- Enabling gr-video-sdl support.
  530. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  531. --
  532. -- Configuring gr-vocoder support...
  533. -- Dependency Boost_FOUND = 1
  534. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  535. -- Dependency ENABLE_GR_FFT = ON
  536. -- Dependency ENABLE_GR_BLOCKS = ON
  537. -- Dependency ENABLE_GR_FILTER = ON
  538. -- Dependency ENABLE_GR_ANALOG = ON
  539. -- Enabling gr-vocoder support.
  540. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  541. -- Found libgsm: /usr/include/gsm, /usr/lib64/libgsm.so
  542. -- System libcodec2 not found.
  543. -- Checking for module 'libusb-1.0'
  544. -- Found libusb-1.0, version 1.0.20
  545. -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib64/libusb-1.0.so
  546. --
  547. -- Configuring gr-fcd support...
  548. -- Dependency Boost_FOUND = 1
  549. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  550. -- Dependency ENABLE_GR_BLOCKS = ON
  551. -- Dependency ENABLE_GR_AUDIO = ON
  552. -- Dependency LIBUSB_FOUND = TRUE
  553. -- Enabling gr-fcd support.
  554. -- Override with -DENABLE_GR_FCD=ON/OFF
  555. --
  556. -- Configuring gr-wavelet support...
  557. -- Dependency Boost_FOUND = 1
  558. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  559. -- Dependency ENABLE_GR_BLOCKS = ON
  560. -- Dependency ENABLE_GR_ANALOG = ON
  561. -- Dependency GSL_FOUND = TRUE
  562. -- Enabling gr-wavelet support.
  563. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  564. --
  565. -- Python checking for wx >= 2.8
  566. -- Python checking for wx >= 2.8 - found
  567. --
  568. -- Python checking for numpy
  569. -- Python checking for numpy - found
  570. --
  571. -- Configuring gr-wxgui support...
  572. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  573. -- Dependency ENABLE_GR_FFT = ON
  574. -- Dependency ENABLE_GR_FILTER = ON
  575. -- Dependency ENABLE_GR_ANALOG = ON
  576. -- Dependency ENABLE_PYTHON = ON
  577. -- Dependency NUMPY_FOUND = TRUE
  578. -- Dependency WX_FOUND = TRUE
  579. -- Enabling gr-wxgui support.
  580. -- Override with -DENABLE_GR_WXGUI=ON/OFF
  581. -- Checking for module 'libzmq'
  582. -- Found libzmq, version 4.1.2
  583. -- Found ZEROMQ: /usr/lib64/libzmq.so
  584. --
  585. -- Configuring gr-zeromq support...
  586. -- Dependency Boost_FOUND = 1
  587. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  588. -- Dependency ZEROMQ_FOUND = TRUE
  589. -- Enabling gr-zeromq support.
  590. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  591. --
  592. -- ######################################################
  593. -- # Gnuradio enabled components
  594. -- ######################################################
  595. -- * python-support
  596. -- * testing-support
  597. -- * volk
  598. -- * doxygen
  599. -- * sphinx
  600. -- * gnuradio-runtime
  601. -- * gr-ctrlport
  602. -- * gr-blocks
  603. -- * gnuradio-companion
  604. -- * gr-fec
  605. -- * gr-fft
  606. -- * gr-filter
  607. -- * gr-analog
  608. -- * gr-digital
  609. -- * gr-dtv
  610. -- * gr-atsc
  611. -- * gr-audio
  612. -- * * alsa
  613. -- * * oss
  614. -- * * jack
  615. -- * * portaudio
  616. -- * gr-comedi
  617. -- * gr-channels
  618. -- * gr-noaa
  619. -- * gr-pager
  620. -- * gr-qtgui
  621. -- * gr-trellis
  622. -- * gr-uhd
  623. -- * gr-utils
  624. -- * gr-video-sdl
  625. -- * gr-vocoder
  626. -- * gr-fcd
  627. -- * gr-wavelet
  628. -- * gr-wxgui
  629. -- * gr-zeromq
  630. --
  631. -- ######################################################
  632. -- # Gnuradio disabled components
  633. -- ######################################################
  634. --
  635. -- Using install prefix: /usr/local
  636. -- Building for version: 3.7.12git-119-g0e32fcaf / 3.7.12git
  637. -- Configuring done
  638. -- Generating done
  639. -- Build files have been written to: /usr/local/src/gnuradio_test/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement