Advertisement
Guest User

config.log

a guest
Dec 2nd, 2010
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 246.91 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by xbmc configure 9.11, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = kubuntu
  14. uname -m = i686
  15. uname -r = 2.6.32-21-generic
  16. uname -s = Linux
  17. uname -v = #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:3342: checking for a BSD-compatible install
  44. configure:3410: result: /usr/bin/install -c
  45. configure:3421: checking whether build environment is sane
  46. configure:3471: result: yes
  47. configure:3612: checking for a thread-safe mkdir -p
  48. configure:3651: result: /bin/mkdir -p
  49. configure:3664: checking for gawk
  50. configure:3680: found /usr/bin/gawk
  51. configure:3691: result: gawk
  52. configure:3702: checking whether make sets $(MAKE)
  53. configure:3724: result: yes
  54. configure:3808: checking build system type
  55. configure:3822: result: i686-pc-linux-gnu
  56. configure:3842: checking host system type
  57. configure:3855: result: i686-pc-linux-gnu
  58. configure:4306: checking for g++
  59. configure:4322: found /usr/bin/g++
  60. configure:4333: result: g++
  61. configure:4360: checking for C++ compiler version
  62. configure:4369: g++ --version >&5
  63. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  64. Copyright (C) 2009 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:4380: $? = 0
  69. configure:4369: g++ -v >&5
  70. Using built-in specs.
  71. Target: i486-linux-gnu
  72. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  73. Thread model: posix
  74. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  75. configure:4380: $? = 0
  76. configure:4369: g++ -V >&5
  77. g++: '-V' option must have argument
  78. configure:4380: $? = 1
  79. configure:4369: g++ -qversion >&5
  80. g++: unrecognized option '-qversion'
  81. g++: no input files
  82. configure:4380: $? = 1
  83. configure:4400: checking whether the C++ compiler works
  84. configure:4422: g++ conftest.cpp >&5
  85. configure:4426: $? = 0
  86. configure:4475: result: yes
  87. configure:4478: checking for C++ compiler default output file name
  88. configure:4480: result: a.out
  89. configure:4486: checking for suffix of executables
  90. configure:4493: g++ -o conftest conftest.cpp >&5
  91. configure:4497: $? = 0
  92. configure:4519: result:
  93. configure:4541: checking whether we are cross compiling
  94. configure:4549: g++ -o conftest conftest.cpp >&5
  95. configure:4553: $? = 0
  96. configure:4560: ./conftest
  97. configure:4564: $? = 0
  98. configure:4579: result: no
  99. configure:4584: checking for suffix of object files
  100. configure:4606: g++ -c conftest.cpp >&5
  101. configure:4610: $? = 0
  102. configure:4631: result: o
  103. configure:4635: checking whether we are using the GNU C++ compiler
  104. configure:4654: g++ -c conftest.cpp >&5
  105. configure:4654: $? = 0
  106. configure:4663: result: yes
  107. configure:4672: checking whether g++ accepts -g
  108. configure:4692: g++ -c -g conftest.cpp >&5
  109. configure:4692: $? = 0
  110. configure:4733: result: yes
  111. configure:4767: checking for style of include used by make
  112. configure:4795: result: GNU
  113. configure:4820: checking dependency style of g++
  114. configure:4930: result: none
  115. configure:4995: checking for gcc
  116. configure:5011: found /usr/bin/gcc
  117. configure:5022: result: gcc
  118. configure:5251: checking for C compiler version
  119. configure:5260: gcc --version >&5
  120. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  121. Copyright (C) 2009 Free Software Foundation, Inc.
  122. This is free software; see the source for copying conditions. There is NO
  123. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  124.  
  125. configure:5271: $? = 0
  126. configure:5260: gcc -v >&5
  127. Using built-in specs.
  128. Target: i486-linux-gnu
  129. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  130. Thread model: posix
  131. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  132. configure:5271: $? = 0
  133. configure:5260: gcc -V >&5
  134. gcc: '-V' option must have argument
  135. configure:5271: $? = 1
  136. configure:5260: gcc -qversion >&5
  137. gcc: unrecognized option '-qversion'
  138. gcc: no input files
  139. configure:5271: $? = 1
  140. configure:5275: checking whether we are using the GNU C compiler
  141. configure:5294: gcc -c conftest.c >&5
  142. configure:5294: $? = 0
  143. configure:5303: result: yes
  144. configure:5312: checking whether gcc accepts -g
  145. configure:5332: gcc -c -g conftest.c >&5
  146. configure:5332: $? = 0
  147. configure:5373: result: yes
  148. configure:5390: checking for gcc option to accept ISO C89
  149. configure:5454: gcc -c -g -O2 conftest.c >&5
  150. configure:5454: $? = 0
  151. configure:5467: result: none needed
  152. configure:5489: checking dependency style of gcc
  153. configure:5599: result: none
  154. configure:5639: checking for a sed that does not truncate output
  155. configure:5703: result: /bin/sed
  156. configure:5721: checking for grep that handles long lines and -e
  157. configure:5779: result: /bin/grep
  158. configure:5784: checking for egrep
  159. configure:5846: result: /bin/grep -E
  160. configure:5851: checking for fgrep
  161. configure:5913: result: /bin/grep -F
  162. configure:5948: checking for ld used by gcc
  163. configure:6015: result: /usr/bin/ld
  164. configure:6022: checking if the linker (/usr/bin/ld) is GNU ld
  165. configure:6037: result: yes
  166. configure:6049: checking for BSD- or MS-compatible name lister (nm)
  167. configure:6098: result: /usr/bin/nm -B
  168. configure:6216: checking the name lister (/usr/bin/nm -B) interface
  169. configure:6223: gcc -c -g -O2 conftest.c >&5
  170. configure:6226: /usr/bin/nm -B "conftest.o"
  171. configure:6229: output
  172. 00000000 B some_variable
  173. configure:6236: result: BSD nm
  174. configure:6239: checking whether ln -s works
  175. configure:6243: result: yes
  176. configure:6251: checking the maximum length of command line arguments
  177. configure:6371: result: 1572864
  178. configure:6388: checking whether the shell understands some XSI constructs
  179. configure:6398: result: yes
  180. configure:6402: checking whether the shell understands "+="
  181. configure:6408: result: yes
  182. configure:6443: checking for /usr/bin/ld option to reload object files
  183. configure:6450: result: -r
  184. configure:6519: checking for objdump
  185. configure:6535: found /usr/bin/objdump
  186. configure:6546: result: objdump
  187. configure:6578: checking how to recognize dependent libraries
  188. configure:6774: result: pass_all
  189. configure:6834: checking for ar
  190. configure:6850: found /usr/bin/ar
  191. configure:6861: result: ar
  192. configure:6939: checking for strip
  193. configure:6955: found /usr/bin/strip
  194. configure:6966: result: strip
  195. configure:7038: checking for ranlib
  196. configure:7054: found /usr/bin/ranlib
  197. configure:7065: result: ranlib
  198. configure:7155: checking command to parse /usr/bin/nm -B output from gcc object
  199. configure:7273: gcc -c -g -O2 conftest.c >&5
  200. configure:7276: $? = 0
  201. configure:7280: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  202. configure:7283: $? = 0
  203. configure:7337: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  204. configure:7340: $? = 0
  205. configure:7378: result: ok
  206. configure:8187: checking how to run the C preprocessor
  207. configure:8218: gcc -E conftest.c
  208. configure:8218: $? = 0
  209. configure:8232: gcc -E conftest.c
  210. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  211. configure:8232: $? = 1
  212. configure: failed program was:
  213. | /* confdefs.h */
  214. | #define PACKAGE_NAME "xbmc"
  215. | #define PACKAGE_TARNAME "xbmc"
  216. | #define PACKAGE_VERSION "9.11"
  217. | #define PACKAGE_STRING "xbmc 9.11"
  218. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  219. | #define PACKAGE_URL ""
  220. | #define PACKAGE "xbmc"
  221. | #define VERSION "9.11"
  222. | #define LIRC_DEVICE "/dev/lircd"
  223. | /* end confdefs.h. */
  224. | #include <ac_nonexistent.h>
  225. configure:8257: result: gcc -E
  226. configure:8277: gcc -E conftest.c
  227. configure:8277: $? = 0
  228. configure:8291: gcc -E conftest.c
  229. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  230. configure:8291: $? = 1
  231. configure: failed program was:
  232. | /* confdefs.h */
  233. | #define PACKAGE_NAME "xbmc"
  234. | #define PACKAGE_TARNAME "xbmc"
  235. | #define PACKAGE_VERSION "9.11"
  236. | #define PACKAGE_STRING "xbmc 9.11"
  237. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  238. | #define PACKAGE_URL ""
  239. | #define PACKAGE "xbmc"
  240. | #define VERSION "9.11"
  241. | #define LIRC_DEVICE "/dev/lircd"
  242. | /* end confdefs.h. */
  243. | #include <ac_nonexistent.h>
  244. configure:8320: checking for ANSI C header files
  245. configure:8340: gcc -c -g -O2 conftest.c >&5
  246. configure:8340: $? = 0
  247. configure:8413: gcc -o conftest -g -O2 conftest.c >&5
  248. configure:8413: $? = 0
  249. configure:8413: ./conftest
  250. configure:8413: $? = 0
  251. configure:8424: result: yes
  252. configure:8437: checking for sys/types.h
  253. configure:8437: gcc -c -g -O2 conftest.c >&5
  254. configure:8437: $? = 0
  255. configure:8437: result: yes
  256. configure:8437: checking for sys/stat.h
  257. configure:8437: gcc -c -g -O2 conftest.c >&5
  258. configure:8437: $? = 0
  259. configure:8437: result: yes
  260. configure:8437: checking for stdlib.h
  261. configure:8437: gcc -c -g -O2 conftest.c >&5
  262. configure:8437: $? = 0
  263. configure:8437: result: yes
  264. configure:8437: checking for string.h
  265. configure:8437: gcc -c -g -O2 conftest.c >&5
  266. configure:8437: $? = 0
  267. configure:8437: result: yes
  268. configure:8437: checking for memory.h
  269. configure:8437: gcc -c -g -O2 conftest.c >&5
  270. configure:8437: $? = 0
  271. configure:8437: result: yes
  272. configure:8437: checking for strings.h
  273. configure:8437: gcc -c -g -O2 conftest.c >&5
  274. configure:8437: $? = 0
  275. configure:8437: result: yes
  276. configure:8437: checking for inttypes.h
  277. configure:8437: gcc -c -g -O2 conftest.c >&5
  278. configure:8437: $? = 0
  279. configure:8437: result: yes
  280. configure:8437: checking for stdint.h
  281. configure:8437: gcc -c -g -O2 conftest.c >&5
  282. configure:8437: $? = 0
  283. configure:8437: result: yes
  284. configure:8437: checking for unistd.h
  285. configure:8437: gcc -c -g -O2 conftest.c >&5
  286. configure:8437: $? = 0
  287. configure:8437: result: yes
  288. configure:8452: checking for dlfcn.h
  289. configure:8452: gcc -c -g -O2 conftest.c >&5
  290. configure:8452: $? = 0
  291. configure:8452: result: yes
  292. configure:8577: checking for C++ compiler version
  293. configure:8586: g++ --version >&5
  294. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  295. Copyright (C) 2009 Free Software Foundation, Inc.
  296. This is free software; see the source for copying conditions. There is NO
  297. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  298.  
  299. configure:8597: $? = 0
  300. configure:8586: g++ -v >&5
  301. Using built-in specs.
  302. Target: i486-linux-gnu
  303. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  304. Thread model: posix
  305. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  306. configure:8597: $? = 0
  307. configure:8586: g++ -V >&5
  308. g++: '-V' option must have argument
  309. configure:8597: $? = 1
  310. configure:8586: g++ -qversion >&5
  311. g++: unrecognized option '-qversion'
  312. g++: no input files
  313. configure:8597: $? = 1
  314. configure:8601: checking whether we are using the GNU C++ compiler
  315. configure:8629: result: yes
  316. configure:8638: checking whether g++ accepts -g
  317. configure:8699: result: yes
  318. configure:8724: checking dependency style of g++
  319. configure:8834: result: none
  320. configure:8857: checking how to run the C++ preprocessor
  321. configure:8884: g++ -E conftest.cpp
  322. configure:8884: $? = 0
  323. configure:8898: g++ -E conftest.cpp
  324. conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
  325. configure:8898: $? = 1
  326. configure: failed program was:
  327. | /* confdefs.h */
  328. | #define PACKAGE_NAME "xbmc"
  329. | #define PACKAGE_TARNAME "xbmc"
  330. | #define PACKAGE_VERSION "9.11"
  331. | #define PACKAGE_STRING "xbmc 9.11"
  332. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  333. | #define PACKAGE_URL ""
  334. | #define PACKAGE "xbmc"
  335. | #define VERSION "9.11"
  336. | #define LIRC_DEVICE "/dev/lircd"
  337. | #define STDC_HEADERS 1
  338. | #define HAVE_SYS_TYPES_H 1
  339. | #define HAVE_SYS_STAT_H 1
  340. | #define HAVE_STDLIB_H 1
  341. | #define HAVE_STRING_H 1
  342. | #define HAVE_MEMORY_H 1
  343. | #define HAVE_STRINGS_H 1
  344. | #define HAVE_INTTYPES_H 1
  345. | #define HAVE_STDINT_H 1
  346. | #define HAVE_UNISTD_H 1
  347. | #define HAVE_DLFCN_H 1
  348. | /* end confdefs.h. */
  349. | #include <ac_nonexistent.h>
  350. configure:8923: result: g++ -E
  351. configure:8943: g++ -E conftest.cpp
  352. configure:8943: $? = 0
  353. configure:8957: g++ -E conftest.cpp
  354. conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
  355. configure:8957: $? = 1
  356. configure: failed program was:
  357. | /* confdefs.h */
  358. | #define PACKAGE_NAME "xbmc"
  359. | #define PACKAGE_TARNAME "xbmc"
  360. | #define PACKAGE_VERSION "9.11"
  361. | #define PACKAGE_STRING "xbmc 9.11"
  362. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  363. | #define PACKAGE_URL ""
  364. | #define PACKAGE "xbmc"
  365. | #define VERSION "9.11"
  366. | #define LIRC_DEVICE "/dev/lircd"
  367. | #define STDC_HEADERS 1
  368. | #define HAVE_SYS_TYPES_H 1
  369. | #define HAVE_SYS_STAT_H 1
  370. | #define HAVE_STDLIB_H 1
  371. | #define HAVE_STRING_H 1
  372. | #define HAVE_MEMORY_H 1
  373. | #define HAVE_STRINGS_H 1
  374. | #define HAVE_INTTYPES_H 1
  375. | #define HAVE_STDINT_H 1
  376. | #define HAVE_UNISTD_H 1
  377. | #define HAVE_DLFCN_H 1
  378. | /* end confdefs.h. */
  379. | #include <ac_nonexistent.h>
  380. configure:9163: checking for objdir
  381. configure:9178: result: .libs
  382. configure:9470: checking if gcc supports -fno-rtti -fno-exceptions
  383. configure:9488: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  384. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  385. configure:9492: $? = 0
  386. configure:9505: result: no
  387. configure:9525: checking for gcc option to produce PIC
  388. configure:9797: result: -fPIC -DPIC
  389. configure:9809: checking if gcc PIC flag -fPIC -DPIC works
  390. configure:9827: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  391. configure:9831: $? = 0
  392. configure:9844: result: yes
  393. configure:9868: checking if gcc static flag -static works
  394. configure:9896: result: yes
  395. configure:9911: checking if gcc supports -c -o file.o
  396. configure:9932: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  397. configure:9936: $? = 0
  398. configure:9958: result: yes
  399. configure:9966: checking if gcc supports -c -o file.o
  400. configure:10013: result: yes
  401. configure:10046: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  402. configure:11037: result: yes
  403. configure:11074: checking whether -lc should be explicitly linked in
  404. configure:11079: gcc -c -g -O2 conftest.c >&5
  405. configure:11082: $? = 0
  406. configure:11097: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  407. configure:11100: $? = 0
  408. configure:11112: result: no
  409. configure:11276: checking dynamic linker characteristics
  410. configure:11709: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  411. configure:11709: $? = 0
  412. configure:11939: result: GNU/Linux ld.so
  413. configure:12041: checking how to hardcode library paths into programs
  414. configure:12066: result: immediate
  415. configure:12586: checking whether stripping libraries is possible
  416. configure:12591: result: yes
  417. configure:12626: checking if libtool supports shared libraries
  418. configure:12628: result: yes
  419. configure:12631: checking whether to build shared libraries
  420. configure:12652: result: yes
  421. configure:12655: checking whether to build static libraries
  422. configure:12659: result: yes
  423. configure:12809: checking for ld used by g++
  424. configure:12876: result: /usr/bin/ld
  425. configure:12883: checking if the linker (/usr/bin/ld) is GNU ld
  426. configure:12898: result: yes
  427. configure:12953: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  428. configure:13866: result: yes
  429. configure:13894: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  430. configure:13897: $? = 0
  431. configure:14079: checking for g++ option to produce PIC
  432. configure:14396: result: -fPIC -DPIC
  433. configure:14405: checking if g++ PIC flag -fPIC -DPIC works
  434. configure:14423: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.cpp >&5
  435. configure:14427: $? = 0
  436. configure:14440: result: yes
  437. configure:14461: checking if g++ static flag -static works
  438. configure:14489: result: yes
  439. configure:14501: checking if g++ supports -c -o file.o
  440. configure:14522: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.cpp >&5
  441. configure:14526: $? = 0
  442. configure:14548: result: yes
  443. configure:14553: checking if g++ supports -c -o file.o
  444. configure:14600: result: yes
  445. configure:14630: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  446. configure:14659: result: yes
  447. configure:14796: checking dynamic linker characteristics
  448. configure:15177: g++ -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  449. configure:15177: $? = 0
  450. configure:15407: result: GNU/Linux ld.so
  451. configure:15458: checking how to hardcode library paths into programs
  452. configure:15483: result: immediate
  453. configure:15546: checking for gawk
  454. configure:15573: result: gawk
  455. configure:15584: checking whether ln -s works
  456. configure:15588: result: yes
  457. configure:15595: checking whether make sets $(MAKE)
  458. configure:15617: result: yes
  459. configure:15763: checking for working alloca.h
  460. configure:15780: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  461. configure:15780: $? = 0
  462. configure:15788: result: yes
  463. configure:15796: checking for alloca
  464. configure:15833: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  465. configure:15833: $? = 0
  466. configure:15841: result: yes
  467. configure:15951: checking for uid_t in sys/types.h
  468. configure:15970: result: yes
  469. configure:15983: checking for unistd.h
  470. configure:15983: result: yes
  471. configure:15993: checking for working chown
  472. configure:16026: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  473. configure:16026: $? = 0
  474. configure:16026: ./conftest
  475. configure:16026: $? = 0
  476. configure:16038: result: yes
  477. configure:16049: checking for dirent.h that defines DIR
  478. configure:16068: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  479. configure:16068: $? = 0
  480. configure:16076: result: yes
  481. configure:16090: checking for library containing opendir
  482. configure:16121: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  483. configure:16121: $? = 0
  484. configure:16138: result: none required
  485. configure:16205: checking whether closedir returns void
  486. configure:16229: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  487. configure:16229: $? = 0
  488. configure:16229: ./conftest
  489. configure:16229: $? = 0
  490. configure:16239: result: no
  491. configure:16247: checking for error_at_line
  492. configure:16263: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  493. configure:16263: $? = 0
  494. configure:16271: result: yes
  495. configure:16282: checking for _LARGEFILE_SOURCE value needed for large files
  496. configure:16301: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  497. configure:16301: $? = 0
  498. configure:16329: result: no
  499. configure:16351: checking whether gcc needs -traditional
  500. configure:16385: result: no
  501. configure:16392: checking whether lstat correctly handles trailing slash
  502. configure:16418: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  503. configure:16418: $? = 0
  504. configure:16418: ./conftest
  505. configure:16418: $? = 0
  506. configure:16435: result: yes
  507. configure:16454: checking whether lstat accepts an empty string
  508. configure:16474: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  509. configure:16474: $? = 0
  510. configure:16474: ./conftest
  511. configure:16474: $? = 0
  512. configure:16484: result: no
  513. configure:16500: checking whether lstat correctly handles trailing slash
  514. configure:16543: result: yes
  515. configure:16562: checking for working memcmp
  516. configure:16605: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  517. configure:16605: $? = 0
  518. configure:16605: ./conftest
  519. configure:16605: $? = 0
  520. configure:16615: result: yes
  521. configure:16624: checking whether time.h and sys/time.h may both be included
  522. configure:16644: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  523. configure:16644: $? = 0
  524. configure:16651: result: yes
  525. configure:16665: checking for sys/time.h
  526. configure:16665: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  527. configure:16665: $? = 0
  528. configure:16665: result: yes
  529. configure:16665: checking for unistd.h
  530. configure:16665: result: yes
  531. configure:16665: checking for stdlib.h
  532. configure:16665: result: yes
  533. configure:16665: checking for sys/param.h
  534. configure:16665: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  535. configure:16665: $? = 0
  536. configure:16665: result: yes
  537. configure:16665: checking for utime.h
  538. configure:16665: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  539. configure:16665: $? = 0
  540. configure:16665: result: yes
  541. configure:16687: checking for alarm
  542. configure:16687: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  543. configure:16687: $? = 0
  544. configure:16687: result: yes
  545. configure:16701: checking for working mktime
  546. configure:16906: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  547. configure:16906: $? = 0
  548. configure:16906: ./conftest
  549. configure:16906: $? = 0
  550. configure:16916: result: yes
  551. configure:16934: checking for getpagesize
  552. configure:16934: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  553. configure:16934: $? = 0
  554. configure:16934: result: yes
  555. configure:16943: checking for working mmap
  556. configure:17090: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  557. configure:17090: $? = 0
  558. configure:17090: ./conftest
  559. configure:17090: $? = 0
  560. configure:17100: result: yes
  561. configure:17115: checking sys/select.h usability
  562. configure:17115: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  563. configure:17115: $? = 0
  564. configure:17115: result: yes
  565. configure:17115: checking sys/select.h presence
  566. configure:17115: gcc -E conftest.c
  567. configure:17115: $? = 0
  568. configure:17115: result: yes
  569. configure:17115: checking for sys/select.h
  570. configure:17115: result: yes
  571. configure:17115: checking sys/socket.h usability
  572. configure:17115: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  573. configure:17115: $? = 0
  574. configure:17115: result: yes
  575. configure:17115: checking sys/socket.h presence
  576. configure:17115: gcc -E conftest.c
  577. configure:17115: $? = 0
  578. configure:17115: result: yes
  579. configure:17115: checking for sys/socket.h
  580. configure:17115: result: yes
  581. configure:17126: checking types of arguments for select
  582. configure:17154: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  583. configure:17154: $? = 0
  584. configure:17165: result: int,fd_set *,struct timeval *
  585. configure:17195: checking return type of signal handlers
  586. configure:17213: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  587. conftest.c: In function 'main':
  588. conftest.c:52: error: void value not ignored as it ought to be
  589. configure:17213: $? = 1
  590. configure: failed program was:
  591. | /* confdefs.h */
  592. | #define PACKAGE_NAME "xbmc"
  593. | #define PACKAGE_TARNAME "xbmc"
  594. | #define PACKAGE_VERSION "9.11"
  595. | #define PACKAGE_STRING "xbmc 9.11"
  596. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  597. | #define PACKAGE_URL ""
  598. | #define PACKAGE "xbmc"
  599. | #define VERSION "9.11"
  600. | #define LIRC_DEVICE "/dev/lircd"
  601. | #define STDC_HEADERS 1
  602. | #define HAVE_SYS_TYPES_H 1
  603. | #define HAVE_SYS_STAT_H 1
  604. | #define HAVE_STDLIB_H 1
  605. | #define HAVE_STRING_H 1
  606. | #define HAVE_MEMORY_H 1
  607. | #define HAVE_STRINGS_H 1
  608. | #define HAVE_INTTYPES_H 1
  609. | #define HAVE_STDINT_H 1
  610. | #define HAVE_UNISTD_H 1
  611. | #define HAVE_DLFCN_H 1
  612. | #define LT_OBJDIR ".libs/"
  613. | #define HAVE_ALLOCA_H 1
  614. | #define HAVE_ALLOCA 1
  615. | #define HAVE_UNISTD_H 1
  616. | #define HAVE_CHOWN 1
  617. | #define HAVE_DIRENT_H 1
  618. | #define HAVE_FSEEKO 1
  619. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  620. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  621. | #define TIME_WITH_SYS_TIME 1
  622. | #define HAVE_SYS_TIME_H 1
  623. | #define HAVE_UNISTD_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_SYS_PARAM_H 1
  626. | #define HAVE_UTIME_H 1
  627. | #define HAVE_ALARM 1
  628. | #define HAVE_GETPAGESIZE 1
  629. | #define HAVE_MMAP 1
  630. | #define HAVE_SYS_SELECT_H 1
  631. | #define HAVE_SYS_SOCKET_H 1
  632. | #define SELECT_TYPE_ARG1 int
  633. | #define SELECT_TYPE_ARG234 (fd_set *)
  634. | #define SELECT_TYPE_ARG5 (struct timeval *)
  635. | /* end confdefs.h. */
  636. | #include <sys/types.h>
  637. | #include <signal.h>
  638. |
  639. | int
  640. | main ()
  641. | {
  642. | return *(signal (0, 0)) (0) == 1;
  643. | ;
  644. | return 0;
  645. | }
  646. configure:17220: result: void
  647. configure:17228: checking whether stat accepts an empty string
  648. configure:17248: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  649. configure:17248: $? = 0
  650. configure:17248: ./conftest
  651. configure:17248: $? = 0
  652. configure:17258: result: no
  653. configure:17274: checking for working strcoll
  654. configure:17295: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  655. configure:17295: $? = 0
  656. configure:17295: ./conftest
  657. configure:17295: $? = 0
  658. configure:17305: result: yes
  659. configure:17315: checking for strftime
  660. configure:17315: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  661. conftest.c:71: warning: conflicting types for built-in function 'strftime'
  662. configure:17315: $? = 0
  663. configure:17315: result: yes
  664. configure:17368: checking for working strtod
  665. configure:17409: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  666. conftest.c: In function 'main':
  667. conftest.c:104: warning: ignoring return value of 'strtod', declared with attribute warn_unused_result
  668. configure:17409: $? = 0
  669. configure:17409: ./conftest
  670. configure:17409: $? = 0
  671. configure:17419: result: yes
  672. configure:17484: checking whether utime accepts a null argument
  673. configure:17513: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  674. configure:17513: $? = 0
  675. configure:17513: ./conftest
  676. configure:17513: $? = 0
  677. configure:17523: result: yes
  678. configure:17535: checking for vprintf
  679. configure:17535: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  680. conftest.c:73: warning: conflicting types for built-in function 'vprintf'
  681. configure:17535: $? = 0
  682. configure:17535: result: yes
  683. configure:17541: checking for _doprnt
  684. configure:17541: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  685. /tmp/ccSnGUWy.o: In function `main':
  686. /home/sami/XBMC/conftest.c:85: undefined reference to `_doprnt'
  687. collect2: ld returned 1 exit status
  688. configure:17541: $? = 1
  689. configure: failed program was:
  690. | /* confdefs.h */
  691. | #define PACKAGE_NAME "xbmc"
  692. | #define PACKAGE_TARNAME "xbmc"
  693. | #define PACKAGE_VERSION "9.11"
  694. | #define PACKAGE_STRING "xbmc 9.11"
  695. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  696. | #define PACKAGE_URL ""
  697. | #define PACKAGE "xbmc"
  698. | #define VERSION "9.11"
  699. | #define LIRC_DEVICE "/dev/lircd"
  700. | #define STDC_HEADERS 1
  701. | #define HAVE_SYS_TYPES_H 1
  702. | #define HAVE_SYS_STAT_H 1
  703. | #define HAVE_STDLIB_H 1
  704. | #define HAVE_STRING_H 1
  705. | #define HAVE_MEMORY_H 1
  706. | #define HAVE_STRINGS_H 1
  707. | #define HAVE_INTTYPES_H 1
  708. | #define HAVE_STDINT_H 1
  709. | #define HAVE_UNISTD_H 1
  710. | #define HAVE_DLFCN_H 1
  711. | #define LT_OBJDIR ".libs/"
  712. | #define HAVE_ALLOCA_H 1
  713. | #define HAVE_ALLOCA 1
  714. | #define HAVE_UNISTD_H 1
  715. | #define HAVE_CHOWN 1
  716. | #define HAVE_DIRENT_H 1
  717. | #define HAVE_FSEEKO 1
  718. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  719. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  720. | #define TIME_WITH_SYS_TIME 1
  721. | #define HAVE_SYS_TIME_H 1
  722. | #define HAVE_UNISTD_H 1
  723. | #define HAVE_STDLIB_H 1
  724. | #define HAVE_SYS_PARAM_H 1
  725. | #define HAVE_UTIME_H 1
  726. | #define HAVE_ALARM 1
  727. | #define HAVE_GETPAGESIZE 1
  728. | #define HAVE_MMAP 1
  729. | #define HAVE_SYS_SELECT_H 1
  730. | #define HAVE_SYS_SOCKET_H 1
  731. | #define SELECT_TYPE_ARG1 int
  732. | #define SELECT_TYPE_ARG234 (fd_set *)
  733. | #define SELECT_TYPE_ARG5 (struct timeval *)
  734. | #define RETSIGTYPE void
  735. | #define HAVE_STRCOLL 1
  736. | #define HAVE_STRFTIME 1
  737. | #define HAVE_UTIME_NULL 1
  738. | #define HAVE_VPRINTF 1
  739. | /* end confdefs.h. */
  740. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  741. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  742. | #define _doprnt innocuous__doprnt
  743. |
  744. | /* System header to define __stub macros and hopefully few prototypes,
  745. | which can conflict with char _doprnt (); below.
  746. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  747. | <limits.h> exists even on freestanding compilers. */
  748. |
  749. | #ifdef __STDC__
  750. | # include <limits.h>
  751. | #else
  752. | # include <assert.h>
  753. | #endif
  754. |
  755. | #undef _doprnt
  756. |
  757. | /* Override any GCC internal prototype to avoid an error.
  758. | Use char because int might match the return type of a GCC
  759. | builtin and then its argument prototype would still apply. */
  760. | #ifdef __cplusplus
  761. | extern "C"
  762. | #endif
  763. | char _doprnt ();
  764. | /* The GNU C library defines this for functions which it implements
  765. | to always fail with ENOSYS. Some functions are actually named
  766. | something starting with __ and the normal name is an alias. */
  767. | #if defined __stub__doprnt || defined __stub____doprnt
  768. | choke me
  769. | #endif
  770. |
  771. | int
  772. | main ()
  773. | {
  774. | return _doprnt ();
  775. | ;
  776. | return 0;
  777. | }
  778. configure:17541: result: no
  779. configure:17555: checking for atexit
  780. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  781. configure:17555: $? = 0
  782. configure:17555: result: yes
  783. configure:17555: checking for dup2
  784. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  785. configure:17555: $? = 0
  786. configure:17555: result: yes
  787. configure:17555: checking for fdatasync
  788. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  789. configure:17555: $? = 0
  790. configure:17555: result: yes
  791. configure:17555: checking for floor
  792. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  793. conftest.c:77: warning: conflicting types for built-in function 'floor'
  794. /tmp/ccFwWGEF.o: In function `main':
  795. /home/sami/XBMC/conftest.c:88: undefined reference to `floor'
  796. collect2: ld returned 1 exit status
  797. configure:17555: $? = 1
  798. configure: failed program was:
  799. | /* confdefs.h */
  800. | #define PACKAGE_NAME "xbmc"
  801. | #define PACKAGE_TARNAME "xbmc"
  802. | #define PACKAGE_VERSION "9.11"
  803. | #define PACKAGE_STRING "xbmc 9.11"
  804. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  805. | #define PACKAGE_URL ""
  806. | #define PACKAGE "xbmc"
  807. | #define VERSION "9.11"
  808. | #define LIRC_DEVICE "/dev/lircd"
  809. | #define STDC_HEADERS 1
  810. | #define HAVE_SYS_TYPES_H 1
  811. | #define HAVE_SYS_STAT_H 1
  812. | #define HAVE_STDLIB_H 1
  813. | #define HAVE_STRING_H 1
  814. | #define HAVE_MEMORY_H 1
  815. | #define HAVE_STRINGS_H 1
  816. | #define HAVE_INTTYPES_H 1
  817. | #define HAVE_STDINT_H 1
  818. | #define HAVE_UNISTD_H 1
  819. | #define HAVE_DLFCN_H 1
  820. | #define LT_OBJDIR ".libs/"
  821. | #define HAVE_ALLOCA_H 1
  822. | #define HAVE_ALLOCA 1
  823. | #define HAVE_UNISTD_H 1
  824. | #define HAVE_CHOWN 1
  825. | #define HAVE_DIRENT_H 1
  826. | #define HAVE_FSEEKO 1
  827. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  828. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  829. | #define TIME_WITH_SYS_TIME 1
  830. | #define HAVE_SYS_TIME_H 1
  831. | #define HAVE_UNISTD_H 1
  832. | #define HAVE_STDLIB_H 1
  833. | #define HAVE_SYS_PARAM_H 1
  834. | #define HAVE_UTIME_H 1
  835. | #define HAVE_ALARM 1
  836. | #define HAVE_GETPAGESIZE 1
  837. | #define HAVE_MMAP 1
  838. | #define HAVE_SYS_SELECT_H 1
  839. | #define HAVE_SYS_SOCKET_H 1
  840. | #define SELECT_TYPE_ARG1 int
  841. | #define SELECT_TYPE_ARG234 (fd_set *)
  842. | #define SELECT_TYPE_ARG5 (struct timeval *)
  843. | #define RETSIGTYPE void
  844. | #define HAVE_STRCOLL 1
  845. | #define HAVE_STRFTIME 1
  846. | #define HAVE_UTIME_NULL 1
  847. | #define HAVE_VPRINTF 1
  848. | #define HAVE_ATEXIT 1
  849. | #define HAVE_DUP2 1
  850. | #define HAVE_FDATASYNC 1
  851. | /* end confdefs.h. */
  852. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  853. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  854. | #define floor innocuous_floor
  855. |
  856. | /* System header to define __stub macros and hopefully few prototypes,
  857. | which can conflict with char floor (); below.
  858. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  859. | <limits.h> exists even on freestanding compilers. */
  860. |
  861. | #ifdef __STDC__
  862. | # include <limits.h>
  863. | #else
  864. | # include <assert.h>
  865. | #endif
  866. |
  867. | #undef floor
  868. |
  869. | /* Override any GCC internal prototype to avoid an error.
  870. | Use char because int might match the return type of a GCC
  871. | builtin and then its argument prototype would still apply. */
  872. | #ifdef __cplusplus
  873. | extern "C"
  874. | #endif
  875. | char floor ();
  876. | /* The GNU C library defines this for functions which it implements
  877. | to always fail with ENOSYS. Some functions are actually named
  878. | something starting with __ and the normal name is an alias. */
  879. | #if defined __stub_floor || defined __stub___floor
  880. | choke me
  881. | #endif
  882. |
  883. | int
  884. | main ()
  885. | {
  886. | return floor ();
  887. | ;
  888. | return 0;
  889. | }
  890. configure:17555: result: no
  891. configure:17555: checking for fs_stat_dev
  892. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  893. /tmp/cco8iucK.o: In function `main':
  894. /home/sami/XBMC/conftest.c:88: undefined reference to `fs_stat_dev'
  895. collect2: ld returned 1 exit status
  896. configure:17555: $? = 1
  897. configure: failed program was:
  898. | /* confdefs.h */
  899. | #define PACKAGE_NAME "xbmc"
  900. | #define PACKAGE_TARNAME "xbmc"
  901. | #define PACKAGE_VERSION "9.11"
  902. | #define PACKAGE_STRING "xbmc 9.11"
  903. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  904. | #define PACKAGE_URL ""
  905. | #define PACKAGE "xbmc"
  906. | #define VERSION "9.11"
  907. | #define LIRC_DEVICE "/dev/lircd"
  908. | #define STDC_HEADERS 1
  909. | #define HAVE_SYS_TYPES_H 1
  910. | #define HAVE_SYS_STAT_H 1
  911. | #define HAVE_STDLIB_H 1
  912. | #define HAVE_STRING_H 1
  913. | #define HAVE_MEMORY_H 1
  914. | #define HAVE_STRINGS_H 1
  915. | #define HAVE_INTTYPES_H 1
  916. | #define HAVE_STDINT_H 1
  917. | #define HAVE_UNISTD_H 1
  918. | #define HAVE_DLFCN_H 1
  919. | #define LT_OBJDIR ".libs/"
  920. | #define HAVE_ALLOCA_H 1
  921. | #define HAVE_ALLOCA 1
  922. | #define HAVE_UNISTD_H 1
  923. | #define HAVE_CHOWN 1
  924. | #define HAVE_DIRENT_H 1
  925. | #define HAVE_FSEEKO 1
  926. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  927. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  928. | #define TIME_WITH_SYS_TIME 1
  929. | #define HAVE_SYS_TIME_H 1
  930. | #define HAVE_UNISTD_H 1
  931. | #define HAVE_STDLIB_H 1
  932. | #define HAVE_SYS_PARAM_H 1
  933. | #define HAVE_UTIME_H 1
  934. | #define HAVE_ALARM 1
  935. | #define HAVE_GETPAGESIZE 1
  936. | #define HAVE_MMAP 1
  937. | #define HAVE_SYS_SELECT_H 1
  938. | #define HAVE_SYS_SOCKET_H 1
  939. | #define SELECT_TYPE_ARG1 int
  940. | #define SELECT_TYPE_ARG234 (fd_set *)
  941. | #define SELECT_TYPE_ARG5 (struct timeval *)
  942. | #define RETSIGTYPE void
  943. | #define HAVE_STRCOLL 1
  944. | #define HAVE_STRFTIME 1
  945. | #define HAVE_UTIME_NULL 1
  946. | #define HAVE_VPRINTF 1
  947. | #define HAVE_ATEXIT 1
  948. | #define HAVE_DUP2 1
  949. | #define HAVE_FDATASYNC 1
  950. | /* end confdefs.h. */
  951. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  952. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  953. | #define fs_stat_dev innocuous_fs_stat_dev
  954. |
  955. | /* System header to define __stub macros and hopefully few prototypes,
  956. | which can conflict with char fs_stat_dev (); below.
  957. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  958. | <limits.h> exists even on freestanding compilers. */
  959. |
  960. | #ifdef __STDC__
  961. | # include <limits.h>
  962. | #else
  963. | # include <assert.h>
  964. | #endif
  965. |
  966. | #undef fs_stat_dev
  967. |
  968. | /* Override any GCC internal prototype to avoid an error.
  969. | Use char because int might match the return type of a GCC
  970. | builtin and then its argument prototype would still apply. */
  971. | #ifdef __cplusplus
  972. | extern "C"
  973. | #endif
  974. | char fs_stat_dev ();
  975. | /* The GNU C library defines this for functions which it implements
  976. | to always fail with ENOSYS. Some functions are actually named
  977. | something starting with __ and the normal name is an alias. */
  978. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  979. | choke me
  980. | #endif
  981. |
  982. | int
  983. | main ()
  984. | {
  985. | return fs_stat_dev ();
  986. | ;
  987. | return 0;
  988. | }
  989. configure:17555: result: no
  990. configure:17555: checking for ftime
  991. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  992. configure:17555: $? = 0
  993. configure:17555: result: yes
  994. configure:17555: checking for ftruncate
  995. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  996. configure:17555: $? = 0
  997. configure:17555: result: yes
  998. configure:17555: checking for getcwd
  999. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1000. configure:17555: $? = 0
  1001. configure:17555: result: yes
  1002. configure:17555: checking for gethostbyaddr
  1003. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1004. configure:17555: $? = 0
  1005. configure:17555: result: yes
  1006. configure:17555: checking for gethostbyname
  1007. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1008. configure:17555: $? = 0
  1009. configure:17555: result: yes
  1010. configure:17555: checking for gethostname
  1011. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1012. configure:17555: $? = 0
  1013. configure:17555: result: yes
  1014. configure:17555: checking for getpagesize
  1015. configure:17555: result: yes
  1016. configure:17555: checking for getpass
  1017. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1018. configure:17555: $? = 0
  1019. configure:17555: result: yes
  1020. configure:17555: checking for gettimeofday
  1021. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1022. configure:17555: $? = 0
  1023. configure:17555: result: yes
  1024. configure:17555: checking for inet_ntoa
  1025. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1026. configure:17555: $? = 0
  1027. configure:17555: result: yes
  1028. configure:17555: checking for lchown
  1029. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1030. configure:17555: $? = 0
  1031. configure:17555: result: yes
  1032. configure:17555: checking for localeconv
  1033. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1034. configure:17555: $? = 0
  1035. configure:17555: result: yes
  1036. configure:17555: checking for memchr
  1037. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1038. conftest.c:89: warning: conflicting types for built-in function 'memchr'
  1039. configure:17555: $? = 0
  1040. configure:17555: result: yes
  1041. configure:17555: checking for memmove
  1042. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1043. conftest.c:90: warning: conflicting types for built-in function 'memmove'
  1044. configure:17555: $? = 0
  1045. configure:17555: result: yes
  1046. configure:17555: checking for memset
  1047. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1048. conftest.c:91: warning: conflicting types for built-in function 'memset'
  1049. configure:17555: $? = 0
  1050. configure:17555: result: yes
  1051. configure:17555: checking for mkdir
  1052. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1053. configure:17555: $? = 0
  1054. configure:17555: result: yes
  1055. configure:17555: checking for modf
  1056. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1057. conftest.c:93: warning: conflicting types for built-in function 'modf'
  1058. configure:17555: $? = 0
  1059. configure:17555: result: yes
  1060. configure:17555: checking for munmap
  1061. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1062. configure:17555: $? = 0
  1063. configure:17555: result: yes
  1064. configure:17555: checking for pow
  1065. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1066. conftest.c:95: warning: conflicting types for built-in function 'pow'
  1067. /tmp/ccxt1ymQ.o: In function `main':
  1068. /home/sami/XBMC/conftest.c:106: undefined reference to `pow'
  1069. collect2: ld returned 1 exit status
  1070. configure:17555: $? = 1
  1071. configure: failed program was:
  1072. | /* confdefs.h */
  1073. | #define PACKAGE_NAME "xbmc"
  1074. | #define PACKAGE_TARNAME "xbmc"
  1075. | #define PACKAGE_VERSION "9.11"
  1076. | #define PACKAGE_STRING "xbmc 9.11"
  1077. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1078. | #define PACKAGE_URL ""
  1079. | #define PACKAGE "xbmc"
  1080. | #define VERSION "9.11"
  1081. | #define LIRC_DEVICE "/dev/lircd"
  1082. | #define STDC_HEADERS 1
  1083. | #define HAVE_SYS_TYPES_H 1
  1084. | #define HAVE_SYS_STAT_H 1
  1085. | #define HAVE_STDLIB_H 1
  1086. | #define HAVE_STRING_H 1
  1087. | #define HAVE_MEMORY_H 1
  1088. | #define HAVE_STRINGS_H 1
  1089. | #define HAVE_INTTYPES_H 1
  1090. | #define HAVE_STDINT_H 1
  1091. | #define HAVE_UNISTD_H 1
  1092. | #define HAVE_DLFCN_H 1
  1093. | #define LT_OBJDIR ".libs/"
  1094. | #define HAVE_ALLOCA_H 1
  1095. | #define HAVE_ALLOCA 1
  1096. | #define HAVE_UNISTD_H 1
  1097. | #define HAVE_CHOWN 1
  1098. | #define HAVE_DIRENT_H 1
  1099. | #define HAVE_FSEEKO 1
  1100. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1101. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1102. | #define TIME_WITH_SYS_TIME 1
  1103. | #define HAVE_SYS_TIME_H 1
  1104. | #define HAVE_UNISTD_H 1
  1105. | #define HAVE_STDLIB_H 1
  1106. | #define HAVE_SYS_PARAM_H 1
  1107. | #define HAVE_UTIME_H 1
  1108. | #define HAVE_ALARM 1
  1109. | #define HAVE_GETPAGESIZE 1
  1110. | #define HAVE_MMAP 1
  1111. | #define HAVE_SYS_SELECT_H 1
  1112. | #define HAVE_SYS_SOCKET_H 1
  1113. | #define SELECT_TYPE_ARG1 int
  1114. | #define SELECT_TYPE_ARG234 (fd_set *)
  1115. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1116. | #define RETSIGTYPE void
  1117. | #define HAVE_STRCOLL 1
  1118. | #define HAVE_STRFTIME 1
  1119. | #define HAVE_UTIME_NULL 1
  1120. | #define HAVE_VPRINTF 1
  1121. | #define HAVE_ATEXIT 1
  1122. | #define HAVE_DUP2 1
  1123. | #define HAVE_FDATASYNC 1
  1124. | #define HAVE_FTIME 1
  1125. | #define HAVE_FTRUNCATE 1
  1126. | #define HAVE_GETCWD 1
  1127. | #define HAVE_GETHOSTBYADDR 1
  1128. | #define HAVE_GETHOSTBYNAME 1
  1129. | #define HAVE_GETHOSTNAME 1
  1130. | #define HAVE_GETPAGESIZE 1
  1131. | #define HAVE_GETPASS 1
  1132. | #define HAVE_GETTIMEOFDAY 1
  1133. | #define HAVE_INET_NTOA 1
  1134. | #define HAVE_LCHOWN 1
  1135. | #define HAVE_LOCALECONV 1
  1136. | #define HAVE_MEMCHR 1
  1137. | #define HAVE_MEMMOVE 1
  1138. | #define HAVE_MEMSET 1
  1139. | #define HAVE_MKDIR 1
  1140. | #define HAVE_MODF 1
  1141. | #define HAVE_MUNMAP 1
  1142. | /* end confdefs.h. */
  1143. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1144. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1145. | #define pow innocuous_pow
  1146. |
  1147. | /* System header to define __stub macros and hopefully few prototypes,
  1148. | which can conflict with char pow (); below.
  1149. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1150. | <limits.h> exists even on freestanding compilers. */
  1151. |
  1152. | #ifdef __STDC__
  1153. | # include <limits.h>
  1154. | #else
  1155. | # include <assert.h>
  1156. | #endif
  1157. |
  1158. | #undef pow
  1159. |
  1160. | /* Override any GCC internal prototype to avoid an error.
  1161. | Use char because int might match the return type of a GCC
  1162. | builtin and then its argument prototype would still apply. */
  1163. | #ifdef __cplusplus
  1164. | extern "C"
  1165. | #endif
  1166. | char pow ();
  1167. | /* The GNU C library defines this for functions which it implements
  1168. | to always fail with ENOSYS. Some functions are actually named
  1169. | something starting with __ and the normal name is an alias. */
  1170. | #if defined __stub_pow || defined __stub___pow
  1171. | choke me
  1172. | #endif
  1173. |
  1174. | int
  1175. | main ()
  1176. | {
  1177. | return pow ();
  1178. | ;
  1179. | return 0;
  1180. | }
  1181. configure:17555: result: no
  1182. configure:17555: checking for rmdir
  1183. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1184. configure:17555: $? = 0
  1185. configure:17555: result: yes
  1186. configure:17555: checking for select
  1187. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1188. configure:17555: $? = 0
  1189. configure:17555: result: yes
  1190. configure:17555: checking for setenv
  1191. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1192. configure:17555: $? = 0
  1193. configure:17555: result: yes
  1194. configure:17555: checking for setlocale
  1195. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1196. configure:17555: $? = 0
  1197. configure:17555: result: yes
  1198. configure:17555: checking for socket
  1199. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1200. configure:17555: $? = 0
  1201. configure:17555: result: yes
  1202. configure:17555: checking for sqrt
  1203. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1204. conftest.c:100: warning: conflicting types for built-in function 'sqrt'
  1205. /tmp/cc0Kk0Cc.o: In function `main':
  1206. /home/sami/XBMC/conftest.c:111: undefined reference to `sqrt'
  1207. collect2: ld returned 1 exit status
  1208. configure:17555: $? = 1
  1209. configure: failed program was:
  1210. | /* confdefs.h */
  1211. | #define PACKAGE_NAME "xbmc"
  1212. | #define PACKAGE_TARNAME "xbmc"
  1213. | #define PACKAGE_VERSION "9.11"
  1214. | #define PACKAGE_STRING "xbmc 9.11"
  1215. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1216. | #define PACKAGE_URL ""
  1217. | #define PACKAGE "xbmc"
  1218. | #define VERSION "9.11"
  1219. | #define LIRC_DEVICE "/dev/lircd"
  1220. | #define STDC_HEADERS 1
  1221. | #define HAVE_SYS_TYPES_H 1
  1222. | #define HAVE_SYS_STAT_H 1
  1223. | #define HAVE_STDLIB_H 1
  1224. | #define HAVE_STRING_H 1
  1225. | #define HAVE_MEMORY_H 1
  1226. | #define HAVE_STRINGS_H 1
  1227. | #define HAVE_INTTYPES_H 1
  1228. | #define HAVE_STDINT_H 1
  1229. | #define HAVE_UNISTD_H 1
  1230. | #define HAVE_DLFCN_H 1
  1231. | #define LT_OBJDIR ".libs/"
  1232. | #define HAVE_ALLOCA_H 1
  1233. | #define HAVE_ALLOCA 1
  1234. | #define HAVE_UNISTD_H 1
  1235. | #define HAVE_CHOWN 1
  1236. | #define HAVE_DIRENT_H 1
  1237. | #define HAVE_FSEEKO 1
  1238. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1239. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1240. | #define TIME_WITH_SYS_TIME 1
  1241. | #define HAVE_SYS_TIME_H 1
  1242. | #define HAVE_UNISTD_H 1
  1243. | #define HAVE_STDLIB_H 1
  1244. | #define HAVE_SYS_PARAM_H 1
  1245. | #define HAVE_UTIME_H 1
  1246. | #define HAVE_ALARM 1
  1247. | #define HAVE_GETPAGESIZE 1
  1248. | #define HAVE_MMAP 1
  1249. | #define HAVE_SYS_SELECT_H 1
  1250. | #define HAVE_SYS_SOCKET_H 1
  1251. | #define SELECT_TYPE_ARG1 int
  1252. | #define SELECT_TYPE_ARG234 (fd_set *)
  1253. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1254. | #define RETSIGTYPE void
  1255. | #define HAVE_STRCOLL 1
  1256. | #define HAVE_STRFTIME 1
  1257. | #define HAVE_UTIME_NULL 1
  1258. | #define HAVE_VPRINTF 1
  1259. | #define HAVE_ATEXIT 1
  1260. | #define HAVE_DUP2 1
  1261. | #define HAVE_FDATASYNC 1
  1262. | #define HAVE_FTIME 1
  1263. | #define HAVE_FTRUNCATE 1
  1264. | #define HAVE_GETCWD 1
  1265. | #define HAVE_GETHOSTBYADDR 1
  1266. | #define HAVE_GETHOSTBYNAME 1
  1267. | #define HAVE_GETHOSTNAME 1
  1268. | #define HAVE_GETPAGESIZE 1
  1269. | #define HAVE_GETPASS 1
  1270. | #define HAVE_GETTIMEOFDAY 1
  1271. | #define HAVE_INET_NTOA 1
  1272. | #define HAVE_LCHOWN 1
  1273. | #define HAVE_LOCALECONV 1
  1274. | #define HAVE_MEMCHR 1
  1275. | #define HAVE_MEMMOVE 1
  1276. | #define HAVE_MEMSET 1
  1277. | #define HAVE_MKDIR 1
  1278. | #define HAVE_MODF 1
  1279. | #define HAVE_MUNMAP 1
  1280. | #define HAVE_RMDIR 1
  1281. | #define HAVE_SELECT 1
  1282. | #define HAVE_SETENV 1
  1283. | #define HAVE_SETLOCALE 1
  1284. | #define HAVE_SOCKET 1
  1285. | /* end confdefs.h. */
  1286. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1287. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1288. | #define sqrt innocuous_sqrt
  1289. |
  1290. | /* System header to define __stub macros and hopefully few prototypes,
  1291. | which can conflict with char sqrt (); below.
  1292. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1293. | <limits.h> exists even on freestanding compilers. */
  1294. |
  1295. | #ifdef __STDC__
  1296. | # include <limits.h>
  1297. | #else
  1298. | # include <assert.h>
  1299. | #endif
  1300. |
  1301. | #undef sqrt
  1302. |
  1303. | /* Override any GCC internal prototype to avoid an error.
  1304. | Use char because int might match the return type of a GCC
  1305. | builtin and then its argument prototype would still apply. */
  1306. | #ifdef __cplusplus
  1307. | extern "C"
  1308. | #endif
  1309. | char sqrt ();
  1310. | /* The GNU C library defines this for functions which it implements
  1311. | to always fail with ENOSYS. Some functions are actually named
  1312. | something starting with __ and the normal name is an alias. */
  1313. | #if defined __stub_sqrt || defined __stub___sqrt
  1314. | choke me
  1315. | #endif
  1316. |
  1317. | int
  1318. | main ()
  1319. | {
  1320. | return sqrt ();
  1321. | ;
  1322. | return 0;
  1323. | }
  1324. configure:17555: result: no
  1325. configure:17555: checking for strcasecmp
  1326. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1327. conftest.c:100: warning: conflicting types for built-in function 'strcasecmp'
  1328. configure:17555: $? = 0
  1329. configure:17555: result: yes
  1330. configure:17555: checking for strchr
  1331. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1332. conftest.c:101: warning: conflicting types for built-in function 'strchr'
  1333. configure:17555: $? = 0
  1334. configure:17555: result: yes
  1335. configure:17555: checking for strcspn
  1336. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1337. conftest.c:102: warning: conflicting types for built-in function 'strcspn'
  1338. configure:17555: $? = 0
  1339. configure:17555: result: yes
  1340. configure:17555: checking for strdup
  1341. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1342. conftest.c:103: warning: conflicting types for built-in function 'strdup'
  1343. configure:17555: $? = 0
  1344. configure:17555: result: yes
  1345. configure:17555: checking for strerror
  1346. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1347. configure:17555: $? = 0
  1348. configure:17555: result: yes
  1349. configure:17555: checking for strncasecmp
  1350. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1351. conftest.c:105: warning: conflicting types for built-in function 'strncasecmp'
  1352. configure:17555: $? = 0
  1353. configure:17555: result: yes
  1354. configure:17555: checking for strpbrk
  1355. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1356. conftest.c:106: warning: conflicting types for built-in function 'strpbrk'
  1357. configure:17555: $? = 0
  1358. configure:17555: result: yes
  1359. configure:17555: checking for strrchr
  1360. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1361. conftest.c:107: warning: conflicting types for built-in function 'strrchr'
  1362. configure:17555: $? = 0
  1363. configure:17555: result: yes
  1364. configure:17555: checking for strspn
  1365. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1366. conftest.c:108: warning: conflicting types for built-in function 'strspn'
  1367. configure:17555: $? = 0
  1368. configure:17555: result: yes
  1369. configure:17555: checking for strstr
  1370. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1371. conftest.c:109: warning: conflicting types for built-in function 'strstr'
  1372. configure:17555: $? = 0
  1373. configure:17555: result: yes
  1374. configure:17555: checking for strtol
  1375. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1376. configure:17555: $? = 0
  1377. configure:17555: result: yes
  1378. configure:17555: checking for strtoul
  1379. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1380. configure:17555: $? = 0
  1381. configure:17555: result: yes
  1382. configure:17555: checking for sysinfo
  1383. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1384. configure:17555: $? = 0
  1385. configure:17555: result: yes
  1386. configure:17555: checking for tzset
  1387. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1388. configure:17555: $? = 0
  1389. configure:17555: result: yes
  1390. configure:17555: checking for utime
  1391. configure:17555: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1392. configure:17555: $? = 0
  1393. configure:17555: result: yes
  1394. configure:17571: checking size of int
  1395. configure:17576: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1396. configure:17576: $? = 0
  1397. configure:17576: ./conftest
  1398. configure:17576: $? = 0
  1399. configure:17591: result: 4
  1400. configure:17605: checking size of size_t
  1401. configure:17610: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1402. configure:17610: $? = 0
  1403. configure:17610: ./conftest
  1404. configure:17610: $? = 0
  1405. configure:17625: result: 4
  1406. configure:17647: checking boost/shared_ptr.hpp usability
  1407. configure:17647: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.cpp >&5
  1408. configure:17647: $? = 0
  1409. configure:17647: result: yes
  1410. configure:17647: checking boost/shared_ptr.hpp presence
  1411. configure:17647: g++ -E conftest.cpp
  1412. configure:17647: $? = 0
  1413. configure:17647: result: yes
  1414. configure:17647: checking for boost/shared_ptr.hpp
  1415. configure:17647: result: yes
  1416. configure:17793: checking for main in -lGL
  1417. configure:17812: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lGL >&5
  1418. configure:17812: $? = 0
  1419. configure:17821: result: yes
  1420. configure:17834: checking for main in -lGLEW
  1421. configure:17853: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lGLEW -lGL >&5
  1422. configure:17853: $? = 0
  1423. configure:17862: result: yes
  1424. configure:17875: checking for main in -lGLU
  1425. configure:17894: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lGLU -lGLEW -lGL >&5
  1426. configure:17894: $? = 0
  1427. configure:17903: result: yes
  1428. configure:17963: checking mad.h usability
  1429. configure:17963: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1430. configure:17963: $? = 0
  1431. configure:17963: result: yes
  1432. configure:17963: checking mad.h presence
  1433. configure:17963: gcc -E conftest.c
  1434. configure:17963: $? = 0
  1435. configure:17963: result: yes
  1436. configure:17963: checking for mad.h
  1437. configure:17963: result: yes
  1438. configure:17971: checking jpeglib.h usability
  1439. configure:17971: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1440. configure:17971: $? = 0
  1441. configure:17971: result: yes
  1442. configure:17971: checking jpeglib.h presence
  1443. configure:17971: gcc -E conftest.c
  1444. configure:17971: $? = 0
  1445. configure:17971: result: yes
  1446. configure:17971: checking for jpeglib.h
  1447. configure:17971: result: yes
  1448. configure:17979: checking samplerate.h usability
  1449. configure:17979: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1450. configure:17979: $? = 0
  1451. configure:17979: result: yes
  1452. configure:17979: checking samplerate.h presence
  1453. configure:17979: gcc -E conftest.c
  1454. configure:17979: $? = 0
  1455. configure:17979: result: yes
  1456. configure:17979: checking for samplerate.h
  1457. configure:17979: result: yes
  1458. configure:17987: checking ogg/ogg.h usability
  1459. configure:17987: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1460. configure:17987: $? = 0
  1461. configure:17987: result: yes
  1462. configure:17987: checking ogg/ogg.h presence
  1463. configure:17987: gcc -E conftest.c
  1464. configure:17987: $? = 0
  1465. configure:17987: result: yes
  1466. configure:17987: checking for ogg/ogg.h
  1467. configure:17987: result: yes
  1468. configure:17995: checking vorbis/vorbisfile.h usability
  1469. configure:17995: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1470. configure:17995: $? = 0
  1471. configure:17995: result: yes
  1472. configure:17995: checking vorbis/vorbisfile.h presence
  1473. configure:17995: gcc -E conftest.c
  1474. configure:17995: $? = 0
  1475. configure:17995: result: yes
  1476. configure:17995: checking for vorbis/vorbisfile.h
  1477. configure:17995: result: yes
  1478. configure:18003: checking vorbis/vorbisenc.h usability
  1479. configure:18003: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1480. configure:18003: $? = 0
  1481. configure:18003: result: yes
  1482. configure:18003: checking vorbis/vorbisenc.h presence
  1483. configure:18003: gcc -E conftest.c
  1484. configure:18003: $? = 0
  1485. configure:18003: result: yes
  1486. configure:18003: checking for vorbis/vorbisenc.h
  1487. configure:18003: result: yes
  1488. configure:18011: checking for ass_set_message_cb in -lass
  1489. configure:18036: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lass -lGLU -lGLEW -lGL >&5
  1490. configure:18036: $? = 0
  1491. configure:18045: result: yes
  1492. configure:18058: checking for main in -lbz2
  1493. configure:18077: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1494. configure:18077: $? = 0
  1495. configure:18086: result: yes
  1496. configure:18099: checking for main in -ljpeg
  1497. configure:18118: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1498. configure:18118: $? = 0
  1499. configure:18127: result: yes
  1500. configure:18140: checking for main in -lpthread
  1501. configure:18159: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1502. configure:18159: $? = 0
  1503. configure:18168: result: yes
  1504. configure:18181: checking for main in -llzo2
  1505. configure:18200: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1506. configure:18200: $? = 0
  1507. configure:18209: result: yes
  1508. configure:18222: checking for main in -lz
  1509. configure:18241: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1510. configure:18241: $? = 0
  1511. configure:18250: result: yes
  1512. configure:18263: checking for main in -lssl
  1513. configure:18282: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1514. configure:18282: $? = 0
  1515. configure:18291: result: yes
  1516. configure:18304: checking for main in -lcrypto
  1517. configure:18323: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1518. configure:18323: $? = 0
  1519. configure:18332: result: yes
  1520. configure:18345: checking for main in -lwavpack
  1521. configure:18364: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1522. configure:18364: $? = 0
  1523. configure:18373: result: yes
  1524. configure:18386: checking for main in -lmpeg2
  1525. configure:18405: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1526. configure:18405: $? = 0
  1527. configure:18414: result: yes
  1528. configure:18427: checking for main in -lmpeg2convert
  1529. configure:18446: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1530. configure:18446: $? = 0
  1531. configure:18455: result: yes
  1532. configure:18468: checking for sftp_tell64 in -lssh
  1533. configure:18493: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL >&5
  1534. configure:18493: $? = 0
  1535. configure:18502: result: yes
  1536. configure:18565: checking for pkg-config
  1537. configure:18583: found /usr/bin/pkg-config
  1538. configure:18595: result: /usr/bin/pkg-config
  1539. configure:18620: checking pkg-config is at least version 0.9.0
  1540. configure:18623: result: yes
  1541. configure:18634: checking for MAD
  1542. configure:18642: $PKG_CONFIG --exists --print-errors "mad"
  1543. configure:18645: $? = 0
  1544. configure:18660: $PKG_CONFIG --exists --print-errors "mad"
  1545. configure:18663: $? = 0
  1546. configure:18699: result: yes
  1547. configure:18705: checking for FONTCONFIG
  1548. configure:18713: $PKG_CONFIG --exists --print-errors "fontconfig"
  1549. configure:18716: $? = 0
  1550. configure:18731: $PKG_CONFIG --exists --print-errors "fontconfig"
  1551. configure:18734: $? = 0
  1552. configure:18770: result: yes
  1553. configure:18776: checking for FRIBIDI
  1554. configure:18784: $PKG_CONFIG --exists --print-errors "fribidi"
  1555. configure:18787: $? = 0
  1556. configure:18802: $PKG_CONFIG --exists --print-errors "fribidi"
  1557. configure:18805: $? = 0
  1558. configure:18841: result: yes
  1559. configure:18847: checking for SQLITE3
  1560. configure:18855: $PKG_CONFIG --exists --print-errors "sqlite3"
  1561. configure:18858: $? = 0
  1562. configure:18873: $PKG_CONFIG --exists --print-errors "sqlite3"
  1563. configure:18876: $? = 0
  1564. configure:18912: result: yes
  1565. configure:18918: checking for PNG
  1566. configure:18926: $PKG_CONFIG --exists --print-errors "libpng"
  1567. configure:18929: $? = 0
  1568. configure:18944: $PKG_CONFIG --exists --print-errors "libpng"
  1569. configure:18947: $? = 0
  1570. configure:18983: result: yes
  1571. configure:18989: checking for PCRE
  1572. configure:18997: $PKG_CONFIG --exists --print-errors "libpcre"
  1573. configure:19000: $? = 0
  1574. configure:19015: $PKG_CONFIG --exists --print-errors "libpcre"
  1575. configure:19018: $? = 0
  1576. configure:19054: result: yes
  1577. configure:19063: checking for PCRECPP
  1578. configure:19071: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  1579. configure:19074: $? = 0
  1580. configure:19089: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  1581. configure:19092: $? = 0
  1582. configure:19128: result: yes
  1583. configure:19137: checking for CDIO
  1584. configure:19145: $PKG_CONFIG --exists --print-errors "libcdio"
  1585. configure:19148: $? = 0
  1586. configure:19163: $PKG_CONFIG --exists --print-errors "libcdio"
  1587. configure:19166: $? = 0
  1588. configure:19202: result: yes
  1589. configure:19208: checking for SAMPLERATE
  1590. configure:19216: $PKG_CONFIG --exists --print-errors "samplerate"
  1591. configure:19219: $? = 0
  1592. configure:19234: $PKG_CONFIG --exists --print-errors "samplerate"
  1593. configure:19237: $? = 0
  1594. configure:19273: result: yes
  1595. configure:19279: checking for MMS
  1596. configure:19287: $PKG_CONFIG --exists --print-errors "libmms"
  1597. configure:19290: $? = 0
  1598. configure:19305: $PKG_CONFIG --exists --print-errors "libmms"
  1599. configure:19308: $? = 0
  1600. configure:19344: result: yes
  1601. configure:19350: checking for FREETYPE2
  1602. configure:19358: $PKG_CONFIG --exists --print-errors "freetype2"
  1603. configure:19361: $? = 0
  1604. configure:19376: $PKG_CONFIG --exists --print-errors "freetype2"
  1605. configure:19379: $? = 0
  1606. configure:19415: result: yes
  1607. configure:19421: checking for OGG
  1608. configure:19429: $PKG_CONFIG --exists --print-errors "ogg"
  1609. configure:19432: $? = 0
  1610. configure:19447: $PKG_CONFIG --exists --print-errors "ogg"
  1611. configure:19450: $? = 0
  1612. configure:19486: result: yes
  1613. configure:19492: checking for VORBIS
  1614. configure:19500: $PKG_CONFIG --exists --print-errors "vorbis"
  1615. configure:19503: $? = 0
  1616. configure:19518: $PKG_CONFIG --exists --print-errors "vorbis"
  1617. configure:19521: $? = 0
  1618. configure:19557: result: yes
  1619. configure:19563: checking for VORBISENC
  1620. configure:19571: $PKG_CONFIG --exists --print-errors "vorbisenc"
  1621. configure:19574: $? = 0
  1622. configure:19589: $PKG_CONFIG --exists --print-errors "vorbisenc"
  1623. configure:19592: $? = 0
  1624. configure:19628: result: yes
  1625. configure:19713: checking for LIBBLURAY
  1626. configure:19721: $PKG_CONFIG --exists --print-errors "libbluray"
  1627. Package libbluray was not found in the pkg-config search path.
  1628. Perhaps you should add the directory containing `libbluray.pc'
  1629. to the PKG_CONFIG_PATH environment variable
  1630. No package 'libbluray' found
  1631. configure:19724: $? = 1
  1632. configure:19739: $PKG_CONFIG --exists --print-errors "libbluray"
  1633. Package libbluray was not found in the pkg-config search path.
  1634. Perhaps you should add the directory containing `libbluray.pc'
  1635. to the PKG_CONFIG_PATH environment variable
  1636. No package 'libbluray' found
  1637. configure:19742: $? = 1
  1638. No package 'libbluray' found
  1639. configure:19770: result: no
  1640. configure:20032: checking for mysql_config
  1641. configure:20048: found /usr/bin/mysql_config
  1642. configure:20060: result: yes
  1643. configure:20076: checking for main in -lmodplug
  1644. configure:20095: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1645. configure:20095: $? = 0
  1646. configure:20104: result: yes
  1647. configure:20117: checking for main in -lmysqlclient
  1648. configure:20136: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1649. configure:20136: $? = 0
  1650. configure:20145: result: yes
  1651. configure:20158: checking for main in -lfaad
  1652. configure:20177: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1653. configure:20177: $? = 0
  1654. configure:20186: result: yes
  1655. configure:20199: checking FLAC/stream_decoder.h usability
  1656. configure:20199: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1657. configure:20199: $? = 0
  1658. configure:20199: result: yes
  1659. configure:20199: checking FLAC/stream_decoder.h presence
  1660. configure:20199: gcc -E conftest.c
  1661. configure:20199: $? = 0
  1662. configure:20199: result: yes
  1663. configure:20199: checking for FLAC/stream_decoder.h
  1664. configure:20199: result: yes
  1665. configure:20207: checking for main in -lsmbclient
  1666. configure:20226: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1667. configure:20226: $? = 0
  1668. configure:20235: result: yes
  1669. configure:20248: checking for main in -lSDL_mixer
  1670. configure:20267: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1671. configure:20267: $? = 0
  1672. configure:20276: result: yes
  1673. configure:20289: checking for main in -ldl
  1674. configure:20308: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1675. configure:20308: $? = 0
  1676. configure:20317: result: yes
  1677. configure:20330: checking for main in -lresolv
  1678. configure:20349: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1679. configure:20349: $? = 0
  1680. configure:20358: result: yes
  1681. configure:20371: checking for main in -ljasper
  1682. configure:20390: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1683. configure:20390: $? = 0
  1684. configure:20399: result: yes
  1685. configure:20412: checking for main in -ltiff
  1686. configure:20431: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1687. configure:20431: $? = 0
  1688. configure:20440: result: yes
  1689. configure:20453: checking for clock_gettime in -lrt
  1690. configure:20478: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1691. configure:20478: $? = 0
  1692. configure:20487: result: yes
  1693. configure:20500: checking for main in -lSDL_image
  1694. configure:20519: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1695. configure:20519: $? = 0
  1696. configure:20528: result: yes
  1697. configure:20544: checking for ALSA
  1698. configure:20552: $PKG_CONFIG --exists --print-errors "alsa"
  1699. configure:20555: $? = 0
  1700. configure:20570: $PKG_CONFIG --exists --print-errors "alsa"
  1701. configure:20573: $? = 0
  1702. configure:20609: result: yes
  1703. configure:20615: checking for ENCA
  1704. configure:20623: $PKG_CONFIG --exists --print-errors "enca"
  1705. configure:20626: $? = 0
  1706. configure:20641: $PKG_CONFIG --exists --print-errors "enca"
  1707. configure:20644: $? = 0
  1708. configure:20680: result: yes
  1709. configure:20686: checking for XT
  1710. configure:20694: $PKG_CONFIG --exists --print-errors "xt"
  1711. configure:20697: $? = 0
  1712. configure:20712: $PKG_CONFIG --exists --print-errors "xt"
  1713. configure:20715: $? = 0
  1714. configure:20751: result: yes
  1715. configure:20757: checking for XTST
  1716. configure:20765: $PKG_CONFIG --exists --print-errors "xtst"
  1717. configure:20768: $? = 0
  1718. configure:20783: $PKG_CONFIG --exists --print-errors "xtst"
  1719. configure:20786: $? = 0
  1720. configure:20822: result: yes
  1721. configure:20828: checking for XEXT
  1722. configure:20836: $PKG_CONFIG --exists --print-errors "xext"
  1723. configure:20839: $? = 0
  1724. configure:20854: $PKG_CONFIG --exists --print-errors "xext"
  1725. configure:20857: $? = 0
  1726. configure:20893: result: yes
  1727. configure:20899: checking for XMU
  1728. configure:20907: $PKG_CONFIG --exists --print-errors "xmu"
  1729. configure:20910: $? = 0
  1730. configure:20925: $PKG_CONFIG --exists --print-errors "xmu"
  1731. configure:20928: $? = 0
  1732. configure:20964: result: yes
  1733. configure:20970: checking for CURL
  1734. configure:20978: $PKG_CONFIG --exists --print-errors "libcurl"
  1735. configure:20981: $? = 0
  1736. configure:20996: $PKG_CONFIG --exists --print-errors "libcurl"
  1737. configure:20999: $? = 0
  1738. configure:21035: result: yes
  1739. configure:21041: checking for DBUS
  1740. configure:21049: $PKG_CONFIG --exists --print-errors "dbus-1"
  1741. configure:21052: $? = 0
  1742. configure:21067: $PKG_CONFIG --exists --print-errors "dbus-1"
  1743. configure:21070: $? = 0
  1744. configure:21106: result: yes
  1745. configure:21112: checking for SDL
  1746. configure:21120: $PKG_CONFIG --exists --print-errors "sdl"
  1747. configure:21123: $? = 0
  1748. configure:21138: $PKG_CONFIG --exists --print-errors "sdl"
  1749. configure:21141: $? = 0
  1750. configure:21177: result: yes
  1751. configure:21191: checking for libcurl soname
  1752. configure:21210: result: libcurl.so.4
  1753. configure:21216: checking for libFLAC soname
  1754. configure:21235: result: libFLAC.so.8
  1755. configure:21241: checking for libvorbisfile soname
  1756. configure:21260: result: libvorbisfile.so.3
  1757. configure:21266: checking for libmodplug soname
  1758. configure:21285: result: libmodplug.so.0
  1759. configure:21291: checking for libfaad soname
  1760. configure:21310: result: libfaad.so.2
  1761. configure:21316: checking for libmad soname
  1762. configure:21335: result: libmad.so.0
  1763. configure:21341: checking for libogg soname
  1764. configure:21360: result: libogg.so.0
  1765. configure:21366: checking for libvorbisenc soname
  1766. configure:21385: result: libvorbisenc.so.2
  1767. configure:21391: checking for libvorbis soname
  1768. configure:21410: result: libvorbis.so.0
  1769. configure:21420: checking for main in -lmicrohttpd
  1770. configure:21439: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL >&5
  1771. configure:21439: $? = 0
  1772. configure:21448: result: yes
  1773. configure:21487: checking for main in -lpulse
  1774. configure:21506: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lpulse -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL >&5
  1775. configure:21506: $? = 0
  1776. configure:21515: result: yes
  1777. configure:21549: checking for HAL
  1778. configure:21557: $PKG_CONFIG --exists --print-errors "hal"
  1779. configure:21560: $? = 0
  1780. configure:21575: $PKG_CONFIG --exists --print-errors "hal"
  1781. configure:21578: $? = 0
  1782. configure:21616: result: yes
  1783. configure:21622: checking for HAL_STORAGE
  1784. configure:21630: $PKG_CONFIG --exists --print-errors "hal-storage"
  1785. configure:21633: $? = 0
  1786. configure:21648: $PKG_CONFIG --exists --print-errors "hal-storage"
  1787. configure:21651: $? = 0
  1788. configure:21689: result: yes
  1789. configure:21711: checking for main in -lavahi-common
  1790. configure:21730: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lavahi-common -lpulse -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL -L/lib -lhal -ldbus-1 -lpthread -lrt -L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt >&5
  1791. configure:21730: $? = 0
  1792. configure:21739: result: yes
  1793. configure:21755: checking for main in -lavahi-client
  1794. configure:21774: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lavahi-client -lavahi-common -lpulse -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL -L/lib -lhal -ldbus-1 -lpthread -lrt -L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt >&5
  1795. configure:21774: $? = 0
  1796. configure:21783: result: yes
  1797. configure:21811: checking for main in -lXrandr
  1798. configure:21830: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lXrandr -lavahi-client -lavahi-common -lpulse -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL -L/lib -lhal -ldbus-1 -lpthread -lrt -L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt >&5
  1799. configure:21830: $? = 0
  1800. configure:21839: result: yes
  1801. configure:21870: == GOOM disabled. ==
  1802. configure:21881: checking librtmp/log.h usability
  1803. configure:21881: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1804. conftest.c:162:25: error: librtmp/log.h: No such file or directory
  1805. configure:21881: $? = 1
  1806. configure: failed program was:
  1807. | /* confdefs.h */
  1808. | #define PACKAGE_NAME "xbmc"
  1809. | #define PACKAGE_TARNAME "xbmc"
  1810. | #define PACKAGE_VERSION "9.11"
  1811. | #define PACKAGE_STRING "xbmc 9.11"
  1812. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1813. | #define PACKAGE_URL ""
  1814. | #define PACKAGE "xbmc"
  1815. | #define VERSION "9.11"
  1816. | #define LIRC_DEVICE "/dev/lircd"
  1817. | #define STDC_HEADERS 1
  1818. | #define HAVE_SYS_TYPES_H 1
  1819. | #define HAVE_SYS_STAT_H 1
  1820. | #define HAVE_STDLIB_H 1
  1821. | #define HAVE_STRING_H 1
  1822. | #define HAVE_MEMORY_H 1
  1823. | #define HAVE_STRINGS_H 1
  1824. | #define HAVE_INTTYPES_H 1
  1825. | #define HAVE_STDINT_H 1
  1826. | #define HAVE_UNISTD_H 1
  1827. | #define HAVE_DLFCN_H 1
  1828. | #define LT_OBJDIR ".libs/"
  1829. | #define HAVE_ALLOCA_H 1
  1830. | #define HAVE_ALLOCA 1
  1831. | #define HAVE_UNISTD_H 1
  1832. | #define HAVE_CHOWN 1
  1833. | #define HAVE_DIRENT_H 1
  1834. | #define HAVE_FSEEKO 1
  1835. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1836. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1837. | #define TIME_WITH_SYS_TIME 1
  1838. | #define HAVE_SYS_TIME_H 1
  1839. | #define HAVE_UNISTD_H 1
  1840. | #define HAVE_STDLIB_H 1
  1841. | #define HAVE_SYS_PARAM_H 1
  1842. | #define HAVE_UTIME_H 1
  1843. | #define HAVE_ALARM 1
  1844. | #define HAVE_GETPAGESIZE 1
  1845. | #define HAVE_MMAP 1
  1846. | #define HAVE_SYS_SELECT_H 1
  1847. | #define HAVE_SYS_SOCKET_H 1
  1848. | #define SELECT_TYPE_ARG1 int
  1849. | #define SELECT_TYPE_ARG234 (fd_set *)
  1850. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1851. | #define RETSIGTYPE void
  1852. | #define HAVE_STRCOLL 1
  1853. | #define HAVE_STRFTIME 1
  1854. | #define HAVE_UTIME_NULL 1
  1855. | #define HAVE_VPRINTF 1
  1856. | #define HAVE_ATEXIT 1
  1857. | #define HAVE_DUP2 1
  1858. | #define HAVE_FDATASYNC 1
  1859. | #define HAVE_FTIME 1
  1860. | #define HAVE_FTRUNCATE 1
  1861. | #define HAVE_GETCWD 1
  1862. | #define HAVE_GETHOSTBYADDR 1
  1863. | #define HAVE_GETHOSTBYNAME 1
  1864. | #define HAVE_GETHOSTNAME 1
  1865. | #define HAVE_GETPAGESIZE 1
  1866. | #define HAVE_GETPASS 1
  1867. | #define HAVE_GETTIMEOFDAY 1
  1868. | #define HAVE_INET_NTOA 1
  1869. | #define HAVE_LCHOWN 1
  1870. | #define HAVE_LOCALECONV 1
  1871. | #define HAVE_MEMCHR 1
  1872. | #define HAVE_MEMMOVE 1
  1873. | #define HAVE_MEMSET 1
  1874. | #define HAVE_MKDIR 1
  1875. | #define HAVE_MODF 1
  1876. | #define HAVE_MUNMAP 1
  1877. | #define HAVE_RMDIR 1
  1878. | #define HAVE_SELECT 1
  1879. | #define HAVE_SETENV 1
  1880. | #define HAVE_SETLOCALE 1
  1881. | #define HAVE_SOCKET 1
  1882. | #define HAVE_STRCASECMP 1
  1883. | #define HAVE_STRCHR 1
  1884. | #define HAVE_STRCSPN 1
  1885. | #define HAVE_STRDUP 1
  1886. | #define HAVE_STRERROR 1
  1887. | #define HAVE_STRNCASECMP 1
  1888. | #define HAVE_STRPBRK 1
  1889. | #define HAVE_STRRCHR 1
  1890. | #define HAVE_STRSPN 1
  1891. | #define HAVE_STRSTR 1
  1892. | #define HAVE_STRTOL 1
  1893. | #define HAVE_STRTOUL 1
  1894. | #define HAVE_SYSINFO 1
  1895. | #define HAVE_TZSET 1
  1896. | #define HAVE_UTIME 1
  1897. | #define SIZEOF_INT 4
  1898. | #define SIZEOF_SIZE_T 4
  1899. | #define HAVE_LIBGL 1
  1900. | #define HAVE_LIBGLEW 1
  1901. | #define HAVE_LIBGLU 1
  1902. | #define HAVE_LIBASS 1
  1903. | #define HAVE_LIBBZ2 1
  1904. | #define HAVE_LIBJPEG 1
  1905. | #define HAVE_LIBPTHREAD 1
  1906. | #define HAVE_LIBLZO2 1
  1907. | #define HAVE_LIBZ 1
  1908. | #define HAVE_LIBSSL 1
  1909. | #define HAVE_LIBCRYPTO 1
  1910. | #define HAVE_LIBWAVPACK 1
  1911. | #define HAVE_LIBMPEG2 1
  1912. | #define HAVE_LIBMPEG2CONVERT 1
  1913. | #define HAVE_LIBSSH 1
  1914. | #define HAVE_LIBPCRE 1
  1915. | #define HAVE_LIBPCRECPP 1
  1916. | #define HAVE_LIBMODPLUG 1
  1917. | #define HAVE_LIBMYSQLCLIENT 1
  1918. | #define HAVE_LIBFAAD 1
  1919. | #define HAVE_LIBSMBCLIENT 1
  1920. | #define HAVE_LIBSDL_MIXER 1
  1921. | #define HAVE_LIBDL 1
  1922. | #define HAVE_LIBRESOLV 1
  1923. | #define HAVE_LIBJASPER 1
  1924. | #define HAVE_LIBTIFF 1
  1925. | #define HAVE_LIBRT 1
  1926. | #define HAVE_LIBSDL_IMAGE 1
  1927. | #define HAVE_LIBMICROHTTPD 1
  1928. | #define HAS_DVD_DRIVE 1
  1929. | #define HAVE_LIBPULSE 1
  1930. | #define HAS_HAL 1
  1931. | #define HAVE_LIBAVAHI_COMMON 1
  1932. | #define HAVE_LIBAVAHI_CLIENT 1
  1933. | #define HAVE_LIBXRANDR 1
  1934. | /* end confdefs.h. */
  1935. | #include <stdio.h>
  1936. | #ifdef HAVE_SYS_TYPES_H
  1937. | # include <sys/types.h>
  1938. | #endif
  1939. | #ifdef HAVE_SYS_STAT_H
  1940. | # include <sys/stat.h>
  1941. | #endif
  1942. | #ifdef STDC_HEADERS
  1943. | # include <stdlib.h>
  1944. | # include <stddef.h>
  1945. | #else
  1946. | # ifdef HAVE_STDLIB_H
  1947. | # include <stdlib.h>
  1948. | # endif
  1949. | #endif
  1950. | #ifdef HAVE_STRING_H
  1951. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1952. | # include <memory.h>
  1953. | # endif
  1954. | # include <string.h>
  1955. | #endif
  1956. | #ifdef HAVE_STRINGS_H
  1957. | # include <strings.h>
  1958. | #endif
  1959. | #ifdef HAVE_INTTYPES_H
  1960. | # include <inttypes.h>
  1961. | #endif
  1962. | #ifdef HAVE_STDINT_H
  1963. | # include <stdint.h>
  1964. | #endif
  1965. | #ifdef HAVE_UNISTD_H
  1966. | # include <unistd.h>
  1967. | #endif
  1968. | #include <librtmp/log.h>
  1969. configure:21881: result: no
  1970. configure:21881: checking librtmp/log.h presence
  1971. configure:21881: gcc -E conftest.c
  1972. conftest.c:129:25: error: librtmp/log.h: No such file or directory
  1973. configure:21881: $? = 1
  1974. configure: failed program was:
  1975. | /* confdefs.h */
  1976. | #define PACKAGE_NAME "xbmc"
  1977. | #define PACKAGE_TARNAME "xbmc"
  1978. | #define PACKAGE_VERSION "9.11"
  1979. | #define PACKAGE_STRING "xbmc 9.11"
  1980. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1981. | #define PACKAGE_URL ""
  1982. | #define PACKAGE "xbmc"
  1983. | #define VERSION "9.11"
  1984. | #define LIRC_DEVICE "/dev/lircd"
  1985. | #define STDC_HEADERS 1
  1986. | #define HAVE_SYS_TYPES_H 1
  1987. | #define HAVE_SYS_STAT_H 1
  1988. | #define HAVE_STDLIB_H 1
  1989. | #define HAVE_STRING_H 1
  1990. | #define HAVE_MEMORY_H 1
  1991. | #define HAVE_STRINGS_H 1
  1992. | #define HAVE_INTTYPES_H 1
  1993. | #define HAVE_STDINT_H 1
  1994. | #define HAVE_UNISTD_H 1
  1995. | #define HAVE_DLFCN_H 1
  1996. | #define LT_OBJDIR ".libs/"
  1997. | #define HAVE_ALLOCA_H 1
  1998. | #define HAVE_ALLOCA 1
  1999. | #define HAVE_UNISTD_H 1
  2000. | #define HAVE_CHOWN 1
  2001. | #define HAVE_DIRENT_H 1
  2002. | #define HAVE_FSEEKO 1
  2003. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2004. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2005. | #define TIME_WITH_SYS_TIME 1
  2006. | #define HAVE_SYS_TIME_H 1
  2007. | #define HAVE_UNISTD_H 1
  2008. | #define HAVE_STDLIB_H 1
  2009. | #define HAVE_SYS_PARAM_H 1
  2010. | #define HAVE_UTIME_H 1
  2011. | #define HAVE_ALARM 1
  2012. | #define HAVE_GETPAGESIZE 1
  2013. | #define HAVE_MMAP 1
  2014. | #define HAVE_SYS_SELECT_H 1
  2015. | #define HAVE_SYS_SOCKET_H 1
  2016. | #define SELECT_TYPE_ARG1 int
  2017. | #define SELECT_TYPE_ARG234 (fd_set *)
  2018. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2019. | #define RETSIGTYPE void
  2020. | #define HAVE_STRCOLL 1
  2021. | #define HAVE_STRFTIME 1
  2022. | #define HAVE_UTIME_NULL 1
  2023. | #define HAVE_VPRINTF 1
  2024. | #define HAVE_ATEXIT 1
  2025. | #define HAVE_DUP2 1
  2026. | #define HAVE_FDATASYNC 1
  2027. | #define HAVE_FTIME 1
  2028. | #define HAVE_FTRUNCATE 1
  2029. | #define HAVE_GETCWD 1
  2030. | #define HAVE_GETHOSTBYADDR 1
  2031. | #define HAVE_GETHOSTBYNAME 1
  2032. | #define HAVE_GETHOSTNAME 1
  2033. | #define HAVE_GETPAGESIZE 1
  2034. | #define HAVE_GETPASS 1
  2035. | #define HAVE_GETTIMEOFDAY 1
  2036. | #define HAVE_INET_NTOA 1
  2037. | #define HAVE_LCHOWN 1
  2038. | #define HAVE_LOCALECONV 1
  2039. | #define HAVE_MEMCHR 1
  2040. | #define HAVE_MEMMOVE 1
  2041. | #define HAVE_MEMSET 1
  2042. | #define HAVE_MKDIR 1
  2043. | #define HAVE_MODF 1
  2044. | #define HAVE_MUNMAP 1
  2045. | #define HAVE_RMDIR 1
  2046. | #define HAVE_SELECT 1
  2047. | #define HAVE_SETENV 1
  2048. | #define HAVE_SETLOCALE 1
  2049. | #define HAVE_SOCKET 1
  2050. | #define HAVE_STRCASECMP 1
  2051. | #define HAVE_STRCHR 1
  2052. | #define HAVE_STRCSPN 1
  2053. | #define HAVE_STRDUP 1
  2054. | #define HAVE_STRERROR 1
  2055. | #define HAVE_STRNCASECMP 1
  2056. | #define HAVE_STRPBRK 1
  2057. | #define HAVE_STRRCHR 1
  2058. | #define HAVE_STRSPN 1
  2059. | #define HAVE_STRSTR 1
  2060. | #define HAVE_STRTOL 1
  2061. | #define HAVE_STRTOUL 1
  2062. | #define HAVE_SYSINFO 1
  2063. | #define HAVE_TZSET 1
  2064. | #define HAVE_UTIME 1
  2065. | #define SIZEOF_INT 4
  2066. | #define SIZEOF_SIZE_T 4
  2067. | #define HAVE_LIBGL 1
  2068. | #define HAVE_LIBGLEW 1
  2069. | #define HAVE_LIBGLU 1
  2070. | #define HAVE_LIBASS 1
  2071. | #define HAVE_LIBBZ2 1
  2072. | #define HAVE_LIBJPEG 1
  2073. | #define HAVE_LIBPTHREAD 1
  2074. | #define HAVE_LIBLZO2 1
  2075. | #define HAVE_LIBZ 1
  2076. | #define HAVE_LIBSSL 1
  2077. | #define HAVE_LIBCRYPTO 1
  2078. | #define HAVE_LIBWAVPACK 1
  2079. | #define HAVE_LIBMPEG2 1
  2080. | #define HAVE_LIBMPEG2CONVERT 1
  2081. | #define HAVE_LIBSSH 1
  2082. | #define HAVE_LIBPCRE 1
  2083. | #define HAVE_LIBPCRECPP 1
  2084. | #define HAVE_LIBMODPLUG 1
  2085. | #define HAVE_LIBMYSQLCLIENT 1
  2086. | #define HAVE_LIBFAAD 1
  2087. | #define HAVE_LIBSMBCLIENT 1
  2088. | #define HAVE_LIBSDL_MIXER 1
  2089. | #define HAVE_LIBDL 1
  2090. | #define HAVE_LIBRESOLV 1
  2091. | #define HAVE_LIBJASPER 1
  2092. | #define HAVE_LIBTIFF 1
  2093. | #define HAVE_LIBRT 1
  2094. | #define HAVE_LIBSDL_IMAGE 1
  2095. | #define HAVE_LIBMICROHTTPD 1
  2096. | #define HAS_DVD_DRIVE 1
  2097. | #define HAVE_LIBPULSE 1
  2098. | #define HAS_HAL 1
  2099. | #define HAVE_LIBAVAHI_COMMON 1
  2100. | #define HAVE_LIBAVAHI_CLIENT 1
  2101. | #define HAVE_LIBXRANDR 1
  2102. | /* end confdefs.h. */
  2103. | #include <librtmp/log.h>
  2104. configure:21881: result: no
  2105. configure:21881: checking for librtmp/log.h
  2106. configure:21881: result: no
  2107. configure:21892: == Could not find libRTMP. RTMP support disabled. ==
  2108. configure:21881: checking librtmp/amf.h usability
  2109. configure:21881: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2110. conftest.c:162:25: error: librtmp/amf.h: No such file or directory
  2111. configure:21881: $? = 1
  2112. configure: failed program was:
  2113. | /* confdefs.h */
  2114. | #define PACKAGE_NAME "xbmc"
  2115. | #define PACKAGE_TARNAME "xbmc"
  2116. | #define PACKAGE_VERSION "9.11"
  2117. | #define PACKAGE_STRING "xbmc 9.11"
  2118. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2119. | #define PACKAGE_URL ""
  2120. | #define PACKAGE "xbmc"
  2121. | #define VERSION "9.11"
  2122. | #define LIRC_DEVICE "/dev/lircd"
  2123. | #define STDC_HEADERS 1
  2124. | #define HAVE_SYS_TYPES_H 1
  2125. | #define HAVE_SYS_STAT_H 1
  2126. | #define HAVE_STDLIB_H 1
  2127. | #define HAVE_STRING_H 1
  2128. | #define HAVE_MEMORY_H 1
  2129. | #define HAVE_STRINGS_H 1
  2130. | #define HAVE_INTTYPES_H 1
  2131. | #define HAVE_STDINT_H 1
  2132. | #define HAVE_UNISTD_H 1
  2133. | #define HAVE_DLFCN_H 1
  2134. | #define LT_OBJDIR ".libs/"
  2135. | #define HAVE_ALLOCA_H 1
  2136. | #define HAVE_ALLOCA 1
  2137. | #define HAVE_UNISTD_H 1
  2138. | #define HAVE_CHOWN 1
  2139. | #define HAVE_DIRENT_H 1
  2140. | #define HAVE_FSEEKO 1
  2141. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2142. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2143. | #define TIME_WITH_SYS_TIME 1
  2144. | #define HAVE_SYS_TIME_H 1
  2145. | #define HAVE_UNISTD_H 1
  2146. | #define HAVE_STDLIB_H 1
  2147. | #define HAVE_SYS_PARAM_H 1
  2148. | #define HAVE_UTIME_H 1
  2149. | #define HAVE_ALARM 1
  2150. | #define HAVE_GETPAGESIZE 1
  2151. | #define HAVE_MMAP 1
  2152. | #define HAVE_SYS_SELECT_H 1
  2153. | #define HAVE_SYS_SOCKET_H 1
  2154. | #define SELECT_TYPE_ARG1 int
  2155. | #define SELECT_TYPE_ARG234 (fd_set *)
  2156. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2157. | #define RETSIGTYPE void
  2158. | #define HAVE_STRCOLL 1
  2159. | #define HAVE_STRFTIME 1
  2160. | #define HAVE_UTIME_NULL 1
  2161. | #define HAVE_VPRINTF 1
  2162. | #define HAVE_ATEXIT 1
  2163. | #define HAVE_DUP2 1
  2164. | #define HAVE_FDATASYNC 1
  2165. | #define HAVE_FTIME 1
  2166. | #define HAVE_FTRUNCATE 1
  2167. | #define HAVE_GETCWD 1
  2168. | #define HAVE_GETHOSTBYADDR 1
  2169. | #define HAVE_GETHOSTBYNAME 1
  2170. | #define HAVE_GETHOSTNAME 1
  2171. | #define HAVE_GETPAGESIZE 1
  2172. | #define HAVE_GETPASS 1
  2173. | #define HAVE_GETTIMEOFDAY 1
  2174. | #define HAVE_INET_NTOA 1
  2175. | #define HAVE_LCHOWN 1
  2176. | #define HAVE_LOCALECONV 1
  2177. | #define HAVE_MEMCHR 1
  2178. | #define HAVE_MEMMOVE 1
  2179. | #define HAVE_MEMSET 1
  2180. | #define HAVE_MKDIR 1
  2181. | #define HAVE_MODF 1
  2182. | #define HAVE_MUNMAP 1
  2183. | #define HAVE_RMDIR 1
  2184. | #define HAVE_SELECT 1
  2185. | #define HAVE_SETENV 1
  2186. | #define HAVE_SETLOCALE 1
  2187. | #define HAVE_SOCKET 1
  2188. | #define HAVE_STRCASECMP 1
  2189. | #define HAVE_STRCHR 1
  2190. | #define HAVE_STRCSPN 1
  2191. | #define HAVE_STRDUP 1
  2192. | #define HAVE_STRERROR 1
  2193. | #define HAVE_STRNCASECMP 1
  2194. | #define HAVE_STRPBRK 1
  2195. | #define HAVE_STRRCHR 1
  2196. | #define HAVE_STRSPN 1
  2197. | #define HAVE_STRSTR 1
  2198. | #define HAVE_STRTOL 1
  2199. | #define HAVE_STRTOUL 1
  2200. | #define HAVE_SYSINFO 1
  2201. | #define HAVE_TZSET 1
  2202. | #define HAVE_UTIME 1
  2203. | #define SIZEOF_INT 4
  2204. | #define SIZEOF_SIZE_T 4
  2205. | #define HAVE_LIBGL 1
  2206. | #define HAVE_LIBGLEW 1
  2207. | #define HAVE_LIBGLU 1
  2208. | #define HAVE_LIBASS 1
  2209. | #define HAVE_LIBBZ2 1
  2210. | #define HAVE_LIBJPEG 1
  2211. | #define HAVE_LIBPTHREAD 1
  2212. | #define HAVE_LIBLZO2 1
  2213. | #define HAVE_LIBZ 1
  2214. | #define HAVE_LIBSSL 1
  2215. | #define HAVE_LIBCRYPTO 1
  2216. | #define HAVE_LIBWAVPACK 1
  2217. | #define HAVE_LIBMPEG2 1
  2218. | #define HAVE_LIBMPEG2CONVERT 1
  2219. | #define HAVE_LIBSSH 1
  2220. | #define HAVE_LIBPCRE 1
  2221. | #define HAVE_LIBPCRECPP 1
  2222. | #define HAVE_LIBMODPLUG 1
  2223. | #define HAVE_LIBMYSQLCLIENT 1
  2224. | #define HAVE_LIBFAAD 1
  2225. | #define HAVE_LIBSMBCLIENT 1
  2226. | #define HAVE_LIBSDL_MIXER 1
  2227. | #define HAVE_LIBDL 1
  2228. | #define HAVE_LIBRESOLV 1
  2229. | #define HAVE_LIBJASPER 1
  2230. | #define HAVE_LIBTIFF 1
  2231. | #define HAVE_LIBRT 1
  2232. | #define HAVE_LIBSDL_IMAGE 1
  2233. | #define HAVE_LIBMICROHTTPD 1
  2234. | #define HAS_DVD_DRIVE 1
  2235. | #define HAVE_LIBPULSE 1
  2236. | #define HAS_HAL 1
  2237. | #define HAVE_LIBAVAHI_COMMON 1
  2238. | #define HAVE_LIBAVAHI_CLIENT 1
  2239. | #define HAVE_LIBXRANDR 1
  2240. | /* end confdefs.h. */
  2241. | #include <stdio.h>
  2242. | #ifdef HAVE_SYS_TYPES_H
  2243. | # include <sys/types.h>
  2244. | #endif
  2245. | #ifdef HAVE_SYS_STAT_H
  2246. | # include <sys/stat.h>
  2247. | #endif
  2248. | #ifdef STDC_HEADERS
  2249. | # include <stdlib.h>
  2250. | # include <stddef.h>
  2251. | #else
  2252. | # ifdef HAVE_STDLIB_H
  2253. | # include <stdlib.h>
  2254. | # endif
  2255. | #endif
  2256. | #ifdef HAVE_STRING_H
  2257. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2258. | # include <memory.h>
  2259. | # endif
  2260. | # include <string.h>
  2261. | #endif
  2262. | #ifdef HAVE_STRINGS_H
  2263. | # include <strings.h>
  2264. | #endif
  2265. | #ifdef HAVE_INTTYPES_H
  2266. | # include <inttypes.h>
  2267. | #endif
  2268. | #ifdef HAVE_STDINT_H
  2269. | # include <stdint.h>
  2270. | #endif
  2271. | #ifdef HAVE_UNISTD_H
  2272. | # include <unistd.h>
  2273. | #endif
  2274. | #include <librtmp/amf.h>
  2275. configure:21881: result: no
  2276. configure:21881: checking librtmp/amf.h presence
  2277. configure:21881: gcc -E conftest.c
  2278. conftest.c:129:25: error: librtmp/amf.h: No such file or directory
  2279. configure:21881: $? = 1
  2280. configure: failed program was:
  2281. | /* confdefs.h */
  2282. | #define PACKAGE_NAME "xbmc"
  2283. | #define PACKAGE_TARNAME "xbmc"
  2284. | #define PACKAGE_VERSION "9.11"
  2285. | #define PACKAGE_STRING "xbmc 9.11"
  2286. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2287. | #define PACKAGE_URL ""
  2288. | #define PACKAGE "xbmc"
  2289. | #define VERSION "9.11"
  2290. | #define LIRC_DEVICE "/dev/lircd"
  2291. | #define STDC_HEADERS 1
  2292. | #define HAVE_SYS_TYPES_H 1
  2293. | #define HAVE_SYS_STAT_H 1
  2294. | #define HAVE_STDLIB_H 1
  2295. | #define HAVE_STRING_H 1
  2296. | #define HAVE_MEMORY_H 1
  2297. | #define HAVE_STRINGS_H 1
  2298. | #define HAVE_INTTYPES_H 1
  2299. | #define HAVE_STDINT_H 1
  2300. | #define HAVE_UNISTD_H 1
  2301. | #define HAVE_DLFCN_H 1
  2302. | #define LT_OBJDIR ".libs/"
  2303. | #define HAVE_ALLOCA_H 1
  2304. | #define HAVE_ALLOCA 1
  2305. | #define HAVE_UNISTD_H 1
  2306. | #define HAVE_CHOWN 1
  2307. | #define HAVE_DIRENT_H 1
  2308. | #define HAVE_FSEEKO 1
  2309. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2310. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2311. | #define TIME_WITH_SYS_TIME 1
  2312. | #define HAVE_SYS_TIME_H 1
  2313. | #define HAVE_UNISTD_H 1
  2314. | #define HAVE_STDLIB_H 1
  2315. | #define HAVE_SYS_PARAM_H 1
  2316. | #define HAVE_UTIME_H 1
  2317. | #define HAVE_ALARM 1
  2318. | #define HAVE_GETPAGESIZE 1
  2319. | #define HAVE_MMAP 1
  2320. | #define HAVE_SYS_SELECT_H 1
  2321. | #define HAVE_SYS_SOCKET_H 1
  2322. | #define SELECT_TYPE_ARG1 int
  2323. | #define SELECT_TYPE_ARG234 (fd_set *)
  2324. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2325. | #define RETSIGTYPE void
  2326. | #define HAVE_STRCOLL 1
  2327. | #define HAVE_STRFTIME 1
  2328. | #define HAVE_UTIME_NULL 1
  2329. | #define HAVE_VPRINTF 1
  2330. | #define HAVE_ATEXIT 1
  2331. | #define HAVE_DUP2 1
  2332. | #define HAVE_FDATASYNC 1
  2333. | #define HAVE_FTIME 1
  2334. | #define HAVE_FTRUNCATE 1
  2335. | #define HAVE_GETCWD 1
  2336. | #define HAVE_GETHOSTBYADDR 1
  2337. | #define HAVE_GETHOSTBYNAME 1
  2338. | #define HAVE_GETHOSTNAME 1
  2339. | #define HAVE_GETPAGESIZE 1
  2340. | #define HAVE_GETPASS 1
  2341. | #define HAVE_GETTIMEOFDAY 1
  2342. | #define HAVE_INET_NTOA 1
  2343. | #define HAVE_LCHOWN 1
  2344. | #define HAVE_LOCALECONV 1
  2345. | #define HAVE_MEMCHR 1
  2346. | #define HAVE_MEMMOVE 1
  2347. | #define HAVE_MEMSET 1
  2348. | #define HAVE_MKDIR 1
  2349. | #define HAVE_MODF 1
  2350. | #define HAVE_MUNMAP 1
  2351. | #define HAVE_RMDIR 1
  2352. | #define HAVE_SELECT 1
  2353. | #define HAVE_SETENV 1
  2354. | #define HAVE_SETLOCALE 1
  2355. | #define HAVE_SOCKET 1
  2356. | #define HAVE_STRCASECMP 1
  2357. | #define HAVE_STRCHR 1
  2358. | #define HAVE_STRCSPN 1
  2359. | #define HAVE_STRDUP 1
  2360. | #define HAVE_STRERROR 1
  2361. | #define HAVE_STRNCASECMP 1
  2362. | #define HAVE_STRPBRK 1
  2363. | #define HAVE_STRRCHR 1
  2364. | #define HAVE_STRSPN 1
  2365. | #define HAVE_STRSTR 1
  2366. | #define HAVE_STRTOL 1
  2367. | #define HAVE_STRTOUL 1
  2368. | #define HAVE_SYSINFO 1
  2369. | #define HAVE_TZSET 1
  2370. | #define HAVE_UTIME 1
  2371. | #define SIZEOF_INT 4
  2372. | #define SIZEOF_SIZE_T 4
  2373. | #define HAVE_LIBGL 1
  2374. | #define HAVE_LIBGLEW 1
  2375. | #define HAVE_LIBGLU 1
  2376. | #define HAVE_LIBASS 1
  2377. | #define HAVE_LIBBZ2 1
  2378. | #define HAVE_LIBJPEG 1
  2379. | #define HAVE_LIBPTHREAD 1
  2380. | #define HAVE_LIBLZO2 1
  2381. | #define HAVE_LIBZ 1
  2382. | #define HAVE_LIBSSL 1
  2383. | #define HAVE_LIBCRYPTO 1
  2384. | #define HAVE_LIBWAVPACK 1
  2385. | #define HAVE_LIBMPEG2 1
  2386. | #define HAVE_LIBMPEG2CONVERT 1
  2387. | #define HAVE_LIBSSH 1
  2388. | #define HAVE_LIBPCRE 1
  2389. | #define HAVE_LIBPCRECPP 1
  2390. | #define HAVE_LIBMODPLUG 1
  2391. | #define HAVE_LIBMYSQLCLIENT 1
  2392. | #define HAVE_LIBFAAD 1
  2393. | #define HAVE_LIBSMBCLIENT 1
  2394. | #define HAVE_LIBSDL_MIXER 1
  2395. | #define HAVE_LIBDL 1
  2396. | #define HAVE_LIBRESOLV 1
  2397. | #define HAVE_LIBJASPER 1
  2398. | #define HAVE_LIBTIFF 1
  2399. | #define HAVE_LIBRT 1
  2400. | #define HAVE_LIBSDL_IMAGE 1
  2401. | #define HAVE_LIBMICROHTTPD 1
  2402. | #define HAS_DVD_DRIVE 1
  2403. | #define HAVE_LIBPULSE 1
  2404. | #define HAS_HAL 1
  2405. | #define HAVE_LIBAVAHI_COMMON 1
  2406. | #define HAVE_LIBAVAHI_CLIENT 1
  2407. | #define HAVE_LIBXRANDR 1
  2408. | /* end confdefs.h. */
  2409. | #include <librtmp/amf.h>
  2410. configure:21881: result: no
  2411. configure:21881: checking for librtmp/amf.h
  2412. configure:21881: result: no
  2413. configure:21881: checking librtmp/rtmp.h usability
  2414. configure:21881: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2415. conftest.c:162:26: error: librtmp/rtmp.h: No such file or directory
  2416. configure:21881: $? = 1
  2417. configure: failed program was:
  2418. | /* confdefs.h */
  2419. | #define PACKAGE_NAME "xbmc"
  2420. | #define PACKAGE_TARNAME "xbmc"
  2421. | #define PACKAGE_VERSION "9.11"
  2422. | #define PACKAGE_STRING "xbmc 9.11"
  2423. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2424. | #define PACKAGE_URL ""
  2425. | #define PACKAGE "xbmc"
  2426. | #define VERSION "9.11"
  2427. | #define LIRC_DEVICE "/dev/lircd"
  2428. | #define STDC_HEADERS 1
  2429. | #define HAVE_SYS_TYPES_H 1
  2430. | #define HAVE_SYS_STAT_H 1
  2431. | #define HAVE_STDLIB_H 1
  2432. | #define HAVE_STRING_H 1
  2433. | #define HAVE_MEMORY_H 1
  2434. | #define HAVE_STRINGS_H 1
  2435. | #define HAVE_INTTYPES_H 1
  2436. | #define HAVE_STDINT_H 1
  2437. | #define HAVE_UNISTD_H 1
  2438. | #define HAVE_DLFCN_H 1
  2439. | #define LT_OBJDIR ".libs/"
  2440. | #define HAVE_ALLOCA_H 1
  2441. | #define HAVE_ALLOCA 1
  2442. | #define HAVE_UNISTD_H 1
  2443. | #define HAVE_CHOWN 1
  2444. | #define HAVE_DIRENT_H 1
  2445. | #define HAVE_FSEEKO 1
  2446. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2447. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2448. | #define TIME_WITH_SYS_TIME 1
  2449. | #define HAVE_SYS_TIME_H 1
  2450. | #define HAVE_UNISTD_H 1
  2451. | #define HAVE_STDLIB_H 1
  2452. | #define HAVE_SYS_PARAM_H 1
  2453. | #define HAVE_UTIME_H 1
  2454. | #define HAVE_ALARM 1
  2455. | #define HAVE_GETPAGESIZE 1
  2456. | #define HAVE_MMAP 1
  2457. | #define HAVE_SYS_SELECT_H 1
  2458. | #define HAVE_SYS_SOCKET_H 1
  2459. | #define SELECT_TYPE_ARG1 int
  2460. | #define SELECT_TYPE_ARG234 (fd_set *)
  2461. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2462. | #define RETSIGTYPE void
  2463. | #define HAVE_STRCOLL 1
  2464. | #define HAVE_STRFTIME 1
  2465. | #define HAVE_UTIME_NULL 1
  2466. | #define HAVE_VPRINTF 1
  2467. | #define HAVE_ATEXIT 1
  2468. | #define HAVE_DUP2 1
  2469. | #define HAVE_FDATASYNC 1
  2470. | #define HAVE_FTIME 1
  2471. | #define HAVE_FTRUNCATE 1
  2472. | #define HAVE_GETCWD 1
  2473. | #define HAVE_GETHOSTBYADDR 1
  2474. | #define HAVE_GETHOSTBYNAME 1
  2475. | #define HAVE_GETHOSTNAME 1
  2476. | #define HAVE_GETPAGESIZE 1
  2477. | #define HAVE_GETPASS 1
  2478. | #define HAVE_GETTIMEOFDAY 1
  2479. | #define HAVE_INET_NTOA 1
  2480. | #define HAVE_LCHOWN 1
  2481. | #define HAVE_LOCALECONV 1
  2482. | #define HAVE_MEMCHR 1
  2483. | #define HAVE_MEMMOVE 1
  2484. | #define HAVE_MEMSET 1
  2485. | #define HAVE_MKDIR 1
  2486. | #define HAVE_MODF 1
  2487. | #define HAVE_MUNMAP 1
  2488. | #define HAVE_RMDIR 1
  2489. | #define HAVE_SELECT 1
  2490. | #define HAVE_SETENV 1
  2491. | #define HAVE_SETLOCALE 1
  2492. | #define HAVE_SOCKET 1
  2493. | #define HAVE_STRCASECMP 1
  2494. | #define HAVE_STRCHR 1
  2495. | #define HAVE_STRCSPN 1
  2496. | #define HAVE_STRDUP 1
  2497. | #define HAVE_STRERROR 1
  2498. | #define HAVE_STRNCASECMP 1
  2499. | #define HAVE_STRPBRK 1
  2500. | #define HAVE_STRRCHR 1
  2501. | #define HAVE_STRSPN 1
  2502. | #define HAVE_STRSTR 1
  2503. | #define HAVE_STRTOL 1
  2504. | #define HAVE_STRTOUL 1
  2505. | #define HAVE_SYSINFO 1
  2506. | #define HAVE_TZSET 1
  2507. | #define HAVE_UTIME 1
  2508. | #define SIZEOF_INT 4
  2509. | #define SIZEOF_SIZE_T 4
  2510. | #define HAVE_LIBGL 1
  2511. | #define HAVE_LIBGLEW 1
  2512. | #define HAVE_LIBGLU 1
  2513. | #define HAVE_LIBASS 1
  2514. | #define HAVE_LIBBZ2 1
  2515. | #define HAVE_LIBJPEG 1
  2516. | #define HAVE_LIBPTHREAD 1
  2517. | #define HAVE_LIBLZO2 1
  2518. | #define HAVE_LIBZ 1
  2519. | #define HAVE_LIBSSL 1
  2520. | #define HAVE_LIBCRYPTO 1
  2521. | #define HAVE_LIBWAVPACK 1
  2522. | #define HAVE_LIBMPEG2 1
  2523. | #define HAVE_LIBMPEG2CONVERT 1
  2524. | #define HAVE_LIBSSH 1
  2525. | #define HAVE_LIBPCRE 1
  2526. | #define HAVE_LIBPCRECPP 1
  2527. | #define HAVE_LIBMODPLUG 1
  2528. | #define HAVE_LIBMYSQLCLIENT 1
  2529. | #define HAVE_LIBFAAD 1
  2530. | #define HAVE_LIBSMBCLIENT 1
  2531. | #define HAVE_LIBSDL_MIXER 1
  2532. | #define HAVE_LIBDL 1
  2533. | #define HAVE_LIBRESOLV 1
  2534. | #define HAVE_LIBJASPER 1
  2535. | #define HAVE_LIBTIFF 1
  2536. | #define HAVE_LIBRT 1
  2537. | #define HAVE_LIBSDL_IMAGE 1
  2538. | #define HAVE_LIBMICROHTTPD 1
  2539. | #define HAS_DVD_DRIVE 1
  2540. | #define HAVE_LIBPULSE 1
  2541. | #define HAS_HAL 1
  2542. | #define HAVE_LIBAVAHI_COMMON 1
  2543. | #define HAVE_LIBAVAHI_CLIENT 1
  2544. | #define HAVE_LIBXRANDR 1
  2545. | /* end confdefs.h. */
  2546. | #include <stdio.h>
  2547. | #ifdef HAVE_SYS_TYPES_H
  2548. | # include <sys/types.h>
  2549. | #endif
  2550. | #ifdef HAVE_SYS_STAT_H
  2551. | # include <sys/stat.h>
  2552. | #endif
  2553. | #ifdef STDC_HEADERS
  2554. | # include <stdlib.h>
  2555. | # include <stddef.h>
  2556. | #else
  2557. | # ifdef HAVE_STDLIB_H
  2558. | # include <stdlib.h>
  2559. | # endif
  2560. | #endif
  2561. | #ifdef HAVE_STRING_H
  2562. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2563. | # include <memory.h>
  2564. | # endif
  2565. | # include <string.h>
  2566. | #endif
  2567. | #ifdef HAVE_STRINGS_H
  2568. | # include <strings.h>
  2569. | #endif
  2570. | #ifdef HAVE_INTTYPES_H
  2571. | # include <inttypes.h>
  2572. | #endif
  2573. | #ifdef HAVE_STDINT_H
  2574. | # include <stdint.h>
  2575. | #endif
  2576. | #ifdef HAVE_UNISTD_H
  2577. | # include <unistd.h>
  2578. | #endif
  2579. | #include <librtmp/rtmp.h>
  2580. configure:21881: result: no
  2581. configure:21881: checking librtmp/rtmp.h presence
  2582. configure:21881: gcc -E conftest.c
  2583. conftest.c:129:26: error: librtmp/rtmp.h: No such file or directory
  2584. configure:21881: $? = 1
  2585. configure: failed program was:
  2586. | /* confdefs.h */
  2587. | #define PACKAGE_NAME "xbmc"
  2588. | #define PACKAGE_TARNAME "xbmc"
  2589. | #define PACKAGE_VERSION "9.11"
  2590. | #define PACKAGE_STRING "xbmc 9.11"
  2591. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2592. | #define PACKAGE_URL ""
  2593. | #define PACKAGE "xbmc"
  2594. | #define VERSION "9.11"
  2595. | #define LIRC_DEVICE "/dev/lircd"
  2596. | #define STDC_HEADERS 1
  2597. | #define HAVE_SYS_TYPES_H 1
  2598. | #define HAVE_SYS_STAT_H 1
  2599. | #define HAVE_STDLIB_H 1
  2600. | #define HAVE_STRING_H 1
  2601. | #define HAVE_MEMORY_H 1
  2602. | #define HAVE_STRINGS_H 1
  2603. | #define HAVE_INTTYPES_H 1
  2604. | #define HAVE_STDINT_H 1
  2605. | #define HAVE_UNISTD_H 1
  2606. | #define HAVE_DLFCN_H 1
  2607. | #define LT_OBJDIR ".libs/"
  2608. | #define HAVE_ALLOCA_H 1
  2609. | #define HAVE_ALLOCA 1
  2610. | #define HAVE_UNISTD_H 1
  2611. | #define HAVE_CHOWN 1
  2612. | #define HAVE_DIRENT_H 1
  2613. | #define HAVE_FSEEKO 1
  2614. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2615. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2616. | #define TIME_WITH_SYS_TIME 1
  2617. | #define HAVE_SYS_TIME_H 1
  2618. | #define HAVE_UNISTD_H 1
  2619. | #define HAVE_STDLIB_H 1
  2620. | #define HAVE_SYS_PARAM_H 1
  2621. | #define HAVE_UTIME_H 1
  2622. | #define HAVE_ALARM 1
  2623. | #define HAVE_GETPAGESIZE 1
  2624. | #define HAVE_MMAP 1
  2625. | #define HAVE_SYS_SELECT_H 1
  2626. | #define HAVE_SYS_SOCKET_H 1
  2627. | #define SELECT_TYPE_ARG1 int
  2628. | #define SELECT_TYPE_ARG234 (fd_set *)
  2629. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2630. | #define RETSIGTYPE void
  2631. | #define HAVE_STRCOLL 1
  2632. | #define HAVE_STRFTIME 1
  2633. | #define HAVE_UTIME_NULL 1
  2634. | #define HAVE_VPRINTF 1
  2635. | #define HAVE_ATEXIT 1
  2636. | #define HAVE_DUP2 1
  2637. | #define HAVE_FDATASYNC 1
  2638. | #define HAVE_FTIME 1
  2639. | #define HAVE_FTRUNCATE 1
  2640. | #define HAVE_GETCWD 1
  2641. | #define HAVE_GETHOSTBYADDR 1
  2642. | #define HAVE_GETHOSTBYNAME 1
  2643. | #define HAVE_GETHOSTNAME 1
  2644. | #define HAVE_GETPAGESIZE 1
  2645. | #define HAVE_GETPASS 1
  2646. | #define HAVE_GETTIMEOFDAY 1
  2647. | #define HAVE_INET_NTOA 1
  2648. | #define HAVE_LCHOWN 1
  2649. | #define HAVE_LOCALECONV 1
  2650. | #define HAVE_MEMCHR 1
  2651. | #define HAVE_MEMMOVE 1
  2652. | #define HAVE_MEMSET 1
  2653. | #define HAVE_MKDIR 1
  2654. | #define HAVE_MODF 1
  2655. | #define HAVE_MUNMAP 1
  2656. | #define HAVE_RMDIR 1
  2657. | #define HAVE_SELECT 1
  2658. | #define HAVE_SETENV 1
  2659. | #define HAVE_SETLOCALE 1
  2660. | #define HAVE_SOCKET 1
  2661. | #define HAVE_STRCASECMP 1
  2662. | #define HAVE_STRCHR 1
  2663. | #define HAVE_STRCSPN 1
  2664. | #define HAVE_STRDUP 1
  2665. | #define HAVE_STRERROR 1
  2666. | #define HAVE_STRNCASECMP 1
  2667. | #define HAVE_STRPBRK 1
  2668. | #define HAVE_STRRCHR 1
  2669. | #define HAVE_STRSPN 1
  2670. | #define HAVE_STRSTR 1
  2671. | #define HAVE_STRTOL 1
  2672. | #define HAVE_STRTOUL 1
  2673. | #define HAVE_SYSINFO 1
  2674. | #define HAVE_TZSET 1
  2675. | #define HAVE_UTIME 1
  2676. | #define SIZEOF_INT 4
  2677. | #define SIZEOF_SIZE_T 4
  2678. | #define HAVE_LIBGL 1
  2679. | #define HAVE_LIBGLEW 1
  2680. | #define HAVE_LIBGLU 1
  2681. | #define HAVE_LIBASS 1
  2682. | #define HAVE_LIBBZ2 1
  2683. | #define HAVE_LIBJPEG 1
  2684. | #define HAVE_LIBPTHREAD 1
  2685. | #define HAVE_LIBLZO2 1
  2686. | #define HAVE_LIBZ 1
  2687. | #define HAVE_LIBSSL 1
  2688. | #define HAVE_LIBCRYPTO 1
  2689. | #define HAVE_LIBWAVPACK 1
  2690. | #define HAVE_LIBMPEG2 1
  2691. | #define HAVE_LIBMPEG2CONVERT 1
  2692. | #define HAVE_LIBSSH 1
  2693. | #define HAVE_LIBPCRE 1
  2694. | #define HAVE_LIBPCRECPP 1
  2695. | #define HAVE_LIBMODPLUG 1
  2696. | #define HAVE_LIBMYSQLCLIENT 1
  2697. | #define HAVE_LIBFAAD 1
  2698. | #define HAVE_LIBSMBCLIENT 1
  2699. | #define HAVE_LIBSDL_MIXER 1
  2700. | #define HAVE_LIBDL 1
  2701. | #define HAVE_LIBRESOLV 1
  2702. | #define HAVE_LIBJASPER 1
  2703. | #define HAVE_LIBTIFF 1
  2704. | #define HAVE_LIBRT 1
  2705. | #define HAVE_LIBSDL_IMAGE 1
  2706. | #define HAVE_LIBMICROHTTPD 1
  2707. | #define HAS_DVD_DRIVE 1
  2708. | #define HAVE_LIBPULSE 1
  2709. | #define HAS_HAL 1
  2710. | #define HAVE_LIBAVAHI_COMMON 1
  2711. | #define HAVE_LIBAVAHI_CLIENT 1
  2712. | #define HAVE_LIBXRANDR 1
  2713. | /* end confdefs.h. */
  2714. | #include <librtmp/rtmp.h>
  2715. configure:21881: result: no
  2716. configure:21881: checking for librtmp/rtmp.h
  2717. configure:21881: result: no
  2718. configure:22217: == Use of external ffmpeg disabled. ==
  2719. configure:22278: == Use of external liba52 disabled. ==
  2720. configure:22336: == Use of external libdts disabled. ==
  2721. configure:22472: == Use of external python disabled. ==
  2722. configure:22488: checking vdpau/vdpau.h usability
  2723. configure:22488: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2724. conftest.c:163:25: error: vdpau/vdpau.h: No such file or directory
  2725. configure:22488: $? = 1
  2726. configure: failed program was:
  2727. | /* confdefs.h */
  2728. | #define PACKAGE_NAME "xbmc"
  2729. | #define PACKAGE_TARNAME "xbmc"
  2730. | #define PACKAGE_VERSION "9.11"
  2731. | #define PACKAGE_STRING "xbmc 9.11"
  2732. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2733. | #define PACKAGE_URL ""
  2734. | #define PACKAGE "xbmc"
  2735. | #define VERSION "9.11"
  2736. | #define LIRC_DEVICE "/dev/lircd"
  2737. | #define STDC_HEADERS 1
  2738. | #define HAVE_SYS_TYPES_H 1
  2739. | #define HAVE_SYS_STAT_H 1
  2740. | #define HAVE_STDLIB_H 1
  2741. | #define HAVE_STRING_H 1
  2742. | #define HAVE_MEMORY_H 1
  2743. | #define HAVE_STRINGS_H 1
  2744. | #define HAVE_INTTYPES_H 1
  2745. | #define HAVE_STDINT_H 1
  2746. | #define HAVE_UNISTD_H 1
  2747. | #define HAVE_DLFCN_H 1
  2748. | #define LT_OBJDIR ".libs/"
  2749. | #define HAVE_ALLOCA_H 1
  2750. | #define HAVE_ALLOCA 1
  2751. | #define HAVE_UNISTD_H 1
  2752. | #define HAVE_CHOWN 1
  2753. | #define HAVE_DIRENT_H 1
  2754. | #define HAVE_FSEEKO 1
  2755. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2756. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2757. | #define TIME_WITH_SYS_TIME 1
  2758. | #define HAVE_SYS_TIME_H 1
  2759. | #define HAVE_UNISTD_H 1
  2760. | #define HAVE_STDLIB_H 1
  2761. | #define HAVE_SYS_PARAM_H 1
  2762. | #define HAVE_UTIME_H 1
  2763. | #define HAVE_ALARM 1
  2764. | #define HAVE_GETPAGESIZE 1
  2765. | #define HAVE_MMAP 1
  2766. | #define HAVE_SYS_SELECT_H 1
  2767. | #define HAVE_SYS_SOCKET_H 1
  2768. | #define SELECT_TYPE_ARG1 int
  2769. | #define SELECT_TYPE_ARG234 (fd_set *)
  2770. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2771. | #define RETSIGTYPE void
  2772. | #define HAVE_STRCOLL 1
  2773. | #define HAVE_STRFTIME 1
  2774. | #define HAVE_UTIME_NULL 1
  2775. | #define HAVE_VPRINTF 1
  2776. | #define HAVE_ATEXIT 1
  2777. | #define HAVE_DUP2 1
  2778. | #define HAVE_FDATASYNC 1
  2779. | #define HAVE_FTIME 1
  2780. | #define HAVE_FTRUNCATE 1
  2781. | #define HAVE_GETCWD 1
  2782. | #define HAVE_GETHOSTBYADDR 1
  2783. | #define HAVE_GETHOSTBYNAME 1
  2784. | #define HAVE_GETHOSTNAME 1
  2785. | #define HAVE_GETPAGESIZE 1
  2786. | #define HAVE_GETPASS 1
  2787. | #define HAVE_GETTIMEOFDAY 1
  2788. | #define HAVE_INET_NTOA 1
  2789. | #define HAVE_LCHOWN 1
  2790. | #define HAVE_LOCALECONV 1
  2791. | #define HAVE_MEMCHR 1
  2792. | #define HAVE_MEMMOVE 1
  2793. | #define HAVE_MEMSET 1
  2794. | #define HAVE_MKDIR 1
  2795. | #define HAVE_MODF 1
  2796. | #define HAVE_MUNMAP 1
  2797. | #define HAVE_RMDIR 1
  2798. | #define HAVE_SELECT 1
  2799. | #define HAVE_SETENV 1
  2800. | #define HAVE_SETLOCALE 1
  2801. | #define HAVE_SOCKET 1
  2802. | #define HAVE_STRCASECMP 1
  2803. | #define HAVE_STRCHR 1
  2804. | #define HAVE_STRCSPN 1
  2805. | #define HAVE_STRDUP 1
  2806. | #define HAVE_STRERROR 1
  2807. | #define HAVE_STRNCASECMP 1
  2808. | #define HAVE_STRPBRK 1
  2809. | #define HAVE_STRRCHR 1
  2810. | #define HAVE_STRSPN 1
  2811. | #define HAVE_STRSTR 1
  2812. | #define HAVE_STRTOL 1
  2813. | #define HAVE_STRTOUL 1
  2814. | #define HAVE_SYSINFO 1
  2815. | #define HAVE_TZSET 1
  2816. | #define HAVE_UTIME 1
  2817. | #define SIZEOF_INT 4
  2818. | #define SIZEOF_SIZE_T 4
  2819. | #define HAVE_LIBGL 1
  2820. | #define HAVE_LIBGLEW 1
  2821. | #define HAVE_LIBGLU 1
  2822. | #define HAVE_LIBASS 1
  2823. | #define HAVE_LIBBZ2 1
  2824. | #define HAVE_LIBJPEG 1
  2825. | #define HAVE_LIBPTHREAD 1
  2826. | #define HAVE_LIBLZO2 1
  2827. | #define HAVE_LIBZ 1
  2828. | #define HAVE_LIBSSL 1
  2829. | #define HAVE_LIBCRYPTO 1
  2830. | #define HAVE_LIBWAVPACK 1
  2831. | #define HAVE_LIBMPEG2 1
  2832. | #define HAVE_LIBMPEG2CONVERT 1
  2833. | #define HAVE_LIBSSH 1
  2834. | #define HAVE_LIBPCRE 1
  2835. | #define HAVE_LIBPCRECPP 1
  2836. | #define HAVE_LIBMODPLUG 1
  2837. | #define HAVE_LIBMYSQLCLIENT 1
  2838. | #define HAVE_LIBFAAD 1
  2839. | #define HAVE_LIBSMBCLIENT 1
  2840. | #define HAVE_LIBSDL_MIXER 1
  2841. | #define HAVE_LIBDL 1
  2842. | #define HAVE_LIBRESOLV 1
  2843. | #define HAVE_LIBJASPER 1
  2844. | #define HAVE_LIBTIFF 1
  2845. | #define HAVE_LIBRT 1
  2846. | #define HAVE_LIBSDL_IMAGE 1
  2847. | #define HAVE_LIBMICROHTTPD 1
  2848. | #define HAS_DVD_DRIVE 1
  2849. | #define HAVE_LIBPULSE 1
  2850. | #define HAS_HAL 1
  2851. | #define HAVE_LIBAVAHI_COMMON 1
  2852. | #define HAVE_LIBAVAHI_CLIENT 1
  2853. | #define HAVE_LIBXRANDR 1
  2854. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  2855. | /* end confdefs.h. */
  2856. | #include <stdio.h>
  2857. | #ifdef HAVE_SYS_TYPES_H
  2858. | # include <sys/types.h>
  2859. | #endif
  2860. | #ifdef HAVE_SYS_STAT_H
  2861. | # include <sys/stat.h>
  2862. | #endif
  2863. | #ifdef STDC_HEADERS
  2864. | # include <stdlib.h>
  2865. | # include <stddef.h>
  2866. | #else
  2867. | # ifdef HAVE_STDLIB_H
  2868. | # include <stdlib.h>
  2869. | # endif
  2870. | #endif
  2871. | #ifdef HAVE_STRING_H
  2872. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2873. | # include <memory.h>
  2874. | # endif
  2875. | # include <string.h>
  2876. | #endif
  2877. | #ifdef HAVE_STRINGS_H
  2878. | # include <strings.h>
  2879. | #endif
  2880. | #ifdef HAVE_INTTYPES_H
  2881. | # include <inttypes.h>
  2882. | #endif
  2883. | #ifdef HAVE_STDINT_H
  2884. | # include <stdint.h>
  2885. | #endif
  2886. | #ifdef HAVE_UNISTD_H
  2887. | # include <unistd.h>
  2888. | #endif
  2889. | #include <vdpau/vdpau.h>
  2890. configure:22488: result: no
  2891. configure:22488: checking vdpau/vdpau.h presence
  2892. configure:22488: gcc -E conftest.c
  2893. conftest.c:130:25: error: vdpau/vdpau.h: No such file or directory
  2894. configure:22488: $? = 1
  2895. configure: failed program was:
  2896. | /* confdefs.h */
  2897. | #define PACKAGE_NAME "xbmc"
  2898. | #define PACKAGE_TARNAME "xbmc"
  2899. | #define PACKAGE_VERSION "9.11"
  2900. | #define PACKAGE_STRING "xbmc 9.11"
  2901. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2902. | #define PACKAGE_URL ""
  2903. | #define PACKAGE "xbmc"
  2904. | #define VERSION "9.11"
  2905. | #define LIRC_DEVICE "/dev/lircd"
  2906. | #define STDC_HEADERS 1
  2907. | #define HAVE_SYS_TYPES_H 1
  2908. | #define HAVE_SYS_STAT_H 1
  2909. | #define HAVE_STDLIB_H 1
  2910. | #define HAVE_STRING_H 1
  2911. | #define HAVE_MEMORY_H 1
  2912. | #define HAVE_STRINGS_H 1
  2913. | #define HAVE_INTTYPES_H 1
  2914. | #define HAVE_STDINT_H 1
  2915. | #define HAVE_UNISTD_H 1
  2916. | #define HAVE_DLFCN_H 1
  2917. | #define LT_OBJDIR ".libs/"
  2918. | #define HAVE_ALLOCA_H 1
  2919. | #define HAVE_ALLOCA 1
  2920. | #define HAVE_UNISTD_H 1
  2921. | #define HAVE_CHOWN 1
  2922. | #define HAVE_DIRENT_H 1
  2923. | #define HAVE_FSEEKO 1
  2924. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2925. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2926. | #define TIME_WITH_SYS_TIME 1
  2927. | #define HAVE_SYS_TIME_H 1
  2928. | #define HAVE_UNISTD_H 1
  2929. | #define HAVE_STDLIB_H 1
  2930. | #define HAVE_SYS_PARAM_H 1
  2931. | #define HAVE_UTIME_H 1
  2932. | #define HAVE_ALARM 1
  2933. | #define HAVE_GETPAGESIZE 1
  2934. | #define HAVE_MMAP 1
  2935. | #define HAVE_SYS_SELECT_H 1
  2936. | #define HAVE_SYS_SOCKET_H 1
  2937. | #define SELECT_TYPE_ARG1 int
  2938. | #define SELECT_TYPE_ARG234 (fd_set *)
  2939. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2940. | #define RETSIGTYPE void
  2941. | #define HAVE_STRCOLL 1
  2942. | #define HAVE_STRFTIME 1
  2943. | #define HAVE_UTIME_NULL 1
  2944. | #define HAVE_VPRINTF 1
  2945. | #define HAVE_ATEXIT 1
  2946. | #define HAVE_DUP2 1
  2947. | #define HAVE_FDATASYNC 1
  2948. | #define HAVE_FTIME 1
  2949. | #define HAVE_FTRUNCATE 1
  2950. | #define HAVE_GETCWD 1
  2951. | #define HAVE_GETHOSTBYADDR 1
  2952. | #define HAVE_GETHOSTBYNAME 1
  2953. | #define HAVE_GETHOSTNAME 1
  2954. | #define HAVE_GETPAGESIZE 1
  2955. | #define HAVE_GETPASS 1
  2956. | #define HAVE_GETTIMEOFDAY 1
  2957. | #define HAVE_INET_NTOA 1
  2958. | #define HAVE_LCHOWN 1
  2959. | #define HAVE_LOCALECONV 1
  2960. | #define HAVE_MEMCHR 1
  2961. | #define HAVE_MEMMOVE 1
  2962. | #define HAVE_MEMSET 1
  2963. | #define HAVE_MKDIR 1
  2964. | #define HAVE_MODF 1
  2965. | #define HAVE_MUNMAP 1
  2966. | #define HAVE_RMDIR 1
  2967. | #define HAVE_SELECT 1
  2968. | #define HAVE_SETENV 1
  2969. | #define HAVE_SETLOCALE 1
  2970. | #define HAVE_SOCKET 1
  2971. | #define HAVE_STRCASECMP 1
  2972. | #define HAVE_STRCHR 1
  2973. | #define HAVE_STRCSPN 1
  2974. | #define HAVE_STRDUP 1
  2975. | #define HAVE_STRERROR 1
  2976. | #define HAVE_STRNCASECMP 1
  2977. | #define HAVE_STRPBRK 1
  2978. | #define HAVE_STRRCHR 1
  2979. | #define HAVE_STRSPN 1
  2980. | #define HAVE_STRSTR 1
  2981. | #define HAVE_STRTOL 1
  2982. | #define HAVE_STRTOUL 1
  2983. | #define HAVE_SYSINFO 1
  2984. | #define HAVE_TZSET 1
  2985. | #define HAVE_UTIME 1
  2986. | #define SIZEOF_INT 4
  2987. | #define SIZEOF_SIZE_T 4
  2988. | #define HAVE_LIBGL 1
  2989. | #define HAVE_LIBGLEW 1
  2990. | #define HAVE_LIBGLU 1
  2991. | #define HAVE_LIBASS 1
  2992. | #define HAVE_LIBBZ2 1
  2993. | #define HAVE_LIBJPEG 1
  2994. | #define HAVE_LIBPTHREAD 1
  2995. | #define HAVE_LIBLZO2 1
  2996. | #define HAVE_LIBZ 1
  2997. | #define HAVE_LIBSSL 1
  2998. | #define HAVE_LIBCRYPTO 1
  2999. | #define HAVE_LIBWAVPACK 1
  3000. | #define HAVE_LIBMPEG2 1
  3001. | #define HAVE_LIBMPEG2CONVERT 1
  3002. | #define HAVE_LIBSSH 1
  3003. | #define HAVE_LIBPCRE 1
  3004. | #define HAVE_LIBPCRECPP 1
  3005. | #define HAVE_LIBMODPLUG 1
  3006. | #define HAVE_LIBMYSQLCLIENT 1
  3007. | #define HAVE_LIBFAAD 1
  3008. | #define HAVE_LIBSMBCLIENT 1
  3009. | #define HAVE_LIBSDL_MIXER 1
  3010. | #define HAVE_LIBDL 1
  3011. | #define HAVE_LIBRESOLV 1
  3012. | #define HAVE_LIBJASPER 1
  3013. | #define HAVE_LIBTIFF 1
  3014. | #define HAVE_LIBRT 1
  3015. | #define HAVE_LIBSDL_IMAGE 1
  3016. | #define HAVE_LIBMICROHTTPD 1
  3017. | #define HAS_DVD_DRIVE 1
  3018. | #define HAVE_LIBPULSE 1
  3019. | #define HAS_HAL 1
  3020. | #define HAVE_LIBAVAHI_COMMON 1
  3021. | #define HAVE_LIBAVAHI_CLIENT 1
  3022. | #define HAVE_LIBXRANDR 1
  3023. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3024. | /* end confdefs.h. */
  3025. | #include <vdpau/vdpau.h>
  3026. configure:22488: result: no
  3027. configure:22488: checking for vdpau/vdpau.h
  3028. configure:22488: result: no
  3029. configure:22498: result: == Could not find libvdpau. VDPAU support disabled. ==
  3030. configure:22522: checking for main in -lva
  3031. configure:22541: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lva -lXrandr -lavahi-client -lavahi-common -lpulse -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL -L/lib -lhal -ldbus-1 -lpthread -lrt -L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt >&5
  3032. /usr/bin/ld: cannot find -lva
  3033. collect2: ld returned 1 exit status
  3034. configure:22541: $? = 1
  3035. configure: failed program was:
  3036. | /* confdefs.h */
  3037. | #define PACKAGE_NAME "xbmc"
  3038. | #define PACKAGE_TARNAME "xbmc"
  3039. | #define PACKAGE_VERSION "9.11"
  3040. | #define PACKAGE_STRING "xbmc 9.11"
  3041. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3042. | #define PACKAGE_URL ""
  3043. | #define PACKAGE "xbmc"
  3044. | #define VERSION "9.11"
  3045. | #define LIRC_DEVICE "/dev/lircd"
  3046. | #define STDC_HEADERS 1
  3047. | #define HAVE_SYS_TYPES_H 1
  3048. | #define HAVE_SYS_STAT_H 1
  3049. | #define HAVE_STDLIB_H 1
  3050. | #define HAVE_STRING_H 1
  3051. | #define HAVE_MEMORY_H 1
  3052. | #define HAVE_STRINGS_H 1
  3053. | #define HAVE_INTTYPES_H 1
  3054. | #define HAVE_STDINT_H 1
  3055. | #define HAVE_UNISTD_H 1
  3056. | #define HAVE_DLFCN_H 1
  3057. | #define LT_OBJDIR ".libs/"
  3058. | #define HAVE_ALLOCA_H 1
  3059. | #define HAVE_ALLOCA 1
  3060. | #define HAVE_UNISTD_H 1
  3061. | #define HAVE_CHOWN 1
  3062. | #define HAVE_DIRENT_H 1
  3063. | #define HAVE_FSEEKO 1
  3064. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3065. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3066. | #define TIME_WITH_SYS_TIME 1
  3067. | #define HAVE_SYS_TIME_H 1
  3068. | #define HAVE_UNISTD_H 1
  3069. | #define HAVE_STDLIB_H 1
  3070. | #define HAVE_SYS_PARAM_H 1
  3071. | #define HAVE_UTIME_H 1
  3072. | #define HAVE_ALARM 1
  3073. | #define HAVE_GETPAGESIZE 1
  3074. | #define HAVE_MMAP 1
  3075. | #define HAVE_SYS_SELECT_H 1
  3076. | #define HAVE_SYS_SOCKET_H 1
  3077. | #define SELECT_TYPE_ARG1 int
  3078. | #define SELECT_TYPE_ARG234 (fd_set *)
  3079. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3080. | #define RETSIGTYPE void
  3081. | #define HAVE_STRCOLL 1
  3082. | #define HAVE_STRFTIME 1
  3083. | #define HAVE_UTIME_NULL 1
  3084. | #define HAVE_VPRINTF 1
  3085. | #define HAVE_ATEXIT 1
  3086. | #define HAVE_DUP2 1
  3087. | #define HAVE_FDATASYNC 1
  3088. | #define HAVE_FTIME 1
  3089. | #define HAVE_FTRUNCATE 1
  3090. | #define HAVE_GETCWD 1
  3091. | #define HAVE_GETHOSTBYADDR 1
  3092. | #define HAVE_GETHOSTBYNAME 1
  3093. | #define HAVE_GETHOSTNAME 1
  3094. | #define HAVE_GETPAGESIZE 1
  3095. | #define HAVE_GETPASS 1
  3096. | #define HAVE_GETTIMEOFDAY 1
  3097. | #define HAVE_INET_NTOA 1
  3098. | #define HAVE_LCHOWN 1
  3099. | #define HAVE_LOCALECONV 1
  3100. | #define HAVE_MEMCHR 1
  3101. | #define HAVE_MEMMOVE 1
  3102. | #define HAVE_MEMSET 1
  3103. | #define HAVE_MKDIR 1
  3104. | #define HAVE_MODF 1
  3105. | #define HAVE_MUNMAP 1
  3106. | #define HAVE_RMDIR 1
  3107. | #define HAVE_SELECT 1
  3108. | #define HAVE_SETENV 1
  3109. | #define HAVE_SETLOCALE 1
  3110. | #define HAVE_SOCKET 1
  3111. | #define HAVE_STRCASECMP 1
  3112. | #define HAVE_STRCHR 1
  3113. | #define HAVE_STRCSPN 1
  3114. | #define HAVE_STRDUP 1
  3115. | #define HAVE_STRERROR 1
  3116. | #define HAVE_STRNCASECMP 1
  3117. | #define HAVE_STRPBRK 1
  3118. | #define HAVE_STRRCHR 1
  3119. | #define HAVE_STRSPN 1
  3120. | #define HAVE_STRSTR 1
  3121. | #define HAVE_STRTOL 1
  3122. | #define HAVE_STRTOUL 1
  3123. | #define HAVE_SYSINFO 1
  3124. | #define HAVE_TZSET 1
  3125. | #define HAVE_UTIME 1
  3126. | #define SIZEOF_INT 4
  3127. | #define SIZEOF_SIZE_T 4
  3128. | #define HAVE_LIBGL 1
  3129. | #define HAVE_LIBGLEW 1
  3130. | #define HAVE_LIBGLU 1
  3131. | #define HAVE_LIBASS 1
  3132. | #define HAVE_LIBBZ2 1
  3133. | #define HAVE_LIBJPEG 1
  3134. | #define HAVE_LIBPTHREAD 1
  3135. | #define HAVE_LIBLZO2 1
  3136. | #define HAVE_LIBZ 1
  3137. | #define HAVE_LIBSSL 1
  3138. | #define HAVE_LIBCRYPTO 1
  3139. | #define HAVE_LIBWAVPACK 1
  3140. | #define HAVE_LIBMPEG2 1
  3141. | #define HAVE_LIBMPEG2CONVERT 1
  3142. | #define HAVE_LIBSSH 1
  3143. | #define HAVE_LIBPCRE 1
  3144. | #define HAVE_LIBPCRECPP 1
  3145. | #define HAVE_LIBMODPLUG 1
  3146. | #define HAVE_LIBMYSQLCLIENT 1
  3147. | #define HAVE_LIBFAAD 1
  3148. | #define HAVE_LIBSMBCLIENT 1
  3149. | #define HAVE_LIBSDL_MIXER 1
  3150. | #define HAVE_LIBDL 1
  3151. | #define HAVE_LIBRESOLV 1
  3152. | #define HAVE_LIBJASPER 1
  3153. | #define HAVE_LIBTIFF 1
  3154. | #define HAVE_LIBRT 1
  3155. | #define HAVE_LIBSDL_IMAGE 1
  3156. | #define HAVE_LIBMICROHTTPD 1
  3157. | #define HAS_DVD_DRIVE 1
  3158. | #define HAVE_LIBPULSE 1
  3159. | #define HAS_HAL 1
  3160. | #define HAVE_LIBAVAHI_COMMON 1
  3161. | #define HAVE_LIBAVAHI_CLIENT 1
  3162. | #define HAVE_LIBXRANDR 1
  3163. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3164. | /* end confdefs.h. */
  3165. |
  3166. |
  3167. | int
  3168. | main ()
  3169. | {
  3170. | return main ();
  3171. | ;
  3172. | return 0;
  3173. | }
  3174. configure:22550: result: no
  3175. configure:22601: result: == Could not find libva. VAAPI support disabled. ==
  3176. configure:22617: checking for libcrystalhd/libcrystalhd_if.h
  3177. configure:22617: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3178. configure:22617: $? = 0
  3179. configure:22617: result: yes
  3180. configure:22634: checking for libcrystalhd soname
  3181. configure:22653: result: libcrystalhd.so.2
  3182. configure:22670: gcc -c -llibcrystalhd conftest.c >&5
  3183. configure:22670: $? = 0
  3184. configure:22701: == VDADecoder support manually disabled. ==
  3185. configure:22717: checking OpenMAX/IL/OMX_Types.h usability
  3186. configure:22717: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3187. conftest.c:164:34: error: OpenMAX/IL/OMX_Types.h: No such file or directory
  3188. configure:22717: $? = 1
  3189. configure: failed program was:
  3190. | /* confdefs.h */
  3191. | #define PACKAGE_NAME "xbmc"
  3192. | #define PACKAGE_TARNAME "xbmc"
  3193. | #define PACKAGE_VERSION "9.11"
  3194. | #define PACKAGE_STRING "xbmc 9.11"
  3195. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3196. | #define PACKAGE_URL ""
  3197. | #define PACKAGE "xbmc"
  3198. | #define VERSION "9.11"
  3199. | #define LIRC_DEVICE "/dev/lircd"
  3200. | #define STDC_HEADERS 1
  3201. | #define HAVE_SYS_TYPES_H 1
  3202. | #define HAVE_SYS_STAT_H 1
  3203. | #define HAVE_STDLIB_H 1
  3204. | #define HAVE_STRING_H 1
  3205. | #define HAVE_MEMORY_H 1
  3206. | #define HAVE_STRINGS_H 1
  3207. | #define HAVE_INTTYPES_H 1
  3208. | #define HAVE_STDINT_H 1
  3209. | #define HAVE_UNISTD_H 1
  3210. | #define HAVE_DLFCN_H 1
  3211. | #define LT_OBJDIR ".libs/"
  3212. | #define HAVE_ALLOCA_H 1
  3213. | #define HAVE_ALLOCA 1
  3214. | #define HAVE_UNISTD_H 1
  3215. | #define HAVE_CHOWN 1
  3216. | #define HAVE_DIRENT_H 1
  3217. | #define HAVE_FSEEKO 1
  3218. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3219. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3220. | #define TIME_WITH_SYS_TIME 1
  3221. | #define HAVE_SYS_TIME_H 1
  3222. | #define HAVE_UNISTD_H 1
  3223. | #define HAVE_STDLIB_H 1
  3224. | #define HAVE_SYS_PARAM_H 1
  3225. | #define HAVE_UTIME_H 1
  3226. | #define HAVE_ALARM 1
  3227. | #define HAVE_GETPAGESIZE 1
  3228. | #define HAVE_MMAP 1
  3229. | #define HAVE_SYS_SELECT_H 1
  3230. | #define HAVE_SYS_SOCKET_H 1
  3231. | #define SELECT_TYPE_ARG1 int
  3232. | #define SELECT_TYPE_ARG234 (fd_set *)
  3233. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3234. | #define RETSIGTYPE void
  3235. | #define HAVE_STRCOLL 1
  3236. | #define HAVE_STRFTIME 1
  3237. | #define HAVE_UTIME_NULL 1
  3238. | #define HAVE_VPRINTF 1
  3239. | #define HAVE_ATEXIT 1
  3240. | #define HAVE_DUP2 1
  3241. | #define HAVE_FDATASYNC 1
  3242. | #define HAVE_FTIME 1
  3243. | #define HAVE_FTRUNCATE 1
  3244. | #define HAVE_GETCWD 1
  3245. | #define HAVE_GETHOSTBYADDR 1
  3246. | #define HAVE_GETHOSTBYNAME 1
  3247. | #define HAVE_GETHOSTNAME 1
  3248. | #define HAVE_GETPAGESIZE 1
  3249. | #define HAVE_GETPASS 1
  3250. | #define HAVE_GETTIMEOFDAY 1
  3251. | #define HAVE_INET_NTOA 1
  3252. | #define HAVE_LCHOWN 1
  3253. | #define HAVE_LOCALECONV 1
  3254. | #define HAVE_MEMCHR 1
  3255. | #define HAVE_MEMMOVE 1
  3256. | #define HAVE_MEMSET 1
  3257. | #define HAVE_MKDIR 1
  3258. | #define HAVE_MODF 1
  3259. | #define HAVE_MUNMAP 1
  3260. | #define HAVE_RMDIR 1
  3261. | #define HAVE_SELECT 1
  3262. | #define HAVE_SETENV 1
  3263. | #define HAVE_SETLOCALE 1
  3264. | #define HAVE_SOCKET 1
  3265. | #define HAVE_STRCASECMP 1
  3266. | #define HAVE_STRCHR 1
  3267. | #define HAVE_STRCSPN 1
  3268. | #define HAVE_STRDUP 1
  3269. | #define HAVE_STRERROR 1
  3270. | #define HAVE_STRNCASECMP 1
  3271. | #define HAVE_STRPBRK 1
  3272. | #define HAVE_STRRCHR 1
  3273. | #define HAVE_STRSPN 1
  3274. | #define HAVE_STRSTR 1
  3275. | #define HAVE_STRTOL 1
  3276. | #define HAVE_STRTOUL 1
  3277. | #define HAVE_SYSINFO 1
  3278. | #define HAVE_TZSET 1
  3279. | #define HAVE_UTIME 1
  3280. | #define SIZEOF_INT 4
  3281. | #define SIZEOF_SIZE_T 4
  3282. | #define HAVE_LIBGL 1
  3283. | #define HAVE_LIBGLEW 1
  3284. | #define HAVE_LIBGLU 1
  3285. | #define HAVE_LIBASS 1
  3286. | #define HAVE_LIBBZ2 1
  3287. | #define HAVE_LIBJPEG 1
  3288. | #define HAVE_LIBPTHREAD 1
  3289. | #define HAVE_LIBLZO2 1
  3290. | #define HAVE_LIBZ 1
  3291. | #define HAVE_LIBSSL 1
  3292. | #define HAVE_LIBCRYPTO 1
  3293. | #define HAVE_LIBWAVPACK 1
  3294. | #define HAVE_LIBMPEG2 1
  3295. | #define HAVE_LIBMPEG2CONVERT 1
  3296. | #define HAVE_LIBSSH 1
  3297. | #define HAVE_LIBPCRE 1
  3298. | #define HAVE_LIBPCRECPP 1
  3299. | #define HAVE_LIBMODPLUG 1
  3300. | #define HAVE_LIBMYSQLCLIENT 1
  3301. | #define HAVE_LIBFAAD 1
  3302. | #define HAVE_LIBSMBCLIENT 1
  3303. | #define HAVE_LIBSDL_MIXER 1
  3304. | #define HAVE_LIBDL 1
  3305. | #define HAVE_LIBRESOLV 1
  3306. | #define HAVE_LIBJASPER 1
  3307. | #define HAVE_LIBTIFF 1
  3308. | #define HAVE_LIBRT 1
  3309. | #define HAVE_LIBSDL_IMAGE 1
  3310. | #define HAVE_LIBMICROHTTPD 1
  3311. | #define HAS_DVD_DRIVE 1
  3312. | #define HAVE_LIBPULSE 1
  3313. | #define HAS_HAL 1
  3314. | #define HAVE_LIBAVAHI_COMMON 1
  3315. | #define HAVE_LIBAVAHI_CLIENT 1
  3316. | #define HAVE_LIBXRANDR 1
  3317. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3318. | #define HAVE_LIBCRYSTALHD 2
  3319. | /* end confdefs.h. */
  3320. | #include <stdio.h>
  3321. | #ifdef HAVE_SYS_TYPES_H
  3322. | # include <sys/types.h>
  3323. | #endif
  3324. | #ifdef HAVE_SYS_STAT_H
  3325. | # include <sys/stat.h>
  3326. | #endif
  3327. | #ifdef STDC_HEADERS
  3328. | # include <stdlib.h>
  3329. | # include <stddef.h>
  3330. | #else
  3331. | # ifdef HAVE_STDLIB_H
  3332. | # include <stdlib.h>
  3333. | # endif
  3334. | #endif
  3335. | #ifdef HAVE_STRING_H
  3336. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3337. | # include <memory.h>
  3338. | # endif
  3339. | # include <string.h>
  3340. | #endif
  3341. | #ifdef HAVE_STRINGS_H
  3342. | # include <strings.h>
  3343. | #endif
  3344. | #ifdef HAVE_INTTYPES_H
  3345. | # include <inttypes.h>
  3346. | #endif
  3347. | #ifdef HAVE_STDINT_H
  3348. | # include <stdint.h>
  3349. | #endif
  3350. | #ifdef HAVE_UNISTD_H
  3351. | # include <unistd.h>
  3352. | #endif
  3353. | #include <OpenMAX/IL/OMX_Types.h>
  3354. configure:22717: result: no
  3355. configure:22717: checking OpenMAX/IL/OMX_Types.h presence
  3356. configure:22717: gcc -E conftest.c
  3357. conftest.c:131:34: error: OpenMAX/IL/OMX_Types.h: No such file or directory
  3358. configure:22717: $? = 1
  3359. configure: failed program was:
  3360. | /* confdefs.h */
  3361. | #define PACKAGE_NAME "xbmc"
  3362. | #define PACKAGE_TARNAME "xbmc"
  3363. | #define PACKAGE_VERSION "9.11"
  3364. | #define PACKAGE_STRING "xbmc 9.11"
  3365. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3366. | #define PACKAGE_URL ""
  3367. | #define PACKAGE "xbmc"
  3368. | #define VERSION "9.11"
  3369. | #define LIRC_DEVICE "/dev/lircd"
  3370. | #define STDC_HEADERS 1
  3371. | #define HAVE_SYS_TYPES_H 1
  3372. | #define HAVE_SYS_STAT_H 1
  3373. | #define HAVE_STDLIB_H 1
  3374. | #define HAVE_STRING_H 1
  3375. | #define HAVE_MEMORY_H 1
  3376. | #define HAVE_STRINGS_H 1
  3377. | #define HAVE_INTTYPES_H 1
  3378. | #define HAVE_STDINT_H 1
  3379. | #define HAVE_UNISTD_H 1
  3380. | #define HAVE_DLFCN_H 1
  3381. | #define LT_OBJDIR ".libs/"
  3382. | #define HAVE_ALLOCA_H 1
  3383. | #define HAVE_ALLOCA 1
  3384. | #define HAVE_UNISTD_H 1
  3385. | #define HAVE_CHOWN 1
  3386. | #define HAVE_DIRENT_H 1
  3387. | #define HAVE_FSEEKO 1
  3388. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3389. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3390. | #define TIME_WITH_SYS_TIME 1
  3391. | #define HAVE_SYS_TIME_H 1
  3392. | #define HAVE_UNISTD_H 1
  3393. | #define HAVE_STDLIB_H 1
  3394. | #define HAVE_SYS_PARAM_H 1
  3395. | #define HAVE_UTIME_H 1
  3396. | #define HAVE_ALARM 1
  3397. | #define HAVE_GETPAGESIZE 1
  3398. | #define HAVE_MMAP 1
  3399. | #define HAVE_SYS_SELECT_H 1
  3400. | #define HAVE_SYS_SOCKET_H 1
  3401. | #define SELECT_TYPE_ARG1 int
  3402. | #define SELECT_TYPE_ARG234 (fd_set *)
  3403. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3404. | #define RETSIGTYPE void
  3405. | #define HAVE_STRCOLL 1
  3406. | #define HAVE_STRFTIME 1
  3407. | #define HAVE_UTIME_NULL 1
  3408. | #define HAVE_VPRINTF 1
  3409. | #define HAVE_ATEXIT 1
  3410. | #define HAVE_DUP2 1
  3411. | #define HAVE_FDATASYNC 1
  3412. | #define HAVE_FTIME 1
  3413. | #define HAVE_FTRUNCATE 1
  3414. | #define HAVE_GETCWD 1
  3415. | #define HAVE_GETHOSTBYADDR 1
  3416. | #define HAVE_GETHOSTBYNAME 1
  3417. | #define HAVE_GETHOSTNAME 1
  3418. | #define HAVE_GETPAGESIZE 1
  3419. | #define HAVE_GETPASS 1
  3420. | #define HAVE_GETTIMEOFDAY 1
  3421. | #define HAVE_INET_NTOA 1
  3422. | #define HAVE_LCHOWN 1
  3423. | #define HAVE_LOCALECONV 1
  3424. | #define HAVE_MEMCHR 1
  3425. | #define HAVE_MEMMOVE 1
  3426. | #define HAVE_MEMSET 1
  3427. | #define HAVE_MKDIR 1
  3428. | #define HAVE_MODF 1
  3429. | #define HAVE_MUNMAP 1
  3430. | #define HAVE_RMDIR 1
  3431. | #define HAVE_SELECT 1
  3432. | #define HAVE_SETENV 1
  3433. | #define HAVE_SETLOCALE 1
  3434. | #define HAVE_SOCKET 1
  3435. | #define HAVE_STRCASECMP 1
  3436. | #define HAVE_STRCHR 1
  3437. | #define HAVE_STRCSPN 1
  3438. | #define HAVE_STRDUP 1
  3439. | #define HAVE_STRERROR 1
  3440. | #define HAVE_STRNCASECMP 1
  3441. | #define HAVE_STRPBRK 1
  3442. | #define HAVE_STRRCHR 1
  3443. | #define HAVE_STRSPN 1
  3444. | #define HAVE_STRSTR 1
  3445. | #define HAVE_STRTOL 1
  3446. | #define HAVE_STRTOUL 1
  3447. | #define HAVE_SYSINFO 1
  3448. | #define HAVE_TZSET 1
  3449. | #define HAVE_UTIME 1
  3450. | #define SIZEOF_INT 4
  3451. | #define SIZEOF_SIZE_T 4
  3452. | #define HAVE_LIBGL 1
  3453. | #define HAVE_LIBGLEW 1
  3454. | #define HAVE_LIBGLU 1
  3455. | #define HAVE_LIBASS 1
  3456. | #define HAVE_LIBBZ2 1
  3457. | #define HAVE_LIBJPEG 1
  3458. | #define HAVE_LIBPTHREAD 1
  3459. | #define HAVE_LIBLZO2 1
  3460. | #define HAVE_LIBZ 1
  3461. | #define HAVE_LIBSSL 1
  3462. | #define HAVE_LIBCRYPTO 1
  3463. | #define HAVE_LIBWAVPACK 1
  3464. | #define HAVE_LIBMPEG2 1
  3465. | #define HAVE_LIBMPEG2CONVERT 1
  3466. | #define HAVE_LIBSSH 1
  3467. | #define HAVE_LIBPCRE 1
  3468. | #define HAVE_LIBPCRECPP 1
  3469. | #define HAVE_LIBMODPLUG 1
  3470. | #define HAVE_LIBMYSQLCLIENT 1
  3471. | #define HAVE_LIBFAAD 1
  3472. | #define HAVE_LIBSMBCLIENT 1
  3473. | #define HAVE_LIBSDL_MIXER 1
  3474. | #define HAVE_LIBDL 1
  3475. | #define HAVE_LIBRESOLV 1
  3476. | #define HAVE_LIBJASPER 1
  3477. | #define HAVE_LIBTIFF 1
  3478. | #define HAVE_LIBRT 1
  3479. | #define HAVE_LIBSDL_IMAGE 1
  3480. | #define HAVE_LIBMICROHTTPD 1
  3481. | #define HAS_DVD_DRIVE 1
  3482. | #define HAVE_LIBPULSE 1
  3483. | #define HAS_HAL 1
  3484. | #define HAVE_LIBAVAHI_COMMON 1
  3485. | #define HAVE_LIBAVAHI_CLIENT 1
  3486. | #define HAVE_LIBXRANDR 1
  3487. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3488. | #define HAVE_LIBCRYSTALHD 2
  3489. | /* end confdefs.h. */
  3490. | #include <OpenMAX/IL/OMX_Types.h>
  3491. configure:22717: result: no
  3492. configure:22717: checking for OpenMAX/IL/OMX_Types.h
  3493. configure:22717: result: no
  3494. configure:22723: result: == Could not find libnvomx. OpenMax support disabled. ==
  3495. configure:22741: checking for gawk
  3496. configure:22757: found /usr/bin/gawk
  3497. configure:22769: result: yes
  3498. configure:22784: checking for cmake
  3499. configure:22800: found /usr/bin/cmake
  3500. configure:22812: result: yes
  3501. configure:22826: checking for gperf
  3502. configure:22842: found /usr/bin/gperf
  3503. configure:22854: result: yes
  3504. configure:22868: checking for unzip
  3505. configure:22884: found /usr/bin/unzip
  3506. configure:22896: result: yes
  3507. configure:22910: checking for zip
  3508. configure:22926: found /usr/bin/zip
  3509. configure:22938: result: yes
  3510. configure:22953: checking for nasm
  3511. configure:22969: found /usr/bin/nasm
  3512. configure:22981: result: yes
  3513. configure:22996: checking for svnversion
  3514. configure:23012: found /usr/bin/svnversion
  3515. configure:23024: result: yes
  3516. configure:23034: checking for git
  3517. configure:23062: result: no
  3518. configure:23075: checking for dirent.h that defines DIR
  3519. configure:23102: result: yes
  3520. configure:23116: checking for library containing opendir
  3521. configure:23164: result: none required
  3522. configure:23231: checking for ANSI C header files
  3523. configure:23335: result: yes
  3524. configure:23343: checking for sys/wait.h that is POSIX.1 compatible
  3525. configure:23369: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3526. configure:23369: $? = 0
  3527. configure:23376: result: yes
  3528. configure:23390: checking arpa/inet.h usability
  3529. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3530. configure:23390: $? = 0
  3531. configure:23390: result: yes
  3532. configure:23390: checking arpa/inet.h presence
  3533. configure:23390: gcc -E conftest.c
  3534. configure:23390: $? = 0
  3535. configure:23390: result: yes
  3536. configure:23390: checking for arpa/inet.h
  3537. configure:23390: result: yes
  3538. configure:23390: checking fcntl.h usability
  3539. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3540. configure:23390: $? = 0
  3541. configure:23390: result: yes
  3542. configure:23390: checking fcntl.h presence
  3543. configure:23390: gcc -E conftest.c
  3544. configure:23390: $? = 0
  3545. configure:23390: result: yes
  3546. configure:23390: checking for fcntl.h
  3547. configure:23390: result: yes
  3548. configure:23390: checking float.h usability
  3549. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3550. configure:23390: $? = 0
  3551. configure:23390: result: yes
  3552. configure:23390: checking float.h presence
  3553. configure:23390: gcc -E conftest.c
  3554. configure:23390: $? = 0
  3555. configure:23390: result: yes
  3556. configure:23390: checking for float.h
  3557. configure:23390: result: yes
  3558. configure:23390: checking for inttypes.h
  3559. configure:23390: result: yes
  3560. configure:23390: checking limits.h usability
  3561. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3562. configure:23390: $? = 0
  3563. configure:23390: result: yes
  3564. configure:23390: checking limits.h presence
  3565. configure:23390: gcc -E conftest.c
  3566. configure:23390: $? = 0
  3567. configure:23390: result: yes
  3568. configure:23390: checking for limits.h
  3569. configure:23390: result: yes
  3570. configure:23390: checking locale.h usability
  3571. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3572. configure:23390: $? = 0
  3573. configure:23390: result: yes
  3574. configure:23390: checking locale.h presence
  3575. configure:23390: gcc -E conftest.c
  3576. configure:23390: $? = 0
  3577. configure:23390: result: yes
  3578. configure:23390: checking for locale.h
  3579. configure:23390: result: yes
  3580. configure:23390: checking malloc.h usability
  3581. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3582. configure:23390: $? = 0
  3583. configure:23390: result: yes
  3584. configure:23390: checking malloc.h presence
  3585. configure:23390: gcc -E conftest.c
  3586. configure:23390: $? = 0
  3587. configure:23390: result: yes
  3588. configure:23390: checking for malloc.h
  3589. configure:23390: result: yes
  3590. configure:23390: checking for memory.h
  3591. configure:23390: result: yes
  3592. configure:23390: checking netdb.h usability
  3593. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3594. configure:23390: $? = 0
  3595. configure:23390: result: yes
  3596. configure:23390: checking netdb.h presence
  3597. configure:23390: gcc -E conftest.c
  3598. configure:23390: $? = 0
  3599. configure:23390: result: yes
  3600. configure:23390: checking for netdb.h
  3601. configure:23390: result: yes
  3602. configure:23390: checking netinet/in.h usability
  3603. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3604. configure:23390: $? = 0
  3605. configure:23390: result: yes
  3606. configure:23390: checking netinet/in.h presence
  3607. configure:23390: gcc -E conftest.c
  3608. configure:23390: $? = 0
  3609. configure:23390: result: yes
  3610. configure:23390: checking for netinet/in.h
  3611. configure:23390: result: yes
  3612. configure:23390: checking stddef.h usability
  3613. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3614. configure:23390: $? = 0
  3615. configure:23390: result: yes
  3616. configure:23390: checking stddef.h presence
  3617. configure:23390: gcc -E conftest.c
  3618. configure:23390: $? = 0
  3619. configure:23390: result: yes
  3620. configure:23390: checking for stddef.h
  3621. configure:23390: result: yes
  3622. configure:23390: checking for stdint.h
  3623. configure:23390: result: yes
  3624. configure:23390: checking for stdlib.h
  3625. configure:23390: result: yes
  3626. configure:23390: checking for string.h
  3627. configure:23390: result: yes
  3628. configure:23390: checking for strings.h
  3629. configure:23390: result: yes
  3630. configure:23390: checking sys/file.h usability
  3631. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3632. configure:23390: $? = 0
  3633. configure:23390: result: yes
  3634. configure:23390: checking sys/file.h presence
  3635. configure:23390: gcc -E conftest.c
  3636. configure:23390: $? = 0
  3637. configure:23390: result: yes
  3638. configure:23390: checking for sys/file.h
  3639. configure:23390: result: yes
  3640. configure:23390: checking sys/ioctl.h usability
  3641. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3642. configure:23390: $? = 0
  3643. configure:23390: result: yes
  3644. configure:23390: checking sys/ioctl.h presence
  3645. configure:23390: gcc -E conftest.c
  3646. configure:23390: $? = 0
  3647. configure:23390: result: yes
  3648. configure:23390: checking for sys/ioctl.h
  3649. configure:23390: result: yes
  3650. configure:23390: checking sys/mount.h usability
  3651. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3652. configure:23390: $? = 0
  3653. configure:23390: result: yes
  3654. configure:23390: checking sys/mount.h presence
  3655. configure:23390: gcc -E conftest.c
  3656. configure:23390: $? = 0
  3657. configure:23390: result: yes
  3658. configure:23390: checking for sys/mount.h
  3659. configure:23390: result: yes
  3660. configure:23390: checking for sys/param.h
  3661. configure:23390: result: yes
  3662. configure:23390: checking for sys/socket.h
  3663. configure:23390: result: yes
  3664. configure:23390: checking for sys/time.h
  3665. configure:23390: result: yes
  3666. configure:23390: checking sys/timeb.h usability
  3667. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3668. configure:23390: $? = 0
  3669. configure:23390: result: yes
  3670. configure:23390: checking sys/timeb.h presence
  3671. configure:23390: gcc -E conftest.c
  3672. configure:23390: $? = 0
  3673. configure:23390: result: yes
  3674. configure:23390: checking for sys/timeb.h
  3675. configure:23390: result: yes
  3676. configure:23390: checking sys/vfs.h usability
  3677. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3678. configure:23390: $? = 0
  3679. configure:23390: result: yes
  3680. configure:23390: checking sys/vfs.h presence
  3681. configure:23390: gcc -E conftest.c
  3682. configure:23390: $? = 0
  3683. configure:23390: result: yes
  3684. configure:23390: checking for sys/vfs.h
  3685. configure:23390: result: yes
  3686. configure:23390: checking termios.h usability
  3687. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3688. configure:23390: $? = 0
  3689. configure:23390: result: yes
  3690. configure:23390: checking termios.h presence
  3691. configure:23390: gcc -E conftest.c
  3692. configure:23390: $? = 0
  3693. configure:23390: result: yes
  3694. configure:23390: checking for termios.h
  3695. configure:23390: result: yes
  3696. configure:23390: checking for unistd.h
  3697. configure:23390: result: yes
  3698. configure:23390: checking for utime.h
  3699. configure:23390: result: yes
  3700. configure:23390: checking wchar.h usability
  3701. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3702. configure:23390: $? = 0
  3703. configure:23390: result: yes
  3704. configure:23390: checking wchar.h presence
  3705. configure:23390: gcc -E conftest.c
  3706. configure:23390: $? = 0
  3707. configure:23390: result: yes
  3708. configure:23390: checking for wchar.h
  3709. configure:23390: result: yes
  3710. configure:23390: checking wctype.h usability
  3711. configure:23390: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3712. configure:23390: $? = 0
  3713. configure:23390: result: yes
  3714. configure:23390: checking wctype.h presence
  3715. configure:23390: gcc -E conftest.c
  3716. configure:23390: $? = 0
  3717. configure:23390: result: yes
  3718. configure:23390: checking for wctype.h
  3719. configure:23390: result: yes
  3720. configure:23403: checking cdio/iso9660.h usability
  3721. configure:23403: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3722. configure:23403: $? = 0
  3723. configure:23403: result: yes
  3724. configure:23403: checking cdio/iso9660.h presence
  3725. configure:23403: gcc -E conftest.c
  3726. configure:23403: $? = 0
  3727. configure:23403: result: yes
  3728. configure:23403: checking for cdio/iso9660.h
  3729. configure:23403: result: yes
  3730. configure:23417: checking whether stat file-mode macros are broken
  3731. configure:23444: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3732. configure:23444: $? = 0
  3733. configure:23451: result: no
  3734. configure:23459: checking for stdbool.h that conforms to C99
  3735. configure:23544: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3736. conftest.c:190: warning: the address of 's' will always evaluate as 'true'
  3737. conftest.c: In function 'main':
  3738. conftest.c:234: warning: the address of 'a' will always evaluate as 'true'
  3739. conftest.c:234: warning: the address of 'b' will always evaluate as 'true'
  3740. conftest.c:234: warning: the address of 'c' will always evaluate as 'true'
  3741. conftest.c:234: warning: the address of 'd' will always evaluate as 'true'
  3742. conftest.c:234: warning: the address of 'f' will always evaluate as 'true'
  3743. conftest.c:234: warning: the address of 'g' will always evaluate as 'true'
  3744. conftest.c:234: warning: the address of 'h' will always evaluate as 'true'
  3745. conftest.c:234: warning: the address of 'i' will always evaluate as 'true'
  3746. conftest.c:235: warning: the address of 'n' will always evaluate as 'true'
  3747. conftest.c:235: warning: the address of 'o' will always evaluate as 'true'
  3748. conftest.c:235: warning: the address of 'p' will always evaluate as 'true'
  3749. configure:23544: $? = 0
  3750. configure:23551: result: yes
  3751. configure:23553: checking for _Bool
  3752. configure:23553: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3753. configure:23553: $? = 0
  3754. configure:23553: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3755. conftest.c: In function 'main':
  3756. conftest.c:199: error: expected expression before ')' token
  3757. configure:23553: $? = 1
  3758. configure: failed program was:
  3759. | /* confdefs.h */
  3760. | #define PACKAGE_NAME "xbmc"
  3761. | #define PACKAGE_TARNAME "xbmc"
  3762. | #define PACKAGE_VERSION "9.11"
  3763. | #define PACKAGE_STRING "xbmc 9.11"
  3764. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3765. | #define PACKAGE_URL ""
  3766. | #define PACKAGE "xbmc"
  3767. | #define VERSION "9.11"
  3768. | #define LIRC_DEVICE "/dev/lircd"
  3769. | #define STDC_HEADERS 1
  3770. | #define HAVE_SYS_TYPES_H 1
  3771. | #define HAVE_SYS_STAT_H 1
  3772. | #define HAVE_STDLIB_H 1
  3773. | #define HAVE_STRING_H 1
  3774. | #define HAVE_MEMORY_H 1
  3775. | #define HAVE_STRINGS_H 1
  3776. | #define HAVE_INTTYPES_H 1
  3777. | #define HAVE_STDINT_H 1
  3778. | #define HAVE_UNISTD_H 1
  3779. | #define HAVE_DLFCN_H 1
  3780. | #define LT_OBJDIR ".libs/"
  3781. | #define HAVE_ALLOCA_H 1
  3782. | #define HAVE_ALLOCA 1
  3783. | #define HAVE_UNISTD_H 1
  3784. | #define HAVE_CHOWN 1
  3785. | #define HAVE_DIRENT_H 1
  3786. | #define HAVE_FSEEKO 1
  3787. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3788. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3789. | #define TIME_WITH_SYS_TIME 1
  3790. | #define HAVE_SYS_TIME_H 1
  3791. | #define HAVE_UNISTD_H 1
  3792. | #define HAVE_STDLIB_H 1
  3793. | #define HAVE_SYS_PARAM_H 1
  3794. | #define HAVE_UTIME_H 1
  3795. | #define HAVE_ALARM 1
  3796. | #define HAVE_GETPAGESIZE 1
  3797. | #define HAVE_MMAP 1
  3798. | #define HAVE_SYS_SELECT_H 1
  3799. | #define HAVE_SYS_SOCKET_H 1
  3800. | #define SELECT_TYPE_ARG1 int
  3801. | #define SELECT_TYPE_ARG234 (fd_set *)
  3802. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3803. | #define RETSIGTYPE void
  3804. | #define HAVE_STRCOLL 1
  3805. | #define HAVE_STRFTIME 1
  3806. | #define HAVE_UTIME_NULL 1
  3807. | #define HAVE_VPRINTF 1
  3808. | #define HAVE_ATEXIT 1
  3809. | #define HAVE_DUP2 1
  3810. | #define HAVE_FDATASYNC 1
  3811. | #define HAVE_FTIME 1
  3812. | #define HAVE_FTRUNCATE 1
  3813. | #define HAVE_GETCWD 1
  3814. | #define HAVE_GETHOSTBYADDR 1
  3815. | #define HAVE_GETHOSTBYNAME 1
  3816. | #define HAVE_GETHOSTNAME 1
  3817. | #define HAVE_GETPAGESIZE 1
  3818. | #define HAVE_GETPASS 1
  3819. | #define HAVE_GETTIMEOFDAY 1
  3820. | #define HAVE_INET_NTOA 1
  3821. | #define HAVE_LCHOWN 1
  3822. | #define HAVE_LOCALECONV 1
  3823. | #define HAVE_MEMCHR 1
  3824. | #define HAVE_MEMMOVE 1
  3825. | #define HAVE_MEMSET 1
  3826. | #define HAVE_MKDIR 1
  3827. | #define HAVE_MODF 1
  3828. | #define HAVE_MUNMAP 1
  3829. | #define HAVE_RMDIR 1
  3830. | #define HAVE_SELECT 1
  3831. | #define HAVE_SETENV 1
  3832. | #define HAVE_SETLOCALE 1
  3833. | #define HAVE_SOCKET 1
  3834. | #define HAVE_STRCASECMP 1
  3835. | #define HAVE_STRCHR 1
  3836. | #define HAVE_STRCSPN 1
  3837. | #define HAVE_STRDUP 1
  3838. | #define HAVE_STRERROR 1
  3839. | #define HAVE_STRNCASECMP 1
  3840. | #define HAVE_STRPBRK 1
  3841. | #define HAVE_STRRCHR 1
  3842. | #define HAVE_STRSPN 1
  3843. | #define HAVE_STRSTR 1
  3844. | #define HAVE_STRTOL 1
  3845. | #define HAVE_STRTOUL 1
  3846. | #define HAVE_SYSINFO 1
  3847. | #define HAVE_TZSET 1
  3848. | #define HAVE_UTIME 1
  3849. | #define SIZEOF_INT 4
  3850. | #define SIZEOF_SIZE_T 4
  3851. | #define HAVE_LIBGL 1
  3852. | #define HAVE_LIBGLEW 1
  3853. | #define HAVE_LIBGLU 1
  3854. | #define HAVE_LIBASS 1
  3855. | #define HAVE_LIBBZ2 1
  3856. | #define HAVE_LIBJPEG 1
  3857. | #define HAVE_LIBPTHREAD 1
  3858. | #define HAVE_LIBLZO2 1
  3859. | #define HAVE_LIBZ 1
  3860. | #define HAVE_LIBSSL 1
  3861. | #define HAVE_LIBCRYPTO 1
  3862. | #define HAVE_LIBWAVPACK 1
  3863. | #define HAVE_LIBMPEG2 1
  3864. | #define HAVE_LIBMPEG2CONVERT 1
  3865. | #define HAVE_LIBSSH 1
  3866. | #define HAVE_LIBPCRE 1
  3867. | #define HAVE_LIBPCRECPP 1
  3868. | #define HAVE_LIBMODPLUG 1
  3869. | #define HAVE_LIBMYSQLCLIENT 1
  3870. | #define HAVE_LIBFAAD 1
  3871. | #define HAVE_LIBSMBCLIENT 1
  3872. | #define HAVE_LIBSDL_MIXER 1
  3873. | #define HAVE_LIBDL 1
  3874. | #define HAVE_LIBRESOLV 1
  3875. | #define HAVE_LIBJASPER 1
  3876. | #define HAVE_LIBTIFF 1
  3877. | #define HAVE_LIBRT 1
  3878. | #define HAVE_LIBSDL_IMAGE 1
  3879. | #define HAVE_LIBMICROHTTPD 1
  3880. | #define HAS_DVD_DRIVE 1
  3881. | #define HAVE_LIBPULSE 1
  3882. | #define HAS_HAL 1
  3883. | #define HAVE_LIBAVAHI_COMMON 1
  3884. | #define HAVE_LIBAVAHI_CLIENT 1
  3885. | #define HAVE_LIBXRANDR 1
  3886. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3887. | #define HAVE_LIBCRYSTALHD 2
  3888. | #define HAVE_DIRENT_H 1
  3889. | #define STDC_HEADERS 1
  3890. | #define HAVE_SYS_WAIT_H 1
  3891. | #define HAVE_ARPA_INET_H 1
  3892. | #define HAVE_FCNTL_H 1
  3893. | #define HAVE_FLOAT_H 1
  3894. | #define HAVE_INTTYPES_H 1
  3895. | #define HAVE_LIMITS_H 1
  3896. | #define HAVE_LOCALE_H 1
  3897. | #define HAVE_MALLOC_H 1
  3898. | #define HAVE_MEMORY_H 1
  3899. | #define HAVE_NETDB_H 1
  3900. | #define HAVE_NETINET_IN_H 1
  3901. | #define HAVE_STDDEF_H 1
  3902. | #define HAVE_STDINT_H 1
  3903. | #define HAVE_STDLIB_H 1
  3904. | #define HAVE_STRING_H 1
  3905. | #define HAVE_STRINGS_H 1
  3906. | #define HAVE_SYS_FILE_H 1
  3907. | #define HAVE_SYS_IOCTL_H 1
  3908. | #define HAVE_SYS_MOUNT_H 1
  3909. | #define HAVE_SYS_PARAM_H 1
  3910. | #define HAVE_SYS_SOCKET_H 1
  3911. | #define HAVE_SYS_TIME_H 1
  3912. | #define HAVE_SYS_TIMEB_H 1
  3913. | #define HAVE_SYS_VFS_H 1
  3914. | #define HAVE_TERMIOS_H 1
  3915. | #define HAVE_UNISTD_H 1
  3916. | #define HAVE_UTIME_H 1
  3917. | #define HAVE_WCHAR_H 1
  3918. | #define HAVE_WCTYPE_H 1
  3919. | #define HAVE_CDIO_ISO9660_H 1
  3920. | /* end confdefs.h. */
  3921. | #include <stdio.h>
  3922. | #ifdef HAVE_SYS_TYPES_H
  3923. | # include <sys/types.h>
  3924. | #endif
  3925. | #ifdef HAVE_SYS_STAT_H
  3926. | # include <sys/stat.h>
  3927. | #endif
  3928. | #ifdef STDC_HEADERS
  3929. | # include <stdlib.h>
  3930. | # include <stddef.h>
  3931. | #else
  3932. | # ifdef HAVE_STDLIB_H
  3933. | # include <stdlib.h>
  3934. | # endif
  3935. | #endif
  3936. | #ifdef HAVE_STRING_H
  3937. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3938. | # include <memory.h>
  3939. | # endif
  3940. | # include <string.h>
  3941. | #endif
  3942. | #ifdef HAVE_STRINGS_H
  3943. | # include <strings.h>
  3944. | #endif
  3945. | #ifdef HAVE_INTTYPES_H
  3946. | # include <inttypes.h>
  3947. | #endif
  3948. | #ifdef HAVE_STDINT_H
  3949. | # include <stdint.h>
  3950. | #endif
  3951. | #ifdef HAVE_UNISTD_H
  3952. | # include <unistd.h>
  3953. | #endif
  3954. | int
  3955. | main ()
  3956. | {
  3957. | if (sizeof ((_Bool)))
  3958. | return 0;
  3959. | ;
  3960. | return 0;
  3961. | }
  3962. configure:23553: result: yes
  3963. configure:23569: checking for an ANSI C-conforming const
  3964. configure:23634: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3965. conftest.c: In function 'main':
  3966. conftest.c:194: warning: 't' is used uninitialized in this function
  3967. conftest.c:210: warning: 'b' is used uninitialized in this function
  3968. conftest.c:173: warning: 'cs[0]' is used uninitialized in this function
  3969. configure:23634: $? = 0
  3970. configure:23641: result: yes
  3971. configure:23649: checking for uid_t in sys/types.h
  3972. configure:23668: result: yes
  3973. configure:23679: checking for inline
  3974. configure:23695: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3975. configure:23695: $? = 0
  3976. configure:23703: result: inline
  3977. configure:23721: checking for int8_t
  3978. configure:23721: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3979. configure:23721: $? = 0
  3980. configure:23721: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3981. conftest.c: In function 'main':
  3982. conftest.c:203: error: size of array 'test_array' is negative
  3983. configure:23721: $? = 1
  3984. configure: failed program was:
  3985. | /* confdefs.h */
  3986. | #define PACKAGE_NAME "xbmc"
  3987. | #define PACKAGE_TARNAME "xbmc"
  3988. | #define PACKAGE_VERSION "9.11"
  3989. | #define PACKAGE_STRING "xbmc 9.11"
  3990. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3991. | #define PACKAGE_URL ""
  3992. | #define PACKAGE "xbmc"
  3993. | #define VERSION "9.11"
  3994. | #define LIRC_DEVICE "/dev/lircd"
  3995. | #define STDC_HEADERS 1
  3996. | #define HAVE_SYS_TYPES_H 1
  3997. | #define HAVE_SYS_STAT_H 1
  3998. | #define HAVE_STDLIB_H 1
  3999. | #define HAVE_STRING_H 1
  4000. | #define HAVE_MEMORY_H 1
  4001. | #define HAVE_STRINGS_H 1
  4002. | #define HAVE_INTTYPES_H 1
  4003. | #define HAVE_STDINT_H 1
  4004. | #define HAVE_UNISTD_H 1
  4005. | #define HAVE_DLFCN_H 1
  4006. | #define LT_OBJDIR ".libs/"
  4007. | #define HAVE_ALLOCA_H 1
  4008. | #define HAVE_ALLOCA 1
  4009. | #define HAVE_UNISTD_H 1
  4010. | #define HAVE_CHOWN 1
  4011. | #define HAVE_DIRENT_H 1
  4012. | #define HAVE_FSEEKO 1
  4013. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4014. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4015. | #define TIME_WITH_SYS_TIME 1
  4016. | #define HAVE_SYS_TIME_H 1
  4017. | #define HAVE_UNISTD_H 1
  4018. | #define HAVE_STDLIB_H 1
  4019. | #define HAVE_SYS_PARAM_H 1
  4020. | #define HAVE_UTIME_H 1
  4021. | #define HAVE_ALARM 1
  4022. | #define HAVE_GETPAGESIZE 1
  4023. | #define HAVE_MMAP 1
  4024. | #define HAVE_SYS_SELECT_H 1
  4025. | #define HAVE_SYS_SOCKET_H 1
  4026. | #define SELECT_TYPE_ARG1 int
  4027. | #define SELECT_TYPE_ARG234 (fd_set *)
  4028. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4029. | #define RETSIGTYPE void
  4030. | #define HAVE_STRCOLL 1
  4031. | #define HAVE_STRFTIME 1
  4032. | #define HAVE_UTIME_NULL 1
  4033. | #define HAVE_VPRINTF 1
  4034. | #define HAVE_ATEXIT 1
  4035. | #define HAVE_DUP2 1
  4036. | #define HAVE_FDATASYNC 1
  4037. | #define HAVE_FTIME 1
  4038. | #define HAVE_FTRUNCATE 1
  4039. | #define HAVE_GETCWD 1
  4040. | #define HAVE_GETHOSTBYADDR 1
  4041. | #define HAVE_GETHOSTBYNAME 1
  4042. | #define HAVE_GETHOSTNAME 1
  4043. | #define HAVE_GETPAGESIZE 1
  4044. | #define HAVE_GETPASS 1
  4045. | #define HAVE_GETTIMEOFDAY 1
  4046. | #define HAVE_INET_NTOA 1
  4047. | #define HAVE_LCHOWN 1
  4048. | #define HAVE_LOCALECONV 1
  4049. | #define HAVE_MEMCHR 1
  4050. | #define HAVE_MEMMOVE 1
  4051. | #define HAVE_MEMSET 1
  4052. | #define HAVE_MKDIR 1
  4053. | #define HAVE_MODF 1
  4054. | #define HAVE_MUNMAP 1
  4055. | #define HAVE_RMDIR 1
  4056. | #define HAVE_SELECT 1
  4057. | #define HAVE_SETENV 1
  4058. | #define HAVE_SETLOCALE 1
  4059. | #define HAVE_SOCKET 1
  4060. | #define HAVE_STRCASECMP 1
  4061. | #define HAVE_STRCHR 1
  4062. | #define HAVE_STRCSPN 1
  4063. | #define HAVE_STRDUP 1
  4064. | #define HAVE_STRERROR 1
  4065. | #define HAVE_STRNCASECMP 1
  4066. | #define HAVE_STRPBRK 1
  4067. | #define HAVE_STRRCHR 1
  4068. | #define HAVE_STRSPN 1
  4069. | #define HAVE_STRSTR 1
  4070. | #define HAVE_STRTOL 1
  4071. | #define HAVE_STRTOUL 1
  4072. | #define HAVE_SYSINFO 1
  4073. | #define HAVE_TZSET 1
  4074. | #define HAVE_UTIME 1
  4075. | #define SIZEOF_INT 4
  4076. | #define SIZEOF_SIZE_T 4
  4077. | #define HAVE_LIBGL 1
  4078. | #define HAVE_LIBGLEW 1
  4079. | #define HAVE_LIBGLU 1
  4080. | #define HAVE_LIBASS 1
  4081. | #define HAVE_LIBBZ2 1
  4082. | #define HAVE_LIBJPEG 1
  4083. | #define HAVE_LIBPTHREAD 1
  4084. | #define HAVE_LIBLZO2 1
  4085. | #define HAVE_LIBZ 1
  4086. | #define HAVE_LIBSSL 1
  4087. | #define HAVE_LIBCRYPTO 1
  4088. | #define HAVE_LIBWAVPACK 1
  4089. | #define HAVE_LIBMPEG2 1
  4090. | #define HAVE_LIBMPEG2CONVERT 1
  4091. | #define HAVE_LIBSSH 1
  4092. | #define HAVE_LIBPCRE 1
  4093. | #define HAVE_LIBPCRECPP 1
  4094. | #define HAVE_LIBMODPLUG 1
  4095. | #define HAVE_LIBMYSQLCLIENT 1
  4096. | #define HAVE_LIBFAAD 1
  4097. | #define HAVE_LIBSMBCLIENT 1
  4098. | #define HAVE_LIBSDL_MIXER 1
  4099. | #define HAVE_LIBDL 1
  4100. | #define HAVE_LIBRESOLV 1
  4101. | #define HAVE_LIBJASPER 1
  4102. | #define HAVE_LIBTIFF 1
  4103. | #define HAVE_LIBRT 1
  4104. | #define HAVE_LIBSDL_IMAGE 1
  4105. | #define HAVE_LIBMICROHTTPD 1
  4106. | #define HAS_DVD_DRIVE 1
  4107. | #define HAVE_LIBPULSE 1
  4108. | #define HAS_HAL 1
  4109. | #define HAVE_LIBAVAHI_COMMON 1
  4110. | #define HAVE_LIBAVAHI_CLIENT 1
  4111. | #define HAVE_LIBXRANDR 1
  4112. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4113. | #define HAVE_LIBCRYSTALHD 2
  4114. | #define HAVE_DIRENT_H 1
  4115. | #define STDC_HEADERS 1
  4116. | #define HAVE_SYS_WAIT_H 1
  4117. | #define HAVE_ARPA_INET_H 1
  4118. | #define HAVE_FCNTL_H 1
  4119. | #define HAVE_FLOAT_H 1
  4120. | #define HAVE_INTTYPES_H 1
  4121. | #define HAVE_LIMITS_H 1
  4122. | #define HAVE_LOCALE_H 1
  4123. | #define HAVE_MALLOC_H 1
  4124. | #define HAVE_MEMORY_H 1
  4125. | #define HAVE_NETDB_H 1
  4126. | #define HAVE_NETINET_IN_H 1
  4127. | #define HAVE_STDDEF_H 1
  4128. | #define HAVE_STDINT_H 1
  4129. | #define HAVE_STDLIB_H 1
  4130. | #define HAVE_STRING_H 1
  4131. | #define HAVE_STRINGS_H 1
  4132. | #define HAVE_SYS_FILE_H 1
  4133. | #define HAVE_SYS_IOCTL_H 1
  4134. | #define HAVE_SYS_MOUNT_H 1
  4135. | #define HAVE_SYS_PARAM_H 1
  4136. | #define HAVE_SYS_SOCKET_H 1
  4137. | #define HAVE_SYS_TIME_H 1
  4138. | #define HAVE_SYS_TIMEB_H 1
  4139. | #define HAVE_SYS_VFS_H 1
  4140. | #define HAVE_TERMIOS_H 1
  4141. | #define HAVE_UNISTD_H 1
  4142. | #define HAVE_UTIME_H 1
  4143. | #define HAVE_WCHAR_H 1
  4144. | #define HAVE_WCTYPE_H 1
  4145. | #define HAVE_CDIO_ISO9660_H 1
  4146. | #define HAVE__BOOL 1
  4147. | #define HAVE_STDBOOL_H 1
  4148. | /* end confdefs.h. */
  4149. | #include <stdio.h>
  4150. | #ifdef HAVE_SYS_TYPES_H
  4151. | # include <sys/types.h>
  4152. | #endif
  4153. | #ifdef HAVE_SYS_STAT_H
  4154. | # include <sys/stat.h>
  4155. | #endif
  4156. | #ifdef STDC_HEADERS
  4157. | # include <stdlib.h>
  4158. | # include <stddef.h>
  4159. | #else
  4160. | # ifdef HAVE_STDLIB_H
  4161. | # include <stdlib.h>
  4162. | # endif
  4163. | #endif
  4164. | #ifdef HAVE_STRING_H
  4165. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4166. | # include <memory.h>
  4167. | # endif
  4168. | # include <string.h>
  4169. | #endif
  4170. | #ifdef HAVE_STRINGS_H
  4171. | # include <strings.h>
  4172. | #endif
  4173. | #ifdef HAVE_INTTYPES_H
  4174. | # include <inttypes.h>
  4175. | #endif
  4176. | #ifdef HAVE_STDINT_H
  4177. | # include <stdint.h>
  4178. | #endif
  4179. | #ifdef HAVE_UNISTD_H
  4180. | # include <unistd.h>
  4181. | #endif
  4182. | enum { N = 8 / 2 - 1 };
  4183. | int
  4184. | main ()
  4185. | {
  4186. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  4187. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  4188. | test_array [0] = 0
  4189. |
  4190. | ;
  4191. | return 0;
  4192. | }
  4193. configure:23721: result: yes
  4194. configure:23732: checking for int16_t
  4195. configure:23732: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4196. configure:23732: $? = 0
  4197. configure:23732: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4198. conftest.c: In function 'main':
  4199. conftest.c:203: error: size of array 'test_array' is negative
  4200. configure:23732: $? = 1
  4201. configure: failed program was:
  4202. | /* confdefs.h */
  4203. | #define PACKAGE_NAME "xbmc"
  4204. | #define PACKAGE_TARNAME "xbmc"
  4205. | #define PACKAGE_VERSION "9.11"
  4206. | #define PACKAGE_STRING "xbmc 9.11"
  4207. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4208. | #define PACKAGE_URL ""
  4209. | #define PACKAGE "xbmc"
  4210. | #define VERSION "9.11"
  4211. | #define LIRC_DEVICE "/dev/lircd"
  4212. | #define STDC_HEADERS 1
  4213. | #define HAVE_SYS_TYPES_H 1
  4214. | #define HAVE_SYS_STAT_H 1
  4215. | #define HAVE_STDLIB_H 1
  4216. | #define HAVE_STRING_H 1
  4217. | #define HAVE_MEMORY_H 1
  4218. | #define HAVE_STRINGS_H 1
  4219. | #define HAVE_INTTYPES_H 1
  4220. | #define HAVE_STDINT_H 1
  4221. | #define HAVE_UNISTD_H 1
  4222. | #define HAVE_DLFCN_H 1
  4223. | #define LT_OBJDIR ".libs/"
  4224. | #define HAVE_ALLOCA_H 1
  4225. | #define HAVE_ALLOCA 1
  4226. | #define HAVE_UNISTD_H 1
  4227. | #define HAVE_CHOWN 1
  4228. | #define HAVE_DIRENT_H 1
  4229. | #define HAVE_FSEEKO 1
  4230. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4231. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4232. | #define TIME_WITH_SYS_TIME 1
  4233. | #define HAVE_SYS_TIME_H 1
  4234. | #define HAVE_UNISTD_H 1
  4235. | #define HAVE_STDLIB_H 1
  4236. | #define HAVE_SYS_PARAM_H 1
  4237. | #define HAVE_UTIME_H 1
  4238. | #define HAVE_ALARM 1
  4239. | #define HAVE_GETPAGESIZE 1
  4240. | #define HAVE_MMAP 1
  4241. | #define HAVE_SYS_SELECT_H 1
  4242. | #define HAVE_SYS_SOCKET_H 1
  4243. | #define SELECT_TYPE_ARG1 int
  4244. | #define SELECT_TYPE_ARG234 (fd_set *)
  4245. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4246. | #define RETSIGTYPE void
  4247. | #define HAVE_STRCOLL 1
  4248. | #define HAVE_STRFTIME 1
  4249. | #define HAVE_UTIME_NULL 1
  4250. | #define HAVE_VPRINTF 1
  4251. | #define HAVE_ATEXIT 1
  4252. | #define HAVE_DUP2 1
  4253. | #define HAVE_FDATASYNC 1
  4254. | #define HAVE_FTIME 1
  4255. | #define HAVE_FTRUNCATE 1
  4256. | #define HAVE_GETCWD 1
  4257. | #define HAVE_GETHOSTBYADDR 1
  4258. | #define HAVE_GETHOSTBYNAME 1
  4259. | #define HAVE_GETHOSTNAME 1
  4260. | #define HAVE_GETPAGESIZE 1
  4261. | #define HAVE_GETPASS 1
  4262. | #define HAVE_GETTIMEOFDAY 1
  4263. | #define HAVE_INET_NTOA 1
  4264. | #define HAVE_LCHOWN 1
  4265. | #define HAVE_LOCALECONV 1
  4266. | #define HAVE_MEMCHR 1
  4267. | #define HAVE_MEMMOVE 1
  4268. | #define HAVE_MEMSET 1
  4269. | #define HAVE_MKDIR 1
  4270. | #define HAVE_MODF 1
  4271. | #define HAVE_MUNMAP 1
  4272. | #define HAVE_RMDIR 1
  4273. | #define HAVE_SELECT 1
  4274. | #define HAVE_SETENV 1
  4275. | #define HAVE_SETLOCALE 1
  4276. | #define HAVE_SOCKET 1
  4277. | #define HAVE_STRCASECMP 1
  4278. | #define HAVE_STRCHR 1
  4279. | #define HAVE_STRCSPN 1
  4280. | #define HAVE_STRDUP 1
  4281. | #define HAVE_STRERROR 1
  4282. | #define HAVE_STRNCASECMP 1
  4283. | #define HAVE_STRPBRK 1
  4284. | #define HAVE_STRRCHR 1
  4285. | #define HAVE_STRSPN 1
  4286. | #define HAVE_STRSTR 1
  4287. | #define HAVE_STRTOL 1
  4288. | #define HAVE_STRTOUL 1
  4289. | #define HAVE_SYSINFO 1
  4290. | #define HAVE_TZSET 1
  4291. | #define HAVE_UTIME 1
  4292. | #define SIZEOF_INT 4
  4293. | #define SIZEOF_SIZE_T 4
  4294. | #define HAVE_LIBGL 1
  4295. | #define HAVE_LIBGLEW 1
  4296. | #define HAVE_LIBGLU 1
  4297. | #define HAVE_LIBASS 1
  4298. | #define HAVE_LIBBZ2 1
  4299. | #define HAVE_LIBJPEG 1
  4300. | #define HAVE_LIBPTHREAD 1
  4301. | #define HAVE_LIBLZO2 1
  4302. | #define HAVE_LIBZ 1
  4303. | #define HAVE_LIBSSL 1
  4304. | #define HAVE_LIBCRYPTO 1
  4305. | #define HAVE_LIBWAVPACK 1
  4306. | #define HAVE_LIBMPEG2 1
  4307. | #define HAVE_LIBMPEG2CONVERT 1
  4308. | #define HAVE_LIBSSH 1
  4309. | #define HAVE_LIBPCRE 1
  4310. | #define HAVE_LIBPCRECPP 1
  4311. | #define HAVE_LIBMODPLUG 1
  4312. | #define HAVE_LIBMYSQLCLIENT 1
  4313. | #define HAVE_LIBFAAD 1
  4314. | #define HAVE_LIBSMBCLIENT 1
  4315. | #define HAVE_LIBSDL_MIXER 1
  4316. | #define HAVE_LIBDL 1
  4317. | #define HAVE_LIBRESOLV 1
  4318. | #define HAVE_LIBJASPER 1
  4319. | #define HAVE_LIBTIFF 1
  4320. | #define HAVE_LIBRT 1
  4321. | #define HAVE_LIBSDL_IMAGE 1
  4322. | #define HAVE_LIBMICROHTTPD 1
  4323. | #define HAS_DVD_DRIVE 1
  4324. | #define HAVE_LIBPULSE 1
  4325. | #define HAS_HAL 1
  4326. | #define HAVE_LIBAVAHI_COMMON 1
  4327. | #define HAVE_LIBAVAHI_CLIENT 1
  4328. | #define HAVE_LIBXRANDR 1
  4329. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4330. | #define HAVE_LIBCRYSTALHD 2
  4331. | #define HAVE_DIRENT_H 1
  4332. | #define STDC_HEADERS 1
  4333. | #define HAVE_SYS_WAIT_H 1
  4334. | #define HAVE_ARPA_INET_H 1
  4335. | #define HAVE_FCNTL_H 1
  4336. | #define HAVE_FLOAT_H 1
  4337. | #define HAVE_INTTYPES_H 1
  4338. | #define HAVE_LIMITS_H 1
  4339. | #define HAVE_LOCALE_H 1
  4340. | #define HAVE_MALLOC_H 1
  4341. | #define HAVE_MEMORY_H 1
  4342. | #define HAVE_NETDB_H 1
  4343. | #define HAVE_NETINET_IN_H 1
  4344. | #define HAVE_STDDEF_H 1
  4345. | #define HAVE_STDINT_H 1
  4346. | #define HAVE_STDLIB_H 1
  4347. | #define HAVE_STRING_H 1
  4348. | #define HAVE_STRINGS_H 1
  4349. | #define HAVE_SYS_FILE_H 1
  4350. | #define HAVE_SYS_IOCTL_H 1
  4351. | #define HAVE_SYS_MOUNT_H 1
  4352. | #define HAVE_SYS_PARAM_H 1
  4353. | #define HAVE_SYS_SOCKET_H 1
  4354. | #define HAVE_SYS_TIME_H 1
  4355. | #define HAVE_SYS_TIMEB_H 1
  4356. | #define HAVE_SYS_VFS_H 1
  4357. | #define HAVE_TERMIOS_H 1
  4358. | #define HAVE_UNISTD_H 1
  4359. | #define HAVE_UTIME_H 1
  4360. | #define HAVE_WCHAR_H 1
  4361. | #define HAVE_WCTYPE_H 1
  4362. | #define HAVE_CDIO_ISO9660_H 1
  4363. | #define HAVE__BOOL 1
  4364. | #define HAVE_STDBOOL_H 1
  4365. | /* end confdefs.h. */
  4366. | #include <stdio.h>
  4367. | #ifdef HAVE_SYS_TYPES_H
  4368. | # include <sys/types.h>
  4369. | #endif
  4370. | #ifdef HAVE_SYS_STAT_H
  4371. | # include <sys/stat.h>
  4372. | #endif
  4373. | #ifdef STDC_HEADERS
  4374. | # include <stdlib.h>
  4375. | # include <stddef.h>
  4376. | #else
  4377. | # ifdef HAVE_STDLIB_H
  4378. | # include <stdlib.h>
  4379. | # endif
  4380. | #endif
  4381. | #ifdef HAVE_STRING_H
  4382. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4383. | # include <memory.h>
  4384. | # endif
  4385. | # include <string.h>
  4386. | #endif
  4387. | #ifdef HAVE_STRINGS_H
  4388. | # include <strings.h>
  4389. | #endif
  4390. | #ifdef HAVE_INTTYPES_H
  4391. | # include <inttypes.h>
  4392. | #endif
  4393. | #ifdef HAVE_STDINT_H
  4394. | # include <stdint.h>
  4395. | #endif
  4396. | #ifdef HAVE_UNISTD_H
  4397. | # include <unistd.h>
  4398. | #endif
  4399. | enum { N = 16 / 2 - 1 };
  4400. | int
  4401. | main ()
  4402. | {
  4403. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  4404. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  4405. | test_array [0] = 0
  4406. |
  4407. | ;
  4408. | return 0;
  4409. | }
  4410. configure:23732: result: yes
  4411. configure:23743: checking for int32_t
  4412. configure:23743: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4413. configure:23743: $? = 0
  4414. configure:23743: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4415. conftest.c: In function 'main':
  4416. conftest.c:203: warning: integer overflow in expression
  4417. conftest.c:203: error: size of array 'test_array' is negative
  4418. configure:23743: $? = 1
  4419. configure: failed program was:
  4420. | /* confdefs.h */
  4421. | #define PACKAGE_NAME "xbmc"
  4422. | #define PACKAGE_TARNAME "xbmc"
  4423. | #define PACKAGE_VERSION "9.11"
  4424. | #define PACKAGE_STRING "xbmc 9.11"
  4425. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4426. | #define PACKAGE_URL ""
  4427. | #define PACKAGE "xbmc"
  4428. | #define VERSION "9.11"
  4429. | #define LIRC_DEVICE "/dev/lircd"
  4430. | #define STDC_HEADERS 1
  4431. | #define HAVE_SYS_TYPES_H 1
  4432. | #define HAVE_SYS_STAT_H 1
  4433. | #define HAVE_STDLIB_H 1
  4434. | #define HAVE_STRING_H 1
  4435. | #define HAVE_MEMORY_H 1
  4436. | #define HAVE_STRINGS_H 1
  4437. | #define HAVE_INTTYPES_H 1
  4438. | #define HAVE_STDINT_H 1
  4439. | #define HAVE_UNISTD_H 1
  4440. | #define HAVE_DLFCN_H 1
  4441. | #define LT_OBJDIR ".libs/"
  4442. | #define HAVE_ALLOCA_H 1
  4443. | #define HAVE_ALLOCA 1
  4444. | #define HAVE_UNISTD_H 1
  4445. | #define HAVE_CHOWN 1
  4446. | #define HAVE_DIRENT_H 1
  4447. | #define HAVE_FSEEKO 1
  4448. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4449. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4450. | #define TIME_WITH_SYS_TIME 1
  4451. | #define HAVE_SYS_TIME_H 1
  4452. | #define HAVE_UNISTD_H 1
  4453. | #define HAVE_STDLIB_H 1
  4454. | #define HAVE_SYS_PARAM_H 1
  4455. | #define HAVE_UTIME_H 1
  4456. | #define HAVE_ALARM 1
  4457. | #define HAVE_GETPAGESIZE 1
  4458. | #define HAVE_MMAP 1
  4459. | #define HAVE_SYS_SELECT_H 1
  4460. | #define HAVE_SYS_SOCKET_H 1
  4461. | #define SELECT_TYPE_ARG1 int
  4462. | #define SELECT_TYPE_ARG234 (fd_set *)
  4463. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4464. | #define RETSIGTYPE void
  4465. | #define HAVE_STRCOLL 1
  4466. | #define HAVE_STRFTIME 1
  4467. | #define HAVE_UTIME_NULL 1
  4468. | #define HAVE_VPRINTF 1
  4469. | #define HAVE_ATEXIT 1
  4470. | #define HAVE_DUP2 1
  4471. | #define HAVE_FDATASYNC 1
  4472. | #define HAVE_FTIME 1
  4473. | #define HAVE_FTRUNCATE 1
  4474. | #define HAVE_GETCWD 1
  4475. | #define HAVE_GETHOSTBYADDR 1
  4476. | #define HAVE_GETHOSTBYNAME 1
  4477. | #define HAVE_GETHOSTNAME 1
  4478. | #define HAVE_GETPAGESIZE 1
  4479. | #define HAVE_GETPASS 1
  4480. | #define HAVE_GETTIMEOFDAY 1
  4481. | #define HAVE_INET_NTOA 1
  4482. | #define HAVE_LCHOWN 1
  4483. | #define HAVE_LOCALECONV 1
  4484. | #define HAVE_MEMCHR 1
  4485. | #define HAVE_MEMMOVE 1
  4486. | #define HAVE_MEMSET 1
  4487. | #define HAVE_MKDIR 1
  4488. | #define HAVE_MODF 1
  4489. | #define HAVE_MUNMAP 1
  4490. | #define HAVE_RMDIR 1
  4491. | #define HAVE_SELECT 1
  4492. | #define HAVE_SETENV 1
  4493. | #define HAVE_SETLOCALE 1
  4494. | #define HAVE_SOCKET 1
  4495. | #define HAVE_STRCASECMP 1
  4496. | #define HAVE_STRCHR 1
  4497. | #define HAVE_STRCSPN 1
  4498. | #define HAVE_STRDUP 1
  4499. | #define HAVE_STRERROR 1
  4500. | #define HAVE_STRNCASECMP 1
  4501. | #define HAVE_STRPBRK 1
  4502. | #define HAVE_STRRCHR 1
  4503. | #define HAVE_STRSPN 1
  4504. | #define HAVE_STRSTR 1
  4505. | #define HAVE_STRTOL 1
  4506. | #define HAVE_STRTOUL 1
  4507. | #define HAVE_SYSINFO 1
  4508. | #define HAVE_TZSET 1
  4509. | #define HAVE_UTIME 1
  4510. | #define SIZEOF_INT 4
  4511. | #define SIZEOF_SIZE_T 4
  4512. | #define HAVE_LIBGL 1
  4513. | #define HAVE_LIBGLEW 1
  4514. | #define HAVE_LIBGLU 1
  4515. | #define HAVE_LIBASS 1
  4516. | #define HAVE_LIBBZ2 1
  4517. | #define HAVE_LIBJPEG 1
  4518. | #define HAVE_LIBPTHREAD 1
  4519. | #define HAVE_LIBLZO2 1
  4520. | #define HAVE_LIBZ 1
  4521. | #define HAVE_LIBSSL 1
  4522. | #define HAVE_LIBCRYPTO 1
  4523. | #define HAVE_LIBWAVPACK 1
  4524. | #define HAVE_LIBMPEG2 1
  4525. | #define HAVE_LIBMPEG2CONVERT 1
  4526. | #define HAVE_LIBSSH 1
  4527. | #define HAVE_LIBPCRE 1
  4528. | #define HAVE_LIBPCRECPP 1
  4529. | #define HAVE_LIBMODPLUG 1
  4530. | #define HAVE_LIBMYSQLCLIENT 1
  4531. | #define HAVE_LIBFAAD 1
  4532. | #define HAVE_LIBSMBCLIENT 1
  4533. | #define HAVE_LIBSDL_MIXER 1
  4534. | #define HAVE_LIBDL 1
  4535. | #define HAVE_LIBRESOLV 1
  4536. | #define HAVE_LIBJASPER 1
  4537. | #define HAVE_LIBTIFF 1
  4538. | #define HAVE_LIBRT 1
  4539. | #define HAVE_LIBSDL_IMAGE 1
  4540. | #define HAVE_LIBMICROHTTPD 1
  4541. | #define HAS_DVD_DRIVE 1
  4542. | #define HAVE_LIBPULSE 1
  4543. | #define HAS_HAL 1
  4544. | #define HAVE_LIBAVAHI_COMMON 1
  4545. | #define HAVE_LIBAVAHI_CLIENT 1
  4546. | #define HAVE_LIBXRANDR 1
  4547. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4548. | #define HAVE_LIBCRYSTALHD 2
  4549. | #define HAVE_DIRENT_H 1
  4550. | #define STDC_HEADERS 1
  4551. | #define HAVE_SYS_WAIT_H 1
  4552. | #define HAVE_ARPA_INET_H 1
  4553. | #define HAVE_FCNTL_H 1
  4554. | #define HAVE_FLOAT_H 1
  4555. | #define HAVE_INTTYPES_H 1
  4556. | #define HAVE_LIMITS_H 1
  4557. | #define HAVE_LOCALE_H 1
  4558. | #define HAVE_MALLOC_H 1
  4559. | #define HAVE_MEMORY_H 1
  4560. | #define HAVE_NETDB_H 1
  4561. | #define HAVE_NETINET_IN_H 1
  4562. | #define HAVE_STDDEF_H 1
  4563. | #define HAVE_STDINT_H 1
  4564. | #define HAVE_STDLIB_H 1
  4565. | #define HAVE_STRING_H 1
  4566. | #define HAVE_STRINGS_H 1
  4567. | #define HAVE_SYS_FILE_H 1
  4568. | #define HAVE_SYS_IOCTL_H 1
  4569. | #define HAVE_SYS_MOUNT_H 1
  4570. | #define HAVE_SYS_PARAM_H 1
  4571. | #define HAVE_SYS_SOCKET_H 1
  4572. | #define HAVE_SYS_TIME_H 1
  4573. | #define HAVE_SYS_TIMEB_H 1
  4574. | #define HAVE_SYS_VFS_H 1
  4575. | #define HAVE_TERMIOS_H 1
  4576. | #define HAVE_UNISTD_H 1
  4577. | #define HAVE_UTIME_H 1
  4578. | #define HAVE_WCHAR_H 1
  4579. | #define HAVE_WCTYPE_H 1
  4580. | #define HAVE_CDIO_ISO9660_H 1
  4581. | #define HAVE__BOOL 1
  4582. | #define HAVE_STDBOOL_H 1
  4583. | /* end confdefs.h. */
  4584. | #include <stdio.h>
  4585. | #ifdef HAVE_SYS_TYPES_H
  4586. | # include <sys/types.h>
  4587. | #endif
  4588. | #ifdef HAVE_SYS_STAT_H
  4589. | # include <sys/stat.h>
  4590. | #endif
  4591. | #ifdef STDC_HEADERS
  4592. | # include <stdlib.h>
  4593. | # include <stddef.h>
  4594. | #else
  4595. | # ifdef HAVE_STDLIB_H
  4596. | # include <stdlib.h>
  4597. | # endif
  4598. | #endif
  4599. | #ifdef HAVE_STRING_H
  4600. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4601. | # include <memory.h>
  4602. | # endif
  4603. | # include <string.h>
  4604. | #endif
  4605. | #ifdef HAVE_STRINGS_H
  4606. | # include <strings.h>
  4607. | #endif
  4608. | #ifdef HAVE_INTTYPES_H
  4609. | # include <inttypes.h>
  4610. | #endif
  4611. | #ifdef HAVE_STDINT_H
  4612. | # include <stdint.h>
  4613. | #endif
  4614. | #ifdef HAVE_UNISTD_H
  4615. | # include <unistd.h>
  4616. | #endif
  4617. | enum { N = 32 / 2 - 1 };
  4618. | int
  4619. | main ()
  4620. | {
  4621. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  4622. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  4623. | test_array [0] = 0
  4624. |
  4625. | ;
  4626. | return 0;
  4627. | }
  4628. configure:23743: result: yes
  4629. configure:23754: checking for int64_t
  4630. configure:23754: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4631. configure:23754: $? = 0
  4632. configure:23754: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4633. conftest.c: In function 'main':
  4634. conftest.c:203: warning: integer overflow in expression
  4635. conftest.c:203: error: size of array 'test_array' is negative
  4636. configure:23754: $? = 1
  4637. configure: failed program was:
  4638. | /* confdefs.h */
  4639. | #define PACKAGE_NAME "xbmc"
  4640. | #define PACKAGE_TARNAME "xbmc"
  4641. | #define PACKAGE_VERSION "9.11"
  4642. | #define PACKAGE_STRING "xbmc 9.11"
  4643. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4644. | #define PACKAGE_URL ""
  4645. | #define PACKAGE "xbmc"
  4646. | #define VERSION "9.11"
  4647. | #define LIRC_DEVICE "/dev/lircd"
  4648. | #define STDC_HEADERS 1
  4649. | #define HAVE_SYS_TYPES_H 1
  4650. | #define HAVE_SYS_STAT_H 1
  4651. | #define HAVE_STDLIB_H 1
  4652. | #define HAVE_STRING_H 1
  4653. | #define HAVE_MEMORY_H 1
  4654. | #define HAVE_STRINGS_H 1
  4655. | #define HAVE_INTTYPES_H 1
  4656. | #define HAVE_STDINT_H 1
  4657. | #define HAVE_UNISTD_H 1
  4658. | #define HAVE_DLFCN_H 1
  4659. | #define LT_OBJDIR ".libs/"
  4660. | #define HAVE_ALLOCA_H 1
  4661. | #define HAVE_ALLOCA 1
  4662. | #define HAVE_UNISTD_H 1
  4663. | #define HAVE_CHOWN 1
  4664. | #define HAVE_DIRENT_H 1
  4665. | #define HAVE_FSEEKO 1
  4666. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4667. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4668. | #define TIME_WITH_SYS_TIME 1
  4669. | #define HAVE_SYS_TIME_H 1
  4670. | #define HAVE_UNISTD_H 1
  4671. | #define HAVE_STDLIB_H 1
  4672. | #define HAVE_SYS_PARAM_H 1
  4673. | #define HAVE_UTIME_H 1
  4674. | #define HAVE_ALARM 1
  4675. | #define HAVE_GETPAGESIZE 1
  4676. | #define HAVE_MMAP 1
  4677. | #define HAVE_SYS_SELECT_H 1
  4678. | #define HAVE_SYS_SOCKET_H 1
  4679. | #define SELECT_TYPE_ARG1 int
  4680. | #define SELECT_TYPE_ARG234 (fd_set *)
  4681. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4682. | #define RETSIGTYPE void
  4683. | #define HAVE_STRCOLL 1
  4684. | #define HAVE_STRFTIME 1
  4685. | #define HAVE_UTIME_NULL 1
  4686. | #define HAVE_VPRINTF 1
  4687. | #define HAVE_ATEXIT 1
  4688. | #define HAVE_DUP2 1
  4689. | #define HAVE_FDATASYNC 1
  4690. | #define HAVE_FTIME 1
  4691. | #define HAVE_FTRUNCATE 1
  4692. | #define HAVE_GETCWD 1
  4693. | #define HAVE_GETHOSTBYADDR 1
  4694. | #define HAVE_GETHOSTBYNAME 1
  4695. | #define HAVE_GETHOSTNAME 1
  4696. | #define HAVE_GETPAGESIZE 1
  4697. | #define HAVE_GETPASS 1
  4698. | #define HAVE_GETTIMEOFDAY 1
  4699. | #define HAVE_INET_NTOA 1
  4700. | #define HAVE_LCHOWN 1
  4701. | #define HAVE_LOCALECONV 1
  4702. | #define HAVE_MEMCHR 1
  4703. | #define HAVE_MEMMOVE 1
  4704. | #define HAVE_MEMSET 1
  4705. | #define HAVE_MKDIR 1
  4706. | #define HAVE_MODF 1
  4707. | #define HAVE_MUNMAP 1
  4708. | #define HAVE_RMDIR 1
  4709. | #define HAVE_SELECT 1
  4710. | #define HAVE_SETENV 1
  4711. | #define HAVE_SETLOCALE 1
  4712. | #define HAVE_SOCKET 1
  4713. | #define HAVE_STRCASECMP 1
  4714. | #define HAVE_STRCHR 1
  4715. | #define HAVE_STRCSPN 1
  4716. | #define HAVE_STRDUP 1
  4717. | #define HAVE_STRERROR 1
  4718. | #define HAVE_STRNCASECMP 1
  4719. | #define HAVE_STRPBRK 1
  4720. | #define HAVE_STRRCHR 1
  4721. | #define HAVE_STRSPN 1
  4722. | #define HAVE_STRSTR 1
  4723. | #define HAVE_STRTOL 1
  4724. | #define HAVE_STRTOUL 1
  4725. | #define HAVE_SYSINFO 1
  4726. | #define HAVE_TZSET 1
  4727. | #define HAVE_UTIME 1
  4728. | #define SIZEOF_INT 4
  4729. | #define SIZEOF_SIZE_T 4
  4730. | #define HAVE_LIBGL 1
  4731. | #define HAVE_LIBGLEW 1
  4732. | #define HAVE_LIBGLU 1
  4733. | #define HAVE_LIBASS 1
  4734. | #define HAVE_LIBBZ2 1
  4735. | #define HAVE_LIBJPEG 1
  4736. | #define HAVE_LIBPTHREAD 1
  4737. | #define HAVE_LIBLZO2 1
  4738. | #define HAVE_LIBZ 1
  4739. | #define HAVE_LIBSSL 1
  4740. | #define HAVE_LIBCRYPTO 1
  4741. | #define HAVE_LIBWAVPACK 1
  4742. | #define HAVE_LIBMPEG2 1
  4743. | #define HAVE_LIBMPEG2CONVERT 1
  4744. | #define HAVE_LIBSSH 1
  4745. | #define HAVE_LIBPCRE 1
  4746. | #define HAVE_LIBPCRECPP 1
  4747. | #define HAVE_LIBMODPLUG 1
  4748. | #define HAVE_LIBMYSQLCLIENT 1
  4749. | #define HAVE_LIBFAAD 1
  4750. | #define HAVE_LIBSMBCLIENT 1
  4751. | #define HAVE_LIBSDL_MIXER 1
  4752. | #define HAVE_LIBDL 1
  4753. | #define HAVE_LIBRESOLV 1
  4754. | #define HAVE_LIBJASPER 1
  4755. | #define HAVE_LIBTIFF 1
  4756. | #define HAVE_LIBRT 1
  4757. | #define HAVE_LIBSDL_IMAGE 1
  4758. | #define HAVE_LIBMICROHTTPD 1
  4759. | #define HAS_DVD_DRIVE 1
  4760. | #define HAVE_LIBPULSE 1
  4761. | #define HAS_HAL 1
  4762. | #define HAVE_LIBAVAHI_COMMON 1
  4763. | #define HAVE_LIBAVAHI_CLIENT 1
  4764. | #define HAVE_LIBXRANDR 1
  4765. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4766. | #define HAVE_LIBCRYSTALHD 2
  4767. | #define HAVE_DIRENT_H 1
  4768. | #define STDC_HEADERS 1
  4769. | #define HAVE_SYS_WAIT_H 1
  4770. | #define HAVE_ARPA_INET_H 1
  4771. | #define HAVE_FCNTL_H 1
  4772. | #define HAVE_FLOAT_H 1
  4773. | #define HAVE_INTTYPES_H 1
  4774. | #define HAVE_LIMITS_H 1
  4775. | #define HAVE_LOCALE_H 1
  4776. | #define HAVE_MALLOC_H 1
  4777. | #define HAVE_MEMORY_H 1
  4778. | #define HAVE_NETDB_H 1
  4779. | #define HAVE_NETINET_IN_H 1
  4780. | #define HAVE_STDDEF_H 1
  4781. | #define HAVE_STDINT_H 1
  4782. | #define HAVE_STDLIB_H 1
  4783. | #define HAVE_STRING_H 1
  4784. | #define HAVE_STRINGS_H 1
  4785. | #define HAVE_SYS_FILE_H 1
  4786. | #define HAVE_SYS_IOCTL_H 1
  4787. | #define HAVE_SYS_MOUNT_H 1
  4788. | #define HAVE_SYS_PARAM_H 1
  4789. | #define HAVE_SYS_SOCKET_H 1
  4790. | #define HAVE_SYS_TIME_H 1
  4791. | #define HAVE_SYS_TIMEB_H 1
  4792. | #define HAVE_SYS_VFS_H 1
  4793. | #define HAVE_TERMIOS_H 1
  4794. | #define HAVE_UNISTD_H 1
  4795. | #define HAVE_UTIME_H 1
  4796. | #define HAVE_WCHAR_H 1
  4797. | #define HAVE_WCTYPE_H 1
  4798. | #define HAVE_CDIO_ISO9660_H 1
  4799. | #define HAVE__BOOL 1
  4800. | #define HAVE_STDBOOL_H 1
  4801. | /* end confdefs.h. */
  4802. | #include <stdio.h>
  4803. | #ifdef HAVE_SYS_TYPES_H
  4804. | # include <sys/types.h>
  4805. | #endif
  4806. | #ifdef HAVE_SYS_STAT_H
  4807. | # include <sys/stat.h>
  4808. | #endif
  4809. | #ifdef STDC_HEADERS
  4810. | # include <stdlib.h>
  4811. | # include <stddef.h>
  4812. | #else
  4813. | # ifdef HAVE_STDLIB_H
  4814. | # include <stdlib.h>
  4815. | # endif
  4816. | #endif
  4817. | #ifdef HAVE_STRING_H
  4818. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4819. | # include <memory.h>
  4820. | # endif
  4821. | # include <string.h>
  4822. | #endif
  4823. | #ifdef HAVE_STRINGS_H
  4824. | # include <strings.h>
  4825. | #endif
  4826. | #ifdef HAVE_INTTYPES_H
  4827. | # include <inttypes.h>
  4828. | #endif
  4829. | #ifdef HAVE_STDINT_H
  4830. | # include <stdint.h>
  4831. | #endif
  4832. | #ifdef HAVE_UNISTD_H
  4833. | # include <unistd.h>
  4834. | #endif
  4835. | enum { N = 64 / 2 - 1 };
  4836. | int
  4837. | main ()
  4838. | {
  4839. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  4840. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  4841. | test_array [0] = 0
  4842. |
  4843. | ;
  4844. | return 0;
  4845. | }
  4846. configure:23754: result: yes
  4847. configure:23765: checking for mode_t
  4848. configure:23765: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4849. configure:23765: $? = 0
  4850. configure:23765: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4851. conftest.c: In function 'main':
  4852. conftest.c:201: error: expected expression before ')' token
  4853. configure:23765: $? = 1
  4854. configure: failed program was:
  4855. | /* confdefs.h */
  4856. | #define PACKAGE_NAME "xbmc"
  4857. | #define PACKAGE_TARNAME "xbmc"
  4858. | #define PACKAGE_VERSION "9.11"
  4859. | #define PACKAGE_STRING "xbmc 9.11"
  4860. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4861. | #define PACKAGE_URL ""
  4862. | #define PACKAGE "xbmc"
  4863. | #define VERSION "9.11"
  4864. | #define LIRC_DEVICE "/dev/lircd"
  4865. | #define STDC_HEADERS 1
  4866. | #define HAVE_SYS_TYPES_H 1
  4867. | #define HAVE_SYS_STAT_H 1
  4868. | #define HAVE_STDLIB_H 1
  4869. | #define HAVE_STRING_H 1
  4870. | #define HAVE_MEMORY_H 1
  4871. | #define HAVE_STRINGS_H 1
  4872. | #define HAVE_INTTYPES_H 1
  4873. | #define HAVE_STDINT_H 1
  4874. | #define HAVE_UNISTD_H 1
  4875. | #define HAVE_DLFCN_H 1
  4876. | #define LT_OBJDIR ".libs/"
  4877. | #define HAVE_ALLOCA_H 1
  4878. | #define HAVE_ALLOCA 1
  4879. | #define HAVE_UNISTD_H 1
  4880. | #define HAVE_CHOWN 1
  4881. | #define HAVE_DIRENT_H 1
  4882. | #define HAVE_FSEEKO 1
  4883. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4884. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4885. | #define TIME_WITH_SYS_TIME 1
  4886. | #define HAVE_SYS_TIME_H 1
  4887. | #define HAVE_UNISTD_H 1
  4888. | #define HAVE_STDLIB_H 1
  4889. | #define HAVE_SYS_PARAM_H 1
  4890. | #define HAVE_UTIME_H 1
  4891. | #define HAVE_ALARM 1
  4892. | #define HAVE_GETPAGESIZE 1
  4893. | #define HAVE_MMAP 1
  4894. | #define HAVE_SYS_SELECT_H 1
  4895. | #define HAVE_SYS_SOCKET_H 1
  4896. | #define SELECT_TYPE_ARG1 int
  4897. | #define SELECT_TYPE_ARG234 (fd_set *)
  4898. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4899. | #define RETSIGTYPE void
  4900. | #define HAVE_STRCOLL 1
  4901. | #define HAVE_STRFTIME 1
  4902. | #define HAVE_UTIME_NULL 1
  4903. | #define HAVE_VPRINTF 1
  4904. | #define HAVE_ATEXIT 1
  4905. | #define HAVE_DUP2 1
  4906. | #define HAVE_FDATASYNC 1
  4907. | #define HAVE_FTIME 1
  4908. | #define HAVE_FTRUNCATE 1
  4909. | #define HAVE_GETCWD 1
  4910. | #define HAVE_GETHOSTBYADDR 1
  4911. | #define HAVE_GETHOSTBYNAME 1
  4912. | #define HAVE_GETHOSTNAME 1
  4913. | #define HAVE_GETPAGESIZE 1
  4914. | #define HAVE_GETPASS 1
  4915. | #define HAVE_GETTIMEOFDAY 1
  4916. | #define HAVE_INET_NTOA 1
  4917. | #define HAVE_LCHOWN 1
  4918. | #define HAVE_LOCALECONV 1
  4919. | #define HAVE_MEMCHR 1
  4920. | #define HAVE_MEMMOVE 1
  4921. | #define HAVE_MEMSET 1
  4922. | #define HAVE_MKDIR 1
  4923. | #define HAVE_MODF 1
  4924. | #define HAVE_MUNMAP 1
  4925. | #define HAVE_RMDIR 1
  4926. | #define HAVE_SELECT 1
  4927. | #define HAVE_SETENV 1
  4928. | #define HAVE_SETLOCALE 1
  4929. | #define HAVE_SOCKET 1
  4930. | #define HAVE_STRCASECMP 1
  4931. | #define HAVE_STRCHR 1
  4932. | #define HAVE_STRCSPN 1
  4933. | #define HAVE_STRDUP 1
  4934. | #define HAVE_STRERROR 1
  4935. | #define HAVE_STRNCASECMP 1
  4936. | #define HAVE_STRPBRK 1
  4937. | #define HAVE_STRRCHR 1
  4938. | #define HAVE_STRSPN 1
  4939. | #define HAVE_STRSTR 1
  4940. | #define HAVE_STRTOL 1
  4941. | #define HAVE_STRTOUL 1
  4942. | #define HAVE_SYSINFO 1
  4943. | #define HAVE_TZSET 1
  4944. | #define HAVE_UTIME 1
  4945. | #define SIZEOF_INT 4
  4946. | #define SIZEOF_SIZE_T 4
  4947. | #define HAVE_LIBGL 1
  4948. | #define HAVE_LIBGLEW 1
  4949. | #define HAVE_LIBGLU 1
  4950. | #define HAVE_LIBASS 1
  4951. | #define HAVE_LIBBZ2 1
  4952. | #define HAVE_LIBJPEG 1
  4953. | #define HAVE_LIBPTHREAD 1
  4954. | #define HAVE_LIBLZO2 1
  4955. | #define HAVE_LIBZ 1
  4956. | #define HAVE_LIBSSL 1
  4957. | #define HAVE_LIBCRYPTO 1
  4958. | #define HAVE_LIBWAVPACK 1
  4959. | #define HAVE_LIBMPEG2 1
  4960. | #define HAVE_LIBMPEG2CONVERT 1
  4961. | #define HAVE_LIBSSH 1
  4962. | #define HAVE_LIBPCRE 1
  4963. | #define HAVE_LIBPCRECPP 1
  4964. | #define HAVE_LIBMODPLUG 1
  4965. | #define HAVE_LIBMYSQLCLIENT 1
  4966. | #define HAVE_LIBFAAD 1
  4967. | #define HAVE_LIBSMBCLIENT 1
  4968. | #define HAVE_LIBSDL_MIXER 1
  4969. | #define HAVE_LIBDL 1
  4970. | #define HAVE_LIBRESOLV 1
  4971. | #define HAVE_LIBJASPER 1
  4972. | #define HAVE_LIBTIFF 1
  4973. | #define HAVE_LIBRT 1
  4974. | #define HAVE_LIBSDL_IMAGE 1
  4975. | #define HAVE_LIBMICROHTTPD 1
  4976. | #define HAS_DVD_DRIVE 1
  4977. | #define HAVE_LIBPULSE 1
  4978. | #define HAS_HAL 1
  4979. | #define HAVE_LIBAVAHI_COMMON 1
  4980. | #define HAVE_LIBAVAHI_CLIENT 1
  4981. | #define HAVE_LIBXRANDR 1
  4982. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4983. | #define HAVE_LIBCRYSTALHD 2
  4984. | #define HAVE_DIRENT_H 1
  4985. | #define STDC_HEADERS 1
  4986. | #define HAVE_SYS_WAIT_H 1
  4987. | #define HAVE_ARPA_INET_H 1
  4988. | #define HAVE_FCNTL_H 1
  4989. | #define HAVE_FLOAT_H 1
  4990. | #define HAVE_INTTYPES_H 1
  4991. | #define HAVE_LIMITS_H 1
  4992. | #define HAVE_LOCALE_H 1
  4993. | #define HAVE_MALLOC_H 1
  4994. | #define HAVE_MEMORY_H 1
  4995. | #define HAVE_NETDB_H 1
  4996. | #define HAVE_NETINET_IN_H 1
  4997. | #define HAVE_STDDEF_H 1
  4998. | #define HAVE_STDINT_H 1
  4999. | #define HAVE_STDLIB_H 1
  5000. | #define HAVE_STRING_H 1
  5001. | #define HAVE_STRINGS_H 1
  5002. | #define HAVE_SYS_FILE_H 1
  5003. | #define HAVE_SYS_IOCTL_H 1
  5004. | #define HAVE_SYS_MOUNT_H 1
  5005. | #define HAVE_SYS_PARAM_H 1
  5006. | #define HAVE_SYS_SOCKET_H 1
  5007. | #define HAVE_SYS_TIME_H 1
  5008. | #define HAVE_SYS_TIMEB_H 1
  5009. | #define HAVE_SYS_VFS_H 1
  5010. | #define HAVE_TERMIOS_H 1
  5011. | #define HAVE_UNISTD_H 1
  5012. | #define HAVE_UTIME_H 1
  5013. | #define HAVE_WCHAR_H 1
  5014. | #define HAVE_WCTYPE_H 1
  5015. | #define HAVE_CDIO_ISO9660_H 1
  5016. | #define HAVE__BOOL 1
  5017. | #define HAVE_STDBOOL_H 1
  5018. | /* end confdefs.h. */
  5019. | #include <stdio.h>
  5020. | #ifdef HAVE_SYS_TYPES_H
  5021. | # include <sys/types.h>
  5022. | #endif
  5023. | #ifdef HAVE_SYS_STAT_H
  5024. | # include <sys/stat.h>
  5025. | #endif
  5026. | #ifdef STDC_HEADERS
  5027. | # include <stdlib.h>
  5028. | # include <stddef.h>
  5029. | #else
  5030. | # ifdef HAVE_STDLIB_H
  5031. | # include <stdlib.h>
  5032. | # endif
  5033. | #endif
  5034. | #ifdef HAVE_STRING_H
  5035. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5036. | # include <memory.h>
  5037. | # endif
  5038. | # include <string.h>
  5039. | #endif
  5040. | #ifdef HAVE_STRINGS_H
  5041. | # include <strings.h>
  5042. | #endif
  5043. | #ifdef HAVE_INTTYPES_H
  5044. | # include <inttypes.h>
  5045. | #endif
  5046. | #ifdef HAVE_STDINT_H
  5047. | # include <stdint.h>
  5048. | #endif
  5049. | #ifdef HAVE_UNISTD_H
  5050. | # include <unistd.h>
  5051. | #endif
  5052. | int
  5053. | main ()
  5054. | {
  5055. | if (sizeof ((mode_t)))
  5056. | return 0;
  5057. | ;
  5058. | return 0;
  5059. | }
  5060. configure:23765: result: yes
  5061. configure:23776: checking for off_t
  5062. configure:23776: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5063. configure:23776: $? = 0
  5064. configure:23776: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5065. conftest.c: In function 'main':
  5066. conftest.c:201: error: expected expression before ')' token
  5067. configure:23776: $? = 1
  5068. configure: failed program was:
  5069. | /* confdefs.h */
  5070. | #define PACKAGE_NAME "xbmc"
  5071. | #define PACKAGE_TARNAME "xbmc"
  5072. | #define PACKAGE_VERSION "9.11"
  5073. | #define PACKAGE_STRING "xbmc 9.11"
  5074. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5075. | #define PACKAGE_URL ""
  5076. | #define PACKAGE "xbmc"
  5077. | #define VERSION "9.11"
  5078. | #define LIRC_DEVICE "/dev/lircd"
  5079. | #define STDC_HEADERS 1
  5080. | #define HAVE_SYS_TYPES_H 1
  5081. | #define HAVE_SYS_STAT_H 1
  5082. | #define HAVE_STDLIB_H 1
  5083. | #define HAVE_STRING_H 1
  5084. | #define HAVE_MEMORY_H 1
  5085. | #define HAVE_STRINGS_H 1
  5086. | #define HAVE_INTTYPES_H 1
  5087. | #define HAVE_STDINT_H 1
  5088. | #define HAVE_UNISTD_H 1
  5089. | #define HAVE_DLFCN_H 1
  5090. | #define LT_OBJDIR ".libs/"
  5091. | #define HAVE_ALLOCA_H 1
  5092. | #define HAVE_ALLOCA 1
  5093. | #define HAVE_UNISTD_H 1
  5094. | #define HAVE_CHOWN 1
  5095. | #define HAVE_DIRENT_H 1
  5096. | #define HAVE_FSEEKO 1
  5097. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5098. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5099. | #define TIME_WITH_SYS_TIME 1
  5100. | #define HAVE_SYS_TIME_H 1
  5101. | #define HAVE_UNISTD_H 1
  5102. | #define HAVE_STDLIB_H 1
  5103. | #define HAVE_SYS_PARAM_H 1
  5104. | #define HAVE_UTIME_H 1
  5105. | #define HAVE_ALARM 1
  5106. | #define HAVE_GETPAGESIZE 1
  5107. | #define HAVE_MMAP 1
  5108. | #define HAVE_SYS_SELECT_H 1
  5109. | #define HAVE_SYS_SOCKET_H 1
  5110. | #define SELECT_TYPE_ARG1 int
  5111. | #define SELECT_TYPE_ARG234 (fd_set *)
  5112. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5113. | #define RETSIGTYPE void
  5114. | #define HAVE_STRCOLL 1
  5115. | #define HAVE_STRFTIME 1
  5116. | #define HAVE_UTIME_NULL 1
  5117. | #define HAVE_VPRINTF 1
  5118. | #define HAVE_ATEXIT 1
  5119. | #define HAVE_DUP2 1
  5120. | #define HAVE_FDATASYNC 1
  5121. | #define HAVE_FTIME 1
  5122. | #define HAVE_FTRUNCATE 1
  5123. | #define HAVE_GETCWD 1
  5124. | #define HAVE_GETHOSTBYADDR 1
  5125. | #define HAVE_GETHOSTBYNAME 1
  5126. | #define HAVE_GETHOSTNAME 1
  5127. | #define HAVE_GETPAGESIZE 1
  5128. | #define HAVE_GETPASS 1
  5129. | #define HAVE_GETTIMEOFDAY 1
  5130. | #define HAVE_INET_NTOA 1
  5131. | #define HAVE_LCHOWN 1
  5132. | #define HAVE_LOCALECONV 1
  5133. | #define HAVE_MEMCHR 1
  5134. | #define HAVE_MEMMOVE 1
  5135. | #define HAVE_MEMSET 1
  5136. | #define HAVE_MKDIR 1
  5137. | #define HAVE_MODF 1
  5138. | #define HAVE_MUNMAP 1
  5139. | #define HAVE_RMDIR 1
  5140. | #define HAVE_SELECT 1
  5141. | #define HAVE_SETENV 1
  5142. | #define HAVE_SETLOCALE 1
  5143. | #define HAVE_SOCKET 1
  5144. | #define HAVE_STRCASECMP 1
  5145. | #define HAVE_STRCHR 1
  5146. | #define HAVE_STRCSPN 1
  5147. | #define HAVE_STRDUP 1
  5148. | #define HAVE_STRERROR 1
  5149. | #define HAVE_STRNCASECMP 1
  5150. | #define HAVE_STRPBRK 1
  5151. | #define HAVE_STRRCHR 1
  5152. | #define HAVE_STRSPN 1
  5153. | #define HAVE_STRSTR 1
  5154. | #define HAVE_STRTOL 1
  5155. | #define HAVE_STRTOUL 1
  5156. | #define HAVE_SYSINFO 1
  5157. | #define HAVE_TZSET 1
  5158. | #define HAVE_UTIME 1
  5159. | #define SIZEOF_INT 4
  5160. | #define SIZEOF_SIZE_T 4
  5161. | #define HAVE_LIBGL 1
  5162. | #define HAVE_LIBGLEW 1
  5163. | #define HAVE_LIBGLU 1
  5164. | #define HAVE_LIBASS 1
  5165. | #define HAVE_LIBBZ2 1
  5166. | #define HAVE_LIBJPEG 1
  5167. | #define HAVE_LIBPTHREAD 1
  5168. | #define HAVE_LIBLZO2 1
  5169. | #define HAVE_LIBZ 1
  5170. | #define HAVE_LIBSSL 1
  5171. | #define HAVE_LIBCRYPTO 1
  5172. | #define HAVE_LIBWAVPACK 1
  5173. | #define HAVE_LIBMPEG2 1
  5174. | #define HAVE_LIBMPEG2CONVERT 1
  5175. | #define HAVE_LIBSSH 1
  5176. | #define HAVE_LIBPCRE 1
  5177. | #define HAVE_LIBPCRECPP 1
  5178. | #define HAVE_LIBMODPLUG 1
  5179. | #define HAVE_LIBMYSQLCLIENT 1
  5180. | #define HAVE_LIBFAAD 1
  5181. | #define HAVE_LIBSMBCLIENT 1
  5182. | #define HAVE_LIBSDL_MIXER 1
  5183. | #define HAVE_LIBDL 1
  5184. | #define HAVE_LIBRESOLV 1
  5185. | #define HAVE_LIBJASPER 1
  5186. | #define HAVE_LIBTIFF 1
  5187. | #define HAVE_LIBRT 1
  5188. | #define HAVE_LIBSDL_IMAGE 1
  5189. | #define HAVE_LIBMICROHTTPD 1
  5190. | #define HAS_DVD_DRIVE 1
  5191. | #define HAVE_LIBPULSE 1
  5192. | #define HAS_HAL 1
  5193. | #define HAVE_LIBAVAHI_COMMON 1
  5194. | #define HAVE_LIBAVAHI_CLIENT 1
  5195. | #define HAVE_LIBXRANDR 1
  5196. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5197. | #define HAVE_LIBCRYSTALHD 2
  5198. | #define HAVE_DIRENT_H 1
  5199. | #define STDC_HEADERS 1
  5200. | #define HAVE_SYS_WAIT_H 1
  5201. | #define HAVE_ARPA_INET_H 1
  5202. | #define HAVE_FCNTL_H 1
  5203. | #define HAVE_FLOAT_H 1
  5204. | #define HAVE_INTTYPES_H 1
  5205. | #define HAVE_LIMITS_H 1
  5206. | #define HAVE_LOCALE_H 1
  5207. | #define HAVE_MALLOC_H 1
  5208. | #define HAVE_MEMORY_H 1
  5209. | #define HAVE_NETDB_H 1
  5210. | #define HAVE_NETINET_IN_H 1
  5211. | #define HAVE_STDDEF_H 1
  5212. | #define HAVE_STDINT_H 1
  5213. | #define HAVE_STDLIB_H 1
  5214. | #define HAVE_STRING_H 1
  5215. | #define HAVE_STRINGS_H 1
  5216. | #define HAVE_SYS_FILE_H 1
  5217. | #define HAVE_SYS_IOCTL_H 1
  5218. | #define HAVE_SYS_MOUNT_H 1
  5219. | #define HAVE_SYS_PARAM_H 1
  5220. | #define HAVE_SYS_SOCKET_H 1
  5221. | #define HAVE_SYS_TIME_H 1
  5222. | #define HAVE_SYS_TIMEB_H 1
  5223. | #define HAVE_SYS_VFS_H 1
  5224. | #define HAVE_TERMIOS_H 1
  5225. | #define HAVE_UNISTD_H 1
  5226. | #define HAVE_UTIME_H 1
  5227. | #define HAVE_WCHAR_H 1
  5228. | #define HAVE_WCTYPE_H 1
  5229. | #define HAVE_CDIO_ISO9660_H 1
  5230. | #define HAVE__BOOL 1
  5231. | #define HAVE_STDBOOL_H 1
  5232. | /* end confdefs.h. */
  5233. | #include <stdio.h>
  5234. | #ifdef HAVE_SYS_TYPES_H
  5235. | # include <sys/types.h>
  5236. | #endif
  5237. | #ifdef HAVE_SYS_STAT_H
  5238. | # include <sys/stat.h>
  5239. | #endif
  5240. | #ifdef STDC_HEADERS
  5241. | # include <stdlib.h>
  5242. | # include <stddef.h>
  5243. | #else
  5244. | # ifdef HAVE_STDLIB_H
  5245. | # include <stdlib.h>
  5246. | # endif
  5247. | #endif
  5248. | #ifdef HAVE_STRING_H
  5249. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5250. | # include <memory.h>
  5251. | # endif
  5252. | # include <string.h>
  5253. | #endif
  5254. | #ifdef HAVE_STRINGS_H
  5255. | # include <strings.h>
  5256. | #endif
  5257. | #ifdef HAVE_INTTYPES_H
  5258. | # include <inttypes.h>
  5259. | #endif
  5260. | #ifdef HAVE_STDINT_H
  5261. | # include <stdint.h>
  5262. | #endif
  5263. | #ifdef HAVE_UNISTD_H
  5264. | # include <unistd.h>
  5265. | #endif
  5266. | int
  5267. | main ()
  5268. | {
  5269. | if (sizeof ((off_t)))
  5270. | return 0;
  5271. | ;
  5272. | return 0;
  5273. | }
  5274. configure:23776: result: yes
  5275. configure:23787: checking for pid_t
  5276. configure:23787: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5277. configure:23787: $? = 0
  5278. configure:23787: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5279. conftest.c: In function 'main':
  5280. conftest.c:201: error: expected expression before ')' token
  5281. configure:23787: $? = 1
  5282. configure: failed program was:
  5283. | /* confdefs.h */
  5284. | #define PACKAGE_NAME "xbmc"
  5285. | #define PACKAGE_TARNAME "xbmc"
  5286. | #define PACKAGE_VERSION "9.11"
  5287. | #define PACKAGE_STRING "xbmc 9.11"
  5288. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5289. | #define PACKAGE_URL ""
  5290. | #define PACKAGE "xbmc"
  5291. | #define VERSION "9.11"
  5292. | #define LIRC_DEVICE "/dev/lircd"
  5293. | #define STDC_HEADERS 1
  5294. | #define HAVE_SYS_TYPES_H 1
  5295. | #define HAVE_SYS_STAT_H 1
  5296. | #define HAVE_STDLIB_H 1
  5297. | #define HAVE_STRING_H 1
  5298. | #define HAVE_MEMORY_H 1
  5299. | #define HAVE_STRINGS_H 1
  5300. | #define HAVE_INTTYPES_H 1
  5301. | #define HAVE_STDINT_H 1
  5302. | #define HAVE_UNISTD_H 1
  5303. | #define HAVE_DLFCN_H 1
  5304. | #define LT_OBJDIR ".libs/"
  5305. | #define HAVE_ALLOCA_H 1
  5306. | #define HAVE_ALLOCA 1
  5307. | #define HAVE_UNISTD_H 1
  5308. | #define HAVE_CHOWN 1
  5309. | #define HAVE_DIRENT_H 1
  5310. | #define HAVE_FSEEKO 1
  5311. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5312. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5313. | #define TIME_WITH_SYS_TIME 1
  5314. | #define HAVE_SYS_TIME_H 1
  5315. | #define HAVE_UNISTD_H 1
  5316. | #define HAVE_STDLIB_H 1
  5317. | #define HAVE_SYS_PARAM_H 1
  5318. | #define HAVE_UTIME_H 1
  5319. | #define HAVE_ALARM 1
  5320. | #define HAVE_GETPAGESIZE 1
  5321. | #define HAVE_MMAP 1
  5322. | #define HAVE_SYS_SELECT_H 1
  5323. | #define HAVE_SYS_SOCKET_H 1
  5324. | #define SELECT_TYPE_ARG1 int
  5325. | #define SELECT_TYPE_ARG234 (fd_set *)
  5326. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5327. | #define RETSIGTYPE void
  5328. | #define HAVE_STRCOLL 1
  5329. | #define HAVE_STRFTIME 1
  5330. | #define HAVE_UTIME_NULL 1
  5331. | #define HAVE_VPRINTF 1
  5332. | #define HAVE_ATEXIT 1
  5333. | #define HAVE_DUP2 1
  5334. | #define HAVE_FDATASYNC 1
  5335. | #define HAVE_FTIME 1
  5336. | #define HAVE_FTRUNCATE 1
  5337. | #define HAVE_GETCWD 1
  5338. | #define HAVE_GETHOSTBYADDR 1
  5339. | #define HAVE_GETHOSTBYNAME 1
  5340. | #define HAVE_GETHOSTNAME 1
  5341. | #define HAVE_GETPAGESIZE 1
  5342. | #define HAVE_GETPASS 1
  5343. | #define HAVE_GETTIMEOFDAY 1
  5344. | #define HAVE_INET_NTOA 1
  5345. | #define HAVE_LCHOWN 1
  5346. | #define HAVE_LOCALECONV 1
  5347. | #define HAVE_MEMCHR 1
  5348. | #define HAVE_MEMMOVE 1
  5349. | #define HAVE_MEMSET 1
  5350. | #define HAVE_MKDIR 1
  5351. | #define HAVE_MODF 1
  5352. | #define HAVE_MUNMAP 1
  5353. | #define HAVE_RMDIR 1
  5354. | #define HAVE_SELECT 1
  5355. | #define HAVE_SETENV 1
  5356. | #define HAVE_SETLOCALE 1
  5357. | #define HAVE_SOCKET 1
  5358. | #define HAVE_STRCASECMP 1
  5359. | #define HAVE_STRCHR 1
  5360. | #define HAVE_STRCSPN 1
  5361. | #define HAVE_STRDUP 1
  5362. | #define HAVE_STRERROR 1
  5363. | #define HAVE_STRNCASECMP 1
  5364. | #define HAVE_STRPBRK 1
  5365. | #define HAVE_STRRCHR 1
  5366. | #define HAVE_STRSPN 1
  5367. | #define HAVE_STRSTR 1
  5368. | #define HAVE_STRTOL 1
  5369. | #define HAVE_STRTOUL 1
  5370. | #define HAVE_SYSINFO 1
  5371. | #define HAVE_TZSET 1
  5372. | #define HAVE_UTIME 1
  5373. | #define SIZEOF_INT 4
  5374. | #define SIZEOF_SIZE_T 4
  5375. | #define HAVE_LIBGL 1
  5376. | #define HAVE_LIBGLEW 1
  5377. | #define HAVE_LIBGLU 1
  5378. | #define HAVE_LIBASS 1
  5379. | #define HAVE_LIBBZ2 1
  5380. | #define HAVE_LIBJPEG 1
  5381. | #define HAVE_LIBPTHREAD 1
  5382. | #define HAVE_LIBLZO2 1
  5383. | #define HAVE_LIBZ 1
  5384. | #define HAVE_LIBSSL 1
  5385. | #define HAVE_LIBCRYPTO 1
  5386. | #define HAVE_LIBWAVPACK 1
  5387. | #define HAVE_LIBMPEG2 1
  5388. | #define HAVE_LIBMPEG2CONVERT 1
  5389. | #define HAVE_LIBSSH 1
  5390. | #define HAVE_LIBPCRE 1
  5391. | #define HAVE_LIBPCRECPP 1
  5392. | #define HAVE_LIBMODPLUG 1
  5393. | #define HAVE_LIBMYSQLCLIENT 1
  5394. | #define HAVE_LIBFAAD 1
  5395. | #define HAVE_LIBSMBCLIENT 1
  5396. | #define HAVE_LIBSDL_MIXER 1
  5397. | #define HAVE_LIBDL 1
  5398. | #define HAVE_LIBRESOLV 1
  5399. | #define HAVE_LIBJASPER 1
  5400. | #define HAVE_LIBTIFF 1
  5401. | #define HAVE_LIBRT 1
  5402. | #define HAVE_LIBSDL_IMAGE 1
  5403. | #define HAVE_LIBMICROHTTPD 1
  5404. | #define HAS_DVD_DRIVE 1
  5405. | #define HAVE_LIBPULSE 1
  5406. | #define HAS_HAL 1
  5407. | #define HAVE_LIBAVAHI_COMMON 1
  5408. | #define HAVE_LIBAVAHI_CLIENT 1
  5409. | #define HAVE_LIBXRANDR 1
  5410. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5411. | #define HAVE_LIBCRYSTALHD 2
  5412. | #define HAVE_DIRENT_H 1
  5413. | #define STDC_HEADERS 1
  5414. | #define HAVE_SYS_WAIT_H 1
  5415. | #define HAVE_ARPA_INET_H 1
  5416. | #define HAVE_FCNTL_H 1
  5417. | #define HAVE_FLOAT_H 1
  5418. | #define HAVE_INTTYPES_H 1
  5419. | #define HAVE_LIMITS_H 1
  5420. | #define HAVE_LOCALE_H 1
  5421. | #define HAVE_MALLOC_H 1
  5422. | #define HAVE_MEMORY_H 1
  5423. | #define HAVE_NETDB_H 1
  5424. | #define HAVE_NETINET_IN_H 1
  5425. | #define HAVE_STDDEF_H 1
  5426. | #define HAVE_STDINT_H 1
  5427. | #define HAVE_STDLIB_H 1
  5428. | #define HAVE_STRING_H 1
  5429. | #define HAVE_STRINGS_H 1
  5430. | #define HAVE_SYS_FILE_H 1
  5431. | #define HAVE_SYS_IOCTL_H 1
  5432. | #define HAVE_SYS_MOUNT_H 1
  5433. | #define HAVE_SYS_PARAM_H 1
  5434. | #define HAVE_SYS_SOCKET_H 1
  5435. | #define HAVE_SYS_TIME_H 1
  5436. | #define HAVE_SYS_TIMEB_H 1
  5437. | #define HAVE_SYS_VFS_H 1
  5438. | #define HAVE_TERMIOS_H 1
  5439. | #define HAVE_UNISTD_H 1
  5440. | #define HAVE_UTIME_H 1
  5441. | #define HAVE_WCHAR_H 1
  5442. | #define HAVE_WCTYPE_H 1
  5443. | #define HAVE_CDIO_ISO9660_H 1
  5444. | #define HAVE__BOOL 1
  5445. | #define HAVE_STDBOOL_H 1
  5446. | /* end confdefs.h. */
  5447. | #include <stdio.h>
  5448. | #ifdef HAVE_SYS_TYPES_H
  5449. | # include <sys/types.h>
  5450. | #endif
  5451. | #ifdef HAVE_SYS_STAT_H
  5452. | # include <sys/stat.h>
  5453. | #endif
  5454. | #ifdef STDC_HEADERS
  5455. | # include <stdlib.h>
  5456. | # include <stddef.h>
  5457. | #else
  5458. | # ifdef HAVE_STDLIB_H
  5459. | # include <stdlib.h>
  5460. | # endif
  5461. | #endif
  5462. | #ifdef HAVE_STRING_H
  5463. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5464. | # include <memory.h>
  5465. | # endif
  5466. | # include <string.h>
  5467. | #endif
  5468. | #ifdef HAVE_STRINGS_H
  5469. | # include <strings.h>
  5470. | #endif
  5471. | #ifdef HAVE_INTTYPES_H
  5472. | # include <inttypes.h>
  5473. | #endif
  5474. | #ifdef HAVE_STDINT_H
  5475. | # include <stdint.h>
  5476. | #endif
  5477. | #ifdef HAVE_UNISTD_H
  5478. | # include <unistd.h>
  5479. | #endif
  5480. | int
  5481. | main ()
  5482. | {
  5483. | if (sizeof ((pid_t)))
  5484. | return 0;
  5485. | ;
  5486. | return 0;
  5487. | }
  5488. configure:23787: result: yes
  5489. configure:23798: checking for C/C++ restrict keyword
  5490. configure:23823: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5491. configure:23823: $? = 0
  5492. configure:23831: result: __restrict
  5493. configure:23844: checking for size_t
  5494. configure:23844: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5495. configure:23844: $? = 0
  5496. configure:23844: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5497. conftest.c: In function 'main':
  5498. conftest.c:202: error: expected expression before ')' token
  5499. configure:23844: $? = 1
  5500. configure: failed program was:
  5501. | /* confdefs.h */
  5502. | #define PACKAGE_NAME "xbmc"
  5503. | #define PACKAGE_TARNAME "xbmc"
  5504. | #define PACKAGE_VERSION "9.11"
  5505. | #define PACKAGE_STRING "xbmc 9.11"
  5506. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5507. | #define PACKAGE_URL ""
  5508. | #define PACKAGE "xbmc"
  5509. | #define VERSION "9.11"
  5510. | #define LIRC_DEVICE "/dev/lircd"
  5511. | #define STDC_HEADERS 1
  5512. | #define HAVE_SYS_TYPES_H 1
  5513. | #define HAVE_SYS_STAT_H 1
  5514. | #define HAVE_STDLIB_H 1
  5515. | #define HAVE_STRING_H 1
  5516. | #define HAVE_MEMORY_H 1
  5517. | #define HAVE_STRINGS_H 1
  5518. | #define HAVE_INTTYPES_H 1
  5519. | #define HAVE_STDINT_H 1
  5520. | #define HAVE_UNISTD_H 1
  5521. | #define HAVE_DLFCN_H 1
  5522. | #define LT_OBJDIR ".libs/"
  5523. | #define HAVE_ALLOCA_H 1
  5524. | #define HAVE_ALLOCA 1
  5525. | #define HAVE_UNISTD_H 1
  5526. | #define HAVE_CHOWN 1
  5527. | #define HAVE_DIRENT_H 1
  5528. | #define HAVE_FSEEKO 1
  5529. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5530. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5531. | #define TIME_WITH_SYS_TIME 1
  5532. | #define HAVE_SYS_TIME_H 1
  5533. | #define HAVE_UNISTD_H 1
  5534. | #define HAVE_STDLIB_H 1
  5535. | #define HAVE_SYS_PARAM_H 1
  5536. | #define HAVE_UTIME_H 1
  5537. | #define HAVE_ALARM 1
  5538. | #define HAVE_GETPAGESIZE 1
  5539. | #define HAVE_MMAP 1
  5540. | #define HAVE_SYS_SELECT_H 1
  5541. | #define HAVE_SYS_SOCKET_H 1
  5542. | #define SELECT_TYPE_ARG1 int
  5543. | #define SELECT_TYPE_ARG234 (fd_set *)
  5544. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5545. | #define RETSIGTYPE void
  5546. | #define HAVE_STRCOLL 1
  5547. | #define HAVE_STRFTIME 1
  5548. | #define HAVE_UTIME_NULL 1
  5549. | #define HAVE_VPRINTF 1
  5550. | #define HAVE_ATEXIT 1
  5551. | #define HAVE_DUP2 1
  5552. | #define HAVE_FDATASYNC 1
  5553. | #define HAVE_FTIME 1
  5554. | #define HAVE_FTRUNCATE 1
  5555. | #define HAVE_GETCWD 1
  5556. | #define HAVE_GETHOSTBYADDR 1
  5557. | #define HAVE_GETHOSTBYNAME 1
  5558. | #define HAVE_GETHOSTNAME 1
  5559. | #define HAVE_GETPAGESIZE 1
  5560. | #define HAVE_GETPASS 1
  5561. | #define HAVE_GETTIMEOFDAY 1
  5562. | #define HAVE_INET_NTOA 1
  5563. | #define HAVE_LCHOWN 1
  5564. | #define HAVE_LOCALECONV 1
  5565. | #define HAVE_MEMCHR 1
  5566. | #define HAVE_MEMMOVE 1
  5567. | #define HAVE_MEMSET 1
  5568. | #define HAVE_MKDIR 1
  5569. | #define HAVE_MODF 1
  5570. | #define HAVE_MUNMAP 1
  5571. | #define HAVE_RMDIR 1
  5572. | #define HAVE_SELECT 1
  5573. | #define HAVE_SETENV 1
  5574. | #define HAVE_SETLOCALE 1
  5575. | #define HAVE_SOCKET 1
  5576. | #define HAVE_STRCASECMP 1
  5577. | #define HAVE_STRCHR 1
  5578. | #define HAVE_STRCSPN 1
  5579. | #define HAVE_STRDUP 1
  5580. | #define HAVE_STRERROR 1
  5581. | #define HAVE_STRNCASECMP 1
  5582. | #define HAVE_STRPBRK 1
  5583. | #define HAVE_STRRCHR 1
  5584. | #define HAVE_STRSPN 1
  5585. | #define HAVE_STRSTR 1
  5586. | #define HAVE_STRTOL 1
  5587. | #define HAVE_STRTOUL 1
  5588. | #define HAVE_SYSINFO 1
  5589. | #define HAVE_TZSET 1
  5590. | #define HAVE_UTIME 1
  5591. | #define SIZEOF_INT 4
  5592. | #define SIZEOF_SIZE_T 4
  5593. | #define HAVE_LIBGL 1
  5594. | #define HAVE_LIBGLEW 1
  5595. | #define HAVE_LIBGLU 1
  5596. | #define HAVE_LIBASS 1
  5597. | #define HAVE_LIBBZ2 1
  5598. | #define HAVE_LIBJPEG 1
  5599. | #define HAVE_LIBPTHREAD 1
  5600. | #define HAVE_LIBLZO2 1
  5601. | #define HAVE_LIBZ 1
  5602. | #define HAVE_LIBSSL 1
  5603. | #define HAVE_LIBCRYPTO 1
  5604. | #define HAVE_LIBWAVPACK 1
  5605. | #define HAVE_LIBMPEG2 1
  5606. | #define HAVE_LIBMPEG2CONVERT 1
  5607. | #define HAVE_LIBSSH 1
  5608. | #define HAVE_LIBPCRE 1
  5609. | #define HAVE_LIBPCRECPP 1
  5610. | #define HAVE_LIBMODPLUG 1
  5611. | #define HAVE_LIBMYSQLCLIENT 1
  5612. | #define HAVE_LIBFAAD 1
  5613. | #define HAVE_LIBSMBCLIENT 1
  5614. | #define HAVE_LIBSDL_MIXER 1
  5615. | #define HAVE_LIBDL 1
  5616. | #define HAVE_LIBRESOLV 1
  5617. | #define HAVE_LIBJASPER 1
  5618. | #define HAVE_LIBTIFF 1
  5619. | #define HAVE_LIBRT 1
  5620. | #define HAVE_LIBSDL_IMAGE 1
  5621. | #define HAVE_LIBMICROHTTPD 1
  5622. | #define HAS_DVD_DRIVE 1
  5623. | #define HAVE_LIBPULSE 1
  5624. | #define HAS_HAL 1
  5625. | #define HAVE_LIBAVAHI_COMMON 1
  5626. | #define HAVE_LIBAVAHI_CLIENT 1
  5627. | #define HAVE_LIBXRANDR 1
  5628. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5629. | #define HAVE_LIBCRYSTALHD 2
  5630. | #define HAVE_DIRENT_H 1
  5631. | #define STDC_HEADERS 1
  5632. | #define HAVE_SYS_WAIT_H 1
  5633. | #define HAVE_ARPA_INET_H 1
  5634. | #define HAVE_FCNTL_H 1
  5635. | #define HAVE_FLOAT_H 1
  5636. | #define HAVE_INTTYPES_H 1
  5637. | #define HAVE_LIMITS_H 1
  5638. | #define HAVE_LOCALE_H 1
  5639. | #define HAVE_MALLOC_H 1
  5640. | #define HAVE_MEMORY_H 1
  5641. | #define HAVE_NETDB_H 1
  5642. | #define HAVE_NETINET_IN_H 1
  5643. | #define HAVE_STDDEF_H 1
  5644. | #define HAVE_STDINT_H 1
  5645. | #define HAVE_STDLIB_H 1
  5646. | #define HAVE_STRING_H 1
  5647. | #define HAVE_STRINGS_H 1
  5648. | #define HAVE_SYS_FILE_H 1
  5649. | #define HAVE_SYS_IOCTL_H 1
  5650. | #define HAVE_SYS_MOUNT_H 1
  5651. | #define HAVE_SYS_PARAM_H 1
  5652. | #define HAVE_SYS_SOCKET_H 1
  5653. | #define HAVE_SYS_TIME_H 1
  5654. | #define HAVE_SYS_TIMEB_H 1
  5655. | #define HAVE_SYS_VFS_H 1
  5656. | #define HAVE_TERMIOS_H 1
  5657. | #define HAVE_UNISTD_H 1
  5658. | #define HAVE_UTIME_H 1
  5659. | #define HAVE_WCHAR_H 1
  5660. | #define HAVE_WCTYPE_H 1
  5661. | #define HAVE_CDIO_ISO9660_H 1
  5662. | #define HAVE__BOOL 1
  5663. | #define HAVE_STDBOOL_H 1
  5664. | #define restrict __restrict
  5665. | /* end confdefs.h. */
  5666. | #include <stdio.h>
  5667. | #ifdef HAVE_SYS_TYPES_H
  5668. | # include <sys/types.h>
  5669. | #endif
  5670. | #ifdef HAVE_SYS_STAT_H
  5671. | # include <sys/stat.h>
  5672. | #endif
  5673. | #ifdef STDC_HEADERS
  5674. | # include <stdlib.h>
  5675. | # include <stddef.h>
  5676. | #else
  5677. | # ifdef HAVE_STDLIB_H
  5678. | # include <stdlib.h>
  5679. | # endif
  5680. | #endif
  5681. | #ifdef HAVE_STRING_H
  5682. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5683. | # include <memory.h>
  5684. | # endif
  5685. | # include <string.h>
  5686. | #endif
  5687. | #ifdef HAVE_STRINGS_H
  5688. | # include <strings.h>
  5689. | #endif
  5690. | #ifdef HAVE_INTTYPES_H
  5691. | # include <inttypes.h>
  5692. | #endif
  5693. | #ifdef HAVE_STDINT_H
  5694. | # include <stdint.h>
  5695. | #endif
  5696. | #ifdef HAVE_UNISTD_H
  5697. | # include <unistd.h>
  5698. | #endif
  5699. | int
  5700. | main ()
  5701. | {
  5702. | if (sizeof ((size_t)))
  5703. | return 0;
  5704. | ;
  5705. | return 0;
  5706. | }
  5707. configure:23844: result: yes
  5708. configure:23855: checking for ssize_t
  5709. configure:23855: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5710. configure:23855: $? = 0
  5711. configure:23855: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5712. conftest.c: In function 'main':
  5713. conftest.c:202: error: expected expression before ')' token
  5714. configure:23855: $? = 1
  5715. configure: failed program was:
  5716. | /* confdefs.h */
  5717. | #define PACKAGE_NAME "xbmc"
  5718. | #define PACKAGE_TARNAME "xbmc"
  5719. | #define PACKAGE_VERSION "9.11"
  5720. | #define PACKAGE_STRING "xbmc 9.11"
  5721. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5722. | #define PACKAGE_URL ""
  5723. | #define PACKAGE "xbmc"
  5724. | #define VERSION "9.11"
  5725. | #define LIRC_DEVICE "/dev/lircd"
  5726. | #define STDC_HEADERS 1
  5727. | #define HAVE_SYS_TYPES_H 1
  5728. | #define HAVE_SYS_STAT_H 1
  5729. | #define HAVE_STDLIB_H 1
  5730. | #define HAVE_STRING_H 1
  5731. | #define HAVE_MEMORY_H 1
  5732. | #define HAVE_STRINGS_H 1
  5733. | #define HAVE_INTTYPES_H 1
  5734. | #define HAVE_STDINT_H 1
  5735. | #define HAVE_UNISTD_H 1
  5736. | #define HAVE_DLFCN_H 1
  5737. | #define LT_OBJDIR ".libs/"
  5738. | #define HAVE_ALLOCA_H 1
  5739. | #define HAVE_ALLOCA 1
  5740. | #define HAVE_UNISTD_H 1
  5741. | #define HAVE_CHOWN 1
  5742. | #define HAVE_DIRENT_H 1
  5743. | #define HAVE_FSEEKO 1
  5744. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5745. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5746. | #define TIME_WITH_SYS_TIME 1
  5747. | #define HAVE_SYS_TIME_H 1
  5748. | #define HAVE_UNISTD_H 1
  5749. | #define HAVE_STDLIB_H 1
  5750. | #define HAVE_SYS_PARAM_H 1
  5751. | #define HAVE_UTIME_H 1
  5752. | #define HAVE_ALARM 1
  5753. | #define HAVE_GETPAGESIZE 1
  5754. | #define HAVE_MMAP 1
  5755. | #define HAVE_SYS_SELECT_H 1
  5756. | #define HAVE_SYS_SOCKET_H 1
  5757. | #define SELECT_TYPE_ARG1 int
  5758. | #define SELECT_TYPE_ARG234 (fd_set *)
  5759. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5760. | #define RETSIGTYPE void
  5761. | #define HAVE_STRCOLL 1
  5762. | #define HAVE_STRFTIME 1
  5763. | #define HAVE_UTIME_NULL 1
  5764. | #define HAVE_VPRINTF 1
  5765. | #define HAVE_ATEXIT 1
  5766. | #define HAVE_DUP2 1
  5767. | #define HAVE_FDATASYNC 1
  5768. | #define HAVE_FTIME 1
  5769. | #define HAVE_FTRUNCATE 1
  5770. | #define HAVE_GETCWD 1
  5771. | #define HAVE_GETHOSTBYADDR 1
  5772. | #define HAVE_GETHOSTBYNAME 1
  5773. | #define HAVE_GETHOSTNAME 1
  5774. | #define HAVE_GETPAGESIZE 1
  5775. | #define HAVE_GETPASS 1
  5776. | #define HAVE_GETTIMEOFDAY 1
  5777. | #define HAVE_INET_NTOA 1
  5778. | #define HAVE_LCHOWN 1
  5779. | #define HAVE_LOCALECONV 1
  5780. | #define HAVE_MEMCHR 1
  5781. | #define HAVE_MEMMOVE 1
  5782. | #define HAVE_MEMSET 1
  5783. | #define HAVE_MKDIR 1
  5784. | #define HAVE_MODF 1
  5785. | #define HAVE_MUNMAP 1
  5786. | #define HAVE_RMDIR 1
  5787. | #define HAVE_SELECT 1
  5788. | #define HAVE_SETENV 1
  5789. | #define HAVE_SETLOCALE 1
  5790. | #define HAVE_SOCKET 1
  5791. | #define HAVE_STRCASECMP 1
  5792. | #define HAVE_STRCHR 1
  5793. | #define HAVE_STRCSPN 1
  5794. | #define HAVE_STRDUP 1
  5795. | #define HAVE_STRERROR 1
  5796. | #define HAVE_STRNCASECMP 1
  5797. | #define HAVE_STRPBRK 1
  5798. | #define HAVE_STRRCHR 1
  5799. | #define HAVE_STRSPN 1
  5800. | #define HAVE_STRSTR 1
  5801. | #define HAVE_STRTOL 1
  5802. | #define HAVE_STRTOUL 1
  5803. | #define HAVE_SYSINFO 1
  5804. | #define HAVE_TZSET 1
  5805. | #define HAVE_UTIME 1
  5806. | #define SIZEOF_INT 4
  5807. | #define SIZEOF_SIZE_T 4
  5808. | #define HAVE_LIBGL 1
  5809. | #define HAVE_LIBGLEW 1
  5810. | #define HAVE_LIBGLU 1
  5811. | #define HAVE_LIBASS 1
  5812. | #define HAVE_LIBBZ2 1
  5813. | #define HAVE_LIBJPEG 1
  5814. | #define HAVE_LIBPTHREAD 1
  5815. | #define HAVE_LIBLZO2 1
  5816. | #define HAVE_LIBZ 1
  5817. | #define HAVE_LIBSSL 1
  5818. | #define HAVE_LIBCRYPTO 1
  5819. | #define HAVE_LIBWAVPACK 1
  5820. | #define HAVE_LIBMPEG2 1
  5821. | #define HAVE_LIBMPEG2CONVERT 1
  5822. | #define HAVE_LIBSSH 1
  5823. | #define HAVE_LIBPCRE 1
  5824. | #define HAVE_LIBPCRECPP 1
  5825. | #define HAVE_LIBMODPLUG 1
  5826. | #define HAVE_LIBMYSQLCLIENT 1
  5827. | #define HAVE_LIBFAAD 1
  5828. | #define HAVE_LIBSMBCLIENT 1
  5829. | #define HAVE_LIBSDL_MIXER 1
  5830. | #define HAVE_LIBDL 1
  5831. | #define HAVE_LIBRESOLV 1
  5832. | #define HAVE_LIBJASPER 1
  5833. | #define HAVE_LIBTIFF 1
  5834. | #define HAVE_LIBRT 1
  5835. | #define HAVE_LIBSDL_IMAGE 1
  5836. | #define HAVE_LIBMICROHTTPD 1
  5837. | #define HAS_DVD_DRIVE 1
  5838. | #define HAVE_LIBPULSE 1
  5839. | #define HAS_HAL 1
  5840. | #define HAVE_LIBAVAHI_COMMON 1
  5841. | #define HAVE_LIBAVAHI_CLIENT 1
  5842. | #define HAVE_LIBXRANDR 1
  5843. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5844. | #define HAVE_LIBCRYSTALHD 2
  5845. | #define HAVE_DIRENT_H 1
  5846. | #define STDC_HEADERS 1
  5847. | #define HAVE_SYS_WAIT_H 1
  5848. | #define HAVE_ARPA_INET_H 1
  5849. | #define HAVE_FCNTL_H 1
  5850. | #define HAVE_FLOAT_H 1
  5851. | #define HAVE_INTTYPES_H 1
  5852. | #define HAVE_LIMITS_H 1
  5853. | #define HAVE_LOCALE_H 1
  5854. | #define HAVE_MALLOC_H 1
  5855. | #define HAVE_MEMORY_H 1
  5856. | #define HAVE_NETDB_H 1
  5857. | #define HAVE_NETINET_IN_H 1
  5858. | #define HAVE_STDDEF_H 1
  5859. | #define HAVE_STDINT_H 1
  5860. | #define HAVE_STDLIB_H 1
  5861. | #define HAVE_STRING_H 1
  5862. | #define HAVE_STRINGS_H 1
  5863. | #define HAVE_SYS_FILE_H 1
  5864. | #define HAVE_SYS_IOCTL_H 1
  5865. | #define HAVE_SYS_MOUNT_H 1
  5866. | #define HAVE_SYS_PARAM_H 1
  5867. | #define HAVE_SYS_SOCKET_H 1
  5868. | #define HAVE_SYS_TIME_H 1
  5869. | #define HAVE_SYS_TIMEB_H 1
  5870. | #define HAVE_SYS_VFS_H 1
  5871. | #define HAVE_TERMIOS_H 1
  5872. | #define HAVE_UNISTD_H 1
  5873. | #define HAVE_UTIME_H 1
  5874. | #define HAVE_WCHAR_H 1
  5875. | #define HAVE_WCTYPE_H 1
  5876. | #define HAVE_CDIO_ISO9660_H 1
  5877. | #define HAVE__BOOL 1
  5878. | #define HAVE_STDBOOL_H 1
  5879. | #define restrict __restrict
  5880. | /* end confdefs.h. */
  5881. | #include <stdio.h>
  5882. | #ifdef HAVE_SYS_TYPES_H
  5883. | # include <sys/types.h>
  5884. | #endif
  5885. | #ifdef HAVE_SYS_STAT_H
  5886. | # include <sys/stat.h>
  5887. | #endif
  5888. | #ifdef STDC_HEADERS
  5889. | # include <stdlib.h>
  5890. | # include <stddef.h>
  5891. | #else
  5892. | # ifdef HAVE_STDLIB_H
  5893. | # include <stdlib.h>
  5894. | # endif
  5895. | #endif
  5896. | #ifdef HAVE_STRING_H
  5897. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5898. | # include <memory.h>
  5899. | # endif
  5900. | # include <string.h>
  5901. | #endif
  5902. | #ifdef HAVE_STRINGS_H
  5903. | # include <strings.h>
  5904. | #endif
  5905. | #ifdef HAVE_INTTYPES_H
  5906. | # include <inttypes.h>
  5907. | #endif
  5908. | #ifdef HAVE_STDINT_H
  5909. | # include <stdint.h>
  5910. | #endif
  5911. | #ifdef HAVE_UNISTD_H
  5912. | # include <unistd.h>
  5913. | #endif
  5914. | int
  5915. | main ()
  5916. | {
  5917. | if (sizeof ((ssize_t)))
  5918. | return 0;
  5919. | ;
  5920. | return 0;
  5921. | }
  5922. configure:23855: result: yes
  5923. configure:23866: checking for struct stat.st_rdev
  5924. configure:23866: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5925. configure:23866: $? = 0
  5926. configure:23866: result: yes
  5927. configure:23876: checking whether time.h and sys/time.h may both be included
  5928. configure:23903: result: yes
  5929. configure:23911: checking whether struct tm is in sys/time.h or time.h
  5930. configure:23931: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5931. configure:23931: $? = 0
  5932. configure:23938: result: time.h
  5933. configure:23946: checking for uint8_t
  5934. configure:23946: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5935. configure:23946: $? = 0
  5936. configure:23946: result: yes
  5937. configure:23960: checking for uint16_t
  5938. configure:23960: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5939. configure:23960: $? = 0
  5940. configure:23960: result: yes
  5941. configure:23972: checking for uint32_t
  5942. configure:23972: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5943. configure:23972: $? = 0
  5944. configure:23972: result: yes
  5945. configure:23986: checking for uint64_t
  5946. configure:23986: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5947. configure:23986: $? = 0
  5948. configure:23986: result: yes
  5949. configure:24000: checking whether byte ordering is bigendian
  5950. configure:24015: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5951. conftest.c:169: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  5952. configure:24015: $? = 1
  5953. configure: failed program was:
  5954. | /* confdefs.h */
  5955. | #define PACKAGE_NAME "xbmc"
  5956. | #define PACKAGE_TARNAME "xbmc"
  5957. | #define PACKAGE_VERSION "9.11"
  5958. | #define PACKAGE_STRING "xbmc 9.11"
  5959. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5960. | #define PACKAGE_URL ""
  5961. | #define PACKAGE "xbmc"
  5962. | #define VERSION "9.11"
  5963. | #define LIRC_DEVICE "/dev/lircd"
  5964. | #define STDC_HEADERS 1
  5965. | #define HAVE_SYS_TYPES_H 1
  5966. | #define HAVE_SYS_STAT_H 1
  5967. | #define HAVE_STDLIB_H 1
  5968. | #define HAVE_STRING_H 1
  5969. | #define HAVE_MEMORY_H 1
  5970. | #define HAVE_STRINGS_H 1
  5971. | #define HAVE_INTTYPES_H 1
  5972. | #define HAVE_STDINT_H 1
  5973. | #define HAVE_UNISTD_H 1
  5974. | #define HAVE_DLFCN_H 1
  5975. | #define LT_OBJDIR ".libs/"
  5976. | #define HAVE_ALLOCA_H 1
  5977. | #define HAVE_ALLOCA 1
  5978. | #define HAVE_UNISTD_H 1
  5979. | #define HAVE_CHOWN 1
  5980. | #define HAVE_DIRENT_H 1
  5981. | #define HAVE_FSEEKO 1
  5982. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5983. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5984. | #define TIME_WITH_SYS_TIME 1
  5985. | #define HAVE_SYS_TIME_H 1
  5986. | #define HAVE_UNISTD_H 1
  5987. | #define HAVE_STDLIB_H 1
  5988. | #define HAVE_SYS_PARAM_H 1
  5989. | #define HAVE_UTIME_H 1
  5990. | #define HAVE_ALARM 1
  5991. | #define HAVE_GETPAGESIZE 1
  5992. | #define HAVE_MMAP 1
  5993. | #define HAVE_SYS_SELECT_H 1
  5994. | #define HAVE_SYS_SOCKET_H 1
  5995. | #define SELECT_TYPE_ARG1 int
  5996. | #define SELECT_TYPE_ARG234 (fd_set *)
  5997. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5998. | #define RETSIGTYPE void
  5999. | #define HAVE_STRCOLL 1
  6000. | #define HAVE_STRFTIME 1
  6001. | #define HAVE_UTIME_NULL 1
  6002. | #define HAVE_VPRINTF 1
  6003. | #define HAVE_ATEXIT 1
  6004. | #define HAVE_DUP2 1
  6005. | #define HAVE_FDATASYNC 1
  6006. | #define HAVE_FTIME 1
  6007. | #define HAVE_FTRUNCATE 1
  6008. | #define HAVE_GETCWD 1
  6009. | #define HAVE_GETHOSTBYADDR 1
  6010. | #define HAVE_GETHOSTBYNAME 1
  6011. | #define HAVE_GETHOSTNAME 1
  6012. | #define HAVE_GETPAGESIZE 1
  6013. | #define HAVE_GETPASS 1
  6014. | #define HAVE_GETTIMEOFDAY 1
  6015. | #define HAVE_INET_NTOA 1
  6016. | #define HAVE_LCHOWN 1
  6017. | #define HAVE_LOCALECONV 1
  6018. | #define HAVE_MEMCHR 1
  6019. | #define HAVE_MEMMOVE 1
  6020. | #define HAVE_MEMSET 1
  6021. | #define HAVE_MKDIR 1
  6022. | #define HAVE_MODF 1
  6023. | #define HAVE_MUNMAP 1
  6024. | #define HAVE_RMDIR 1
  6025. | #define HAVE_SELECT 1
  6026. | #define HAVE_SETENV 1
  6027. | #define HAVE_SETLOCALE 1
  6028. | #define HAVE_SOCKET 1
  6029. | #define HAVE_STRCASECMP 1
  6030. | #define HAVE_STRCHR 1
  6031. | #define HAVE_STRCSPN 1
  6032. | #define HAVE_STRDUP 1
  6033. | #define HAVE_STRERROR 1
  6034. | #define HAVE_STRNCASECMP 1
  6035. | #define HAVE_STRPBRK 1
  6036. | #define HAVE_STRRCHR 1
  6037. | #define HAVE_STRSPN 1
  6038. | #define HAVE_STRSTR 1
  6039. | #define HAVE_STRTOL 1
  6040. | #define HAVE_STRTOUL 1
  6041. | #define HAVE_SYSINFO 1
  6042. | #define HAVE_TZSET 1
  6043. | #define HAVE_UTIME 1
  6044. | #define SIZEOF_INT 4
  6045. | #define SIZEOF_SIZE_T 4
  6046. | #define HAVE_LIBGL 1
  6047. | #define HAVE_LIBGLEW 1
  6048. | #define HAVE_LIBGLU 1
  6049. | #define HAVE_LIBASS 1
  6050. | #define HAVE_LIBBZ2 1
  6051. | #define HAVE_LIBJPEG 1
  6052. | #define HAVE_LIBPTHREAD 1
  6053. | #define HAVE_LIBLZO2 1
  6054. | #define HAVE_LIBZ 1
  6055. | #define HAVE_LIBSSL 1
  6056. | #define HAVE_LIBCRYPTO 1
  6057. | #define HAVE_LIBWAVPACK 1
  6058. | #define HAVE_LIBMPEG2 1
  6059. | #define HAVE_LIBMPEG2CONVERT 1
  6060. | #define HAVE_LIBSSH 1
  6061. | #define HAVE_LIBPCRE 1
  6062. | #define HAVE_LIBPCRECPP 1
  6063. | #define HAVE_LIBMODPLUG 1
  6064. | #define HAVE_LIBMYSQLCLIENT 1
  6065. | #define HAVE_LIBFAAD 1
  6066. | #define HAVE_LIBSMBCLIENT 1
  6067. | #define HAVE_LIBSDL_MIXER 1
  6068. | #define HAVE_LIBDL 1
  6069. | #define HAVE_LIBRESOLV 1
  6070. | #define HAVE_LIBJASPER 1
  6071. | #define HAVE_LIBTIFF 1
  6072. | #define HAVE_LIBRT 1
  6073. | #define HAVE_LIBSDL_IMAGE 1
  6074. | #define HAVE_LIBMICROHTTPD 1
  6075. | #define HAS_DVD_DRIVE 1
  6076. | #define HAVE_LIBPULSE 1
  6077. | #define HAS_HAL 1
  6078. | #define HAVE_LIBAVAHI_COMMON 1
  6079. | #define HAVE_LIBAVAHI_CLIENT 1
  6080. | #define HAVE_LIBXRANDR 1
  6081. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  6082. | #define HAVE_LIBCRYSTALHD 2
  6083. | #define HAVE_DIRENT_H 1
  6084. | #define STDC_HEADERS 1
  6085. | #define HAVE_SYS_WAIT_H 1
  6086. | #define HAVE_ARPA_INET_H 1
  6087. | #define HAVE_FCNTL_H 1
  6088. | #define HAVE_FLOAT_H 1
  6089. | #define HAVE_INTTYPES_H 1
  6090. | #define HAVE_LIMITS_H 1
  6091. | #define HAVE_LOCALE_H 1
  6092. | #define HAVE_MALLOC_H 1
  6093. | #define HAVE_MEMORY_H 1
  6094. | #define HAVE_NETDB_H 1
  6095. | #define HAVE_NETINET_IN_H 1
  6096. | #define HAVE_STDDEF_H 1
  6097. | #define HAVE_STDINT_H 1
  6098. | #define HAVE_STDLIB_H 1
  6099. | #define HAVE_STRING_H 1
  6100. | #define HAVE_STRINGS_H 1
  6101. | #define HAVE_SYS_FILE_H 1
  6102. | #define HAVE_SYS_IOCTL_H 1
  6103. | #define HAVE_SYS_MOUNT_H 1
  6104. | #define HAVE_SYS_PARAM_H 1
  6105. | #define HAVE_SYS_SOCKET_H 1
  6106. | #define HAVE_SYS_TIME_H 1
  6107. | #define HAVE_SYS_TIMEB_H 1
  6108. | #define HAVE_SYS_VFS_H 1
  6109. | #define HAVE_TERMIOS_H 1
  6110. | #define HAVE_UNISTD_H 1
  6111. | #define HAVE_UTIME_H 1
  6112. | #define HAVE_WCHAR_H 1
  6113. | #define HAVE_WCTYPE_H 1
  6114. | #define HAVE_CDIO_ISO9660_H 1
  6115. | #define HAVE__BOOL 1
  6116. | #define HAVE_STDBOOL_H 1
  6117. | #define restrict __restrict
  6118. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6119. | #define TIME_WITH_SYS_TIME 1
  6120. | /* end confdefs.h. */
  6121. | #ifndef __APPLE_CC__
  6122. | not a universal capable compiler
  6123. | #endif
  6124. | typedef int dummy;
  6125. |
  6126. configure:24060: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  6127. configure:24060: $? = 0
  6128. configure:24078: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  6129. conftest.c: In function 'main':
  6130. conftest.c:175: error: 'not' undeclared (first use in this function)
  6131. conftest.c:175: error: (Each undeclared identifier is reported only once
  6132. conftest.c:175: error: for each function it appears in.)
  6133. conftest.c:175: error: expected ';' before 'big'
  6134. configure:24078: $? = 1
  6135. configure: failed program was:
  6136. | /* confdefs.h */
  6137. | #define PACKAGE_NAME "xbmc"
  6138. | #define PACKAGE_TARNAME "xbmc"
  6139. | #define PACKAGE_VERSION "9.11"
  6140. | #define PACKAGE_STRING "xbmc 9.11"
  6141. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  6142. | #define PACKAGE_URL ""
  6143. | #define PACKAGE "xbmc"
  6144. | #define VERSION "9.11"
  6145. | #define LIRC_DEVICE "/dev/lircd"
  6146. | #define STDC_HEADERS 1
  6147. | #define HAVE_SYS_TYPES_H 1
  6148. | #define HAVE_SYS_STAT_H 1
  6149. | #define HAVE_STDLIB_H 1
  6150. | #define HAVE_STRING_H 1
  6151. | #define HAVE_MEMORY_H 1
  6152. | #define HAVE_STRINGS_H 1
  6153. | #define HAVE_INTTYPES_H 1
  6154. | #define HAVE_STDINT_H 1
  6155. | #define HAVE_UNISTD_H 1
  6156. | #define HAVE_DLFCN_H 1
  6157. | #define LT_OBJDIR ".libs/"
  6158. | #define HAVE_ALLOCA_H 1
  6159. | #define HAVE_ALLOCA 1
  6160. | #define HAVE_UNISTD_H 1
  6161. | #define HAVE_CHOWN 1
  6162. | #define HAVE_DIRENT_H 1
  6163. | #define HAVE_FSEEKO 1
  6164. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6165. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6166. | #define TIME_WITH_SYS_TIME 1
  6167. | #define HAVE_SYS_TIME_H 1
  6168. | #define HAVE_UNISTD_H 1
  6169. | #define HAVE_STDLIB_H 1
  6170. | #define HAVE_SYS_PARAM_H 1
  6171. | #define HAVE_UTIME_H 1
  6172. | #define HAVE_ALARM 1
  6173. | #define HAVE_GETPAGESIZE 1
  6174. | #define HAVE_MMAP 1
  6175. | #define HAVE_SYS_SELECT_H 1
  6176. | #define HAVE_SYS_SOCKET_H 1
  6177. | #define SELECT_TYPE_ARG1 int
  6178. | #define SELECT_TYPE_ARG234 (fd_set *)
  6179. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6180. | #define RETSIGTYPE void
  6181. | #define HAVE_STRCOLL 1
  6182. | #define HAVE_STRFTIME 1
  6183. | #define HAVE_UTIME_NULL 1
  6184. | #define HAVE_VPRINTF 1
  6185. | #define HAVE_ATEXIT 1
  6186. | #define HAVE_DUP2 1
  6187. | #define HAVE_FDATASYNC 1
  6188. | #define HAVE_FTIME 1
  6189. | #define HAVE_FTRUNCATE 1
  6190. | #define HAVE_GETCWD 1
  6191. | #define HAVE_GETHOSTBYADDR 1
  6192. | #define HAVE_GETHOSTBYNAME 1
  6193. | #define HAVE_GETHOSTNAME 1
  6194. | #define HAVE_GETPAGESIZE 1
  6195. | #define HAVE_GETPASS 1
  6196. | #define HAVE_GETTIMEOFDAY 1
  6197. | #define HAVE_INET_NTOA 1
  6198. | #define HAVE_LCHOWN 1
  6199. | #define HAVE_LOCALECONV 1
  6200. | #define HAVE_MEMCHR 1
  6201. | #define HAVE_MEMMOVE 1
  6202. | #define HAVE_MEMSET 1
  6203. | #define HAVE_MKDIR 1
  6204. | #define HAVE_MODF 1
  6205. | #define HAVE_MUNMAP 1
  6206. | #define HAVE_RMDIR 1
  6207. | #define HAVE_SELECT 1
  6208. | #define HAVE_SETENV 1
  6209. | #define HAVE_SETLOCALE 1
  6210. | #define HAVE_SOCKET 1
  6211. | #define HAVE_STRCASECMP 1
  6212. | #define HAVE_STRCHR 1
  6213. | #define HAVE_STRCSPN 1
  6214. | #define HAVE_STRDUP 1
  6215. | #define HAVE_STRERROR 1
  6216. | #define HAVE_STRNCASECMP 1
  6217. | #define HAVE_STRPBRK 1
  6218. | #define HAVE_STRRCHR 1
  6219. | #define HAVE_STRSPN 1
  6220. | #define HAVE_STRSTR 1
  6221. | #define HAVE_STRTOL 1
  6222. | #define HAVE_STRTOUL 1
  6223. | #define HAVE_SYSINFO 1
  6224. | #define HAVE_TZSET 1
  6225. | #define HAVE_UTIME 1
  6226. | #define SIZEOF_INT 4
  6227. | #define SIZEOF_SIZE_T 4
  6228. | #define HAVE_LIBGL 1
  6229. | #define HAVE_LIBGLEW 1
  6230. | #define HAVE_LIBGLU 1
  6231. | #define HAVE_LIBASS 1
  6232. | #define HAVE_LIBBZ2 1
  6233. | #define HAVE_LIBJPEG 1
  6234. | #define HAVE_LIBPTHREAD 1
  6235. | #define HAVE_LIBLZO2 1
  6236. | #define HAVE_LIBZ 1
  6237. | #define HAVE_LIBSSL 1
  6238. | #define HAVE_LIBCRYPTO 1
  6239. | #define HAVE_LIBWAVPACK 1
  6240. | #define HAVE_LIBMPEG2 1
  6241. | #define HAVE_LIBMPEG2CONVERT 1
  6242. | #define HAVE_LIBSSH 1
  6243. | #define HAVE_LIBPCRE 1
  6244. | #define HAVE_LIBPCRECPP 1
  6245. | #define HAVE_LIBMODPLUG 1
  6246. | #define HAVE_LIBMYSQLCLIENT 1
  6247. | #define HAVE_LIBFAAD 1
  6248. | #define HAVE_LIBSMBCLIENT 1
  6249. | #define HAVE_LIBSDL_MIXER 1
  6250. | #define HAVE_LIBDL 1
  6251. | #define HAVE_LIBRESOLV 1
  6252. | #define HAVE_LIBJASPER 1
  6253. | #define HAVE_LIBTIFF 1
  6254. | #define HAVE_LIBRT 1
  6255. | #define HAVE_LIBSDL_IMAGE 1
  6256. | #define HAVE_LIBMICROHTTPD 1
  6257. | #define HAS_DVD_DRIVE 1
  6258. | #define HAVE_LIBPULSE 1
  6259. | #define HAS_HAL 1
  6260. | #define HAVE_LIBAVAHI_COMMON 1
  6261. | #define HAVE_LIBAVAHI_CLIENT 1
  6262. | #define HAVE_LIBXRANDR 1
  6263. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  6264. | #define HAVE_LIBCRYSTALHD 2
  6265. | #define HAVE_DIRENT_H 1
  6266. | #define STDC_HEADERS 1
  6267. | #define HAVE_SYS_WAIT_H 1
  6268. | #define HAVE_ARPA_INET_H 1
  6269. | #define HAVE_FCNTL_H 1
  6270. | #define HAVE_FLOAT_H 1
  6271. | #define HAVE_INTTYPES_H 1
  6272. | #define HAVE_LIMITS_H 1
  6273. | #define HAVE_LOCALE_H 1
  6274. | #define HAVE_MALLOC_H 1
  6275. | #define HAVE_MEMORY_H 1
  6276. | #define HAVE_NETDB_H 1
  6277. | #define HAVE_NETINET_IN_H 1
  6278. | #define HAVE_STDDEF_H 1
  6279. | #define HAVE_STDINT_H 1
  6280. | #define HAVE_STDLIB_H 1
  6281. | #define HAVE_STRING_H 1
  6282. | #define HAVE_STRINGS_H 1
  6283. | #define HAVE_SYS_FILE_H 1
  6284. | #define HAVE_SYS_IOCTL_H 1
  6285. | #define HAVE_SYS_MOUNT_H 1
  6286. | #define HAVE_SYS_PARAM_H 1
  6287. | #define HAVE_SYS_SOCKET_H 1
  6288. | #define HAVE_SYS_TIME_H 1
  6289. | #define HAVE_SYS_TIMEB_H 1
  6290. | #define HAVE_SYS_VFS_H 1
  6291. | #define HAVE_TERMIOS_H 1
  6292. | #define HAVE_UNISTD_H 1
  6293. | #define HAVE_UTIME_H 1
  6294. | #define HAVE_WCHAR_H 1
  6295. | #define HAVE_WCTYPE_H 1
  6296. | #define HAVE_CDIO_ISO9660_H 1
  6297. | #define HAVE__BOOL 1
  6298. | #define HAVE_STDBOOL_H 1
  6299. | #define restrict __restrict
  6300. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6301. | #define TIME_WITH_SYS_TIME 1
  6302. | /* end confdefs.h. */
  6303. | #include <sys/types.h>
  6304. | #include <sys/param.h>
  6305. |
  6306. | int
  6307. | main ()
  6308. | {
  6309. | #if BYTE_ORDER != BIG_ENDIAN
  6310. | not big endian
  6311. | #endif
  6312. |
  6313. | ;
  6314. | return 0;
  6315. | }
  6316. configure:24206: result: no
  6317. configure:24310: checking for ccache
  6318. configure:24341: result: none
  6319. configure:24353: ccache not found. Falling back to default CC
  6320. configure:24384: == DVDCSS support enabled. ==
  6321. configure:24960: creating ./config.status
  6322. configure:27527: Skipping configuration of submodule xbmc/cores/paplayer/FLACCodec/flac-1.2.1.
  6323. configure:27653: Skipping configuration of submodule xbmc/cores/dvdplayer/Codecs/libdts.
  6324. configure:27802: Skipping configuration of submodule xbmc/cores/dvdplayer/Codecs/libfaad2.
  6325. configure:27846: Skipping configuration of submodule xbmc/cores/dvdplayer/Codecs/liba52.
  6326. configure:27871: Skipping configuration of submodule xbmc/cores/dvdplayer/Codecs/libmad.
  6327. configure:27896: Skipping configuration of submodule xbmc/lib/cximage-6.0/zlib.
  6328. configure:27926: Skipping configuration of submodule lib/libass.
  6329. configure:28028: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
  6330. configure:28142: Skipping configuration of submodule lib/libmodplug.
  6331. configure:28167: Skipping configuration of submodule lib/libmicrohttpd.
  6332.  
  6333. ## ---------------------- ##
  6334. ## Running config.status. ##
  6335. ## ---------------------- ##
  6336.  
  6337. This file was extended by xbmc config.status 9.11, which was
  6338. generated by GNU Autoconf 2.65. Invocation command line was
  6339.  
  6340. CONFIG_FILES =
  6341. CONFIG_HEADERS =
  6342. CONFIG_LINKS =
  6343. CONFIG_COMMANDS =
  6344. $ ./config.status
  6345.  
  6346. on kubuntu
  6347.  
  6348. config.status:1435: creating .dummy
  6349. config.status:1435: creating Makefile
  6350. config.status:1435: creating Makefile.include
  6351. config.status:1435: creating xbmc/Makefile
  6352. config.status:1435: creating xbmc/cdrip/Makefile
  6353. config.status:1435: creating xbmc/cores/Makefile
  6354. config.status:1435: creating xbmc/cores/VideoRenderers/Makefile
  6355. config.status:1435: creating xbmc/cores/dvdplayer/Makefile
  6356. config.status:1435: creating xbmc/cores/dvdplayer/Codecs/Makefile
  6357. config.status:1435: creating xbmc/cores/dvdplayer/Codecs/libdvd/Makefile
  6358. config.status:1435: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
  6359. config.status:1435: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
  6360. config.status:1435: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
  6361. config.status:1435: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
  6362. config.status:1435: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
  6363. config.status:1435: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
  6364. config.status:1435: creating xbmc/cores/AudioRenderers/Makefile
  6365. config.status:1435: creating xbmc/cores/paplayer/Makefile
  6366. config.status:1435: creating xbmc/cores/paplayer/timidity/Makefile
  6367. config.status:1435: creating xbmc/cores/paplayer/AC3Codec/Makefile
  6368. config.status:1435: creating xbmc/cores/paplayer/ADPCMCodec/Makefile
  6369. config.status:1435: creating xbmc/cores/paplayer/asap/Makefile
  6370. config.status:1435: creating xbmc/cores/paplayer/NSFCodec/Makefile
  6371. config.status:1435: creating xbmc/cores/paplayer/SIDCodec/Makefile
  6372. config.status:1435: creating xbmc/cores/paplayer/vgmstream/Makefile
  6373. config.status:1435: creating xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU/Makefile
  6374. config.status:1435: creating xbmc/cores/paplayer/YMCodec/StSoundLibrary/Makefile
  6375. config.status:1435: creating xbmc/cores/playercorefactory/Makefile
  6376. config.status:1435: creating xbmc/karaoke/Makefile
  6377. config.status:1435: creating xbmc/osx/Makefile
  6378. config.status:1435: creating guilib/Makefile
  6379. config.status:1435: creating guilib/common/Makefile
  6380. config.status:1435: creating xbmc/lib/libXBMS/Makefile
  6381. config.status:1435: creating xbmc/lib/libRTV/Makefile
  6382. config.status:1435: creating xbmc/lib/libexif/Makefile
  6383. config.status:1435: creating xbmc/lib/libXDAAP/Makefile
  6384. config.status:1435: creating xbmc/lib/libhdhomerun/Makefile
  6385. config.status:1435: creating xbmc/lib/libhttpapi/Makefile
  6386. config.status:1435: creating lib/jsoncpp/jsoncpp/src/lib_json/Makefile
  6387. config.status:1435: creating xbmc/lib/libjsonrpc/Makefile
  6388. config.status:1435: creating xbmc/lib/libsquish/Makefile
  6389. config.status:1435: creating xbmc/lib/libid3tag/Makefile
  6390. config.status:1435: creating xbmc/lib/cximage-6.0/Makefile
  6391. config.status:1435: creating xbmc/lib/libPython/linux/Makefile
  6392. config.status:1435: creating xbmc/lib/libUPnP/Makefile
  6393. config.status:1435: creating xbmc/DllPaths_generated.h
  6394. config.status:1435: creating xbmc/linux/Makefile
  6395. config.status:1435: creating xbmc/FileSystem/Makefile
  6396. config.status:1435: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
  6397. config.status:1435: creating xbmc/visualizations/XBMCProjectM/Makefile
  6398. config.status:1435: creating xbmc/visualizations/Goom/Makefile
  6399. config.status:1435: creating xbmc/visualizations/OpenGLSpectrum/Makefile
  6400. config.status:1435: creating xbmc/visualizations/WaveForm/Makefile
  6401. config.status:1435: creating xbmc/visualizations/iTunes/Makefile
  6402. config.status:1435: creating xbmc/FileSystem/Makefile
  6403. config.status:1435: creating tools/Linux/xbmc.sh
  6404. config.status:1435: creating tools/Linux/xbmc-standalone.sh
  6405. config.status:1435: creating tools/TexturePacker/Makefile
  6406. config.status:1435: creating tools/EventClients/Clients/OSXRemote/Makefile
  6407. config.status:1435: creating config.h
  6408. config.status:1660: executing depfiles commands
  6409. config.status:1660: executing libtool commands
  6410.  
  6411. ## ---------------- ##
  6412. ## Cache variables. ##
  6413. ## ---------------- ##
  6414.  
  6415. ac_cv_build=i686-pc-linux-gnu
  6416. ac_cv_c_bigendian=no
  6417. ac_cv_c_compiler_gnu=yes
  6418. ac_cv_c_const=yes
  6419. ac_cv_c_inline=inline
  6420. ac_cv_c_int16_t=yes
  6421. ac_cv_c_int32_t=yes
  6422. ac_cv_c_int64_t=yes
  6423. ac_cv_c_int8_t=yes
  6424. ac_cv_c_restrict=__restrict
  6425. ac_cv_c_uint16_t=yes
  6426. ac_cv_c_uint32_t=yes
  6427. ac_cv_c_uint64_t=yes
  6428. ac_cv_c_uint8_t=yes
  6429. ac_cv_cxx_compiler_gnu=yes
  6430. ac_cv_env_ALSA_CFLAGS_set=
  6431. ac_cv_env_ALSA_CFLAGS_value=
  6432. ac_cv_env_ALSA_LIBS_set=
  6433. ac_cv_env_ALSA_LIBS_value=
  6434. ac_cv_env_CCC_set=
  6435. ac_cv_env_CCC_value=
  6436. ac_cv_env_CC_set=
  6437. ac_cv_env_CC_value=
  6438. ac_cv_env_CDIO_CFLAGS_set=
  6439. ac_cv_env_CDIO_CFLAGS_value=
  6440. ac_cv_env_CDIO_LIBS_set=
  6441. ac_cv_env_CDIO_LIBS_value=
  6442. ac_cv_env_CFLAGS_set=
  6443. ac_cv_env_CFLAGS_value=
  6444. ac_cv_env_CPPFLAGS_set=
  6445. ac_cv_env_CPPFLAGS_value=
  6446. ac_cv_env_CPP_set=
  6447. ac_cv_env_CPP_value=
  6448. ac_cv_env_CURL_CFLAGS_set=
  6449. ac_cv_env_CURL_CFLAGS_value=
  6450. ac_cv_env_CURL_LIBS_set=
  6451. ac_cv_env_CURL_LIBS_value=
  6452. ac_cv_env_CXXCPP_set=
  6453. ac_cv_env_CXXCPP_value=
  6454. ac_cv_env_CXXFLAGS_set=
  6455. ac_cv_env_CXXFLAGS_value=
  6456. ac_cv_env_CXX_set=
  6457. ac_cv_env_CXX_value=
  6458. ac_cv_env_DBUS_CFLAGS_set=
  6459. ac_cv_env_DBUS_CFLAGS_value=
  6460. ac_cv_env_DBUS_LIBS_set=
  6461. ac_cv_env_DBUS_LIBS_value=
  6462. ac_cv_env_ENCA_CFLAGS_set=
  6463. ac_cv_env_ENCA_CFLAGS_value=
  6464. ac_cv_env_ENCA_LIBS_set=
  6465. ac_cv_env_ENCA_LIBS_value=
  6466. ac_cv_env_FFMPEG_CFLAGS_set=
  6467. ac_cv_env_FFMPEG_CFLAGS_value=
  6468. ac_cv_env_FFMPEG_LIBS_set=
  6469. ac_cv_env_FFMPEG_LIBS_value=
  6470. ac_cv_env_FONTCONFIG_CFLAGS_set=
  6471. ac_cv_env_FONTCONFIG_CFLAGS_value=
  6472. ac_cv_env_FONTCONFIG_LIBS_set=
  6473. ac_cv_env_FONTCONFIG_LIBS_value=
  6474. ac_cv_env_FREETYPE2_CFLAGS_set=
  6475. ac_cv_env_FREETYPE2_CFLAGS_value=
  6476. ac_cv_env_FREETYPE2_LIBS_set=
  6477. ac_cv_env_FREETYPE2_LIBS_value=
  6478. ac_cv_env_FRIBIDI_CFLAGS_set=
  6479. ac_cv_env_FRIBIDI_CFLAGS_value=
  6480. ac_cv_env_FRIBIDI_LIBS_set=
  6481. ac_cv_env_FRIBIDI_LIBS_value=
  6482. ac_cv_env_HAL_CFLAGS_set=
  6483. ac_cv_env_HAL_CFLAGS_value=
  6484. ac_cv_env_HAL_LIBS_set=
  6485. ac_cv_env_HAL_LIBS_value=
  6486. ac_cv_env_HAL_STORAGE_CFLAGS_set=
  6487. ac_cv_env_HAL_STORAGE_CFLAGS_value=
  6488. ac_cv_env_HAL_STORAGE_LIBS_set=
  6489. ac_cv_env_HAL_STORAGE_LIBS_value=
  6490. ac_cv_env_LDFLAGS_set=
  6491. ac_cv_env_LDFLAGS_value=
  6492. ac_cv_env_LIBBLURAY_CFLAGS_set=
  6493. ac_cv_env_LIBBLURAY_CFLAGS_value=
  6494. ac_cv_env_LIBBLURAY_LIBS_set=
  6495. ac_cv_env_LIBBLURAY_LIBS_value=
  6496. ac_cv_env_LIBS_set=
  6497. ac_cv_env_LIBS_value=
  6498. ac_cv_env_MAD_CFLAGS_set=
  6499. ac_cv_env_MAD_CFLAGS_value=
  6500. ac_cv_env_MAD_LIBS_set=
  6501. ac_cv_env_MAD_LIBS_value=
  6502. ac_cv_env_MMS_CFLAGS_set=
  6503. ac_cv_env_MMS_CFLAGS_value=
  6504. ac_cv_env_MMS_LIBS_set=
  6505. ac_cv_env_MMS_LIBS_value=
  6506. ac_cv_env_OGG_CFLAGS_set=
  6507. ac_cv_env_OGG_CFLAGS_value=
  6508. ac_cv_env_OGG_LIBS_set=
  6509. ac_cv_env_OGG_LIBS_value=
  6510. ac_cv_env_PCRECPP_CFLAGS_set=
  6511. ac_cv_env_PCRECPP_CFLAGS_value=
  6512. ac_cv_env_PCRECPP_LIBS_set=
  6513. ac_cv_env_PCRECPP_LIBS_value=
  6514. ac_cv_env_PCRE_CFLAGS_set=
  6515. ac_cv_env_PCRE_CFLAGS_value=
  6516. ac_cv_env_PCRE_LIBS_set=
  6517. ac_cv_env_PCRE_LIBS_value=
  6518. ac_cv_env_PKG_CONFIG_set=
  6519. ac_cv_env_PKG_CONFIG_value=
  6520. ac_cv_env_PNG_CFLAGS_set=
  6521. ac_cv_env_PNG_CFLAGS_value=
  6522. ac_cv_env_PNG_LIBS_set=
  6523. ac_cv_env_PNG_LIBS_value=
  6524. ac_cv_env_SAMPLERATE_CFLAGS_set=
  6525. ac_cv_env_SAMPLERATE_CFLAGS_value=
  6526. ac_cv_env_SAMPLERATE_LIBS_set=
  6527. ac_cv_env_SAMPLERATE_LIBS_value=
  6528. ac_cv_env_SDL_CFLAGS_set=
  6529. ac_cv_env_SDL_CFLAGS_value=
  6530. ac_cv_env_SDL_LIBS_set=
  6531. ac_cv_env_SDL_LIBS_value=
  6532. ac_cv_env_SQLITE3_CFLAGS_set=
  6533. ac_cv_env_SQLITE3_CFLAGS_value=
  6534. ac_cv_env_SQLITE3_LIBS_set=
  6535. ac_cv_env_SQLITE3_LIBS_value=
  6536. ac_cv_env_VORBISENC_CFLAGS_set=
  6537. ac_cv_env_VORBISENC_CFLAGS_value=
  6538. ac_cv_env_VORBISENC_LIBS_set=
  6539. ac_cv_env_VORBISENC_LIBS_value=
  6540. ac_cv_env_VORBISFILE_CFLAGS_set=
  6541. ac_cv_env_VORBISFILE_CFLAGS_value=
  6542. ac_cv_env_VORBISFILE_LIBS_set=
  6543. ac_cv_env_VORBISFILE_LIBS_value=
  6544. ac_cv_env_VORBIS_CFLAGS_set=
  6545. ac_cv_env_VORBIS_CFLAGS_value=
  6546. ac_cv_env_VORBIS_LIBS_set=
  6547. ac_cv_env_VORBIS_LIBS_value=
  6548. ac_cv_env_XEXT_CFLAGS_set=
  6549. ac_cv_env_XEXT_CFLAGS_value=
  6550. ac_cv_env_XEXT_LIBS_set=
  6551. ac_cv_env_XEXT_LIBS_value=
  6552. ac_cv_env_XMU_CFLAGS_set=
  6553. ac_cv_env_XMU_CFLAGS_value=
  6554. ac_cv_env_XMU_LIBS_set=
  6555. ac_cv_env_XMU_LIBS_value=
  6556. ac_cv_env_XTST_CFLAGS_set=
  6557. ac_cv_env_XTST_CFLAGS_value=
  6558. ac_cv_env_XTST_LIBS_set=
  6559. ac_cv_env_XTST_LIBS_value=
  6560. ac_cv_env_XT_CFLAGS_set=
  6561. ac_cv_env_XT_CFLAGS_value=
  6562. ac_cv_env_XT_LIBS_set=
  6563. ac_cv_env_XT_LIBS_value=
  6564. ac_cv_env_build_alias_set=
  6565. ac_cv_env_build_alias_value=
  6566. ac_cv_env_host_alias_set=
  6567. ac_cv_env_host_alias_value=
  6568. ac_cv_env_target_alias_set=
  6569. ac_cv_env_target_alias_value=
  6570. ac_cv_func__doprnt=no
  6571. ac_cv_func_alarm=yes
  6572. ac_cv_func_alloca_works=yes
  6573. ac_cv_func_atexit=yes
  6574. ac_cv_func_chown_works=yes
  6575. ac_cv_func_closedir_void=no
  6576. ac_cv_func_dup2=yes
  6577. ac_cv_func_fdatasync=yes
  6578. ac_cv_func_floor=no
  6579. ac_cv_func_fs_stat_dev=no
  6580. ac_cv_func_ftime=yes
  6581. ac_cv_func_ftruncate=yes
  6582. ac_cv_func_getcwd=yes
  6583. ac_cv_func_gethostbyaddr=yes
  6584. ac_cv_func_gethostbyname=yes
  6585. ac_cv_func_gethostname=yes
  6586. ac_cv_func_getpagesize=yes
  6587. ac_cv_func_getpass=yes
  6588. ac_cv_func_gettimeofday=yes
  6589. ac_cv_func_inet_ntoa=yes
  6590. ac_cv_func_lchown=yes
  6591. ac_cv_func_localeconv=yes
  6592. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  6593. ac_cv_func_lstat_empty_string_bug=no
  6594. ac_cv_func_memchr=yes
  6595. ac_cv_func_memcmp_working=yes
  6596. ac_cv_func_memmove=yes
  6597. ac_cv_func_memset=yes
  6598. ac_cv_func_mkdir=yes
  6599. ac_cv_func_mmap_fixed_mapped=yes
  6600. ac_cv_func_modf=yes
  6601. ac_cv_func_munmap=yes
  6602. ac_cv_func_pow=no
  6603. ac_cv_func_rmdir=yes
  6604. ac_cv_func_select=yes
  6605. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  6606. ac_cv_func_setenv=yes
  6607. ac_cv_func_setlocale=yes
  6608. ac_cv_func_setvbuf_reversed=no
  6609. ac_cv_func_socket=yes
  6610. ac_cv_func_sqrt=no
  6611. ac_cv_func_stat_empty_string_bug=no
  6612. ac_cv_func_strcasecmp=yes
  6613. ac_cv_func_strchr=yes
  6614. ac_cv_func_strcoll_works=yes
  6615. ac_cv_func_strcspn=yes
  6616. ac_cv_func_strdup=yes
  6617. ac_cv_func_strerror=yes
  6618. ac_cv_func_strftime=yes
  6619. ac_cv_func_strncasecmp=yes
  6620. ac_cv_func_strpbrk=yes
  6621. ac_cv_func_strrchr=yes
  6622. ac_cv_func_strspn=yes
  6623. ac_cv_func_strstr=yes
  6624. ac_cv_func_strtod=yes
  6625. ac_cv_func_strtol=yes
  6626. ac_cv_func_strtoul=yes
  6627. ac_cv_func_sysinfo=yes
  6628. ac_cv_func_tzset=yes
  6629. ac_cv_func_utime=yes
  6630. ac_cv_func_utime_null=yes
  6631. ac_cv_func_vprintf=yes
  6632. ac_cv_func_working_mktime=yes
  6633. ac_cv_header_FLAC_stream_decoder_h=yes
  6634. ac_cv_header_OpenMAX_IL_OMX_Types_h=no
  6635. ac_cv_header_arpa_inet_h=yes
  6636. ac_cv_header_boost_shared_ptr_hpp=yes
  6637. ac_cv_header_cdio_iso9660_h=yes
  6638. ac_cv_header_dirent_dirent_h=yes
  6639. ac_cv_header_dlfcn_h=yes
  6640. ac_cv_header_fcntl_h=yes
  6641. ac_cv_header_float_h=yes
  6642. ac_cv_header_inttypes_h=yes
  6643. ac_cv_header_jpeglib_h=yes
  6644. ac_cv_header_libcrystalhd_libcrystalhd_if_h=yes
  6645. ac_cv_header_librtmp_amf_h=no
  6646. ac_cv_header_librtmp_log_h=no
  6647. ac_cv_header_librtmp_rtmp_h=no
  6648. ac_cv_header_limits_h=yes
  6649. ac_cv_header_locale_h=yes
  6650. ac_cv_header_mad_h=yes
  6651. ac_cv_header_malloc_h=yes
  6652. ac_cv_header_memory_h=yes
  6653. ac_cv_header_netdb_h=yes
  6654. ac_cv_header_netinet_in_h=yes
  6655. ac_cv_header_ogg_ogg_h=yes
  6656. ac_cv_header_samplerate_h=yes
  6657. ac_cv_header_stat_broken=no
  6658. ac_cv_header_stdbool_h=yes
  6659. ac_cv_header_stdc=yes
  6660. ac_cv_header_stddef_h=yes
  6661. ac_cv_header_stdint_h=yes
  6662. ac_cv_header_stdlib_h=yes
  6663. ac_cv_header_string_h=yes
  6664. ac_cv_header_strings_h=yes
  6665. ac_cv_header_sys_file_h=yes
  6666. ac_cv_header_sys_ioctl_h=yes
  6667. ac_cv_header_sys_mount_h=yes
  6668. ac_cv_header_sys_param_h=yes
  6669. ac_cv_header_sys_select_h=yes
  6670. ac_cv_header_sys_socket_h=yes
  6671. ac_cv_header_sys_stat_h=yes
  6672. ac_cv_header_sys_time_h=yes
  6673. ac_cv_header_sys_timeb_h=yes
  6674. ac_cv_header_sys_types_h=yes
  6675. ac_cv_header_sys_vfs_h=yes
  6676. ac_cv_header_sys_wait_h=yes
  6677. ac_cv_header_termios_h=yes
  6678. ac_cv_header_time=yes
  6679. ac_cv_header_unistd_h=yes
  6680. ac_cv_header_utime_h=yes
  6681. ac_cv_header_vdpau_vdpau_h=no
  6682. ac_cv_header_vorbis_vorbisenc_h=yes
  6683. ac_cv_header_vorbis_vorbisfile_h=yes
  6684. ac_cv_header_wchar_h=yes
  6685. ac_cv_header_wctype_h=yes
  6686. ac_cv_host=i686-pc-linux-gnu
  6687. ac_cv_lib_GLEW_main=yes
  6688. ac_cv_lib_GLU_main=yes
  6689. ac_cv_lib_GL_main=yes
  6690. ac_cv_lib_SDL_image_main=yes
  6691. ac_cv_lib_SDL_mixer_main=yes
  6692. ac_cv_lib_Xrandr_main=yes
  6693. ac_cv_lib_ass_ass_set_message_cb=yes
  6694. ac_cv_lib_avahi_client_main=yes
  6695. ac_cv_lib_avahi_common_main=yes
  6696. ac_cv_lib_bz2_main=yes
  6697. ac_cv_lib_crypto_main=yes
  6698. ac_cv_lib_dl_main=yes
  6699. ac_cv_lib_error_at_line=yes
  6700. ac_cv_lib_faad_main=yes
  6701. ac_cv_lib_jasper_main=yes
  6702. ac_cv_lib_jpeg_main=yes
  6703. ac_cv_lib_lzo2_main=yes
  6704. ac_cv_lib_microhttpd_main=yes
  6705. ac_cv_lib_modplug_main=yes
  6706. ac_cv_lib_mpeg2_main=yes
  6707. ac_cv_lib_mpeg2convert_main=yes
  6708. ac_cv_lib_mysqlclient_main=yes
  6709. ac_cv_lib_pthread_main=yes
  6710. ac_cv_lib_pulse_main=yes
  6711. ac_cv_lib_resolv_main=yes
  6712. ac_cv_lib_rt_clock_gettime=yes
  6713. ac_cv_lib_smbclient_main=yes
  6714. ac_cv_lib_ssh_sftp_tell64=yes
  6715. ac_cv_lib_ssl_main=yes
  6716. ac_cv_lib_tiff_main=yes
  6717. ac_cv_lib_va_main=no
  6718. ac_cv_lib_wavpack_main=yes
  6719. ac_cv_lib_z_main=yes
  6720. ac_cv_member_struct_stat_st_rdev=yes
  6721. ac_cv_objext=o
  6722. ac_cv_path_CCACHE=none
  6723. ac_cv_path_EGREP='/bin/grep -E'
  6724. ac_cv_path_FGREP='/bin/grep -F'
  6725. ac_cv_path_GREP=/bin/grep
  6726. ac_cv_path_SED=/bin/sed
  6727. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  6728. ac_cv_path_install='/usr/bin/install -c'
  6729. ac_cv_path_mkdir=/bin/mkdir
  6730. ac_cv_prog_AWK=gawk
  6731. ac_cv_prog_CPP='gcc -E'
  6732. ac_cv_prog_CXXCPP='g++ -E'
  6733. ac_cv_prog_HAVE_CMAKE=yes
  6734. ac_cv_prog_HAVE_GAWK=yes
  6735. ac_cv_prog_HAVE_GIT=no
  6736. ac_cv_prog_HAVE_GPERF=yes
  6737. ac_cv_prog_HAVE_NASM=yes
  6738. ac_cv_prog_HAVE_SVNVERSION=yes
  6739. ac_cv_prog_HAVE_UNZIP=yes
  6740. ac_cv_prog_HAVE_ZIP=yes
  6741. ac_cv_prog_MYSQL_CONFIG=yes
  6742. ac_cv_prog_ac_ct_AR=ar
  6743. ac_cv_prog_ac_ct_CC=gcc
  6744. ac_cv_prog_ac_ct_CXX=g++
  6745. ac_cv_prog_ac_ct_OBJDUMP=objdump
  6746. ac_cv_prog_ac_ct_RANLIB=ranlib
  6747. ac_cv_prog_ac_ct_STRIP=strip
  6748. ac_cv_prog_cc_c89=
  6749. ac_cv_prog_cc_g=yes
  6750. ac_cv_prog_cxx_g=yes
  6751. ac_cv_prog_gcc_traditional=no
  6752. ac_cv_prog_make_make_set=yes
  6753. ac_cv_search_opendir='none required'
  6754. ac_cv_sizeof_int=4
  6755. ac_cv_sizeof_size_t=4
  6756. ac_cv_struct_tm=time.h
  6757. ac_cv_sys_largefile_source=no
  6758. ac_cv_type__Bool=yes
  6759. ac_cv_type_mode_t=yes
  6760. ac_cv_type_off_t=yes
  6761. ac_cv_type_pid_t=yes
  6762. ac_cv_type_signal=void
  6763. ac_cv_type_size_t=yes
  6764. ac_cv_type_ssize_t=yes
  6765. ac_cv_type_uid_t=yes
  6766. ac_cv_working_alloca_h=yes
  6767. am_cv_CC_dependencies_compiler_type=none
  6768. am_cv_CXX_dependencies_compiler_type=none
  6769. lt_cv_deplibs_check_method=pass_all
  6770. lt_cv_file_magic_cmd='$MAGIC_CMD'
  6771. lt_cv_file_magic_test_file=
  6772. lt_cv_ld_reload_flag=-r
  6773. lt_cv_nm_interface='BSD nm'
  6774. lt_cv_objdir=.libs
  6775. lt_cv_path_LD=/usr/bin/ld
  6776. lt_cv_path_LDCXX=/usr/bin/ld
  6777. lt_cv_path_NM='/usr/bin/nm -B'
  6778. lt_cv_prog_compiler_c_o=yes
  6779. lt_cv_prog_compiler_c_o_CXX=yes
  6780. lt_cv_prog_compiler_pic_works=yes
  6781. lt_cv_prog_compiler_pic_works_CXX=yes
  6782. lt_cv_prog_compiler_rtti_exceptions=no
  6783. lt_cv_prog_compiler_static_works=yes
  6784. lt_cv_prog_compiler_static_works_CXX=yes
  6785. lt_cv_prog_gnu_ld=yes
  6786. lt_cv_prog_gnu_ldcxx=yes
  6787. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  6788. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  6789. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  6790. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  6791. lt_cv_sys_max_cmd_len=1572864
  6792. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  6793. pkg_cv_ALSA_LIBS='-lasound '
  6794. pkg_cv_CDIO_CFLAGS=' '
  6795. pkg_cv_CDIO_LIBS='-lcdio -lm '
  6796. pkg_cv_CURL_CFLAGS=' '
  6797. pkg_cv_CURL_LIBS='-lcurl '
  6798. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6799. pkg_cv_DBUS_LIBS='-L/lib -ldbus-1 -lpthread -lrt '
  6800. pkg_cv_ENCA_CFLAGS=' '
  6801. pkg_cv_ENCA_LIBS='-lenca -lm '
  6802. pkg_cv_FONTCONFIG_CFLAGS=' '
  6803. pkg_cv_FONTCONFIG_LIBS='-lfontconfig '
  6804. pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  6805. pkg_cv_FREETYPE2_LIBS='-lfreetype '
  6806. pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  6807. pkg_cv_FRIBIDI_LIBS='-lfribidi '
  6808. pkg_cv_HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6809. pkg_cv_HAL_LIBS='-L/lib -lhal -ldbus-1 -lpthread -lrt '
  6810. pkg_cv_HAL_STORAGE_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6811. pkg_cv_HAL_STORAGE_LIBS='-L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt '
  6812. pkg_cv_MAD_CFLAGS=' '
  6813. pkg_cv_MAD_LIBS='-lmad '
  6814. pkg_cv_MMS_CFLAGS='-I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  6815. pkg_cv_MMS_LIBS='-lmms -lm -lglib-2.0 '
  6816. pkg_cv_OGG_CFLAGS=' '
  6817. pkg_cv_OGG_LIBS='-logg '
  6818. pkg_cv_PCRECPP_CFLAGS=' '
  6819. pkg_cv_PCRECPP_LIBS='-lpcre -lpcrecpp '
  6820. pkg_cv_PCRE_CFLAGS=' '
  6821. pkg_cv_PCRE_LIBS='-lpcre '
  6822. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng12 '
  6823. pkg_cv_PNG_LIBS='-lpng12 '
  6824. pkg_cv_SAMPLERATE_CFLAGS=' '
  6825. pkg_cv_SAMPLERATE_LIBS='-lsamplerate '
  6826. pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  6827. pkg_cv_SDL_LIBS='-lSDL '
  6828. pkg_cv_SQLITE3_CFLAGS=' '
  6829. pkg_cv_SQLITE3_LIBS='-lsqlite3 '
  6830. pkg_cv_VORBISENC_CFLAGS=' '
  6831. pkg_cv_VORBISENC_LIBS='-lvorbisenc -lvorbis -lm -logg '
  6832. pkg_cv_VORBIS_CFLAGS=' '
  6833. pkg_cv_VORBIS_LIBS='-lvorbis -lm -logg '
  6834. pkg_cv_XEXT_CFLAGS=' '
  6835. pkg_cv_XEXT_LIBS='-lXext '
  6836. pkg_cv_XMU_CFLAGS=' '
  6837. pkg_cv_XMU_LIBS='-lXmu '
  6838. pkg_cv_XTST_CFLAGS=' '
  6839. pkg_cv_XTST_LIBS='-lXtst '
  6840. pkg_cv_XT_CFLAGS=' '
  6841. pkg_cv_XT_LIBS='-lXt '
  6842.  
  6843. ## ----------------- ##
  6844. ## Output variables. ##
  6845. ## ----------------- ##
  6846.  
  6847. ACLOCAL='${SHELL} /home/sami/XBMC/build-aux/missing --run aclocal-1.11'
  6848. ALLOCA=''
  6849. ALSA_CFLAGS='-I/usr/include/alsa '
  6850. ALSA_LIBS='-lasound '
  6851. AMDEPBACKSLASH='\'
  6852. AMDEP_FALSE='#'
  6853. AMDEP_TRUE=''
  6854. AMTAR='${SHELL} /home/sami/XBMC/build-aux/missing --run tar'
  6855. AR='ar'
  6856. ARCH='i486-linux'
  6857. ARCHTYPE=''
  6858. ARCH_DEFINES=''
  6859. AUTOCONF='${SHELL} /home/sami/XBMC/build-aux/missing --run autoconf'
  6860. AUTOHEADER='${SHELL} /home/sami/XBMC/build-aux/missing --run autoheader'
  6861. AUTOMAKE='${SHELL} /home/sami/XBMC/build-aux/missing --run automake-1.11'
  6862. AWK='gawk'
  6863. BLURAY_SONAME=''
  6864. BUILD_DVDCSS='1'
  6865. BUILD_GOOM='1'
  6866. CC='gcc'
  6867. CCACHE='none'
  6868. CCDEPMODE='depmode=none'
  6869. CDIO_CFLAGS=' '
  6870. CDIO_LIBS='-lcdio -lm '
  6871. CFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
  6872. CPP='gcc -E'
  6873. CPPFLAGS=''
  6874. CRYSTALHD_SONAME='libcrystalhd.so.2'
  6875. CURL_CFLAGS=' '
  6876. CURL_LIBS='-lcurl '
  6877. CURL_SONAME='libcurl.so.4'
  6878. CXX='g++'
  6879. CXXCPP='g++ -E'
  6880. CXXDEPMODE='depmode=none'
  6881. CXXFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
  6882. CYGPATH_W='echo'
  6883. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6884. DBUS_LIBS='-L/lib -ldbus-1 -lpthread -lrt '
  6885. DEFS='-DHAVE_CONFIG_H'
  6886. DEPDIR='.deps'
  6887. DSYMUTIL=''
  6888. DUMPBIN=''
  6889. ECHO_C=''
  6890. ECHO_N='-n'
  6891. ECHO_T=''
  6892. EGREP='/bin/grep -E'
  6893. ENCA_CFLAGS=' '
  6894. ENCA_LIBS='-lenca -lm '
  6895. EXEEXT=''
  6896. FAAD_SONAME='libfaad.so.2'
  6897. FFMPEG_CFLAGS=''
  6898. FFMPEG_LIBS=''
  6899. FGREP='/bin/grep -F'
  6900. FLAC_SONAME='libFLAC.so.8'
  6901. FONTCONFIG_CFLAGS=' '
  6902. FONTCONFIG_LIBS='-lfontconfig '
  6903. FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  6904. FREETYPE2_LIBS='-lfreetype '
  6905. FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  6906. FRIBIDI_LIBS='-lfribidi '
  6907. GREP='/bin/grep'
  6908. HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6909. HAL_LIBS='-L/lib -lhal -ldbus-1 -lpthread -lrt '
  6910. HAL_STORAGE_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6911. HAL_STORAGE_LIBS='-L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt '
  6912. HAVE_CMAKE='yes'
  6913. HAVE_FPC=''
  6914. HAVE_GAWK='yes'
  6915. HAVE_GDC=''
  6916. HAVE_GIT='no'
  6917. HAVE_GPERF='yes'
  6918. HAVE_LIBBLURAY='0'
  6919. HAVE_NASM='yes'
  6920. HAVE_SVNVERSION='yes'
  6921. HAVE_UNZIP='yes'
  6922. HAVE_XBMC_NONFREE='1'
  6923. HAVE_ZIP='yes'
  6924. INCLUDES=' -I$(abs_top_srcdir) -I/usr/include/fribidi -I/usr/include/libpng12 -I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/mysql -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6925. INSTALL_DATA='${INSTALL} -m 644'
  6926. INSTALL_PROGRAM='${INSTALL}'
  6927. INSTALL_SCRIPT='${INSTALL}'
  6928. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6929. LD='/usr/bin/ld'
  6930. LDFLAGS=''
  6931. LIBBLURAY_CFLAGS=''
  6932. LIBBLURAY_LIBS=''
  6933. LIBCURL_BASENAME=''
  6934. LIBFAAD_BASENAME=''
  6935. LIBFLAC_BASENAME=''
  6936. LIBMAD_BASENAME=''
  6937. LIBMODPLUG_BASENAME=''
  6938. LIBOBJS=''
  6939. LIBOGG_BASENAME=''
  6940. LIBS='-lXrandr -lavahi-client -lavahi-common -lpulse -lmicrohttpd -lSDL_image -lrt -ltiff -ljasper -lresolv -ldl -lSDL_mixer -lsmbclient -lfaad -lmysqlclient -lmodplug -lssh -lmpeg2convert -lmpeg2 -lwavpack -lcrypto -lssl -lz -llzo2 -lpthread -ljpeg -lbz2 -lass -lGLU -lGLEW -lGL -lmad -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lmms -lm -lglib-2.0 -lfreetype -logg -lvorbis -lm -logg -lvorbisenc -lvorbis -lm -logg -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lasound -lenca -lm -lXt -lXtst -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL -L/lib -lhal -ldbus-1 -lpthread -lrt -L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt '
  6941. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  6942. LIBVORBISENC_BASENAME=''
  6943. LIBVORBISFILE_BASENAME=''
  6944. LIBVORBIS_BASENAME=''
  6945. LIPO=''
  6946. LN_S='ln -s'
  6947. LTLIBOBJS=''
  6948. MACOSX_DEPLOYMENT_TARGET=''
  6949. MAD_CFLAGS=' '
  6950. MAD_LIBS='-lmad '
  6951. MAD_SONAME='libmad.so.0'
  6952. MAKEINFO='${SHELL} /home/sami/XBMC/build-aux/missing --run makeinfo'
  6953. MKDIR_P='/bin/mkdir -p'
  6954. MMS_CFLAGS='-I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  6955. MMS_LIBS='-lmms -lm -lglib-2.0 '
  6956. MODPLUG_SONAME='libmodplug.so.0'
  6957. MYSQL_CONFIG='yes'
  6958. NM='/usr/bin/nm -B'
  6959. NMEDIT=''
  6960. OBJDUMP='objdump'
  6961. OBJEXT='o'
  6962. OGG_CFLAGS=' '
  6963. OGG_LIBS='-logg '
  6964. OGG_SONAME='libogg.so.0'
  6965. OTOOL64=''
  6966. OTOOL=''
  6967. OUTPUT_FILES='Makefile Makefile.include xbmc/Makefile xbmc/cdrip/Makefile xbmc/cores/Makefile xbmc/cores/VideoRenderers/Makefile xbmc/cores/dvdplayer/Makefile xbmc/cores/dvdplayer/Codecs/Makefile xbmc/cores/dvdplayer/Codecs/libdvd/Makefile xbmc/cores/dvdplayer/DVDCodecs/Makefile xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile xbmc/cores/dvdplayer/DVDDemuxers/Makefile xbmc/cores/dvdplayer/DVDSubtitles/Makefile xbmc/cores/AudioRenderers/Makefile xbmc/cores/paplayer/Makefile xbmc/cores/paplayer/timidity/Makefile xbmc/cores/paplayer/AC3Codec/Makefile xbmc/cores/paplayer/ADPCMCodec/Makefile xbmc/cores/paplayer/asap/Makefile xbmc/cores/paplayer/NSFCodec/Makefile xbmc/cores/paplayer/SIDCodec/Makefile xbmc/cores/paplayer/vgmstream/Makefile xbmc/cores/paplayer/SPCCodec/SNES/SNESAPU/Makefile xbmc/cores/paplayer/YMCodec/StSoundLibrary/Makefile xbmc/cores/playercorefactory/Makefile xbmc/karaoke/Makefile xbmc/osx/Makefile guilib/Makefile guilib/common/Makefile xbmc/lib/libXBMS/Makefile xbmc/lib/libRTV/Makefile xbmc/lib/libexif/Makefile xbmc/lib/libXDAAP/Makefile xbmc/lib/libhdhomerun/Makefile xbmc/lib/libhttpapi/Makefile lib/jsoncpp/jsoncpp/src/lib_json/Makefile xbmc/lib/libjsonrpc/Makefile xbmc/lib/libsquish/Makefile xbmc/lib/libid3tag/Makefile xbmc/lib/cximage-6.0/Makefile xbmc/lib/libPython/linux/Makefile xbmc/lib/libUPnP/Makefile xbmc/DllPaths_generated.h xbmc/linux/Makefile xbmc/FileSystem/Makefile xbmc/screensavers/rsxs-0.9/xbmc/Makefile xbmc/visualizations/XBMCProjectM/Makefile xbmc/visualizations/Goom/Makefile xbmc/visualizations/OpenGLSpectrum/Makefile xbmc/visualizations/WaveForm/Makefile xbmc/visualizations/iTunes/Makefile xbmc/FileSystem/Makefile tools/Linux/xbmc.sh tools/Linux/xbmc-standalone.sh tools/TexturePacker/Makefile tools/EventClients/Clients/OSXRemote/Makefile .dummy'
  6968. PACKAGE='xbmc'
  6969. PACKAGE_BUGREPORT='http://trac.xbmc.org'
  6970. PACKAGE_NAME='xbmc'
  6971. PACKAGE_STRING='xbmc 9.11'
  6972. PACKAGE_TARNAME='xbmc'
  6973. PACKAGE_URL=''
  6974. PACKAGE_VERSION='9.11'
  6975. PATH_SEPARATOR=':'
  6976. PCRECPP_CFLAGS=' '
  6977. PCRECPP_LIBS='-lpcre -lpcrecpp '
  6978. PCRE_CFLAGS=' '
  6979. PCRE_LIBS='-lpcre '
  6980. PKG_CONFIG='/usr/bin/pkg-config'
  6981. PNG_CFLAGS='-I/usr/include/libpng12 '
  6982. PNG_LIBS='-lpng12 '
  6983. POW_LIB=''
  6984. RANLIB='ranlib'
  6985. RTMP_SONAME=''
  6986. SAMPLERATE_CFLAGS=' '
  6987. SAMPLERATE_LIBS='-lsamplerate '
  6988. SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  6989. SDL_DEFINES=' -DHAS_SDL_JOYSTICK -D'\''SVN_REV="35572"'\'''
  6990. SDL_LIBS='-lSDL '
  6991. SED='/bin/sed'
  6992. SET_MAKE=''
  6993. SHELL='/bin/bash'
  6994. SQLITE3_CFLAGS=' '
  6995. SQLITE3_LIBS='-lsqlite3 '
  6996. STRIP='strip'
  6997. USE_ASAP_CODEC='0'
  6998. USE_EXTERNAL_FFMPEG='0'
  6999. USE_EXTERNAL_LIBA52='0'
  7000. USE_EXTERNAL_LIBASS='1'
  7001. USE_EXTERNAL_LIBDTS='0'
  7002. USE_EXTERNAL_LIBMPEG2=''
  7003. USE_EXTERNAL_LIBWAVPACK=''
  7004. USE_EXTERNAL_PYTHON='0'
  7005. USE_INTERNAL_LIBA52='0'
  7006. USE_INTERNAL_LIBDTS='0'
  7007. USE_PYTHON2_4=''
  7008. USE_PYTHON2_5=''
  7009. USE_PYTHON2_6=''
  7010. VERSION='9.11'
  7011. VORBISENC_CFLAGS=' '
  7012. VORBISENC_LIBS='-lvorbisenc -lvorbis -lm -logg '
  7013. VORBISENC_SONAME='libvorbisenc.so.2'
  7014. VORBISFILE_CFLAGS=''
  7015. VORBISFILE_LIBS=''
  7016. VORBISFILE_SONAME='libvorbisfile.so.3'
  7017. VORBIS_CFLAGS=' '
  7018. VORBIS_LIBS='-lvorbis -lm -logg '
  7019. VORBIS_SONAME='libvorbis.so.0'
  7020. XEXT_CFLAGS=' '
  7021. XEXT_LIBS='-lXext '
  7022. XMU_CFLAGS=' '
  7023. XMU_LIBS='-lXmu '
  7024. XTST_CFLAGS=' '
  7025. XTST_LIBS='-lXtst '
  7026. XT_CFLAGS=' '
  7027. XT_LIBS='-lXt '
  7028. ac_ct_CC='gcc'
  7029. ac_ct_CXX='g++'
  7030. ac_ct_DUMPBIN=''
  7031. am__EXEEXT_FALSE=''
  7032. am__EXEEXT_TRUE='#'
  7033. am__fastdepCC_FALSE=''
  7034. am__fastdepCC_TRUE='#'
  7035. am__fastdepCXX_FALSE=''
  7036. am__fastdepCXX_TRUE='#'
  7037. am__include='include'
  7038. am__isrc=''
  7039. am__leading_dot='.'
  7040. am__quote=''
  7041. am__tar='${AMTAR} chof - "$$tardir"'
  7042. am__untar='${AMTAR} xf -'
  7043. bindir='${exec_prefix}/bin'
  7044. build='i686-pc-linux-gnu'
  7045. build_alias=''
  7046. build_cpu='i686'
  7047. build_os='linux-gnu'
  7048. build_vendor='pc'
  7049. datadir='${datarootdir}'
  7050. datarootdir='${prefix}/share'
  7051. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  7052. dvidir='${docdir}'
  7053. exec_prefix='${prefix}'
  7054. host='i686-pc-linux-gnu'
  7055. host_alias=''
  7056. host_cpu='i686'
  7057. host_os='linux-gnu'
  7058. host_vendor='pc'
  7059. htmldir='${docdir}'
  7060. includedir='${prefix}/include'
  7061. infodir='${datarootdir}/info'
  7062. install_sh='${SHELL} /home/sami/XBMC/build-aux/install-sh'
  7063. libdir='${exec_prefix}/lib'
  7064. libexecdir='${exec_prefix}/libexec'
  7065. localedir='${datarootdir}/locale'
  7066. localstatedir='${prefix}/var'
  7067. lt_ECHO='echo'
  7068. mandir='${datarootdir}/man'
  7069. mkdir_p='/bin/mkdir -p'
  7070. oldincludedir='/usr/include'
  7071. pdfdir='${docdir}'
  7072. prefix='/usr/local'
  7073. program_transform_name='s,x,x,'
  7074. psdir='${docdir}'
  7075. sbindir='${exec_prefix}/sbin'
  7076. sharedstatedir='${prefix}/com'
  7077. sysconfdir='${prefix}/etc'
  7078. target_alias=''
  7079.  
  7080. ## ------------------- ##
  7081. ## File substitutions. ##
  7082. ## ------------------- ##
  7083.  
  7084. XBMC_STANDALONE_SH_PULSE='tools/Linux/xbmc-standalone.sh.pulse'
  7085.  
  7086. ## ----------- ##
  7087. ## confdefs.h. ##
  7088. ## ----------- ##
  7089.  
  7090. /* confdefs.h */
  7091. #define PACKAGE_NAME "xbmc"
  7092. #define PACKAGE_TARNAME "xbmc"
  7093. #define PACKAGE_VERSION "9.11"
  7094. #define PACKAGE_STRING "xbmc 9.11"
  7095. #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  7096. #define PACKAGE_URL ""
  7097. #define PACKAGE "xbmc"
  7098. #define VERSION "9.11"
  7099. #define LIRC_DEVICE "/dev/lircd"
  7100. #define STDC_HEADERS 1
  7101. #define HAVE_SYS_TYPES_H 1
  7102. #define HAVE_SYS_STAT_H 1
  7103. #define HAVE_STDLIB_H 1
  7104. #define HAVE_STRING_H 1
  7105. #define HAVE_MEMORY_H 1
  7106. #define HAVE_STRINGS_H 1
  7107. #define HAVE_INTTYPES_H 1
  7108. #define HAVE_STDINT_H 1
  7109. #define HAVE_UNISTD_H 1
  7110. #define HAVE_DLFCN_H 1
  7111. #define LT_OBJDIR ".libs/"
  7112. #define HAVE_ALLOCA_H 1
  7113. #define HAVE_ALLOCA 1
  7114. #define HAVE_UNISTD_H 1
  7115. #define HAVE_CHOWN 1
  7116. #define HAVE_DIRENT_H 1
  7117. #define HAVE_FSEEKO 1
  7118. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7119. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7120. #define TIME_WITH_SYS_TIME 1
  7121. #define HAVE_SYS_TIME_H 1
  7122. #define HAVE_UNISTD_H 1
  7123. #define HAVE_STDLIB_H 1
  7124. #define HAVE_SYS_PARAM_H 1
  7125. #define HAVE_UTIME_H 1
  7126. #define HAVE_ALARM 1
  7127. #define HAVE_GETPAGESIZE 1
  7128. #define HAVE_MMAP 1
  7129. #define HAVE_SYS_SELECT_H 1
  7130. #define HAVE_SYS_SOCKET_H 1
  7131. #define SELECT_TYPE_ARG1 int
  7132. #define SELECT_TYPE_ARG234 (fd_set *)
  7133. #define SELECT_TYPE_ARG5 (struct timeval *)
  7134. #define RETSIGTYPE void
  7135. #define HAVE_STRCOLL 1
  7136. #define HAVE_STRFTIME 1
  7137. #define HAVE_UTIME_NULL 1
  7138. #define HAVE_VPRINTF 1
  7139. #define HAVE_ATEXIT 1
  7140. #define HAVE_DUP2 1
  7141. #define HAVE_FDATASYNC 1
  7142. #define HAVE_FTIME 1
  7143. #define HAVE_FTRUNCATE 1
  7144. #define HAVE_GETCWD 1
  7145. #define HAVE_GETHOSTBYADDR 1
  7146. #define HAVE_GETHOSTBYNAME 1
  7147. #define HAVE_GETHOSTNAME 1
  7148. #define HAVE_GETPAGESIZE 1
  7149. #define HAVE_GETPASS 1
  7150. #define HAVE_GETTIMEOFDAY 1
  7151. #define HAVE_INET_NTOA 1
  7152. #define HAVE_LCHOWN 1
  7153. #define HAVE_LOCALECONV 1
  7154. #define HAVE_MEMCHR 1
  7155. #define HAVE_MEMMOVE 1
  7156. #define HAVE_MEMSET 1
  7157. #define HAVE_MKDIR 1
  7158. #define HAVE_MODF 1
  7159. #define HAVE_MUNMAP 1
  7160. #define HAVE_RMDIR 1
  7161. #define HAVE_SELECT 1
  7162. #define HAVE_SETENV 1
  7163. #define HAVE_SETLOCALE 1
  7164. #define HAVE_SOCKET 1
  7165. #define HAVE_STRCASECMP 1
  7166. #define HAVE_STRCHR 1
  7167. #define HAVE_STRCSPN 1
  7168. #define HAVE_STRDUP 1
  7169. #define HAVE_STRERROR 1
  7170. #define HAVE_STRNCASECMP 1
  7171. #define HAVE_STRPBRK 1
  7172. #define HAVE_STRRCHR 1
  7173. #define HAVE_STRSPN 1
  7174. #define HAVE_STRSTR 1
  7175. #define HAVE_STRTOL 1
  7176. #define HAVE_STRTOUL 1
  7177. #define HAVE_SYSINFO 1
  7178. #define HAVE_TZSET 1
  7179. #define HAVE_UTIME 1
  7180. #define SIZEOF_INT 4
  7181. #define SIZEOF_SIZE_T 4
  7182. #define HAVE_LIBGL 1
  7183. #define HAVE_LIBGLEW 1
  7184. #define HAVE_LIBGLU 1
  7185. #define HAVE_LIBASS 1
  7186. #define HAVE_LIBBZ2 1
  7187. #define HAVE_LIBJPEG 1
  7188. #define HAVE_LIBPTHREAD 1
  7189. #define HAVE_LIBLZO2 1
  7190. #define HAVE_LIBZ 1
  7191. #define HAVE_LIBSSL 1
  7192. #define HAVE_LIBCRYPTO 1
  7193. #define HAVE_LIBWAVPACK 1
  7194. #define HAVE_LIBMPEG2 1
  7195. #define HAVE_LIBMPEG2CONVERT 1
  7196. #define HAVE_LIBSSH 1
  7197. #define HAVE_LIBPCRE 1
  7198. #define HAVE_LIBPCRECPP 1
  7199. #define HAVE_LIBMODPLUG 1
  7200. #define HAVE_LIBMYSQLCLIENT 1
  7201. #define HAVE_LIBFAAD 1
  7202. #define HAVE_LIBSMBCLIENT 1
  7203. #define HAVE_LIBSDL_MIXER 1
  7204. #define HAVE_LIBDL 1
  7205. #define HAVE_LIBRESOLV 1
  7206. #define HAVE_LIBJASPER 1
  7207. #define HAVE_LIBTIFF 1
  7208. #define HAVE_LIBRT 1
  7209. #define HAVE_LIBSDL_IMAGE 1
  7210. #define HAVE_LIBMICROHTTPD 1
  7211. #define HAS_DVD_DRIVE 1
  7212. #define HAVE_LIBPULSE 1
  7213. #define HAS_HAL 1
  7214. #define HAVE_LIBAVAHI_COMMON 1
  7215. #define HAVE_LIBAVAHI_CLIENT 1
  7216. #define HAVE_LIBXRANDR 1
  7217. #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  7218. #define HAVE_LIBCRYSTALHD 2
  7219. #define HAVE_DIRENT_H 1
  7220. #define STDC_HEADERS 1
  7221. #define HAVE_SYS_WAIT_H 1
  7222. #define HAVE_ARPA_INET_H 1
  7223. #define HAVE_FCNTL_H 1
  7224. #define HAVE_FLOAT_H 1
  7225. #define HAVE_INTTYPES_H 1
  7226. #define HAVE_LIMITS_H 1
  7227. #define HAVE_LOCALE_H 1
  7228. #define HAVE_MALLOC_H 1
  7229. #define HAVE_MEMORY_H 1
  7230. #define HAVE_NETDB_H 1
  7231. #define HAVE_NETINET_IN_H 1
  7232. #define HAVE_STDDEF_H 1
  7233. #define HAVE_STDINT_H 1
  7234. #define HAVE_STDLIB_H 1
  7235. #define HAVE_STRING_H 1
  7236. #define HAVE_STRINGS_H 1
  7237. #define HAVE_SYS_FILE_H 1
  7238. #define HAVE_SYS_IOCTL_H 1
  7239. #define HAVE_SYS_MOUNT_H 1
  7240. #define HAVE_SYS_PARAM_H 1
  7241. #define HAVE_SYS_SOCKET_H 1
  7242. #define HAVE_SYS_TIME_H 1
  7243. #define HAVE_SYS_TIMEB_H 1
  7244. #define HAVE_SYS_VFS_H 1
  7245. #define HAVE_TERMIOS_H 1
  7246. #define HAVE_UNISTD_H 1
  7247. #define HAVE_UTIME_H 1
  7248. #define HAVE_WCHAR_H 1
  7249. #define HAVE_WCTYPE_H 1
  7250. #define HAVE_CDIO_ISO9660_H 1
  7251. #define HAVE__BOOL 1
  7252. #define HAVE_STDBOOL_H 1
  7253. #define restrict __restrict
  7254. #define HAVE_STRUCT_STAT_ST_RDEV 1
  7255. #define TIME_WITH_SYS_TIME 1
  7256. #define HAVE_XBMC_NONFREE 1
  7257. #define USE_EXTERNAL_LIBASS 1
  7258.  
  7259. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement