Advertisement
Guest User

Untitled

a guest
Jul 1st, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.74 KB | None | 0 0
  1. xbmc@xbmc:~/spotyxbmc2$ ./configure --enable-vdpau
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking build system type... i686-pc-linux-gnu
  8. checking host system type... i686-pc-linux-gnu
  9. checking for g++... g++
  10. checking whether the C++ compiler works... yes
  11. checking for C++ compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking for style of include used by make... GNU
  18. checking dependency style of g++... none
  19. checking for gcc... gcc
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... none
  24. checking how to print strings... printf
  25. checking for a sed that does not truncate output... /bin/sed
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for fgrep... /bin/grep -F
  29. checking for ld used by gcc... /usr/bin/ld
  30. checking if the linker (/usr/bin/ld) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  32. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... yes
  34. checking the maximum length of command line arguments... 1572864
  35. checking whether the shell understands some XSI constructs... yes
  36. checking whether the shell understands "+="... yes
  37. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  38. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  39. checking for /usr/bin/ld option to reload object files... -r
  40. checking for objdump... objdump
  41. checking how to recognize dependent libraries... pass_all
  42. checking for dlltool... no
  43. checking how to associate runtime and link libraries... printf %s\n
  44. checking for ar... ar
  45. checking for archiver @FILE support... @
  46. checking for strip... strip
  47. checking for ranlib... ranlib
  48. checking command to parse /usr/bin/nm -B output from gcc object... ok
  49. checking for sysroot... no
  50. checking for mt... mt
  51. checking if mt is a manifest tool... no
  52. checking how to run the C preprocessor... gcc -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking for dlfcn.h... yes
  64. checking for objdir... .libs
  65. checking if gcc supports -fno-rtti -fno-exceptions... no
  66. checking for gcc option to produce PIC... -fPIC -DPIC
  67. checking if gcc PIC flag -fPIC -DPIC works... yes
  68. checking if gcc static flag -static works... yes
  69. checking if gcc supports -c -o file.o... yes
  70. checking if gcc supports -c -o file.o... (cached) yes
  71. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  72. checking whether -lc should be explicitly linked in... no
  73. checking dynamic linker characteristics... GNU/Linux ld.so
  74. checking how to hardcode library paths into programs... immediate
  75. checking whether stripping libraries is possible... yes
  76. checking if libtool supports shared libraries... yes
  77. checking whether to build shared libraries... yes
  78. checking whether to build static libraries... yes
  79. checking how to run the C++ preprocessor... g++ -E
  80. checking for ld used by g++... /usr/bin/ld
  81. checking if the linker (/usr/bin/ld) is GNU ld... yes
  82. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  83. checking for g++ option to produce PIC... -fPIC -DPIC
  84. checking if g++ PIC flag -fPIC -DPIC works... yes
  85. checking if g++ static flag -static works... yes
  86. checking if g++ supports -c -o file.o... yes
  87. checking if g++ supports -c -o file.o... (cached) yes
  88. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  89. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking for gawk... (cached) gawk
  92. checking whether ln -s works... yes
  93. checking whether make sets $(MAKE)... (cached) yes
  94. checking for size_t... yes
  95. checking for working alloca.h... yes
  96. checking for alloca... yes
  97. checking for uid_t in sys/types.h... yes
  98. checking for unistd.h... (cached) yes
  99. checking for working chown... yes
  100. checking for dirent.h that defines DIR... yes
  101. checking for library containing opendir... none required
  102. checking whether closedir returns void... no
  103. checking for error_at_line... yes
  104. checking for _LARGEFILE_SOURCE value needed for large files... no
  105. checking whether gcc needs -traditional... no
  106. checking whether lstat correctly handles trailing slash... yes
  107. checking whether lstat accepts an empty string... no
  108. checking whether lstat correctly handles trailing slash... (cached) yes
  109. checking for working memcmp... yes
  110. checking whether time.h and sys/time.h may both be included... yes
  111. checking for sys/time.h... yes
  112. checking for unistd.h... (cached) yes
  113. checking for stdlib.h... (cached) yes
  114. checking for sys/param.h... yes
  115. checking for utime.h... yes
  116. checking for alarm... yes
  117. checking for working mktime... yes
  118. checking for getpagesize... yes
  119. checking for working mmap... yes
  120. checking sys/select.h usability... yes
  121. checking sys/select.h presence... yes
  122. checking for sys/select.h... yes
  123. checking sys/socket.h usability... yes
  124. checking sys/socket.h presence... yes
  125. checking for sys/socket.h... yes
  126. checking types of arguments for select... int,fd_set *,struct timeval *
  127. checking return type of signal handlers... void
  128. checking whether stat accepts an empty string... no
  129. checking for working strcoll... yes
  130. checking for strftime... yes
  131. checking for working strtod... yes
  132. checking whether utime accepts a null argument... yes
  133. checking for vprintf... yes
  134. checking for _doprnt... no
  135. checking for atexit... yes
  136. checking for dup2... yes
  137. checking for fdatasync... yes
  138. checking for floor... no
  139. checking for fs_stat_dev... no
  140. checking for ftime... yes
  141. checking for ftruncate... yes
  142. checking for getcwd... yes
  143. checking for gethostbyaddr... yes
  144. checking for gethostbyname... yes
  145. checking for gethostname... yes
  146. checking for getpagesize... (cached) yes
  147. checking for getpass... yes
  148. checking for gettimeofday... yes
  149. checking for inet_ntoa... yes
  150. checking for lchown... yes
  151. checking for localeconv... yes
  152. checking for memchr... yes
  153. checking for memmove... yes
  154. checking for memset... yes
  155. checking for mkdir... yes
  156. checking for modf... yes
  157. checking for munmap... yes
  158. checking for pow... no
  159. checking for rmdir... yes
  160. checking for select... yes
  161. checking for setenv... yes
  162. checking for setlocale... yes
  163. checking for socket... yes
  164. checking for sqrt... no
  165. checking for strcasecmp... yes
  166. checking for strchr... yes
  167. checking for strcspn... yes
  168. checking for strdup... yes
  169. checking for strerror... yes
  170. checking for strncasecmp... yes
  171. checking for strpbrk... yes
  172. checking for strrchr... yes
  173. checking for strspn... yes
  174. checking for strstr... yes
  175. checking for strtol... yes
  176. checking for strtoul... yes
  177. checking for sysinfo... yes
  178. checking for tzset... yes
  179. checking for utime... yes
  180. checking size of int... 4
  181. checking size of size_t... 4
  182. checking sys/inotify.h usability... yes
  183. checking sys/inotify.h presence... yes
  184. checking for sys/inotify.h... yes
  185. checking boost/shared_ptr.hpp usability... yes
  186. checking boost/shared_ptr.hpp presence... yes
  187. checking for boost/shared_ptr.hpp... yes
  188. checking for main in -lGL... yes
  189. checking for main in -lGLEW... yes
  190. checking for main in -lGLU... yes
  191. checking for mysql_config... yes
  192. checking ass/ass.h usability... yes
  193. checking ass/ass.h presence... yes
  194. checking for ass/ass.h... yes
  195. checking mpeg2dec/mpeg2.h usability... yes
  196. checking mpeg2dec/mpeg2.h presence... yes
  197. checking for mpeg2dec/mpeg2.h... yes
  198. checking for mpeg2dec/mpeg2convert.h... yes
  199. checking mad.h usability... yes
  200. checking mad.h presence... yes
  201. checking for mad.h... yes
  202. checking jpeglib.h usability... yes
  203. checking jpeglib.h presence... yes
  204. checking for jpeglib.h... yes
  205. checking samplerate.h usability... yes
  206. checking samplerate.h presence... yes
  207. checking for samplerate.h... yes
  208. checking ogg/ogg.h usability... yes
  209. checking ogg/ogg.h presence... yes
  210. checking for ogg/ogg.h... yes
  211. checking vorbis/vorbisfile.h usability... yes
  212. checking vorbis/vorbisfile.h presence... yes
  213. checking for vorbis/vorbisfile.h... yes
  214. checking libmodplug/modplug.h usability... yes
  215. checking libmodplug/modplug.h presence... yes
  216. checking for libmodplug/modplug.h... yes
  217. checking curl/curl.h usability... yes
  218. checking curl/curl.h presence... yes
  219. checking for curl/curl.h... yes
  220. checking FLAC/stream_decoder.h usability... yes
  221. checking FLAC/stream_decoder.h presence... yes
  222. checking for FLAC/stream_decoder.h... yes
  223. checking openssl/crypto.h usability... yes
  224. checking openssl/crypto.h presence... yes
  225. checking for openssl/crypto.h... yes
  226. checking gcrypt.h usability... yes
  227. checking gcrypt.h presence... yes
  228. checking for gcrypt.h... yes
  229. checking for gcry_control in -lgcrypt... yes
  230. checking for main in -lbz2... yes
  231. checking for main in -ljpeg... yes
  232. checking for main in -ltiff... yes
  233. checking for main in -lpthread... yes
  234. checking for main in -llzo2... yes
  235. checking for main in -lz... yes
  236. checking for main in -lcrypto... yes
  237. checking for main in -lssl... yes
  238. checking for main in -lmysqlclient... yes
  239. checking for sftp_tell64 in -lssh... yes
  240. checking for hci_devid in -lbluetooth... no
  241. Could not find suitable version of libbluetooth
  242. checking for main in -lyajl... yes
  243. checking for main in -ltinyxml... yes
  244. checking for pkg-config... /usr/bin/pkg-config
  245. checking pkg-config is at least version 0.9.0... yes
  246. checking for FONTCONFIG... yes
  247. checking for FRIBIDI... yes
  248. checking for SQLITE3... yes
  249. checking for PNG... yes
  250. checking for PCRE... yes
  251. checking for PCRECPP... yes
  252. checking for CDIO... yes
  253. checking for SAMPLERATE... yes
  254. checking for FREETYPE2... yes
  255. checking for LIBBLURAY... no
  256. checking for main in -ldl... yes
  257. checking for main in -lresolv... yes
  258. checking for main in -ljasper... yes
  259. checking for clock_gettime in -lrt... yes
  260. checking for ALSA... yes
  261. checking for DBUS... yes
  262. checking for SDL... yes
  263. checking for main in -lSDL_mixer... yes
  264. checking for main in -lSDL_image... yes
  265. checking for libmad soname... libmad.so.0
  266. checking for libogg soname... libogg.so.0
  267. checking for libcurl soname... libcurl-gnutls.so.4
  268. checking for libFLAC soname... libFLAC.so.8
  269. checking for libvorbis soname... libvorbis.so.0
  270. checking for libvorbisfile soname... libvorbisfile.so.3
  271. checking for libmodplug soname... libmodplug.so.1
  272. checking for libass soname... libass.so.4
  273. checking for libmpeg2 soname... libmpeg2.so.0
  274. checking for libmp3lame soname... no
  275. configure: WARNING: Unable to determine soname of libmp3lame library
  276. configure: WARNING: libmp3lame support disabled
  277. checking for libvorbisenc soname... libvorbisenc.so.2
  278. checking vorbis/vorbisenc.h usability... yes
  279. checking vorbis/vorbisenc.h presence... yes
  280. checking for vorbis/vorbisenc.h... yes
  281. checking for main in -lmicrohttpd... yes
  282. checking for main in -lpulse... yes
  283. checking for HAL... yes
  284. checking for HAL_STORAGE... yes
  285. checking for main in -lavahi-common... yes
  286. checking for main in -lavahi-client... yes
  287. configure: == X11 enabled. ==
  288. checking for X11... yes
  289. checking for XEXT... yes
  290. checking for main in -lXrandr... yes
  291. configure: == GOOM disabled. ==
  292. configure: == RSXS enabled. ==
  293. checking for XT... yes
  294. checking for XMU... yes
  295. configure: == ProjectM enabled. ==
  296. checking librtmp/log.h usability... no
  297. checking librtmp/log.h presence... no
  298. checking for librtmp/log.h... no
  299. configure: == Could not find libRTMP. RTMP support disabled. ==
  300. checking librtmp/amf.h usability... no
  301. checking librtmp/amf.h presence... no
  302. checking for librtmp/amf.h... no
  303. checking librtmp/rtmp.h usability... no
  304. checking librtmp/rtmp.h presence... no
  305. checking for librtmp/rtmp.h... no
  306. checking for main in -lsmbclient... yes
  307. checking nfsc/libnfs.h usability... no
  308. checking nfsc/libnfs.h presence... no
  309. checking for nfsc/libnfs.h... no
  310. configure: == Could not find libnfs. NFS client support disabled. ==
  311. checking afpfs-ng/libafpclient.h usability... no
  312. checking afpfs-ng/libafpclient.h presence... no
  313. checking for afpfs-ng/libafpclient.h... no
  314. configure: == Could not find libafpclient. AFP client support disabled. ==
  315. checking for main in -lplist... yes
  316. checking for libplist soname... libplist.so.1
  317. checking for shairport_set_ao in -lshairport... no
  318. configure: == Could not find libshairport. AirTunes support disabled. ==
  319. checking for UDEV... yes
  320. configure: == libusb disabled. ==
  321. checking for CEC... yes
  322. checking for libcec soname... libcec.so.1
  323. configure: == libcec enabled. ==
  324. configure: == Use of external ffmpeg disabled. ==
  325. checking for python... /usr/bin/python
  326. checking for a version of Python >= '2.1.0'... yes
  327. checking for a version of Python >= 2.4... yes
  328. checking for the distutils Python package... yes
  329. checking for Python include path... -I/usr/include/python2.7
  330. checking for Python library path... -L/usr/lib -lpython2.7
  331. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  332. checking python extra libraries... -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil
  333. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  334. checking consistency of all components of python development environment... yes
  335. configure: Using Python 2.7
  336. checking vdpau/vdpau.h usability... yes
  337. checking vdpau/vdpau.h presence... yes
  338. checking for vdpau/vdpau.h... yes
  339. checking for main in -lva... no
  340. == Could not find libva. VAAPI support disabled. ==
  341. checking libcrystalhd/libcrystalhd_if.h usability... yes
  342. checking libcrystalhd/libcrystalhd_if.h presence... yes
  343. checking for libcrystalhd/libcrystalhd_if.h... yes
  344. checking for libcrystalhd soname... libcrystalhd.so.3
  345. configure: == VDADecoder support manually disabled. ==
  346. configure: == VTBDecoder support manually disabled. ==
  347. configure: == OpenMax support manually disabled. ==
  348. checking yajl/yajl_version.h usability... yes
  349. checking yajl/yajl_version.h presence... yes
  350. checking for yajl/yajl_version.h... yes
  351. checking for gawk... yes
  352. checking for cmake... yes
  353. checking for gperf... yes
  354. checking for unzip... yes
  355. checking for zip... yes
  356. checking for nasm... yes
  357. checking for git... yes
  358. checking for dirent.h that defines DIR... (cached) yes
  359. checking for library containing opendir... (cached) none required
  360. checking for ANSI C header files... (cached) yes
  361. checking for sys/wait.h that is POSIX.1 compatible... yes
  362. checking arpa/inet.h usability... yes
  363. checking arpa/inet.h presence... yes
  364. checking for arpa/inet.h... yes
  365. checking fcntl.h usability... yes
  366. checking fcntl.h presence... yes
  367. checking for fcntl.h... yes
  368. checking float.h usability... yes
  369. checking float.h presence... yes
  370. checking for float.h... yes
  371. checking for inttypes.h... (cached) yes
  372. checking limits.h usability... yes
  373. checking limits.h presence... yes
  374. checking for limits.h... yes
  375. checking locale.h usability... yes
  376. checking locale.h presence... yes
  377. checking for locale.h... yes
  378. checking malloc.h usability... yes
  379. checking malloc.h presence... yes
  380. checking for malloc.h... yes
  381. checking for memory.h... (cached) yes
  382. checking netdb.h usability... yes
  383. checking netdb.h presence... yes
  384. checking for netdb.h... yes
  385. checking netinet/in.h usability... yes
  386. checking netinet/in.h presence... yes
  387. checking for netinet/in.h... yes
  388. checking stddef.h usability... yes
  389. checking stddef.h presence... yes
  390. checking for stddef.h... yes
  391. checking for stdint.h... (cached) yes
  392. checking for stdlib.h... (cached) yes
  393. checking for string.h... (cached) yes
  394. checking for strings.h... (cached) yes
  395. checking sys/file.h usability... yes
  396. checking sys/file.h presence... yes
  397. checking for sys/file.h... yes
  398. checking sys/ioctl.h usability... yes
  399. checking sys/ioctl.h presence... yes
  400. checking for sys/ioctl.h... yes
  401. checking sys/mount.h usability... yes
  402. checking sys/mount.h presence... yes
  403. checking for sys/mount.h... yes
  404. checking for sys/param.h... (cached) yes
  405. checking for sys/socket.h... (cached) yes
  406. checking for sys/time.h... (cached) yes
  407. checking sys/timeb.h usability... yes
  408. checking sys/timeb.h presence... yes
  409. checking for sys/timeb.h... yes
  410. checking sys/vfs.h usability... yes
  411. checking sys/vfs.h presence... yes
  412. checking for sys/vfs.h... yes
  413. checking termios.h usability... yes
  414. checking termios.h presence... yes
  415. checking for termios.h... yes
  416. checking for unistd.h... (cached) yes
  417. checking for utime.h... (cached) yes
  418. checking wchar.h usability... yes
  419. checking wchar.h presence... yes
  420. checking for wchar.h... yes
  421. checking wctype.h usability... yes
  422. checking wctype.h presence... yes
  423. checking for wctype.h... yes
  424. checking cdio/iso9660.h usability... yes
  425. checking cdio/iso9660.h presence... yes
  426. checking for cdio/iso9660.h... yes
  427. checking whether stat file-mode macros are broken... no
  428. checking for stdbool.h that conforms to C99... yes
  429. checking for _Bool... yes
  430. checking for an ANSI C-conforming const... yes
  431. checking for uid_t in sys/types.h... (cached) yes
  432. checking for inline... inline
  433. checking for int8_t... yes
  434. checking for int16_t... yes
  435. checking for int32_t... yes
  436. checking for int64_t... yes
  437. checking for mode_t... yes
  438. checking for off_t... yes
  439. checking for pid_t... yes
  440. checking for C/C++ restrict keyword... __restrict
  441. checking for size_t... (cached) yes
  442. checking for ssize_t... yes
  443. checking for struct stat.st_rdev... yes
  444. checking whether time.h and sys/time.h may both be included... (cached) yes
  445. checking whether struct tm is in sys/time.h or time.h... time.h
  446. checking for uint8_t... yes
  447. checking for uint16_t... yes
  448. checking for uint32_t... yes
  449. checking for uint64_t... yes
  450. checking whether byte ordering is bigendian... no
  451. checking for ccache... none
  452. configure: ccache not found. Falling back to default CC
  453. configure: == DVDCSS support enabled. ==
  454. configure: creating ./config.status
  455. install prefix /usr/local
  456. source path .
  457. C compiler gcc
  458. ARCH x86 (generic)
  459. big-endian no
  460. runtime cpu detection yes
  461. yasm yes
  462. MMX enabled yes
  463. MMX2 enabled yes
  464. 3DNow! enabled yes
  465. 3DNow! extended enabled yes
  466. SSE enabled yes
  467. SSSE3 enabled yes
  468. AVX enabled yes
  469. CMOV enabled no
  470. CMOV is fast no
  471. EBX available yes
  472. EBP available yes
  473. debug symbols yes
  474. strip symbols yes
  475. optimize for size no
  476. optimizations yes
  477. static no
  478. shared yes
  479. postprocessing support yes
  480. new filter support yes
  481. network support yes
  482. threading support pthreads
  483. safe bitstream reader yes
  484. SDL support yes
  485. Sun medialib support no
  486. libdxva2 enabled no
  487. libva enabled no
  488. libvdpau enabled yes
  489. AVISynth enabled no
  490. frei0r enabled no
  491. gnutls enabled no
  492. libaacplus enabled no
  493. libass enabled no
  494. libcdio support no
  495. libcelt enabled no
  496. libdc1394 support no
  497. libdirac enabled no
  498. libfaac enabled no
  499. libgsm enabled no
  500. libmodplug enabled no
  501. libmp3lame enabled no
  502. libnut enabled no
  503. libopencore-amrnb support no
  504. libopencore-amrwb support no
  505. libopencv support no
  506. libopenjpeg enabled no
  507. libpulse enabled no
  508. librtmp enabled no
  509. libschroedinger enabled no
  510. libspeex enabled no
  511. libstagefright-h264 enabled no
  512. libtheora enabled no
  513. libutvideo enabled no
  514. libv4l2 enabled no
  515. libvo-aacenc support no
  516. libvo-amrwbenc support no
  517. libvorbis enabled no
  518. libvpx enabled no
  519. libx264 enabled no
  520. libxavs enabled no
  521. libxvid enabled no
  522. openal enabled no
  523. openssl enabled no
  524. zlib enabled yes
  525. bzlib enabled yes
  526.  
  527. Enabled decoders:
  528. aac cscd mace6
  529. aac_latm cyuv mdec
  530. aasc dca mimic
  531. ac3 dfa mjpeg
  532. adpcm_4xm dirac mjpegb
  533. adpcm_adx dnxhd mlp
  534. adpcm_ct dpx mmvideo
  535. adpcm_ea dsicinaudio motionpixels
  536. adpcm_ea_maxis_xa dsicinvideo mp1
  537. adpcm_ea_r1 dvbsub mp1float
  538. adpcm_ea_r2 dvdsub mp2
  539. adpcm_ea_r3 dvvideo mp2float
  540. adpcm_ea_xas dxa mp3
  541. adpcm_g722 dxtory mp3adu
  542. adpcm_g726 eac3 mp3adufloat
  543. adpcm_ima_amv eacmv mp3float
  544. adpcm_ima_apc eamad mp3on4
  545. adpcm_ima_dk3 eatgq mp3on4float
  546. adpcm_ima_dk4 eatgv mpc7
  547. adpcm_ima_ea_eacs eatqi mpc8
  548. adpcm_ima_ea_sead eightbps mpeg1_vdpau
  549. adpcm_ima_iss eightsvx_exp mpeg1video
  550. adpcm_ima_qt eightsvx_fib mpeg2video
  551. adpcm_ima_smjpeg escape124 mpeg4
  552. adpcm_ima_wav escape130 mpeg4_vdpau
  553. adpcm_ima_ws ffv1 mpeg_vdpau
  554. adpcm_ms ffvhuff mpegvideo
  555. adpcm_sbpro_2 ffwavesynth msmpeg4v1
  556. adpcm_sbpro_3 flac msmpeg4v2
  557. adpcm_sbpro_4 flashsv msmpeg4v3
  558. adpcm_swf flashsv2 msrle
  559. adpcm_thp flic msvideo1
  560. adpcm_xa flv mszh
  561. adpcm_yamaha fourxm mxpeg
  562. alac fraps nellymoser
  563. als frwu nuv
  564. amrnb g723_1 pam
  565. amrwb g729 pbm
  566. amv gif pcm_alaw
  567. anm gsm pcm_bluray
  568. ansi gsm_ms pcm_dvd
  569. ape h261 pcm_f32be
  570. ass h263 pcm_f32le
  571. asv1 h263i pcm_f64be
  572. asv2 h264 pcm_f64le
  573. atrac1 h264_vdpau pcm_lxf
  574. atrac3 huffyuv pcm_mulaw
  575. aura idcin pcm_s16be
  576. aura2 idf pcm_s16le
  577. avrp iff_byterun1 pcm_s16le_planar
  578. avs iff_ilbm pcm_s24be
  579. bethsoftvid imc pcm_s24daud
  580. bfi indeo2 pcm_s24le
  581. bink indeo3 pcm_s32be
  582. binkaudio_dct indeo4 pcm_s32le
  583. binkaudio_rdft indeo5 pcm_s8
  584. bintext interplay_dpcm pcm_s8_planar
  585. bmp interplay_video pcm_u16be
  586. bmv_audio jpeg2000 pcm_u16le
  587. bmv_video jpegls pcm_u24be
  588. c93 jv pcm_u24le
  589. cavs kgv1 pcm_u32be
  590. cdgraphics kmvc pcm_u32le
  591. cinepak lagarith pcm_u8
  592. cljr loco pcm_zork
  593. cook mace3 pcx
  594. pgm sol_dpcm vmnc
  595. pgmyuv sonic vorbis
  596. pgssub sp5x vp3
  597. pictor srt vp5
  598. png sunrast vp6
  599. ppm svq1 vp6a
  600. prores svq3 vp6f
  601. prores_lgpl targa vp8
  602. ptx theora vqa
  603. qcelp thp wavpack
  604. qdm2 tiertexseqvideo wmalossless
  605. qdraw tiff wmapro
  606. qpeg tmv wmav1
  607. qtrle truehd wmav2
  608. r10k truemotion1 wmavoice
  609. r210 truemotion2 wmv1
  610. ra_144 truespeech wmv2
  611. ra_288 tscc wmv3
  612. rawvideo tta wmv3_vdpau
  613. rl2 twinvq wmv3image
  614. roq txd wnv1
  615. roq_dpcm ulti ws_snd1
  616. rpza utvideo xan_dpcm
  617. rv10 v210 xan_wc3
  618. rv20 v210x xan_wc4
  619. rv30 v308 xbin
  620. rv40 v410 xl
  621. s302m vb xsub
  622. sgi vble xwd
  623. shorten vc1 y41p
  624. sipr vc1_vdpau yop
  625. smackaud vc1image yuv4
  626. smacker vcr1 zlib
  627. smc vmdaudio zmbv
  628. snow vmdvideo
  629.  
  630. Enabled encoders:
  631. aac ac3
  632.  
  633. Enabled hwaccels:
  634. mpeg1_vdpau mpeg2_vdpau
  635.  
  636. Enabled parsers:
  637. aac dvdsub mpegaudio
  638. aac_latm flac mpegvideo
  639. ac3 gsm pnm
  640. adx h261 rv30
  641. cavsvideo h263 rv40
  642. dca h264 vc1
  643. dirac mjpeg vp3
  644. dnxhd mlp vp8
  645. dvbsub mpeg4video
  646.  
  647. Enabled demuxers:
  648. aac iff pcm_u24le
  649. ac3 image2 pcm_u32be
  650. act image2pipe pcm_u32le
  651. adf ingenient pcm_u8
  652. adx ipmovie pmp
  653. aea iss pva
  654. aiff iv8 qcp
  655. amr ivf r3d
  656. anm jv rawvideo
  657. apc latm rl2
  658. ape lmlm4 rm
  659. applehttp loas roq
  660. asf lxf rpl
  661. ass m4v rso
  662. au matroska rtp
  663. avi microdvd rtsp
  664. avs mjpeg sap
  665. bethsoftvid mlp sbg
  666. bfi mm sdp
  667. bink mmf segafilm
  668. bintext mov shorten
  669. bit mp3 siff
  670. bmv mpc smacker
  671. c93 mpc8 smjpeg
  672. caf mpegps sol
  673. cavsvideo mpegts sox
  674. cdg mpegtsraw spdif
  675. daud mpegvideo srt
  676. dfa msnwc_tcp str
  677. dirac mtv swf
  678. dnxhd mvi thp
  679. dsicin mxf tiertexseq
  680. dts mxg tmv
  681. dv nc truehd
  682. dxa nsv tta
  683. ea nut tty
  684. ea_cdata nuv txd
  685. eac3 ogg vc1
  686. ffm oma vc1t
  687. ffmetadata pcm_alaw vmd
  688. filmstrip pcm_f32be voc
  689. flac pcm_f32le vqf
  690. flic pcm_f64be w64
  691. flv pcm_f64le wav
  692. fourxm pcm_mulaw wc3
  693. g722 pcm_s16be wsaud
  694. g723_1 pcm_s16le wsvqa
  695. g729 pcm_s24be wtv
  696. gsm pcm_s24le wv
  697. gxf pcm_s32be xa
  698. h261 pcm_s32le xbin
  699. h263 pcm_s8 xmv
  700. h264 pcm_u16be xwma
  701. ico pcm_u16le yop
  702. idcin pcm_u24be yuv4mpegpipe
  703. idf
  704.  
  705. Enabled muxers:
  706. adts spdif
  707.  
  708. Enabled protocols:
  709. applehttp httpproxy rtmps
  710. cache md5 rtmpt
  711. concat mmsh rtmpte
  712. crypto mmst rtp
  713. file pipe tcp
  714. gopher rtmp udp
  715. http rtmpe
  716.  
  717. Enabled filters:
  718. abuffer drawbox pad
  719. abuffersink earwax pan
  720. aconvert fade pixdesctest
  721. aevalsrc fieldorder rgbtestsrc
  722. aformat fifo scale
  723. amerge format select
  724. amovie gradfun setdar
  725. anull hflip setpts
  726. anullsink hqdn3d setsar
  727. anullsrc life settb
  728. aresample lut showinfo
  729. ashowinfo lutrgb silencedetect
  730. asplit lutyuv slicify
  731. astreamsync mandelbrot split
  732. blackframe movie swapuv
  733. boxblur mp testsrc
  734. buffersink mptestsrc thumbnail
  735. cellauto negate tinterlace
  736. color noformat transpose
  737. copy null unsharp
  738. crop nullsink vflip
  739. cropdetect nullsrc volume
  740. delogo overlay yadif
  741. deshake
  742.  
  743. Enabled bsfs:
  744. aac_adtstoasc mjpeg2jpeg mp3_header_decompress
  745. chomp mjpega_dump_header noise
  746. dump_extradata mov2textsub remove_extradata
  747. h264_mp4toannexb mp3_header_compress text2movsub
  748. imx_dump_header
  749.  
  750. Enabled indevs:
  751.  
  752. Enabled outdevs:
  753.  
  754. License: GPL version 2 or later
  755. Creating config.mak and config.h...
  756. config.asm is unchanged
  757. libavutil/avconfig.h is unchanged
  758. checking build system type... i686-pc-linux-gnu
  759. checking host system type... i686-pc-linux-gnu
  760. checking target system type... i686-pc-linux-gnu
  761. checking for a BSD-compatible install... /usr/bin/install -c
  762. checking whether build environment is sane... yes
  763. checking for a thread-safe mkdir -p... /bin/mkdir -p
  764. checking for gawk... gawk
  765. checking whether make sets $(MAKE)... yes
  766. checking for gcc... gcc
  767. checking whether the C compiler works... yes
  768. checking for C compiler default output file name... a.out
  769. checking for suffix of executables...
  770. checking whether we are cross compiling... no
  771. checking for suffix of object files... o
  772. checking whether we are using the GNU C compiler... yes
  773. checking whether gcc accepts -g... yes
  774. checking for gcc option to accept ISO C89... none needed
  775. checking for style of include used by make... GNU
  776. checking dependency style of gcc... gcc3
  777. checking how to run the C preprocessor... gcc -E
  778. checking for grep that handles long lines and -e... /bin/grep
  779. checking for egrep... /bin/grep -E
  780. checking for ANSI C header files... yes
  781. checking how to print strings... printf
  782. checking for a sed that does not truncate output... /bin/sed
  783. checking for fgrep... /bin/grep -F
  784. checking for ld used by gcc... /usr/bin/ld
  785. checking if the linker (/usr/bin/ld) is GNU ld... yes
  786. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  787. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  788. checking whether ln -s works... yes
  789. checking the maximum length of command line arguments... 1572864
  790. checking whether the shell understands some XSI constructs... yes
  791. checking whether the shell understands "+="... no
  792. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  793. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  794. checking for /usr/bin/ld option to reload object files... -r
  795. checking for objdump... objdump
  796. checking how to recognize dependent libraries... pass_all
  797. checking for dlltool... dlltool
  798. checking how to associate runtime and link libraries... printf %s\n
  799. checking for ar... ar
  800. checking for archiver @FILE support... @
  801. checking for strip... strip
  802. checking for ranlib... ranlib
  803. checking command to parse /usr/bin/nm -B output from gcc object... ok
  804. checking for sysroot... no
  805. checking for mt... mt
  806. checking if mt is a manifest tool... no
  807. checking for sys/types.h... yes
  808. checking for sys/stat.h... yes
  809. checking for stdlib.h... yes
  810. checking for string.h... yes
  811. checking for memory.h... yes
  812. checking for strings.h... yes
  813. checking for inttypes.h... yes
  814. checking for stdint.h... yes
  815. checking for unistd.h... yes
  816. checking for dlfcn.h... yes
  817. checking for objdir... .libs
  818. checking if gcc supports -fno-rtti -fno-exceptions... no
  819. checking for gcc option to produce PIC... -fPIC -DPIC
  820. checking if gcc PIC flag -fPIC -DPIC works... yes
  821. checking if gcc static flag -static works... yes
  822. checking if gcc supports -c -o file.o... yes
  823. checking if gcc supports -c -o file.o... (cached) yes
  824. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  825. checking whether -lc should be explicitly linked in... no
  826. checking dynamic linker characteristics... GNU/Linux ld.so
  827. checking how to hardcode library paths into programs... immediate
  828. checking whether stripping libraries is possible... yes
  829. checking if libtool supports shared libraries... yes
  830. checking whether to build shared libraries... yes
  831. checking whether to build static libraries... yes
  832. checking for an ANSI C-conforming const... yes
  833. checking for inline... inline
  834. checking for size_t... yes
  835. checking for unistd.h... (cached) yes
  836. checking sys/param.h usability... yes
  837. checking sys/param.h presence... yes
  838. checking for sys/param.h... yes
  839. checking limits.h usability... yes
  840. checking limits.h presence... yes
  841. checking for limits.h... yes
  842. checking pwd.h usability... yes
  843. checking pwd.h presence... yes
  844. checking for pwd.h... yes
  845. checking errno.h usability... yes
  846. checking errno.h presence... yes
  847. checking for errno.h... yes
  848. checking windows.h usability... no
  849. checking windows.h presence... no
  850. checking for windows.h... no
  851. checking sys/ioctl.h usability... yes
  852. checking sys/ioctl.h presence... yes
  853. checking for sys/ioctl.h... yes
  854. checking sys/cdio.h usability... no
  855. checking sys/cdio.h presence... no
  856. checking for sys/cdio.h... no
  857. checking sys/dvdio.h usability... no
  858. checking sys/dvdio.h presence... no
  859. checking for sys/dvdio.h... no
  860. checking linux/cdrom.h usability... yes
  861. checking linux/cdrom.h presence... yes
  862. checking for linux/cdrom.h... yes
  863. checking dvd.h usability... no
  864. checking dvd.h presence... no
  865. checking for dvd.h... no
  866. checking /sys/dev/scsi/scsi_ioctl.h usability... no
  867. checking /sys/dev/scsi/scsi_ioctl.h presence... no
  868. checking for /sys/dev/scsi/scsi_ioctl.h... no
  869. checking sys/scsi/scsi_types.h usability... no
  870. checking sys/scsi/scsi_types.h presence... no
  871. checking for sys/scsi/scsi_types.h... no
  872. checking sys/scsi.h usability... no
  873. checking sys/scsi.h presence... no
  874. checking for sys/scsi.h... no
  875. checking IOKit/storage/IODVDMediaBSDClient.h usability... no
  876. checking IOKit/storage/IODVDMediaBSDClient.h presence... no
  877. checking for IOKit/storage/IODVDMediaBSDClient.h... no
  878. checking if $CC accepts -Wall... yes
  879. checking if $CC accepts -Wsign-compare... yes
  880. configure: creating ./config.status
  881. config.status: creating Makefile
  882. config.status: creating doc/Makefile
  883. config.status: creating src/Makefile
  884. config.status: creating src/dvdcss/Makefile
  885. config.status: creating test/Makefile
  886. config.status: creating src/libdvdcss.pc
  887. config.status: creating config.h
  888. config.status: config.h is unchanged
  889. config.status: executing depfiles commands
  890. config.status: executing libtool commands
  891.  
  892. Done, type 'make install' to build and install
  893. cat /home/xbmc/spotyxbmc2/lib/libdvd/libdvdread/misc/dvdread-config.sh >> obj/dvdread-config
  894. chmod 0755 obj/dvdread-config
  895.  
  896. Done, type 'make install' to build and install
  897. checking for a BSD-compatible install... /usr/bin/install -c
  898. checking whether build environment is sane... yes
  899. checking for a thread-safe mkdir -p... /bin/mkdir -p
  900. checking for gawk... gawk
  901. checking whether make sets $(MAKE)... yes
  902. checking build system type... i686-pc-linux-gnu
  903. checking host system type... i686-pc-linux-gnu
  904. checking for gcc... gcc
  905. checking whether the C compiler works... yes
  906. checking for C compiler default output file name... a.out
  907. checking for suffix of executables...
  908. checking whether we are cross compiling... no
  909. checking for suffix of object files... o
  910. checking whether we are using the GNU C compiler... yes
  911. checking whether gcc accepts -g... yes
  912. checking for gcc option to accept ISO C89... none needed
  913. checking for style of include used by make... GNU
  914. checking dependency style of gcc... gcc3
  915. checking how to print strings... printf
  916. checking for a sed that does not truncate output... /bin/sed
  917. checking for grep that handles long lines and -e... /bin/grep
  918. checking for egrep... /bin/grep -E
  919. checking for fgrep... /bin/grep -F
  920. checking for ld used by gcc... /usr/bin/ld
  921. checking if the linker (/usr/bin/ld) is GNU ld... yes
  922. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  923. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  924. checking whether ln -s works... yes
  925. checking the maximum length of command line arguments... 1572864
  926. checking whether the shell understands some XSI constructs... yes
  927. checking whether the shell understands "+="... no
  928. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  929. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  930. checking for /usr/bin/ld option to reload object files... -r
  931. checking for objdump... objdump
  932. checking how to recognize dependent libraries... pass_all
  933. checking for dlltool... no
  934. checking how to associate runtime and link libraries... printf %s\n
  935. checking for ar... ar
  936. checking for archiver @FILE support... @
  937. checking for strip... strip
  938. checking for ranlib... ranlib
  939. checking command to parse /usr/bin/nm -B output from gcc object... ok
  940. checking for sysroot... no
  941. checking for mt... mt
  942. checking if mt is a manifest tool... no
  943. checking how to run the C preprocessor... gcc -E
  944. checking for ANSI C header files... yes
  945. checking for sys/types.h... yes
  946. checking for sys/stat.h... yes
  947. checking for stdlib.h... yes
  948. checking for string.h... yes
  949. checking for memory.h... yes
  950. checking for strings.h... yes
  951. checking for inttypes.h... yes
  952. checking for stdint.h... yes
  953. checking for unistd.h... yes
  954. checking for dlfcn.h... yes
  955. checking for objdir... .libs
  956. checking if gcc supports -fno-rtti -fno-exceptions... no
  957. checking for gcc option to produce PIC... -fPIC -DPIC
  958. checking if gcc PIC flag -fPIC -DPIC works... yes
  959. checking if gcc static flag -static works... yes
  960. checking if gcc supports -c -o file.o... yes
  961. checking if gcc supports -c -o file.o... (cached) yes
  962. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  963. checking whether -lc should be explicitly linked in... no
  964. checking dynamic linker characteristics... GNU/Linux ld.so
  965. checking how to hardcode library paths into programs... immediate
  966. checking whether stripping libraries is possible... yes
  967. checking if libtool supports shared libraries... yes
  968. checking whether to build shared libraries... yes
  969. checking whether to build static libraries... no
  970. checking for ANSI C header files... (cached) yes
  971. checking assert.h usability... yes
  972. checking assert.h presence... yes
  973. checking for assert.h... yes
  974. checking for unistd.h... (cached) yes
  975. checking zlib.h usability... yes
  976. checking zlib.h presence... yes
  977. checking for zlib.h... yes
  978. checking for an ANSI C-conforming const... yes
  979. checking for inline... inline
  980. checking for ftruncate... yes
  981. checking for compress2 in -lz... yes
  982. checking whether to enable profiling... no
  983. checking whether to enable debugging... default
  984. configure: creating ./config.status
  985. config.status: creating Makefile
  986. config.status: creating msvc++/Makefile
  987. config.status: creating libid3tag.list
  988. config.status: creating config.h
  989. config.status: config.h is unchanged
  990. config.status: executing depfiles commands
  991. config.status: executing libtool commands
  992. + rm -f CMakeCache.txt
  993. + CC=gcc
  994. + CXX=g++
  995. + cmake -DCMAKE_BUILD_TYPE=None -DUSE_FTGL:BOOL=OFF '-DCMAKE_C_FLAGS:STRING= -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2' '-DCMAKE_CXX_FLAGS:STRING= -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2' -DCMAKE_INSTALL_PREFIX=/usr/local '-DCMAKE_INSTALL_LIBDIR:PATH=${exec_prefix}/lib' '-DINCLUDE_INSTALL_DIR:PATH=${prefix}/include' '-DLIB_INSTALL_DIR:PATH=${exec_prefix}/lib' '-DSYSCONF_INSTALL_DIR:PATH=${prefix}/etc' '-DSHARE_INSTALL_PREFIX:PATH=${datarootdir}' .
  996. -- The C compiler identification is GNU
  997. -- The CXX compiler identification is GNU
  998. -- Check for working C compiler: /usr/bin/gcc
  999. -- Check for working C compiler: /usr/bin/gcc -- works
  1000. -- Detecting C compiler ABI info
  1001. -- Detecting C compiler ABI info - done
  1002. -- Check for working CXX compiler: /usr/bin/g++
  1003. -- Check for working CXX compiler: /usr/bin/g++ -- works
  1004. -- Detecting CXX compiler ABI info
  1005. -- Detecting CXX compiler ABI info - done
  1006. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
  1007. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
  1008. -- Looking for gethostbyname
  1009. -- Looking for gethostbyname - found
  1010. -- Looking for connect
  1011. -- Looking for connect - found
  1012. -- Looking for remove
  1013. -- Looking for remove - found
  1014. -- Looking for shmat
  1015. -- Looking for shmat - found
  1016. -- Looking for IceConnectionNumber in ICE
  1017. -- Looking for IceConnectionNumber in ICE - found
  1018. -- Found X11: /usr/lib/i386-linux-gnu/libX11.so
  1019. -- Found OpenGL: /usr/lib/i386-linux-gnu/libGL.so
  1020. -- checking for one of the modules 'ftgl'
  1021. -- [projectM] Warning: FTGL font support was not detected. Visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL.
  1022. CMake Warning (dev) at CMakeLists.txt:125 (LINK_DIRECTORIES):
  1023. This command specifies the relative path
  1024.  
  1025. .
  1026.  
  1027. as a link directory.
  1028.  
  1029. Policy CMP0015 is not set: link_directories() treats paths relative to the
  1030. source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
  1031. cmake_policy command to set the policy and suppress this warning.
  1032. This warning is for project developers. Use -Wno-dev to suppress it.
  1033.  
  1034. -- Configuring done
  1035. -- Generating done
  1036. CMake Warning:
  1037. Manually-specified variables were not used by the project:
  1038.  
  1039. CMAKE_INSTALL_LIBDIR
  1040. INCLUDE_INSTALL_DIR
  1041. LIB_INSTALL_DIR
  1042. SHARE_INSTALL_PREFIX
  1043. SYSCONF_INSTALL_DIR
  1044.  
  1045.  
  1046. -- Build files have been written to: /home/xbmc/spotyxbmc2/xbmc/visualizations/XBMCProjectM/libprojectM
  1047. + test pc = apple
  1048. + set +x
  1049. configure: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
  1050. checking for a BSD-compatible install... /usr/bin/install -c
  1051. checking whether build environment is sane... yes
  1052. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1053. checking for gawk... gawk
  1054. checking whether make sets $(MAKE)... yes
  1055. checking for style of include used by make... GNU
  1056. checking for gcc... gcc
  1057. checking whether the C compiler works... yes
  1058. checking for C compiler default output file name... a.out
  1059. checking for suffix of executables...
  1060. checking whether we are cross compiling... no
  1061. checking for suffix of object files... o
  1062. checking whether we are using the GNU C compiler... yes
  1063. checking whether gcc accepts -g... yes
  1064. checking for gcc option to accept ISO C89... none needed
  1065. checking dependency style of gcc... gcc3
  1066. checking how to run the C preprocessor... gcc -E
  1067. checking for grep that handles long lines and -e... /bin/grep
  1068. checking for egrep... /bin/grep -E
  1069. checking for ANSI C header files... yes
  1070. checking for sys/types.h... yes
  1071. checking for sys/stat.h... yes
  1072. checking for stdlib.h... yes
  1073. checking for string.h... yes
  1074. checking for memory.h... yes
  1075. checking for strings.h... yes
  1076. checking for inttypes.h... yes
  1077. checking for stdint.h... yes
  1078. checking for unistd.h... yes
  1079. checking minix/config.h usability... no
  1080. checking minix/config.h presence... no
  1081. checking for minix/config.h... no
  1082. checking whether it is safe to define __EXTENSIONS__... yes
  1083. checking for a sed that does not truncate output... /bin/sed
  1084. checking whether we are using the GNU C++ compiler... yes
  1085. checking whether g++ accepts -g... yes
  1086. checking dependency style of g++... gcc3
  1087. checking how to run the C++ preprocessor... g++ -E
  1088. checking for gcc... (cached) gcc
  1089. checking whether we are using the GNU C compiler... (cached) yes
  1090. checking whether gcc accepts -g... (cached) yes
  1091. checking for gcc option to accept ISO C89... (cached) none needed
  1092. checking dependency style of gcc... (cached) gcc3
  1093. checking whether gcc and cc understand -c and -o together... yes
  1094. checking for ranlib... ranlib
  1095. checking whether it is safe to define __EXTENSIONS__... (cached) yes
  1096. checking for ranlib... (cached) ranlib
  1097. checking how to print strings... printf
  1098. checking build system type... i686-pc-linux-gnu
  1099. checking host system type... i686-pc-linux-gnu
  1100. checking for a sed that does not truncate output... (cached) /bin/sed
  1101. checking for fgrep... /bin/grep -F
  1102. checking for ld used by gcc... /usr/bin/ld
  1103. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1104. checking for dirent.h that defines DIR... yes
  1105. checking for library containing opendir... none required
  1106. checking for objdump... objdump
  1107. checking whether the shell understands some XSI constructs... yes
  1108. checking whether the shell understands "+="... no
  1109. checking dynamic linker characteristics... GNU/Linux ld.so
  1110. checking which extension is used for runtime loadable modules... .so
  1111. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  1112. checking for the default library search path... /lib /usr/lib /usr/lib/nvidia-current /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings
  1113. checking for library containing dlopen... -ldl
  1114. checking for dlerror... yes
  1115. checking for shl_load... no
  1116. checking for shl_load in -ldld... no
  1117. checking for dld_link in -ldld... no
  1118. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1119. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1120. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1121. checking for _ prefix in compiled symbols... no
  1122. checking for dlfcn.h... yes
  1123. checking whether deplibs are loaded by dlopen... yes
  1124. checking assert.h usability... yes
  1125. checking assert.h presence... yes
  1126. checking for assert.h... yes
  1127. checking ctype.h usability... yes
  1128. checking ctype.h presence... yes
  1129. checking for ctype.h... yes
  1130. checking errno.h usability... yes
  1131. checking errno.h presence... yes
  1132. checking for errno.h... yes
  1133. checking malloc.h usability... yes
  1134. checking malloc.h presence... yes
  1135. checking for malloc.h... yes
  1136. checking for memory.h... (cached) yes
  1137. checking for stdlib.h... (cached) yes
  1138. checking stdio.h usability... yes
  1139. checking stdio.h presence... yes
  1140. checking for stdio.h... yes
  1141. checking for unistd.h... (cached) yes
  1142. checking dl.h usability... no
  1143. checking dl.h presence... no
  1144. checking for dl.h... no
  1145. checking sys/dl.h usability... no
  1146. checking sys/dl.h presence... no
  1147. checking for sys/dl.h... no
  1148. checking dld.h usability... no
  1149. checking dld.h presence... no
  1150. checking for dld.h... no
  1151. checking mach-o/dyld.h usability... no
  1152. checking mach-o/dyld.h presence... no
  1153. checking for mach-o/dyld.h... no
  1154. checking for string.h... (cached) yes
  1155. checking for strings.h... (cached) yes
  1156. checking features.h usability... yes
  1157. checking features.h presence... yes
  1158. checking for features.h... yes
  1159. checking linewrap.h usability... no
  1160. checking linewrap.h presence... no
  1161. checking for linewrap.h... no
  1162. checking wchar.h usability... yes
  1163. checking wchar.h presence... yes
  1164. checking for wchar.h... yes
  1165. checking wctype.h usability... yes
  1166. checking wctype.h presence... yes
  1167. checking for wctype.h... yes
  1168. checking setjmp.h usability... yes
  1169. checking setjmp.h presence... yes
  1170. checking for setjmp.h... yes
  1171. checking for sys/types.h... (cached) yes
  1172. checking sys/select.h usability... yes
  1173. checking sys/select.h presence... yes
  1174. checking for sys/select.h... yes
  1175. checking for strchr... yes
  1176. checking for index... yes
  1177. checking for strrchr... yes
  1178. checking for rindex... yes
  1179. checking for memcpy... yes
  1180. checking for bcopy... yes
  1181. checking for memmove... yes
  1182. checking for strcmp... yes
  1183. checking for closedir... yes
  1184. checking for opendir... yes
  1185. checking for readdir... yes
  1186. checking for flockfile... yes
  1187. checking for funlockfile... yes
  1188. checking for iswprint... yes
  1189. checking for wcwidth... yes
  1190. checking for setjmp... yes
  1191. checking for select... yes
  1192. checking whether the compiler recognizes bool as a built-in type... yes
  1193. checking whether the compiler accepts the new for scoping rules... yes
  1194. checking whether the compiler implements namespaces... yes
  1195. checking whether the compiler supports ISO C++ standard library... yes
  1196. checking whether the C++ standard library uses stringstream or strstream... stringstream
  1197. checking whether ln -s works... yes
  1198. checking for size_t... yes
  1199. checking for working alloca.h... yes
  1200. checking for alloca... yes
  1201. checking for inline... inline
  1202. checking whether getenv is declared... yes
  1203. checking whether clearerr_unlocked is declared... yes
  1204. checking whether feof_unlocked is declared... yes
  1205. checking whether ferror_unlocked is declared... yes
  1206. checking whether fflush_unlocked is declared... yes
  1207. checking whether fgets_unlocked is declared... yes
  1208. checking whether fputc_unlocked is declared... yes
  1209. checking whether fputs_unlocked is declared... yes
  1210. checking whether fread_unlocked is declared... yes
  1211. checking whether fwrite_unlocked is declared... yes
  1212. checking whether getc_unlocked is declared... yes
  1213. checking whether getchar_unlocked is declared... yes
  1214. checking whether putc_unlocked is declared... yes
  1215. checking whether putchar_unlocked is declared... yes
  1216. checking whether system is Windows or MSDOS... no
  1217. checking whether // is distinct from /... no
  1218. checking whether strerror_r is declared... yes
  1219. checking for strerror_r... yes
  1220. checking whether strerror_r returns char *... yes
  1221. checking whether time.h and sys/time.h may both be included... yes
  1222. checking for mbstate_t... yes
  1223. checking whether mbrtowc and mbstate_t are properly declared... yes
  1224. checking whether <limits.h> defines MIN and MAX... no
  1225. checking whether <sys/param.h> defines MIN and MAX... yes
  1226. checking for stdbool.h that conforms to C99... yes
  1227. checking for _Bool... no
  1228. checking whether strndup is declared... yes
  1229. checking whether strnlen is declared... yes
  1230. checking for EOVERFLOW... yes
  1231. checking for signed... yes
  1232. checking for long long int... yes
  1233. checking for long double... yes
  1234. checking for wchar_t... yes
  1235. checking for wint_t... yes
  1236. checking for inttypes.h... yes
  1237. checking for stdint.h... yes
  1238. checking for intmax_t... yes
  1239. checking whether vsnprintf is declared... yes
  1240. checking whether program_invocation_name is declared... yes
  1241. checking whether program_invocation_short_name is declared... yes
  1242. checking whether program_invocation_name is defined... yes
  1243. checking whether program_invocation_short_name is defined... yes
  1244. checking for argz.h... yes
  1245. checking for error_t... yes
  1246. checking for argz_append... yes
  1247. checking for argz_create_sep... yes
  1248. checking for argz_insert... yes
  1249. checking for argz_next... yes
  1250. checking for argz_stringify... yes
  1251. checking for error_at_line... yes
  1252. checking whether gettimeofday clobbers localtime buffer... no
  1253. checking for memchr... yes
  1254. checking for mempcpy... yes
  1255. checking for C/C++ restrict keyword... __restrict
  1256. checking for stdint.h... (cached) yes
  1257. checking for SIZE_MAX... (((1U << 31) - 1) * 2 + 1)
  1258. checking for strncasecmp... yes
  1259. checking for strchrnul... yes
  1260. checking for working strndup... yes
  1261. checking for working strnlen... yes
  1262. checking sysexits.h usability... yes
  1263. checking sysexits.h presence... yes
  1264. checking for sysexits.h... yes
  1265. checking for unistd.h... (cached) yes
  1266. checking for vasnprintf... no
  1267. checking for ptrdiff_t... yes
  1268. checking for snprintf... yes
  1269. checking for wcslen... yes
  1270. checking for vsnprintf... yes
  1271. checking whether wcwidth is declared... yes
  1272. checking for stdint.h... (cached) yes
  1273. checking for X... libraries , headers
  1274. checking for gethostbyname... yes
  1275. checking for connect... yes
  1276. checking for remove... yes
  1277. checking for shmat... yes
  1278. checking for IceConnectionNumber in -lICE... yes
  1279. checking for XmuLookupStandardColormap in -lXmu... yes
  1280. checking for X11/Xlib.h... yes
  1281. checking for library containing glXChooseVisual... -lGL
  1282. checking for library containing gluErrorString... -lGLU
  1283. checking for GL/gl.h... yes
  1284. checking for GL/glext.h... yes
  1285. checking for GL/glu.h... yes
  1286. checking for GL/glx.h... yes
  1287. checking for libpng-config... libpng-config
  1288. checking for libpng preprocessor flags... -I/usr/include/libpng12
  1289. checking for libpng compiler flags...
  1290. checking for libpng linker flags... -L/usr/lib/i386-linux-gnu
  1291. checking for libpng libraries... -lpng12
  1292. checking for png.h... yes
  1293. checking whether libpng supports setjmp... yes
  1294. configure: creating ./config.status
  1295. config.status: creating Makefile
  1296. config.status: creating config/Makefile
  1297. config.status: creating lib/Makefile
  1298. config.status: creating libltdl/Makefile
  1299. config.status: creating src/Makefile
  1300. config.status: creating src/cyclone/Makefile
  1301. config.status: creating src/euphoria/Makefile
  1302. config.status: creating src/fieldlines/Makefile
  1303. config.status: creating src/flocks/Makefile
  1304. config.status: creating src/flux/Makefile
  1305. config.status: creating src/helios/Makefile
  1306. config.status: creating src/hyperspace/Makefile
  1307. config.status: creating src/lattice/Makefile
  1308. config.status: creating src/plasma/Makefile
  1309. config.status: creating src/skyrocket/Makefile
  1310. config.status: creating src/solarwinds/Makefile
  1311. config.status: creating rsxs.spec
  1312. config.status: creating config.h
  1313. config.status: config.h is unchanged
  1314. config.status: executing depfiles commands
  1315.  
  1316. ====================================
  1317. XScreenSaver support : no
  1318. PNG image support : yes
  1319. OGG Vorbis sound support : no
  1320. ------------------------------------
  1321. Enabled screensavers:
  1322. - Cyclone : no
  1323. - Euphoria : yes
  1324. - Field Lines : no
  1325. - Flocks : no
  1326. - Flux : no
  1327. - Helios : no
  1328. - Hyperspace : no
  1329. - Lattice : no
  1330. - Plasma : yes
  1331. - Skyrocket : no
  1332. - Solar Winds : yes
  1333. ====================================
  1334.  
  1335. checking for a BSD-compatible install... /usr/bin/install -c
  1336. checking whether build environment is sane... yes
  1337. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1338. checking for gawk... gawk
  1339. checking whether make sets $(MAKE)... yes
  1340. checking whether to enable maintainer-specific portions of Makefiles... no
  1341. checking build system type... i686-pc-linux-gnu
  1342. checking host system type... i686-pc-linux-gnu
  1343. checking for gcc... gcc
  1344. checking whether the C compiler works... yes
  1345. checking for C compiler default output file name... a.out
  1346. checking for suffix of executables...
  1347. checking whether we are cross compiling... no
  1348. checking for suffix of object files... o
  1349. checking whether we are using the GNU C compiler... yes
  1350. checking whether gcc accepts -g... yes
  1351. checking for gcc option to accept ISO C89... none needed
  1352. checking for style of include used by make... GNU
  1353. checking dependency style of gcc... gcc3
  1354. checking how to print strings... printf
  1355. checking for a sed that does not truncate output... /bin/sed
  1356. checking for grep that handles long lines and -e... /bin/grep
  1357. checking for egrep... /bin/grep -E
  1358. checking for fgrep... /bin/grep -F
  1359. checking for ld used by gcc... /usr/bin/ld
  1360. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1361. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1362. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1363. checking whether ln -s works... yes
  1364. checking the maximum length of command line arguments... 1572864
  1365. checking whether the shell understands some XSI constructs... yes
  1366. checking whether the shell understands "+="... no
  1367. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  1368. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1369. checking for /usr/bin/ld option to reload object files... -r
  1370. checking for objdump... objdump
  1371. checking how to recognize dependent libraries... pass_all
  1372. checking for dlltool... no
  1373. checking how to associate runtime and link libraries... printf %s\n
  1374. checking for ar... ar
  1375. checking for archiver @FILE support... @
  1376. checking for strip... strip
  1377. checking for ranlib... ranlib
  1378. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1379. checking for sysroot... no
  1380. checking for mt... mt
  1381. checking if mt is a manifest tool... no
  1382. checking how to run the C preprocessor... gcc -E
  1383. checking for ANSI C header files... yes
  1384. checking for sys/types.h... yes
  1385. checking for sys/stat.h... yes
  1386. checking for stdlib.h... yes
  1387. checking for string.h... yes
  1388. checking for memory.h... yes
  1389. checking for strings.h... yes
  1390. checking for inttypes.h... yes
  1391. checking for stdint.h... yes
  1392. checking for unistd.h... yes
  1393. checking for dlfcn.h... yes
  1394. checking for objdir... .libs
  1395. checking if gcc supports -fno-rtti -fno-exceptions... no
  1396. checking for gcc option to produce PIC... -fPIC -DPIC
  1397. checking if gcc PIC flag -fPIC -DPIC works... yes
  1398. checking if gcc static flag -static works... yes
  1399. checking if gcc supports -c -o file.o... yes
  1400. checking if gcc supports -c -o file.o... (cached) yes
  1401. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  1402. checking whether -lc should be explicitly linked in... no
  1403. checking dynamic linker characteristics... GNU/Linux ld.so
  1404. checking how to hardcode library paths into programs... immediate
  1405. checking whether stripping libraries is possible... yes
  1406. checking if libtool supports shared libraries... yes
  1407. checking whether to build shared libraries... yes
  1408. checking whether to build static libraries... yes
  1409. checking for main in -lc... yes
  1410. checking for main in -lm... yes
  1411. checking for string.h... (cached) yes
  1412. checking stdio.h usability... yes
  1413. checking stdio.h presence... yes
  1414. checking for stdio.h... yes
  1415. checking for stdlib.h... (cached) yes
  1416. checking stddef.h usability... yes
  1417. checking stddef.h presence... yes
  1418. checking for stddef.h... yes
  1419. checking stdarg.h usability... yes
  1420. checking stdarg.h presence... yes
  1421. checking for stdarg.h... yes
  1422. checking for string.h... (cached) yes
  1423. checking limits.h usability... yes
  1424. checking limits.h presence... yes
  1425. checking for limits.h... yes
  1426. checking assert.h usability... yes
  1427. checking assert.h presence... yes
  1428. checking for assert.h... yes
  1429. checking math.h usability... yes
  1430. checking math.h presence... yes
  1431. checking for math.h... yes
  1432. checking for main in -lid3... no
  1433. checking id3.h usability... no
  1434. checking id3.h presence... no
  1435. checking for id3.h... no
  1436. checking for stdlib.h... (cached) yes
  1437. checking for GNU libc compatible malloc... yes
  1438. checking for memcpy... yes
  1439. configure: creating ./config.status
  1440. config.status: creating Makefile
  1441. config.status: creating config.h
  1442. config.status: config.h is unchanged
  1443. config.status: executing depfiles commands
  1444. config.status: executing libtool commands
  1445. checking for a BSD-compatible install... /usr/bin/install -c
  1446. checking whether build environment is sane... yes
  1447. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1448. checking for gawk... gawk
  1449. checking whether make sets $(MAKE)... yes
  1450. checking whether NLS is requested... no
  1451. checking for msgfmt... /usr/bin/msgfmt
  1452. checking for gmsgfmt... /usr/bin/msgfmt
  1453. checking for xgettext... /usr/bin/xgettext
  1454. checking for msgmerge... /usr/bin/msgmerge
  1455. checking for style of include used by make... GNU
  1456. checking for gcc... gcc
  1457. checking whether the C compiler works... yes
  1458. checking for C compiler default output file name... a.out
  1459. checking for suffix of executables...
  1460. checking whether we are cross compiling... no
  1461. checking for suffix of object files... o
  1462. checking whether we are using the GNU C compiler... yes
  1463. checking whether gcc accepts -g... yes
  1464. checking for gcc option to accept ISO C89... none needed
  1465. checking dependency style of gcc... gcc3
  1466. checking build system type... i686-pc-linux-gnu
  1467. checking host system type... i686-pc-linux-gnu
  1468. checking for ld used by GCC... /usr/bin/ld
  1469. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1470. checking for shared library run path origin... done
  1471. checking for CFPreferencesCopyAppValue... no
  1472. checking for CFLocaleCopyCurrent... no
  1473. checking whether to use NLS... no
  1474. checking for gcc... (cached) gcc
  1475. checking whether we are using the GNU C compiler... (cached) yes
  1476. checking whether gcc accepts -g... (cached) yes
  1477. checking for gcc option to accept ISO C89... (cached) none needed
  1478. checking dependency style of gcc... (cached) gcc3
  1479. checking whether gcc and cc understand -c and -o together... yes
  1480. checking for an ANSI C-conforming const... yes
  1481. checking how to print strings... printf
  1482. checking for a sed that does not truncate output... /bin/sed
  1483. checking for grep that handles long lines and -e... /bin/grep
  1484. checking for egrep... /bin/grep -E
  1485. checking for fgrep... /bin/grep -F
  1486. checking for ld used by gcc... /usr/bin/ld
  1487. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1488. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1489. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1490. checking whether ln -s works... yes
  1491. checking the maximum length of command line arguments... 1572864
  1492. checking whether the shell understands some XSI constructs... yes
  1493. checking whether the shell understands "+="... no
  1494. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  1495. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  1496. checking for /usr/bin/ld option to reload object files... -r
  1497. checking for objdump... objdump
  1498. checking how to recognize dependent libraries... pass_all
  1499. checking for dlltool... dlltool
  1500. checking how to associate runtime and link libraries... printf %s\n
  1501. checking for ar... ar
  1502. checking for archiver @FILE support... @
  1503. checking for strip... strip
  1504. checking for ranlib... ranlib
  1505. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1506. checking for sysroot... no
  1507. checking for mt... mt
  1508. checking if mt is a manifest tool... no
  1509. checking how to run the C preprocessor... gcc -E
  1510. checking for ANSI C header files... yes
  1511. checking for sys/types.h... yes
  1512. checking for sys/stat.h... yes
  1513. checking for stdlib.h... yes
  1514. checking for string.h... yes
  1515. checking for memory.h... yes
  1516. checking for strings.h... yes
  1517. checking for inttypes.h... yes
  1518. checking for stdint.h... yes
  1519. checking for unistd.h... yes
  1520. checking for dlfcn.h... yes
  1521. checking for objdir... .libs
  1522. checking if gcc supports -fno-rtti -fno-exceptions... no
  1523. checking for gcc option to produce PIC... -fPIC -DPIC
  1524. checking if gcc PIC flag -fPIC -DPIC works... yes
  1525. checking if gcc static flag -static works... yes
  1526. checking if gcc supports -c -o file.o... yes
  1527. checking if gcc supports -c -o file.o... (cached) yes
  1528. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  1529. checking whether -lc should be explicitly linked in... no
  1530. checking dynamic linker characteristics... GNU/Linux ld.so
  1531. checking how to hardcode library paths into programs... immediate
  1532. checking for shl_load... no
  1533. checking for shl_load in -ldld... no
  1534. checking for dlopen... no
  1535. checking for dlopen in -ldl... yes
  1536. checking whether a program can dlopen itself... yes
  1537. checking whether a statically linked program can dlopen itself... no
  1538. checking whether stripping libraries is possible... yes
  1539. checking if libtool supports shared libraries... yes
  1540. checking whether to build shared libraries... yes
  1541. checking whether to build static libraries... yes
  1542. checking whether ln -s works... yes
  1543. checking for Posix threads... yes
  1544. checking for dlfcn.h... (cached) yes
  1545. checking for dlopen in -ldl... (cached) yes
  1546. checking expat.h usability... yes
  1547. checking expat.h presence... yes
  1548. checking for expat.h... yes
  1549. checking for XML_ParseBuffer in -lexpat... yes
  1550. checking readline/readline.h usability... no
  1551. checking readline/readline.h presence... no
  1552. checking for readline/readline.h... no
  1553. checking for stat... yes
  1554. checking for lstat... yes
  1555. checking which file name separator to use... '/'
  1556. configure: creating ./config.status
  1557. config.status: creating Makefile
  1558. config.status: creating libcpluff/Makefile
  1559. config.status: creating libcpluff/cpluffdef.h
  1560. config.status: creating libcpluff/docsrc/Makefile
  1561. config.status: creating libcpluff/docsrc/Doxyfile-ref
  1562. config.status: creating libcpluff/docsrc/Doxyfile-impl
  1563. config.status: creating loader/Makefile
  1564. config.status: creating console/Makefile
  1565. config.status: creating po/Makefile.in
  1566. config.status: creating doc/Makefile
  1567. config.status: creating doc/img/Makefile
  1568. config.status: creating docsrc/Makefile
  1569. config.status: creating test/Makefile
  1570. config.status: creating test/plugins-source/Makefile
  1571. config.status: creating test/plugins-source/callbackcounter/Makefile
  1572. config.status: creating test/plugins-source/symuser/Makefile
  1573. config.status: creating test/plugins-source/symprovider/Makefile
  1574. config.status: creating examples/Makefile
  1575. config.status: creating examples/cpfile/Makefile
  1576. config.status: creating examples/cpfile/cpfile
  1577. config.status: creating examples/cpfile/plugins/Makefile
  1578. config.status: creating examples/cpfile/plugins/core/Makefile
  1579. config.status: creating examples/cpfile/plugins/special/Makefile
  1580. config.status: creating examples/cpfile/plugins/extension/Makefile
  1581. config.status: creating examples/cpfile/plugins/cext/Makefile
  1582. config.status: creating config.h
  1583. config.status: config.h is unchanged
  1584. config.status: executing po-directories commands
  1585. config.status: creating po/POTFILES
  1586. config.status: creating po/Makefile
  1587. config.status: executing depfiles commands
  1588. config.status: executing libtool commands
  1589. configure: -----------------------------------------------------------
  1590. configure: C-Pluff configuration
  1591. configure: release version: 0.1.3
  1592. configure: multi-threading support: yes (Posix)
  1593. configure: dlopening mechanism: dlopen
  1594. configure: localization support: no
  1595. configure: use GNU readline library: no
  1596. configure: assertion checks for debugging: no
  1597. configure: file name separator character: '/'
  1598. configure: compiler and linker settings:
  1599. configure: CC='gcc'
  1600. configure: CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
  1601. configure: CFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
  1602. configure: LDFLAGS=''
  1603. configure: LIBS=''
  1604. configure: LIBS_LIBCPLUFF='-lexpat -ldl '
  1605. configure: LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
  1606. configure: LIB_READLINE=''
  1607. configure: LTLIBINTL=''
  1608. configure: -----------------------------------------------------------
  1609. config.status: creating .dummy
  1610. config.status: creating Makefile
  1611. config.status: creating Makefile.include
  1612. config.status: creating addons/skin.confluence/media/Makefile
  1613. config.status: creating xbmc/Makefile
  1614. config.status: creating xbmc/cdrip/Makefile
  1615. config.status: creating xbmc/cores/Makefile
  1616. config.status: creating xbmc/cores/VideoRenderers/Makefile
  1617. config.status: creating xbmc/cores/dvdplayer/Makefile
  1618. config.status: creating lib/Makefile
  1619. config.status: creating lib/libdvd/Makefile
  1620. config.status: creating xbmc/cores/DllLoader/Makefile
  1621. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
  1622. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
  1623. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
  1624. config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
  1625. config.status: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
  1626. config.status: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
  1627. config.status: creating xbmc/cores/AudioRenderers/Makefile
  1628. config.status: creating xbmc/cores/paplayer/Makefile
  1629. config.status: creating lib/timidity/Makefile
  1630. config.status: creating lib/xbadpcm/Makefile
  1631. config.status: creating lib/asap/Makefile
  1632. config.status: creating lib/nosefart/Makefile
  1633. config.status: creating lib/libsidplay2/Makefile
  1634. config.status: creating lib/vgmstream/Makefile
  1635. config.status: creating lib/snesapu/SNES/SNESAPU/Makefile
  1636. config.status: creating lib/stsound/StSoundLibrary/Makefile
  1637. config.status: creating xbmc/cores/playercorefactory/Makefile
  1638. config.status: creating xbmc/music/karaoke/Makefile
  1639. config.status: creating xbmc/osx/Makefile
  1640. config.status: creating xbmc/guilib/Makefile
  1641. config.status: creating xbmc/interfaces/Makefile
  1642. config.status: creating xbmc/network/Makefile
  1643. config.status: creating lib/libRTV/Makefile
  1644. config.status: creating lib/libexif/Makefile
  1645. config.status: creating lib/libXDAAP/Makefile
  1646. config.status: creating lib/cmyth/Makefile
  1647. config.status: creating lib/libhdhomerun/Makefile
  1648. config.status: creating lib/libsquish/Makefile
  1649. config.status: creating lib/libid3tag/Makefile
  1650. config.status: creating lib/cximage-6.0/Makefile
  1651. config.status: creating lib/addons/script.module.pil/Makefile
  1652. config.status: creating xbmc/interfaces/python/Makefile
  1653. config.status: creating xbmc/interfaces/python/xbmcmodule/Makefile
  1654. config.status: creating lib/libUPnP/Makefile
  1655. config.status: creating xbmc/DllPaths_generated.h
  1656. config.status: creating xbmc/linux/Makefile
  1657. config.status: creating xbmc/filesystem/Makefile
  1658. config.status: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
  1659. config.status: creating xbmc/visualizations/XBMCProjectM/Makefile
  1660. config.status: creating xbmc/visualizations/Goom/Makefile
  1661. config.status: creating xbmc/visualizations/OpenGLSpectrum/Makefile
  1662. config.status: creating xbmc/visualizations/WaveForm/Makefile
  1663. config.status: creating xbmc/visualizations/iTunes/Makefile
  1664. config.status: creating tools/Linux/xbmc.sh
  1665. config.status: creating tools/Linux/xbmc-standalone.sh
  1666. config.status: creating tools/TexturePacker/Makefile
  1667. config.status: creating tools/EventClients/Clients/OSXRemote/Makefile
  1668. config.status: creating xbmc/peripherals/bus/Makefile
  1669. config.status: creating xbmc/peripherals/devices/Makefile
  1670. config.status: creating xbmc/config.h
  1671. config.status: executing depfiles commands
  1672. config.status: executing libtool commands
  1673.  
  1674. ------------------------
  1675. XBMC Configuration:
  1676. ------------------------
  1677. Debugging: Yes
  1678. Profiling: No
  1679. Optimization: Yes
  1680. Crosscomp.: No
  1681. target ARCH: no
  1682. target CPU: no
  1683. OpenGL: Yes
  1684. ALSA: Yes
  1685. DBUS: Yes
  1686. VDPAU: Yes
  1687. VAAPI: No
  1688. CrystalHD: Yes
  1689. VDADecoder: No
  1690. VTBDecoder: No
  1691. OpenMax: No
  1692. Joystick: Yes
  1693. XRandR: Yes
  1694. GOOM: No
  1695. RSXS: Yes
  1696. ProjectM: Yes
  1697. Skin Touched: No
  1698. X11: Yes
  1699. Bluray: No
  1700. TexturePacker:Yes
  1701. MID Support: No
  1702. ccache: No
  1703. PulseAudio: Yes
  1704. HAL Support: Yes
  1705. DVDCSS: Yes
  1706. Avahi: Yes
  1707. Non-free: Yes
  1708. ASAP Codec: No
  1709. Webserver: Yes
  1710. libRTMP support: No
  1711. libsmbclient support: Yes
  1712. libnfs client support:No
  1713. libafpclient support: No
  1714. AirPlay support: Yes
  1715. AirTunes support: No
  1716. Optical drive: Yes
  1717. libudev support: Yes
  1718. libusb support: No
  1719. libcec support: Yes
  1720. libmp3lame support: No
  1721. libvorbisenc support: Yes
  1722. External FFmpeg: No
  1723. prefix: /usr/local
  1724. ------------------------
  1725.  
  1726. xbmc@xbmc:~/spotyxbmc2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement