Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.62 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 Sat, 29 Apr 2017 07:32:25 into constants...
  292. -- Loading version 3.7.12git-101-g098dc3e0 into constants...
  293. -- Checking for module 'thrift'
  294. -- Found thrift, version 0.9.3
  295. --
  296. -- Python checking for Thrift
  297. -- Python checking for Thrift - found
  298. -- Found THRIFT: /usr/lib64/libthrift.so
  299. -- Found and enabling Thrift backend to ControlPort
  300. -- Running thrift to build C++ bindings
  301. -- Looking for C++ include windows.h
  302. -- Looking for C++ include windows.h - not found
  303. -- TRY_SHM_VMCIRCBUF set to ON.
  304. -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable version "2.7.12", minimum required is "2")
  305. -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
  306. -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
  307. --
  308. -- Configuring gr-blocks support...
  309. -- Dependency Boost_FOUND = 1
  310. -- Dependency ENABLE_VOLK = ON
  311. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  312. -- Enabling gr-blocks support.
  313. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  314. -- Performing Test HAVE_RAND48
  315. -- Performing Test HAVE_RAND48 - Success
  316. --
  317. -- Python checking for python >= 2.5
  318. -- Python checking for python >= 2.5 - found
  319. --
  320. -- Python checking for Cheetah >= 2.0.0
  321. -- Python checking for Cheetah >= 2.0.0 - found
  322. --
  323. -- Python checking for lxml >= 1.3.6
  324. -- Python checking for lxml >= 1.3.6 - found
  325. --
  326. -- Python checking for pygtk >= 2.10.0
  327. -- Python checking for pygtk >= 2.10.0 - found
  328. --
  329. -- Python checking for numpy
  330. -- Python checking for numpy - found
  331. --
  332. -- Configuring gnuradio-companion support...
  333. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  334. -- Dependency ENABLE_PYTHON = ON
  335. -- Dependency PYTHON_MIN_VER_FOUND = TRUE
  336. -- Dependency CHEETAH_FOUND = TRUE
  337. -- Dependency LXML_FOUND = TRUE
  338. -- Dependency PYGTK_FOUND = TRUE
  339. -- Dependency NUMPY_FOUND = TRUE
  340. -- Enabling gnuradio-companion support.
  341. -- Override with -DENABLE_GRC=ON/OFF
  342. -- Checking for module 'gsl >= 1.10'
  343. -- Found gsl , version 2.3
  344. -- Found GSL: gsl;gslcblas;m
  345. --
  346. -- Configuring gr-fec support...
  347. -- Dependency ENABLE_VOLK = ON
  348. -- Dependency Boost_FOUND = 1
  349. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  350. -- Dependency ENABLE_GR_BLOCKS = ON
  351. -- Enabling gr-fec support.
  352. -- Override with -DENABLE_GR_FEC=ON/OFF
  353. -- Checking for module 'fftw3f >= 3.0'
  354. -- Found fftw3f , version 3.3.5
  355. -- Found FFTW3F: /usr/lib64/libfftw3f.so
  356. --
  357. -- Configuring gr-fft support...
  358. -- Dependency ENABLE_VOLK = ON
  359. -- Dependency Boost_FOUND = 1
  360. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  361. -- Dependency ENABLE_GR_BLOCKS = ON
  362. -- Dependency FFTW3F_FOUND = TRUE
  363. -- Enabling gr-fft support.
  364. -- Override with -DENABLE_GR_FFT=ON/OFF
  365. --
  366. -- Configuring gr-filter support...
  367. -- Dependency ENABLE_VOLK = ON
  368. -- Dependency Boost_FOUND = 1
  369. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  370. -- Dependency ENABLE_GR_FFT = ON
  371. -- Dependency ENABLE_GR_BLOCKS = ON
  372. -- Enabling gr-filter support.
  373. -- Override with -DENABLE_GR_FILTER=ON/OFF
  374. --
  375. -- Configuring gr-analog support...
  376. -- Dependency Boost_FOUND = 1
  377. -- Dependency ENABLE_VOLK = ON
  378. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  379. -- Dependency ENABLE_GR_BLOCKS = ON
  380. -- Dependency ENABLE_GR_FFT = ON
  381. -- Dependency ENABLE_GR_FILTER = ON
  382. -- Enabling gr-analog support.
  383. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  384. --
  385. -- Configuring gr-digital support...
  386. -- Dependency Boost_FOUND = 1
  387. -- Dependency ENABLE_VOLK = ON
  388. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  389. -- Dependency ENABLE_GR_FFT = ON
  390. -- Dependency ENABLE_GR_FILTER = ON
  391. -- Dependency ENABLE_GR_BLOCKS = ON
  392. -- Dependency ENABLE_GR_ANALOG = ON
  393. -- Enabling gr-digital support.
  394. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  395. --
  396. -- Configuring gr-dtv support...
  397. -- Dependency Boost_FOUND = 1
  398. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  399. -- Dependency ENABLE_GR_ANALOG = ON
  400. -- Dependency ENABLE_GR_FILTER = ON
  401. -- Dependency ENABLE_GR_FEC = ON
  402. -- Dependency ENABLE_VOLK = ON
  403. -- Enabling gr-dtv support.
  404. -- Override with -DENABLE_GR_DTV=ON/OFF
  405. -- Performing Test SSE2_SUPPORTED
  406. -- Performing Test SSE2_SUPPORTED - Success
  407. --
  408. -- Configuring gr-atsc support...
  409. -- Dependency Boost_FOUND = 1
  410. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  411. -- Dependency ENABLE_GR_FFT = ON
  412. -- Dependency ENABLE_GR_BLOCKS = ON
  413. -- Dependency ENABLE_GR_FEC = ON
  414. -- Dependency ENABLE_GR_FILTER = ON
  415. -- Dependency ENABLE_GR_ANALOG = ON
  416. -- Enabling gr-atsc support.
  417. -- Override with -DENABLE_GR_ATSC=ON/OFF
  418. --
  419. -- Configuring gr-audio support...
  420. -- Dependency Boost_FOUND = 1
  421. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  422. -- Enabling gr-audio support.
  423. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  424. -- Checking for module 'alsa'
  425. -- Found alsa, version 1.1.3
  426. -- Found ALSA 1.1.3
  427. -- Checking for module 'jack'
  428. -- Found jack, version 1.9.9.5
  429. -- Found jack: /usr/lib64/libjack.so
  430. -- Looking for C++ include AudioUnit/AudioUnit.h
  431. -- Looking for C++ include AudioUnit/AudioUnit.h - not found
  432. -- Looking for C++ include AudioToolbox/AudioToolbox.h
  433. -- Looking for C++ include AudioToolbox/AudioToolbox.h - not found
  434. -- Checking for module 'portaudio-2.0'
  435. -- Found portaudio-2.0, version 19
  436. -- Performing Test PORTAUDIO2_FOUND
  437. -- Performing Test PORTAUDIO2_FOUND - Success
  438. -- Found PORTAUDIO: /usr/include
  439. -- Checking for module 'comedilib'
  440. -- Found comedilib, version 0.10.2
  441. --
  442. -- Configuring gr-comedi support...
  443. -- Dependency COMEDI_FOUND = 1
  444. -- Dependency Boost_FOUND = 1
  445. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  446. -- Enabling gr-comedi support.
  447. -- Override with -DENABLE_GR_COMEDI=ON/OFF
  448. --
  449. -- Configuring gr-channels support...
  450. -- Dependency ENABLE_VOLK = ON
  451. -- Dependency Boost_FOUND = 1
  452. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  453. -- Dependency ENABLE_GR_BLOCKS = ON
  454. -- Dependency ENABLE_GR_FFT = ON
  455. -- Dependency ENABLE_GR_FILTER = ON
  456. -- Dependency ENABLE_GR_ANALOG = ON
  457. -- Enabling gr-channels support.
  458. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  459. --
  460. -- Configuring gr-noaa support...
  461. -- Dependency Boost_FOUND = 1
  462. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  463. -- Dependency ENABLE_GR_BLOCKS = ON
  464. -- Enabling gr-noaa support.
  465. -- Override with -DENABLE_GR_NOAA=ON/OFF
  466. --
  467. -- Configuring gr-pager support...
  468. -- Dependency Boost_FOUND = 1
  469. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  470. -- Dependency ENABLE_GR_FILTER = ON
  471. -- Dependency ENABLE_GR_ANALOG = ON
  472. -- Enabling gr-pager support.
  473. -- Override with -DENABLE_GR_PAGER=ON/OFF
  474. -- Looking for Q_WS_X11
  475. -- Looking for Q_WS_X11 - found
  476. -- Looking for Q_WS_WIN
  477. -- Looking for Q_WS_WIN - not found
  478. -- Looking for Q_WS_QWS
  479. -- Looking for Q_WS_QWS - not found
  480. -- Looking for Q_WS_MAC
  481. -- Looking for Q_WS_MAC - not found
  482. -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.6", minimum required is "4.2.0")
  483. -- QWT Version: 5.2.3
  484. -- Found Qwt: /usr/lib64/libqwt.so
  485. --
  486. -- Python checking for PyQt4
  487. -- Python checking for PyQt4 - found
  488. --
  489. -- Configuring gr-qtgui support...
  490. -- Dependency Boost_FOUND = 1
  491. -- Dependency QT4_FOUND = TRUE
  492. -- Dependency QWT_FOUND = TRUE
  493. -- Dependency ENABLE_VOLK = ON
  494. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  495. -- Dependency ENABLE_GR_FFT = ON
  496. -- Dependency ENABLE_GR_FILTER = ON
  497. -- Dependency PYTHONLIBS_FOUND = TRUE
  498. -- Dependency PYQT4_FOUND = TRUE
  499. -- Enabling gr-qtgui support.
  500. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  501. --
  502. -- Configuring gr-trellis support...
  503. -- Dependency Boost_FOUND = 1
  504. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  505. -- Dependency ENABLE_GR_ANALOG = ON
  506. -- Dependency ENABLE_GR_BLOCKS = ON
  507. -- Dependency ENABLE_GR_DIGITAL = ON
  508. -- Enabling gr-trellis support.
  509. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  510. -- Found UHD: /usr/local/lib/libuhd.so
  511. --
  512. -- Configuring gr-uhd support...
  513. -- Dependency Boost_FOUND = 1
  514. -- Dependency UHD_FOUND = TRUE
  515. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  516. -- Dependency ENABLE_GR_FILTER = ON
  517. -- Dependency ENABLE_GR_BLOCKS = ON
  518. -- Dependency ENABLE_GR_ANALOG = ON
  519. -- Enabling gr-uhd support.
  520. -- Override with -DENABLE_GR_UHD=ON/OFF
  521. -- UHD Version: 3.11.0.git-128-g379f922d
  522. --
  523. -- Configuring gr-utils support...
  524. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  525. -- Dependency ENABLE_PYTHON = ON
  526. -- Enabling gr-utils support.
  527. -- Override with -DENABLE_GR_UTILS=ON/OFF
  528. -- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found version "1.2.15")
  529. --
  530. -- Configuring gr-video-sdl support...
  531. -- Dependency SDL_FOUND = TRUE
  532. -- Dependency Boost_FOUND = 1
  533. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  534. -- Enabling gr-video-sdl support.
  535. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  536. --
  537. -- Configuring gr-vocoder support...
  538. -- Dependency Boost_FOUND = 1
  539. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  540. -- Dependency ENABLE_GR_FFT = ON
  541. -- Dependency ENABLE_GR_BLOCKS = ON
  542. -- Dependency ENABLE_GR_FILTER = ON
  543. -- Dependency ENABLE_GR_ANALOG = ON
  544. -- Enabling gr-vocoder support.
  545. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  546. -- Found libgsm: /usr/include/gsm, /usr/lib64/libgsm.so
  547. -- System libcodec2 not found.
  548. -- Checking for module 'libusb-1.0'
  549. -- Found libusb-1.0, version 1.0.20
  550. -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib64/libusb-1.0.so
  551. --
  552. -- Configuring gr-fcd support...
  553. -- Dependency Boost_FOUND = 1
  554. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  555. -- Dependency ENABLE_GR_BLOCKS = ON
  556. -- Dependency ENABLE_GR_AUDIO = ON
  557. -- Dependency LIBUSB_FOUND = TRUE
  558. -- Enabling gr-fcd support.
  559. -- Override with -DENABLE_GR_FCD=ON/OFF
  560. --
  561. -- Configuring gr-wavelet support...
  562. -- Dependency Boost_FOUND = 1
  563. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  564. -- Dependency ENABLE_GR_BLOCKS = ON
  565. -- Dependency ENABLE_GR_ANALOG = ON
  566. -- Dependency GSL_FOUND = TRUE
  567. -- Enabling gr-wavelet support.
  568. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  569. --
  570. -- Python checking for wx >= 2.8
  571. -- Python checking for wx >= 2.8 - found
  572. --
  573. -- Python checking for numpy
  574. -- Python checking for numpy - found
  575. --
  576. -- Configuring gr-wxgui support...
  577. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  578. -- Dependency ENABLE_GR_FFT = ON
  579. -- Dependency ENABLE_GR_FILTER = ON
  580. -- Dependency ENABLE_GR_ANALOG = ON
  581. -- Dependency ENABLE_PYTHON = ON
  582. -- Dependency NUMPY_FOUND = TRUE
  583. -- Dependency WX_FOUND = TRUE
  584. -- Enabling gr-wxgui support.
  585. -- Override with -DENABLE_GR_WXGUI=ON/OFF
  586. -- Checking for module 'libzmq'
  587. -- Found libzmq, version 4.1.2
  588. -- Found ZEROMQ: /usr/lib64/libzmq.so
  589. --
  590. -- Configuring gr-zeromq support...
  591. -- Dependency Boost_FOUND = 1
  592. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  593. -- Dependency ZEROMQ_FOUND = TRUE
  594. -- Enabling gr-zeromq support.
  595. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  596. --
  597. -- ######################################################
  598. -- # Gnuradio enabled components
  599. -- ######################################################
  600. -- * python-support
  601. -- * testing-support
  602. -- * volk
  603. -- * doxygen
  604. -- * sphinx
  605. -- * gnuradio-runtime
  606. -- * gr-ctrlport
  607. -- * * thrift
  608. -- * gr-blocks
  609. -- * gnuradio-companion
  610. -- * gr-fec
  611. -- * gr-fft
  612. -- * gr-filter
  613. -- * gr-analog
  614. -- * gr-digital
  615. -- * gr-dtv
  616. -- * gr-atsc
  617. -- * gr-audio
  618. -- * * alsa
  619. -- * * oss
  620. -- * * jack
  621. -- * * portaudio
  622. -- * gr-comedi
  623. -- * gr-channels
  624. -- * gr-noaa
  625. -- * gr-pager
  626. -- * gr-qtgui
  627. -- * gr-trellis
  628. -- * gr-uhd
  629. -- * gr-utils
  630. -- * gr-video-sdl
  631. -- * gr-vocoder
  632. -- * gr-fcd
  633. -- * gr-wavelet
  634. -- * gr-wxgui
  635. -- * gr-zeromq
  636. --
  637. -- ######################################################
  638. -- # Gnuradio disabled components
  639. -- ######################################################
  640. --
  641. -- Using install prefix: /usr/local
  642. -- Building for version: 3.7.12git-101-g098dc3e0 / 3.7.12git
  643. -- Configuring done
  644. -- Generating done
  645. -- Build files have been written to: /usr/local/src/gnuradio_latest/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement