Advertisement
croaker2112

install.config1.log

Jul 1st, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 224.00 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 11.0, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --enable-vdpau --disable-pulse --enable-libbluray
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = XBMCLive
  14. uname -m = i686
  15. uname -r = 2.6.32-29-generic
  16. uname -s = Linux
  17. uname -v = #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011
  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:3386: checking for a BSD-compatible install
  44. configure:3454: result: /usr/bin/install -c
  45. configure:3465: checking whether build environment is sane
  46. configure:3515: result: yes
  47. configure:3656: checking for a thread-safe mkdir -p
  48. configure:3695: result: /bin/mkdir -p
  49. configure:3708: checking for gawk
  50. configure:3724: found /usr/bin/gawk
  51. configure:3735: result: gawk
  52. configure:3746: checking whether make sets $(MAKE)
  53. configure:3768: result: yes
  54. configure:3852: checking build system type
  55. configure:3866: result: i686-pc-linux-gnu
  56. configure:3886: checking host system type
  57. configure:3899: result: i686-pc-linux-gnu
  58. configure:4332: checking for g++
  59. configure:4348: found /usr/bin/g++
  60. configure:4359: result: g++
  61. configure:4386: checking for C++ compiler version
  62. configure:4395: 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:4406: $? = 0
  69. configure:4395: 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:4406: $? = 0
  76. configure:4395: g++ -V >&5
  77. g++: '-V' option must have argument
  78. configure:4406: $? = 1
  79. configure:4395: g++ -qversion >&5
  80. g++: unrecognized option '-qversion'
  81. g++: no input files
  82. configure:4406: $? = 1
  83. configure:4426: checking whether the C++ compiler works
  84. configure:4448: g++ conftest.cpp >&5
  85. configure:4452: $? = 0
  86. configure:4501: result: yes
  87. configure:4504: checking for C++ compiler default output file name
  88. configure:4506: result: a.out
  89. configure:4512: checking for suffix of executables
  90. configure:4519: g++ -o conftest conftest.cpp >&5
  91. configure:4523: $? = 0
  92. configure:4545: result:
  93. configure:4567: checking whether we are cross compiling
  94. configure:4575: g++ -o conftest conftest.cpp >&5
  95. configure:4579: $? = 0
  96. configure:4586: ./conftest
  97. configure:4590: $? = 0
  98. configure:4605: result: no
  99. configure:4610: checking for suffix of object files
  100. configure:4632: g++ -c conftest.cpp >&5
  101. configure:4636: $? = 0
  102. configure:4657: result: o
  103. configure:4661: checking whether we are using the GNU C++ compiler
  104. configure:4680: g++ -c conftest.cpp >&5
  105. configure:4680: $? = 0
  106. configure:4689: result: yes
  107. configure:4698: checking whether g++ accepts -g
  108. configure:4718: g++ -c -g conftest.cpp >&5
  109. configure:4718: $? = 0
  110. configure:4759: result: yes
  111. configure:4793: checking for style of include used by make
  112. configure:4821: result: GNU
  113. configure:4846: checking dependency style of g++
  114. configure:4956: result: none
  115. configure:5021: checking for gcc
  116. configure:5037: found /usr/bin/gcc
  117. configure:5048: result: gcc
  118. configure:5277: checking for C compiler version
  119. configure:5286: 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:5297: $? = 0
  126. configure:5286: 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:5297: $? = 0
  133. configure:5286: gcc -V >&5
  134. gcc: '-V' option must have argument
  135. configure:5297: $? = 1
  136. configure:5286: gcc -qversion >&5
  137. gcc: unrecognized option '-qversion'
  138. gcc: no input files
  139. configure:5297: $? = 1
  140. configure:5301: checking whether we are using the GNU C compiler
  141. configure:5320: gcc -c conftest.c >&5
  142. configure:5320: $? = 0
  143. configure:5329: result: yes
  144. configure:5338: checking whether gcc accepts -g
  145. configure:5358: gcc -c -g conftest.c >&5
  146. configure:5358: $? = 0
  147. configure:5399: result: yes
  148. configure:5416: checking for gcc option to accept ISO C89
  149. configure:5480: gcc -c -g -O2 conftest.c >&5
  150. configure:5480: $? = 0
  151. configure:5493: result: none needed
  152. configure:5515: checking dependency style of gcc
  153. configure:5625: result: none
  154. configure:5665: checking for a sed that does not truncate output
  155. configure:5729: result: /bin/sed
  156. configure:5747: checking for grep that handles long lines and -e
  157. configure:5805: result: /bin/grep
  158. configure:5810: checking for egrep
  159. configure:5872: result: /bin/grep -E
  160. configure:5877: checking for fgrep
  161. configure:5939: result: /bin/grep -F
  162. configure:5974: checking for ld used by gcc
  163. configure:6041: result: /usr/bin/ld
  164. configure:6048: checking if the linker (/usr/bin/ld) is GNU ld
  165. configure:6063: result: yes
  166. configure:6075: checking for BSD- or MS-compatible name lister (nm)
  167. configure:6124: result: /usr/bin/nm -B
  168. configure:6242: checking the name lister (/usr/bin/nm -B) interface
  169. configure:6249: gcc -c -g -O2 conftest.c >&5
  170. configure:6252: /usr/bin/nm -B "conftest.o"
  171. configure:6255: output
  172. 00000000 B some_variable
  173. configure:6262: result: BSD nm
  174. configure:6265: checking whether ln -s works
  175. configure:6269: result: yes
  176. configure:6277: checking the maximum length of command line arguments
  177. configure:6397: result: 1572864
  178. configure:6414: checking whether the shell understands some XSI constructs
  179. configure:6424: result: yes
  180. configure:6428: checking whether the shell understands "+="
  181. configure:6434: result: yes
  182. configure:6469: checking for /usr/bin/ld option to reload object files
  183. configure:6476: result: -r
  184. configure:6545: checking for objdump
  185. configure:6561: found /usr/bin/objdump
  186. configure:6572: result: objdump
  187. configure:6604: checking how to recognize dependent libraries
  188. configure:6800: result: pass_all
  189. configure:6860: checking for ar
  190. configure:6876: found /usr/bin/ar
  191. configure:6887: result: ar
  192. configure:6965: checking for strip
  193. configure:6981: found /usr/bin/strip
  194. configure:6992: result: strip
  195. configure:7064: checking for ranlib
  196. configure:7080: found /usr/bin/ranlib
  197. configure:7091: result: ranlib
  198. configure:7181: checking command to parse /usr/bin/nm -B output from gcc object
  199. configure:7299: gcc -c -g -O2 conftest.c >&5
  200. configure:7302: $? = 0
  201. configure:7306: /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:7309: $? = 0
  203. configure:7363: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  204. configure:7366: $? = 0
  205. configure:7404: result: ok
  206. configure:8213: checking how to run the C preprocessor
  207. configure:8244: gcc -E conftest.c
  208. configure:8244: $? = 0
  209. configure:8258: gcc -E conftest.c
  210. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  211. configure:8258: $? = 1
  212. configure: failed program was:
  213. | /* confdefs.h */
  214. | #define PACKAGE_NAME "xbmc"
  215. | #define PACKAGE_TARNAME "xbmc"
  216. | #define PACKAGE_VERSION "11.0"
  217. | #define PACKAGE_STRING "xbmc 11.0"
  218. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  219. | #define PACKAGE_URL ""
  220. | #define PACKAGE "xbmc"
  221. | #define VERSION "11.0"
  222. | #define LIRC_DEVICE "/dev/lircd"
  223. | /* end confdefs.h. */
  224. | #include <ac_nonexistent.h>
  225. configure:8283: result: gcc -E
  226. configure:8303: gcc -E conftest.c
  227. configure:8303: $? = 0
  228. configure:8317: gcc -E conftest.c
  229. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  230. configure:8317: $? = 1
  231. configure: failed program was:
  232. | /* confdefs.h */
  233. | #define PACKAGE_NAME "xbmc"
  234. | #define PACKAGE_TARNAME "xbmc"
  235. | #define PACKAGE_VERSION "11.0"
  236. | #define PACKAGE_STRING "xbmc 11.0"
  237. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  238. | #define PACKAGE_URL ""
  239. | #define PACKAGE "xbmc"
  240. | #define VERSION "11.0"
  241. | #define LIRC_DEVICE "/dev/lircd"
  242. | /* end confdefs.h. */
  243. | #include <ac_nonexistent.h>
  244. configure:8346: checking for ANSI C header files
  245. configure:8366: gcc -c -g -O2 conftest.c >&5
  246. configure:8366: $? = 0
  247. configure:8439: gcc -o conftest -g -O2 conftest.c >&5
  248. configure:8439: $? = 0
  249. configure:8439: ./conftest
  250. configure:8439: $? = 0
  251. configure:8450: result: yes
  252. configure:8463: checking for sys/types.h
  253. configure:8463: gcc -c -g -O2 conftest.c >&5
  254. configure:8463: $? = 0
  255. configure:8463: result: yes
  256. configure:8463: checking for sys/stat.h
  257. configure:8463: gcc -c -g -O2 conftest.c >&5
  258. configure:8463: $? = 0
  259. configure:8463: result: yes
  260. configure:8463: checking for stdlib.h
  261. configure:8463: gcc -c -g -O2 conftest.c >&5
  262. configure:8463: $? = 0
  263. configure:8463: result: yes
  264. configure:8463: checking for string.h
  265. configure:8463: gcc -c -g -O2 conftest.c >&5
  266. configure:8463: $? = 0
  267. configure:8463: result: yes
  268. configure:8463: checking for memory.h
  269. configure:8463: gcc -c -g -O2 conftest.c >&5
  270. configure:8463: $? = 0
  271. configure:8463: result: yes
  272. configure:8463: checking for strings.h
  273. configure:8463: gcc -c -g -O2 conftest.c >&5
  274. configure:8463: $? = 0
  275. configure:8463: result: yes
  276. configure:8463: checking for inttypes.h
  277. configure:8463: gcc -c -g -O2 conftest.c >&5
  278. configure:8463: $? = 0
  279. configure:8463: result: yes
  280. configure:8463: checking for stdint.h
  281. configure:8463: gcc -c -g -O2 conftest.c >&5
  282. configure:8463: $? = 0
  283. configure:8463: result: yes
  284. configure:8463: checking for unistd.h
  285. configure:8463: gcc -c -g -O2 conftest.c >&5
  286. configure:8463: $? = 0
  287. configure:8463: result: yes
  288. configure:8478: checking for dlfcn.h
  289. configure:8478: gcc -c -g -O2 conftest.c >&5
  290. configure:8478: $? = 0
  291. configure:8478: result: yes
  292. configure:8603: checking for C++ compiler version
  293. configure:8612: 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:8623: $? = 0
  300. configure:8612: 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:8623: $? = 0
  307. configure:8612: g++ -V >&5
  308. g++: '-V' option must have argument
  309. configure:8623: $? = 1
  310. configure:8612: g++ -qversion >&5
  311. g++: unrecognized option '-qversion'
  312. g++: no input files
  313. configure:8623: $? = 1
  314. configure:8627: checking whether we are using the GNU C++ compiler
  315. configure:8655: result: yes
  316. configure:8664: checking whether g++ accepts -g
  317. configure:8725: result: yes
  318. configure:8750: checking dependency style of g++
  319. configure:8860: result: none
  320. configure:8883: checking how to run the C++ preprocessor
  321. configure:8910: g++ -E conftest.cpp
  322. configure:8910: $? = 0
  323. configure:8924: g++ -E conftest.cpp
  324. conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
  325. configure:8924: $? = 1
  326. configure: failed program was:
  327. | /* confdefs.h */
  328. | #define PACKAGE_NAME "xbmc"
  329. | #define PACKAGE_TARNAME "xbmc"
  330. | #define PACKAGE_VERSION "11.0"
  331. | #define PACKAGE_STRING "xbmc 11.0"
  332. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  333. | #define PACKAGE_URL ""
  334. | #define PACKAGE "xbmc"
  335. | #define VERSION "11.0"
  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:8949: result: g++ -E
  351. configure:8969: g++ -E conftest.cpp
  352. configure:8969: $? = 0
  353. configure:8983: g++ -E conftest.cpp
  354. conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
  355. configure:8983: $? = 1
  356. configure: failed program was:
  357. | /* confdefs.h */
  358. | #define PACKAGE_NAME "xbmc"
  359. | #define PACKAGE_TARNAME "xbmc"
  360. | #define PACKAGE_VERSION "11.0"
  361. | #define PACKAGE_STRING "xbmc 11.0"
  362. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  363. | #define PACKAGE_URL ""
  364. | #define PACKAGE "xbmc"
  365. | #define VERSION "11.0"
  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:9189: checking for objdir
  381. configure:9204: result: .libs
  382. configure:9496: checking if gcc supports -fno-rtti -fno-exceptions
  383. configure:9514: 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:9518: $? = 0
  386. configure:9531: result: no
  387. configure:9551: checking for gcc option to produce PIC
  388. configure:9823: result: -fPIC -DPIC
  389. configure:9835: checking if gcc PIC flag -fPIC -DPIC works
  390. configure:9853: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  391. configure:9857: $? = 0
  392. configure:9870: result: yes
  393. configure:9894: checking if gcc static flag -static works
  394. configure:9922: result: yes
  395. configure:9937: checking if gcc supports -c -o file.o
  396. configure:9958: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  397. configure:9962: $? = 0
  398. configure:9984: result: yes
  399. configure:9992: checking if gcc supports -c -o file.o
  400. configure:10039: result: yes
  401. configure:10072: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  402. configure:11063: result: yes
  403. configure:11100: checking whether -lc should be explicitly linked in
  404. configure:11105: gcc -c -g -O2 conftest.c >&5
  405. configure:11108: $? = 0
  406. configure:11123: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  407. configure:11126: $? = 0
  408. configure:11138: result: no
  409. configure:11302: checking dynamic linker characteristics
  410. configure:11735: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  411. configure:11735: $? = 0
  412. configure:11965: result: GNU/Linux ld.so
  413. configure:12067: checking how to hardcode library paths into programs
  414. configure:12092: result: immediate
  415. configure:12612: checking whether stripping libraries is possible
  416. configure:12617: result: yes
  417. configure:12652: checking if libtool supports shared libraries
  418. configure:12654: result: yes
  419. configure:12657: checking whether to build shared libraries
  420. configure:12678: result: yes
  421. configure:12681: checking whether to build static libraries
  422. configure:12685: result: yes
  423. configure:12835: checking for ld used by g++
  424. configure:12902: result: /usr/bin/ld
  425. configure:12909: checking if the linker (/usr/bin/ld) is GNU ld
  426. configure:12924: result: yes
  427. configure:12979: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  428. configure:13892: result: yes
  429. configure:13920: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  430. configure:13923: $? = 0
  431. configure:14105: checking for g++ option to produce PIC
  432. configure:14422: result: -fPIC -DPIC
  433. configure:14431: checking if g++ PIC flag -fPIC -DPIC works
  434. configure:14449: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.cpp >&5
  435. configure:14453: $? = 0
  436. configure:14466: result: yes
  437. configure:14487: checking if g++ static flag -static works
  438. configure:14515: result: yes
  439. configure:14527: checking if g++ supports -c -o file.o
  440. configure:14548: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.cpp >&5
  441. configure:14552: $? = 0
  442. configure:14574: result: yes
  443. configure:14579: checking if g++ supports -c -o file.o
  444. configure:14626: result: yes
  445. configure:14656: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  446. configure:14685: result: yes
  447. configure:14822: checking dynamic linker characteristics
  448. configure:15203: g++ -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  449. configure:15203: $? = 0
  450. configure:15433: result: GNU/Linux ld.so
  451. configure:15484: checking how to hardcode library paths into programs
  452. configure:15509: result: immediate
  453. configure:15572: checking for gawk
  454. configure:15599: result: gawk
  455. configure:15610: checking whether ln -s works
  456. configure:15614: result: yes
  457. configure:15621: checking whether make sets $(MAKE)
  458. configure:15643: result: yes
  459. configure:15827: checking for working alloca.h
  460. configure:15844: 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:15844: $? = 0
  462. configure:15852: result: yes
  463. configure:15860: checking for alloca
  464. configure:15897: 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:15897: $? = 0
  466. configure:15905: result: yes
  467. configure:16015: checking for uid_t in sys/types.h
  468. configure:16034: result: yes
  469. configure:16047: checking for unistd.h
  470. configure:16047: result: yes
  471. configure:16057: checking for working chown
  472. configure:16090: 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:16090: $? = 0
  474. configure:16090: ./conftest
  475. configure:16090: $? = 0
  476. configure:16102: result: yes
  477. configure:16113: checking for dirent.h that defines DIR
  478. configure:16132: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  479. configure:16132: $? = 0
  480. configure:16140: result: yes
  481. configure:16154: checking for library containing opendir
  482. configure:16185: 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:16185: $? = 0
  484. configure:16202: result: none required
  485. configure:16269: checking whether closedir returns void
  486. configure:16293: 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:16293: $? = 0
  488. configure:16293: ./conftest
  489. configure:16293: $? = 0
  490. configure:16303: result: no
  491. configure:16311: checking for error_at_line
  492. configure:16327: 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:16327: $? = 0
  494. configure:16335: result: yes
  495. configure:16346: checking for _LARGEFILE_SOURCE value needed for large files
  496. configure:16365: 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:16365: $? = 0
  498. configure:16393: result: no
  499. configure:16415: checking whether gcc needs -traditional
  500. configure:16449: result: no
  501. configure:16456: checking whether lstat correctly handles trailing slash
  502. configure:16482: 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:16482: $? = 0
  504. configure:16482: ./conftest
  505. configure:16482: $? = 0
  506. configure:16499: result: yes
  507. configure:16518: checking whether lstat accepts an empty string
  508. configure:16538: 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:16538: $? = 0
  510. configure:16538: ./conftest
  511. configure:16538: $? = 0
  512. configure:16548: result: no
  513. configure:16564: checking whether lstat correctly handles trailing slash
  514. configure:16607: result: yes
  515. configure:16626: checking for working memcmp
  516. configure:16669: 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:16669: $? = 0
  518. configure:16669: ./conftest
  519. configure:16669: $? = 0
  520. configure:16679: result: yes
  521. configure:16688: checking whether time.h and sys/time.h may both be included
  522. configure:16708: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  523. configure:16708: $? = 0
  524. configure:16715: result: yes
  525. configure:16729: checking for sys/time.h
  526. configure:16729: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  527. configure:16729: $? = 0
  528. configure:16729: result: yes
  529. configure:16729: checking for unistd.h
  530. configure:16729: result: yes
  531. configure:16729: checking for stdlib.h
  532. configure:16729: result: yes
  533. configure:16729: checking for sys/param.h
  534. configure:16729: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  535. configure:16729: $? = 0
  536. configure:16729: result: yes
  537. configure:16729: checking for utime.h
  538. configure:16729: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  539. configure:16729: $? = 0
  540. configure:16729: result: yes
  541. configure:16751: checking for alarm
  542. configure:16751: 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:16751: $? = 0
  544. configure:16751: result: yes
  545. configure:16765: checking for working mktime
  546. configure:16970: 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:16970: $? = 0
  548. configure:16970: ./conftest
  549. configure:16970: $? = 0
  550. configure:16980: result: yes
  551. configure:16998: checking for getpagesize
  552. configure:16998: 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:16998: $? = 0
  554. configure:16998: result: yes
  555. configure:17007: checking for working mmap
  556. configure:17154: 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:17154: $? = 0
  558. configure:17154: ./conftest
  559. configure:17154: $? = 0
  560. configure:17164: result: yes
  561. configure:17179: checking sys/select.h usability
  562. configure:17179: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  563. configure:17179: $? = 0
  564. configure:17179: result: yes
  565. configure:17179: checking sys/select.h presence
  566. configure:17179: gcc -E conftest.c
  567. configure:17179: $? = 0
  568. configure:17179: result: yes
  569. configure:17179: checking for sys/select.h
  570. configure:17179: result: yes
  571. configure:17179: checking sys/socket.h usability
  572. configure:17179: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  573. configure:17179: $? = 0
  574. configure:17179: result: yes
  575. configure:17179: checking sys/socket.h presence
  576. configure:17179: gcc -E conftest.c
  577. configure:17179: $? = 0
  578. configure:17179: result: yes
  579. configure:17179: checking for sys/socket.h
  580. configure:17179: result: yes
  581. configure:17190: checking types of arguments for select
  582. configure:17218: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  583. configure:17218: $? = 0
  584. configure:17229: result: int,fd_set *,struct timeval *
  585. configure:17259: checking return type of signal handlers
  586. configure:17277: 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:17277: $? = 1
  590. configure: failed program was:
  591. | /* confdefs.h */
  592. | #define PACKAGE_NAME "xbmc"
  593. | #define PACKAGE_TARNAME "xbmc"
  594. | #define PACKAGE_VERSION "11.0"
  595. | #define PACKAGE_STRING "xbmc 11.0"
  596. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  597. | #define PACKAGE_URL ""
  598. | #define PACKAGE "xbmc"
  599. | #define VERSION "11.0"
  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:17284: result: void
  647. configure:17292: checking whether stat accepts an empty string
  648. configure:17312: 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:17312: $? = 0
  650. configure:17312: ./conftest
  651. configure:17312: $? = 0
  652. configure:17322: result: no
  653. configure:17338: checking for working strcoll
  654. configure:17359: 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:17359: $? = 0
  656. configure:17359: ./conftest
  657. configure:17359: $? = 0
  658. configure:17369: result: yes
  659. configure:17379: checking for strftime
  660. configure:17379: 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:17379: $? = 0
  663. configure:17379: result: yes
  664. configure:17432: checking for working strtod
  665. configure:17473: 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:17473: $? = 0
  669. configure:17473: ./conftest
  670. configure:17473: $? = 0
  671. configure:17483: result: yes
  672. configure:17548: checking whether utime accepts a null argument
  673. configure:17577: 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:17577: $? = 0
  675. configure:17577: ./conftest
  676. configure:17577: $? = 0
  677. configure:17587: result: yes
  678. configure:17599: checking for vprintf
  679. configure:17599: 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:17599: $? = 0
  682. configure:17599: result: yes
  683. configure:17605: checking for _doprnt
  684. configure:17605: 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/cc5VDcHF.o: In function `main':
  686. /root/setup/xbmc/conftest.c:85: undefined reference to `_doprnt'
  687. collect2: ld returned 1 exit status
  688. configure:17605: $? = 1
  689. configure: failed program was:
  690. | /* confdefs.h */
  691. | #define PACKAGE_NAME "xbmc"
  692. | #define PACKAGE_TARNAME "xbmc"
  693. | #define PACKAGE_VERSION "11.0"
  694. | #define PACKAGE_STRING "xbmc 11.0"
  695. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  696. | #define PACKAGE_URL ""
  697. | #define PACKAGE "xbmc"
  698. | #define VERSION "11.0"
  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:17605: result: no
  779. configure:17619: checking for atexit
  780. configure:17619: 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:17619: $? = 0
  782. configure:17619: result: yes
  783. configure:17619: checking for dup2
  784. configure:17619: 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:17619: $? = 0
  786. configure:17619: result: yes
  787. configure:17619: checking for fdatasync
  788. configure:17619: 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:17619: $? = 0
  790. configure:17619: result: yes
  791. configure:17619: checking for floor
  792. configure:17619: 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/cc1YeOzA.o: In function `main':
  795. /root/setup/xbmc/conftest.c:88: undefined reference to `floor'
  796. collect2: ld returned 1 exit status
  797. configure:17619: $? = 1
  798. configure: failed program was:
  799. | /* confdefs.h */
  800. | #define PACKAGE_NAME "xbmc"
  801. | #define PACKAGE_TARNAME "xbmc"
  802. | #define PACKAGE_VERSION "11.0"
  803. | #define PACKAGE_STRING "xbmc 11.0"
  804. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  805. | #define PACKAGE_URL ""
  806. | #define PACKAGE "xbmc"
  807. | #define VERSION "11.0"
  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:17619: result: no
  891. configure:17619: checking for fs_stat_dev
  892. configure:17619: 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/cciL7QbD.o: In function `main':
  894. /root/setup/xbmc/conftest.c:88: undefined reference to `fs_stat_dev'
  895. collect2: ld returned 1 exit status
  896. configure:17619: $? = 1
  897. configure: failed program was:
  898. | /* confdefs.h */
  899. | #define PACKAGE_NAME "xbmc"
  900. | #define PACKAGE_TARNAME "xbmc"
  901. | #define PACKAGE_VERSION "11.0"
  902. | #define PACKAGE_STRING "xbmc 11.0"
  903. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  904. | #define PACKAGE_URL ""
  905. | #define PACKAGE "xbmc"
  906. | #define VERSION "11.0"
  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:17619: result: no
  990. configure:17619: checking for ftime
  991. configure:17619: 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:17619: $? = 0
  993. configure:17619: result: yes
  994. configure:17619: checking for ftruncate
  995. configure:17619: 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:17619: $? = 0
  997. configure:17619: result: yes
  998. configure:17619: checking for getcwd
  999. configure:17619: 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:17619: $? = 0
  1001. configure:17619: result: yes
  1002. configure:17619: checking for gethostbyaddr
  1003. configure:17619: 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:17619: $? = 0
  1005. configure:17619: result: yes
  1006. configure:17619: checking for gethostbyname
  1007. configure:17619: 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:17619: $? = 0
  1009. configure:17619: result: yes
  1010. configure:17619: checking for gethostname
  1011. configure:17619: 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:17619: $? = 0
  1013. configure:17619: result: yes
  1014. configure:17619: checking for getpagesize
  1015. configure:17619: result: yes
  1016. configure:17619: checking for getpass
  1017. configure:17619: 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:17619: $? = 0
  1019. configure:17619: result: yes
  1020. configure:17619: checking for gettimeofday
  1021. configure:17619: 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:17619: $? = 0
  1023. configure:17619: result: yes
  1024. configure:17619: checking for inet_ntoa
  1025. configure:17619: 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:17619: $? = 0
  1027. configure:17619: result: yes
  1028. configure:17619: checking for lchown
  1029. configure:17619: 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:17619: $? = 0
  1031. configure:17619: result: yes
  1032. configure:17619: checking for localeconv
  1033. configure:17619: 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:17619: $? = 0
  1035. configure:17619: result: yes
  1036. configure:17619: checking for memchr
  1037. configure:17619: 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:17619: $? = 0
  1040. configure:17619: result: yes
  1041. configure:17619: checking for memmove
  1042. configure:17619: 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:17619: $? = 0
  1045. configure:17619: result: yes
  1046. configure:17619: checking for memset
  1047. configure:17619: 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:17619: $? = 0
  1050. configure:17619: result: yes
  1051. configure:17619: checking for mkdir
  1052. configure:17619: 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:17619: $? = 0
  1054. configure:17619: result: yes
  1055. configure:17619: checking for modf
  1056. configure:17619: 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:17619: $? = 0
  1059. configure:17619: result: yes
  1060. configure:17619: checking for munmap
  1061. configure:17619: 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:17619: $? = 0
  1063. configure:17619: result: yes
  1064. configure:17619: checking for pow
  1065. configure:17619: 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/ccj4PUwp.o: In function `main':
  1068. /root/setup/xbmc/conftest.c:106: undefined reference to `pow'
  1069. collect2: ld returned 1 exit status
  1070. configure:17619: $? = 1
  1071. configure: failed program was:
  1072. | /* confdefs.h */
  1073. | #define PACKAGE_NAME "xbmc"
  1074. | #define PACKAGE_TARNAME "xbmc"
  1075. | #define PACKAGE_VERSION "11.0"
  1076. | #define PACKAGE_STRING "xbmc 11.0"
  1077. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1078. | #define PACKAGE_URL ""
  1079. | #define PACKAGE "xbmc"
  1080. | #define VERSION "11.0"
  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:17619: result: no
  1182. configure:17619: checking for rmdir
  1183. configure:17619: 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:17619: $? = 0
  1185. configure:17619: result: yes
  1186. configure:17619: checking for select
  1187. configure:17619: 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:17619: $? = 0
  1189. configure:17619: result: yes
  1190. configure:17619: checking for setenv
  1191. configure:17619: 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:17619: $? = 0
  1193. configure:17619: result: yes
  1194. configure:17619: checking for setlocale
  1195. configure:17619: 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:17619: $? = 0
  1197. configure:17619: result: yes
  1198. configure:17619: checking for socket
  1199. configure:17619: 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:17619: $? = 0
  1201. configure:17619: result: yes
  1202. configure:17619: checking for sqrt
  1203. configure:17619: 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/cceGr6GF.o: In function `main':
  1206. /root/setup/xbmc/conftest.c:111: undefined reference to `sqrt'
  1207. collect2: ld returned 1 exit status
  1208. configure:17619: $? = 1
  1209. configure: failed program was:
  1210. | /* confdefs.h */
  1211. | #define PACKAGE_NAME "xbmc"
  1212. | #define PACKAGE_TARNAME "xbmc"
  1213. | #define PACKAGE_VERSION "11.0"
  1214. | #define PACKAGE_STRING "xbmc 11.0"
  1215. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1216. | #define PACKAGE_URL ""
  1217. | #define PACKAGE "xbmc"
  1218. | #define VERSION "11.0"
  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:17619: result: no
  1325. configure:17619: checking for strcasecmp
  1326. configure:17619: 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:17619: $? = 0
  1329. configure:17619: result: yes
  1330. configure:17619: checking for strchr
  1331. configure:17619: 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:17619: $? = 0
  1334. configure:17619: result: yes
  1335. configure:17619: checking for strcspn
  1336. configure:17619: 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:17619: $? = 0
  1339. configure:17619: result: yes
  1340. configure:17619: checking for strdup
  1341. configure:17619: 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:17619: $? = 0
  1344. configure:17619: result: yes
  1345. configure:17619: checking for strerror
  1346. configure:17619: 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:17619: $? = 0
  1348. configure:17619: result: yes
  1349. configure:17619: checking for strncasecmp
  1350. configure:17619: 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:17619: $? = 0
  1353. configure:17619: result: yes
  1354. configure:17619: checking for strpbrk
  1355. configure:17619: 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:17619: $? = 0
  1358. configure:17619: result: yes
  1359. configure:17619: checking for strrchr
  1360. configure:17619: 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:17619: $? = 0
  1363. configure:17619: result: yes
  1364. configure:17619: checking for strspn
  1365. configure:17619: 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:17619: $? = 0
  1368. configure:17619: result: yes
  1369. configure:17619: checking for strstr
  1370. configure:17619: 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:17619: $? = 0
  1373. configure:17619: result: yes
  1374. configure:17619: checking for strtol
  1375. configure:17619: 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:17619: $? = 0
  1377. configure:17619: result: yes
  1378. configure:17619: checking for strtoul
  1379. configure:17619: 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:17619: $? = 0
  1381. configure:17619: result: yes
  1382. configure:17619: checking for sysinfo
  1383. configure:17619: 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:17619: $? = 0
  1385. configure:17619: result: yes
  1386. configure:17619: checking for tzset
  1387. configure:17619: 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:17619: $? = 0
  1389. configure:17619: result: yes
  1390. configure:17619: checking for utime
  1391. configure:17619: 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:17619: $? = 0
  1393. configure:17619: result: yes
  1394. configure:17635: checking size of int
  1395. configure:17640: 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:17640: $? = 0
  1397. configure:17640: ./conftest
  1398. configure:17640: $? = 0
  1399. configure:17655: result: 4
  1400. configure:17669: checking size of size_t
  1401. configure:17674: 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:17674: $? = 0
  1403. configure:17674: ./conftest
  1404. configure:17674: $? = 0
  1405. configure:17689: result: 4
  1406. configure:17704: checking sys/inotify.h usability
  1407. configure:17704: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1408. configure:17704: $? = 0
  1409. configure:17704: result: yes
  1410. configure:17704: checking sys/inotify.h presence
  1411. configure:17704: gcc -E conftest.c
  1412. configure:17704: $? = 0
  1413. configure:17704: result: yes
  1414. configure:17704: checking for sys/inotify.h
  1415. configure:17704: result: yes
  1416. configure:17721: checking boost/shared_ptr.hpp usability
  1417. configure:17721: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.cpp >&5
  1418. configure:17721: $? = 0
  1419. configure:17721: result: yes
  1420. configure:17721: checking boost/shared_ptr.hpp presence
  1421. configure:17721: g++ -E conftest.cpp
  1422. configure:17721: $? = 0
  1423. configure:17721: result: yes
  1424. configure:17721: checking for boost/shared_ptr.hpp
  1425. configure:17721: result: yes
  1426. configure:17729: checking boost/thread.hpp usability
  1427. configure:17729: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.cpp >&5
  1428. configure:17729: $? = 0
  1429. configure:17729: result: yes
  1430. configure:17729: checking boost/thread.hpp presence
  1431. configure:17729: g++ -E conftest.cpp
  1432. configure:17729: $? = 0
  1433. configure:17729: result: yes
  1434. configure:17729: checking for boost/thread.hpp
  1435. configure:17729: result: yes
  1436. configure:17898: checking for main in -lGL
  1437. configure:17917: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lGL >&5
  1438. configure:17917: $? = 0
  1439. configure:17926: result: yes
  1440. configure:17939: checking for main in -lGLEW
  1441. configure:17958: 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
  1442. configure:17958: $? = 0
  1443. configure:17967: result: yes
  1444. configure:17980: checking for main in -lGLU
  1445. configure:17999: 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
  1446. configure:17999: $? = 0
  1447. configure:18008: result: yes
  1448. configure:18070: checking for mysql_config
  1449. configure:18086: found /usr/bin/mysql_config
  1450. configure:18098: result: yes
  1451. configure:18114: checking ass/ass.h usability
  1452. configure:18114: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1453. configure:18114: $? = 0
  1454. configure:18114: result: yes
  1455. configure:18114: checking ass/ass.h presence
  1456. configure:18114: gcc -E conftest.c
  1457. configure:18114: $? = 0
  1458. configure:18114: result: yes
  1459. configure:18114: checking for ass/ass.h
  1460. configure:18114: result: yes
  1461. configure:18122: checking mpeg2dec/mpeg2.h usability
  1462. configure:18122: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1463. configure:18122: $? = 0
  1464. configure:18122: result: yes
  1465. configure:18122: checking mpeg2dec/mpeg2.h presence
  1466. configure:18122: gcc -E conftest.c
  1467. configure:18122: $? = 0
  1468. configure:18122: result: yes
  1469. configure:18122: checking for mpeg2dec/mpeg2.h
  1470. configure:18122: result: yes
  1471. configure:18130: checking for mpeg2dec/mpeg2convert.h
  1472. configure:18130: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1473. configure:18130: $? = 0
  1474. configure:18130: result: yes
  1475. configure:18140: checking mad.h usability
  1476. configure:18140: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1477. configure:18140: $? = 0
  1478. configure:18140: result: yes
  1479. configure:18140: checking mad.h presence
  1480. configure:18140: gcc -E conftest.c
  1481. configure:18140: $? = 0
  1482. configure:18140: result: yes
  1483. configure:18140: checking for mad.h
  1484. configure:18140: result: yes
  1485. configure:18148: checking jpeglib.h usability
  1486. configure:18148: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1487. configure:18148: $? = 0
  1488. configure:18148: result: yes
  1489. configure:18148: checking jpeglib.h presence
  1490. configure:18148: gcc -E conftest.c
  1491. configure:18148: $? = 0
  1492. configure:18148: result: yes
  1493. configure:18148: checking for jpeglib.h
  1494. configure:18148: result: yes
  1495. configure:18156: checking samplerate.h usability
  1496. configure:18156: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1497. configure:18156: $? = 0
  1498. configure:18156: result: yes
  1499. configure:18156: checking samplerate.h presence
  1500. configure:18156: gcc -E conftest.c
  1501. configure:18156: $? = 0
  1502. configure:18156: result: yes
  1503. configure:18156: checking for samplerate.h
  1504. configure:18156: result: yes
  1505. configure:18164: checking ogg/ogg.h usability
  1506. configure:18164: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1507. configure:18164: $? = 0
  1508. configure:18164: result: yes
  1509. configure:18164: checking ogg/ogg.h presence
  1510. configure:18164: gcc -E conftest.c
  1511. configure:18164: $? = 0
  1512. configure:18164: result: yes
  1513. configure:18164: checking for ogg/ogg.h
  1514. configure:18164: result: yes
  1515. configure:18172: checking vorbis/vorbisfile.h usability
  1516. configure:18172: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1517. configure:18172: $? = 0
  1518. configure:18172: result: yes
  1519. configure:18172: checking vorbis/vorbisfile.h presence
  1520. configure:18172: gcc -E conftest.c
  1521. configure:18172: $? = 0
  1522. configure:18172: result: yes
  1523. configure:18172: checking for vorbis/vorbisfile.h
  1524. configure:18172: result: yes
  1525. configure:18180: checking vorbis/vorbisenc.h usability
  1526. configure:18180: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1527. configure:18180: $? = 0
  1528. configure:18180: result: yes
  1529. configure:18180: checking vorbis/vorbisenc.h presence
  1530. configure:18180: gcc -E conftest.c
  1531. configure:18180: $? = 0
  1532. configure:18180: result: yes
  1533. configure:18180: checking for vorbis/vorbisenc.h
  1534. configure:18180: result: yes
  1535. configure:18188: checking libmodplug/modplug.h usability
  1536. configure:18188: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1537. configure:18188: $? = 0
  1538. configure:18188: result: yes
  1539. configure:18188: checking libmodplug/modplug.h presence
  1540. configure:18188: gcc -E conftest.c
  1541. configure:18188: $? = 0
  1542. configure:18188: result: yes
  1543. configure:18188: checking for libmodplug/modplug.h
  1544. configure:18188: result: yes
  1545. configure:18196: checking curl/curl.h usability
  1546. configure:18196: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1547. configure:18196: $? = 0
  1548. configure:18196: result: yes
  1549. configure:18196: checking curl/curl.h presence
  1550. configure:18196: gcc -E conftest.c
  1551. configure:18196: $? = 0
  1552. configure:18196: result: yes
  1553. configure:18196: checking for curl/curl.h
  1554. configure:18196: result: yes
  1555. configure:18204: checking FLAC/stream_decoder.h usability
  1556. configure:18204: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1557. configure:18204: $? = 0
  1558. configure:18204: result: yes
  1559. configure:18204: checking FLAC/stream_decoder.h presence
  1560. configure:18204: gcc -E conftest.c
  1561. configure:18204: $? = 0
  1562. configure:18204: result: yes
  1563. configure:18204: checking for FLAC/stream_decoder.h
  1564. configure:18204: result: yes
  1565. configure:18212: checking for main in -lbz2
  1566. configure:18231: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1567. configure:18231: $? = 0
  1568. configure:18240: result: yes
  1569. configure:18253: checking for main in -ljpeg
  1570. configure:18272: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1571. configure:18272: $? = 0
  1572. configure:18281: result: yes
  1573. configure:18294: checking for main in -ltiff
  1574. configure:18313: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1575. configure:18313: $? = 0
  1576. configure:18322: result: yes
  1577. configure:18335: checking for main in -lpthread
  1578. configure:18354: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1579. configure:18354: $? = 0
  1580. configure:18363: result: yes
  1581. configure:18376: checking for main in -llzo2
  1582. configure:18395: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1583. configure:18395: $? = 0
  1584. configure:18404: result: yes
  1585. configure:18417: checking for main in -lz
  1586. configure:18436: 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 -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1587. configure:18436: $? = 0
  1588. configure:18445: result: yes
  1589. configure:18458: checking for main in -lssl
  1590. configure:18477: 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 -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1591. configure:18477: $? = 0
  1592. configure:18486: result: yes
  1593. configure:18499: checking for main in -lcrypto
  1594. configure:18518: 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 -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1595. configure:18518: $? = 0
  1596. configure:18527: result: yes
  1597. configure:18540: checking for main in -lmysqlclient
  1598. configure:18559: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1599. configure:18559: $? = 0
  1600. configure:18568: result: yes
  1601. configure:18581: checking for sftp_tell64 in -lssh
  1602. configure:18606: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lssh -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1603. /usr/bin/ld: cannot find -lssh
  1604. collect2: ld returned 1 exit status
  1605. configure:18606: $? = 1
  1606. configure: failed program was:
  1607. | /* confdefs.h */
  1608. | #define PACKAGE_NAME "xbmc"
  1609. | #define PACKAGE_TARNAME "xbmc"
  1610. | #define PACKAGE_VERSION "11.0"
  1611. | #define PACKAGE_STRING "xbmc 11.0"
  1612. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  1613. | #define PACKAGE_URL ""
  1614. | #define PACKAGE "xbmc"
  1615. | #define VERSION "11.0"
  1616. | #define LIRC_DEVICE "/dev/lircd"
  1617. | #define STDC_HEADERS 1
  1618. | #define HAVE_SYS_TYPES_H 1
  1619. | #define HAVE_SYS_STAT_H 1
  1620. | #define HAVE_STDLIB_H 1
  1621. | #define HAVE_STRING_H 1
  1622. | #define HAVE_MEMORY_H 1
  1623. | #define HAVE_STRINGS_H 1
  1624. | #define HAVE_INTTYPES_H 1
  1625. | #define HAVE_STDINT_H 1
  1626. | #define HAVE_UNISTD_H 1
  1627. | #define HAVE_DLFCN_H 1
  1628. | #define LT_OBJDIR ".libs/"
  1629. | #define HAVE_ALLOCA_H 1
  1630. | #define HAVE_ALLOCA 1
  1631. | #define HAVE_UNISTD_H 1
  1632. | #define HAVE_CHOWN 1
  1633. | #define HAVE_DIRENT_H 1
  1634. | #define HAVE_FSEEKO 1
  1635. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1636. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1637. | #define TIME_WITH_SYS_TIME 1
  1638. | #define HAVE_SYS_TIME_H 1
  1639. | #define HAVE_UNISTD_H 1
  1640. | #define HAVE_STDLIB_H 1
  1641. | #define HAVE_SYS_PARAM_H 1
  1642. | #define HAVE_UTIME_H 1
  1643. | #define HAVE_ALARM 1
  1644. | #define HAVE_GETPAGESIZE 1
  1645. | #define HAVE_MMAP 1
  1646. | #define HAVE_SYS_SELECT_H 1
  1647. | #define HAVE_SYS_SOCKET_H 1
  1648. | #define SELECT_TYPE_ARG1 int
  1649. | #define SELECT_TYPE_ARG234 (fd_set *)
  1650. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1651. | #define RETSIGTYPE void
  1652. | #define HAVE_STRCOLL 1
  1653. | #define HAVE_STRFTIME 1
  1654. | #define HAVE_UTIME_NULL 1
  1655. | #define HAVE_VPRINTF 1
  1656. | #define HAVE_ATEXIT 1
  1657. | #define HAVE_DUP2 1
  1658. | #define HAVE_FDATASYNC 1
  1659. | #define HAVE_FTIME 1
  1660. | #define HAVE_FTRUNCATE 1
  1661. | #define HAVE_GETCWD 1
  1662. | #define HAVE_GETHOSTBYADDR 1
  1663. | #define HAVE_GETHOSTBYNAME 1
  1664. | #define HAVE_GETHOSTNAME 1
  1665. | #define HAVE_GETPAGESIZE 1
  1666. | #define HAVE_GETPASS 1
  1667. | #define HAVE_GETTIMEOFDAY 1
  1668. | #define HAVE_INET_NTOA 1
  1669. | #define HAVE_LCHOWN 1
  1670. | #define HAVE_LOCALECONV 1
  1671. | #define HAVE_MEMCHR 1
  1672. | #define HAVE_MEMMOVE 1
  1673. | #define HAVE_MEMSET 1
  1674. | #define HAVE_MKDIR 1
  1675. | #define HAVE_MODF 1
  1676. | #define HAVE_MUNMAP 1
  1677. | #define HAVE_RMDIR 1
  1678. | #define HAVE_SELECT 1
  1679. | #define HAVE_SETENV 1
  1680. | #define HAVE_SETLOCALE 1
  1681. | #define HAVE_SOCKET 1
  1682. | #define HAVE_STRCASECMP 1
  1683. | #define HAVE_STRCHR 1
  1684. | #define HAVE_STRCSPN 1
  1685. | #define HAVE_STRDUP 1
  1686. | #define HAVE_STRERROR 1
  1687. | #define HAVE_STRNCASECMP 1
  1688. | #define HAVE_STRPBRK 1
  1689. | #define HAVE_STRRCHR 1
  1690. | #define HAVE_STRSPN 1
  1691. | #define HAVE_STRSTR 1
  1692. | #define HAVE_STRTOL 1
  1693. | #define HAVE_STRTOUL 1
  1694. | #define HAVE_SYSINFO 1
  1695. | #define HAVE_TZSET 1
  1696. | #define HAVE_UTIME 1
  1697. | #define SIZEOF_INT 4
  1698. | #define SIZEOF_SIZE_T 4
  1699. | #define HAVE_INOTIFY 1
  1700. | #define HAVE_LIBGL 1
  1701. | #define HAVE_LIBGLEW 1
  1702. | #define HAVE_LIBGLU 1
  1703. | #define HAVE_LIBBZ2 1
  1704. | #define HAVE_LIBJPEG 1
  1705. | #define HAVE_LIBTIFF 1
  1706. | #define HAVE_LIBPTHREAD 1
  1707. | #define HAVE_LIBLZO2 1
  1708. | #define HAVE_LIBZ 1
  1709. | #define HAVE_LIBSSL 1
  1710. | #define HAVE_LIBCRYPTO 1
  1711. | #define HAVE_LIBMYSQLCLIENT 1
  1712. | /* end confdefs.h. */
  1713. |
  1714. | /* Override any GCC internal prototype to avoid an error.
  1715. | Use char because int might match the return type of a GCC
  1716. | builtin and then its argument prototype would still apply. */
  1717. | #ifdef __cplusplus
  1718. | extern "C"
  1719. | #endif
  1720. | char sftp_tell64 ();
  1721. | int
  1722. | main ()
  1723. | {
  1724. | return sftp_tell64 ();
  1725. | ;
  1726. | return 0;
  1727. | }
  1728. configure:18615: result: no
  1729. configure:18625: result: Could not find suitable version of libssh
  1730. configure:18629: checking for main in -lsmbclient
  1731. configure:18648: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1732. configure:18648: $? = 0
  1733. configure:18657: result: yes
  1734. configure:18670: checking for hci_devid in -lbluetooth
  1735. configure:18695: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1736. configure:18695: $? = 0
  1737. configure:18704: result: yes
  1738. configure:18718: checking for main in -lyajl
  1739. configure:18737: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1740. configure:18737: $? = 0
  1741. configure:18746: result: yes
  1742. configure:18759: checking for main in -lboost_thread
  1743. configure:18778: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient >&5
  1744. configure:18778: $? = 0
  1745. configure:18787: result: yes
  1746. configure:18849: checking for pkg-config
  1747. configure:18867: found /usr/bin/pkg-config
  1748. configure:18879: result: /usr/bin/pkg-config
  1749. configure:18904: checking pkg-config is at least version 0.9.0
  1750. configure:18907: result: yes
  1751. configure:18918: checking for FONTCONFIG
  1752. configure:18926: $PKG_CONFIG --exists --print-errors "fontconfig"
  1753. configure:18929: $? = 0
  1754. configure:18944: $PKG_CONFIG --exists --print-errors "fontconfig"
  1755. configure:18947: $? = 0
  1756. configure:18983: result: yes
  1757. configure:18989: checking for FRIBIDI
  1758. configure:18997: $PKG_CONFIG --exists --print-errors "fribidi"
  1759. configure:19000: $? = 0
  1760. configure:19015: $PKG_CONFIG --exists --print-errors "fribidi"
  1761. configure:19018: $? = 0
  1762. configure:19054: result: yes
  1763. configure:19060: checking for SQLITE3
  1764. configure:19068: $PKG_CONFIG --exists --print-errors "sqlite3"
  1765. configure:19071: $? = 0
  1766. configure:19086: $PKG_CONFIG --exists --print-errors "sqlite3"
  1767. configure:19089: $? = 0
  1768. configure:19125: result: yes
  1769. configure:19131: checking for PNG
  1770. configure:19139: $PKG_CONFIG --exists --print-errors "libpng"
  1771. configure:19142: $? = 0
  1772. configure:19157: $PKG_CONFIG --exists --print-errors "libpng"
  1773. configure:19160: $? = 0
  1774. configure:19196: result: yes
  1775. configure:19202: checking for PCRE
  1776. configure:19210: $PKG_CONFIG --exists --print-errors "libpcre"
  1777. configure:19213: $? = 0
  1778. configure:19228: $PKG_CONFIG --exists --print-errors "libpcre"
  1779. configure:19231: $? = 0
  1780. configure:19267: result: yes
  1781. configure:19276: checking for PCRECPP
  1782. configure:19284: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  1783. configure:19287: $? = 0
  1784. configure:19302: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  1785. configure:19305: $? = 0
  1786. configure:19341: result: yes
  1787. configure:19350: checking for CDIO
  1788. configure:19358: $PKG_CONFIG --exists --print-errors "libcdio"
  1789. configure:19361: $? = 0
  1790. configure:19376: $PKG_CONFIG --exists --print-errors "libcdio"
  1791. configure:19379: $? = 0
  1792. configure:19415: result: yes
  1793. configure:19421: checking for SAMPLERATE
  1794. configure:19429: $PKG_CONFIG --exists --print-errors "samplerate"
  1795. configure:19432: $? = 0
  1796. configure:19447: $PKG_CONFIG --exists --print-errors "samplerate"
  1797. configure:19450: $? = 0
  1798. configure:19486: result: yes
  1799. configure:19492: checking for FREETYPE2
  1800. configure:19500: $PKG_CONFIG --exists --print-errors "freetype2"
  1801. configure:19503: $? = 0
  1802. configure:19518: $PKG_CONFIG --exists --print-errors "freetype2"
  1803. configure:19521: $? = 0
  1804. configure:19557: result: yes
  1805. configure:19568: checking for LIBBLURAY
  1806. configure:19576: $PKG_CONFIG --exists --print-errors "libbluray"
  1807. configure:19579: $? = 0
  1808. configure:19594: $PKG_CONFIG --exists --print-errors "libbluray"
  1809. configure:19597: $? = 0
  1810. configure:19633: result: yes
  1811. configure:19722: checking for libbluray soname
  1812. configure:19760: result: libbluray.so.0
  1813. configure:19908: checking for main in -lSDL_mixer
  1814. configure:19927: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype >&5
  1815. configure:19927: $? = 0
  1816. configure:19936: result: yes
  1817. configure:19949: checking for main in -ldl
  1818. configure:19968: 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 -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype >&5
  1819. configure:19968: $? = 0
  1820. configure:19977: result: yes
  1821. configure:19990: checking for main in -lresolv
  1822. configure:20009: 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 -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype >&5
  1823. configure:20009: $? = 0
  1824. configure:20018: result: yes
  1825. configure:20031: checking for main in -ljasper
  1826. configure:20050: 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 -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype >&5
  1827. configure:20050: $? = 0
  1828. configure:20059: result: yes
  1829. configure:20072: checking for clock_gettime in -lrt
  1830. configure:20097: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype >&5
  1831. configure:20097: $? = 0
  1832. configure:20106: result: yes
  1833. configure:20119: checking for main in -lSDL_image
  1834. configure:20138: 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 -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype >&5
  1835. configure:20138: $? = 0
  1836. configure:20147: result: yes
  1837. configure:20163: checking for ALSA
  1838. configure:20171: $PKG_CONFIG --exists --print-errors "alsa"
  1839. configure:20174: $? = 0
  1840. configure:20189: $PKG_CONFIG --exists --print-errors "alsa"
  1841. configure:20192: $? = 0
  1842. configure:20228: result: yes
  1843. configure:20234: checking for ENCA
  1844. configure:20242: $PKG_CONFIG --exists --print-errors "enca"
  1845. configure:20245: $? = 0
  1846. configure:20260: $PKG_CONFIG --exists --print-errors "enca"
  1847. configure:20263: $? = 0
  1848. configure:20299: result: yes
  1849. configure:20305: checking for XT
  1850. configure:20313: $PKG_CONFIG --exists --print-errors "xt"
  1851. configure:20316: $? = 0
  1852. configure:20331: $PKG_CONFIG --exists --print-errors "xt"
  1853. configure:20334: $? = 0
  1854. configure:20370: result: yes
  1855. configure:20376: checking for XEXT
  1856. configure:20384: $PKG_CONFIG --exists --print-errors "xext"
  1857. configure:20387: $? = 0
  1858. configure:20402: $PKG_CONFIG --exists --print-errors "xext"
  1859. configure:20405: $? = 0
  1860. configure:20441: result: yes
  1861. configure:20447: checking for XMU
  1862. configure:20455: $PKG_CONFIG --exists --print-errors "xmu"
  1863. configure:20458: $? = 0
  1864. configure:20473: $PKG_CONFIG --exists --print-errors "xmu"
  1865. configure:20476: $? = 0
  1866. configure:20512: result: yes
  1867. configure:20518: checking for DBUS
  1868. configure:20526: $PKG_CONFIG --exists --print-errors "dbus-1"
  1869. configure:20529: $? = 0
  1870. configure:20544: $PKG_CONFIG --exists --print-errors "dbus-1"
  1871. configure:20547: $? = 0
  1872. configure:20583: result: yes
  1873. configure:20589: checking for SDL
  1874. configure:20597: $PKG_CONFIG --exists --print-errors "sdl"
  1875. configure:20600: $? = 0
  1876. configure:20615: $PKG_CONFIG --exists --print-errors "sdl"
  1877. configure:20618: $? = 0
  1878. configure:20654: result: yes
  1879. configure:20662: checking for libmad soname
  1880. configure:20700: result: libmad.so.0
  1881. configure:20707: checking for libogg soname
  1882. configure:20745: result: libogg.so.0
  1883. configure:20752: checking for libcurl soname
  1884. configure:20790: result: libcurl-gnutls.so.4
  1885. configure:20797: checking for libFLAC soname
  1886. configure:20835: result: libFLAC.so.8
  1887. configure:20842: checking for libvorbis soname
  1888. configure:20880: result: libvorbis.so.0
  1889. configure:20887: checking for libvorbisenc soname
  1890. configure:20925: result: libvorbisenc.so.2
  1891. configure:20932: checking for libvorbisfile soname
  1892. configure:20970: result: libvorbisfile.so.3
  1893. configure:20977: checking for libmodplug soname
  1894. configure:21015: result: libmodplug.so.1
  1895. configure:21022: checking for libass soname
  1896. configure:21060: result: libass.so.4
  1897. configure:21067: checking for libmpeg2 soname
  1898. configure:21105: result: libmpeg2.so.0
  1899. configure:21113: checking for main in -lmicrohttpd
  1900. configure:21132: 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 -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -lXext -lXmu -L/lib -ldbus-1 -lpthread -lrt -lSDL >&5
  1901. configure:21132: $? = 0
  1902. configure:21141: result: yes
  1903. configure:21226: result: == PulseAudio support manually disabled. ==
  1904. configure:21240: checking for HAL
  1905. configure:21248: $PKG_CONFIG --exists --print-errors "hal"
  1906. configure:21251: $? = 0
  1907. configure:21266: $PKG_CONFIG --exists --print-errors "hal"
  1908. configure:21269: $? = 0
  1909. configure:21307: result: yes
  1910. configure:21313: checking for HAL_STORAGE
  1911. configure:21321: $PKG_CONFIG --exists --print-errors "hal-storage"
  1912. configure:21324: $? = 0
  1913. configure:21339: $PKG_CONFIG --exists --print-errors "hal-storage"
  1914. configure:21342: $? = 0
  1915. configure:21380: result: yes
  1916. configure:21402: checking for main in -lavahi-common
  1917. configure:21421: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c -lavahi-common -lmicrohttpd -lSDL_image -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -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
  1918. configure:21421: $? = 0
  1919. configure:21430: result: yes
  1920. configure:21446: checking for main in -lavahi-client
  1921. configure:21465: 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 -lmicrohttpd -lSDL_image -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -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
  1922. configure:21465: $? = 0
  1923. configure:21474: result: yes
  1924. configure:21502: checking for main in -lXrandr
  1925. configure:21521: 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 -lmicrohttpd -lSDL_image -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -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
  1926. configure:21521: $? = 0
  1927. configure:21530: result: yes
  1928. configure:21561: == GOOM disabled. ==
  1929. configure:21572: checking librtmp/log.h usability
  1930. configure:21572: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1931. configure:21572: $? = 0
  1932. configure:21572: result: yes
  1933. configure:21572: checking librtmp/log.h presence
  1934. configure:21572: gcc -E conftest.c
  1935. configure:21572: $? = 0
  1936. configure:21572: result: yes
  1937. configure:21572: checking for librtmp/log.h
  1938. configure:21572: result: yes
  1939. configure:21572: checking librtmp/amf.h usability
  1940. configure:21572: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1941. configure:21572: $? = 0
  1942. configure:21572: result: yes
  1943. configure:21572: checking librtmp/amf.h presence
  1944. configure:21572: gcc -E conftest.c
  1945. configure:21572: $? = 0
  1946. configure:21572: result: yes
  1947. configure:21572: checking for librtmp/amf.h
  1948. configure:21572: result: yes
  1949. configure:21572: checking librtmp/rtmp.h usability
  1950. configure:21572: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1951. configure:21572: $? = 0
  1952. configure:21572: result: yes
  1953. configure:21572: checking librtmp/rtmp.h presence
  1954. configure:21572: gcc -E conftest.c
  1955. configure:21572: $? = 0
  1956. configure:21572: result: yes
  1957. configure:21572: checking for librtmp/rtmp.h
  1958. configure:21572: result: yes
  1959. configure:21595: checking for librtmp soname
  1960. configure:21633: result: librtmp.so.0
  1961. configure:21653: checking nfsc/libnfs.h usability
  1962. configure:21653: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  1963. configure:21653: $? = 0
  1964. configure:21653: result: yes
  1965. configure:21653: checking nfsc/libnfs.h presence
  1966. configure:21653: gcc -E conftest.c
  1967. configure:21653: $? = 0
  1968. configure:21653: result: yes
  1969. configure:21653: checking for nfsc/libnfs.h
  1970. configure:21653: result: yes
  1971. configure:21676: checking for libnfs soname
  1972. configure:21714: result: libnfs.so.1
  1973. configure:22053: == Use of external ffmpeg disabled. ==
  1974. configure:22071: checking for python
  1975. configure:22089: found /usr/bin/python
  1976. configure:22101: result: /usr/bin/python
  1977. configure:22117: checking for a version of Python >= '2.1.0'
  1978. configure:22143: result: yes
  1979. configure:22151: checking for a version of Python >= 2.4
  1980. configure:22157: result: yes
  1981. configure:22174: checking for the distutils Python package
  1982. configure:22178: result: yes
  1983. configure:22192: checking for Python include path
  1984. configure:22202: result: -I/usr/include/python2.6
  1985. configure:22209: checking for Python library path
  1986. configure:22302: result: -L/usr/lib -lpython2.6
  1987. configure:22309: checking for Python site-packages path
  1988. configure:22315: result: /usr/lib/python2.6/dist-packages
  1989. configure:22322: checking python extra libraries
  1990. configure:22329: result: -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil
  1991. configure:22336: checking python extra linking flags
  1992. configure:22343: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  1993. configure:22350: checking consistency of all components of python development environment
  1994. configure:22376: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -I/usr/include/python2.6 conftest.c -lXrandr -lavahi-client -lavahi-common -lmicrohttpd -lSDL_image -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -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 -L/usr/lib -lpython2.6 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil >&5
  1995. configure:22376: $? = 0
  1996. configure:22393: result: yes
  1997. configure:22424: Using Python 2.6
  1998. configure:22441: checking vdpau/vdpau.h usability
  1999. configure:22441: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2000. configure:22441: $? = 0
  2001. configure:22441: result: yes
  2002. configure:22441: checking vdpau/vdpau.h presence
  2003. configure:22441: gcc -E conftest.c
  2004. configure:22441: $? = 0
  2005. configure:22441: result: yes
  2006. configure:22441: checking for vdpau/vdpau.h
  2007. configure:22441: result: yes
  2008. configure:22479: checking for main in -lva
  2009. configure:22498: 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 -lmicrohttpd -lSDL_image -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -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
  2010. /usr/bin/ld: cannot find -lva
  2011. collect2: ld returned 1 exit status
  2012. configure:22498: $? = 1
  2013. configure: failed program was:
  2014. | /* confdefs.h */
  2015. | #define PACKAGE_NAME "xbmc"
  2016. | #define PACKAGE_TARNAME "xbmc"
  2017. | #define PACKAGE_VERSION "11.0"
  2018. | #define PACKAGE_STRING "xbmc 11.0"
  2019. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2020. | #define PACKAGE_URL ""
  2021. | #define PACKAGE "xbmc"
  2022. | #define VERSION "11.0"
  2023. | #define LIRC_DEVICE "/dev/lircd"
  2024. | #define STDC_HEADERS 1
  2025. | #define HAVE_SYS_TYPES_H 1
  2026. | #define HAVE_SYS_STAT_H 1
  2027. | #define HAVE_STDLIB_H 1
  2028. | #define HAVE_STRING_H 1
  2029. | #define HAVE_MEMORY_H 1
  2030. | #define HAVE_STRINGS_H 1
  2031. | #define HAVE_INTTYPES_H 1
  2032. | #define HAVE_STDINT_H 1
  2033. | #define HAVE_UNISTD_H 1
  2034. | #define HAVE_DLFCN_H 1
  2035. | #define LT_OBJDIR ".libs/"
  2036. | #define HAVE_ALLOCA_H 1
  2037. | #define HAVE_ALLOCA 1
  2038. | #define HAVE_UNISTD_H 1
  2039. | #define HAVE_CHOWN 1
  2040. | #define HAVE_DIRENT_H 1
  2041. | #define HAVE_FSEEKO 1
  2042. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2043. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2044. | #define TIME_WITH_SYS_TIME 1
  2045. | #define HAVE_SYS_TIME_H 1
  2046. | #define HAVE_UNISTD_H 1
  2047. | #define HAVE_STDLIB_H 1
  2048. | #define HAVE_SYS_PARAM_H 1
  2049. | #define HAVE_UTIME_H 1
  2050. | #define HAVE_ALARM 1
  2051. | #define HAVE_GETPAGESIZE 1
  2052. | #define HAVE_MMAP 1
  2053. | #define HAVE_SYS_SELECT_H 1
  2054. | #define HAVE_SYS_SOCKET_H 1
  2055. | #define SELECT_TYPE_ARG1 int
  2056. | #define SELECT_TYPE_ARG234 (fd_set *)
  2057. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2058. | #define RETSIGTYPE void
  2059. | #define HAVE_STRCOLL 1
  2060. | #define HAVE_STRFTIME 1
  2061. | #define HAVE_UTIME_NULL 1
  2062. | #define HAVE_VPRINTF 1
  2063. | #define HAVE_ATEXIT 1
  2064. | #define HAVE_DUP2 1
  2065. | #define HAVE_FDATASYNC 1
  2066. | #define HAVE_FTIME 1
  2067. | #define HAVE_FTRUNCATE 1
  2068. | #define HAVE_GETCWD 1
  2069. | #define HAVE_GETHOSTBYADDR 1
  2070. | #define HAVE_GETHOSTBYNAME 1
  2071. | #define HAVE_GETHOSTNAME 1
  2072. | #define HAVE_GETPAGESIZE 1
  2073. | #define HAVE_GETPASS 1
  2074. | #define HAVE_GETTIMEOFDAY 1
  2075. | #define HAVE_INET_NTOA 1
  2076. | #define HAVE_LCHOWN 1
  2077. | #define HAVE_LOCALECONV 1
  2078. | #define HAVE_MEMCHR 1
  2079. | #define HAVE_MEMMOVE 1
  2080. | #define HAVE_MEMSET 1
  2081. | #define HAVE_MKDIR 1
  2082. | #define HAVE_MODF 1
  2083. | #define HAVE_MUNMAP 1
  2084. | #define HAVE_RMDIR 1
  2085. | #define HAVE_SELECT 1
  2086. | #define HAVE_SETENV 1
  2087. | #define HAVE_SETLOCALE 1
  2088. | #define HAVE_SOCKET 1
  2089. | #define HAVE_STRCASECMP 1
  2090. | #define HAVE_STRCHR 1
  2091. | #define HAVE_STRCSPN 1
  2092. | #define HAVE_STRDUP 1
  2093. | #define HAVE_STRERROR 1
  2094. | #define HAVE_STRNCASECMP 1
  2095. | #define HAVE_STRPBRK 1
  2096. | #define HAVE_STRRCHR 1
  2097. | #define HAVE_STRSPN 1
  2098. | #define HAVE_STRSTR 1
  2099. | #define HAVE_STRTOL 1
  2100. | #define HAVE_STRTOUL 1
  2101. | #define HAVE_SYSINFO 1
  2102. | #define HAVE_TZSET 1
  2103. | #define HAVE_UTIME 1
  2104. | #define SIZEOF_INT 4
  2105. | #define SIZEOF_SIZE_T 4
  2106. | #define HAVE_INOTIFY 1
  2107. | #define HAVE_LIBGL 1
  2108. | #define HAVE_LIBGLEW 1
  2109. | #define HAVE_LIBGLU 1
  2110. | #define HAVE_LIBBZ2 1
  2111. | #define HAVE_LIBJPEG 1
  2112. | #define HAVE_LIBTIFF 1
  2113. | #define HAVE_LIBPTHREAD 1
  2114. | #define HAVE_LIBLZO2 1
  2115. | #define HAVE_LIBZ 1
  2116. | #define HAVE_LIBSSL 1
  2117. | #define HAVE_LIBCRYPTO 1
  2118. | #define HAVE_LIBMYSQLCLIENT 1
  2119. | #define HAVE_LIBSMBCLIENT 1
  2120. | #define HAVE_LIBBLUETOOTH 1
  2121. | #define HAVE_LIBYAJL 1
  2122. | #define HAVE_LIBBOOST_THREAD 1
  2123. | #define HAVE_LIBPCRE 1
  2124. | #define HAVE_LIBPCRECPP 1
  2125. | #define HAVE_LIBBLURAY 1
  2126. | #define HAVE_LIBSDL_MIXER 1
  2127. | #define HAVE_LIBDL 1
  2128. | #define HAVE_LIBRESOLV 1
  2129. | #define HAVE_LIBJASPER 1
  2130. | #define HAVE_LIBRT 1
  2131. | #define HAVE_LIBSDL_IMAGE 1
  2132. | #define HAVE_LIBMICROHTTPD 1
  2133. | #define HAS_DVD_DRIVE 1
  2134. | #define HAS_HAL 1
  2135. | #define HAVE_LIBAVAHI_COMMON 1
  2136. | #define HAVE_LIBAVAHI_CLIENT 1
  2137. | #define HAVE_LIBXRANDR 1
  2138. | #define HAVE_LIBRTMP_LOG_H 1
  2139. | #define HAVE_LIBRTMP_AMF_H 1
  2140. | #define HAVE_LIBRTMP_RTMP_H 1
  2141. | #define HAS_LIBRTMP 1
  2142. | #define HAVE_NFSC_LIBNFS_H 1
  2143. | #define HAVE_LIBNFS 1
  2144. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  2145. | #define HAVE_PYTHON "2.6"
  2146. | #define HAVE_LIBVDPAU /**/
  2147. | /* end confdefs.h. */
  2148. |
  2149. |
  2150. | int
  2151. | main ()
  2152. | {
  2153. | return main ();
  2154. | ;
  2155. | return 0;
  2156. | }
  2157. configure:22507: result: no
  2158. configure:22558: result: == Could not find libva. VAAPI support disabled. ==
  2159. configure:22577: checking for libcrystalhd/libcrystalhd_if.h
  2160. configure:22577: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2161. configure:22577: $? = 0
  2162. configure:22577: result: yes
  2163. configure:22597: checking for libcrystalhd soname
  2164. configure:22635: result: libcrystalhd.so.3
  2165. configure:22652: gcc -c -llibcrystalhd conftest.c >&5
  2166. configure:22652: $? = 0
  2167. configure:22686: == VDADecoder support manually disabled. ==
  2168. configure:22710: == VTBDecoder support manually disabled. ==
  2169. configure:22727: checking OpenMAX/IL/OMX_Types.h usability
  2170. configure:22727: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2171. conftest.c:169:34: error: OpenMAX/IL/OMX_Types.h: No such file or directory
  2172. configure:22727: $? = 1
  2173. configure: failed program was:
  2174. | /* confdefs.h */
  2175. | #define PACKAGE_NAME "xbmc"
  2176. | #define PACKAGE_TARNAME "xbmc"
  2177. | #define PACKAGE_VERSION "11.0"
  2178. | #define PACKAGE_STRING "xbmc 11.0"
  2179. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2180. | #define PACKAGE_URL ""
  2181. | #define PACKAGE "xbmc"
  2182. | #define VERSION "11.0"
  2183. | #define LIRC_DEVICE "/dev/lircd"
  2184. | #define STDC_HEADERS 1
  2185. | #define HAVE_SYS_TYPES_H 1
  2186. | #define HAVE_SYS_STAT_H 1
  2187. | #define HAVE_STDLIB_H 1
  2188. | #define HAVE_STRING_H 1
  2189. | #define HAVE_MEMORY_H 1
  2190. | #define HAVE_STRINGS_H 1
  2191. | #define HAVE_INTTYPES_H 1
  2192. | #define HAVE_STDINT_H 1
  2193. | #define HAVE_UNISTD_H 1
  2194. | #define HAVE_DLFCN_H 1
  2195. | #define LT_OBJDIR ".libs/"
  2196. | #define HAVE_ALLOCA_H 1
  2197. | #define HAVE_ALLOCA 1
  2198. | #define HAVE_UNISTD_H 1
  2199. | #define HAVE_CHOWN 1
  2200. | #define HAVE_DIRENT_H 1
  2201. | #define HAVE_FSEEKO 1
  2202. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2203. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2204. | #define TIME_WITH_SYS_TIME 1
  2205. | #define HAVE_SYS_TIME_H 1
  2206. | #define HAVE_UNISTD_H 1
  2207. | #define HAVE_STDLIB_H 1
  2208. | #define HAVE_SYS_PARAM_H 1
  2209. | #define HAVE_UTIME_H 1
  2210. | #define HAVE_ALARM 1
  2211. | #define HAVE_GETPAGESIZE 1
  2212. | #define HAVE_MMAP 1
  2213. | #define HAVE_SYS_SELECT_H 1
  2214. | #define HAVE_SYS_SOCKET_H 1
  2215. | #define SELECT_TYPE_ARG1 int
  2216. | #define SELECT_TYPE_ARG234 (fd_set *)
  2217. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2218. | #define RETSIGTYPE void
  2219. | #define HAVE_STRCOLL 1
  2220. | #define HAVE_STRFTIME 1
  2221. | #define HAVE_UTIME_NULL 1
  2222. | #define HAVE_VPRINTF 1
  2223. | #define HAVE_ATEXIT 1
  2224. | #define HAVE_DUP2 1
  2225. | #define HAVE_FDATASYNC 1
  2226. | #define HAVE_FTIME 1
  2227. | #define HAVE_FTRUNCATE 1
  2228. | #define HAVE_GETCWD 1
  2229. | #define HAVE_GETHOSTBYADDR 1
  2230. | #define HAVE_GETHOSTBYNAME 1
  2231. | #define HAVE_GETHOSTNAME 1
  2232. | #define HAVE_GETPAGESIZE 1
  2233. | #define HAVE_GETPASS 1
  2234. | #define HAVE_GETTIMEOFDAY 1
  2235. | #define HAVE_INET_NTOA 1
  2236. | #define HAVE_LCHOWN 1
  2237. | #define HAVE_LOCALECONV 1
  2238. | #define HAVE_MEMCHR 1
  2239. | #define HAVE_MEMMOVE 1
  2240. | #define HAVE_MEMSET 1
  2241. | #define HAVE_MKDIR 1
  2242. | #define HAVE_MODF 1
  2243. | #define HAVE_MUNMAP 1
  2244. | #define HAVE_RMDIR 1
  2245. | #define HAVE_SELECT 1
  2246. | #define HAVE_SETENV 1
  2247. | #define HAVE_SETLOCALE 1
  2248. | #define HAVE_SOCKET 1
  2249. | #define HAVE_STRCASECMP 1
  2250. | #define HAVE_STRCHR 1
  2251. | #define HAVE_STRCSPN 1
  2252. | #define HAVE_STRDUP 1
  2253. | #define HAVE_STRERROR 1
  2254. | #define HAVE_STRNCASECMP 1
  2255. | #define HAVE_STRPBRK 1
  2256. | #define HAVE_STRRCHR 1
  2257. | #define HAVE_STRSPN 1
  2258. | #define HAVE_STRSTR 1
  2259. | #define HAVE_STRTOL 1
  2260. | #define HAVE_STRTOUL 1
  2261. | #define HAVE_SYSINFO 1
  2262. | #define HAVE_TZSET 1
  2263. | #define HAVE_UTIME 1
  2264. | #define SIZEOF_INT 4
  2265. | #define SIZEOF_SIZE_T 4
  2266. | #define HAVE_INOTIFY 1
  2267. | #define HAVE_LIBGL 1
  2268. | #define HAVE_LIBGLEW 1
  2269. | #define HAVE_LIBGLU 1
  2270. | #define HAVE_LIBBZ2 1
  2271. | #define HAVE_LIBJPEG 1
  2272. | #define HAVE_LIBTIFF 1
  2273. | #define HAVE_LIBPTHREAD 1
  2274. | #define HAVE_LIBLZO2 1
  2275. | #define HAVE_LIBZ 1
  2276. | #define HAVE_LIBSSL 1
  2277. | #define HAVE_LIBCRYPTO 1
  2278. | #define HAVE_LIBMYSQLCLIENT 1
  2279. | #define HAVE_LIBSMBCLIENT 1
  2280. | #define HAVE_LIBBLUETOOTH 1
  2281. | #define HAVE_LIBYAJL 1
  2282. | #define HAVE_LIBBOOST_THREAD 1
  2283. | #define HAVE_LIBPCRE 1
  2284. | #define HAVE_LIBPCRECPP 1
  2285. | #define HAVE_LIBBLURAY 1
  2286. | #define HAVE_LIBSDL_MIXER 1
  2287. | #define HAVE_LIBDL 1
  2288. | #define HAVE_LIBRESOLV 1
  2289. | #define HAVE_LIBJASPER 1
  2290. | #define HAVE_LIBRT 1
  2291. | #define HAVE_LIBSDL_IMAGE 1
  2292. | #define HAVE_LIBMICROHTTPD 1
  2293. | #define HAS_DVD_DRIVE 1
  2294. | #define HAS_HAL 1
  2295. | #define HAVE_LIBAVAHI_COMMON 1
  2296. | #define HAVE_LIBAVAHI_CLIENT 1
  2297. | #define HAVE_LIBXRANDR 1
  2298. | #define HAVE_LIBRTMP_LOG_H 1
  2299. | #define HAVE_LIBRTMP_AMF_H 1
  2300. | #define HAVE_LIBRTMP_RTMP_H 1
  2301. | #define HAS_LIBRTMP 1
  2302. | #define HAVE_NFSC_LIBNFS_H 1
  2303. | #define HAVE_LIBNFS 1
  2304. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  2305. | #define HAVE_PYTHON "2.6"
  2306. | #define HAVE_LIBVDPAU /**/
  2307. | #define HAVE_LIBCRYSTALHD 2
  2308. | /* end confdefs.h. */
  2309. | #include <stdio.h>
  2310. | #ifdef HAVE_SYS_TYPES_H
  2311. | # include <sys/types.h>
  2312. | #endif
  2313. | #ifdef HAVE_SYS_STAT_H
  2314. | # include <sys/stat.h>
  2315. | #endif
  2316. | #ifdef STDC_HEADERS
  2317. | # include <stdlib.h>
  2318. | # include <stddef.h>
  2319. | #else
  2320. | # ifdef HAVE_STDLIB_H
  2321. | # include <stdlib.h>
  2322. | # endif
  2323. | #endif
  2324. | #ifdef HAVE_STRING_H
  2325. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2326. | # include <memory.h>
  2327. | # endif
  2328. | # include <string.h>
  2329. | #endif
  2330. | #ifdef HAVE_STRINGS_H
  2331. | # include <strings.h>
  2332. | #endif
  2333. | #ifdef HAVE_INTTYPES_H
  2334. | # include <inttypes.h>
  2335. | #endif
  2336. | #ifdef HAVE_STDINT_H
  2337. | # include <stdint.h>
  2338. | #endif
  2339. | #ifdef HAVE_UNISTD_H
  2340. | # include <unistd.h>
  2341. | #endif
  2342. | #include <OpenMAX/IL/OMX_Types.h>
  2343. configure:22727: result: no
  2344. configure:22727: checking OpenMAX/IL/OMX_Types.h presence
  2345. configure:22727: gcc -E conftest.c
  2346. conftest.c:136:34: error: OpenMAX/IL/OMX_Types.h: No such file or directory
  2347. configure:22727: $? = 1
  2348. configure: failed program was:
  2349. | /* confdefs.h */
  2350. | #define PACKAGE_NAME "xbmc"
  2351. | #define PACKAGE_TARNAME "xbmc"
  2352. | #define PACKAGE_VERSION "11.0"
  2353. | #define PACKAGE_STRING "xbmc 11.0"
  2354. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2355. | #define PACKAGE_URL ""
  2356. | #define PACKAGE "xbmc"
  2357. | #define VERSION "11.0"
  2358. | #define LIRC_DEVICE "/dev/lircd"
  2359. | #define STDC_HEADERS 1
  2360. | #define HAVE_SYS_TYPES_H 1
  2361. | #define HAVE_SYS_STAT_H 1
  2362. | #define HAVE_STDLIB_H 1
  2363. | #define HAVE_STRING_H 1
  2364. | #define HAVE_MEMORY_H 1
  2365. | #define HAVE_STRINGS_H 1
  2366. | #define HAVE_INTTYPES_H 1
  2367. | #define HAVE_STDINT_H 1
  2368. | #define HAVE_UNISTD_H 1
  2369. | #define HAVE_DLFCN_H 1
  2370. | #define LT_OBJDIR ".libs/"
  2371. | #define HAVE_ALLOCA_H 1
  2372. | #define HAVE_ALLOCA 1
  2373. | #define HAVE_UNISTD_H 1
  2374. | #define HAVE_CHOWN 1
  2375. | #define HAVE_DIRENT_H 1
  2376. | #define HAVE_FSEEKO 1
  2377. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2378. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2379. | #define TIME_WITH_SYS_TIME 1
  2380. | #define HAVE_SYS_TIME_H 1
  2381. | #define HAVE_UNISTD_H 1
  2382. | #define HAVE_STDLIB_H 1
  2383. | #define HAVE_SYS_PARAM_H 1
  2384. | #define HAVE_UTIME_H 1
  2385. | #define HAVE_ALARM 1
  2386. | #define HAVE_GETPAGESIZE 1
  2387. | #define HAVE_MMAP 1
  2388. | #define HAVE_SYS_SELECT_H 1
  2389. | #define HAVE_SYS_SOCKET_H 1
  2390. | #define SELECT_TYPE_ARG1 int
  2391. | #define SELECT_TYPE_ARG234 (fd_set *)
  2392. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2393. | #define RETSIGTYPE void
  2394. | #define HAVE_STRCOLL 1
  2395. | #define HAVE_STRFTIME 1
  2396. | #define HAVE_UTIME_NULL 1
  2397. | #define HAVE_VPRINTF 1
  2398. | #define HAVE_ATEXIT 1
  2399. | #define HAVE_DUP2 1
  2400. | #define HAVE_FDATASYNC 1
  2401. | #define HAVE_FTIME 1
  2402. | #define HAVE_FTRUNCATE 1
  2403. | #define HAVE_GETCWD 1
  2404. | #define HAVE_GETHOSTBYADDR 1
  2405. | #define HAVE_GETHOSTBYNAME 1
  2406. | #define HAVE_GETHOSTNAME 1
  2407. | #define HAVE_GETPAGESIZE 1
  2408. | #define HAVE_GETPASS 1
  2409. | #define HAVE_GETTIMEOFDAY 1
  2410. | #define HAVE_INET_NTOA 1
  2411. | #define HAVE_LCHOWN 1
  2412. | #define HAVE_LOCALECONV 1
  2413. | #define HAVE_MEMCHR 1
  2414. | #define HAVE_MEMMOVE 1
  2415. | #define HAVE_MEMSET 1
  2416. | #define HAVE_MKDIR 1
  2417. | #define HAVE_MODF 1
  2418. | #define HAVE_MUNMAP 1
  2419. | #define HAVE_RMDIR 1
  2420. | #define HAVE_SELECT 1
  2421. | #define HAVE_SETENV 1
  2422. | #define HAVE_SETLOCALE 1
  2423. | #define HAVE_SOCKET 1
  2424. | #define HAVE_STRCASECMP 1
  2425. | #define HAVE_STRCHR 1
  2426. | #define HAVE_STRCSPN 1
  2427. | #define HAVE_STRDUP 1
  2428. | #define HAVE_STRERROR 1
  2429. | #define HAVE_STRNCASECMP 1
  2430. | #define HAVE_STRPBRK 1
  2431. | #define HAVE_STRRCHR 1
  2432. | #define HAVE_STRSPN 1
  2433. | #define HAVE_STRSTR 1
  2434. | #define HAVE_STRTOL 1
  2435. | #define HAVE_STRTOUL 1
  2436. | #define HAVE_SYSINFO 1
  2437. | #define HAVE_TZSET 1
  2438. | #define HAVE_UTIME 1
  2439. | #define SIZEOF_INT 4
  2440. | #define SIZEOF_SIZE_T 4
  2441. | #define HAVE_INOTIFY 1
  2442. | #define HAVE_LIBGL 1
  2443. | #define HAVE_LIBGLEW 1
  2444. | #define HAVE_LIBGLU 1
  2445. | #define HAVE_LIBBZ2 1
  2446. | #define HAVE_LIBJPEG 1
  2447. | #define HAVE_LIBTIFF 1
  2448. | #define HAVE_LIBPTHREAD 1
  2449. | #define HAVE_LIBLZO2 1
  2450. | #define HAVE_LIBZ 1
  2451. | #define HAVE_LIBSSL 1
  2452. | #define HAVE_LIBCRYPTO 1
  2453. | #define HAVE_LIBMYSQLCLIENT 1
  2454. | #define HAVE_LIBSMBCLIENT 1
  2455. | #define HAVE_LIBBLUETOOTH 1
  2456. | #define HAVE_LIBYAJL 1
  2457. | #define HAVE_LIBBOOST_THREAD 1
  2458. | #define HAVE_LIBPCRE 1
  2459. | #define HAVE_LIBPCRECPP 1
  2460. | #define HAVE_LIBBLURAY 1
  2461. | #define HAVE_LIBSDL_MIXER 1
  2462. | #define HAVE_LIBDL 1
  2463. | #define HAVE_LIBRESOLV 1
  2464. | #define HAVE_LIBJASPER 1
  2465. | #define HAVE_LIBRT 1
  2466. | #define HAVE_LIBSDL_IMAGE 1
  2467. | #define HAVE_LIBMICROHTTPD 1
  2468. | #define HAS_DVD_DRIVE 1
  2469. | #define HAS_HAL 1
  2470. | #define HAVE_LIBAVAHI_COMMON 1
  2471. | #define HAVE_LIBAVAHI_CLIENT 1
  2472. | #define HAVE_LIBXRANDR 1
  2473. | #define HAVE_LIBRTMP_LOG_H 1
  2474. | #define HAVE_LIBRTMP_AMF_H 1
  2475. | #define HAVE_LIBRTMP_RTMP_H 1
  2476. | #define HAS_LIBRTMP 1
  2477. | #define HAVE_NFSC_LIBNFS_H 1
  2478. | #define HAVE_LIBNFS 1
  2479. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  2480. | #define HAVE_PYTHON "2.6"
  2481. | #define HAVE_LIBVDPAU /**/
  2482. | #define HAVE_LIBCRYSTALHD 2
  2483. | /* end confdefs.h. */
  2484. | #include <OpenMAX/IL/OMX_Types.h>
  2485. configure:22727: result: no
  2486. configure:22727: checking for OpenMAX/IL/OMX_Types.h
  2487. configure:22727: result: no
  2488. configure:22733: result: == Could not find libnvomx. OpenMax support disabled. ==
  2489. configure:22752: checking yajl/yajl_version.h usability
  2490. configure:22752: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2491. conftest.c:169:31: error: yajl/yajl_version.h: No such file or directory
  2492. configure:22752: $? = 1
  2493. configure: failed program was:
  2494. | /* confdefs.h */
  2495. | #define PACKAGE_NAME "xbmc"
  2496. | #define PACKAGE_TARNAME "xbmc"
  2497. | #define PACKAGE_VERSION "11.0"
  2498. | #define PACKAGE_STRING "xbmc 11.0"
  2499. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2500. | #define PACKAGE_URL ""
  2501. | #define PACKAGE "xbmc"
  2502. | #define VERSION "11.0"
  2503. | #define LIRC_DEVICE "/dev/lircd"
  2504. | #define STDC_HEADERS 1
  2505. | #define HAVE_SYS_TYPES_H 1
  2506. | #define HAVE_SYS_STAT_H 1
  2507. | #define HAVE_STDLIB_H 1
  2508. | #define HAVE_STRING_H 1
  2509. | #define HAVE_MEMORY_H 1
  2510. | #define HAVE_STRINGS_H 1
  2511. | #define HAVE_INTTYPES_H 1
  2512. | #define HAVE_STDINT_H 1
  2513. | #define HAVE_UNISTD_H 1
  2514. | #define HAVE_DLFCN_H 1
  2515. | #define LT_OBJDIR ".libs/"
  2516. | #define HAVE_ALLOCA_H 1
  2517. | #define HAVE_ALLOCA 1
  2518. | #define HAVE_UNISTD_H 1
  2519. | #define HAVE_CHOWN 1
  2520. | #define HAVE_DIRENT_H 1
  2521. | #define HAVE_FSEEKO 1
  2522. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2523. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2524. | #define TIME_WITH_SYS_TIME 1
  2525. | #define HAVE_SYS_TIME_H 1
  2526. | #define HAVE_UNISTD_H 1
  2527. | #define HAVE_STDLIB_H 1
  2528. | #define HAVE_SYS_PARAM_H 1
  2529. | #define HAVE_UTIME_H 1
  2530. | #define HAVE_ALARM 1
  2531. | #define HAVE_GETPAGESIZE 1
  2532. | #define HAVE_MMAP 1
  2533. | #define HAVE_SYS_SELECT_H 1
  2534. | #define HAVE_SYS_SOCKET_H 1
  2535. | #define SELECT_TYPE_ARG1 int
  2536. | #define SELECT_TYPE_ARG234 (fd_set *)
  2537. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2538. | #define RETSIGTYPE void
  2539. | #define HAVE_STRCOLL 1
  2540. | #define HAVE_STRFTIME 1
  2541. | #define HAVE_UTIME_NULL 1
  2542. | #define HAVE_VPRINTF 1
  2543. | #define HAVE_ATEXIT 1
  2544. | #define HAVE_DUP2 1
  2545. | #define HAVE_FDATASYNC 1
  2546. | #define HAVE_FTIME 1
  2547. | #define HAVE_FTRUNCATE 1
  2548. | #define HAVE_GETCWD 1
  2549. | #define HAVE_GETHOSTBYADDR 1
  2550. | #define HAVE_GETHOSTBYNAME 1
  2551. | #define HAVE_GETHOSTNAME 1
  2552. | #define HAVE_GETPAGESIZE 1
  2553. | #define HAVE_GETPASS 1
  2554. | #define HAVE_GETTIMEOFDAY 1
  2555. | #define HAVE_INET_NTOA 1
  2556. | #define HAVE_LCHOWN 1
  2557. | #define HAVE_LOCALECONV 1
  2558. | #define HAVE_MEMCHR 1
  2559. | #define HAVE_MEMMOVE 1
  2560. | #define HAVE_MEMSET 1
  2561. | #define HAVE_MKDIR 1
  2562. | #define HAVE_MODF 1
  2563. | #define HAVE_MUNMAP 1
  2564. | #define HAVE_RMDIR 1
  2565. | #define HAVE_SELECT 1
  2566. | #define HAVE_SETENV 1
  2567. | #define HAVE_SETLOCALE 1
  2568. | #define HAVE_SOCKET 1
  2569. | #define HAVE_STRCASECMP 1
  2570. | #define HAVE_STRCHR 1
  2571. | #define HAVE_STRCSPN 1
  2572. | #define HAVE_STRDUP 1
  2573. | #define HAVE_STRERROR 1
  2574. | #define HAVE_STRNCASECMP 1
  2575. | #define HAVE_STRPBRK 1
  2576. | #define HAVE_STRRCHR 1
  2577. | #define HAVE_STRSPN 1
  2578. | #define HAVE_STRSTR 1
  2579. | #define HAVE_STRTOL 1
  2580. | #define HAVE_STRTOUL 1
  2581. | #define HAVE_SYSINFO 1
  2582. | #define HAVE_TZSET 1
  2583. | #define HAVE_UTIME 1
  2584. | #define SIZEOF_INT 4
  2585. | #define SIZEOF_SIZE_T 4
  2586. | #define HAVE_INOTIFY 1
  2587. | #define HAVE_LIBGL 1
  2588. | #define HAVE_LIBGLEW 1
  2589. | #define HAVE_LIBGLU 1
  2590. | #define HAVE_LIBBZ2 1
  2591. | #define HAVE_LIBJPEG 1
  2592. | #define HAVE_LIBTIFF 1
  2593. | #define HAVE_LIBPTHREAD 1
  2594. | #define HAVE_LIBLZO2 1
  2595. | #define HAVE_LIBZ 1
  2596. | #define HAVE_LIBSSL 1
  2597. | #define HAVE_LIBCRYPTO 1
  2598. | #define HAVE_LIBMYSQLCLIENT 1
  2599. | #define HAVE_LIBSMBCLIENT 1
  2600. | #define HAVE_LIBBLUETOOTH 1
  2601. | #define HAVE_LIBYAJL 1
  2602. | #define HAVE_LIBBOOST_THREAD 1
  2603. | #define HAVE_LIBPCRE 1
  2604. | #define HAVE_LIBPCRECPP 1
  2605. | #define HAVE_LIBBLURAY 1
  2606. | #define HAVE_LIBSDL_MIXER 1
  2607. | #define HAVE_LIBDL 1
  2608. | #define HAVE_LIBRESOLV 1
  2609. | #define HAVE_LIBJASPER 1
  2610. | #define HAVE_LIBRT 1
  2611. | #define HAVE_LIBSDL_IMAGE 1
  2612. | #define HAVE_LIBMICROHTTPD 1
  2613. | #define HAS_DVD_DRIVE 1
  2614. | #define HAS_HAL 1
  2615. | #define HAVE_LIBAVAHI_COMMON 1
  2616. | #define HAVE_LIBAVAHI_CLIENT 1
  2617. | #define HAVE_LIBXRANDR 1
  2618. | #define HAVE_LIBRTMP_LOG_H 1
  2619. | #define HAVE_LIBRTMP_AMF_H 1
  2620. | #define HAVE_LIBRTMP_RTMP_H 1
  2621. | #define HAS_LIBRTMP 1
  2622. | #define HAVE_NFSC_LIBNFS_H 1
  2623. | #define HAVE_LIBNFS 1
  2624. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  2625. | #define HAVE_PYTHON "2.6"
  2626. | #define HAVE_LIBVDPAU /**/
  2627. | #define HAVE_LIBCRYSTALHD 2
  2628. | /* end confdefs.h. */
  2629. | #include <stdio.h>
  2630. | #ifdef HAVE_SYS_TYPES_H
  2631. | # include <sys/types.h>
  2632. | #endif
  2633. | #ifdef HAVE_SYS_STAT_H
  2634. | # include <sys/stat.h>
  2635. | #endif
  2636. | #ifdef STDC_HEADERS
  2637. | # include <stdlib.h>
  2638. | # include <stddef.h>
  2639. | #else
  2640. | # ifdef HAVE_STDLIB_H
  2641. | # include <stdlib.h>
  2642. | # endif
  2643. | #endif
  2644. | #ifdef HAVE_STRING_H
  2645. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2646. | # include <memory.h>
  2647. | # endif
  2648. | # include <string.h>
  2649. | #endif
  2650. | #ifdef HAVE_STRINGS_H
  2651. | # include <strings.h>
  2652. | #endif
  2653. | #ifdef HAVE_INTTYPES_H
  2654. | # include <inttypes.h>
  2655. | #endif
  2656. | #ifdef HAVE_STDINT_H
  2657. | # include <stdint.h>
  2658. | #endif
  2659. | #ifdef HAVE_UNISTD_H
  2660. | # include <unistd.h>
  2661. | #endif
  2662. | #include <yajl/yajl_version.h>
  2663. configure:22752: result: no
  2664. configure:22752: checking yajl/yajl_version.h presence
  2665. configure:22752: gcc -E conftest.c
  2666. conftest.c:136:31: error: yajl/yajl_version.h: No such file or directory
  2667. configure:22752: $? = 1
  2668. configure: failed program was:
  2669. | /* confdefs.h */
  2670. | #define PACKAGE_NAME "xbmc"
  2671. | #define PACKAGE_TARNAME "xbmc"
  2672. | #define PACKAGE_VERSION "11.0"
  2673. | #define PACKAGE_STRING "xbmc 11.0"
  2674. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  2675. | #define PACKAGE_URL ""
  2676. | #define PACKAGE "xbmc"
  2677. | #define VERSION "11.0"
  2678. | #define LIRC_DEVICE "/dev/lircd"
  2679. | #define STDC_HEADERS 1
  2680. | #define HAVE_SYS_TYPES_H 1
  2681. | #define HAVE_SYS_STAT_H 1
  2682. | #define HAVE_STDLIB_H 1
  2683. | #define HAVE_STRING_H 1
  2684. | #define HAVE_MEMORY_H 1
  2685. | #define HAVE_STRINGS_H 1
  2686. | #define HAVE_INTTYPES_H 1
  2687. | #define HAVE_STDINT_H 1
  2688. | #define HAVE_UNISTD_H 1
  2689. | #define HAVE_DLFCN_H 1
  2690. | #define LT_OBJDIR ".libs/"
  2691. | #define HAVE_ALLOCA_H 1
  2692. | #define HAVE_ALLOCA 1
  2693. | #define HAVE_UNISTD_H 1
  2694. | #define HAVE_CHOWN 1
  2695. | #define HAVE_DIRENT_H 1
  2696. | #define HAVE_FSEEKO 1
  2697. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2698. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2699. | #define TIME_WITH_SYS_TIME 1
  2700. | #define HAVE_SYS_TIME_H 1
  2701. | #define HAVE_UNISTD_H 1
  2702. | #define HAVE_STDLIB_H 1
  2703. | #define HAVE_SYS_PARAM_H 1
  2704. | #define HAVE_UTIME_H 1
  2705. | #define HAVE_ALARM 1
  2706. | #define HAVE_GETPAGESIZE 1
  2707. | #define HAVE_MMAP 1
  2708. | #define HAVE_SYS_SELECT_H 1
  2709. | #define HAVE_SYS_SOCKET_H 1
  2710. | #define SELECT_TYPE_ARG1 int
  2711. | #define SELECT_TYPE_ARG234 (fd_set *)
  2712. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2713. | #define RETSIGTYPE void
  2714. | #define HAVE_STRCOLL 1
  2715. | #define HAVE_STRFTIME 1
  2716. | #define HAVE_UTIME_NULL 1
  2717. | #define HAVE_VPRINTF 1
  2718. | #define HAVE_ATEXIT 1
  2719. | #define HAVE_DUP2 1
  2720. | #define HAVE_FDATASYNC 1
  2721. | #define HAVE_FTIME 1
  2722. | #define HAVE_FTRUNCATE 1
  2723. | #define HAVE_GETCWD 1
  2724. | #define HAVE_GETHOSTBYADDR 1
  2725. | #define HAVE_GETHOSTBYNAME 1
  2726. | #define HAVE_GETHOSTNAME 1
  2727. | #define HAVE_GETPAGESIZE 1
  2728. | #define HAVE_GETPASS 1
  2729. | #define HAVE_GETTIMEOFDAY 1
  2730. | #define HAVE_INET_NTOA 1
  2731. | #define HAVE_LCHOWN 1
  2732. | #define HAVE_LOCALECONV 1
  2733. | #define HAVE_MEMCHR 1
  2734. | #define HAVE_MEMMOVE 1
  2735. | #define HAVE_MEMSET 1
  2736. | #define HAVE_MKDIR 1
  2737. | #define HAVE_MODF 1
  2738. | #define HAVE_MUNMAP 1
  2739. | #define HAVE_RMDIR 1
  2740. | #define HAVE_SELECT 1
  2741. | #define HAVE_SETENV 1
  2742. | #define HAVE_SETLOCALE 1
  2743. | #define HAVE_SOCKET 1
  2744. | #define HAVE_STRCASECMP 1
  2745. | #define HAVE_STRCHR 1
  2746. | #define HAVE_STRCSPN 1
  2747. | #define HAVE_STRDUP 1
  2748. | #define HAVE_STRERROR 1
  2749. | #define HAVE_STRNCASECMP 1
  2750. | #define HAVE_STRPBRK 1
  2751. | #define HAVE_STRRCHR 1
  2752. | #define HAVE_STRSPN 1
  2753. | #define HAVE_STRSTR 1
  2754. | #define HAVE_STRTOL 1
  2755. | #define HAVE_STRTOUL 1
  2756. | #define HAVE_SYSINFO 1
  2757. | #define HAVE_TZSET 1
  2758. | #define HAVE_UTIME 1
  2759. | #define SIZEOF_INT 4
  2760. | #define SIZEOF_SIZE_T 4
  2761. | #define HAVE_INOTIFY 1
  2762. | #define HAVE_LIBGL 1
  2763. | #define HAVE_LIBGLEW 1
  2764. | #define HAVE_LIBGLU 1
  2765. | #define HAVE_LIBBZ2 1
  2766. | #define HAVE_LIBJPEG 1
  2767. | #define HAVE_LIBTIFF 1
  2768. | #define HAVE_LIBPTHREAD 1
  2769. | #define HAVE_LIBLZO2 1
  2770. | #define HAVE_LIBZ 1
  2771. | #define HAVE_LIBSSL 1
  2772. | #define HAVE_LIBCRYPTO 1
  2773. | #define HAVE_LIBMYSQLCLIENT 1
  2774. | #define HAVE_LIBSMBCLIENT 1
  2775. | #define HAVE_LIBBLUETOOTH 1
  2776. | #define HAVE_LIBYAJL 1
  2777. | #define HAVE_LIBBOOST_THREAD 1
  2778. | #define HAVE_LIBPCRE 1
  2779. | #define HAVE_LIBPCRECPP 1
  2780. | #define HAVE_LIBBLURAY 1
  2781. | #define HAVE_LIBSDL_MIXER 1
  2782. | #define HAVE_LIBDL 1
  2783. | #define HAVE_LIBRESOLV 1
  2784. | #define HAVE_LIBJASPER 1
  2785. | #define HAVE_LIBRT 1
  2786. | #define HAVE_LIBSDL_IMAGE 1
  2787. | #define HAVE_LIBMICROHTTPD 1
  2788. | #define HAS_DVD_DRIVE 1
  2789. | #define HAS_HAL 1
  2790. | #define HAVE_LIBAVAHI_COMMON 1
  2791. | #define HAVE_LIBAVAHI_CLIENT 1
  2792. | #define HAVE_LIBXRANDR 1
  2793. | #define HAVE_LIBRTMP_LOG_H 1
  2794. | #define HAVE_LIBRTMP_AMF_H 1
  2795. | #define HAVE_LIBRTMP_RTMP_H 1
  2796. | #define HAS_LIBRTMP 1
  2797. | #define HAVE_NFSC_LIBNFS_H 1
  2798. | #define HAVE_LIBNFS 1
  2799. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  2800. | #define HAVE_PYTHON "2.6"
  2801. | #define HAVE_LIBVDPAU /**/
  2802. | #define HAVE_LIBCRYSTALHD 2
  2803. | /* end confdefs.h. */
  2804. | #include <yajl/yajl_version.h>
  2805. configure:22752: result: no
  2806. configure:22752: checking for yajl/yajl_version.h
  2807. configure:22752: result: no
  2808. configure:22773: checking for gawk
  2809. configure:22789: found /usr/bin/gawk
  2810. configure:22801: result: yes
  2811. configure:22817: checking for cmake
  2812. configure:22833: found /usr/bin/cmake
  2813. configure:22845: result: yes
  2814. configure:22860: checking for gperf
  2815. configure:22876: found /usr/bin/gperf
  2816. configure:22888: result: yes
  2817. configure:22902: checking for unzip
  2818. configure:22918: found /usr/bin/unzip
  2819. configure:22930: result: yes
  2820. configure:22944: checking for zip
  2821. configure:22960: found /usr/bin/zip
  2822. configure:22972: result: yes
  2823. configure:22987: checking for nasm
  2824. configure:23003: found /usr/bin/nasm
  2825. configure:23015: result: yes
  2826. configure:23030: checking for git
  2827. configure:23046: found /usr/bin/git
  2828. configure:23058: result: yes
  2829. configure:23071: checking for dirent.h that defines DIR
  2830. configure:23098: result: yes
  2831. configure:23112: checking for library containing opendir
  2832. configure:23160: result: none required
  2833. configure:23227: checking for ANSI C header files
  2834. configure:23331: result: yes
  2835. configure:23339: checking for sys/wait.h that is POSIX.1 compatible
  2836. configure:23365: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2837. configure:23365: $? = 0
  2838. configure:23372: result: yes
  2839. configure:23386: checking arpa/inet.h usability
  2840. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2841. configure:23386: $? = 0
  2842. configure:23386: result: yes
  2843. configure:23386: checking arpa/inet.h presence
  2844. configure:23386: gcc -E conftest.c
  2845. configure:23386: $? = 0
  2846. configure:23386: result: yes
  2847. configure:23386: checking for arpa/inet.h
  2848. configure:23386: result: yes
  2849. configure:23386: checking fcntl.h usability
  2850. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2851. configure:23386: $? = 0
  2852. configure:23386: result: yes
  2853. configure:23386: checking fcntl.h presence
  2854. configure:23386: gcc -E conftest.c
  2855. configure:23386: $? = 0
  2856. configure:23386: result: yes
  2857. configure:23386: checking for fcntl.h
  2858. configure:23386: result: yes
  2859. configure:23386: checking float.h usability
  2860. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2861. configure:23386: $? = 0
  2862. configure:23386: result: yes
  2863. configure:23386: checking float.h presence
  2864. configure:23386: gcc -E conftest.c
  2865. configure:23386: $? = 0
  2866. configure:23386: result: yes
  2867. configure:23386: checking for float.h
  2868. configure:23386: result: yes
  2869. configure:23386: checking for inttypes.h
  2870. configure:23386: result: yes
  2871. configure:23386: checking limits.h usability
  2872. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2873. configure:23386: $? = 0
  2874. configure:23386: result: yes
  2875. configure:23386: checking limits.h presence
  2876. configure:23386: gcc -E conftest.c
  2877. configure:23386: $? = 0
  2878. configure:23386: result: yes
  2879. configure:23386: checking for limits.h
  2880. configure:23386: result: yes
  2881. configure:23386: checking locale.h usability
  2882. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2883. configure:23386: $? = 0
  2884. configure:23386: result: yes
  2885. configure:23386: checking locale.h presence
  2886. configure:23386: gcc -E conftest.c
  2887. configure:23386: $? = 0
  2888. configure:23386: result: yes
  2889. configure:23386: checking for locale.h
  2890. configure:23386: result: yes
  2891. configure:23386: checking malloc.h usability
  2892. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2893. configure:23386: $? = 0
  2894. configure:23386: result: yes
  2895. configure:23386: checking malloc.h presence
  2896. configure:23386: gcc -E conftest.c
  2897. configure:23386: $? = 0
  2898. configure:23386: result: yes
  2899. configure:23386: checking for malloc.h
  2900. configure:23386: result: yes
  2901. configure:23386: checking for memory.h
  2902. configure:23386: result: yes
  2903. configure:23386: checking netdb.h usability
  2904. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2905. configure:23386: $? = 0
  2906. configure:23386: result: yes
  2907. configure:23386: checking netdb.h presence
  2908. configure:23386: gcc -E conftest.c
  2909. configure:23386: $? = 0
  2910. configure:23386: result: yes
  2911. configure:23386: checking for netdb.h
  2912. configure:23386: result: yes
  2913. configure:23386: checking netinet/in.h usability
  2914. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2915. configure:23386: $? = 0
  2916. configure:23386: result: yes
  2917. configure:23386: checking netinet/in.h presence
  2918. configure:23386: gcc -E conftest.c
  2919. configure:23386: $? = 0
  2920. configure:23386: result: yes
  2921. configure:23386: checking for netinet/in.h
  2922. configure:23386: result: yes
  2923. configure:23386: checking stddef.h usability
  2924. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2925. configure:23386: $? = 0
  2926. configure:23386: result: yes
  2927. configure:23386: checking stddef.h presence
  2928. configure:23386: gcc -E conftest.c
  2929. configure:23386: $? = 0
  2930. configure:23386: result: yes
  2931. configure:23386: checking for stddef.h
  2932. configure:23386: result: yes
  2933. configure:23386: checking for stdint.h
  2934. configure:23386: result: yes
  2935. configure:23386: checking for stdlib.h
  2936. configure:23386: result: yes
  2937. configure:23386: checking for string.h
  2938. configure:23386: result: yes
  2939. configure:23386: checking for strings.h
  2940. configure:23386: result: yes
  2941. configure:23386: checking sys/file.h usability
  2942. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2943. configure:23386: $? = 0
  2944. configure:23386: result: yes
  2945. configure:23386: checking sys/file.h presence
  2946. configure:23386: gcc -E conftest.c
  2947. configure:23386: $? = 0
  2948. configure:23386: result: yes
  2949. configure:23386: checking for sys/file.h
  2950. configure:23386: result: yes
  2951. configure:23386: checking sys/ioctl.h usability
  2952. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2953. configure:23386: $? = 0
  2954. configure:23386: result: yes
  2955. configure:23386: checking sys/ioctl.h presence
  2956. configure:23386: gcc -E conftest.c
  2957. configure:23386: $? = 0
  2958. configure:23386: result: yes
  2959. configure:23386: checking for sys/ioctl.h
  2960. configure:23386: result: yes
  2961. configure:23386: checking sys/mount.h usability
  2962. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2963. configure:23386: $? = 0
  2964. configure:23386: result: yes
  2965. configure:23386: checking sys/mount.h presence
  2966. configure:23386: gcc -E conftest.c
  2967. configure:23386: $? = 0
  2968. configure:23386: result: yes
  2969. configure:23386: checking for sys/mount.h
  2970. configure:23386: result: yes
  2971. configure:23386: checking for sys/param.h
  2972. configure:23386: result: yes
  2973. configure:23386: checking for sys/socket.h
  2974. configure:23386: result: yes
  2975. configure:23386: checking for sys/time.h
  2976. configure:23386: result: yes
  2977. configure:23386: checking sys/timeb.h usability
  2978. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2979. configure:23386: $? = 0
  2980. configure:23386: result: yes
  2981. configure:23386: checking sys/timeb.h presence
  2982. configure:23386: gcc -E conftest.c
  2983. configure:23386: $? = 0
  2984. configure:23386: result: yes
  2985. configure:23386: checking for sys/timeb.h
  2986. configure:23386: result: yes
  2987. configure:23386: checking sys/vfs.h usability
  2988. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2989. configure:23386: $? = 0
  2990. configure:23386: result: yes
  2991. configure:23386: checking sys/vfs.h presence
  2992. configure:23386: gcc -E conftest.c
  2993. configure:23386: $? = 0
  2994. configure:23386: result: yes
  2995. configure:23386: checking for sys/vfs.h
  2996. configure:23386: result: yes
  2997. configure:23386: checking termios.h usability
  2998. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  2999. configure:23386: $? = 0
  3000. configure:23386: result: yes
  3001. configure:23386: checking termios.h presence
  3002. configure:23386: gcc -E conftest.c
  3003. configure:23386: $? = 0
  3004. configure:23386: result: yes
  3005. configure:23386: checking for termios.h
  3006. configure:23386: result: yes
  3007. configure:23386: checking for unistd.h
  3008. configure:23386: result: yes
  3009. configure:23386: checking for utime.h
  3010. configure:23386: result: yes
  3011. configure:23386: checking wchar.h usability
  3012. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3013. configure:23386: $? = 0
  3014. configure:23386: result: yes
  3015. configure:23386: checking wchar.h presence
  3016. configure:23386: gcc -E conftest.c
  3017. configure:23386: $? = 0
  3018. configure:23386: result: yes
  3019. configure:23386: checking for wchar.h
  3020. configure:23386: result: yes
  3021. configure:23386: checking wctype.h usability
  3022. configure:23386: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3023. configure:23386: $? = 0
  3024. configure:23386: result: yes
  3025. configure:23386: checking wctype.h presence
  3026. configure:23386: gcc -E conftest.c
  3027. configure:23386: $? = 0
  3028. configure:23386: result: yes
  3029. configure:23386: checking for wctype.h
  3030. configure:23386: result: yes
  3031. configure:23399: checking cdio/iso9660.h usability
  3032. configure:23399: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3033. configure:23399: $? = 0
  3034. configure:23399: result: yes
  3035. configure:23399: checking cdio/iso9660.h presence
  3036. configure:23399: gcc -E conftest.c
  3037. configure:23399: $? = 0
  3038. configure:23399: result: yes
  3039. configure:23399: checking for cdio/iso9660.h
  3040. configure:23399: result: yes
  3041. configure:23413: checking whether stat file-mode macros are broken
  3042. configure:23440: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3043. configure:23440: $? = 0
  3044. configure:23447: result: no
  3045. configure:23455: checking for stdbool.h that conforms to C99
  3046. configure:23540: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3047. conftest.c:196: warning: the address of 's' will always evaluate as 'true'
  3048. conftest.c: In function 'main':
  3049. conftest.c:240: warning: the address of 'a' will always evaluate as 'true'
  3050. conftest.c:240: warning: the address of 'b' will always evaluate as 'true'
  3051. conftest.c:240: warning: the address of 'c' will always evaluate as 'true'
  3052. conftest.c:240: warning: the address of 'd' will always evaluate as 'true'
  3053. conftest.c:240: warning: the address of 'f' will always evaluate as 'true'
  3054. conftest.c:240: warning: the address of 'g' will always evaluate as 'true'
  3055. conftest.c:240: warning: the address of 'h' will always evaluate as 'true'
  3056. conftest.c:240: warning: the address of 'i' will always evaluate as 'true'
  3057. conftest.c:241: warning: the address of 'n' will always evaluate as 'true'
  3058. conftest.c:241: warning: the address of 'o' will always evaluate as 'true'
  3059. conftest.c:241: warning: the address of 'p' will always evaluate as 'true'
  3060. configure:23540: $? = 0
  3061. configure:23547: result: yes
  3062. configure:23549: checking for _Bool
  3063. configure:23549: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3064. configure:23549: $? = 0
  3065. configure:23549: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3066. conftest.c: In function 'main':
  3067. conftest.c:205: error: expected expression before ')' token
  3068. configure:23549: $? = 1
  3069. configure: failed program was:
  3070. | /* confdefs.h */
  3071. | #define PACKAGE_NAME "xbmc"
  3072. | #define PACKAGE_TARNAME "xbmc"
  3073. | #define PACKAGE_VERSION "11.0"
  3074. | #define PACKAGE_STRING "xbmc 11.0"
  3075. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3076. | #define PACKAGE_URL ""
  3077. | #define PACKAGE "xbmc"
  3078. | #define VERSION "11.0"
  3079. | #define LIRC_DEVICE "/dev/lircd"
  3080. | #define STDC_HEADERS 1
  3081. | #define HAVE_SYS_TYPES_H 1
  3082. | #define HAVE_SYS_STAT_H 1
  3083. | #define HAVE_STDLIB_H 1
  3084. | #define HAVE_STRING_H 1
  3085. | #define HAVE_MEMORY_H 1
  3086. | #define HAVE_STRINGS_H 1
  3087. | #define HAVE_INTTYPES_H 1
  3088. | #define HAVE_STDINT_H 1
  3089. | #define HAVE_UNISTD_H 1
  3090. | #define HAVE_DLFCN_H 1
  3091. | #define LT_OBJDIR ".libs/"
  3092. | #define HAVE_ALLOCA_H 1
  3093. | #define HAVE_ALLOCA 1
  3094. | #define HAVE_UNISTD_H 1
  3095. | #define HAVE_CHOWN 1
  3096. | #define HAVE_DIRENT_H 1
  3097. | #define HAVE_FSEEKO 1
  3098. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3099. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3100. | #define TIME_WITH_SYS_TIME 1
  3101. | #define HAVE_SYS_TIME_H 1
  3102. | #define HAVE_UNISTD_H 1
  3103. | #define HAVE_STDLIB_H 1
  3104. | #define HAVE_SYS_PARAM_H 1
  3105. | #define HAVE_UTIME_H 1
  3106. | #define HAVE_ALARM 1
  3107. | #define HAVE_GETPAGESIZE 1
  3108. | #define HAVE_MMAP 1
  3109. | #define HAVE_SYS_SELECT_H 1
  3110. | #define HAVE_SYS_SOCKET_H 1
  3111. | #define SELECT_TYPE_ARG1 int
  3112. | #define SELECT_TYPE_ARG234 (fd_set *)
  3113. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3114. | #define RETSIGTYPE void
  3115. | #define HAVE_STRCOLL 1
  3116. | #define HAVE_STRFTIME 1
  3117. | #define HAVE_UTIME_NULL 1
  3118. | #define HAVE_VPRINTF 1
  3119. | #define HAVE_ATEXIT 1
  3120. | #define HAVE_DUP2 1
  3121. | #define HAVE_FDATASYNC 1
  3122. | #define HAVE_FTIME 1
  3123. | #define HAVE_FTRUNCATE 1
  3124. | #define HAVE_GETCWD 1
  3125. | #define HAVE_GETHOSTBYADDR 1
  3126. | #define HAVE_GETHOSTBYNAME 1
  3127. | #define HAVE_GETHOSTNAME 1
  3128. | #define HAVE_GETPAGESIZE 1
  3129. | #define HAVE_GETPASS 1
  3130. | #define HAVE_GETTIMEOFDAY 1
  3131. | #define HAVE_INET_NTOA 1
  3132. | #define HAVE_LCHOWN 1
  3133. | #define HAVE_LOCALECONV 1
  3134. | #define HAVE_MEMCHR 1
  3135. | #define HAVE_MEMMOVE 1
  3136. | #define HAVE_MEMSET 1
  3137. | #define HAVE_MKDIR 1
  3138. | #define HAVE_MODF 1
  3139. | #define HAVE_MUNMAP 1
  3140. | #define HAVE_RMDIR 1
  3141. | #define HAVE_SELECT 1
  3142. | #define HAVE_SETENV 1
  3143. | #define HAVE_SETLOCALE 1
  3144. | #define HAVE_SOCKET 1
  3145. | #define HAVE_STRCASECMP 1
  3146. | #define HAVE_STRCHR 1
  3147. | #define HAVE_STRCSPN 1
  3148. | #define HAVE_STRDUP 1
  3149. | #define HAVE_STRERROR 1
  3150. | #define HAVE_STRNCASECMP 1
  3151. | #define HAVE_STRPBRK 1
  3152. | #define HAVE_STRRCHR 1
  3153. | #define HAVE_STRSPN 1
  3154. | #define HAVE_STRSTR 1
  3155. | #define HAVE_STRTOL 1
  3156. | #define HAVE_STRTOUL 1
  3157. | #define HAVE_SYSINFO 1
  3158. | #define HAVE_TZSET 1
  3159. | #define HAVE_UTIME 1
  3160. | #define SIZEOF_INT 4
  3161. | #define SIZEOF_SIZE_T 4
  3162. | #define HAVE_INOTIFY 1
  3163. | #define HAVE_LIBGL 1
  3164. | #define HAVE_LIBGLEW 1
  3165. | #define HAVE_LIBGLU 1
  3166. | #define HAVE_LIBBZ2 1
  3167. | #define HAVE_LIBJPEG 1
  3168. | #define HAVE_LIBTIFF 1
  3169. | #define HAVE_LIBPTHREAD 1
  3170. | #define HAVE_LIBLZO2 1
  3171. | #define HAVE_LIBZ 1
  3172. | #define HAVE_LIBSSL 1
  3173. | #define HAVE_LIBCRYPTO 1
  3174. | #define HAVE_LIBMYSQLCLIENT 1
  3175. | #define HAVE_LIBSMBCLIENT 1
  3176. | #define HAVE_LIBBLUETOOTH 1
  3177. | #define HAVE_LIBYAJL 1
  3178. | #define HAVE_LIBBOOST_THREAD 1
  3179. | #define HAVE_LIBPCRE 1
  3180. | #define HAVE_LIBPCRECPP 1
  3181. | #define HAVE_LIBBLURAY 1
  3182. | #define HAVE_LIBSDL_MIXER 1
  3183. | #define HAVE_LIBDL 1
  3184. | #define HAVE_LIBRESOLV 1
  3185. | #define HAVE_LIBJASPER 1
  3186. | #define HAVE_LIBRT 1
  3187. | #define HAVE_LIBSDL_IMAGE 1
  3188. | #define HAVE_LIBMICROHTTPD 1
  3189. | #define HAS_DVD_DRIVE 1
  3190. | #define HAS_HAL 1
  3191. | #define HAVE_LIBAVAHI_COMMON 1
  3192. | #define HAVE_LIBAVAHI_CLIENT 1
  3193. | #define HAVE_LIBXRANDR 1
  3194. | #define HAVE_LIBRTMP_LOG_H 1
  3195. | #define HAVE_LIBRTMP_AMF_H 1
  3196. | #define HAVE_LIBRTMP_RTMP_H 1
  3197. | #define HAS_LIBRTMP 1
  3198. | #define HAVE_NFSC_LIBNFS_H 1
  3199. | #define HAVE_LIBNFS 1
  3200. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3201. | #define HAVE_PYTHON "2.6"
  3202. | #define HAVE_LIBVDPAU /**/
  3203. | #define HAVE_LIBCRYSTALHD 2
  3204. | #define YAJL_MAJOR 1
  3205. | #define HAVE_DIRENT_H 1
  3206. | #define STDC_HEADERS 1
  3207. | #define HAVE_SYS_WAIT_H 1
  3208. | #define HAVE_ARPA_INET_H 1
  3209. | #define HAVE_FCNTL_H 1
  3210. | #define HAVE_FLOAT_H 1
  3211. | #define HAVE_INTTYPES_H 1
  3212. | #define HAVE_LIMITS_H 1
  3213. | #define HAVE_LOCALE_H 1
  3214. | #define HAVE_MALLOC_H 1
  3215. | #define HAVE_MEMORY_H 1
  3216. | #define HAVE_NETDB_H 1
  3217. | #define HAVE_NETINET_IN_H 1
  3218. | #define HAVE_STDDEF_H 1
  3219. | #define HAVE_STDINT_H 1
  3220. | #define HAVE_STDLIB_H 1
  3221. | #define HAVE_STRING_H 1
  3222. | #define HAVE_STRINGS_H 1
  3223. | #define HAVE_SYS_FILE_H 1
  3224. | #define HAVE_SYS_IOCTL_H 1
  3225. | #define HAVE_SYS_MOUNT_H 1
  3226. | #define HAVE_SYS_PARAM_H 1
  3227. | #define HAVE_SYS_SOCKET_H 1
  3228. | #define HAVE_SYS_TIME_H 1
  3229. | #define HAVE_SYS_TIMEB_H 1
  3230. | #define HAVE_SYS_VFS_H 1
  3231. | #define HAVE_TERMIOS_H 1
  3232. | #define HAVE_UNISTD_H 1
  3233. | #define HAVE_UTIME_H 1
  3234. | #define HAVE_WCHAR_H 1
  3235. | #define HAVE_WCTYPE_H 1
  3236. | #define HAVE_CDIO_ISO9660_H 1
  3237. | /* end confdefs.h. */
  3238. | #include <stdio.h>
  3239. | #ifdef HAVE_SYS_TYPES_H
  3240. | # include <sys/types.h>
  3241. | #endif
  3242. | #ifdef HAVE_SYS_STAT_H
  3243. | # include <sys/stat.h>
  3244. | #endif
  3245. | #ifdef STDC_HEADERS
  3246. | # include <stdlib.h>
  3247. | # include <stddef.h>
  3248. | #else
  3249. | # ifdef HAVE_STDLIB_H
  3250. | # include <stdlib.h>
  3251. | # endif
  3252. | #endif
  3253. | #ifdef HAVE_STRING_H
  3254. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3255. | # include <memory.h>
  3256. | # endif
  3257. | # include <string.h>
  3258. | #endif
  3259. | #ifdef HAVE_STRINGS_H
  3260. | # include <strings.h>
  3261. | #endif
  3262. | #ifdef HAVE_INTTYPES_H
  3263. | # include <inttypes.h>
  3264. | #endif
  3265. | #ifdef HAVE_STDINT_H
  3266. | # include <stdint.h>
  3267. | #endif
  3268. | #ifdef HAVE_UNISTD_H
  3269. | # include <unistd.h>
  3270. | #endif
  3271. | int
  3272. | main ()
  3273. | {
  3274. | if (sizeof ((_Bool)))
  3275. | return 0;
  3276. | ;
  3277. | return 0;
  3278. | }
  3279. configure:23549: result: yes
  3280. configure:23565: checking for an ANSI C-conforming const
  3281. configure:23630: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3282. conftest.c: In function 'main':
  3283. conftest.c:200: warning: 't' is used uninitialized in this function
  3284. conftest.c:216: warning: 'b' is used uninitialized in this function
  3285. conftest.c:179: warning: 'cs[0]' is used uninitialized in this function
  3286. configure:23630: $? = 0
  3287. configure:23637: result: yes
  3288. configure:23645: checking for uid_t in sys/types.h
  3289. configure:23664: result: yes
  3290. configure:23675: checking for inline
  3291. configure:23691: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3292. configure:23691: $? = 0
  3293. configure:23699: result: inline
  3294. configure:23717: checking for int8_t
  3295. configure:23717: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3296. configure:23717: $? = 0
  3297. configure:23717: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3298. conftest.c: In function 'main':
  3299. conftest.c:209: error: size of array 'test_array' is negative
  3300. configure:23717: $? = 1
  3301. configure: failed program was:
  3302. | /* confdefs.h */
  3303. | #define PACKAGE_NAME "xbmc"
  3304. | #define PACKAGE_TARNAME "xbmc"
  3305. | #define PACKAGE_VERSION "11.0"
  3306. | #define PACKAGE_STRING "xbmc 11.0"
  3307. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3308. | #define PACKAGE_URL ""
  3309. | #define PACKAGE "xbmc"
  3310. | #define VERSION "11.0"
  3311. | #define LIRC_DEVICE "/dev/lircd"
  3312. | #define STDC_HEADERS 1
  3313. | #define HAVE_SYS_TYPES_H 1
  3314. | #define HAVE_SYS_STAT_H 1
  3315. | #define HAVE_STDLIB_H 1
  3316. | #define HAVE_STRING_H 1
  3317. | #define HAVE_MEMORY_H 1
  3318. | #define HAVE_STRINGS_H 1
  3319. | #define HAVE_INTTYPES_H 1
  3320. | #define HAVE_STDINT_H 1
  3321. | #define HAVE_UNISTD_H 1
  3322. | #define HAVE_DLFCN_H 1
  3323. | #define LT_OBJDIR ".libs/"
  3324. | #define HAVE_ALLOCA_H 1
  3325. | #define HAVE_ALLOCA 1
  3326. | #define HAVE_UNISTD_H 1
  3327. | #define HAVE_CHOWN 1
  3328. | #define HAVE_DIRENT_H 1
  3329. | #define HAVE_FSEEKO 1
  3330. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3331. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3332. | #define TIME_WITH_SYS_TIME 1
  3333. | #define HAVE_SYS_TIME_H 1
  3334. | #define HAVE_UNISTD_H 1
  3335. | #define HAVE_STDLIB_H 1
  3336. | #define HAVE_SYS_PARAM_H 1
  3337. | #define HAVE_UTIME_H 1
  3338. | #define HAVE_ALARM 1
  3339. | #define HAVE_GETPAGESIZE 1
  3340. | #define HAVE_MMAP 1
  3341. | #define HAVE_SYS_SELECT_H 1
  3342. | #define HAVE_SYS_SOCKET_H 1
  3343. | #define SELECT_TYPE_ARG1 int
  3344. | #define SELECT_TYPE_ARG234 (fd_set *)
  3345. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3346. | #define RETSIGTYPE void
  3347. | #define HAVE_STRCOLL 1
  3348. | #define HAVE_STRFTIME 1
  3349. | #define HAVE_UTIME_NULL 1
  3350. | #define HAVE_VPRINTF 1
  3351. | #define HAVE_ATEXIT 1
  3352. | #define HAVE_DUP2 1
  3353. | #define HAVE_FDATASYNC 1
  3354. | #define HAVE_FTIME 1
  3355. | #define HAVE_FTRUNCATE 1
  3356. | #define HAVE_GETCWD 1
  3357. | #define HAVE_GETHOSTBYADDR 1
  3358. | #define HAVE_GETHOSTBYNAME 1
  3359. | #define HAVE_GETHOSTNAME 1
  3360. | #define HAVE_GETPAGESIZE 1
  3361. | #define HAVE_GETPASS 1
  3362. | #define HAVE_GETTIMEOFDAY 1
  3363. | #define HAVE_INET_NTOA 1
  3364. | #define HAVE_LCHOWN 1
  3365. | #define HAVE_LOCALECONV 1
  3366. | #define HAVE_MEMCHR 1
  3367. | #define HAVE_MEMMOVE 1
  3368. | #define HAVE_MEMSET 1
  3369. | #define HAVE_MKDIR 1
  3370. | #define HAVE_MODF 1
  3371. | #define HAVE_MUNMAP 1
  3372. | #define HAVE_RMDIR 1
  3373. | #define HAVE_SELECT 1
  3374. | #define HAVE_SETENV 1
  3375. | #define HAVE_SETLOCALE 1
  3376. | #define HAVE_SOCKET 1
  3377. | #define HAVE_STRCASECMP 1
  3378. | #define HAVE_STRCHR 1
  3379. | #define HAVE_STRCSPN 1
  3380. | #define HAVE_STRDUP 1
  3381. | #define HAVE_STRERROR 1
  3382. | #define HAVE_STRNCASECMP 1
  3383. | #define HAVE_STRPBRK 1
  3384. | #define HAVE_STRRCHR 1
  3385. | #define HAVE_STRSPN 1
  3386. | #define HAVE_STRSTR 1
  3387. | #define HAVE_STRTOL 1
  3388. | #define HAVE_STRTOUL 1
  3389. | #define HAVE_SYSINFO 1
  3390. | #define HAVE_TZSET 1
  3391. | #define HAVE_UTIME 1
  3392. | #define SIZEOF_INT 4
  3393. | #define SIZEOF_SIZE_T 4
  3394. | #define HAVE_INOTIFY 1
  3395. | #define HAVE_LIBGL 1
  3396. | #define HAVE_LIBGLEW 1
  3397. | #define HAVE_LIBGLU 1
  3398. | #define HAVE_LIBBZ2 1
  3399. | #define HAVE_LIBJPEG 1
  3400. | #define HAVE_LIBTIFF 1
  3401. | #define HAVE_LIBPTHREAD 1
  3402. | #define HAVE_LIBLZO2 1
  3403. | #define HAVE_LIBZ 1
  3404. | #define HAVE_LIBSSL 1
  3405. | #define HAVE_LIBCRYPTO 1
  3406. | #define HAVE_LIBMYSQLCLIENT 1
  3407. | #define HAVE_LIBSMBCLIENT 1
  3408. | #define HAVE_LIBBLUETOOTH 1
  3409. | #define HAVE_LIBYAJL 1
  3410. | #define HAVE_LIBBOOST_THREAD 1
  3411. | #define HAVE_LIBPCRE 1
  3412. | #define HAVE_LIBPCRECPP 1
  3413. | #define HAVE_LIBBLURAY 1
  3414. | #define HAVE_LIBSDL_MIXER 1
  3415. | #define HAVE_LIBDL 1
  3416. | #define HAVE_LIBRESOLV 1
  3417. | #define HAVE_LIBJASPER 1
  3418. | #define HAVE_LIBRT 1
  3419. | #define HAVE_LIBSDL_IMAGE 1
  3420. | #define HAVE_LIBMICROHTTPD 1
  3421. | #define HAS_DVD_DRIVE 1
  3422. | #define HAS_HAL 1
  3423. | #define HAVE_LIBAVAHI_COMMON 1
  3424. | #define HAVE_LIBAVAHI_CLIENT 1
  3425. | #define HAVE_LIBXRANDR 1
  3426. | #define HAVE_LIBRTMP_LOG_H 1
  3427. | #define HAVE_LIBRTMP_AMF_H 1
  3428. | #define HAVE_LIBRTMP_RTMP_H 1
  3429. | #define HAS_LIBRTMP 1
  3430. | #define HAVE_NFSC_LIBNFS_H 1
  3431. | #define HAVE_LIBNFS 1
  3432. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3433. | #define HAVE_PYTHON "2.6"
  3434. | #define HAVE_LIBVDPAU /**/
  3435. | #define HAVE_LIBCRYSTALHD 2
  3436. | #define YAJL_MAJOR 1
  3437. | #define HAVE_DIRENT_H 1
  3438. | #define STDC_HEADERS 1
  3439. | #define HAVE_SYS_WAIT_H 1
  3440. | #define HAVE_ARPA_INET_H 1
  3441. | #define HAVE_FCNTL_H 1
  3442. | #define HAVE_FLOAT_H 1
  3443. | #define HAVE_INTTYPES_H 1
  3444. | #define HAVE_LIMITS_H 1
  3445. | #define HAVE_LOCALE_H 1
  3446. | #define HAVE_MALLOC_H 1
  3447. | #define HAVE_MEMORY_H 1
  3448. | #define HAVE_NETDB_H 1
  3449. | #define HAVE_NETINET_IN_H 1
  3450. | #define HAVE_STDDEF_H 1
  3451. | #define HAVE_STDINT_H 1
  3452. | #define HAVE_STDLIB_H 1
  3453. | #define HAVE_STRING_H 1
  3454. | #define HAVE_STRINGS_H 1
  3455. | #define HAVE_SYS_FILE_H 1
  3456. | #define HAVE_SYS_IOCTL_H 1
  3457. | #define HAVE_SYS_MOUNT_H 1
  3458. | #define HAVE_SYS_PARAM_H 1
  3459. | #define HAVE_SYS_SOCKET_H 1
  3460. | #define HAVE_SYS_TIME_H 1
  3461. | #define HAVE_SYS_TIMEB_H 1
  3462. | #define HAVE_SYS_VFS_H 1
  3463. | #define HAVE_TERMIOS_H 1
  3464. | #define HAVE_UNISTD_H 1
  3465. | #define HAVE_UTIME_H 1
  3466. | #define HAVE_WCHAR_H 1
  3467. | #define HAVE_WCTYPE_H 1
  3468. | #define HAVE_CDIO_ISO9660_H 1
  3469. | #define HAVE__BOOL 1
  3470. | #define HAVE_STDBOOL_H 1
  3471. | /* end confdefs.h. */
  3472. | #include <stdio.h>
  3473. | #ifdef HAVE_SYS_TYPES_H
  3474. | # include <sys/types.h>
  3475. | #endif
  3476. | #ifdef HAVE_SYS_STAT_H
  3477. | # include <sys/stat.h>
  3478. | #endif
  3479. | #ifdef STDC_HEADERS
  3480. | # include <stdlib.h>
  3481. | # include <stddef.h>
  3482. | #else
  3483. | # ifdef HAVE_STDLIB_H
  3484. | # include <stdlib.h>
  3485. | # endif
  3486. | #endif
  3487. | #ifdef HAVE_STRING_H
  3488. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3489. | # include <memory.h>
  3490. | # endif
  3491. | # include <string.h>
  3492. | #endif
  3493. | #ifdef HAVE_STRINGS_H
  3494. | # include <strings.h>
  3495. | #endif
  3496. | #ifdef HAVE_INTTYPES_H
  3497. | # include <inttypes.h>
  3498. | #endif
  3499. | #ifdef HAVE_STDINT_H
  3500. | # include <stdint.h>
  3501. | #endif
  3502. | #ifdef HAVE_UNISTD_H
  3503. | # include <unistd.h>
  3504. | #endif
  3505. | enum { N = 8 / 2 - 1 };
  3506. | int
  3507. | main ()
  3508. | {
  3509. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  3510. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  3511. | test_array [0] = 0
  3512. |
  3513. | ;
  3514. | return 0;
  3515. | }
  3516. configure:23717: result: yes
  3517. configure:23728: checking for int16_t
  3518. configure:23728: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3519. configure:23728: $? = 0
  3520. configure:23728: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3521. conftest.c: In function 'main':
  3522. conftest.c:209: error: size of array 'test_array' is negative
  3523. configure:23728: $? = 1
  3524. configure: failed program was:
  3525. | /* confdefs.h */
  3526. | #define PACKAGE_NAME "xbmc"
  3527. | #define PACKAGE_TARNAME "xbmc"
  3528. | #define PACKAGE_VERSION "11.0"
  3529. | #define PACKAGE_STRING "xbmc 11.0"
  3530. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3531. | #define PACKAGE_URL ""
  3532. | #define PACKAGE "xbmc"
  3533. | #define VERSION "11.0"
  3534. | #define LIRC_DEVICE "/dev/lircd"
  3535. | #define STDC_HEADERS 1
  3536. | #define HAVE_SYS_TYPES_H 1
  3537. | #define HAVE_SYS_STAT_H 1
  3538. | #define HAVE_STDLIB_H 1
  3539. | #define HAVE_STRING_H 1
  3540. | #define HAVE_MEMORY_H 1
  3541. | #define HAVE_STRINGS_H 1
  3542. | #define HAVE_INTTYPES_H 1
  3543. | #define HAVE_STDINT_H 1
  3544. | #define HAVE_UNISTD_H 1
  3545. | #define HAVE_DLFCN_H 1
  3546. | #define LT_OBJDIR ".libs/"
  3547. | #define HAVE_ALLOCA_H 1
  3548. | #define HAVE_ALLOCA 1
  3549. | #define HAVE_UNISTD_H 1
  3550. | #define HAVE_CHOWN 1
  3551. | #define HAVE_DIRENT_H 1
  3552. | #define HAVE_FSEEKO 1
  3553. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3554. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3555. | #define TIME_WITH_SYS_TIME 1
  3556. | #define HAVE_SYS_TIME_H 1
  3557. | #define HAVE_UNISTD_H 1
  3558. | #define HAVE_STDLIB_H 1
  3559. | #define HAVE_SYS_PARAM_H 1
  3560. | #define HAVE_UTIME_H 1
  3561. | #define HAVE_ALARM 1
  3562. | #define HAVE_GETPAGESIZE 1
  3563. | #define HAVE_MMAP 1
  3564. | #define HAVE_SYS_SELECT_H 1
  3565. | #define HAVE_SYS_SOCKET_H 1
  3566. | #define SELECT_TYPE_ARG1 int
  3567. | #define SELECT_TYPE_ARG234 (fd_set *)
  3568. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3569. | #define RETSIGTYPE void
  3570. | #define HAVE_STRCOLL 1
  3571. | #define HAVE_STRFTIME 1
  3572. | #define HAVE_UTIME_NULL 1
  3573. | #define HAVE_VPRINTF 1
  3574. | #define HAVE_ATEXIT 1
  3575. | #define HAVE_DUP2 1
  3576. | #define HAVE_FDATASYNC 1
  3577. | #define HAVE_FTIME 1
  3578. | #define HAVE_FTRUNCATE 1
  3579. | #define HAVE_GETCWD 1
  3580. | #define HAVE_GETHOSTBYADDR 1
  3581. | #define HAVE_GETHOSTBYNAME 1
  3582. | #define HAVE_GETHOSTNAME 1
  3583. | #define HAVE_GETPAGESIZE 1
  3584. | #define HAVE_GETPASS 1
  3585. | #define HAVE_GETTIMEOFDAY 1
  3586. | #define HAVE_INET_NTOA 1
  3587. | #define HAVE_LCHOWN 1
  3588. | #define HAVE_LOCALECONV 1
  3589. | #define HAVE_MEMCHR 1
  3590. | #define HAVE_MEMMOVE 1
  3591. | #define HAVE_MEMSET 1
  3592. | #define HAVE_MKDIR 1
  3593. | #define HAVE_MODF 1
  3594. | #define HAVE_MUNMAP 1
  3595. | #define HAVE_RMDIR 1
  3596. | #define HAVE_SELECT 1
  3597. | #define HAVE_SETENV 1
  3598. | #define HAVE_SETLOCALE 1
  3599. | #define HAVE_SOCKET 1
  3600. | #define HAVE_STRCASECMP 1
  3601. | #define HAVE_STRCHR 1
  3602. | #define HAVE_STRCSPN 1
  3603. | #define HAVE_STRDUP 1
  3604. | #define HAVE_STRERROR 1
  3605. | #define HAVE_STRNCASECMP 1
  3606. | #define HAVE_STRPBRK 1
  3607. | #define HAVE_STRRCHR 1
  3608. | #define HAVE_STRSPN 1
  3609. | #define HAVE_STRSTR 1
  3610. | #define HAVE_STRTOL 1
  3611. | #define HAVE_STRTOUL 1
  3612. | #define HAVE_SYSINFO 1
  3613. | #define HAVE_TZSET 1
  3614. | #define HAVE_UTIME 1
  3615. | #define SIZEOF_INT 4
  3616. | #define SIZEOF_SIZE_T 4
  3617. | #define HAVE_INOTIFY 1
  3618. | #define HAVE_LIBGL 1
  3619. | #define HAVE_LIBGLEW 1
  3620. | #define HAVE_LIBGLU 1
  3621. | #define HAVE_LIBBZ2 1
  3622. | #define HAVE_LIBJPEG 1
  3623. | #define HAVE_LIBTIFF 1
  3624. | #define HAVE_LIBPTHREAD 1
  3625. | #define HAVE_LIBLZO2 1
  3626. | #define HAVE_LIBZ 1
  3627. | #define HAVE_LIBSSL 1
  3628. | #define HAVE_LIBCRYPTO 1
  3629. | #define HAVE_LIBMYSQLCLIENT 1
  3630. | #define HAVE_LIBSMBCLIENT 1
  3631. | #define HAVE_LIBBLUETOOTH 1
  3632. | #define HAVE_LIBYAJL 1
  3633. | #define HAVE_LIBBOOST_THREAD 1
  3634. | #define HAVE_LIBPCRE 1
  3635. | #define HAVE_LIBPCRECPP 1
  3636. | #define HAVE_LIBBLURAY 1
  3637. | #define HAVE_LIBSDL_MIXER 1
  3638. | #define HAVE_LIBDL 1
  3639. | #define HAVE_LIBRESOLV 1
  3640. | #define HAVE_LIBJASPER 1
  3641. | #define HAVE_LIBRT 1
  3642. | #define HAVE_LIBSDL_IMAGE 1
  3643. | #define HAVE_LIBMICROHTTPD 1
  3644. | #define HAS_DVD_DRIVE 1
  3645. | #define HAS_HAL 1
  3646. | #define HAVE_LIBAVAHI_COMMON 1
  3647. | #define HAVE_LIBAVAHI_CLIENT 1
  3648. | #define HAVE_LIBXRANDR 1
  3649. | #define HAVE_LIBRTMP_LOG_H 1
  3650. | #define HAVE_LIBRTMP_AMF_H 1
  3651. | #define HAVE_LIBRTMP_RTMP_H 1
  3652. | #define HAS_LIBRTMP 1
  3653. | #define HAVE_NFSC_LIBNFS_H 1
  3654. | #define HAVE_LIBNFS 1
  3655. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3656. | #define HAVE_PYTHON "2.6"
  3657. | #define HAVE_LIBVDPAU /**/
  3658. | #define HAVE_LIBCRYSTALHD 2
  3659. | #define YAJL_MAJOR 1
  3660. | #define HAVE_DIRENT_H 1
  3661. | #define STDC_HEADERS 1
  3662. | #define HAVE_SYS_WAIT_H 1
  3663. | #define HAVE_ARPA_INET_H 1
  3664. | #define HAVE_FCNTL_H 1
  3665. | #define HAVE_FLOAT_H 1
  3666. | #define HAVE_INTTYPES_H 1
  3667. | #define HAVE_LIMITS_H 1
  3668. | #define HAVE_LOCALE_H 1
  3669. | #define HAVE_MALLOC_H 1
  3670. | #define HAVE_MEMORY_H 1
  3671. | #define HAVE_NETDB_H 1
  3672. | #define HAVE_NETINET_IN_H 1
  3673. | #define HAVE_STDDEF_H 1
  3674. | #define HAVE_STDINT_H 1
  3675. | #define HAVE_STDLIB_H 1
  3676. | #define HAVE_STRING_H 1
  3677. | #define HAVE_STRINGS_H 1
  3678. | #define HAVE_SYS_FILE_H 1
  3679. | #define HAVE_SYS_IOCTL_H 1
  3680. | #define HAVE_SYS_MOUNT_H 1
  3681. | #define HAVE_SYS_PARAM_H 1
  3682. | #define HAVE_SYS_SOCKET_H 1
  3683. | #define HAVE_SYS_TIME_H 1
  3684. | #define HAVE_SYS_TIMEB_H 1
  3685. | #define HAVE_SYS_VFS_H 1
  3686. | #define HAVE_TERMIOS_H 1
  3687. | #define HAVE_UNISTD_H 1
  3688. | #define HAVE_UTIME_H 1
  3689. | #define HAVE_WCHAR_H 1
  3690. | #define HAVE_WCTYPE_H 1
  3691. | #define HAVE_CDIO_ISO9660_H 1
  3692. | #define HAVE__BOOL 1
  3693. | #define HAVE_STDBOOL_H 1
  3694. | /* end confdefs.h. */
  3695. | #include <stdio.h>
  3696. | #ifdef HAVE_SYS_TYPES_H
  3697. | # include <sys/types.h>
  3698. | #endif
  3699. | #ifdef HAVE_SYS_STAT_H
  3700. | # include <sys/stat.h>
  3701. | #endif
  3702. | #ifdef STDC_HEADERS
  3703. | # include <stdlib.h>
  3704. | # include <stddef.h>
  3705. | #else
  3706. | # ifdef HAVE_STDLIB_H
  3707. | # include <stdlib.h>
  3708. | # endif
  3709. | #endif
  3710. | #ifdef HAVE_STRING_H
  3711. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3712. | # include <memory.h>
  3713. | # endif
  3714. | # include <string.h>
  3715. | #endif
  3716. | #ifdef HAVE_STRINGS_H
  3717. | # include <strings.h>
  3718. | #endif
  3719. | #ifdef HAVE_INTTYPES_H
  3720. | # include <inttypes.h>
  3721. | #endif
  3722. | #ifdef HAVE_STDINT_H
  3723. | # include <stdint.h>
  3724. | #endif
  3725. | #ifdef HAVE_UNISTD_H
  3726. | # include <unistd.h>
  3727. | #endif
  3728. | enum { N = 16 / 2 - 1 };
  3729. | int
  3730. | main ()
  3731. | {
  3732. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  3733. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  3734. | test_array [0] = 0
  3735. |
  3736. | ;
  3737. | return 0;
  3738. | }
  3739. configure:23728: result: yes
  3740. configure:23739: checking for int32_t
  3741. configure:23739: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3742. configure:23739: $? = 0
  3743. configure:23739: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3744. conftest.c: In function 'main':
  3745. conftest.c:209: warning: integer overflow in expression
  3746. conftest.c:209: error: size of array 'test_array' is negative
  3747. configure:23739: $? = 1
  3748. configure: failed program was:
  3749. | /* confdefs.h */
  3750. | #define PACKAGE_NAME "xbmc"
  3751. | #define PACKAGE_TARNAME "xbmc"
  3752. | #define PACKAGE_VERSION "11.0"
  3753. | #define PACKAGE_STRING "xbmc 11.0"
  3754. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3755. | #define PACKAGE_URL ""
  3756. | #define PACKAGE "xbmc"
  3757. | #define VERSION "11.0"
  3758. | #define LIRC_DEVICE "/dev/lircd"
  3759. | #define STDC_HEADERS 1
  3760. | #define HAVE_SYS_TYPES_H 1
  3761. | #define HAVE_SYS_STAT_H 1
  3762. | #define HAVE_STDLIB_H 1
  3763. | #define HAVE_STRING_H 1
  3764. | #define HAVE_MEMORY_H 1
  3765. | #define HAVE_STRINGS_H 1
  3766. | #define HAVE_INTTYPES_H 1
  3767. | #define HAVE_STDINT_H 1
  3768. | #define HAVE_UNISTD_H 1
  3769. | #define HAVE_DLFCN_H 1
  3770. | #define LT_OBJDIR ".libs/"
  3771. | #define HAVE_ALLOCA_H 1
  3772. | #define HAVE_ALLOCA 1
  3773. | #define HAVE_UNISTD_H 1
  3774. | #define HAVE_CHOWN 1
  3775. | #define HAVE_DIRENT_H 1
  3776. | #define HAVE_FSEEKO 1
  3777. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3778. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3779. | #define TIME_WITH_SYS_TIME 1
  3780. | #define HAVE_SYS_TIME_H 1
  3781. | #define HAVE_UNISTD_H 1
  3782. | #define HAVE_STDLIB_H 1
  3783. | #define HAVE_SYS_PARAM_H 1
  3784. | #define HAVE_UTIME_H 1
  3785. | #define HAVE_ALARM 1
  3786. | #define HAVE_GETPAGESIZE 1
  3787. | #define HAVE_MMAP 1
  3788. | #define HAVE_SYS_SELECT_H 1
  3789. | #define HAVE_SYS_SOCKET_H 1
  3790. | #define SELECT_TYPE_ARG1 int
  3791. | #define SELECT_TYPE_ARG234 (fd_set *)
  3792. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3793. | #define RETSIGTYPE void
  3794. | #define HAVE_STRCOLL 1
  3795. | #define HAVE_STRFTIME 1
  3796. | #define HAVE_UTIME_NULL 1
  3797. | #define HAVE_VPRINTF 1
  3798. | #define HAVE_ATEXIT 1
  3799. | #define HAVE_DUP2 1
  3800. | #define HAVE_FDATASYNC 1
  3801. | #define HAVE_FTIME 1
  3802. | #define HAVE_FTRUNCATE 1
  3803. | #define HAVE_GETCWD 1
  3804. | #define HAVE_GETHOSTBYADDR 1
  3805. | #define HAVE_GETHOSTBYNAME 1
  3806. | #define HAVE_GETHOSTNAME 1
  3807. | #define HAVE_GETPAGESIZE 1
  3808. | #define HAVE_GETPASS 1
  3809. | #define HAVE_GETTIMEOFDAY 1
  3810. | #define HAVE_INET_NTOA 1
  3811. | #define HAVE_LCHOWN 1
  3812. | #define HAVE_LOCALECONV 1
  3813. | #define HAVE_MEMCHR 1
  3814. | #define HAVE_MEMMOVE 1
  3815. | #define HAVE_MEMSET 1
  3816. | #define HAVE_MKDIR 1
  3817. | #define HAVE_MODF 1
  3818. | #define HAVE_MUNMAP 1
  3819. | #define HAVE_RMDIR 1
  3820. | #define HAVE_SELECT 1
  3821. | #define HAVE_SETENV 1
  3822. | #define HAVE_SETLOCALE 1
  3823. | #define HAVE_SOCKET 1
  3824. | #define HAVE_STRCASECMP 1
  3825. | #define HAVE_STRCHR 1
  3826. | #define HAVE_STRCSPN 1
  3827. | #define HAVE_STRDUP 1
  3828. | #define HAVE_STRERROR 1
  3829. | #define HAVE_STRNCASECMP 1
  3830. | #define HAVE_STRPBRK 1
  3831. | #define HAVE_STRRCHR 1
  3832. | #define HAVE_STRSPN 1
  3833. | #define HAVE_STRSTR 1
  3834. | #define HAVE_STRTOL 1
  3835. | #define HAVE_STRTOUL 1
  3836. | #define HAVE_SYSINFO 1
  3837. | #define HAVE_TZSET 1
  3838. | #define HAVE_UTIME 1
  3839. | #define SIZEOF_INT 4
  3840. | #define SIZEOF_SIZE_T 4
  3841. | #define HAVE_INOTIFY 1
  3842. | #define HAVE_LIBGL 1
  3843. | #define HAVE_LIBGLEW 1
  3844. | #define HAVE_LIBGLU 1
  3845. | #define HAVE_LIBBZ2 1
  3846. | #define HAVE_LIBJPEG 1
  3847. | #define HAVE_LIBTIFF 1
  3848. | #define HAVE_LIBPTHREAD 1
  3849. | #define HAVE_LIBLZO2 1
  3850. | #define HAVE_LIBZ 1
  3851. | #define HAVE_LIBSSL 1
  3852. | #define HAVE_LIBCRYPTO 1
  3853. | #define HAVE_LIBMYSQLCLIENT 1
  3854. | #define HAVE_LIBSMBCLIENT 1
  3855. | #define HAVE_LIBBLUETOOTH 1
  3856. | #define HAVE_LIBYAJL 1
  3857. | #define HAVE_LIBBOOST_THREAD 1
  3858. | #define HAVE_LIBPCRE 1
  3859. | #define HAVE_LIBPCRECPP 1
  3860. | #define HAVE_LIBBLURAY 1
  3861. | #define HAVE_LIBSDL_MIXER 1
  3862. | #define HAVE_LIBDL 1
  3863. | #define HAVE_LIBRESOLV 1
  3864. | #define HAVE_LIBJASPER 1
  3865. | #define HAVE_LIBRT 1
  3866. | #define HAVE_LIBSDL_IMAGE 1
  3867. | #define HAVE_LIBMICROHTTPD 1
  3868. | #define HAS_DVD_DRIVE 1
  3869. | #define HAS_HAL 1
  3870. | #define HAVE_LIBAVAHI_COMMON 1
  3871. | #define HAVE_LIBAVAHI_CLIENT 1
  3872. | #define HAVE_LIBXRANDR 1
  3873. | #define HAVE_LIBRTMP_LOG_H 1
  3874. | #define HAVE_LIBRTMP_AMF_H 1
  3875. | #define HAVE_LIBRTMP_RTMP_H 1
  3876. | #define HAS_LIBRTMP 1
  3877. | #define HAVE_NFSC_LIBNFS_H 1
  3878. | #define HAVE_LIBNFS 1
  3879. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  3880. | #define HAVE_PYTHON "2.6"
  3881. | #define HAVE_LIBVDPAU /**/
  3882. | #define HAVE_LIBCRYSTALHD 2
  3883. | #define YAJL_MAJOR 1
  3884. | #define HAVE_DIRENT_H 1
  3885. | #define STDC_HEADERS 1
  3886. | #define HAVE_SYS_WAIT_H 1
  3887. | #define HAVE_ARPA_INET_H 1
  3888. | #define HAVE_FCNTL_H 1
  3889. | #define HAVE_FLOAT_H 1
  3890. | #define HAVE_INTTYPES_H 1
  3891. | #define HAVE_LIMITS_H 1
  3892. | #define HAVE_LOCALE_H 1
  3893. | #define HAVE_MALLOC_H 1
  3894. | #define HAVE_MEMORY_H 1
  3895. | #define HAVE_NETDB_H 1
  3896. | #define HAVE_NETINET_IN_H 1
  3897. | #define HAVE_STDDEF_H 1
  3898. | #define HAVE_STDINT_H 1
  3899. | #define HAVE_STDLIB_H 1
  3900. | #define HAVE_STRING_H 1
  3901. | #define HAVE_STRINGS_H 1
  3902. | #define HAVE_SYS_FILE_H 1
  3903. | #define HAVE_SYS_IOCTL_H 1
  3904. | #define HAVE_SYS_MOUNT_H 1
  3905. | #define HAVE_SYS_PARAM_H 1
  3906. | #define HAVE_SYS_SOCKET_H 1
  3907. | #define HAVE_SYS_TIME_H 1
  3908. | #define HAVE_SYS_TIMEB_H 1
  3909. | #define HAVE_SYS_VFS_H 1
  3910. | #define HAVE_TERMIOS_H 1
  3911. | #define HAVE_UNISTD_H 1
  3912. | #define HAVE_UTIME_H 1
  3913. | #define HAVE_WCHAR_H 1
  3914. | #define HAVE_WCTYPE_H 1
  3915. | #define HAVE_CDIO_ISO9660_H 1
  3916. | #define HAVE__BOOL 1
  3917. | #define HAVE_STDBOOL_H 1
  3918. | /* end confdefs.h. */
  3919. | #include <stdio.h>
  3920. | #ifdef HAVE_SYS_TYPES_H
  3921. | # include <sys/types.h>
  3922. | #endif
  3923. | #ifdef HAVE_SYS_STAT_H
  3924. | # include <sys/stat.h>
  3925. | #endif
  3926. | #ifdef STDC_HEADERS
  3927. | # include <stdlib.h>
  3928. | # include <stddef.h>
  3929. | #else
  3930. | # ifdef HAVE_STDLIB_H
  3931. | # include <stdlib.h>
  3932. | # endif
  3933. | #endif
  3934. | #ifdef HAVE_STRING_H
  3935. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3936. | # include <memory.h>
  3937. | # endif
  3938. | # include <string.h>
  3939. | #endif
  3940. | #ifdef HAVE_STRINGS_H
  3941. | # include <strings.h>
  3942. | #endif
  3943. | #ifdef HAVE_INTTYPES_H
  3944. | # include <inttypes.h>
  3945. | #endif
  3946. | #ifdef HAVE_STDINT_H
  3947. | # include <stdint.h>
  3948. | #endif
  3949. | #ifdef HAVE_UNISTD_H
  3950. | # include <unistd.h>
  3951. | #endif
  3952. | enum { N = 32 / 2 - 1 };
  3953. | int
  3954. | main ()
  3955. | {
  3956. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  3957. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  3958. | test_array [0] = 0
  3959. |
  3960. | ;
  3961. | return 0;
  3962. | }
  3963. configure:23739: result: yes
  3964. configure:23750: checking for int64_t
  3965. configure:23750: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3966. configure:23750: $? = 0
  3967. configure:23750: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  3968. conftest.c: In function 'main':
  3969. conftest.c:209: warning: integer overflow in expression
  3970. conftest.c:209: error: size of array 'test_array' is negative
  3971. configure:23750: $? = 1
  3972. configure: failed program was:
  3973. | /* confdefs.h */
  3974. | #define PACKAGE_NAME "xbmc"
  3975. | #define PACKAGE_TARNAME "xbmc"
  3976. | #define PACKAGE_VERSION "11.0"
  3977. | #define PACKAGE_STRING "xbmc 11.0"
  3978. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  3979. | #define PACKAGE_URL ""
  3980. | #define PACKAGE "xbmc"
  3981. | #define VERSION "11.0"
  3982. | #define LIRC_DEVICE "/dev/lircd"
  3983. | #define STDC_HEADERS 1
  3984. | #define HAVE_SYS_TYPES_H 1
  3985. | #define HAVE_SYS_STAT_H 1
  3986. | #define HAVE_STDLIB_H 1
  3987. | #define HAVE_STRING_H 1
  3988. | #define HAVE_MEMORY_H 1
  3989. | #define HAVE_STRINGS_H 1
  3990. | #define HAVE_INTTYPES_H 1
  3991. | #define HAVE_STDINT_H 1
  3992. | #define HAVE_UNISTD_H 1
  3993. | #define HAVE_DLFCN_H 1
  3994. | #define LT_OBJDIR ".libs/"
  3995. | #define HAVE_ALLOCA_H 1
  3996. | #define HAVE_ALLOCA 1
  3997. | #define HAVE_UNISTD_H 1
  3998. | #define HAVE_CHOWN 1
  3999. | #define HAVE_DIRENT_H 1
  4000. | #define HAVE_FSEEKO 1
  4001. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4002. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4003. | #define TIME_WITH_SYS_TIME 1
  4004. | #define HAVE_SYS_TIME_H 1
  4005. | #define HAVE_UNISTD_H 1
  4006. | #define HAVE_STDLIB_H 1
  4007. | #define HAVE_SYS_PARAM_H 1
  4008. | #define HAVE_UTIME_H 1
  4009. | #define HAVE_ALARM 1
  4010. | #define HAVE_GETPAGESIZE 1
  4011. | #define HAVE_MMAP 1
  4012. | #define HAVE_SYS_SELECT_H 1
  4013. | #define HAVE_SYS_SOCKET_H 1
  4014. | #define SELECT_TYPE_ARG1 int
  4015. | #define SELECT_TYPE_ARG234 (fd_set *)
  4016. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4017. | #define RETSIGTYPE void
  4018. | #define HAVE_STRCOLL 1
  4019. | #define HAVE_STRFTIME 1
  4020. | #define HAVE_UTIME_NULL 1
  4021. | #define HAVE_VPRINTF 1
  4022. | #define HAVE_ATEXIT 1
  4023. | #define HAVE_DUP2 1
  4024. | #define HAVE_FDATASYNC 1
  4025. | #define HAVE_FTIME 1
  4026. | #define HAVE_FTRUNCATE 1
  4027. | #define HAVE_GETCWD 1
  4028. | #define HAVE_GETHOSTBYADDR 1
  4029. | #define HAVE_GETHOSTBYNAME 1
  4030. | #define HAVE_GETHOSTNAME 1
  4031. | #define HAVE_GETPAGESIZE 1
  4032. | #define HAVE_GETPASS 1
  4033. | #define HAVE_GETTIMEOFDAY 1
  4034. | #define HAVE_INET_NTOA 1
  4035. | #define HAVE_LCHOWN 1
  4036. | #define HAVE_LOCALECONV 1
  4037. | #define HAVE_MEMCHR 1
  4038. | #define HAVE_MEMMOVE 1
  4039. | #define HAVE_MEMSET 1
  4040. | #define HAVE_MKDIR 1
  4041. | #define HAVE_MODF 1
  4042. | #define HAVE_MUNMAP 1
  4043. | #define HAVE_RMDIR 1
  4044. | #define HAVE_SELECT 1
  4045. | #define HAVE_SETENV 1
  4046. | #define HAVE_SETLOCALE 1
  4047. | #define HAVE_SOCKET 1
  4048. | #define HAVE_STRCASECMP 1
  4049. | #define HAVE_STRCHR 1
  4050. | #define HAVE_STRCSPN 1
  4051. | #define HAVE_STRDUP 1
  4052. | #define HAVE_STRERROR 1
  4053. | #define HAVE_STRNCASECMP 1
  4054. | #define HAVE_STRPBRK 1
  4055. | #define HAVE_STRRCHR 1
  4056. | #define HAVE_STRSPN 1
  4057. | #define HAVE_STRSTR 1
  4058. | #define HAVE_STRTOL 1
  4059. | #define HAVE_STRTOUL 1
  4060. | #define HAVE_SYSINFO 1
  4061. | #define HAVE_TZSET 1
  4062. | #define HAVE_UTIME 1
  4063. | #define SIZEOF_INT 4
  4064. | #define SIZEOF_SIZE_T 4
  4065. | #define HAVE_INOTIFY 1
  4066. | #define HAVE_LIBGL 1
  4067. | #define HAVE_LIBGLEW 1
  4068. | #define HAVE_LIBGLU 1
  4069. | #define HAVE_LIBBZ2 1
  4070. | #define HAVE_LIBJPEG 1
  4071. | #define HAVE_LIBTIFF 1
  4072. | #define HAVE_LIBPTHREAD 1
  4073. | #define HAVE_LIBLZO2 1
  4074. | #define HAVE_LIBZ 1
  4075. | #define HAVE_LIBSSL 1
  4076. | #define HAVE_LIBCRYPTO 1
  4077. | #define HAVE_LIBMYSQLCLIENT 1
  4078. | #define HAVE_LIBSMBCLIENT 1
  4079. | #define HAVE_LIBBLUETOOTH 1
  4080. | #define HAVE_LIBYAJL 1
  4081. | #define HAVE_LIBBOOST_THREAD 1
  4082. | #define HAVE_LIBPCRE 1
  4083. | #define HAVE_LIBPCRECPP 1
  4084. | #define HAVE_LIBBLURAY 1
  4085. | #define HAVE_LIBSDL_MIXER 1
  4086. | #define HAVE_LIBDL 1
  4087. | #define HAVE_LIBRESOLV 1
  4088. | #define HAVE_LIBJASPER 1
  4089. | #define HAVE_LIBRT 1
  4090. | #define HAVE_LIBSDL_IMAGE 1
  4091. | #define HAVE_LIBMICROHTTPD 1
  4092. | #define HAS_DVD_DRIVE 1
  4093. | #define HAS_HAL 1
  4094. | #define HAVE_LIBAVAHI_COMMON 1
  4095. | #define HAVE_LIBAVAHI_CLIENT 1
  4096. | #define HAVE_LIBXRANDR 1
  4097. | #define HAVE_LIBRTMP_LOG_H 1
  4098. | #define HAVE_LIBRTMP_AMF_H 1
  4099. | #define HAVE_LIBRTMP_RTMP_H 1
  4100. | #define HAS_LIBRTMP 1
  4101. | #define HAVE_NFSC_LIBNFS_H 1
  4102. | #define HAVE_LIBNFS 1
  4103. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4104. | #define HAVE_PYTHON "2.6"
  4105. | #define HAVE_LIBVDPAU /**/
  4106. | #define HAVE_LIBCRYSTALHD 2
  4107. | #define YAJL_MAJOR 1
  4108. | #define HAVE_DIRENT_H 1
  4109. | #define STDC_HEADERS 1
  4110. | #define HAVE_SYS_WAIT_H 1
  4111. | #define HAVE_ARPA_INET_H 1
  4112. | #define HAVE_FCNTL_H 1
  4113. | #define HAVE_FLOAT_H 1
  4114. | #define HAVE_INTTYPES_H 1
  4115. | #define HAVE_LIMITS_H 1
  4116. | #define HAVE_LOCALE_H 1
  4117. | #define HAVE_MALLOC_H 1
  4118. | #define HAVE_MEMORY_H 1
  4119. | #define HAVE_NETDB_H 1
  4120. | #define HAVE_NETINET_IN_H 1
  4121. | #define HAVE_STDDEF_H 1
  4122. | #define HAVE_STDINT_H 1
  4123. | #define HAVE_STDLIB_H 1
  4124. | #define HAVE_STRING_H 1
  4125. | #define HAVE_STRINGS_H 1
  4126. | #define HAVE_SYS_FILE_H 1
  4127. | #define HAVE_SYS_IOCTL_H 1
  4128. | #define HAVE_SYS_MOUNT_H 1
  4129. | #define HAVE_SYS_PARAM_H 1
  4130. | #define HAVE_SYS_SOCKET_H 1
  4131. | #define HAVE_SYS_TIME_H 1
  4132. | #define HAVE_SYS_TIMEB_H 1
  4133. | #define HAVE_SYS_VFS_H 1
  4134. | #define HAVE_TERMIOS_H 1
  4135. | #define HAVE_UNISTD_H 1
  4136. | #define HAVE_UTIME_H 1
  4137. | #define HAVE_WCHAR_H 1
  4138. | #define HAVE_WCTYPE_H 1
  4139. | #define HAVE_CDIO_ISO9660_H 1
  4140. | #define HAVE__BOOL 1
  4141. | #define HAVE_STDBOOL_H 1
  4142. | /* end confdefs.h. */
  4143. | #include <stdio.h>
  4144. | #ifdef HAVE_SYS_TYPES_H
  4145. | # include <sys/types.h>
  4146. | #endif
  4147. | #ifdef HAVE_SYS_STAT_H
  4148. | # include <sys/stat.h>
  4149. | #endif
  4150. | #ifdef STDC_HEADERS
  4151. | # include <stdlib.h>
  4152. | # include <stddef.h>
  4153. | #else
  4154. | # ifdef HAVE_STDLIB_H
  4155. | # include <stdlib.h>
  4156. | # endif
  4157. | #endif
  4158. | #ifdef HAVE_STRING_H
  4159. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4160. | # include <memory.h>
  4161. | # endif
  4162. | # include <string.h>
  4163. | #endif
  4164. | #ifdef HAVE_STRINGS_H
  4165. | # include <strings.h>
  4166. | #endif
  4167. | #ifdef HAVE_INTTYPES_H
  4168. | # include <inttypes.h>
  4169. | #endif
  4170. | #ifdef HAVE_STDINT_H
  4171. | # include <stdint.h>
  4172. | #endif
  4173. | #ifdef HAVE_UNISTD_H
  4174. | # include <unistd.h>
  4175. | #endif
  4176. | enum { N = 64 / 2 - 1 };
  4177. | int
  4178. | main ()
  4179. | {
  4180. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  4181. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  4182. | test_array [0] = 0
  4183. |
  4184. | ;
  4185. | return 0;
  4186. | }
  4187. configure:23750: result: yes
  4188. configure:23761: checking for mode_t
  4189. configure:23761: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4190. configure:23761: $? = 0
  4191. configure:23761: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4192. conftest.c: In function 'main':
  4193. conftest.c:207: error: expected expression before ')' token
  4194. configure:23761: $? = 1
  4195. configure: failed program was:
  4196. | /* confdefs.h */
  4197. | #define PACKAGE_NAME "xbmc"
  4198. | #define PACKAGE_TARNAME "xbmc"
  4199. | #define PACKAGE_VERSION "11.0"
  4200. | #define PACKAGE_STRING "xbmc 11.0"
  4201. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4202. | #define PACKAGE_URL ""
  4203. | #define PACKAGE "xbmc"
  4204. | #define VERSION "11.0"
  4205. | #define LIRC_DEVICE "/dev/lircd"
  4206. | #define STDC_HEADERS 1
  4207. | #define HAVE_SYS_TYPES_H 1
  4208. | #define HAVE_SYS_STAT_H 1
  4209. | #define HAVE_STDLIB_H 1
  4210. | #define HAVE_STRING_H 1
  4211. | #define HAVE_MEMORY_H 1
  4212. | #define HAVE_STRINGS_H 1
  4213. | #define HAVE_INTTYPES_H 1
  4214. | #define HAVE_STDINT_H 1
  4215. | #define HAVE_UNISTD_H 1
  4216. | #define HAVE_DLFCN_H 1
  4217. | #define LT_OBJDIR ".libs/"
  4218. | #define HAVE_ALLOCA_H 1
  4219. | #define HAVE_ALLOCA 1
  4220. | #define HAVE_UNISTD_H 1
  4221. | #define HAVE_CHOWN 1
  4222. | #define HAVE_DIRENT_H 1
  4223. | #define HAVE_FSEEKO 1
  4224. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4225. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4226. | #define TIME_WITH_SYS_TIME 1
  4227. | #define HAVE_SYS_TIME_H 1
  4228. | #define HAVE_UNISTD_H 1
  4229. | #define HAVE_STDLIB_H 1
  4230. | #define HAVE_SYS_PARAM_H 1
  4231. | #define HAVE_UTIME_H 1
  4232. | #define HAVE_ALARM 1
  4233. | #define HAVE_GETPAGESIZE 1
  4234. | #define HAVE_MMAP 1
  4235. | #define HAVE_SYS_SELECT_H 1
  4236. | #define HAVE_SYS_SOCKET_H 1
  4237. | #define SELECT_TYPE_ARG1 int
  4238. | #define SELECT_TYPE_ARG234 (fd_set *)
  4239. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4240. | #define RETSIGTYPE void
  4241. | #define HAVE_STRCOLL 1
  4242. | #define HAVE_STRFTIME 1
  4243. | #define HAVE_UTIME_NULL 1
  4244. | #define HAVE_VPRINTF 1
  4245. | #define HAVE_ATEXIT 1
  4246. | #define HAVE_DUP2 1
  4247. | #define HAVE_FDATASYNC 1
  4248. | #define HAVE_FTIME 1
  4249. | #define HAVE_FTRUNCATE 1
  4250. | #define HAVE_GETCWD 1
  4251. | #define HAVE_GETHOSTBYADDR 1
  4252. | #define HAVE_GETHOSTBYNAME 1
  4253. | #define HAVE_GETHOSTNAME 1
  4254. | #define HAVE_GETPAGESIZE 1
  4255. | #define HAVE_GETPASS 1
  4256. | #define HAVE_GETTIMEOFDAY 1
  4257. | #define HAVE_INET_NTOA 1
  4258. | #define HAVE_LCHOWN 1
  4259. | #define HAVE_LOCALECONV 1
  4260. | #define HAVE_MEMCHR 1
  4261. | #define HAVE_MEMMOVE 1
  4262. | #define HAVE_MEMSET 1
  4263. | #define HAVE_MKDIR 1
  4264. | #define HAVE_MODF 1
  4265. | #define HAVE_MUNMAP 1
  4266. | #define HAVE_RMDIR 1
  4267. | #define HAVE_SELECT 1
  4268. | #define HAVE_SETENV 1
  4269. | #define HAVE_SETLOCALE 1
  4270. | #define HAVE_SOCKET 1
  4271. | #define HAVE_STRCASECMP 1
  4272. | #define HAVE_STRCHR 1
  4273. | #define HAVE_STRCSPN 1
  4274. | #define HAVE_STRDUP 1
  4275. | #define HAVE_STRERROR 1
  4276. | #define HAVE_STRNCASECMP 1
  4277. | #define HAVE_STRPBRK 1
  4278. | #define HAVE_STRRCHR 1
  4279. | #define HAVE_STRSPN 1
  4280. | #define HAVE_STRSTR 1
  4281. | #define HAVE_STRTOL 1
  4282. | #define HAVE_STRTOUL 1
  4283. | #define HAVE_SYSINFO 1
  4284. | #define HAVE_TZSET 1
  4285. | #define HAVE_UTIME 1
  4286. | #define SIZEOF_INT 4
  4287. | #define SIZEOF_SIZE_T 4
  4288. | #define HAVE_INOTIFY 1
  4289. | #define HAVE_LIBGL 1
  4290. | #define HAVE_LIBGLEW 1
  4291. | #define HAVE_LIBGLU 1
  4292. | #define HAVE_LIBBZ2 1
  4293. | #define HAVE_LIBJPEG 1
  4294. | #define HAVE_LIBTIFF 1
  4295. | #define HAVE_LIBPTHREAD 1
  4296. | #define HAVE_LIBLZO2 1
  4297. | #define HAVE_LIBZ 1
  4298. | #define HAVE_LIBSSL 1
  4299. | #define HAVE_LIBCRYPTO 1
  4300. | #define HAVE_LIBMYSQLCLIENT 1
  4301. | #define HAVE_LIBSMBCLIENT 1
  4302. | #define HAVE_LIBBLUETOOTH 1
  4303. | #define HAVE_LIBYAJL 1
  4304. | #define HAVE_LIBBOOST_THREAD 1
  4305. | #define HAVE_LIBPCRE 1
  4306. | #define HAVE_LIBPCRECPP 1
  4307. | #define HAVE_LIBBLURAY 1
  4308. | #define HAVE_LIBSDL_MIXER 1
  4309. | #define HAVE_LIBDL 1
  4310. | #define HAVE_LIBRESOLV 1
  4311. | #define HAVE_LIBJASPER 1
  4312. | #define HAVE_LIBRT 1
  4313. | #define HAVE_LIBSDL_IMAGE 1
  4314. | #define HAVE_LIBMICROHTTPD 1
  4315. | #define HAS_DVD_DRIVE 1
  4316. | #define HAS_HAL 1
  4317. | #define HAVE_LIBAVAHI_COMMON 1
  4318. | #define HAVE_LIBAVAHI_CLIENT 1
  4319. | #define HAVE_LIBXRANDR 1
  4320. | #define HAVE_LIBRTMP_LOG_H 1
  4321. | #define HAVE_LIBRTMP_AMF_H 1
  4322. | #define HAVE_LIBRTMP_RTMP_H 1
  4323. | #define HAS_LIBRTMP 1
  4324. | #define HAVE_NFSC_LIBNFS_H 1
  4325. | #define HAVE_LIBNFS 1
  4326. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4327. | #define HAVE_PYTHON "2.6"
  4328. | #define HAVE_LIBVDPAU /**/
  4329. | #define HAVE_LIBCRYSTALHD 2
  4330. | #define YAJL_MAJOR 1
  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. | int
  4400. | main ()
  4401. | {
  4402. | if (sizeof ((mode_t)))
  4403. | return 0;
  4404. | ;
  4405. | return 0;
  4406. | }
  4407. configure:23761: result: yes
  4408. configure:23772: checking for off_t
  4409. configure:23772: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4410. configure:23772: $? = 0
  4411. configure:23772: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4412. conftest.c: In function 'main':
  4413. conftest.c:207: error: expected expression before ')' token
  4414. configure:23772: $? = 1
  4415. configure: failed program was:
  4416. | /* confdefs.h */
  4417. | #define PACKAGE_NAME "xbmc"
  4418. | #define PACKAGE_TARNAME "xbmc"
  4419. | #define PACKAGE_VERSION "11.0"
  4420. | #define PACKAGE_STRING "xbmc 11.0"
  4421. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4422. | #define PACKAGE_URL ""
  4423. | #define PACKAGE "xbmc"
  4424. | #define VERSION "11.0"
  4425. | #define LIRC_DEVICE "/dev/lircd"
  4426. | #define STDC_HEADERS 1
  4427. | #define HAVE_SYS_TYPES_H 1
  4428. | #define HAVE_SYS_STAT_H 1
  4429. | #define HAVE_STDLIB_H 1
  4430. | #define HAVE_STRING_H 1
  4431. | #define HAVE_MEMORY_H 1
  4432. | #define HAVE_STRINGS_H 1
  4433. | #define HAVE_INTTYPES_H 1
  4434. | #define HAVE_STDINT_H 1
  4435. | #define HAVE_UNISTD_H 1
  4436. | #define HAVE_DLFCN_H 1
  4437. | #define LT_OBJDIR ".libs/"
  4438. | #define HAVE_ALLOCA_H 1
  4439. | #define HAVE_ALLOCA 1
  4440. | #define HAVE_UNISTD_H 1
  4441. | #define HAVE_CHOWN 1
  4442. | #define HAVE_DIRENT_H 1
  4443. | #define HAVE_FSEEKO 1
  4444. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4445. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4446. | #define TIME_WITH_SYS_TIME 1
  4447. | #define HAVE_SYS_TIME_H 1
  4448. | #define HAVE_UNISTD_H 1
  4449. | #define HAVE_STDLIB_H 1
  4450. | #define HAVE_SYS_PARAM_H 1
  4451. | #define HAVE_UTIME_H 1
  4452. | #define HAVE_ALARM 1
  4453. | #define HAVE_GETPAGESIZE 1
  4454. | #define HAVE_MMAP 1
  4455. | #define HAVE_SYS_SELECT_H 1
  4456. | #define HAVE_SYS_SOCKET_H 1
  4457. | #define SELECT_TYPE_ARG1 int
  4458. | #define SELECT_TYPE_ARG234 (fd_set *)
  4459. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4460. | #define RETSIGTYPE void
  4461. | #define HAVE_STRCOLL 1
  4462. | #define HAVE_STRFTIME 1
  4463. | #define HAVE_UTIME_NULL 1
  4464. | #define HAVE_VPRINTF 1
  4465. | #define HAVE_ATEXIT 1
  4466. | #define HAVE_DUP2 1
  4467. | #define HAVE_FDATASYNC 1
  4468. | #define HAVE_FTIME 1
  4469. | #define HAVE_FTRUNCATE 1
  4470. | #define HAVE_GETCWD 1
  4471. | #define HAVE_GETHOSTBYADDR 1
  4472. | #define HAVE_GETHOSTBYNAME 1
  4473. | #define HAVE_GETHOSTNAME 1
  4474. | #define HAVE_GETPAGESIZE 1
  4475. | #define HAVE_GETPASS 1
  4476. | #define HAVE_GETTIMEOFDAY 1
  4477. | #define HAVE_INET_NTOA 1
  4478. | #define HAVE_LCHOWN 1
  4479. | #define HAVE_LOCALECONV 1
  4480. | #define HAVE_MEMCHR 1
  4481. | #define HAVE_MEMMOVE 1
  4482. | #define HAVE_MEMSET 1
  4483. | #define HAVE_MKDIR 1
  4484. | #define HAVE_MODF 1
  4485. | #define HAVE_MUNMAP 1
  4486. | #define HAVE_RMDIR 1
  4487. | #define HAVE_SELECT 1
  4488. | #define HAVE_SETENV 1
  4489. | #define HAVE_SETLOCALE 1
  4490. | #define HAVE_SOCKET 1
  4491. | #define HAVE_STRCASECMP 1
  4492. | #define HAVE_STRCHR 1
  4493. | #define HAVE_STRCSPN 1
  4494. | #define HAVE_STRDUP 1
  4495. | #define HAVE_STRERROR 1
  4496. | #define HAVE_STRNCASECMP 1
  4497. | #define HAVE_STRPBRK 1
  4498. | #define HAVE_STRRCHR 1
  4499. | #define HAVE_STRSPN 1
  4500. | #define HAVE_STRSTR 1
  4501. | #define HAVE_STRTOL 1
  4502. | #define HAVE_STRTOUL 1
  4503. | #define HAVE_SYSINFO 1
  4504. | #define HAVE_TZSET 1
  4505. | #define HAVE_UTIME 1
  4506. | #define SIZEOF_INT 4
  4507. | #define SIZEOF_SIZE_T 4
  4508. | #define HAVE_INOTIFY 1
  4509. | #define HAVE_LIBGL 1
  4510. | #define HAVE_LIBGLEW 1
  4511. | #define HAVE_LIBGLU 1
  4512. | #define HAVE_LIBBZ2 1
  4513. | #define HAVE_LIBJPEG 1
  4514. | #define HAVE_LIBTIFF 1
  4515. | #define HAVE_LIBPTHREAD 1
  4516. | #define HAVE_LIBLZO2 1
  4517. | #define HAVE_LIBZ 1
  4518. | #define HAVE_LIBSSL 1
  4519. | #define HAVE_LIBCRYPTO 1
  4520. | #define HAVE_LIBMYSQLCLIENT 1
  4521. | #define HAVE_LIBSMBCLIENT 1
  4522. | #define HAVE_LIBBLUETOOTH 1
  4523. | #define HAVE_LIBYAJL 1
  4524. | #define HAVE_LIBBOOST_THREAD 1
  4525. | #define HAVE_LIBPCRE 1
  4526. | #define HAVE_LIBPCRECPP 1
  4527. | #define HAVE_LIBBLURAY 1
  4528. | #define HAVE_LIBSDL_MIXER 1
  4529. | #define HAVE_LIBDL 1
  4530. | #define HAVE_LIBRESOLV 1
  4531. | #define HAVE_LIBJASPER 1
  4532. | #define HAVE_LIBRT 1
  4533. | #define HAVE_LIBSDL_IMAGE 1
  4534. | #define HAVE_LIBMICROHTTPD 1
  4535. | #define HAS_DVD_DRIVE 1
  4536. | #define HAS_HAL 1
  4537. | #define HAVE_LIBAVAHI_COMMON 1
  4538. | #define HAVE_LIBAVAHI_CLIENT 1
  4539. | #define HAVE_LIBXRANDR 1
  4540. | #define HAVE_LIBRTMP_LOG_H 1
  4541. | #define HAVE_LIBRTMP_AMF_H 1
  4542. | #define HAVE_LIBRTMP_RTMP_H 1
  4543. | #define HAS_LIBRTMP 1
  4544. | #define HAVE_NFSC_LIBNFS_H 1
  4545. | #define HAVE_LIBNFS 1
  4546. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4547. | #define HAVE_PYTHON "2.6"
  4548. | #define HAVE_LIBVDPAU /**/
  4549. | #define HAVE_LIBCRYSTALHD 2
  4550. | #define YAJL_MAJOR 1
  4551. | #define HAVE_DIRENT_H 1
  4552. | #define STDC_HEADERS 1
  4553. | #define HAVE_SYS_WAIT_H 1
  4554. | #define HAVE_ARPA_INET_H 1
  4555. | #define HAVE_FCNTL_H 1
  4556. | #define HAVE_FLOAT_H 1
  4557. | #define HAVE_INTTYPES_H 1
  4558. | #define HAVE_LIMITS_H 1
  4559. | #define HAVE_LOCALE_H 1
  4560. | #define HAVE_MALLOC_H 1
  4561. | #define HAVE_MEMORY_H 1
  4562. | #define HAVE_NETDB_H 1
  4563. | #define HAVE_NETINET_IN_H 1
  4564. | #define HAVE_STDDEF_H 1
  4565. | #define HAVE_STDINT_H 1
  4566. | #define HAVE_STDLIB_H 1
  4567. | #define HAVE_STRING_H 1
  4568. | #define HAVE_STRINGS_H 1
  4569. | #define HAVE_SYS_FILE_H 1
  4570. | #define HAVE_SYS_IOCTL_H 1
  4571. | #define HAVE_SYS_MOUNT_H 1
  4572. | #define HAVE_SYS_PARAM_H 1
  4573. | #define HAVE_SYS_SOCKET_H 1
  4574. | #define HAVE_SYS_TIME_H 1
  4575. | #define HAVE_SYS_TIMEB_H 1
  4576. | #define HAVE_SYS_VFS_H 1
  4577. | #define HAVE_TERMIOS_H 1
  4578. | #define HAVE_UNISTD_H 1
  4579. | #define HAVE_UTIME_H 1
  4580. | #define HAVE_WCHAR_H 1
  4581. | #define HAVE_WCTYPE_H 1
  4582. | #define HAVE_CDIO_ISO9660_H 1
  4583. | #define HAVE__BOOL 1
  4584. | #define HAVE_STDBOOL_H 1
  4585. | /* end confdefs.h. */
  4586. | #include <stdio.h>
  4587. | #ifdef HAVE_SYS_TYPES_H
  4588. | # include <sys/types.h>
  4589. | #endif
  4590. | #ifdef HAVE_SYS_STAT_H
  4591. | # include <sys/stat.h>
  4592. | #endif
  4593. | #ifdef STDC_HEADERS
  4594. | # include <stdlib.h>
  4595. | # include <stddef.h>
  4596. | #else
  4597. | # ifdef HAVE_STDLIB_H
  4598. | # include <stdlib.h>
  4599. | # endif
  4600. | #endif
  4601. | #ifdef HAVE_STRING_H
  4602. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4603. | # include <memory.h>
  4604. | # endif
  4605. | # include <string.h>
  4606. | #endif
  4607. | #ifdef HAVE_STRINGS_H
  4608. | # include <strings.h>
  4609. | #endif
  4610. | #ifdef HAVE_INTTYPES_H
  4611. | # include <inttypes.h>
  4612. | #endif
  4613. | #ifdef HAVE_STDINT_H
  4614. | # include <stdint.h>
  4615. | #endif
  4616. | #ifdef HAVE_UNISTD_H
  4617. | # include <unistd.h>
  4618. | #endif
  4619. | int
  4620. | main ()
  4621. | {
  4622. | if (sizeof ((off_t)))
  4623. | return 0;
  4624. | ;
  4625. | return 0;
  4626. | }
  4627. configure:23772: result: yes
  4628. configure:23783: checking for pid_t
  4629. configure:23783: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4630. configure:23783: $? = 0
  4631. configure:23783: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4632. conftest.c: In function 'main':
  4633. conftest.c:207: error: expected expression before ')' token
  4634. configure:23783: $? = 1
  4635. configure: failed program was:
  4636. | /* confdefs.h */
  4637. | #define PACKAGE_NAME "xbmc"
  4638. | #define PACKAGE_TARNAME "xbmc"
  4639. | #define PACKAGE_VERSION "11.0"
  4640. | #define PACKAGE_STRING "xbmc 11.0"
  4641. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4642. | #define PACKAGE_URL ""
  4643. | #define PACKAGE "xbmc"
  4644. | #define VERSION "11.0"
  4645. | #define LIRC_DEVICE "/dev/lircd"
  4646. | #define STDC_HEADERS 1
  4647. | #define HAVE_SYS_TYPES_H 1
  4648. | #define HAVE_SYS_STAT_H 1
  4649. | #define HAVE_STDLIB_H 1
  4650. | #define HAVE_STRING_H 1
  4651. | #define HAVE_MEMORY_H 1
  4652. | #define HAVE_STRINGS_H 1
  4653. | #define HAVE_INTTYPES_H 1
  4654. | #define HAVE_STDINT_H 1
  4655. | #define HAVE_UNISTD_H 1
  4656. | #define HAVE_DLFCN_H 1
  4657. | #define LT_OBJDIR ".libs/"
  4658. | #define HAVE_ALLOCA_H 1
  4659. | #define HAVE_ALLOCA 1
  4660. | #define HAVE_UNISTD_H 1
  4661. | #define HAVE_CHOWN 1
  4662. | #define HAVE_DIRENT_H 1
  4663. | #define HAVE_FSEEKO 1
  4664. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4665. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4666. | #define TIME_WITH_SYS_TIME 1
  4667. | #define HAVE_SYS_TIME_H 1
  4668. | #define HAVE_UNISTD_H 1
  4669. | #define HAVE_STDLIB_H 1
  4670. | #define HAVE_SYS_PARAM_H 1
  4671. | #define HAVE_UTIME_H 1
  4672. | #define HAVE_ALARM 1
  4673. | #define HAVE_GETPAGESIZE 1
  4674. | #define HAVE_MMAP 1
  4675. | #define HAVE_SYS_SELECT_H 1
  4676. | #define HAVE_SYS_SOCKET_H 1
  4677. | #define SELECT_TYPE_ARG1 int
  4678. | #define SELECT_TYPE_ARG234 (fd_set *)
  4679. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4680. | #define RETSIGTYPE void
  4681. | #define HAVE_STRCOLL 1
  4682. | #define HAVE_STRFTIME 1
  4683. | #define HAVE_UTIME_NULL 1
  4684. | #define HAVE_VPRINTF 1
  4685. | #define HAVE_ATEXIT 1
  4686. | #define HAVE_DUP2 1
  4687. | #define HAVE_FDATASYNC 1
  4688. | #define HAVE_FTIME 1
  4689. | #define HAVE_FTRUNCATE 1
  4690. | #define HAVE_GETCWD 1
  4691. | #define HAVE_GETHOSTBYADDR 1
  4692. | #define HAVE_GETHOSTBYNAME 1
  4693. | #define HAVE_GETHOSTNAME 1
  4694. | #define HAVE_GETPAGESIZE 1
  4695. | #define HAVE_GETPASS 1
  4696. | #define HAVE_GETTIMEOFDAY 1
  4697. | #define HAVE_INET_NTOA 1
  4698. | #define HAVE_LCHOWN 1
  4699. | #define HAVE_LOCALECONV 1
  4700. | #define HAVE_MEMCHR 1
  4701. | #define HAVE_MEMMOVE 1
  4702. | #define HAVE_MEMSET 1
  4703. | #define HAVE_MKDIR 1
  4704. | #define HAVE_MODF 1
  4705. | #define HAVE_MUNMAP 1
  4706. | #define HAVE_RMDIR 1
  4707. | #define HAVE_SELECT 1
  4708. | #define HAVE_SETENV 1
  4709. | #define HAVE_SETLOCALE 1
  4710. | #define HAVE_SOCKET 1
  4711. | #define HAVE_STRCASECMP 1
  4712. | #define HAVE_STRCHR 1
  4713. | #define HAVE_STRCSPN 1
  4714. | #define HAVE_STRDUP 1
  4715. | #define HAVE_STRERROR 1
  4716. | #define HAVE_STRNCASECMP 1
  4717. | #define HAVE_STRPBRK 1
  4718. | #define HAVE_STRRCHR 1
  4719. | #define HAVE_STRSPN 1
  4720. | #define HAVE_STRSTR 1
  4721. | #define HAVE_STRTOL 1
  4722. | #define HAVE_STRTOUL 1
  4723. | #define HAVE_SYSINFO 1
  4724. | #define HAVE_TZSET 1
  4725. | #define HAVE_UTIME 1
  4726. | #define SIZEOF_INT 4
  4727. | #define SIZEOF_SIZE_T 4
  4728. | #define HAVE_INOTIFY 1
  4729. | #define HAVE_LIBGL 1
  4730. | #define HAVE_LIBGLEW 1
  4731. | #define HAVE_LIBGLU 1
  4732. | #define HAVE_LIBBZ2 1
  4733. | #define HAVE_LIBJPEG 1
  4734. | #define HAVE_LIBTIFF 1
  4735. | #define HAVE_LIBPTHREAD 1
  4736. | #define HAVE_LIBLZO2 1
  4737. | #define HAVE_LIBZ 1
  4738. | #define HAVE_LIBSSL 1
  4739. | #define HAVE_LIBCRYPTO 1
  4740. | #define HAVE_LIBMYSQLCLIENT 1
  4741. | #define HAVE_LIBSMBCLIENT 1
  4742. | #define HAVE_LIBBLUETOOTH 1
  4743. | #define HAVE_LIBYAJL 1
  4744. | #define HAVE_LIBBOOST_THREAD 1
  4745. | #define HAVE_LIBPCRE 1
  4746. | #define HAVE_LIBPCRECPP 1
  4747. | #define HAVE_LIBBLURAY 1
  4748. | #define HAVE_LIBSDL_MIXER 1
  4749. | #define HAVE_LIBDL 1
  4750. | #define HAVE_LIBRESOLV 1
  4751. | #define HAVE_LIBJASPER 1
  4752. | #define HAVE_LIBRT 1
  4753. | #define HAVE_LIBSDL_IMAGE 1
  4754. | #define HAVE_LIBMICROHTTPD 1
  4755. | #define HAS_DVD_DRIVE 1
  4756. | #define HAS_HAL 1
  4757. | #define HAVE_LIBAVAHI_COMMON 1
  4758. | #define HAVE_LIBAVAHI_CLIENT 1
  4759. | #define HAVE_LIBXRANDR 1
  4760. | #define HAVE_LIBRTMP_LOG_H 1
  4761. | #define HAVE_LIBRTMP_AMF_H 1
  4762. | #define HAVE_LIBRTMP_RTMP_H 1
  4763. | #define HAS_LIBRTMP 1
  4764. | #define HAVE_NFSC_LIBNFS_H 1
  4765. | #define HAVE_LIBNFS 1
  4766. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4767. | #define HAVE_PYTHON "2.6"
  4768. | #define HAVE_LIBVDPAU /**/
  4769. | #define HAVE_LIBCRYSTALHD 2
  4770. | #define YAJL_MAJOR 1
  4771. | #define HAVE_DIRENT_H 1
  4772. | #define STDC_HEADERS 1
  4773. | #define HAVE_SYS_WAIT_H 1
  4774. | #define HAVE_ARPA_INET_H 1
  4775. | #define HAVE_FCNTL_H 1
  4776. | #define HAVE_FLOAT_H 1
  4777. | #define HAVE_INTTYPES_H 1
  4778. | #define HAVE_LIMITS_H 1
  4779. | #define HAVE_LOCALE_H 1
  4780. | #define HAVE_MALLOC_H 1
  4781. | #define HAVE_MEMORY_H 1
  4782. | #define HAVE_NETDB_H 1
  4783. | #define HAVE_NETINET_IN_H 1
  4784. | #define HAVE_STDDEF_H 1
  4785. | #define HAVE_STDINT_H 1
  4786. | #define HAVE_STDLIB_H 1
  4787. | #define HAVE_STRING_H 1
  4788. | #define HAVE_STRINGS_H 1
  4789. | #define HAVE_SYS_FILE_H 1
  4790. | #define HAVE_SYS_IOCTL_H 1
  4791. | #define HAVE_SYS_MOUNT_H 1
  4792. | #define HAVE_SYS_PARAM_H 1
  4793. | #define HAVE_SYS_SOCKET_H 1
  4794. | #define HAVE_SYS_TIME_H 1
  4795. | #define HAVE_SYS_TIMEB_H 1
  4796. | #define HAVE_SYS_VFS_H 1
  4797. | #define HAVE_TERMIOS_H 1
  4798. | #define HAVE_UNISTD_H 1
  4799. | #define HAVE_UTIME_H 1
  4800. | #define HAVE_WCHAR_H 1
  4801. | #define HAVE_WCTYPE_H 1
  4802. | #define HAVE_CDIO_ISO9660_H 1
  4803. | #define HAVE__BOOL 1
  4804. | #define HAVE_STDBOOL_H 1
  4805. | /* end confdefs.h. */
  4806. | #include <stdio.h>
  4807. | #ifdef HAVE_SYS_TYPES_H
  4808. | # include <sys/types.h>
  4809. | #endif
  4810. | #ifdef HAVE_SYS_STAT_H
  4811. | # include <sys/stat.h>
  4812. | #endif
  4813. | #ifdef STDC_HEADERS
  4814. | # include <stdlib.h>
  4815. | # include <stddef.h>
  4816. | #else
  4817. | # ifdef HAVE_STDLIB_H
  4818. | # include <stdlib.h>
  4819. | # endif
  4820. | #endif
  4821. | #ifdef HAVE_STRING_H
  4822. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4823. | # include <memory.h>
  4824. | # endif
  4825. | # include <string.h>
  4826. | #endif
  4827. | #ifdef HAVE_STRINGS_H
  4828. | # include <strings.h>
  4829. | #endif
  4830. | #ifdef HAVE_INTTYPES_H
  4831. | # include <inttypes.h>
  4832. | #endif
  4833. | #ifdef HAVE_STDINT_H
  4834. | # include <stdint.h>
  4835. | #endif
  4836. | #ifdef HAVE_UNISTD_H
  4837. | # include <unistd.h>
  4838. | #endif
  4839. | int
  4840. | main ()
  4841. | {
  4842. | if (sizeof ((pid_t)))
  4843. | return 0;
  4844. | ;
  4845. | return 0;
  4846. | }
  4847. configure:23783: result: yes
  4848. configure:23794: checking for C/C++ restrict keyword
  4849. configure:23819: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4850. configure:23819: $? = 0
  4851. configure:23827: result: __restrict
  4852. configure:23840: checking for size_t
  4853. configure:23840: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4854. configure:23840: $? = 0
  4855. configure:23840: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  4856. conftest.c: In function 'main':
  4857. conftest.c:208: error: expected expression before ')' token
  4858. configure:23840: $? = 1
  4859. configure: failed program was:
  4860. | /* confdefs.h */
  4861. | #define PACKAGE_NAME "xbmc"
  4862. | #define PACKAGE_TARNAME "xbmc"
  4863. | #define PACKAGE_VERSION "11.0"
  4864. | #define PACKAGE_STRING "xbmc 11.0"
  4865. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  4866. | #define PACKAGE_URL ""
  4867. | #define PACKAGE "xbmc"
  4868. | #define VERSION "11.0"
  4869. | #define LIRC_DEVICE "/dev/lircd"
  4870. | #define STDC_HEADERS 1
  4871. | #define HAVE_SYS_TYPES_H 1
  4872. | #define HAVE_SYS_STAT_H 1
  4873. | #define HAVE_STDLIB_H 1
  4874. | #define HAVE_STRING_H 1
  4875. | #define HAVE_MEMORY_H 1
  4876. | #define HAVE_STRINGS_H 1
  4877. | #define HAVE_INTTYPES_H 1
  4878. | #define HAVE_STDINT_H 1
  4879. | #define HAVE_UNISTD_H 1
  4880. | #define HAVE_DLFCN_H 1
  4881. | #define LT_OBJDIR ".libs/"
  4882. | #define HAVE_ALLOCA_H 1
  4883. | #define HAVE_ALLOCA 1
  4884. | #define HAVE_UNISTD_H 1
  4885. | #define HAVE_CHOWN 1
  4886. | #define HAVE_DIRENT_H 1
  4887. | #define HAVE_FSEEKO 1
  4888. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4889. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4890. | #define TIME_WITH_SYS_TIME 1
  4891. | #define HAVE_SYS_TIME_H 1
  4892. | #define HAVE_UNISTD_H 1
  4893. | #define HAVE_STDLIB_H 1
  4894. | #define HAVE_SYS_PARAM_H 1
  4895. | #define HAVE_UTIME_H 1
  4896. | #define HAVE_ALARM 1
  4897. | #define HAVE_GETPAGESIZE 1
  4898. | #define HAVE_MMAP 1
  4899. | #define HAVE_SYS_SELECT_H 1
  4900. | #define HAVE_SYS_SOCKET_H 1
  4901. | #define SELECT_TYPE_ARG1 int
  4902. | #define SELECT_TYPE_ARG234 (fd_set *)
  4903. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4904. | #define RETSIGTYPE void
  4905. | #define HAVE_STRCOLL 1
  4906. | #define HAVE_STRFTIME 1
  4907. | #define HAVE_UTIME_NULL 1
  4908. | #define HAVE_VPRINTF 1
  4909. | #define HAVE_ATEXIT 1
  4910. | #define HAVE_DUP2 1
  4911. | #define HAVE_FDATASYNC 1
  4912. | #define HAVE_FTIME 1
  4913. | #define HAVE_FTRUNCATE 1
  4914. | #define HAVE_GETCWD 1
  4915. | #define HAVE_GETHOSTBYADDR 1
  4916. | #define HAVE_GETHOSTBYNAME 1
  4917. | #define HAVE_GETHOSTNAME 1
  4918. | #define HAVE_GETPAGESIZE 1
  4919. | #define HAVE_GETPASS 1
  4920. | #define HAVE_GETTIMEOFDAY 1
  4921. | #define HAVE_INET_NTOA 1
  4922. | #define HAVE_LCHOWN 1
  4923. | #define HAVE_LOCALECONV 1
  4924. | #define HAVE_MEMCHR 1
  4925. | #define HAVE_MEMMOVE 1
  4926. | #define HAVE_MEMSET 1
  4927. | #define HAVE_MKDIR 1
  4928. | #define HAVE_MODF 1
  4929. | #define HAVE_MUNMAP 1
  4930. | #define HAVE_RMDIR 1
  4931. | #define HAVE_SELECT 1
  4932. | #define HAVE_SETENV 1
  4933. | #define HAVE_SETLOCALE 1
  4934. | #define HAVE_SOCKET 1
  4935. | #define HAVE_STRCASECMP 1
  4936. | #define HAVE_STRCHR 1
  4937. | #define HAVE_STRCSPN 1
  4938. | #define HAVE_STRDUP 1
  4939. | #define HAVE_STRERROR 1
  4940. | #define HAVE_STRNCASECMP 1
  4941. | #define HAVE_STRPBRK 1
  4942. | #define HAVE_STRRCHR 1
  4943. | #define HAVE_STRSPN 1
  4944. | #define HAVE_STRSTR 1
  4945. | #define HAVE_STRTOL 1
  4946. | #define HAVE_STRTOUL 1
  4947. | #define HAVE_SYSINFO 1
  4948. | #define HAVE_TZSET 1
  4949. | #define HAVE_UTIME 1
  4950. | #define SIZEOF_INT 4
  4951. | #define SIZEOF_SIZE_T 4
  4952. | #define HAVE_INOTIFY 1
  4953. | #define HAVE_LIBGL 1
  4954. | #define HAVE_LIBGLEW 1
  4955. | #define HAVE_LIBGLU 1
  4956. | #define HAVE_LIBBZ2 1
  4957. | #define HAVE_LIBJPEG 1
  4958. | #define HAVE_LIBTIFF 1
  4959. | #define HAVE_LIBPTHREAD 1
  4960. | #define HAVE_LIBLZO2 1
  4961. | #define HAVE_LIBZ 1
  4962. | #define HAVE_LIBSSL 1
  4963. | #define HAVE_LIBCRYPTO 1
  4964. | #define HAVE_LIBMYSQLCLIENT 1
  4965. | #define HAVE_LIBSMBCLIENT 1
  4966. | #define HAVE_LIBBLUETOOTH 1
  4967. | #define HAVE_LIBYAJL 1
  4968. | #define HAVE_LIBBOOST_THREAD 1
  4969. | #define HAVE_LIBPCRE 1
  4970. | #define HAVE_LIBPCRECPP 1
  4971. | #define HAVE_LIBBLURAY 1
  4972. | #define HAVE_LIBSDL_MIXER 1
  4973. | #define HAVE_LIBDL 1
  4974. | #define HAVE_LIBRESOLV 1
  4975. | #define HAVE_LIBJASPER 1
  4976. | #define HAVE_LIBRT 1
  4977. | #define HAVE_LIBSDL_IMAGE 1
  4978. | #define HAVE_LIBMICROHTTPD 1
  4979. | #define HAS_DVD_DRIVE 1
  4980. | #define HAS_HAL 1
  4981. | #define HAVE_LIBAVAHI_COMMON 1
  4982. | #define HAVE_LIBAVAHI_CLIENT 1
  4983. | #define HAVE_LIBXRANDR 1
  4984. | #define HAVE_LIBRTMP_LOG_H 1
  4985. | #define HAVE_LIBRTMP_AMF_H 1
  4986. | #define HAVE_LIBRTMP_RTMP_H 1
  4987. | #define HAS_LIBRTMP 1
  4988. | #define HAVE_NFSC_LIBNFS_H 1
  4989. | #define HAVE_LIBNFS 1
  4990. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  4991. | #define HAVE_PYTHON "2.6"
  4992. | #define HAVE_LIBVDPAU /**/
  4993. | #define HAVE_LIBCRYSTALHD 2
  4994. | #define YAJL_MAJOR 1
  4995. | #define HAVE_DIRENT_H 1
  4996. | #define STDC_HEADERS 1
  4997. | #define HAVE_SYS_WAIT_H 1
  4998. | #define HAVE_ARPA_INET_H 1
  4999. | #define HAVE_FCNTL_H 1
  5000. | #define HAVE_FLOAT_H 1
  5001. | #define HAVE_INTTYPES_H 1
  5002. | #define HAVE_LIMITS_H 1
  5003. | #define HAVE_LOCALE_H 1
  5004. | #define HAVE_MALLOC_H 1
  5005. | #define HAVE_MEMORY_H 1
  5006. | #define HAVE_NETDB_H 1
  5007. | #define HAVE_NETINET_IN_H 1
  5008. | #define HAVE_STDDEF_H 1
  5009. | #define HAVE_STDINT_H 1
  5010. | #define HAVE_STDLIB_H 1
  5011. | #define HAVE_STRING_H 1
  5012. | #define HAVE_STRINGS_H 1
  5013. | #define HAVE_SYS_FILE_H 1
  5014. | #define HAVE_SYS_IOCTL_H 1
  5015. | #define HAVE_SYS_MOUNT_H 1
  5016. | #define HAVE_SYS_PARAM_H 1
  5017. | #define HAVE_SYS_SOCKET_H 1
  5018. | #define HAVE_SYS_TIME_H 1
  5019. | #define HAVE_SYS_TIMEB_H 1
  5020. | #define HAVE_SYS_VFS_H 1
  5021. | #define HAVE_TERMIOS_H 1
  5022. | #define HAVE_UNISTD_H 1
  5023. | #define HAVE_UTIME_H 1
  5024. | #define HAVE_WCHAR_H 1
  5025. | #define HAVE_WCTYPE_H 1
  5026. | #define HAVE_CDIO_ISO9660_H 1
  5027. | #define HAVE__BOOL 1
  5028. | #define HAVE_STDBOOL_H 1
  5029. | #define restrict __restrict
  5030. | /* end confdefs.h. */
  5031. | #include <stdio.h>
  5032. | #ifdef HAVE_SYS_TYPES_H
  5033. | # include <sys/types.h>
  5034. | #endif
  5035. | #ifdef HAVE_SYS_STAT_H
  5036. | # include <sys/stat.h>
  5037. | #endif
  5038. | #ifdef STDC_HEADERS
  5039. | # include <stdlib.h>
  5040. | # include <stddef.h>
  5041. | #else
  5042. | # ifdef HAVE_STDLIB_H
  5043. | # include <stdlib.h>
  5044. | # endif
  5045. | #endif
  5046. | #ifdef HAVE_STRING_H
  5047. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5048. | # include <memory.h>
  5049. | # endif
  5050. | # include <string.h>
  5051. | #endif
  5052. | #ifdef HAVE_STRINGS_H
  5053. | # include <strings.h>
  5054. | #endif
  5055. | #ifdef HAVE_INTTYPES_H
  5056. | # include <inttypes.h>
  5057. | #endif
  5058. | #ifdef HAVE_STDINT_H
  5059. | # include <stdint.h>
  5060. | #endif
  5061. | #ifdef HAVE_UNISTD_H
  5062. | # include <unistd.h>
  5063. | #endif
  5064. | int
  5065. | main ()
  5066. | {
  5067. | if (sizeof ((size_t)))
  5068. | return 0;
  5069. | ;
  5070. | return 0;
  5071. | }
  5072. configure:23840: result: yes
  5073. configure:23851: checking for ssize_t
  5074. configure:23851: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5075. configure:23851: $? = 0
  5076. configure:23851: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5077. conftest.c: In function 'main':
  5078. conftest.c:208: error: expected expression before ')' token
  5079. configure:23851: $? = 1
  5080. configure: failed program was:
  5081. | /* confdefs.h */
  5082. | #define PACKAGE_NAME "xbmc"
  5083. | #define PACKAGE_TARNAME "xbmc"
  5084. | #define PACKAGE_VERSION "11.0"
  5085. | #define PACKAGE_STRING "xbmc 11.0"
  5086. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5087. | #define PACKAGE_URL ""
  5088. | #define PACKAGE "xbmc"
  5089. | #define VERSION "11.0"
  5090. | #define LIRC_DEVICE "/dev/lircd"
  5091. | #define STDC_HEADERS 1
  5092. | #define HAVE_SYS_TYPES_H 1
  5093. | #define HAVE_SYS_STAT_H 1
  5094. | #define HAVE_STDLIB_H 1
  5095. | #define HAVE_STRING_H 1
  5096. | #define HAVE_MEMORY_H 1
  5097. | #define HAVE_STRINGS_H 1
  5098. | #define HAVE_INTTYPES_H 1
  5099. | #define HAVE_STDINT_H 1
  5100. | #define HAVE_UNISTD_H 1
  5101. | #define HAVE_DLFCN_H 1
  5102. | #define LT_OBJDIR ".libs/"
  5103. | #define HAVE_ALLOCA_H 1
  5104. | #define HAVE_ALLOCA 1
  5105. | #define HAVE_UNISTD_H 1
  5106. | #define HAVE_CHOWN 1
  5107. | #define HAVE_DIRENT_H 1
  5108. | #define HAVE_FSEEKO 1
  5109. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5110. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5111. | #define TIME_WITH_SYS_TIME 1
  5112. | #define HAVE_SYS_TIME_H 1
  5113. | #define HAVE_UNISTD_H 1
  5114. | #define HAVE_STDLIB_H 1
  5115. | #define HAVE_SYS_PARAM_H 1
  5116. | #define HAVE_UTIME_H 1
  5117. | #define HAVE_ALARM 1
  5118. | #define HAVE_GETPAGESIZE 1
  5119. | #define HAVE_MMAP 1
  5120. | #define HAVE_SYS_SELECT_H 1
  5121. | #define HAVE_SYS_SOCKET_H 1
  5122. | #define SELECT_TYPE_ARG1 int
  5123. | #define SELECT_TYPE_ARG234 (fd_set *)
  5124. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5125. | #define RETSIGTYPE void
  5126. | #define HAVE_STRCOLL 1
  5127. | #define HAVE_STRFTIME 1
  5128. | #define HAVE_UTIME_NULL 1
  5129. | #define HAVE_VPRINTF 1
  5130. | #define HAVE_ATEXIT 1
  5131. | #define HAVE_DUP2 1
  5132. | #define HAVE_FDATASYNC 1
  5133. | #define HAVE_FTIME 1
  5134. | #define HAVE_FTRUNCATE 1
  5135. | #define HAVE_GETCWD 1
  5136. | #define HAVE_GETHOSTBYADDR 1
  5137. | #define HAVE_GETHOSTBYNAME 1
  5138. | #define HAVE_GETHOSTNAME 1
  5139. | #define HAVE_GETPAGESIZE 1
  5140. | #define HAVE_GETPASS 1
  5141. | #define HAVE_GETTIMEOFDAY 1
  5142. | #define HAVE_INET_NTOA 1
  5143. | #define HAVE_LCHOWN 1
  5144. | #define HAVE_LOCALECONV 1
  5145. | #define HAVE_MEMCHR 1
  5146. | #define HAVE_MEMMOVE 1
  5147. | #define HAVE_MEMSET 1
  5148. | #define HAVE_MKDIR 1
  5149. | #define HAVE_MODF 1
  5150. | #define HAVE_MUNMAP 1
  5151. | #define HAVE_RMDIR 1
  5152. | #define HAVE_SELECT 1
  5153. | #define HAVE_SETENV 1
  5154. | #define HAVE_SETLOCALE 1
  5155. | #define HAVE_SOCKET 1
  5156. | #define HAVE_STRCASECMP 1
  5157. | #define HAVE_STRCHR 1
  5158. | #define HAVE_STRCSPN 1
  5159. | #define HAVE_STRDUP 1
  5160. | #define HAVE_STRERROR 1
  5161. | #define HAVE_STRNCASECMP 1
  5162. | #define HAVE_STRPBRK 1
  5163. | #define HAVE_STRRCHR 1
  5164. | #define HAVE_STRSPN 1
  5165. | #define HAVE_STRSTR 1
  5166. | #define HAVE_STRTOL 1
  5167. | #define HAVE_STRTOUL 1
  5168. | #define HAVE_SYSINFO 1
  5169. | #define HAVE_TZSET 1
  5170. | #define HAVE_UTIME 1
  5171. | #define SIZEOF_INT 4
  5172. | #define SIZEOF_SIZE_T 4
  5173. | #define HAVE_INOTIFY 1
  5174. | #define HAVE_LIBGL 1
  5175. | #define HAVE_LIBGLEW 1
  5176. | #define HAVE_LIBGLU 1
  5177. | #define HAVE_LIBBZ2 1
  5178. | #define HAVE_LIBJPEG 1
  5179. | #define HAVE_LIBTIFF 1
  5180. | #define HAVE_LIBPTHREAD 1
  5181. | #define HAVE_LIBLZO2 1
  5182. | #define HAVE_LIBZ 1
  5183. | #define HAVE_LIBSSL 1
  5184. | #define HAVE_LIBCRYPTO 1
  5185. | #define HAVE_LIBMYSQLCLIENT 1
  5186. | #define HAVE_LIBSMBCLIENT 1
  5187. | #define HAVE_LIBBLUETOOTH 1
  5188. | #define HAVE_LIBYAJL 1
  5189. | #define HAVE_LIBBOOST_THREAD 1
  5190. | #define HAVE_LIBPCRE 1
  5191. | #define HAVE_LIBPCRECPP 1
  5192. | #define HAVE_LIBBLURAY 1
  5193. | #define HAVE_LIBSDL_MIXER 1
  5194. | #define HAVE_LIBDL 1
  5195. | #define HAVE_LIBRESOLV 1
  5196. | #define HAVE_LIBJASPER 1
  5197. | #define HAVE_LIBRT 1
  5198. | #define HAVE_LIBSDL_IMAGE 1
  5199. | #define HAVE_LIBMICROHTTPD 1
  5200. | #define HAS_DVD_DRIVE 1
  5201. | #define HAS_HAL 1
  5202. | #define HAVE_LIBAVAHI_COMMON 1
  5203. | #define HAVE_LIBAVAHI_CLIENT 1
  5204. | #define HAVE_LIBXRANDR 1
  5205. | #define HAVE_LIBRTMP_LOG_H 1
  5206. | #define HAVE_LIBRTMP_AMF_H 1
  5207. | #define HAVE_LIBRTMP_RTMP_H 1
  5208. | #define HAS_LIBRTMP 1
  5209. | #define HAVE_NFSC_LIBNFS_H 1
  5210. | #define HAVE_LIBNFS 1
  5211. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5212. | #define HAVE_PYTHON "2.6"
  5213. | #define HAVE_LIBVDPAU /**/
  5214. | #define HAVE_LIBCRYSTALHD 2
  5215. | #define YAJL_MAJOR 1
  5216. | #define HAVE_DIRENT_H 1
  5217. | #define STDC_HEADERS 1
  5218. | #define HAVE_SYS_WAIT_H 1
  5219. | #define HAVE_ARPA_INET_H 1
  5220. | #define HAVE_FCNTL_H 1
  5221. | #define HAVE_FLOAT_H 1
  5222. | #define HAVE_INTTYPES_H 1
  5223. | #define HAVE_LIMITS_H 1
  5224. | #define HAVE_LOCALE_H 1
  5225. | #define HAVE_MALLOC_H 1
  5226. | #define HAVE_MEMORY_H 1
  5227. | #define HAVE_NETDB_H 1
  5228. | #define HAVE_NETINET_IN_H 1
  5229. | #define HAVE_STDDEF_H 1
  5230. | #define HAVE_STDINT_H 1
  5231. | #define HAVE_STDLIB_H 1
  5232. | #define HAVE_STRING_H 1
  5233. | #define HAVE_STRINGS_H 1
  5234. | #define HAVE_SYS_FILE_H 1
  5235. | #define HAVE_SYS_IOCTL_H 1
  5236. | #define HAVE_SYS_MOUNT_H 1
  5237. | #define HAVE_SYS_PARAM_H 1
  5238. | #define HAVE_SYS_SOCKET_H 1
  5239. | #define HAVE_SYS_TIME_H 1
  5240. | #define HAVE_SYS_TIMEB_H 1
  5241. | #define HAVE_SYS_VFS_H 1
  5242. | #define HAVE_TERMIOS_H 1
  5243. | #define HAVE_UNISTD_H 1
  5244. | #define HAVE_UTIME_H 1
  5245. | #define HAVE_WCHAR_H 1
  5246. | #define HAVE_WCTYPE_H 1
  5247. | #define HAVE_CDIO_ISO9660_H 1
  5248. | #define HAVE__BOOL 1
  5249. | #define HAVE_STDBOOL_H 1
  5250. | #define restrict __restrict
  5251. | /* end confdefs.h. */
  5252. | #include <stdio.h>
  5253. | #ifdef HAVE_SYS_TYPES_H
  5254. | # include <sys/types.h>
  5255. | #endif
  5256. | #ifdef HAVE_SYS_STAT_H
  5257. | # include <sys/stat.h>
  5258. | #endif
  5259. | #ifdef STDC_HEADERS
  5260. | # include <stdlib.h>
  5261. | # include <stddef.h>
  5262. | #else
  5263. | # ifdef HAVE_STDLIB_H
  5264. | # include <stdlib.h>
  5265. | # endif
  5266. | #endif
  5267. | #ifdef HAVE_STRING_H
  5268. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5269. | # include <memory.h>
  5270. | # endif
  5271. | # include <string.h>
  5272. | #endif
  5273. | #ifdef HAVE_STRINGS_H
  5274. | # include <strings.h>
  5275. | #endif
  5276. | #ifdef HAVE_INTTYPES_H
  5277. | # include <inttypes.h>
  5278. | #endif
  5279. | #ifdef HAVE_STDINT_H
  5280. | # include <stdint.h>
  5281. | #endif
  5282. | #ifdef HAVE_UNISTD_H
  5283. | # include <unistd.h>
  5284. | #endif
  5285. | int
  5286. | main ()
  5287. | {
  5288. | if (sizeof ((ssize_t)))
  5289. | return 0;
  5290. | ;
  5291. | return 0;
  5292. | }
  5293. configure:23851: result: yes
  5294. configure:23862: checking for struct stat.st_rdev
  5295. configure:23862: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5296. configure:23862: $? = 0
  5297. configure:23862: result: yes
  5298. configure:23872: checking whether time.h and sys/time.h may both be included
  5299. configure:23899: result: yes
  5300. configure:23907: checking whether struct tm is in sys/time.h or time.h
  5301. configure:23927: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5302. configure:23927: $? = 0
  5303. configure:23934: result: time.h
  5304. configure:23942: checking for uint8_t
  5305. configure:23942: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5306. configure:23942: $? = 0
  5307. configure:23942: result: yes
  5308. configure:23956: checking for uint16_t
  5309. configure:23956: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5310. configure:23956: $? = 0
  5311. configure:23956: result: yes
  5312. configure:23968: checking for uint32_t
  5313. configure:23968: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5314. configure:23968: $? = 0
  5315. configure:23968: result: yes
  5316. configure:23982: checking for uint64_t
  5317. configure:23982: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5318. configure:23982: $? = 0
  5319. configure:23982: result: yes
  5320. configure:23996: checking whether byte ordering is bigendian
  5321. configure:24011: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5322. conftest.c:175: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  5323. configure:24011: $? = 1
  5324. configure: failed program was:
  5325. | /* confdefs.h */
  5326. | #define PACKAGE_NAME "xbmc"
  5327. | #define PACKAGE_TARNAME "xbmc"
  5328. | #define PACKAGE_VERSION "11.0"
  5329. | #define PACKAGE_STRING "xbmc 11.0"
  5330. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5331. | #define PACKAGE_URL ""
  5332. | #define PACKAGE "xbmc"
  5333. | #define VERSION "11.0"
  5334. | #define LIRC_DEVICE "/dev/lircd"
  5335. | #define STDC_HEADERS 1
  5336. | #define HAVE_SYS_TYPES_H 1
  5337. | #define HAVE_SYS_STAT_H 1
  5338. | #define HAVE_STDLIB_H 1
  5339. | #define HAVE_STRING_H 1
  5340. | #define HAVE_MEMORY_H 1
  5341. | #define HAVE_STRINGS_H 1
  5342. | #define HAVE_INTTYPES_H 1
  5343. | #define HAVE_STDINT_H 1
  5344. | #define HAVE_UNISTD_H 1
  5345. | #define HAVE_DLFCN_H 1
  5346. | #define LT_OBJDIR ".libs/"
  5347. | #define HAVE_ALLOCA_H 1
  5348. | #define HAVE_ALLOCA 1
  5349. | #define HAVE_UNISTD_H 1
  5350. | #define HAVE_CHOWN 1
  5351. | #define HAVE_DIRENT_H 1
  5352. | #define HAVE_FSEEKO 1
  5353. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5354. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5355. | #define TIME_WITH_SYS_TIME 1
  5356. | #define HAVE_SYS_TIME_H 1
  5357. | #define HAVE_UNISTD_H 1
  5358. | #define HAVE_STDLIB_H 1
  5359. | #define HAVE_SYS_PARAM_H 1
  5360. | #define HAVE_UTIME_H 1
  5361. | #define HAVE_ALARM 1
  5362. | #define HAVE_GETPAGESIZE 1
  5363. | #define HAVE_MMAP 1
  5364. | #define HAVE_SYS_SELECT_H 1
  5365. | #define HAVE_SYS_SOCKET_H 1
  5366. | #define SELECT_TYPE_ARG1 int
  5367. | #define SELECT_TYPE_ARG234 (fd_set *)
  5368. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5369. | #define RETSIGTYPE void
  5370. | #define HAVE_STRCOLL 1
  5371. | #define HAVE_STRFTIME 1
  5372. | #define HAVE_UTIME_NULL 1
  5373. | #define HAVE_VPRINTF 1
  5374. | #define HAVE_ATEXIT 1
  5375. | #define HAVE_DUP2 1
  5376. | #define HAVE_FDATASYNC 1
  5377. | #define HAVE_FTIME 1
  5378. | #define HAVE_FTRUNCATE 1
  5379. | #define HAVE_GETCWD 1
  5380. | #define HAVE_GETHOSTBYADDR 1
  5381. | #define HAVE_GETHOSTBYNAME 1
  5382. | #define HAVE_GETHOSTNAME 1
  5383. | #define HAVE_GETPAGESIZE 1
  5384. | #define HAVE_GETPASS 1
  5385. | #define HAVE_GETTIMEOFDAY 1
  5386. | #define HAVE_INET_NTOA 1
  5387. | #define HAVE_LCHOWN 1
  5388. | #define HAVE_LOCALECONV 1
  5389. | #define HAVE_MEMCHR 1
  5390. | #define HAVE_MEMMOVE 1
  5391. | #define HAVE_MEMSET 1
  5392. | #define HAVE_MKDIR 1
  5393. | #define HAVE_MODF 1
  5394. | #define HAVE_MUNMAP 1
  5395. | #define HAVE_RMDIR 1
  5396. | #define HAVE_SELECT 1
  5397. | #define HAVE_SETENV 1
  5398. | #define HAVE_SETLOCALE 1
  5399. | #define HAVE_SOCKET 1
  5400. | #define HAVE_STRCASECMP 1
  5401. | #define HAVE_STRCHR 1
  5402. | #define HAVE_STRCSPN 1
  5403. | #define HAVE_STRDUP 1
  5404. | #define HAVE_STRERROR 1
  5405. | #define HAVE_STRNCASECMP 1
  5406. | #define HAVE_STRPBRK 1
  5407. | #define HAVE_STRRCHR 1
  5408. | #define HAVE_STRSPN 1
  5409. | #define HAVE_STRSTR 1
  5410. | #define HAVE_STRTOL 1
  5411. | #define HAVE_STRTOUL 1
  5412. | #define HAVE_SYSINFO 1
  5413. | #define HAVE_TZSET 1
  5414. | #define HAVE_UTIME 1
  5415. | #define SIZEOF_INT 4
  5416. | #define SIZEOF_SIZE_T 4
  5417. | #define HAVE_INOTIFY 1
  5418. | #define HAVE_LIBGL 1
  5419. | #define HAVE_LIBGLEW 1
  5420. | #define HAVE_LIBGLU 1
  5421. | #define HAVE_LIBBZ2 1
  5422. | #define HAVE_LIBJPEG 1
  5423. | #define HAVE_LIBTIFF 1
  5424. | #define HAVE_LIBPTHREAD 1
  5425. | #define HAVE_LIBLZO2 1
  5426. | #define HAVE_LIBZ 1
  5427. | #define HAVE_LIBSSL 1
  5428. | #define HAVE_LIBCRYPTO 1
  5429. | #define HAVE_LIBMYSQLCLIENT 1
  5430. | #define HAVE_LIBSMBCLIENT 1
  5431. | #define HAVE_LIBBLUETOOTH 1
  5432. | #define HAVE_LIBYAJL 1
  5433. | #define HAVE_LIBBOOST_THREAD 1
  5434. | #define HAVE_LIBPCRE 1
  5435. | #define HAVE_LIBPCRECPP 1
  5436. | #define HAVE_LIBBLURAY 1
  5437. | #define HAVE_LIBSDL_MIXER 1
  5438. | #define HAVE_LIBDL 1
  5439. | #define HAVE_LIBRESOLV 1
  5440. | #define HAVE_LIBJASPER 1
  5441. | #define HAVE_LIBRT 1
  5442. | #define HAVE_LIBSDL_IMAGE 1
  5443. | #define HAVE_LIBMICROHTTPD 1
  5444. | #define HAS_DVD_DRIVE 1
  5445. | #define HAS_HAL 1
  5446. | #define HAVE_LIBAVAHI_COMMON 1
  5447. | #define HAVE_LIBAVAHI_CLIENT 1
  5448. | #define HAVE_LIBXRANDR 1
  5449. | #define HAVE_LIBRTMP_LOG_H 1
  5450. | #define HAVE_LIBRTMP_AMF_H 1
  5451. | #define HAVE_LIBRTMP_RTMP_H 1
  5452. | #define HAS_LIBRTMP 1
  5453. | #define HAVE_NFSC_LIBNFS_H 1
  5454. | #define HAVE_LIBNFS 1
  5455. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5456. | #define HAVE_PYTHON "2.6"
  5457. | #define HAVE_LIBVDPAU /**/
  5458. | #define HAVE_LIBCRYSTALHD 2
  5459. | #define YAJL_MAJOR 1
  5460. | #define HAVE_DIRENT_H 1
  5461. | #define STDC_HEADERS 1
  5462. | #define HAVE_SYS_WAIT_H 1
  5463. | #define HAVE_ARPA_INET_H 1
  5464. | #define HAVE_FCNTL_H 1
  5465. | #define HAVE_FLOAT_H 1
  5466. | #define HAVE_INTTYPES_H 1
  5467. | #define HAVE_LIMITS_H 1
  5468. | #define HAVE_LOCALE_H 1
  5469. | #define HAVE_MALLOC_H 1
  5470. | #define HAVE_MEMORY_H 1
  5471. | #define HAVE_NETDB_H 1
  5472. | #define HAVE_NETINET_IN_H 1
  5473. | #define HAVE_STDDEF_H 1
  5474. | #define HAVE_STDINT_H 1
  5475. | #define HAVE_STDLIB_H 1
  5476. | #define HAVE_STRING_H 1
  5477. | #define HAVE_STRINGS_H 1
  5478. | #define HAVE_SYS_FILE_H 1
  5479. | #define HAVE_SYS_IOCTL_H 1
  5480. | #define HAVE_SYS_MOUNT_H 1
  5481. | #define HAVE_SYS_PARAM_H 1
  5482. | #define HAVE_SYS_SOCKET_H 1
  5483. | #define HAVE_SYS_TIME_H 1
  5484. | #define HAVE_SYS_TIMEB_H 1
  5485. | #define HAVE_SYS_VFS_H 1
  5486. | #define HAVE_TERMIOS_H 1
  5487. | #define HAVE_UNISTD_H 1
  5488. | #define HAVE_UTIME_H 1
  5489. | #define HAVE_WCHAR_H 1
  5490. | #define HAVE_WCTYPE_H 1
  5491. | #define HAVE_CDIO_ISO9660_H 1
  5492. | #define HAVE__BOOL 1
  5493. | #define HAVE_STDBOOL_H 1
  5494. | #define restrict __restrict
  5495. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  5496. | #define TIME_WITH_SYS_TIME 1
  5497. | /* end confdefs.h. */
  5498. | #ifndef __APPLE_CC__
  5499. | not a universal capable compiler
  5500. | #endif
  5501. | typedef int dummy;
  5502. |
  5503. configure:24056: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5504. configure:24056: $? = 0
  5505. configure:24074: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 conftest.c >&5
  5506. conftest.c: In function 'main':
  5507. conftest.c:181: error: 'not' undeclared (first use in this function)
  5508. conftest.c:181: error: (Each undeclared identifier is reported only once
  5509. conftest.c:181: error: for each function it appears in.)
  5510. conftest.c:181: error: expected ';' before 'big'
  5511. configure:24074: $? = 1
  5512. configure: failed program was:
  5513. | /* confdefs.h */
  5514. | #define PACKAGE_NAME "xbmc"
  5515. | #define PACKAGE_TARNAME "xbmc"
  5516. | #define PACKAGE_VERSION "11.0"
  5517. | #define PACKAGE_STRING "xbmc 11.0"
  5518. | #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  5519. | #define PACKAGE_URL ""
  5520. | #define PACKAGE "xbmc"
  5521. | #define VERSION "11.0"
  5522. | #define LIRC_DEVICE "/dev/lircd"
  5523. | #define STDC_HEADERS 1
  5524. | #define HAVE_SYS_TYPES_H 1
  5525. | #define HAVE_SYS_STAT_H 1
  5526. | #define HAVE_STDLIB_H 1
  5527. | #define HAVE_STRING_H 1
  5528. | #define HAVE_MEMORY_H 1
  5529. | #define HAVE_STRINGS_H 1
  5530. | #define HAVE_INTTYPES_H 1
  5531. | #define HAVE_STDINT_H 1
  5532. | #define HAVE_UNISTD_H 1
  5533. | #define HAVE_DLFCN_H 1
  5534. | #define LT_OBJDIR ".libs/"
  5535. | #define HAVE_ALLOCA_H 1
  5536. | #define HAVE_ALLOCA 1
  5537. | #define HAVE_UNISTD_H 1
  5538. | #define HAVE_CHOWN 1
  5539. | #define HAVE_DIRENT_H 1
  5540. | #define HAVE_FSEEKO 1
  5541. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5542. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5543. | #define TIME_WITH_SYS_TIME 1
  5544. | #define HAVE_SYS_TIME_H 1
  5545. | #define HAVE_UNISTD_H 1
  5546. | #define HAVE_STDLIB_H 1
  5547. | #define HAVE_SYS_PARAM_H 1
  5548. | #define HAVE_UTIME_H 1
  5549. | #define HAVE_ALARM 1
  5550. | #define HAVE_GETPAGESIZE 1
  5551. | #define HAVE_MMAP 1
  5552. | #define HAVE_SYS_SELECT_H 1
  5553. | #define HAVE_SYS_SOCKET_H 1
  5554. | #define SELECT_TYPE_ARG1 int
  5555. | #define SELECT_TYPE_ARG234 (fd_set *)
  5556. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5557. | #define RETSIGTYPE void
  5558. | #define HAVE_STRCOLL 1
  5559. | #define HAVE_STRFTIME 1
  5560. | #define HAVE_UTIME_NULL 1
  5561. | #define HAVE_VPRINTF 1
  5562. | #define HAVE_ATEXIT 1
  5563. | #define HAVE_DUP2 1
  5564. | #define HAVE_FDATASYNC 1
  5565. | #define HAVE_FTIME 1
  5566. | #define HAVE_FTRUNCATE 1
  5567. | #define HAVE_GETCWD 1
  5568. | #define HAVE_GETHOSTBYADDR 1
  5569. | #define HAVE_GETHOSTBYNAME 1
  5570. | #define HAVE_GETHOSTNAME 1
  5571. | #define HAVE_GETPAGESIZE 1
  5572. | #define HAVE_GETPASS 1
  5573. | #define HAVE_GETTIMEOFDAY 1
  5574. | #define HAVE_INET_NTOA 1
  5575. | #define HAVE_LCHOWN 1
  5576. | #define HAVE_LOCALECONV 1
  5577. | #define HAVE_MEMCHR 1
  5578. | #define HAVE_MEMMOVE 1
  5579. | #define HAVE_MEMSET 1
  5580. | #define HAVE_MKDIR 1
  5581. | #define HAVE_MODF 1
  5582. | #define HAVE_MUNMAP 1
  5583. | #define HAVE_RMDIR 1
  5584. | #define HAVE_SELECT 1
  5585. | #define HAVE_SETENV 1
  5586. | #define HAVE_SETLOCALE 1
  5587. | #define HAVE_SOCKET 1
  5588. | #define HAVE_STRCASECMP 1
  5589. | #define HAVE_STRCHR 1
  5590. | #define HAVE_STRCSPN 1
  5591. | #define HAVE_STRDUP 1
  5592. | #define HAVE_STRERROR 1
  5593. | #define HAVE_STRNCASECMP 1
  5594. | #define HAVE_STRPBRK 1
  5595. | #define HAVE_STRRCHR 1
  5596. | #define HAVE_STRSPN 1
  5597. | #define HAVE_STRSTR 1
  5598. | #define HAVE_STRTOL 1
  5599. | #define HAVE_STRTOUL 1
  5600. | #define HAVE_SYSINFO 1
  5601. | #define HAVE_TZSET 1
  5602. | #define HAVE_UTIME 1
  5603. | #define SIZEOF_INT 4
  5604. | #define SIZEOF_SIZE_T 4
  5605. | #define HAVE_INOTIFY 1
  5606. | #define HAVE_LIBGL 1
  5607. | #define HAVE_LIBGLEW 1
  5608. | #define HAVE_LIBGLU 1
  5609. | #define HAVE_LIBBZ2 1
  5610. | #define HAVE_LIBJPEG 1
  5611. | #define HAVE_LIBTIFF 1
  5612. | #define HAVE_LIBPTHREAD 1
  5613. | #define HAVE_LIBLZO2 1
  5614. | #define HAVE_LIBZ 1
  5615. | #define HAVE_LIBSSL 1
  5616. | #define HAVE_LIBCRYPTO 1
  5617. | #define HAVE_LIBMYSQLCLIENT 1
  5618. | #define HAVE_LIBSMBCLIENT 1
  5619. | #define HAVE_LIBBLUETOOTH 1
  5620. | #define HAVE_LIBYAJL 1
  5621. | #define HAVE_LIBBOOST_THREAD 1
  5622. | #define HAVE_LIBPCRE 1
  5623. | #define HAVE_LIBPCRECPP 1
  5624. | #define HAVE_LIBBLURAY 1
  5625. | #define HAVE_LIBSDL_MIXER 1
  5626. | #define HAVE_LIBDL 1
  5627. | #define HAVE_LIBRESOLV 1
  5628. | #define HAVE_LIBJASPER 1
  5629. | #define HAVE_LIBRT 1
  5630. | #define HAVE_LIBSDL_IMAGE 1
  5631. | #define HAVE_LIBMICROHTTPD 1
  5632. | #define HAS_DVD_DRIVE 1
  5633. | #define HAS_HAL 1
  5634. | #define HAVE_LIBAVAHI_COMMON 1
  5635. | #define HAVE_LIBAVAHI_CLIENT 1
  5636. | #define HAVE_LIBXRANDR 1
  5637. | #define HAVE_LIBRTMP_LOG_H 1
  5638. | #define HAVE_LIBRTMP_AMF_H 1
  5639. | #define HAVE_LIBRTMP_RTMP_H 1
  5640. | #define HAS_LIBRTMP 1
  5641. | #define HAVE_NFSC_LIBNFS_H 1
  5642. | #define HAVE_LIBNFS 1
  5643. | #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  5644. | #define HAVE_PYTHON "2.6"
  5645. | #define HAVE_LIBVDPAU /**/
  5646. | #define HAVE_LIBCRYSTALHD 2
  5647. | #define YAJL_MAJOR 1
  5648. | #define HAVE_DIRENT_H 1
  5649. | #define STDC_HEADERS 1
  5650. | #define HAVE_SYS_WAIT_H 1
  5651. | #define HAVE_ARPA_INET_H 1
  5652. | #define HAVE_FCNTL_H 1
  5653. | #define HAVE_FLOAT_H 1
  5654. | #define HAVE_INTTYPES_H 1
  5655. | #define HAVE_LIMITS_H 1
  5656. | #define HAVE_LOCALE_H 1
  5657. | #define HAVE_MALLOC_H 1
  5658. | #define HAVE_MEMORY_H 1
  5659. | #define HAVE_NETDB_H 1
  5660. | #define HAVE_NETINET_IN_H 1
  5661. | #define HAVE_STDDEF_H 1
  5662. | #define HAVE_STDINT_H 1
  5663. | #define HAVE_STDLIB_H 1
  5664. | #define HAVE_STRING_H 1
  5665. | #define HAVE_STRINGS_H 1
  5666. | #define HAVE_SYS_FILE_H 1
  5667. | #define HAVE_SYS_IOCTL_H 1
  5668. | #define HAVE_SYS_MOUNT_H 1
  5669. | #define HAVE_SYS_PARAM_H 1
  5670. | #define HAVE_SYS_SOCKET_H 1
  5671. | #define HAVE_SYS_TIME_H 1
  5672. | #define HAVE_SYS_TIMEB_H 1
  5673. | #define HAVE_SYS_VFS_H 1
  5674. | #define HAVE_TERMIOS_H 1
  5675. | #define HAVE_UNISTD_H 1
  5676. | #define HAVE_UTIME_H 1
  5677. | #define HAVE_WCHAR_H 1
  5678. | #define HAVE_WCTYPE_H 1
  5679. | #define HAVE_CDIO_ISO9660_H 1
  5680. | #define HAVE__BOOL 1
  5681. | #define HAVE_STDBOOL_H 1
  5682. | #define restrict __restrict
  5683. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  5684. | #define TIME_WITH_SYS_TIME 1
  5685. | /* end confdefs.h. */
  5686. | #include <sys/types.h>
  5687. | #include <sys/param.h>
  5688. |
  5689. | int
  5690. | main ()
  5691. | {
  5692. | #if BYTE_ORDER != BIG_ENDIAN
  5693. | not big endian
  5694. | #endif
  5695. |
  5696. | ;
  5697. | return 0;
  5698. | }
  5699. configure:24202: result: no
  5700. configure:24334: checking for ccache
  5701. configure:24352: found /usr/bin/ccache
  5702. configure:24365: result: /usr/bin/ccache
  5703. configure:24384: enabling ccache
  5704. configure:24408: == DVDCSS support enabled. ==
  5705. configure:24884: creating ./config.status
  5706. configure:27483: error: Submodule lib/libdvd/libdvdcss failed to configure
  5707.  
  5708. ## ---------------- ##
  5709. ## Cache variables. ##
  5710. ## ---------------- ##
  5711.  
  5712. ac_cv_build=i686-pc-linux-gnu
  5713. ac_cv_c_bigendian=no
  5714. ac_cv_c_compiler_gnu=yes
  5715. ac_cv_c_const=yes
  5716. ac_cv_c_inline=inline
  5717. ac_cv_c_int16_t=yes
  5718. ac_cv_c_int32_t=yes
  5719. ac_cv_c_int64_t=yes
  5720. ac_cv_c_int8_t=yes
  5721. ac_cv_c_restrict=__restrict
  5722. ac_cv_c_uint16_t=yes
  5723. ac_cv_c_uint32_t=yes
  5724. ac_cv_c_uint64_t=yes
  5725. ac_cv_c_uint8_t=yes
  5726. ac_cv_cxx_compiler_gnu=yes
  5727. ac_cv_env_ALSA_CFLAGS_set=
  5728. ac_cv_env_ALSA_CFLAGS_value=
  5729. ac_cv_env_ALSA_LIBS_set=
  5730. ac_cv_env_ALSA_LIBS_value=
  5731. ac_cv_env_CCC_set=
  5732. ac_cv_env_CCC_value=
  5733. ac_cv_env_CC_set=
  5734. ac_cv_env_CC_value=
  5735. ac_cv_env_CDIO_CFLAGS_set=
  5736. ac_cv_env_CDIO_CFLAGS_value=
  5737. ac_cv_env_CDIO_LIBS_set=
  5738. ac_cv_env_CDIO_LIBS_value=
  5739. ac_cv_env_CFLAGS_set=
  5740. ac_cv_env_CFLAGS_value=
  5741. ac_cv_env_CPPFLAGS_set=
  5742. ac_cv_env_CPPFLAGS_value=
  5743. ac_cv_env_CPP_set=
  5744. ac_cv_env_CPP_value=
  5745. ac_cv_env_CXXCPP_set=
  5746. ac_cv_env_CXXCPP_value=
  5747. ac_cv_env_CXXFLAGS_set=
  5748. ac_cv_env_CXXFLAGS_value=
  5749. ac_cv_env_CXX_set=
  5750. ac_cv_env_CXX_value=
  5751. ac_cv_env_DBUS_CFLAGS_set=
  5752. ac_cv_env_DBUS_CFLAGS_value=
  5753. ac_cv_env_DBUS_LIBS_set=
  5754. ac_cv_env_DBUS_LIBS_value=
  5755. ac_cv_env_ENCA_CFLAGS_set=
  5756. ac_cv_env_ENCA_CFLAGS_value=
  5757. ac_cv_env_ENCA_LIBS_set=
  5758. ac_cv_env_ENCA_LIBS_value=
  5759. ac_cv_env_FFMPEG_CFLAGS_set=
  5760. ac_cv_env_FFMPEG_CFLAGS_value=
  5761. ac_cv_env_FFMPEG_LIBS_set=
  5762. ac_cv_env_FFMPEG_LIBS_value=
  5763. ac_cv_env_FONTCONFIG_CFLAGS_set=
  5764. ac_cv_env_FONTCONFIG_CFLAGS_value=
  5765. ac_cv_env_FONTCONFIG_LIBS_set=
  5766. ac_cv_env_FONTCONFIG_LIBS_value=
  5767. ac_cv_env_FREETYPE2_CFLAGS_set=
  5768. ac_cv_env_FREETYPE2_CFLAGS_value=
  5769. ac_cv_env_FREETYPE2_LIBS_set=
  5770. ac_cv_env_FREETYPE2_LIBS_value=
  5771. ac_cv_env_FRIBIDI_CFLAGS_set=
  5772. ac_cv_env_FRIBIDI_CFLAGS_value=
  5773. ac_cv_env_FRIBIDI_LIBS_set=
  5774. ac_cv_env_FRIBIDI_LIBS_value=
  5775. ac_cv_env_HAL_CFLAGS_set=
  5776. ac_cv_env_HAL_CFLAGS_value=
  5777. ac_cv_env_HAL_LIBS_set=
  5778. ac_cv_env_HAL_LIBS_value=
  5779. ac_cv_env_HAL_STORAGE_CFLAGS_set=
  5780. ac_cv_env_HAL_STORAGE_CFLAGS_value=
  5781. ac_cv_env_HAL_STORAGE_LIBS_set=
  5782. ac_cv_env_HAL_STORAGE_LIBS_value=
  5783. ac_cv_env_LDFLAGS_set=
  5784. ac_cv_env_LDFLAGS_value=
  5785. ac_cv_env_LIBBLURAY_CFLAGS_set=
  5786. ac_cv_env_LIBBLURAY_CFLAGS_value=
  5787. ac_cv_env_LIBBLURAY_LIBS_set=
  5788. ac_cv_env_LIBBLURAY_LIBS_value=
  5789. ac_cv_env_LIBS_set=
  5790. ac_cv_env_LIBS_value=
  5791. ac_cv_env_PCRECPP_CFLAGS_set=
  5792. ac_cv_env_PCRECPP_CFLAGS_value=
  5793. ac_cv_env_PCRECPP_LIBS_set=
  5794. ac_cv_env_PCRECPP_LIBS_value=
  5795. ac_cv_env_PCRE_CFLAGS_set=
  5796. ac_cv_env_PCRE_CFLAGS_value=
  5797. ac_cv_env_PCRE_LIBS_set=
  5798. ac_cv_env_PCRE_LIBS_value=
  5799. ac_cv_env_PKG_CONFIG_set=
  5800. ac_cv_env_PKG_CONFIG_value=
  5801. ac_cv_env_PNG_CFLAGS_set=
  5802. ac_cv_env_PNG_CFLAGS_value=
  5803. ac_cv_env_PNG_LIBS_set=
  5804. ac_cv_env_PNG_LIBS_value=
  5805. ac_cv_env_PYTHON_VERSION_set=
  5806. ac_cv_env_PYTHON_VERSION_value=
  5807. ac_cv_env_SAMPLERATE_CFLAGS_set=
  5808. ac_cv_env_SAMPLERATE_CFLAGS_value=
  5809. ac_cv_env_SAMPLERATE_LIBS_set=
  5810. ac_cv_env_SAMPLERATE_LIBS_value=
  5811. ac_cv_env_SDL_CFLAGS_set=
  5812. ac_cv_env_SDL_CFLAGS_value=
  5813. ac_cv_env_SDL_LIBS_set=
  5814. ac_cv_env_SDL_LIBS_value=
  5815. ac_cv_env_SQLITE3_CFLAGS_set=
  5816. ac_cv_env_SQLITE3_CFLAGS_value=
  5817. ac_cv_env_SQLITE3_LIBS_set=
  5818. ac_cv_env_SQLITE3_LIBS_value=
  5819. ac_cv_env_XEXT_CFLAGS_set=
  5820. ac_cv_env_XEXT_CFLAGS_value=
  5821. ac_cv_env_XEXT_LIBS_set=
  5822. ac_cv_env_XEXT_LIBS_value=
  5823. ac_cv_env_XMU_CFLAGS_set=
  5824. ac_cv_env_XMU_CFLAGS_value=
  5825. ac_cv_env_XMU_LIBS_set=
  5826. ac_cv_env_XMU_LIBS_value=
  5827. ac_cv_env_XT_CFLAGS_set=
  5828. ac_cv_env_XT_CFLAGS_value=
  5829. ac_cv_env_XT_LIBS_set=
  5830. ac_cv_env_XT_LIBS_value=
  5831. ac_cv_env_build_alias_set=
  5832. ac_cv_env_build_alias_value=
  5833. ac_cv_env_host_alias_set=
  5834. ac_cv_env_host_alias_value=
  5835. ac_cv_env_target_alias_set=
  5836. ac_cv_env_target_alias_value=
  5837. ac_cv_func__doprnt=no
  5838. ac_cv_func_alarm=yes
  5839. ac_cv_func_alloca_works=yes
  5840. ac_cv_func_atexit=yes
  5841. ac_cv_func_chown_works=yes
  5842. ac_cv_func_closedir_void=no
  5843. ac_cv_func_dup2=yes
  5844. ac_cv_func_fdatasync=yes
  5845. ac_cv_func_floor=no
  5846. ac_cv_func_fs_stat_dev=no
  5847. ac_cv_func_ftime=yes
  5848. ac_cv_func_ftruncate=yes
  5849. ac_cv_func_getcwd=yes
  5850. ac_cv_func_gethostbyaddr=yes
  5851. ac_cv_func_gethostbyname=yes
  5852. ac_cv_func_gethostname=yes
  5853. ac_cv_func_getpagesize=yes
  5854. ac_cv_func_getpass=yes
  5855. ac_cv_func_gettimeofday=yes
  5856. ac_cv_func_inet_ntoa=yes
  5857. ac_cv_func_lchown=yes
  5858. ac_cv_func_localeconv=yes
  5859. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  5860. ac_cv_func_lstat_empty_string_bug=no
  5861. ac_cv_func_memchr=yes
  5862. ac_cv_func_memcmp_working=yes
  5863. ac_cv_func_memmove=yes
  5864. ac_cv_func_memset=yes
  5865. ac_cv_func_mkdir=yes
  5866. ac_cv_func_mmap_fixed_mapped=yes
  5867. ac_cv_func_modf=yes
  5868. ac_cv_func_munmap=yes
  5869. ac_cv_func_pow=no
  5870. ac_cv_func_rmdir=yes
  5871. ac_cv_func_select=yes
  5872. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  5873. ac_cv_func_setenv=yes
  5874. ac_cv_func_setlocale=yes
  5875. ac_cv_func_setvbuf_reversed=no
  5876. ac_cv_func_socket=yes
  5877. ac_cv_func_sqrt=no
  5878. ac_cv_func_stat_empty_string_bug=no
  5879. ac_cv_func_strcasecmp=yes
  5880. ac_cv_func_strchr=yes
  5881. ac_cv_func_strcoll_works=yes
  5882. ac_cv_func_strcspn=yes
  5883. ac_cv_func_strdup=yes
  5884. ac_cv_func_strerror=yes
  5885. ac_cv_func_strftime=yes
  5886. ac_cv_func_strncasecmp=yes
  5887. ac_cv_func_strpbrk=yes
  5888. ac_cv_func_strrchr=yes
  5889. ac_cv_func_strspn=yes
  5890. ac_cv_func_strstr=yes
  5891. ac_cv_func_strtod=yes
  5892. ac_cv_func_strtol=yes
  5893. ac_cv_func_strtoul=yes
  5894. ac_cv_func_sysinfo=yes
  5895. ac_cv_func_tzset=yes
  5896. ac_cv_func_utime=yes
  5897. ac_cv_func_utime_null=yes
  5898. ac_cv_func_vprintf=yes
  5899. ac_cv_func_working_mktime=yes
  5900. ac_cv_header_FLAC_stream_decoder_h=yes
  5901. ac_cv_header_OpenMAX_IL_OMX_Types_h=no
  5902. ac_cv_header_arpa_inet_h=yes
  5903. ac_cv_header_ass_ass_h=yes
  5904. ac_cv_header_boost_shared_ptr_hpp=yes
  5905. ac_cv_header_boost_thread_hpp=yes
  5906. ac_cv_header_cdio_iso9660_h=yes
  5907. ac_cv_header_curl_curl_h=yes
  5908. ac_cv_header_dirent_dirent_h=yes
  5909. ac_cv_header_dlfcn_h=yes
  5910. ac_cv_header_fcntl_h=yes
  5911. ac_cv_header_float_h=yes
  5912. ac_cv_header_inttypes_h=yes
  5913. ac_cv_header_jpeglib_h=yes
  5914. ac_cv_header_libcrystalhd_libcrystalhd_if_h=yes
  5915. ac_cv_header_libmodplug_modplug_h=yes
  5916. ac_cv_header_librtmp_amf_h=yes
  5917. ac_cv_header_librtmp_log_h=yes
  5918. ac_cv_header_librtmp_rtmp_h=yes
  5919. ac_cv_header_limits_h=yes
  5920. ac_cv_header_locale_h=yes
  5921. ac_cv_header_mad_h=yes
  5922. ac_cv_header_malloc_h=yes
  5923. ac_cv_header_memory_h=yes
  5924. ac_cv_header_mpeg2dec_mpeg2_h=yes
  5925. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  5926. ac_cv_header_netdb_h=yes
  5927. ac_cv_header_netinet_in_h=yes
  5928. ac_cv_header_nfsc_libnfs_h=yes
  5929. ac_cv_header_ogg_ogg_h=yes
  5930. ac_cv_header_samplerate_h=yes
  5931. ac_cv_header_stat_broken=no
  5932. ac_cv_header_stdbool_h=yes
  5933. ac_cv_header_stdc=yes
  5934. ac_cv_header_stddef_h=yes
  5935. ac_cv_header_stdint_h=yes
  5936. ac_cv_header_stdlib_h=yes
  5937. ac_cv_header_string_h=yes
  5938. ac_cv_header_strings_h=yes
  5939. ac_cv_header_sys_file_h=yes
  5940. ac_cv_header_sys_inotify_h=yes
  5941. ac_cv_header_sys_ioctl_h=yes
  5942. ac_cv_header_sys_mount_h=yes
  5943. ac_cv_header_sys_param_h=yes
  5944. ac_cv_header_sys_select_h=yes
  5945. ac_cv_header_sys_socket_h=yes
  5946. ac_cv_header_sys_stat_h=yes
  5947. ac_cv_header_sys_time_h=yes
  5948. ac_cv_header_sys_timeb_h=yes
  5949. ac_cv_header_sys_types_h=yes
  5950. ac_cv_header_sys_vfs_h=yes
  5951. ac_cv_header_sys_wait_h=yes
  5952. ac_cv_header_termios_h=yes
  5953. ac_cv_header_time=yes
  5954. ac_cv_header_unistd_h=yes
  5955. ac_cv_header_utime_h=yes
  5956. ac_cv_header_vdpau_vdpau_h=yes
  5957. ac_cv_header_vorbis_vorbisenc_h=yes
  5958. ac_cv_header_vorbis_vorbisfile_h=yes
  5959. ac_cv_header_wchar_h=yes
  5960. ac_cv_header_wctype_h=yes
  5961. ac_cv_header_yajl_yajl_version_h=no
  5962. ac_cv_host=i686-pc-linux-gnu
  5963. ac_cv_lib_GLEW_main=yes
  5964. ac_cv_lib_GLU_main=yes
  5965. ac_cv_lib_GL_main=yes
  5966. ac_cv_lib_SDL_image_main=yes
  5967. ac_cv_lib_SDL_mixer_main=yes
  5968. ac_cv_lib_Xrandr_main=yes
  5969. ac_cv_lib_avahi_client_main=yes
  5970. ac_cv_lib_avahi_common_main=yes
  5971. ac_cv_lib_bluetooth_hci_devid=yes
  5972. ac_cv_lib_boost_thread_main=yes
  5973. ac_cv_lib_bz2_main=yes
  5974. ac_cv_lib_crypto_main=yes
  5975. ac_cv_lib_dl_main=yes
  5976. ac_cv_lib_error_at_line=yes
  5977. ac_cv_lib_jasper_main=yes
  5978. ac_cv_lib_jpeg_main=yes
  5979. ac_cv_lib_lzo2_main=yes
  5980. ac_cv_lib_microhttpd_main=yes
  5981. ac_cv_lib_mysqlclient_main=yes
  5982. ac_cv_lib_pthread_main=yes
  5983. ac_cv_lib_resolv_main=yes
  5984. ac_cv_lib_rt_clock_gettime=yes
  5985. ac_cv_lib_smbclient_main=yes
  5986. ac_cv_lib_ssh_sftp_tell64=no
  5987. ac_cv_lib_ssl_main=yes
  5988. ac_cv_lib_tiff_main=yes
  5989. ac_cv_lib_va_main=no
  5990. ac_cv_lib_yajl_main=yes
  5991. ac_cv_lib_z_main=yes
  5992. ac_cv_member_struct_stat_st_rdev=yes
  5993. ac_cv_objext=o
  5994. ac_cv_path_CCACHE=/usr/bin/ccache
  5995. ac_cv_path_EGREP='/bin/grep -E'
  5996. ac_cv_path_FGREP='/bin/grep -F'
  5997. ac_cv_path_GREP=/bin/grep
  5998. ac_cv_path_PYTHON=/usr/bin/python
  5999. ac_cv_path_SED=/bin/sed
  6000. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  6001. ac_cv_path_install='/usr/bin/install -c'
  6002. ac_cv_path_mkdir=/bin/mkdir
  6003. ac_cv_prog_AWK=gawk
  6004. ac_cv_prog_CPP='gcc -E'
  6005. ac_cv_prog_CXXCPP='g++ -E'
  6006. ac_cv_prog_HAVE_CMAKE=yes
  6007. ac_cv_prog_HAVE_GAWK=yes
  6008. ac_cv_prog_HAVE_GIT=yes
  6009. ac_cv_prog_HAVE_GPERF=yes
  6010. ac_cv_prog_HAVE_NASM=yes
  6011. ac_cv_prog_HAVE_UNZIP=yes
  6012. ac_cv_prog_HAVE_ZIP=yes
  6013. ac_cv_prog_MYSQL_CONFIG=yes
  6014. ac_cv_prog_ac_ct_AR=ar
  6015. ac_cv_prog_ac_ct_CC=gcc
  6016. ac_cv_prog_ac_ct_CXX=g++
  6017. ac_cv_prog_ac_ct_OBJDUMP=objdump
  6018. ac_cv_prog_ac_ct_RANLIB=ranlib
  6019. ac_cv_prog_ac_ct_STRIP=strip
  6020. ac_cv_prog_cc_c89=
  6021. ac_cv_prog_cc_g=yes
  6022. ac_cv_prog_cxx_g=yes
  6023. ac_cv_prog_gcc_traditional=no
  6024. ac_cv_prog_make_make_set=yes
  6025. ac_cv_search_opendir='none required'
  6026. ac_cv_sizeof_int=4
  6027. ac_cv_sizeof_size_t=4
  6028. ac_cv_struct_tm=time.h
  6029. ac_cv_sys_largefile_source=no
  6030. ac_cv_type__Bool=yes
  6031. ac_cv_type_mode_t=yes
  6032. ac_cv_type_off_t=yes
  6033. ac_cv_type_pid_t=yes
  6034. ac_cv_type_signal=void
  6035. ac_cv_type_size_t=yes
  6036. ac_cv_type_ssize_t=yes
  6037. ac_cv_type_uid_t=yes
  6038. ac_cv_working_alloca_h=yes
  6039. am_cv_CC_dependencies_compiler_type=none
  6040. am_cv_CXX_dependencies_compiler_type=none
  6041. lt_cv_deplibs_check_method=pass_all
  6042. lt_cv_file_magic_cmd='$MAGIC_CMD'
  6043. lt_cv_file_magic_test_file=
  6044. lt_cv_ld_reload_flag=-r
  6045. lt_cv_nm_interface='BSD nm'
  6046. lt_cv_objdir=.libs
  6047. lt_cv_path_LD=/usr/bin/ld
  6048. lt_cv_path_LDCXX=/usr/bin/ld
  6049. lt_cv_path_NM='/usr/bin/nm -B'
  6050. lt_cv_prog_compiler_c_o=yes
  6051. lt_cv_prog_compiler_c_o_CXX=yes
  6052. lt_cv_prog_compiler_pic_works=yes
  6053. lt_cv_prog_compiler_pic_works_CXX=yes
  6054. lt_cv_prog_compiler_rtti_exceptions=no
  6055. lt_cv_prog_compiler_static_works=yes
  6056. lt_cv_prog_compiler_static_works_CXX=yes
  6057. lt_cv_prog_gnu_ld=yes
  6058. lt_cv_prog_gnu_ldcxx=yes
  6059. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  6060. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  6061. 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'\'''
  6062. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  6063. lt_cv_sys_max_cmd_len=1572864
  6064. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  6065. pkg_cv_ALSA_LIBS='-lasound '
  6066. pkg_cv_CDIO_CFLAGS=' '
  6067. pkg_cv_CDIO_LIBS='-lcdio -lm '
  6068. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6069. pkg_cv_DBUS_LIBS='-L/lib -ldbus-1 -lpthread -lrt '
  6070. pkg_cv_ENCA_CFLAGS=' '
  6071. pkg_cv_ENCA_LIBS='-lenca -lm '
  6072. pkg_cv_FONTCONFIG_CFLAGS=' '
  6073. pkg_cv_FONTCONFIG_LIBS='-lfontconfig '
  6074. pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  6075. pkg_cv_FREETYPE2_LIBS='-lfreetype '
  6076. pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  6077. pkg_cv_FRIBIDI_LIBS='-lfribidi '
  6078. 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 '
  6079. pkg_cv_HAL_LIBS='-L/lib -lhal -ldbus-1 -lpthread -lrt '
  6080. 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 '
  6081. pkg_cv_HAL_STORAGE_LIBS='-L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt '
  6082. pkg_cv_LIBBLURAY_CFLAGS=' '
  6083. pkg_cv_LIBBLURAY_LIBS='-lbluray '
  6084. pkg_cv_PCRECPP_CFLAGS=' '
  6085. pkg_cv_PCRECPP_LIBS='-lpcre -lpcrecpp '
  6086. pkg_cv_PCRE_CFLAGS=' '
  6087. pkg_cv_PCRE_LIBS='-lpcre '
  6088. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng12 '
  6089. pkg_cv_PNG_LIBS='-lpng12 '
  6090. pkg_cv_SAMPLERATE_CFLAGS=' '
  6091. pkg_cv_SAMPLERATE_LIBS='-lsamplerate '
  6092. pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  6093. pkg_cv_SDL_LIBS='-lSDL '
  6094. pkg_cv_SQLITE3_CFLAGS=' '
  6095. pkg_cv_SQLITE3_LIBS='-lsqlite3 '
  6096. pkg_cv_XEXT_CFLAGS=' '
  6097. pkg_cv_XEXT_LIBS='-lXext '
  6098. pkg_cv_XMU_CFLAGS=' '
  6099. pkg_cv_XMU_LIBS='-lXmu '
  6100. pkg_cv_XT_CFLAGS=' '
  6101. pkg_cv_XT_LIBS='-lXt '
  6102.  
  6103. ## ----------------- ##
  6104. ## Output variables. ##
  6105. ## ----------------- ##
  6106.  
  6107. ACLOCAL='${SHELL} /root/setup/xbmc/build-aux/missing --run aclocal-1.11'
  6108. ALLOCA=''
  6109. ALSA_CFLAGS='-I/usr/include/alsa '
  6110. ALSA_LIBS='-lasound '
  6111. AMDEPBACKSLASH='\'
  6112. AMDEP_FALSE='#'
  6113. AMDEP_TRUE=''
  6114. AMTAR='${SHELL} /root/setup/xbmc/build-aux/missing --run tar'
  6115. AR='ar'
  6116. ARCH='i486-linux'
  6117. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  6118. ASS_SONAME='libass.so.4'
  6119. AUTOCONF='${SHELL} /root/setup/xbmc/build-aux/missing --run autoconf'
  6120. AUTOHEADER='${SHELL} /root/setup/xbmc/build-aux/missing --run autoheader'
  6121. AUTOMAKE='${SHELL} /root/setup/xbmc/build-aux/missing --run automake-1.11'
  6122. AWK='gawk'
  6123. BLURAY_SONAME='libbluray.so.0'
  6124. BUILD_DVDCSS='1'
  6125. CC='/usr/bin/ccache gcc'
  6126. CCACHE='/usr/bin/ccache'
  6127. CCDEPMODE='depmode=none'
  6128. CDIO_CFLAGS=' '
  6129. CDIO_LIBS='-lcdio -lm '
  6130. CFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
  6131. CPP='gcc -E'
  6132. CPPFLAGS=''
  6133. CRYSTALHD_SONAME='libcrystalhd.so.3'
  6134. CURL_SONAME='libcurl-gnutls.so.4'
  6135. CXX='/usr/bin/ccache g++'
  6136. CXXCPP='g++ -E'
  6137. CXXDEPMODE='depmode=none'
  6138. CXXFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
  6139. CYGPATH_W='echo'
  6140. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6141. DBUS_LIBS='-L/lib -ldbus-1 -lpthread -lrt '
  6142. DEFS='-DHAVE_CONFIG_H'
  6143. DEPDIR='.deps'
  6144. DISABLE_GOOM='1'
  6145. DSYMUTIL=''
  6146. DUMPBIN=''
  6147. ECHO_C=''
  6148. ECHO_N='-n'
  6149. ECHO_T=''
  6150. EGREP='/bin/grep -E'
  6151. ENCA_CFLAGS=' '
  6152. ENCA_LIBS='-lenca -lm '
  6153. EXEEXT=''
  6154. FFMPEG_CFLAGS=''
  6155. FFMPEG_LIBS=''
  6156. FGREP='/bin/grep -F'
  6157. FLAC_SONAME='libFLAC.so.8'
  6158. FONTCONFIG_CFLAGS=' '
  6159. FONTCONFIG_LIBS='-lfontconfig '
  6160. FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  6161. FREETYPE2_LIBS='-lfreetype '
  6162. FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  6163. FRIBIDI_LIBS='-lfribidi '
  6164. GREP='/bin/grep'
  6165. HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  6166. HAL_LIBS='-L/lib -lhal -ldbus-1 -lpthread -lrt '
  6167. 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 '
  6168. HAL_STORAGE_LIBS='-L/lib -lhal-storage -lhal -ldbus-1 -lpthread -lrt '
  6169. HAVE_CMAKE='yes'
  6170. HAVE_FPC=''
  6171. HAVE_GAWK='yes'
  6172. HAVE_GDC=''
  6173. HAVE_GIT='yes'
  6174. HAVE_GPERF='yes'
  6175. HAVE_LIBBLURAY='1'
  6176. HAVE_NASM='yes'
  6177. HAVE_UNZIP='yes'
  6178. HAVE_XBMC_NONFREE='1'
  6179. HAVE_ZIP='yes'
  6180. INCLUDES=' -I$(abs_top_srcdir) -I/usr/include/mysql -I/usr/include/fribidi -I/usr/include/libpng12 -I/usr/include/freetype2 -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 '
  6181. INSTALL_DATA='${INSTALL} -m 644'
  6182. INSTALL_PROGRAM='${INSTALL}'
  6183. INSTALL_SCRIPT='${INSTALL}'
  6184. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6185. LD='/usr/bin/ld'
  6186. LDFLAGS=''
  6187. LIBASS_BASENAME=''
  6188. LIBBLURAY_CFLAGS=' '
  6189. LIBBLURAY_LIBS='-lbluray '
  6190. LIBCURL_BASENAME=''
  6191. LIBFLAC_BASENAME=''
  6192. LIBMAD_BASENAME=''
  6193. LIBMEPG2_BASENAME=''
  6194. LIBMODPLUG_BASENAME=''
  6195. LIBOBJS=''
  6196. LIBOGG_BASENAME=''
  6197. LIBS='-lXrandr -lavahi-client -lavahi-common -lmicrohttpd -lSDL_image -lrt -ljasper -lresolv -ldl -lSDL_mixer -lboost_thread -lyajl -lbluetooth -lsmbclient -lmysqlclient -lcrypto -lssl -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lGLU -lGLEW -lGL -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient -lfontconfig -lfribidi -lsqlite3 -lpng12 -lpcre -lpcre -lpcrecpp -lcdio -lm -lsamplerate -lfreetype -lasound -lenca -lm -lXt -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 '
  6198. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  6199. LIBVORBISENC_BASENAME=''
  6200. LIBVORBISFILE_BASENAME=''
  6201. LIBVORBIS_BASENAME=''
  6202. LIPO=''
  6203. LN_S='ln -s'
  6204. LTLIBOBJS=''
  6205. MAD_SONAME='libmad.so.0'
  6206. MAKEINFO='${SHELL} /root/setup/xbmc/build-aux/missing --run makeinfo'
  6207. MKDIR_P='/bin/mkdir -p'
  6208. MODPLUG_SONAME='libmodplug.so.1'
  6209. MPEG2_SONAME='libmpeg2.so.0'
  6210. MYSQL_CONFIG='yes'
  6211. MYSQL_LIBS='-Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient'
  6212. NFS_SONAME='libnfs.so.1'
  6213. NM='/usr/bin/nm -B'
  6214. NMEDIT=''
  6215. OBJDUMP='objdump'
  6216. OBJEXT='o'
  6217. OGG_SONAME='libogg.so.0'
  6218. OTOOL64=''
  6219. OTOOL=''
  6220. OUTPUT_FILES='Makefile Makefile.include addons/skin.confluence/media/Makefile xbmc/Makefile xbmc/cdrip/Makefile xbmc/cores/Makefile xbmc/cores/VideoRenderers/Makefile xbmc/cores/dvdplayer/Makefile lib/Makefile lib/libdvd/Makefile xbmc/cores/DllLoader/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 lib/timidity/Makefile lib/xbadpcm/Makefile lib/asap/Makefile lib/nosefart/Makefile lib/libsidplay2/Makefile lib/vgmstream/Makefile lib/snesapu/SNES/SNESAPU/Makefile lib/stsound/StSoundLibrary/Makefile xbmc/cores/playercorefactory/Makefile xbmc/music/karaoke/Makefile xbmc/osx/Makefile xbmc/guilib/Makefile xbmc/interfaces/Makefile xbmc/network/Makefile lib/libRTV/Makefile lib/libexif/Makefile lib/libXDAAP/Makefile lib/cmyth/Makefile lib/libhdhomerun/Makefile lib/libsquish/Makefile lib/libid3tag/Makefile lib/cximage-6.0/Makefile lib/addons/script.module.pil/Makefile xbmc/interfaces/python/Makefile xbmc/interfaces/python/xbmcmodule/Makefile 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 tools/Linux/xbmc.sh tools/Linux/xbmc-standalone.sh tools/TexturePacker/Makefile tools/EventClients/Clients/OSXRemote/Makefile .dummy'
  6221. PACKAGE='xbmc'
  6222. PACKAGE_BUGREPORT='http://trac.xbmc.org'
  6223. PACKAGE_NAME='xbmc'
  6224. PACKAGE_STRING='xbmc 11.0'
  6225. PACKAGE_TARNAME='xbmc'
  6226. PACKAGE_URL=''
  6227. PACKAGE_VERSION='11.0'
  6228. PATH_SEPARATOR=':'
  6229. PCRECPP_CFLAGS=' '
  6230. PCRECPP_LIBS='-lpcre -lpcrecpp '
  6231. PCRE_CFLAGS=' '
  6232. PCRE_LIBS='-lpcre '
  6233. PKG_CONFIG='/usr/bin/pkg-config'
  6234. PNG_CFLAGS='-I/usr/include/libpng12 '
  6235. PNG_LIBS='-lpng12 '
  6236. POW_LIB=''
  6237. PYTHON='/usr/bin/python'
  6238. PYTHON_CPPFLAGS='-I/usr/include/python2.6'
  6239. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
  6240. PYTHON_EXTRA_LIBS='-lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil'
  6241. PYTHON_LDFLAGS='-L/usr/lib -lpython2.6'
  6242. PYTHON_SITE_PKG='/usr/lib/python2.6/dist-packages'
  6243. PYTHON_VERSION='2.6'
  6244. RANLIB='ranlib'
  6245. RTMP_SONAME='librtmp.so.0'
  6246. SAMPLERATE_CFLAGS=' '
  6247. SAMPLERATE_LIBS='-lsamplerate '
  6248. SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
  6249. SDL_DEFINES=' -DHAS_SDL_JOYSTICK -D'\''GIT_REV="20110629-f0dd68e"'\'''
  6250. SDL_LIBS='-lSDL '
  6251. SED='/bin/sed'
  6252. SET_MAKE=''
  6253. SHELL='/bin/bash'
  6254. SQLITE3_CFLAGS=' '
  6255. SQLITE3_LIBS='-lsqlite3 '
  6256. STRIP='strip'
  6257. SYSROOT=''
  6258. USE_ASAP_CODEC='0'
  6259. USE_CRYSTALHD='1'
  6260. USE_EXTERNAL_FFMPEG='0'
  6261. USE_LIBNFS='1'
  6262. USE_OPENGL='1'
  6263. USE_OPENGLES='0'
  6264. USE_OPENMAX='0'
  6265. USE_PULSE='0'
  6266. USE_TEXTUREPACKER='1'
  6267. USE_TEXTUREPACKER_NATIVE='0'
  6268. USE_TEXTUREPACKER_NATIVE_ROOT=''
  6269. USE_VAAPI='0'
  6270. USE_VDA='0'
  6271. USE_VDPAU='1'
  6272. USE_XRANDR='1'
  6273. VERSION='11.0'
  6274. VORBISENC_SONAME='libvorbisenc.so.2'
  6275. VORBISFILE_SONAME='libvorbisfile.so.3'
  6276. VORBIS_SONAME='libvorbis.so.0'
  6277. XEXT_CFLAGS=' '
  6278. XEXT_LIBS='-lXext '
  6279. XMU_CFLAGS=' '
  6280. XMU_LIBS='-lXmu '
  6281. XT_CFLAGS=' '
  6282. XT_LIBS='-lXt '
  6283. ac_ct_CC='gcc'
  6284. ac_ct_CXX='g++'
  6285. ac_ct_DUMPBIN=''
  6286. am__EXEEXT_FALSE=''
  6287. am__EXEEXT_TRUE='#'
  6288. am__fastdepCC_FALSE=''
  6289. am__fastdepCC_TRUE='#'
  6290. am__fastdepCXX_FALSE=''
  6291. am__fastdepCXX_TRUE='#'
  6292. am__include='include'
  6293. am__isrc=''
  6294. am__leading_dot='.'
  6295. am__quote=''
  6296. am__tar='${AMTAR} chof - "$$tardir"'
  6297. am__untar='${AMTAR} xf -'
  6298. bindir='${exec_prefix}/bin'
  6299. build='i686-pc-linux-gnu'
  6300. build_alias=''
  6301. build_cpu='i686'
  6302. build_os='linux-gnu'
  6303. build_vendor='pc'
  6304. datadir='${datarootdir}'
  6305. datarootdir='${prefix}/share'
  6306. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6307. dvidir='${docdir}'
  6308. exec_prefix='${prefix}'
  6309. host='i686-pc-linux-gnu'
  6310. host_alias=''
  6311. host_cpu='i686'
  6312. host_os='linux-gnu'
  6313. host_vendor='pc'
  6314. htmldir='${docdir}'
  6315. includedir='${prefix}/include'
  6316. infodir='${datarootdir}/info'
  6317. install_sh='${SHELL} /root/setup/xbmc/build-aux/install-sh'
  6318. libdir='${exec_prefix}/lib'
  6319. libexecdir='${exec_prefix}/libexec'
  6320. localedir='${datarootdir}/locale'
  6321. localstatedir='${prefix}/var'
  6322. lt_ECHO='echo'
  6323. mandir='${datarootdir}/man'
  6324. mkdir_p='/bin/mkdir -p'
  6325. oldincludedir='/usr/include'
  6326. pdfdir='${docdir}'
  6327. prefix='/usr'
  6328. program_transform_name='s,x,x,'
  6329. psdir='${docdir}'
  6330. sbindir='${exec_prefix}/sbin'
  6331. sharedstatedir='${prefix}/com'
  6332. sysconfdir='${prefix}/etc'
  6333. target_alias=''
  6334.  
  6335. ## ------------------- ##
  6336. ## File substitutions. ##
  6337. ## ------------------- ##
  6338.  
  6339. XBMC_STANDALONE_SH_PULSE='/dev/null'
  6340.  
  6341. ## ----------- ##
  6342. ## confdefs.h. ##
  6343. ## ----------- ##
  6344.  
  6345. /* confdefs.h */
  6346. #define PACKAGE_NAME "xbmc"
  6347. #define PACKAGE_TARNAME "xbmc"
  6348. #define PACKAGE_VERSION "11.0"
  6349. #define PACKAGE_STRING "xbmc 11.0"
  6350. #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
  6351. #define PACKAGE_URL ""
  6352. #define PACKAGE "xbmc"
  6353. #define VERSION "11.0"
  6354. #define LIRC_DEVICE "/dev/lircd"
  6355. #define STDC_HEADERS 1
  6356. #define HAVE_SYS_TYPES_H 1
  6357. #define HAVE_SYS_STAT_H 1
  6358. #define HAVE_STDLIB_H 1
  6359. #define HAVE_STRING_H 1
  6360. #define HAVE_MEMORY_H 1
  6361. #define HAVE_STRINGS_H 1
  6362. #define HAVE_INTTYPES_H 1
  6363. #define HAVE_STDINT_H 1
  6364. #define HAVE_UNISTD_H 1
  6365. #define HAVE_DLFCN_H 1
  6366. #define LT_OBJDIR ".libs/"
  6367. #define HAVE_ALLOCA_H 1
  6368. #define HAVE_ALLOCA 1
  6369. #define HAVE_UNISTD_H 1
  6370. #define HAVE_CHOWN 1
  6371. #define HAVE_DIRENT_H 1
  6372. #define HAVE_FSEEKO 1
  6373. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6374. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6375. #define TIME_WITH_SYS_TIME 1
  6376. #define HAVE_SYS_TIME_H 1
  6377. #define HAVE_UNISTD_H 1
  6378. #define HAVE_STDLIB_H 1
  6379. #define HAVE_SYS_PARAM_H 1
  6380. #define HAVE_UTIME_H 1
  6381. #define HAVE_ALARM 1
  6382. #define HAVE_GETPAGESIZE 1
  6383. #define HAVE_MMAP 1
  6384. #define HAVE_SYS_SELECT_H 1
  6385. #define HAVE_SYS_SOCKET_H 1
  6386. #define SELECT_TYPE_ARG1 int
  6387. #define SELECT_TYPE_ARG234 (fd_set *)
  6388. #define SELECT_TYPE_ARG5 (struct timeval *)
  6389. #define RETSIGTYPE void
  6390. #define HAVE_STRCOLL 1
  6391. #define HAVE_STRFTIME 1
  6392. #define HAVE_UTIME_NULL 1
  6393. #define HAVE_VPRINTF 1
  6394. #define HAVE_ATEXIT 1
  6395. #define HAVE_DUP2 1
  6396. #define HAVE_FDATASYNC 1
  6397. #define HAVE_FTIME 1
  6398. #define HAVE_FTRUNCATE 1
  6399. #define HAVE_GETCWD 1
  6400. #define HAVE_GETHOSTBYADDR 1
  6401. #define HAVE_GETHOSTBYNAME 1
  6402. #define HAVE_GETHOSTNAME 1
  6403. #define HAVE_GETPAGESIZE 1
  6404. #define HAVE_GETPASS 1
  6405. #define HAVE_GETTIMEOFDAY 1
  6406. #define HAVE_INET_NTOA 1
  6407. #define HAVE_LCHOWN 1
  6408. #define HAVE_LOCALECONV 1
  6409. #define HAVE_MEMCHR 1
  6410. #define HAVE_MEMMOVE 1
  6411. #define HAVE_MEMSET 1
  6412. #define HAVE_MKDIR 1
  6413. #define HAVE_MODF 1
  6414. #define HAVE_MUNMAP 1
  6415. #define HAVE_RMDIR 1
  6416. #define HAVE_SELECT 1
  6417. #define HAVE_SETENV 1
  6418. #define HAVE_SETLOCALE 1
  6419. #define HAVE_SOCKET 1
  6420. #define HAVE_STRCASECMP 1
  6421. #define HAVE_STRCHR 1
  6422. #define HAVE_STRCSPN 1
  6423. #define HAVE_STRDUP 1
  6424. #define HAVE_STRERROR 1
  6425. #define HAVE_STRNCASECMP 1
  6426. #define HAVE_STRPBRK 1
  6427. #define HAVE_STRRCHR 1
  6428. #define HAVE_STRSPN 1
  6429. #define HAVE_STRSTR 1
  6430. #define HAVE_STRTOL 1
  6431. #define HAVE_STRTOUL 1
  6432. #define HAVE_SYSINFO 1
  6433. #define HAVE_TZSET 1
  6434. #define HAVE_UTIME 1
  6435. #define SIZEOF_INT 4
  6436. #define SIZEOF_SIZE_T 4
  6437. #define HAVE_INOTIFY 1
  6438. #define HAVE_LIBGL 1
  6439. #define HAVE_LIBGLEW 1
  6440. #define HAVE_LIBGLU 1
  6441. #define HAVE_LIBBZ2 1
  6442. #define HAVE_LIBJPEG 1
  6443. #define HAVE_LIBTIFF 1
  6444. #define HAVE_LIBPTHREAD 1
  6445. #define HAVE_LIBLZO2 1
  6446. #define HAVE_LIBZ 1
  6447. #define HAVE_LIBSSL 1
  6448. #define HAVE_LIBCRYPTO 1
  6449. #define HAVE_LIBMYSQLCLIENT 1
  6450. #define HAVE_LIBSMBCLIENT 1
  6451. #define HAVE_LIBBLUETOOTH 1
  6452. #define HAVE_LIBYAJL 1
  6453. #define HAVE_LIBBOOST_THREAD 1
  6454. #define HAVE_LIBPCRE 1
  6455. #define HAVE_LIBPCRECPP 1
  6456. #define HAVE_LIBBLURAY 1
  6457. #define HAVE_LIBSDL_MIXER 1
  6458. #define HAVE_LIBDL 1
  6459. #define HAVE_LIBRESOLV 1
  6460. #define HAVE_LIBJASPER 1
  6461. #define HAVE_LIBRT 1
  6462. #define HAVE_LIBSDL_IMAGE 1
  6463. #define HAVE_LIBMICROHTTPD 1
  6464. #define HAS_DVD_DRIVE 1
  6465. #define HAS_HAL 1
  6466. #define HAVE_LIBAVAHI_COMMON 1
  6467. #define HAVE_LIBAVAHI_CLIENT 1
  6468. #define HAVE_LIBXRANDR 1
  6469. #define HAVE_LIBRTMP_LOG_H 1
  6470. #define HAVE_LIBRTMP_AMF_H 1
  6471. #define HAVE_LIBRTMP_RTMP_H 1
  6472. #define HAS_LIBRTMP 1
  6473. #define HAVE_NFSC_LIBNFS_H 1
  6474. #define HAVE_LIBNFS 1
  6475. #define PIX_FMT_VDPAU_MPEG4_IN_AVUTIL 1
  6476. #define HAVE_PYTHON "2.6"
  6477. #define HAVE_LIBVDPAU /**/
  6478. #define HAVE_LIBCRYSTALHD 2
  6479. #define YAJL_MAJOR 1
  6480. #define HAVE_DIRENT_H 1
  6481. #define STDC_HEADERS 1
  6482. #define HAVE_SYS_WAIT_H 1
  6483. #define HAVE_ARPA_INET_H 1
  6484. #define HAVE_FCNTL_H 1
  6485. #define HAVE_FLOAT_H 1
  6486. #define HAVE_INTTYPES_H 1
  6487. #define HAVE_LIMITS_H 1
  6488. #define HAVE_LOCALE_H 1
  6489. #define HAVE_MALLOC_H 1
  6490. #define HAVE_MEMORY_H 1
  6491. #define HAVE_NETDB_H 1
  6492. #define HAVE_NETINET_IN_H 1
  6493. #define HAVE_STDDEF_H 1
  6494. #define HAVE_STDINT_H 1
  6495. #define HAVE_STDLIB_H 1
  6496. #define HAVE_STRING_H 1
  6497. #define HAVE_STRINGS_H 1
  6498. #define HAVE_SYS_FILE_H 1
  6499. #define HAVE_SYS_IOCTL_H 1
  6500. #define HAVE_SYS_MOUNT_H 1
  6501. #define HAVE_SYS_PARAM_H 1
  6502. #define HAVE_SYS_SOCKET_H 1
  6503. #define HAVE_SYS_TIME_H 1
  6504. #define HAVE_SYS_TIMEB_H 1
  6505. #define HAVE_SYS_VFS_H 1
  6506. #define HAVE_TERMIOS_H 1
  6507. #define HAVE_UNISTD_H 1
  6508. #define HAVE_UTIME_H 1
  6509. #define HAVE_WCHAR_H 1
  6510. #define HAVE_WCTYPE_H 1
  6511. #define HAVE_CDIO_ISO9660_H 1
  6512. #define HAVE__BOOL 1
  6513. #define HAVE_STDBOOL_H 1
  6514. #define restrict __restrict
  6515. #define HAVE_STRUCT_STAT_ST_RDEV 1
  6516. #define TIME_WITH_SYS_TIME 1
  6517. #define HAVE_XBMC_NONFREE 1
  6518.  
  6519. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement