Advertisement
Guest User

Untitled

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