Advertisement
Guest User

config.log

a guest
Feb 19th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 339.83 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 kodi configure 14.9.701, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --disable-gl --enable-gles --with-platform=raspberry-pi --disable-x11 --disable-vaapi --disable-vdpau --enable-player=omxplayer --disable-avahi --enable-libcec
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = raspberrypi
  14. uname -m = armv7l
  15. uname -r = 3.18.5-v7+
  16. uname -s = Linux
  17. uname -v = #225 SMP PREEMPT Fri Jan 30 18:53:55 GMT 2015
  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/local/games
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:3969: checking for a BSD-compatible install
  45. configure:4037: result: /usr/bin/install -c
  46. configure:4048: checking whether build environment is sane
  47. configure:4098: result: yes
  48. configure:4239: checking for a thread-safe mkdir -p
  49. configure:4278: result: /bin/mkdir -p
  50. configure:4291: checking for gawk
  51. configure:4307: found /usr/bin/gawk
  52. configure:4318: result: gawk
  53. configure:4329: checking whether make sets $(MAKE)
  54. configure:4351: result: yes
  55. configure:4435: checking build system type
  56. configure:4449: result: armv7l-unknown-linux-gnueabihf
  57. configure:4469: checking host system type
  58. configure:4482: result: armv7l-unknown-linux-gnueabihf
  59. configure:4559: checking for git
  60. configure:4575: found /usr/bin/git
  61. configure:4587: result: yes
  62. configure:5180: checking for gcc
  63. configure:5196: found /usr/bin/gcc
  64. configure:5207: result: gcc
  65. configure:5436: checking for C compiler version
  66. configure:5445: gcc --version >&5
  67. gcc (Debian 4.6.3-14+rpi1) 4.6.3
  68. Copyright (C) 2011 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:5456: $? = 0
  73. configure:5445: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  77. Target: arm-linux-gnueabihf
  78. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  79. Thread model: posix
  80. gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
  81. configure:5456: $? = 0
  82. configure:5445: gcc -V >&5
  83. gcc: error: unrecognized option '-V'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:5456: $? = 4
  87. configure:5445: gcc -qversion >&5
  88. gcc: error: unrecognized option '-qversion'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:5456: $? = 4
  92. configure:5476: checking whether the C compiler works
  93. configure:5498: gcc -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -L/opt/vc/lib conftest.c >&5
  94. configure:5502: $? = 0
  95. configure:5550: result: yes
  96. configure:5553: checking for C compiler default output file name
  97. configure:5555: result: a.out
  98. configure:5561: checking for suffix of executables
  99. configure:5568: gcc -o conftest -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -L/opt/vc/lib conftest.c >&5
  100. configure:5572: $? = 0
  101. configure:5594: result:
  102. configure:5616: checking whether we are cross compiling
  103. configure:5624: gcc -o conftest -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -L/opt/vc/lib conftest.c >&5
  104. configure:5628: $? = 0
  105. configure:5635: ./conftest
  106. configure:5639: $? = 0
  107. configure:5654: result: no
  108. configure:5659: checking for suffix of object files
  109. configure:5681: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.c >&5
  110. configure:5685: $? = 0
  111. configure:5706: result: o
  112. configure:5710: checking whether we are using the GNU C compiler
  113. configure:5729: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.c >&5
  114. configure:5729: $? = 0
  115. configure:5738: result: yes
  116. configure:5747: checking whether gcc accepts -g
  117. configure:5767: gcc -c -g conftest.c >&5
  118. configure:5767: $? = 0
  119. configure:5808: result: yes
  120. configure:5825: checking for gcc option to accept ISO C89
  121. configure:5888: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.c >&5
  122. configure:5888: $? = 0
  123. configure:5901: result: none needed
  124. configure:5932: checking for style of include used by make
  125. configure:5960: result: GNU
  126. configure:5986: checking dependency style of gcc
  127. configure:6097: result: none
  128. configure:6117: checking how to run the C preprocessor
  129. configure:6148: gcc -E conftest.c
  130. configure:6148: $? = 0
  131. configure:6162: gcc -E conftest.c
  132. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  133. compilation terminated.
  134. configure:6162: $? = 1
  135. configure: failed program was:
  136. | /* confdefs.h */
  137. | #define PACKAGE_NAME "kodi"
  138. | #define PACKAGE_TARNAME "kodi"
  139. | #define PACKAGE_VERSION "14.9.701"
  140. | #define PACKAGE_STRING "kodi 14.9.701"
  141. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  142. | #define PACKAGE_URL ""
  143. | #define PACKAGE "kodi"
  144. | #define VERSION "14.9.701"
  145. | #define LIRC_DEVICE "/dev/lircd"
  146. | /* end confdefs.h. */
  147. | #include <ac_nonexistent.h>
  148. configure:6187: result: gcc -E
  149. configure:6207: gcc -E conftest.c
  150. configure:6207: $? = 0
  151. configure:6221: gcc -E conftest.c
  152. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  153. compilation terminated.
  154. configure:6221: $? = 1
  155. configure: failed program was:
  156. | /* confdefs.h */
  157. | #define PACKAGE_NAME "kodi"
  158. | #define PACKAGE_TARNAME "kodi"
  159. | #define PACKAGE_VERSION "14.9.701"
  160. | #define PACKAGE_STRING "kodi 14.9.701"
  161. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  162. | #define PACKAGE_URL ""
  163. | #define PACKAGE "kodi"
  164. | #define VERSION "14.9.701"
  165. | #define LIRC_DEVICE "/dev/lircd"
  166. | /* end confdefs.h. */
  167. | #include <ac_nonexistent.h>
  168. configure:6305: checking for gcc
  169. configure:6321: found /usr/bin/gcc
  170. configure:6332: result: gcc
  171. configure:6561: checking for C compiler version
  172. configure:6570: gcc --version >&5
  173. gcc (Debian 4.6.3-14+rpi1) 4.6.3
  174. Copyright (C) 2011 Free Software Foundation, Inc.
  175. This is free software; see the source for copying conditions. There is NO
  176. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  177.  
  178. configure:6581: $? = 0
  179. configure:6570: gcc -v >&5
  180. Using built-in specs.
  181. COLLECT_GCC=gcc
  182. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  183. Target: arm-linux-gnueabihf
  184. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  185. Thread model: posix
  186. gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
  187. configure:6581: $? = 0
  188. configure:6570: gcc -V >&5
  189. gcc: error: unrecognized option '-V'
  190. gcc: fatal error: no input files
  191. compilation terminated.
  192. configure:6581: $? = 4
  193. configure:6570: gcc -qversion >&5
  194. gcc: error: unrecognized option '-qversion'
  195. gcc: fatal error: no input files
  196. compilation terminated.
  197. configure:6581: $? = 4
  198. configure:6585: checking whether we are using the GNU C compiler
  199. configure:6613: result: yes
  200. configure:6622: checking whether gcc accepts -g
  201. configure:6642: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.c >&5
  202. configure:6642: $? = 0
  203. configure:6683: result: yes
  204. configure:6700: checking for gcc option to accept ISO C89
  205. configure:6776: result: none needed
  206. configure:6798: checking dependency style of gcc
  207. configure:6907: result: none
  208. configure:6927: checking how to run the C preprocessor
  209. configure:6958: gcc -E conftest.c
  210. configure:6958: $? = 0
  211. configure:6972: gcc -E conftest.c
  212. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  213. compilation terminated.
  214. configure:6972: $? = 1
  215. configure: failed program was:
  216. | /* confdefs.h */
  217. | #define PACKAGE_NAME "kodi"
  218. | #define PACKAGE_TARNAME "kodi"
  219. | #define PACKAGE_VERSION "14.9.701"
  220. | #define PACKAGE_STRING "kodi 14.9.701"
  221. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  222. | #define PACKAGE_URL ""
  223. | #define PACKAGE "kodi"
  224. | #define VERSION "14.9.701"
  225. | #define LIRC_DEVICE "/dev/lircd"
  226. | /* end confdefs.h. */
  227. | #include <ac_nonexistent.h>
  228. configure:6997: result: gcc -E
  229. configure:7017: gcc -E conftest.c
  230. configure:7017: $? = 0
  231. configure:7031: gcc -E conftest.c
  232. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  233. compilation terminated.
  234. configure:7031: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME "kodi"
  238. | #define PACKAGE_TARNAME "kodi"
  239. | #define PACKAGE_VERSION "14.9.701"
  240. | #define PACKAGE_STRING "kodi 14.9.701"
  241. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  242. | #define PACKAGE_URL ""
  243. | #define PACKAGE "kodi"
  244. | #define VERSION "14.9.701"
  245. | #define LIRC_DEVICE "/dev/lircd"
  246. | /* end confdefs.h. */
  247. | #include <ac_nonexistent.h>
  248. configure:7128: checking for g++
  249. configure:7144: found /usr/bin/g++
  250. configure:7155: result: g++
  251. configure:7182: checking for C++ compiler version
  252. configure:7191: g++ --version >&5
  253. g++ (Debian 4.6.3-14+rpi1) 4.6.3
  254. Copyright (C) 2011 Free Software Foundation, Inc.
  255. This is free software; see the source for copying conditions. There is NO
  256. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  257.  
  258. configure:7202: $? = 0
  259. configure:7191: g++ -v >&5
  260. Using built-in specs.
  261. COLLECT_GCC=g++
  262. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  263. Target: arm-linux-gnueabihf
  264. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  265. Thread model: posix
  266. gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
  267. configure:7202: $? = 0
  268. configure:7191: g++ -V >&5
  269. g++: error: unrecognized option '-V'
  270. g++: fatal error: no input files
  271. compilation terminated.
  272. configure:7202: $? = 4
  273. configure:7191: g++ -qversion >&5
  274. g++: error: unrecognized option '-qversion'
  275. g++: fatal error: no input files
  276. compilation terminated.
  277. configure:7202: $? = 4
  278. configure:7206: checking whether we are using the GNU C++ compiler
  279. configure:7225: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux conftest.cpp >&5
  280. configure:7225: $? = 0
  281. configure:7234: result: yes
  282. configure:7243: checking whether g++ accepts -g
  283. configure:7263: g++ -c -g conftest.cpp >&5
  284. configure:7263: $? = 0
  285. configure:7304: result: yes
  286. configure:7329: checking dependency style of g++
  287. configure:7440: result: none
  288. configure:7460: checking how to run the C++ preprocessor
  289. configure:7487: g++ -E conftest.cpp
  290. configure:7487: $? = 0
  291. configure:7501: g++ -E conftest.cpp
  292. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  293. compilation terminated.
  294. configure:7501: $? = 1
  295. configure: failed program was:
  296. | /* confdefs.h */
  297. | #define PACKAGE_NAME "kodi"
  298. | #define PACKAGE_TARNAME "kodi"
  299. | #define PACKAGE_VERSION "14.9.701"
  300. | #define PACKAGE_STRING "kodi 14.9.701"
  301. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  302. | #define PACKAGE_URL ""
  303. | #define PACKAGE "kodi"
  304. | #define VERSION "14.9.701"
  305. | #define LIRC_DEVICE "/dev/lircd"
  306. | /* end confdefs.h. */
  307. | #include <ac_nonexistent.h>
  308. configure:7526: result: g++ -E
  309. configure:7546: g++ -E conftest.cpp
  310. configure:7546: $? = 0
  311. configure:7560: g++ -E conftest.cpp
  312. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  313. compilation terminated.
  314. configure:7560: $? = 1
  315. configure: failed program was:
  316. | /* confdefs.h */
  317. | #define PACKAGE_NAME "kodi"
  318. | #define PACKAGE_TARNAME "kodi"
  319. | #define PACKAGE_VERSION "14.9.701"
  320. | #define PACKAGE_STRING "kodi 14.9.701"
  321. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  322. | #define PACKAGE_URL ""
  323. | #define PACKAGE "kodi"
  324. | #define VERSION "14.9.701"
  325. | #define LIRC_DEVICE "/dev/lircd"
  326. | /* end confdefs.h. */
  327. | #include <ac_nonexistent.h>
  328. configure:7653: checking for g++
  329. configure:7669: found /usr/bin/g++
  330. configure:7680: result: g++
  331. configure:7707: checking for C++ compiler version
  332. configure:7716: g++ --version >&5
  333. g++ (Debian 4.6.3-14+rpi1) 4.6.3
  334. Copyright (C) 2011 Free Software Foundation, Inc.
  335. This is free software; see the source for copying conditions. There is NO
  336. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  337.  
  338. configure:7727: $? = 0
  339. configure:7716: g++ -v >&5
  340. Using built-in specs.
  341. COLLECT_GCC=g++
  342. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  343. Target: arm-linux-gnueabihf
  344. Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  345. Thread model: posix
  346. gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
  347. configure:7727: $? = 0
  348. configure:7716: g++ -V >&5
  349. g++: error: unrecognized option '-V'
  350. g++: fatal error: no input files
  351. compilation terminated.
  352. configure:7727: $? = 4
  353. configure:7716: g++ -qversion >&5
  354. g++: error: unrecognized option '-qversion'
  355. g++: fatal error: no input files
  356. compilation terminated.
  357. configure:7727: $? = 4
  358. configure:7731: checking whether we are using the GNU C++ compiler
  359. configure:7759: result: yes
  360. configure:7768: checking whether g++ accepts -g
  361. configure:7788: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  362. configure:7788: $? = 0
  363. configure:7829: result: yes
  364. configure:7854: checking dependency style of g++
  365. configure:7963: result: none
  366. configure:7983: checking how to run the C++ preprocessor
  367. configure:8010: g++ -E conftest.cpp
  368. configure:8010: $? = 0
  369. configure:8024: g++ -E conftest.cpp
  370. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  371. compilation terminated.
  372. configure:8024: $? = 1
  373. configure: failed program was:
  374. | /* confdefs.h */
  375. | #define PACKAGE_NAME "kodi"
  376. | #define PACKAGE_TARNAME "kodi"
  377. | #define PACKAGE_VERSION "14.9.701"
  378. | #define PACKAGE_STRING "kodi 14.9.701"
  379. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  380. | #define PACKAGE_URL ""
  381. | #define PACKAGE "kodi"
  382. | #define VERSION "14.9.701"
  383. | #define LIRC_DEVICE "/dev/lircd"
  384. | /* end confdefs.h. */
  385. | #include <ac_nonexistent.h>
  386. configure:8049: result: g++ -E
  387. configure:8069: g++ -E conftest.cpp
  388. configure:8069: $? = 0
  389. configure:8083: g++ -E conftest.cpp
  390. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  391. compilation terminated.
  392. configure:8083: $? = 1
  393. configure: failed program was:
  394. | /* confdefs.h */
  395. | #define PACKAGE_NAME "kodi"
  396. | #define PACKAGE_TARNAME "kodi"
  397. | #define PACKAGE_VERSION "14.9.701"
  398. | #define PACKAGE_STRING "kodi 14.9.701"
  399. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  400. | #define PACKAGE_URL ""
  401. | #define PACKAGE "kodi"
  402. | #define VERSION "14.9.701"
  403. | #define LIRC_DEVICE "/dev/lircd"
  404. | /* end confdefs.h. */
  405. | #include <ac_nonexistent.h>
  406. configure:8126: checking whether g++ supports C++11 features by default
  407. configure:8160: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  408. conftest.cpp:16:21: error: expected identifier before 'sizeof'
  409. conftest.cpp:16:21: error: expected ',' or '...' before 'sizeof'
  410. conftest.cpp:16:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
  411. conftest.cpp:26:29: error: '>>' should be '> >' within a nested template argument list
  412. conftest.cpp:29:13: error: expected constructor, destructor, or type conversion before '(' token
  413. conftest.cpp:33:15: error: expected unqualified-id before '&&' token
  414. conftest.cpp:35:10: error: 'd' does not name a type
  415. conftest.cpp:36:10: error: 'l' does not name a type
  416. configure:8160: $? = 1
  417. configure: failed program was:
  418. | /* confdefs.h */
  419. | #define PACKAGE_NAME "kodi"
  420. | #define PACKAGE_TARNAME "kodi"
  421. | #define PACKAGE_VERSION "14.9.701"
  422. | #define PACKAGE_STRING "kodi 14.9.701"
  423. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  424. | #define PACKAGE_URL ""
  425. | #define PACKAGE "kodi"
  426. | #define VERSION "14.9.701"
  427. | #define LIRC_DEVICE "/dev/lircd"
  428. | /* end confdefs.h. */
  429. |
  430. | template <typename T>
  431. | struct check
  432. | {
  433. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  434. | };
  435. |
  436. | struct Base {
  437. | virtual void f() {}
  438. | };
  439. | struct Child : public Base {
  440. | virtual void f() {}
  441. | };
  442. |
  443. | typedef check<check<bool>> right_angle_brackets;
  444. |
  445. | int a;
  446. | decltype(a) b;
  447. |
  448. | typedef check<int> check_type;
  449. | check_type c;
  450. | check_type&& cr = static_cast<check_type&&>(c);
  451. |
  452. | auto d = a;
  453. | auto l = [](){};
  454. |
  455. configure:8167: result: no
  456. configure:8176: checking whether g++ supports C++11 features with -std=gnu++11
  457. configure:8212: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  458. cc1plus: error: unrecognized command line option '-std=gnu++11'
  459. configure:8212: $? = 1
  460. configure: failed program was:
  461. | /* confdefs.h */
  462. | #define PACKAGE_NAME "kodi"
  463. | #define PACKAGE_TARNAME "kodi"
  464. | #define PACKAGE_VERSION "14.9.701"
  465. | #define PACKAGE_STRING "kodi 14.9.701"
  466. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  467. | #define PACKAGE_URL ""
  468. | #define PACKAGE "kodi"
  469. | #define VERSION "14.9.701"
  470. | #define LIRC_DEVICE "/dev/lircd"
  471. | /* end confdefs.h. */
  472. |
  473. | template <typename T>
  474. | struct check
  475. | {
  476. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  477. | };
  478. |
  479. | struct Base {
  480. | virtual void f() {}
  481. | };
  482. | struct Child : public Base {
  483. | virtual void f() {}
  484. | };
  485. |
  486. | typedef check<check<bool>> right_angle_brackets;
  487. |
  488. | int a;
  489. | decltype(a) b;
  490. |
  491. | typedef check<int> check_type;
  492. | check_type c;
  493. | check_type&& cr = static_cast<check_type&&>(c);
  494. |
  495. | auto d = a;
  496. | auto l = [](){};
  497. |
  498. configure:8221: result: no
  499. configure:8176: checking whether g++ supports C++11 features with -std=gnu++0x
  500. configure:8212: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x conftest.cpp >&5
  501. configure:8212: $? = 0
  502. configure:8221: result: yes
  503. configure:8359: checking how to print strings
  504. configure:8386: result: printf
  505. configure:8407: checking for a sed that does not truncate output
  506. configure:8471: result: /bin/sed
  507. configure:8489: checking for grep that handles long lines and -e
  508. configure:8547: result: /bin/grep
  509. configure:8552: checking for egrep
  510. configure:8614: result: /bin/grep -E
  511. configure:8619: checking for fgrep
  512. configure:8681: result: /bin/grep -F
  513. configure:8716: checking for ld used by gcc
  514. configure:8783: result: /usr/bin/ld
  515. configure:8790: checking if the linker (/usr/bin/ld) is GNU ld
  516. configure:8805: result: yes
  517. configure:8817: checking for BSD- or MS-compatible name lister (nm)
  518. configure:8866: result: /usr/bin/nm -B
  519. configure:8996: checking the name lister (/usr/bin/nm -B) interface
  520. configure:9003: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  521. configure:9006: /usr/bin/nm -B "conftest.o"
  522. configure:9009: output
  523. 00000000 B some_variable
  524. configure:9016: result: BSD nm
  525. configure:9019: checking whether ln -s works
  526. configure:9023: result: yes
  527. configure:9031: checking the maximum length of command line arguments
  528. configure:9161: result: 1572864
  529. configure:9178: checking whether the shell understands some XSI constructs
  530. configure:9188: result: yes
  531. configure:9192: checking whether the shell understands "+="
  532. configure:9198: result: yes
  533. configure:9233: checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format
  534. configure:9273: result: func_convert_file_noop
  535. configure:9280: checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format
  536. configure:9300: result: func_convert_file_noop
  537. configure:9307: checking for /usr/bin/ld option to reload object files
  538. configure:9314: result: -r
  539. configure:9388: checking for objdump
  540. configure:9404: found /usr/bin/objdump
  541. configure:9415: result: objdump
  542. configure:9447: checking how to recognize dependent libraries
  543. configure:9645: result: pass_all
  544. configure:9730: checking for dlltool
  545. configure:9760: result: no
  546. configure:9790: checking how to associate runtime and link libraries
  547. configure:9817: result: printf %s\n
  548. configure:9878: checking for ar
  549. configure:9894: found /usr/bin/ar
  550. configure:9905: result: ar
  551. configure:9942: checking for archiver @FILE support
  552. configure:9959: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  553. configure:9959: $? = 0
  554. configure:9962: ar cru libconftest.a @conftest.lst >&5
  555. configure:9965: $? = 0
  556. configure:9970: ar cru libconftest.a @conftest.lst >&5
  557. ar: conftest.o: No such file or directory
  558. configure:9973: $? = 1
  559. configure:9985: result: @
  560. configure:10043: checking for strip
  561. configure:10059: found /usr/bin/strip
  562. configure:10070: result: strip
  563. configure:10142: checking for ranlib
  564. configure:10158: found /usr/bin/ranlib
  565. configure:10169: result: ranlib
  566. configure:10271: checking command to parse /usr/bin/nm -B output from gcc object
  567. configure:10391: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  568. configure:10394: $? = 0
  569. configure:10398: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  570. configure:10401: $? = 0
  571. configure:10467: gcc -o conftest -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -L/opt/vc/lib conftest.c conftstm.o >&5
  572. configure:10470: $? = 0
  573. configure:10508: result: ok
  574. configure:10545: checking for sysroot
  575. configure:10575: result: no
  576. configure:10831: checking for mt
  577. configure:10847: found /bin/mt
  578. configure:10858: result: mt
  579. configure:10881: checking if mt is a manifest tool
  580. configure:10887: mt '-?'
  581. configure:10895: result: no
  582. configure:11533: checking for ANSI C header files
  583. configure:11553: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  584. configure:11553: $? = 0
  585. configure:11626: gcc -o conftest -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -L/opt/vc/lib conftest.c >&5
  586. configure:11626: $? = 0
  587. configure:11626: ./conftest
  588. configure:11626: $? = 0
  589. configure:11637: result: yes
  590. configure:11650: checking for sys/types.h
  591. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  592. configure:11650: $? = 0
  593. configure:11650: result: yes
  594. configure:11650: checking for sys/stat.h
  595. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  596. configure:11650: $? = 0
  597. configure:11650: result: yes
  598. configure:11650: checking for stdlib.h
  599. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  600. configure:11650: $? = 0
  601. configure:11650: result: yes
  602. configure:11650: checking for string.h
  603. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  604. configure:11650: $? = 0
  605. configure:11650: result: yes
  606. configure:11650: checking for memory.h
  607. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  608. configure:11650: $? = 0
  609. configure:11650: result: yes
  610. configure:11650: checking for strings.h
  611. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  612. configure:11650: $? = 0
  613. configure:11650: result: yes
  614. configure:11650: checking for inttypes.h
  615. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  616. configure:11650: $? = 0
  617. configure:11650: result: yes
  618. configure:11650: checking for stdint.h
  619. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  620. configure:11650: $? = 0
  621. configure:11650: result: yes
  622. configure:11650: checking for unistd.h
  623. configure:11650: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  624. configure:11650: $? = 0
  625. configure:11650: result: yes
  626. configure:11664: checking for dlfcn.h
  627. configure:11664: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  628. configure:11664: $? = 0
  629. configure:11664: result: yes
  630. configure:11880: checking for objdir
  631. configure:11895: result: .libs
  632. configure:12162: checking if gcc supports -fno-rtti -fno-exceptions
  633. configure:12180: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  634. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  635. configure:12184: $? = 0
  636. configure:12197: result: no
  637. configure:12524: checking for gcc option to produce PIC
  638. configure:12531: result: -fPIC -DPIC
  639. configure:12539: checking if gcc PIC flag -fPIC -DPIC works
  640. configure:12557: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  641. configure:12561: $? = 0
  642. configure:12574: result: yes
  643. configure:12603: checking if gcc static flag -static works
  644. configure:12631: result: yes
  645. configure:12646: checking if gcc supports -c -o file.o
  646. configure:12667: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  647. configure:12671: $? = 0
  648. configure:12693: result: yes
  649. configure:12701: checking if gcc supports -c -o file.o
  650. configure:12748: result: yes
  651. configure:12781: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  652. configure:13938: result: yes
  653. configure:13975: checking whether -lc should be explicitly linked in
  654. configure:13983: gcc -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  655. configure:13986: $? = 0
  656. configure:14001: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  657. configure:14004: $? = 0
  658. configure:14018: result: no
  659. configure:14178: checking dynamic linker characteristics
  660. configure:14678: gcc -o conftest -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -L/opt/vc/lib -Wl,-rpath -Wl,/foo conftest.c >&5
  661. configure:14678: $? = 0
  662. configure:14912: result: GNU/Linux ld.so
  663. configure:15019: checking how to hardcode library paths into programs
  664. configure:15044: result: immediate
  665. configure:15584: checking whether stripping libraries is possible
  666. configure:15589: result: yes
  667. configure:15624: checking if libtool supports shared libraries
  668. configure:15626: result: yes
  669. configure:15629: checking whether to build shared libraries
  670. configure:15650: result: yes
  671. configure:15653: checking whether to build static libraries
  672. configure:15657: result: yes
  673. configure:15680: checking how to run the C++ preprocessor
  674. configure:15746: result: g++ -E
  675. configure:15766: g++ -E conftest.cpp
  676. configure:15766: $? = 0
  677. configure:15780: g++ -E conftest.cpp
  678. conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
  679. compilation terminated.
  680. configure:15780: $? = 1
  681. configure: failed program was:
  682. | /* confdefs.h */
  683. | #define PACKAGE_NAME "kodi"
  684. | #define PACKAGE_TARNAME "kodi"
  685. | #define PACKAGE_VERSION "14.9.701"
  686. | #define PACKAGE_STRING "kodi 14.9.701"
  687. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  688. | #define PACKAGE_URL ""
  689. | #define PACKAGE "kodi"
  690. | #define VERSION "14.9.701"
  691. | #define LIRC_DEVICE "/dev/lircd"
  692. | #define HAVE_CXX11 1
  693. | #define STDC_HEADERS 1
  694. | #define HAVE_SYS_TYPES_H 1
  695. | #define HAVE_SYS_STAT_H 1
  696. | #define HAVE_STDLIB_H 1
  697. | #define HAVE_STRING_H 1
  698. | #define HAVE_MEMORY_H 1
  699. | #define HAVE_STRINGS_H 1
  700. | #define HAVE_INTTYPES_H 1
  701. | #define HAVE_STDINT_H 1
  702. | #define HAVE_UNISTD_H 1
  703. | #define HAVE_DLFCN_H 1
  704. | #define LT_OBJDIR ".libs/"
  705. | /* end confdefs.h. */
  706. | #include <ac_nonexistent.h>
  707. configure:15949: checking for ld used by g++
  708. configure:16016: result: /usr/bin/ld
  709. configure:16023: checking if the linker (/usr/bin/ld) is GNU ld
  710. configure:16038: result: yes
  711. configure:16093: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  712. configure:17095: result: yes
  713. configure:17131: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x conftest.cpp >&5
  714. configure:17134: $? = 0
  715. configure:17654: checking for g++ option to produce PIC
  716. configure:17661: result: -fPIC -DPIC
  717. configure:17669: checking if g++ PIC flag -fPIC -DPIC works
  718. configure:17687: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -fPIC -DPIC -DPIC conftest.cpp >&5
  719. configure:17691: $? = 0
  720. configure:17704: result: yes
  721. configure:17727: checking if g++ static flag -static works
  722. configure:17755: result: yes
  723. configure:17767: checking if g++ supports -c -o file.o
  724. configure:17788: g++ -c -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -o out/conftest2.o conftest.cpp >&5
  725. configure:17792: $? = 0
  726. configure:17814: result: yes
  727. configure:17819: checking if g++ supports -c -o file.o
  728. configure:17866: result: yes
  729. configure:17896: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  730. configure:17935: result: yes
  731. configure:18076: checking dynamic linker characteristics
  732. configure:18744: result: GNU/Linux ld.so
  733. configure:18797: checking how to hardcode library paths into programs
  734. configure:18822: result: immediate
  735. configure:18887: checking for gawk
  736. configure:18914: result: gawk
  737. configure:18925: checking whether ln -s works
  738. configure:18929: result: yes
  739. configure:18936: checking whether make sets $(MAKE)
  740. configure:18958: result: yes
  741. configure:19021: checking for pkg-config
  742. configure:19039: found /usr/bin/pkg-config
  743. configure:19051: result: /usr/bin/pkg-config
  744. configure:19076: checking pkg-config is at least version 0.9.0
  745. configure:19079: result: yes
  746. configure:19498: checking for size_t
  747. configure:19498: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  748. configure:19498: $? = 0
  749. configure:19498: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  750. conftest.c: In function 'main':
  751. conftest.c:64:21: error: expected expression before ')' token
  752. configure:19498: $? = 1
  753. configure: failed program was:
  754. | /* confdefs.h */
  755. | #define PACKAGE_NAME "kodi"
  756. | #define PACKAGE_TARNAME "kodi"
  757. | #define PACKAGE_VERSION "14.9.701"
  758. | #define PACKAGE_STRING "kodi 14.9.701"
  759. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  760. | #define PACKAGE_URL ""
  761. | #define PACKAGE "kodi"
  762. | #define VERSION "14.9.701"
  763. | #define LIRC_DEVICE "/dev/lircd"
  764. | #define HAVE_CXX11 1
  765. | #define STDC_HEADERS 1
  766. | #define HAVE_SYS_TYPES_H 1
  767. | #define HAVE_SYS_STAT_H 1
  768. | #define HAVE_STDLIB_H 1
  769. | #define HAVE_STRING_H 1
  770. | #define HAVE_MEMORY_H 1
  771. | #define HAVE_STRINGS_H 1
  772. | #define HAVE_INTTYPES_H 1
  773. | #define HAVE_STDINT_H 1
  774. | #define HAVE_UNISTD_H 1
  775. | #define HAVE_DLFCN_H 1
  776. | #define LT_OBJDIR ".libs/"
  777. | #define HAS_EGLGLES 1
  778. | #define HAVE_OMXLIB 1
  779. | #define HAS_MMAL 1
  780. | /* end confdefs.h. */
  781. | #include <stdio.h>
  782. | #ifdef HAVE_SYS_TYPES_H
  783. | # include <sys/types.h>
  784. | #endif
  785. | #ifdef HAVE_SYS_STAT_H
  786. | # include <sys/stat.h>
  787. | #endif
  788. | #ifdef STDC_HEADERS
  789. | # include <stdlib.h>
  790. | # include <stddef.h>
  791. | #else
  792. | # ifdef HAVE_STDLIB_H
  793. | # include <stdlib.h>
  794. | # endif
  795. | #endif
  796. | #ifdef HAVE_STRING_H
  797. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  798. | # include <memory.h>
  799. | # endif
  800. | # include <string.h>
  801. | #endif
  802. | #ifdef HAVE_STRINGS_H
  803. | # include <strings.h>
  804. | #endif
  805. | #ifdef HAVE_INTTYPES_H
  806. | # include <inttypes.h>
  807. | #endif
  808. | #ifdef HAVE_STDINT_H
  809. | # include <stdint.h>
  810. | #endif
  811. | #ifdef HAVE_UNISTD_H
  812. | # include <unistd.h>
  813. | #endif
  814. | int
  815. | main ()
  816. | {
  817. | if (sizeof ((size_t)))
  818. | return 0;
  819. | ;
  820. | return 0;
  821. | }
  822. configure:19498: result: yes
  823. configure:19511: checking for working alloca.h
  824. configure:19528: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  825. configure:19528: $? = 0
  826. configure:19536: result: yes
  827. configure:19544: checking for alloca
  828. configure:19581: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  829. configure:19581: $? = 0
  830. configure:19589: result: yes
  831. configure:19695: checking for uid_t in sys/types.h
  832. configure:19714: result: yes
  833. configure:19727: checking for unistd.h
  834. configure:19727: result: yes
  835. configure:19737: checking for working chown
  836. configure:19770: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  837. configure:19770: $? = 0
  838. configure:19770: ./conftest
  839. configure:19770: $? = 0
  840. configure:19782: result: yes
  841. configure:19793: checking for dirent.h that defines DIR
  842. configure:19812: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  843. configure:19812: $? = 0
  844. configure:19820: result: yes
  845. configure:19833: checking for library containing opendir
  846. configure:19864: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  847. configure:19864: $? = 0
  848. configure:19881: result: none required
  849. configure:19948: checking whether closedir returns void
  850. configure:19972: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  851. configure:19972: $? = 0
  852. configure:19972: ./conftest
  853. configure:19972: $? = 0
  854. configure:19982: result: no
  855. configure:19990: checking for error_at_line
  856. configure:20006: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  857. configure:20006: $? = 0
  858. configure:20014: result: yes
  859. configure:20025: checking for _LARGEFILE_SOURCE value needed for large files
  860. configure:20044: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  861. configure:20044: $? = 0
  862. configure:20072: result: no
  863. configure:20094: checking whether gcc needs -traditional
  864. configure:20128: result: no
  865. configure:20135: checking whether lstat correctly handles trailing slash
  866. configure:20161: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  867. configure:20161: $? = 0
  868. configure:20161: ./conftest
  869. configure:20161: $? = 0
  870. configure:20178: result: yes
  871. configure:20197: checking whether lstat accepts an empty string
  872. configure:20217: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  873. configure:20217: $? = 0
  874. configure:20217: ./conftest
  875. configure:20217: $? = 0
  876. configure:20227: result: no
  877. configure:20243: checking whether lstat correctly handles trailing slash
  878. configure:20286: result: yes
  879. configure:20305: checking for working memcmp
  880. configure:20348: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  881. configure:20348: $? = 0
  882. configure:20348: ./conftest
  883. configure:20348: $? = 0
  884. configure:20358: result: yes
  885. configure:20367: checking whether time.h and sys/time.h may both be included
  886. configure:20387: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  887. configure:20387: $? = 0
  888. configure:20394: result: yes
  889. configure:20408: checking for sys/time.h
  890. configure:20408: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  891. configure:20408: $? = 0
  892. configure:20408: result: yes
  893. configure:20408: checking for unistd.h
  894. configure:20408: result: yes
  895. configure:20408: checking for stdlib.h
  896. configure:20408: result: yes
  897. configure:20408: checking for sys/param.h
  898. configure:20408: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  899. configure:20408: $? = 0
  900. configure:20408: result: yes
  901. configure:20408: checking for utime.h
  902. configure:20408: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  903. configure:20408: $? = 0
  904. configure:20408: result: yes
  905. configure:20429: checking for alarm
  906. configure:20429: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  907. configure:20429: $? = 0
  908. configure:20429: result: yes
  909. configure:20442: checking for working mktime
  910. configure:20644: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  911. configure:20644: $? = 0
  912. configure:20644: ./conftest
  913. configure:20644: $? = 0
  914. configure:20654: result: yes
  915. configure:20672: checking for getpagesize
  916. configure:20672: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  917. configure:20672: $? = 0
  918. configure:20672: result: yes
  919. configure:20681: checking for working mmap
  920. configure:20828: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  921. configure:20828: $? = 0
  922. configure:20828: ./conftest
  923. configure:20828: $? = 0
  924. configure:20838: result: yes
  925. configure:20853: checking sys/select.h usability
  926. configure:20853: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  927. configure:20853: $? = 0
  928. configure:20853: result: yes
  929. configure:20853: checking sys/select.h presence
  930. configure:20853: gcc -E conftest.c
  931. configure:20853: $? = 0
  932. configure:20853: result: yes
  933. configure:20853: checking for sys/select.h
  934. configure:20853: result: yes
  935. configure:20853: checking sys/socket.h usability
  936. configure:20853: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  937. configure:20853: $? = 0
  938. configure:20853: result: yes
  939. configure:20853: checking sys/socket.h presence
  940. configure:20853: gcc -E conftest.c
  941. configure:20853: $? = 0
  942. configure:20853: result: yes
  943. configure:20853: checking for sys/socket.h
  944. configure:20853: result: yes
  945. configure:20863: checking types of arguments for select
  946. configure:20891: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  947. configure:20891: $? = 0
  948. configure:20902: result: int,fd_set *,struct timeval *
  949. configure:20932: checking return type of signal handlers
  950. configure:20950: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  951. conftest.c: In function 'main':
  952. conftest.c:56:1: error: void value not ignored as it ought to be
  953. configure:20950: $? = 1
  954. configure: failed program was:
  955. | /* confdefs.h */
  956. | #define PACKAGE_NAME "kodi"
  957. | #define PACKAGE_TARNAME "kodi"
  958. | #define PACKAGE_VERSION "14.9.701"
  959. | #define PACKAGE_STRING "kodi 14.9.701"
  960. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  961. | #define PACKAGE_URL ""
  962. | #define PACKAGE "kodi"
  963. | #define VERSION "14.9.701"
  964. | #define LIRC_DEVICE "/dev/lircd"
  965. | #define HAVE_CXX11 1
  966. | #define STDC_HEADERS 1
  967. | #define HAVE_SYS_TYPES_H 1
  968. | #define HAVE_SYS_STAT_H 1
  969. | #define HAVE_STDLIB_H 1
  970. | #define HAVE_STRING_H 1
  971. | #define HAVE_MEMORY_H 1
  972. | #define HAVE_STRINGS_H 1
  973. | #define HAVE_INTTYPES_H 1
  974. | #define HAVE_STDINT_H 1
  975. | #define HAVE_UNISTD_H 1
  976. | #define HAVE_DLFCN_H 1
  977. | #define LT_OBJDIR ".libs/"
  978. | #define HAS_EGLGLES 1
  979. | #define HAVE_OMXLIB 1
  980. | #define HAS_MMAL 1
  981. | #define HAVE_ALLOCA_H 1
  982. | #define HAVE_ALLOCA 1
  983. | #define HAVE_UNISTD_H 1
  984. | #define HAVE_CHOWN 1
  985. | #define HAVE_DIRENT_H 1
  986. | #define HAVE_FSEEKO 1
  987. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  988. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  989. | #define TIME_WITH_SYS_TIME 1
  990. | #define HAVE_SYS_TIME_H 1
  991. | #define HAVE_UNISTD_H 1
  992. | #define HAVE_STDLIB_H 1
  993. | #define HAVE_SYS_PARAM_H 1
  994. | #define HAVE_UTIME_H 1
  995. | #define HAVE_ALARM 1
  996. | #define HAVE_GETPAGESIZE 1
  997. | #define HAVE_MMAP 1
  998. | #define HAVE_SYS_SELECT_H 1
  999. | #define HAVE_SYS_SOCKET_H 1
  1000. | #define SELECT_TYPE_ARG1 int
  1001. | #define SELECT_TYPE_ARG234 (fd_set *)
  1002. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1003. | /* end confdefs.h. */
  1004. | #include <sys/types.h>
  1005. | #include <signal.h>
  1006. |
  1007. | int
  1008. | main ()
  1009. | {
  1010. | return *(signal (0, 0)) (0) == 1;
  1011. | ;
  1012. | return 0;
  1013. | }
  1014. configure:20957: result: void
  1015. configure:20965: checking whether stat accepts an empty string
  1016. configure:20985: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1017. configure:20985: $? = 0
  1018. configure:20985: ./conftest
  1019. configure:20985: $? = 0
  1020. configure:20995: result: no
  1021. configure:21011: checking for working strcoll
  1022. configure:21032: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1023. configure:21032: $? = 0
  1024. configure:21032: ./conftest
  1025. configure:21032: $? = 0
  1026. configure:21042: result: yes
  1027. configure:21052: checking for strftime
  1028. configure:21052: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1029. conftest.c:75:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
  1030. configure:21052: $? = 0
  1031. configure:21052: result: yes
  1032. configure:21105: checking for working strtod
  1033. configure:21146: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1034. configure:21146: $? = 0
  1035. configure:21146: ./conftest
  1036. configure:21146: $? = 0
  1037. configure:21156: result: yes
  1038. configure:21221: checking whether utime accepts a null argument
  1039. configure:21250: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1040. configure:21250: $? = 0
  1041. configure:21250: ./conftest
  1042. configure:21250: $? = 0
  1043. configure:21260: result: yes
  1044. configure:21272: checking for vprintf
  1045. configure:21272: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1046. conftest.c:77:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
  1047. configure:21272: $? = 0
  1048. configure:21272: result: yes
  1049. configure:21278: checking for _doprnt
  1050. configure:21278: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1051. /tmp/ccaxtakw.o: In function `main':
  1052. /home/pi/xbmc/conftest.c:89: undefined reference to `_doprnt'
  1053. collect2: ld returned 1 exit status
  1054. configure:21278: $? = 1
  1055. configure: failed program was:
  1056. | /* confdefs.h */
  1057. | #define PACKAGE_NAME "kodi"
  1058. | #define PACKAGE_TARNAME "kodi"
  1059. | #define PACKAGE_VERSION "14.9.701"
  1060. | #define PACKAGE_STRING "kodi 14.9.701"
  1061. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1062. | #define PACKAGE_URL ""
  1063. | #define PACKAGE "kodi"
  1064. | #define VERSION "14.9.701"
  1065. | #define LIRC_DEVICE "/dev/lircd"
  1066. | #define HAVE_CXX11 1
  1067. | #define STDC_HEADERS 1
  1068. | #define HAVE_SYS_TYPES_H 1
  1069. | #define HAVE_SYS_STAT_H 1
  1070. | #define HAVE_STDLIB_H 1
  1071. | #define HAVE_STRING_H 1
  1072. | #define HAVE_MEMORY_H 1
  1073. | #define HAVE_STRINGS_H 1
  1074. | #define HAVE_INTTYPES_H 1
  1075. | #define HAVE_STDINT_H 1
  1076. | #define HAVE_UNISTD_H 1
  1077. | #define HAVE_DLFCN_H 1
  1078. | #define LT_OBJDIR ".libs/"
  1079. | #define HAS_EGLGLES 1
  1080. | #define HAVE_OMXLIB 1
  1081. | #define HAS_MMAL 1
  1082. | #define HAVE_ALLOCA_H 1
  1083. | #define HAVE_ALLOCA 1
  1084. | #define HAVE_UNISTD_H 1
  1085. | #define HAVE_CHOWN 1
  1086. | #define HAVE_DIRENT_H 1
  1087. | #define HAVE_FSEEKO 1
  1088. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1089. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1090. | #define TIME_WITH_SYS_TIME 1
  1091. | #define HAVE_SYS_TIME_H 1
  1092. | #define HAVE_UNISTD_H 1
  1093. | #define HAVE_STDLIB_H 1
  1094. | #define HAVE_SYS_PARAM_H 1
  1095. | #define HAVE_UTIME_H 1
  1096. | #define HAVE_ALARM 1
  1097. | #define HAVE_GETPAGESIZE 1
  1098. | #define HAVE_MMAP 1
  1099. | #define HAVE_SYS_SELECT_H 1
  1100. | #define HAVE_SYS_SOCKET_H 1
  1101. | #define SELECT_TYPE_ARG1 int
  1102. | #define SELECT_TYPE_ARG234 (fd_set *)
  1103. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1104. | #define RETSIGTYPE void
  1105. | #define HAVE_STRCOLL 1
  1106. | #define HAVE_STRFTIME 1
  1107. | #define HAVE_UTIME_NULL 1
  1108. | #define HAVE_VPRINTF 1
  1109. | /* end confdefs.h. */
  1110. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1111. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1112. | #define _doprnt innocuous__doprnt
  1113. |
  1114. | /* System header to define __stub macros and hopefully few prototypes,
  1115. | which can conflict with char _doprnt (); below.
  1116. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1117. | <limits.h> exists even on freestanding compilers. */
  1118. |
  1119. | #ifdef __STDC__
  1120. | # include <limits.h>
  1121. | #else
  1122. | # include <assert.h>
  1123. | #endif
  1124. |
  1125. | #undef _doprnt
  1126. |
  1127. | /* Override any GCC internal prototype to avoid an error.
  1128. | Use char because int might match the return type of a GCC
  1129. | builtin and then its argument prototype would still apply. */
  1130. | #ifdef __cplusplus
  1131. | extern "C"
  1132. | #endif
  1133. | char _doprnt ();
  1134. | /* The GNU C library defines this for functions which it implements
  1135. | to always fail with ENOSYS. Some functions are actually named
  1136. | something starting with __ and the normal name is an alias. */
  1137. | #if defined __stub__doprnt || defined __stub____doprnt
  1138. | choke me
  1139. | #endif
  1140. |
  1141. | int
  1142. | main ()
  1143. | {
  1144. | return _doprnt ();
  1145. | ;
  1146. | return 0;
  1147. | }
  1148. configure:21278: result: no
  1149. configure:21292: checking for atexit
  1150. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1151. configure:21292: $? = 0
  1152. configure:21292: result: yes
  1153. configure:21292: checking for dup2
  1154. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1155. configure:21292: $? = 0
  1156. configure:21292: result: yes
  1157. configure:21292: checking for fdatasync
  1158. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1159. configure:21292: $? = 0
  1160. configure:21292: result: yes
  1161. configure:21292: checking for floor
  1162. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1163. conftest.c:81:6: warning: conflicting types for built-in function 'floor' [enabled by default]
  1164. /tmp/ccK9f9gJ.o: In function `main':
  1165. /home/pi/xbmc/conftest.c:92: undefined reference to `floor'
  1166. collect2: ld returned 1 exit status
  1167. configure:21292: $? = 1
  1168. configure: failed program was:
  1169. | /* confdefs.h */
  1170. | #define PACKAGE_NAME "kodi"
  1171. | #define PACKAGE_TARNAME "kodi"
  1172. | #define PACKAGE_VERSION "14.9.701"
  1173. | #define PACKAGE_STRING "kodi 14.9.701"
  1174. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1175. | #define PACKAGE_URL ""
  1176. | #define PACKAGE "kodi"
  1177. | #define VERSION "14.9.701"
  1178. | #define LIRC_DEVICE "/dev/lircd"
  1179. | #define HAVE_CXX11 1
  1180. | #define STDC_HEADERS 1
  1181. | #define HAVE_SYS_TYPES_H 1
  1182. | #define HAVE_SYS_STAT_H 1
  1183. | #define HAVE_STDLIB_H 1
  1184. | #define HAVE_STRING_H 1
  1185. | #define HAVE_MEMORY_H 1
  1186. | #define HAVE_STRINGS_H 1
  1187. | #define HAVE_INTTYPES_H 1
  1188. | #define HAVE_STDINT_H 1
  1189. | #define HAVE_UNISTD_H 1
  1190. | #define HAVE_DLFCN_H 1
  1191. | #define LT_OBJDIR ".libs/"
  1192. | #define HAS_EGLGLES 1
  1193. | #define HAVE_OMXLIB 1
  1194. | #define HAS_MMAL 1
  1195. | #define HAVE_ALLOCA_H 1
  1196. | #define HAVE_ALLOCA 1
  1197. | #define HAVE_UNISTD_H 1
  1198. | #define HAVE_CHOWN 1
  1199. | #define HAVE_DIRENT_H 1
  1200. | #define HAVE_FSEEKO 1
  1201. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1202. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1203. | #define TIME_WITH_SYS_TIME 1
  1204. | #define HAVE_SYS_TIME_H 1
  1205. | #define HAVE_UNISTD_H 1
  1206. | #define HAVE_STDLIB_H 1
  1207. | #define HAVE_SYS_PARAM_H 1
  1208. | #define HAVE_UTIME_H 1
  1209. | #define HAVE_ALARM 1
  1210. | #define HAVE_GETPAGESIZE 1
  1211. | #define HAVE_MMAP 1
  1212. | #define HAVE_SYS_SELECT_H 1
  1213. | #define HAVE_SYS_SOCKET_H 1
  1214. | #define SELECT_TYPE_ARG1 int
  1215. | #define SELECT_TYPE_ARG234 (fd_set *)
  1216. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1217. | #define RETSIGTYPE void
  1218. | #define HAVE_STRCOLL 1
  1219. | #define HAVE_STRFTIME 1
  1220. | #define HAVE_UTIME_NULL 1
  1221. | #define HAVE_VPRINTF 1
  1222. | #define HAVE_ATEXIT 1
  1223. | #define HAVE_DUP2 1
  1224. | #define HAVE_FDATASYNC 1
  1225. | /* end confdefs.h. */
  1226. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1227. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1228. | #define floor innocuous_floor
  1229. |
  1230. | /* System header to define __stub macros and hopefully few prototypes,
  1231. | which can conflict with char floor (); below.
  1232. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1233. | <limits.h> exists even on freestanding compilers. */
  1234. |
  1235. | #ifdef __STDC__
  1236. | # include <limits.h>
  1237. | #else
  1238. | # include <assert.h>
  1239. | #endif
  1240. |
  1241. | #undef floor
  1242. |
  1243. | /* Override any GCC internal prototype to avoid an error.
  1244. | Use char because int might match the return type of a GCC
  1245. | builtin and then its argument prototype would still apply. */
  1246. | #ifdef __cplusplus
  1247. | extern "C"
  1248. | #endif
  1249. | char floor ();
  1250. | /* The GNU C library defines this for functions which it implements
  1251. | to always fail with ENOSYS. Some functions are actually named
  1252. | something starting with __ and the normal name is an alias. */
  1253. | #if defined __stub_floor || defined __stub___floor
  1254. | choke me
  1255. | #endif
  1256. |
  1257. | int
  1258. | main ()
  1259. | {
  1260. | return floor ();
  1261. | ;
  1262. | return 0;
  1263. | }
  1264. configure:21292: result: no
  1265. configure:21292: checking for fs_stat_dev
  1266. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1267. /tmp/cceUwoeF.o: In function `main':
  1268. /home/pi/xbmc/conftest.c:92: undefined reference to `fs_stat_dev'
  1269. collect2: ld returned 1 exit status
  1270. configure:21292: $? = 1
  1271. configure: failed program was:
  1272. | /* confdefs.h */
  1273. | #define PACKAGE_NAME "kodi"
  1274. | #define PACKAGE_TARNAME "kodi"
  1275. | #define PACKAGE_VERSION "14.9.701"
  1276. | #define PACKAGE_STRING "kodi 14.9.701"
  1277. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1278. | #define PACKAGE_URL ""
  1279. | #define PACKAGE "kodi"
  1280. | #define VERSION "14.9.701"
  1281. | #define LIRC_DEVICE "/dev/lircd"
  1282. | #define HAVE_CXX11 1
  1283. | #define STDC_HEADERS 1
  1284. | #define HAVE_SYS_TYPES_H 1
  1285. | #define HAVE_SYS_STAT_H 1
  1286. | #define HAVE_STDLIB_H 1
  1287. | #define HAVE_STRING_H 1
  1288. | #define HAVE_MEMORY_H 1
  1289. | #define HAVE_STRINGS_H 1
  1290. | #define HAVE_INTTYPES_H 1
  1291. | #define HAVE_STDINT_H 1
  1292. | #define HAVE_UNISTD_H 1
  1293. | #define HAVE_DLFCN_H 1
  1294. | #define LT_OBJDIR ".libs/"
  1295. | #define HAS_EGLGLES 1
  1296. | #define HAVE_OMXLIB 1
  1297. | #define HAS_MMAL 1
  1298. | #define HAVE_ALLOCA_H 1
  1299. | #define HAVE_ALLOCA 1
  1300. | #define HAVE_UNISTD_H 1
  1301. | #define HAVE_CHOWN 1
  1302. | #define HAVE_DIRENT_H 1
  1303. | #define HAVE_FSEEKO 1
  1304. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1305. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1306. | #define TIME_WITH_SYS_TIME 1
  1307. | #define HAVE_SYS_TIME_H 1
  1308. | #define HAVE_UNISTD_H 1
  1309. | #define HAVE_STDLIB_H 1
  1310. | #define HAVE_SYS_PARAM_H 1
  1311. | #define HAVE_UTIME_H 1
  1312. | #define HAVE_ALARM 1
  1313. | #define HAVE_GETPAGESIZE 1
  1314. | #define HAVE_MMAP 1
  1315. | #define HAVE_SYS_SELECT_H 1
  1316. | #define HAVE_SYS_SOCKET_H 1
  1317. | #define SELECT_TYPE_ARG1 int
  1318. | #define SELECT_TYPE_ARG234 (fd_set *)
  1319. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1320. | #define RETSIGTYPE void
  1321. | #define HAVE_STRCOLL 1
  1322. | #define HAVE_STRFTIME 1
  1323. | #define HAVE_UTIME_NULL 1
  1324. | #define HAVE_VPRINTF 1
  1325. | #define HAVE_ATEXIT 1
  1326. | #define HAVE_DUP2 1
  1327. | #define HAVE_FDATASYNC 1
  1328. | /* end confdefs.h. */
  1329. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1330. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1331. | #define fs_stat_dev innocuous_fs_stat_dev
  1332. |
  1333. | /* System header to define __stub macros and hopefully few prototypes,
  1334. | which can conflict with char fs_stat_dev (); below.
  1335. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1336. | <limits.h> exists even on freestanding compilers. */
  1337. |
  1338. | #ifdef __STDC__
  1339. | # include <limits.h>
  1340. | #else
  1341. | # include <assert.h>
  1342. | #endif
  1343. |
  1344. | #undef fs_stat_dev
  1345. |
  1346. | /* Override any GCC internal prototype to avoid an error.
  1347. | Use char because int might match the return type of a GCC
  1348. | builtin and then its argument prototype would still apply. */
  1349. | #ifdef __cplusplus
  1350. | extern "C"
  1351. | #endif
  1352. | char fs_stat_dev ();
  1353. | /* The GNU C library defines this for functions which it implements
  1354. | to always fail with ENOSYS. Some functions are actually named
  1355. | something starting with __ and the normal name is an alias. */
  1356. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1357. | choke me
  1358. | #endif
  1359. |
  1360. | int
  1361. | main ()
  1362. | {
  1363. | return fs_stat_dev ();
  1364. | ;
  1365. | return 0;
  1366. | }
  1367. configure:21292: result: no
  1368. configure:21292: checking for ftime
  1369. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1370. configure:21292: $? = 0
  1371. configure:21292: result: yes
  1372. configure:21292: checking for ftruncate
  1373. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1374. configure:21292: $? = 0
  1375. configure:21292: result: yes
  1376. configure:21292: checking for getcwd
  1377. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1378. configure:21292: $? = 0
  1379. configure:21292: result: yes
  1380. configure:21292: checking for gethostbyaddr
  1381. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1382. configure:21292: $? = 0
  1383. configure:21292: result: yes
  1384. configure:21292: checking for gethostbyname
  1385. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1386. configure:21292: $? = 0
  1387. configure:21292: result: yes
  1388. configure:21292: checking for gethostname
  1389. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1390. configure:21292: $? = 0
  1391. configure:21292: result: yes
  1392. configure:21292: checking for getpagesize
  1393. configure:21292: result: yes
  1394. configure:21292: checking for getpass
  1395. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1396. configure:21292: $? = 0
  1397. configure:21292: result: yes
  1398. configure:21292: checking for gettimeofday
  1399. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1400. configure:21292: $? = 0
  1401. configure:21292: result: yes
  1402. configure:21292: checking for inet_ntoa
  1403. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1404. configure:21292: $? = 0
  1405. configure:21292: result: yes
  1406. configure:21292: checking for lchown
  1407. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1408. configure:21292: $? = 0
  1409. configure:21292: result: yes
  1410. configure:21292: checking for localeconv
  1411. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1412. configure:21292: $? = 0
  1413. configure:21292: result: yes
  1414. configure:21292: checking for memchr
  1415. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1416. conftest.c:93:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
  1417. configure:21292: $? = 0
  1418. configure:21292: result: yes
  1419. configure:21292: checking for memmove
  1420. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1421. conftest.c:94:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  1422. configure:21292: $? = 0
  1423. configure:21292: result: yes
  1424. configure:21292: checking for memset
  1425. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1426. conftest.c:95:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  1427. configure:21292: $? = 0
  1428. configure:21292: result: yes
  1429. configure:21292: checking for mkdir
  1430. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1431. configure:21292: $? = 0
  1432. configure:21292: result: yes
  1433. configure:21292: checking for modf
  1434. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1435. conftest.c:97:6: warning: conflicting types for built-in function 'modf' [enabled by default]
  1436. configure:21292: $? = 0
  1437. configure:21292: result: yes
  1438. configure:21292: checking for munmap
  1439. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1440. configure:21292: $? = 0
  1441. configure:21292: result: yes
  1442. configure:21292: checking for pow
  1443. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1444. conftest.c:99:6: warning: conflicting types for built-in function 'pow' [enabled by default]
  1445. /tmp/ccO4SsqO.o: In function `main':
  1446. /home/pi/xbmc/conftest.c:110: undefined reference to `pow'
  1447. collect2: ld returned 1 exit status
  1448. configure:21292: $? = 1
  1449. configure: failed program was:
  1450. | /* confdefs.h */
  1451. | #define PACKAGE_NAME "kodi"
  1452. | #define PACKAGE_TARNAME "kodi"
  1453. | #define PACKAGE_VERSION "14.9.701"
  1454. | #define PACKAGE_STRING "kodi 14.9.701"
  1455. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1456. | #define PACKAGE_URL ""
  1457. | #define PACKAGE "kodi"
  1458. | #define VERSION "14.9.701"
  1459. | #define LIRC_DEVICE "/dev/lircd"
  1460. | #define HAVE_CXX11 1
  1461. | #define STDC_HEADERS 1
  1462. | #define HAVE_SYS_TYPES_H 1
  1463. | #define HAVE_SYS_STAT_H 1
  1464. | #define HAVE_STDLIB_H 1
  1465. | #define HAVE_STRING_H 1
  1466. | #define HAVE_MEMORY_H 1
  1467. | #define HAVE_STRINGS_H 1
  1468. | #define HAVE_INTTYPES_H 1
  1469. | #define HAVE_STDINT_H 1
  1470. | #define HAVE_UNISTD_H 1
  1471. | #define HAVE_DLFCN_H 1
  1472. | #define LT_OBJDIR ".libs/"
  1473. | #define HAS_EGLGLES 1
  1474. | #define HAVE_OMXLIB 1
  1475. | #define HAS_MMAL 1
  1476. | #define HAVE_ALLOCA_H 1
  1477. | #define HAVE_ALLOCA 1
  1478. | #define HAVE_UNISTD_H 1
  1479. | #define HAVE_CHOWN 1
  1480. | #define HAVE_DIRENT_H 1
  1481. | #define HAVE_FSEEKO 1
  1482. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1483. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1484. | #define TIME_WITH_SYS_TIME 1
  1485. | #define HAVE_SYS_TIME_H 1
  1486. | #define HAVE_UNISTD_H 1
  1487. | #define HAVE_STDLIB_H 1
  1488. | #define HAVE_SYS_PARAM_H 1
  1489. | #define HAVE_UTIME_H 1
  1490. | #define HAVE_ALARM 1
  1491. | #define HAVE_GETPAGESIZE 1
  1492. | #define HAVE_MMAP 1
  1493. | #define HAVE_SYS_SELECT_H 1
  1494. | #define HAVE_SYS_SOCKET_H 1
  1495. | #define SELECT_TYPE_ARG1 int
  1496. | #define SELECT_TYPE_ARG234 (fd_set *)
  1497. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1498. | #define RETSIGTYPE void
  1499. | #define HAVE_STRCOLL 1
  1500. | #define HAVE_STRFTIME 1
  1501. | #define HAVE_UTIME_NULL 1
  1502. | #define HAVE_VPRINTF 1
  1503. | #define HAVE_ATEXIT 1
  1504. | #define HAVE_DUP2 1
  1505. | #define HAVE_FDATASYNC 1
  1506. | #define HAVE_FTIME 1
  1507. | #define HAVE_FTRUNCATE 1
  1508. | #define HAVE_GETCWD 1
  1509. | #define HAVE_GETHOSTBYADDR 1
  1510. | #define HAVE_GETHOSTBYNAME 1
  1511. | #define HAVE_GETHOSTNAME 1
  1512. | #define HAVE_GETPAGESIZE 1
  1513. | #define HAVE_GETPASS 1
  1514. | #define HAVE_GETTIMEOFDAY 1
  1515. | #define HAVE_INET_NTOA 1
  1516. | #define HAVE_LCHOWN 1
  1517. | #define HAVE_LOCALECONV 1
  1518. | #define HAVE_MEMCHR 1
  1519. | #define HAVE_MEMMOVE 1
  1520. | #define HAVE_MEMSET 1
  1521. | #define HAVE_MKDIR 1
  1522. | #define HAVE_MODF 1
  1523. | #define HAVE_MUNMAP 1
  1524. | /* end confdefs.h. */
  1525. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1526. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1527. | #define pow innocuous_pow
  1528. |
  1529. | /* System header to define __stub macros and hopefully few prototypes,
  1530. | which can conflict with char pow (); below.
  1531. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1532. | <limits.h> exists even on freestanding compilers. */
  1533. |
  1534. | #ifdef __STDC__
  1535. | # include <limits.h>
  1536. | #else
  1537. | # include <assert.h>
  1538. | #endif
  1539. |
  1540. | #undef pow
  1541. |
  1542. | /* Override any GCC internal prototype to avoid an error.
  1543. | Use char because int might match the return type of a GCC
  1544. | builtin and then its argument prototype would still apply. */
  1545. | #ifdef __cplusplus
  1546. | extern "C"
  1547. | #endif
  1548. | char pow ();
  1549. | /* The GNU C library defines this for functions which it implements
  1550. | to always fail with ENOSYS. Some functions are actually named
  1551. | something starting with __ and the normal name is an alias. */
  1552. | #if defined __stub_pow || defined __stub___pow
  1553. | choke me
  1554. | #endif
  1555. |
  1556. | int
  1557. | main ()
  1558. | {
  1559. | return pow ();
  1560. | ;
  1561. | return 0;
  1562. | }
  1563. configure:21292: result: no
  1564. configure:21292: checking for rmdir
  1565. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1566. configure:21292: $? = 0
  1567. configure:21292: result: yes
  1568. configure:21292: checking for select
  1569. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1570. configure:21292: $? = 0
  1571. configure:21292: result: yes
  1572. configure:21292: checking for setenv
  1573. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1574. configure:21292: $? = 0
  1575. configure:21292: result: yes
  1576. configure:21292: checking for setlocale
  1577. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1578. configure:21292: $? = 0
  1579. configure:21292: result: yes
  1580. configure:21292: checking for socket
  1581. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1582. configure:21292: $? = 0
  1583. configure:21292: result: yes
  1584. configure:21292: checking for sqrt
  1585. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1586. conftest.c:104:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
  1587. /tmp/ccYianQJ.o: In function `main':
  1588. /home/pi/xbmc/conftest.c:115: undefined reference to `sqrt'
  1589. collect2: ld returned 1 exit status
  1590. configure:21292: $? = 1
  1591. configure: failed program was:
  1592. | /* confdefs.h */
  1593. | #define PACKAGE_NAME "kodi"
  1594. | #define PACKAGE_TARNAME "kodi"
  1595. | #define PACKAGE_VERSION "14.9.701"
  1596. | #define PACKAGE_STRING "kodi 14.9.701"
  1597. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1598. | #define PACKAGE_URL ""
  1599. | #define PACKAGE "kodi"
  1600. | #define VERSION "14.9.701"
  1601. | #define LIRC_DEVICE "/dev/lircd"
  1602. | #define HAVE_CXX11 1
  1603. | #define STDC_HEADERS 1
  1604. | #define HAVE_SYS_TYPES_H 1
  1605. | #define HAVE_SYS_STAT_H 1
  1606. | #define HAVE_STDLIB_H 1
  1607. | #define HAVE_STRING_H 1
  1608. | #define HAVE_MEMORY_H 1
  1609. | #define HAVE_STRINGS_H 1
  1610. | #define HAVE_INTTYPES_H 1
  1611. | #define HAVE_STDINT_H 1
  1612. | #define HAVE_UNISTD_H 1
  1613. | #define HAVE_DLFCN_H 1
  1614. | #define LT_OBJDIR ".libs/"
  1615. | #define HAS_EGLGLES 1
  1616. | #define HAVE_OMXLIB 1
  1617. | #define HAS_MMAL 1
  1618. | #define HAVE_ALLOCA_H 1
  1619. | #define HAVE_ALLOCA 1
  1620. | #define HAVE_UNISTD_H 1
  1621. | #define HAVE_CHOWN 1
  1622. | #define HAVE_DIRENT_H 1
  1623. | #define HAVE_FSEEKO 1
  1624. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1625. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1626. | #define TIME_WITH_SYS_TIME 1
  1627. | #define HAVE_SYS_TIME_H 1
  1628. | #define HAVE_UNISTD_H 1
  1629. | #define HAVE_STDLIB_H 1
  1630. | #define HAVE_SYS_PARAM_H 1
  1631. | #define HAVE_UTIME_H 1
  1632. | #define HAVE_ALARM 1
  1633. | #define HAVE_GETPAGESIZE 1
  1634. | #define HAVE_MMAP 1
  1635. | #define HAVE_SYS_SELECT_H 1
  1636. | #define HAVE_SYS_SOCKET_H 1
  1637. | #define SELECT_TYPE_ARG1 int
  1638. | #define SELECT_TYPE_ARG234 (fd_set *)
  1639. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1640. | #define RETSIGTYPE void
  1641. | #define HAVE_STRCOLL 1
  1642. | #define HAVE_STRFTIME 1
  1643. | #define HAVE_UTIME_NULL 1
  1644. | #define HAVE_VPRINTF 1
  1645. | #define HAVE_ATEXIT 1
  1646. | #define HAVE_DUP2 1
  1647. | #define HAVE_FDATASYNC 1
  1648. | #define HAVE_FTIME 1
  1649. | #define HAVE_FTRUNCATE 1
  1650. | #define HAVE_GETCWD 1
  1651. | #define HAVE_GETHOSTBYADDR 1
  1652. | #define HAVE_GETHOSTBYNAME 1
  1653. | #define HAVE_GETHOSTNAME 1
  1654. | #define HAVE_GETPAGESIZE 1
  1655. | #define HAVE_GETPASS 1
  1656. | #define HAVE_GETTIMEOFDAY 1
  1657. | #define HAVE_INET_NTOA 1
  1658. | #define HAVE_LCHOWN 1
  1659. | #define HAVE_LOCALECONV 1
  1660. | #define HAVE_MEMCHR 1
  1661. | #define HAVE_MEMMOVE 1
  1662. | #define HAVE_MEMSET 1
  1663. | #define HAVE_MKDIR 1
  1664. | #define HAVE_MODF 1
  1665. | #define HAVE_MUNMAP 1
  1666. | #define HAVE_RMDIR 1
  1667. | #define HAVE_SELECT 1
  1668. | #define HAVE_SETENV 1
  1669. | #define HAVE_SETLOCALE 1
  1670. | #define HAVE_SOCKET 1
  1671. | /* end confdefs.h. */
  1672. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1673. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1674. | #define sqrt innocuous_sqrt
  1675. |
  1676. | /* System header to define __stub macros and hopefully few prototypes,
  1677. | which can conflict with char sqrt (); below.
  1678. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1679. | <limits.h> exists even on freestanding compilers. */
  1680. |
  1681. | #ifdef __STDC__
  1682. | # include <limits.h>
  1683. | #else
  1684. | # include <assert.h>
  1685. | #endif
  1686. |
  1687. | #undef sqrt
  1688. |
  1689. | /* Override any GCC internal prototype to avoid an error.
  1690. | Use char because int might match the return type of a GCC
  1691. | builtin and then its argument prototype would still apply. */
  1692. | #ifdef __cplusplus
  1693. | extern "C"
  1694. | #endif
  1695. | char sqrt ();
  1696. | /* The GNU C library defines this for functions which it implements
  1697. | to always fail with ENOSYS. Some functions are actually named
  1698. | something starting with __ and the normal name is an alias. */
  1699. | #if defined __stub_sqrt || defined __stub___sqrt
  1700. | choke me
  1701. | #endif
  1702. |
  1703. | int
  1704. | main ()
  1705. | {
  1706. | return sqrt ();
  1707. | ;
  1708. | return 0;
  1709. | }
  1710. configure:21292: result: no
  1711. configure:21292: checking for strcasecmp
  1712. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1713. conftest.c:104:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1714. configure:21292: $? = 0
  1715. configure:21292: result: yes
  1716. configure:21292: checking for strchr
  1717. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1718. conftest.c:105:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1719. configure:21292: $? = 0
  1720. configure:21292: result: yes
  1721. configure:21292: checking for strcspn
  1722. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1723. conftest.c:106:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
  1724. configure:21292: $? = 0
  1725. configure:21292: result: yes
  1726. configure:21292: checking for strdup
  1727. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1728. conftest.c:107:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1729. configure:21292: $? = 0
  1730. configure:21292: result: yes
  1731. configure:21292: checking for strerror
  1732. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1733. configure:21292: $? = 0
  1734. configure:21292: result: yes
  1735. configure:21292: checking for strncasecmp
  1736. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1737. conftest.c:109:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1738. configure:21292: $? = 0
  1739. configure:21292: result: yes
  1740. configure:21292: checking for strpbrk
  1741. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1742. conftest.c:110:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
  1743. configure:21292: $? = 0
  1744. configure:21292: result: yes
  1745. configure:21292: checking for strrchr
  1746. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1747. conftest.c:111:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1748. configure:21292: $? = 0
  1749. configure:21292: result: yes
  1750. configure:21292: checking for strspn
  1751. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1752. conftest.c:112:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
  1753. configure:21292: $? = 0
  1754. configure:21292: result: yes
  1755. configure:21292: checking for strstr
  1756. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1757. conftest.c:113:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1758. configure:21292: $? = 0
  1759. configure:21292: result: yes
  1760. configure:21292: checking for strtol
  1761. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1762. configure:21292: $? = 0
  1763. configure:21292: result: yes
  1764. configure:21292: checking for strtoul
  1765. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1766. configure:21292: $? = 0
  1767. configure:21292: result: yes
  1768. configure:21292: checking for sysinfo
  1769. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1770. configure:21292: $? = 0
  1771. configure:21292: result: yes
  1772. configure:21292: checking for tzset
  1773. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1774. configure:21292: $? = 0
  1775. configure:21292: result: yes
  1776. configure:21292: checking for utime
  1777. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1778. configure:21292: $? = 0
  1779. configure:21292: result: yes
  1780. configure:21292: checking for posix_fadvise
  1781. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1782. configure:21292: $? = 0
  1783. configure:21292: result: yes
  1784. configure:21292: checking for localtime_r
  1785. configure:21292: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1786. configure:21292: $? = 0
  1787. configure:21292: result: yes
  1788. configure:21307: checking size of int
  1789. configure:21312: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1790. configure:21312: $? = 0
  1791. configure:21312: ./conftest
  1792. configure:21312: $? = 0
  1793. configure:21326: result: 4
  1794. configure:21340: checking size of size_t
  1795. configure:21345: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1796. configure:21345: $? = 0
  1797. configure:21345: ./conftest
  1798. configure:21345: $? = 0
  1799. configure:21359: result: 4
  1800. configure:21371: checking for __sync_add_and_fetch(temp, 1)
  1801. configure:21384: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1802. conftest.c: In function 'main':
  1803. conftest.c:104:20: warning: unused variable 'ret' [-Wunused-variable]
  1804. configure:21384: $? = 0
  1805. configure:21391: result: yes
  1806. configure:21399: checking for __sync_sub_and_fetch(temp, 1)
  1807. configure:21412: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1808. conftest.c: In function 'main':
  1809. conftest.c:105:20: warning: unused variable 'ret' [-Wunused-variable]
  1810. configure:21412: $? = 0
  1811. configure:21419: result: yes
  1812. configure:21427: checking for __sync_val_compare_and_swap(temp, 1, 1)
  1813. configure:21440: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c >&5
  1814. conftest.c: In function 'main':
  1815. conftest.c:106:22: warning: unused variable 'ret' [-Wunused-variable]
  1816. configure:21440: $? = 0
  1817. configure:21447: result: yes
  1818. configure:21462: checking for std::u16string
  1819. configure:21462: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  1820. configure:21462: $? = 0
  1821. configure:21462: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  1822. conftest.cpp: In function 'int main()':
  1823. conftest.cpp:108:28: error: expected primary-expression before ')' token
  1824. configure:21462: $? = 1
  1825. configure: failed program was:
  1826. | /* confdefs.h */
  1827. | #define PACKAGE_NAME "kodi"
  1828. | #define PACKAGE_TARNAME "kodi"
  1829. | #define PACKAGE_VERSION "14.9.701"
  1830. | #define PACKAGE_STRING "kodi 14.9.701"
  1831. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1832. | #define PACKAGE_URL ""
  1833. | #define PACKAGE "kodi"
  1834. | #define VERSION "14.9.701"
  1835. | #define LIRC_DEVICE "/dev/lircd"
  1836. | #define HAVE_CXX11 1
  1837. | #define STDC_HEADERS 1
  1838. | #define HAVE_SYS_TYPES_H 1
  1839. | #define HAVE_SYS_STAT_H 1
  1840. | #define HAVE_STDLIB_H 1
  1841. | #define HAVE_STRING_H 1
  1842. | #define HAVE_MEMORY_H 1
  1843. | #define HAVE_STRINGS_H 1
  1844. | #define HAVE_INTTYPES_H 1
  1845. | #define HAVE_STDINT_H 1
  1846. | #define HAVE_UNISTD_H 1
  1847. | #define HAVE_DLFCN_H 1
  1848. | #define LT_OBJDIR ".libs/"
  1849. | #define HAS_EGLGLES 1
  1850. | #define HAVE_OMXLIB 1
  1851. | #define HAS_MMAL 1
  1852. | #define HAVE_ALLOCA_H 1
  1853. | #define HAVE_ALLOCA 1
  1854. | #define HAVE_UNISTD_H 1
  1855. | #define HAVE_CHOWN 1
  1856. | #define HAVE_DIRENT_H 1
  1857. | #define HAVE_FSEEKO 1
  1858. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1859. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1860. | #define TIME_WITH_SYS_TIME 1
  1861. | #define HAVE_SYS_TIME_H 1
  1862. | #define HAVE_UNISTD_H 1
  1863. | #define HAVE_STDLIB_H 1
  1864. | #define HAVE_SYS_PARAM_H 1
  1865. | #define HAVE_UTIME_H 1
  1866. | #define HAVE_ALARM 1
  1867. | #define HAVE_GETPAGESIZE 1
  1868. | #define HAVE_MMAP 1
  1869. | #define HAVE_SYS_SELECT_H 1
  1870. | #define HAVE_SYS_SOCKET_H 1
  1871. | #define SELECT_TYPE_ARG1 int
  1872. | #define SELECT_TYPE_ARG234 (fd_set *)
  1873. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1874. | #define RETSIGTYPE void
  1875. | #define HAVE_STRCOLL 1
  1876. | #define HAVE_STRFTIME 1
  1877. | #define HAVE_UTIME_NULL 1
  1878. | #define HAVE_VPRINTF 1
  1879. | #define HAVE_ATEXIT 1
  1880. | #define HAVE_DUP2 1
  1881. | #define HAVE_FDATASYNC 1
  1882. | #define HAVE_FTIME 1
  1883. | #define HAVE_FTRUNCATE 1
  1884. | #define HAVE_GETCWD 1
  1885. | #define HAVE_GETHOSTBYADDR 1
  1886. | #define HAVE_GETHOSTBYNAME 1
  1887. | #define HAVE_GETHOSTNAME 1
  1888. | #define HAVE_GETPAGESIZE 1
  1889. | #define HAVE_GETPASS 1
  1890. | #define HAVE_GETTIMEOFDAY 1
  1891. | #define HAVE_INET_NTOA 1
  1892. | #define HAVE_LCHOWN 1
  1893. | #define HAVE_LOCALECONV 1
  1894. | #define HAVE_MEMCHR 1
  1895. | #define HAVE_MEMMOVE 1
  1896. | #define HAVE_MEMSET 1
  1897. | #define HAVE_MKDIR 1
  1898. | #define HAVE_MODF 1
  1899. | #define HAVE_MUNMAP 1
  1900. | #define HAVE_RMDIR 1
  1901. | #define HAVE_SELECT 1
  1902. | #define HAVE_SETENV 1
  1903. | #define HAVE_SETLOCALE 1
  1904. | #define HAVE_SOCKET 1
  1905. | #define HAVE_STRCASECMP 1
  1906. | #define HAVE_STRCHR 1
  1907. | #define HAVE_STRCSPN 1
  1908. | #define HAVE_STRDUP 1
  1909. | #define HAVE_STRERROR 1
  1910. | #define HAVE_STRNCASECMP 1
  1911. | #define HAVE_STRPBRK 1
  1912. | #define HAVE_STRRCHR 1
  1913. | #define HAVE_STRSPN 1
  1914. | #define HAVE_STRSTR 1
  1915. | #define HAVE_STRTOL 1
  1916. | #define HAVE_STRTOUL 1
  1917. | #define HAVE_SYSINFO 1
  1918. | #define HAVE_TZSET 1
  1919. | #define HAVE_UTIME 1
  1920. | #define HAVE_POSIX_FADVISE 1
  1921. | #define HAVE_LOCALTIME_R 1
  1922. | #define SIZEOF_INT 4
  1923. | #define SIZEOF_SIZE_T 4
  1924. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1925. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1926. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1927. | /* end confdefs.h. */
  1928. | #include <string>
  1929. |
  1930. | int
  1931. | main ()
  1932. | {
  1933. | if (sizeof ((std::u16string)))
  1934. | return 0;
  1935. | ;
  1936. | return 0;
  1937. | }
  1938. configure:21462: result: yes
  1939. configure:21472: checking for std::u32string
  1940. configure:21472: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  1941. configure:21472: $? = 0
  1942. configure:21472: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  1943. conftest.cpp: In function 'int main()':
  1944. conftest.cpp:109:28: error: expected primary-expression before ')' token
  1945. configure:21472: $? = 1
  1946. configure: failed program was:
  1947. | /* confdefs.h */
  1948. | #define PACKAGE_NAME "kodi"
  1949. | #define PACKAGE_TARNAME "kodi"
  1950. | #define PACKAGE_VERSION "14.9.701"
  1951. | #define PACKAGE_STRING "kodi 14.9.701"
  1952. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1953. | #define PACKAGE_URL ""
  1954. | #define PACKAGE "kodi"
  1955. | #define VERSION "14.9.701"
  1956. | #define LIRC_DEVICE "/dev/lircd"
  1957. | #define HAVE_CXX11 1
  1958. | #define STDC_HEADERS 1
  1959. | #define HAVE_SYS_TYPES_H 1
  1960. | #define HAVE_SYS_STAT_H 1
  1961. | #define HAVE_STDLIB_H 1
  1962. | #define HAVE_STRING_H 1
  1963. | #define HAVE_MEMORY_H 1
  1964. | #define HAVE_STRINGS_H 1
  1965. | #define HAVE_INTTYPES_H 1
  1966. | #define HAVE_STDINT_H 1
  1967. | #define HAVE_UNISTD_H 1
  1968. | #define HAVE_DLFCN_H 1
  1969. | #define LT_OBJDIR ".libs/"
  1970. | #define HAS_EGLGLES 1
  1971. | #define HAVE_OMXLIB 1
  1972. | #define HAS_MMAL 1
  1973. | #define HAVE_ALLOCA_H 1
  1974. | #define HAVE_ALLOCA 1
  1975. | #define HAVE_UNISTD_H 1
  1976. | #define HAVE_CHOWN 1
  1977. | #define HAVE_DIRENT_H 1
  1978. | #define HAVE_FSEEKO 1
  1979. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1980. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1981. | #define TIME_WITH_SYS_TIME 1
  1982. | #define HAVE_SYS_TIME_H 1
  1983. | #define HAVE_UNISTD_H 1
  1984. | #define HAVE_STDLIB_H 1
  1985. | #define HAVE_SYS_PARAM_H 1
  1986. | #define HAVE_UTIME_H 1
  1987. | #define HAVE_ALARM 1
  1988. | #define HAVE_GETPAGESIZE 1
  1989. | #define HAVE_MMAP 1
  1990. | #define HAVE_SYS_SELECT_H 1
  1991. | #define HAVE_SYS_SOCKET_H 1
  1992. | #define SELECT_TYPE_ARG1 int
  1993. | #define SELECT_TYPE_ARG234 (fd_set *)
  1994. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1995. | #define RETSIGTYPE void
  1996. | #define HAVE_STRCOLL 1
  1997. | #define HAVE_STRFTIME 1
  1998. | #define HAVE_UTIME_NULL 1
  1999. | #define HAVE_VPRINTF 1
  2000. | #define HAVE_ATEXIT 1
  2001. | #define HAVE_DUP2 1
  2002. | #define HAVE_FDATASYNC 1
  2003. | #define HAVE_FTIME 1
  2004. | #define HAVE_FTRUNCATE 1
  2005. | #define HAVE_GETCWD 1
  2006. | #define HAVE_GETHOSTBYADDR 1
  2007. | #define HAVE_GETHOSTBYNAME 1
  2008. | #define HAVE_GETHOSTNAME 1
  2009. | #define HAVE_GETPAGESIZE 1
  2010. | #define HAVE_GETPASS 1
  2011. | #define HAVE_GETTIMEOFDAY 1
  2012. | #define HAVE_INET_NTOA 1
  2013. | #define HAVE_LCHOWN 1
  2014. | #define HAVE_LOCALECONV 1
  2015. | #define HAVE_MEMCHR 1
  2016. | #define HAVE_MEMMOVE 1
  2017. | #define HAVE_MEMSET 1
  2018. | #define HAVE_MKDIR 1
  2019. | #define HAVE_MODF 1
  2020. | #define HAVE_MUNMAP 1
  2021. | #define HAVE_RMDIR 1
  2022. | #define HAVE_SELECT 1
  2023. | #define HAVE_SETENV 1
  2024. | #define HAVE_SETLOCALE 1
  2025. | #define HAVE_SOCKET 1
  2026. | #define HAVE_STRCASECMP 1
  2027. | #define HAVE_STRCHR 1
  2028. | #define HAVE_STRCSPN 1
  2029. | #define HAVE_STRDUP 1
  2030. | #define HAVE_STRERROR 1
  2031. | #define HAVE_STRNCASECMP 1
  2032. | #define HAVE_STRPBRK 1
  2033. | #define HAVE_STRRCHR 1
  2034. | #define HAVE_STRSPN 1
  2035. | #define HAVE_STRSTR 1
  2036. | #define HAVE_STRTOL 1
  2037. | #define HAVE_STRTOUL 1
  2038. | #define HAVE_SYSINFO 1
  2039. | #define HAVE_TZSET 1
  2040. | #define HAVE_UTIME 1
  2041. | #define HAVE_POSIX_FADVISE 1
  2042. | #define HAVE_LOCALTIME_R 1
  2043. | #define SIZEOF_INT 4
  2044. | #define SIZEOF_SIZE_T 4
  2045. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2046. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2047. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2048. | #define HAVE_STD__U16STRING 1
  2049. | /* end confdefs.h. */
  2050. | #include <string>
  2051. |
  2052. | int
  2053. | main ()
  2054. | {
  2055. | if (sizeof ((std::u32string)))
  2056. | return 0;
  2057. | ;
  2058. | return 0;
  2059. | }
  2060. configure:21472: result: yes
  2061. configure:21483: checking for char16_t
  2062. configure:21483: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  2063. configure:21483: $? = 0
  2064. configure:21483: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  2065. conftest.cpp: In function 'int main()':
  2066. conftest.cpp:141:14: error: expected primary-expression before 'char16_t'
  2067. conftest.cpp:141:14: error: expected ')' before 'char16_t'
  2068. conftest.cpp:142:14: error: expected ')' before ';' token
  2069. conftest.cpp:142:14: error: expected ')' before ';' token
  2070. configure:21483: $? = 1
  2071. configure: failed program was:
  2072. | /* confdefs.h */
  2073. | #define PACKAGE_NAME "kodi"
  2074. | #define PACKAGE_TARNAME "kodi"
  2075. | #define PACKAGE_VERSION "14.9.701"
  2076. | #define PACKAGE_STRING "kodi 14.9.701"
  2077. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2078. | #define PACKAGE_URL ""
  2079. | #define PACKAGE "kodi"
  2080. | #define VERSION "14.9.701"
  2081. | #define LIRC_DEVICE "/dev/lircd"
  2082. | #define HAVE_CXX11 1
  2083. | #define STDC_HEADERS 1
  2084. | #define HAVE_SYS_TYPES_H 1
  2085. | #define HAVE_SYS_STAT_H 1
  2086. | #define HAVE_STDLIB_H 1
  2087. | #define HAVE_STRING_H 1
  2088. | #define HAVE_MEMORY_H 1
  2089. | #define HAVE_STRINGS_H 1
  2090. | #define HAVE_INTTYPES_H 1
  2091. | #define HAVE_STDINT_H 1
  2092. | #define HAVE_UNISTD_H 1
  2093. | #define HAVE_DLFCN_H 1
  2094. | #define LT_OBJDIR ".libs/"
  2095. | #define HAS_EGLGLES 1
  2096. | #define HAVE_OMXLIB 1
  2097. | #define HAS_MMAL 1
  2098. | #define HAVE_ALLOCA_H 1
  2099. | #define HAVE_ALLOCA 1
  2100. | #define HAVE_UNISTD_H 1
  2101. | #define HAVE_CHOWN 1
  2102. | #define HAVE_DIRENT_H 1
  2103. | #define HAVE_FSEEKO 1
  2104. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2105. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2106. | #define TIME_WITH_SYS_TIME 1
  2107. | #define HAVE_SYS_TIME_H 1
  2108. | #define HAVE_UNISTD_H 1
  2109. | #define HAVE_STDLIB_H 1
  2110. | #define HAVE_SYS_PARAM_H 1
  2111. | #define HAVE_UTIME_H 1
  2112. | #define HAVE_ALARM 1
  2113. | #define HAVE_GETPAGESIZE 1
  2114. | #define HAVE_MMAP 1
  2115. | #define HAVE_SYS_SELECT_H 1
  2116. | #define HAVE_SYS_SOCKET_H 1
  2117. | #define SELECT_TYPE_ARG1 int
  2118. | #define SELECT_TYPE_ARG234 (fd_set *)
  2119. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2120. | #define RETSIGTYPE void
  2121. | #define HAVE_STRCOLL 1
  2122. | #define HAVE_STRFTIME 1
  2123. | #define HAVE_UTIME_NULL 1
  2124. | #define HAVE_VPRINTF 1
  2125. | #define HAVE_ATEXIT 1
  2126. | #define HAVE_DUP2 1
  2127. | #define HAVE_FDATASYNC 1
  2128. | #define HAVE_FTIME 1
  2129. | #define HAVE_FTRUNCATE 1
  2130. | #define HAVE_GETCWD 1
  2131. | #define HAVE_GETHOSTBYADDR 1
  2132. | #define HAVE_GETHOSTBYNAME 1
  2133. | #define HAVE_GETHOSTNAME 1
  2134. | #define HAVE_GETPAGESIZE 1
  2135. | #define HAVE_GETPASS 1
  2136. | #define HAVE_GETTIMEOFDAY 1
  2137. | #define HAVE_INET_NTOA 1
  2138. | #define HAVE_LCHOWN 1
  2139. | #define HAVE_LOCALECONV 1
  2140. | #define HAVE_MEMCHR 1
  2141. | #define HAVE_MEMMOVE 1
  2142. | #define HAVE_MEMSET 1
  2143. | #define HAVE_MKDIR 1
  2144. | #define HAVE_MODF 1
  2145. | #define HAVE_MUNMAP 1
  2146. | #define HAVE_RMDIR 1
  2147. | #define HAVE_SELECT 1
  2148. | #define HAVE_SETENV 1
  2149. | #define HAVE_SETLOCALE 1
  2150. | #define HAVE_SOCKET 1
  2151. | #define HAVE_STRCASECMP 1
  2152. | #define HAVE_STRCHR 1
  2153. | #define HAVE_STRCSPN 1
  2154. | #define HAVE_STRDUP 1
  2155. | #define HAVE_STRERROR 1
  2156. | #define HAVE_STRNCASECMP 1
  2157. | #define HAVE_STRPBRK 1
  2158. | #define HAVE_STRRCHR 1
  2159. | #define HAVE_STRSPN 1
  2160. | #define HAVE_STRSTR 1
  2161. | #define HAVE_STRTOL 1
  2162. | #define HAVE_STRTOUL 1
  2163. | #define HAVE_SYSINFO 1
  2164. | #define HAVE_TZSET 1
  2165. | #define HAVE_UTIME 1
  2166. | #define HAVE_POSIX_FADVISE 1
  2167. | #define HAVE_LOCALTIME_R 1
  2168. | #define SIZEOF_INT 4
  2169. | #define SIZEOF_SIZE_T 4
  2170. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2171. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2172. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2173. | #define HAVE_STD__U16STRING 1
  2174. | #define HAVE_STD__U32STRING 1
  2175. | /* end confdefs.h. */
  2176. | #include <stdio.h>
  2177. | #ifdef HAVE_SYS_TYPES_H
  2178. | # include <sys/types.h>
  2179. | #endif
  2180. | #ifdef HAVE_SYS_STAT_H
  2181. | # include <sys/stat.h>
  2182. | #endif
  2183. | #ifdef STDC_HEADERS
  2184. | # include <stdlib.h>
  2185. | # include <stddef.h>
  2186. | #else
  2187. | # ifdef HAVE_STDLIB_H
  2188. | # include <stdlib.h>
  2189. | # endif
  2190. | #endif
  2191. | #ifdef HAVE_STRING_H
  2192. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2193. | # include <memory.h>
  2194. | # endif
  2195. | # include <string.h>
  2196. | #endif
  2197. | #ifdef HAVE_STRINGS_H
  2198. | # include <strings.h>
  2199. | #endif
  2200. | #ifdef HAVE_INTTYPES_H
  2201. | # include <inttypes.h>
  2202. | #endif
  2203. | #ifdef HAVE_STDINT_H
  2204. | # include <stdint.h>
  2205. | #endif
  2206. | #ifdef HAVE_UNISTD_H
  2207. | # include <unistd.h>
  2208. | #endif
  2209. | int
  2210. | main ()
  2211. | {
  2212. | if (sizeof ((char16_t)))
  2213. | return 0;
  2214. | ;
  2215. | return 0;
  2216. | }
  2217. configure:21483: result: yes
  2218. configure:21492: checking for char32_t
  2219. configure:21492: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  2220. configure:21492: $? = 0
  2221. configure:21492: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  2222. conftest.cpp: In function 'int main()':
  2223. conftest.cpp:142:14: error: expected primary-expression before 'char32_t'
  2224. conftest.cpp:142:14: error: expected ')' before 'char32_t'
  2225. conftest.cpp:143:14: error: expected ')' before ';' token
  2226. conftest.cpp:143:14: error: expected ')' before ';' token
  2227. configure:21492: $? = 1
  2228. configure: failed program was:
  2229. | /* confdefs.h */
  2230. | #define PACKAGE_NAME "kodi"
  2231. | #define PACKAGE_TARNAME "kodi"
  2232. | #define PACKAGE_VERSION "14.9.701"
  2233. | #define PACKAGE_STRING "kodi 14.9.701"
  2234. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2235. | #define PACKAGE_URL ""
  2236. | #define PACKAGE "kodi"
  2237. | #define VERSION "14.9.701"
  2238. | #define LIRC_DEVICE "/dev/lircd"
  2239. | #define HAVE_CXX11 1
  2240. | #define STDC_HEADERS 1
  2241. | #define HAVE_SYS_TYPES_H 1
  2242. | #define HAVE_SYS_STAT_H 1
  2243. | #define HAVE_STDLIB_H 1
  2244. | #define HAVE_STRING_H 1
  2245. | #define HAVE_MEMORY_H 1
  2246. | #define HAVE_STRINGS_H 1
  2247. | #define HAVE_INTTYPES_H 1
  2248. | #define HAVE_STDINT_H 1
  2249. | #define HAVE_UNISTD_H 1
  2250. | #define HAVE_DLFCN_H 1
  2251. | #define LT_OBJDIR ".libs/"
  2252. | #define HAS_EGLGLES 1
  2253. | #define HAVE_OMXLIB 1
  2254. | #define HAS_MMAL 1
  2255. | #define HAVE_ALLOCA_H 1
  2256. | #define HAVE_ALLOCA 1
  2257. | #define HAVE_UNISTD_H 1
  2258. | #define HAVE_CHOWN 1
  2259. | #define HAVE_DIRENT_H 1
  2260. | #define HAVE_FSEEKO 1
  2261. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2262. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2263. | #define TIME_WITH_SYS_TIME 1
  2264. | #define HAVE_SYS_TIME_H 1
  2265. | #define HAVE_UNISTD_H 1
  2266. | #define HAVE_STDLIB_H 1
  2267. | #define HAVE_SYS_PARAM_H 1
  2268. | #define HAVE_UTIME_H 1
  2269. | #define HAVE_ALARM 1
  2270. | #define HAVE_GETPAGESIZE 1
  2271. | #define HAVE_MMAP 1
  2272. | #define HAVE_SYS_SELECT_H 1
  2273. | #define HAVE_SYS_SOCKET_H 1
  2274. | #define SELECT_TYPE_ARG1 int
  2275. | #define SELECT_TYPE_ARG234 (fd_set *)
  2276. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2277. | #define RETSIGTYPE void
  2278. | #define HAVE_STRCOLL 1
  2279. | #define HAVE_STRFTIME 1
  2280. | #define HAVE_UTIME_NULL 1
  2281. | #define HAVE_VPRINTF 1
  2282. | #define HAVE_ATEXIT 1
  2283. | #define HAVE_DUP2 1
  2284. | #define HAVE_FDATASYNC 1
  2285. | #define HAVE_FTIME 1
  2286. | #define HAVE_FTRUNCATE 1
  2287. | #define HAVE_GETCWD 1
  2288. | #define HAVE_GETHOSTBYADDR 1
  2289. | #define HAVE_GETHOSTBYNAME 1
  2290. | #define HAVE_GETHOSTNAME 1
  2291. | #define HAVE_GETPAGESIZE 1
  2292. | #define HAVE_GETPASS 1
  2293. | #define HAVE_GETTIMEOFDAY 1
  2294. | #define HAVE_INET_NTOA 1
  2295. | #define HAVE_LCHOWN 1
  2296. | #define HAVE_LOCALECONV 1
  2297. | #define HAVE_MEMCHR 1
  2298. | #define HAVE_MEMMOVE 1
  2299. | #define HAVE_MEMSET 1
  2300. | #define HAVE_MKDIR 1
  2301. | #define HAVE_MODF 1
  2302. | #define HAVE_MUNMAP 1
  2303. | #define HAVE_RMDIR 1
  2304. | #define HAVE_SELECT 1
  2305. | #define HAVE_SETENV 1
  2306. | #define HAVE_SETLOCALE 1
  2307. | #define HAVE_SOCKET 1
  2308. | #define HAVE_STRCASECMP 1
  2309. | #define HAVE_STRCHR 1
  2310. | #define HAVE_STRCSPN 1
  2311. | #define HAVE_STRDUP 1
  2312. | #define HAVE_STRERROR 1
  2313. | #define HAVE_STRNCASECMP 1
  2314. | #define HAVE_STRPBRK 1
  2315. | #define HAVE_STRRCHR 1
  2316. | #define HAVE_STRSPN 1
  2317. | #define HAVE_STRSTR 1
  2318. | #define HAVE_STRTOL 1
  2319. | #define HAVE_STRTOUL 1
  2320. | #define HAVE_SYSINFO 1
  2321. | #define HAVE_TZSET 1
  2322. | #define HAVE_UTIME 1
  2323. | #define HAVE_POSIX_FADVISE 1
  2324. | #define HAVE_LOCALTIME_R 1
  2325. | #define SIZEOF_INT 4
  2326. | #define SIZEOF_SIZE_T 4
  2327. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2328. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2329. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2330. | #define HAVE_STD__U16STRING 1
  2331. | #define HAVE_STD__U32STRING 1
  2332. | #define HAVE_CHAR16_T 1
  2333. | /* end confdefs.h. */
  2334. | #include <stdio.h>
  2335. | #ifdef HAVE_SYS_TYPES_H
  2336. | # include <sys/types.h>
  2337. | #endif
  2338. | #ifdef HAVE_SYS_STAT_H
  2339. | # include <sys/stat.h>
  2340. | #endif
  2341. | #ifdef STDC_HEADERS
  2342. | # include <stdlib.h>
  2343. | # include <stddef.h>
  2344. | #else
  2345. | # ifdef HAVE_STDLIB_H
  2346. | # include <stdlib.h>
  2347. | # endif
  2348. | #endif
  2349. | #ifdef HAVE_STRING_H
  2350. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2351. | # include <memory.h>
  2352. | # endif
  2353. | # include <string.h>
  2354. | #endif
  2355. | #ifdef HAVE_STRINGS_H
  2356. | # include <strings.h>
  2357. | #endif
  2358. | #ifdef HAVE_INTTYPES_H
  2359. | # include <inttypes.h>
  2360. | #endif
  2361. | #ifdef HAVE_STDINT_H
  2362. | # include <stdint.h>
  2363. | #endif
  2364. | #ifdef HAVE_UNISTD_H
  2365. | # include <unistd.h>
  2366. | #endif
  2367. | int
  2368. | main ()
  2369. | {
  2370. | if (sizeof ((char32_t)))
  2371. | return 0;
  2372. | ;
  2373. | return 0;
  2374. | }
  2375. configure:21492: result: yes
  2376. configure:21506: checking size of wchar_t
  2377. configure:21511: g++ -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall -L/opt/vc/lib conftest.cpp >&5
  2378. configure:21511: $? = 0
  2379. configure:21511: ./conftest
  2380. configure:21511: $? = 0
  2381. configure:21525: result: 4
  2382. configure:21546: checking sys/inotify.h usability
  2383. configure:21546: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2384. configure:21546: $? = 0
  2385. configure:21546: result: yes
  2386. configure:21546: checking sys/inotify.h presence
  2387. configure:21546: gcc -E conftest.c
  2388. configure:21546: $? = 0
  2389. configure:21546: result: yes
  2390. configure:21546: checking for sys/inotify.h
  2391. configure:21546: result: yes
  2392. configure:21563: checking boost/circular_buffer.hpp usability
  2393. configure:21563: g++ -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall conftest.cpp >&5
  2394. configure:21563: $? = 0
  2395. configure:21563: result: yes
  2396. configure:21563: checking boost/circular_buffer.hpp presence
  2397. configure:21563: g++ -E conftest.cpp
  2398. configure:21563: $? = 0
  2399. configure:21563: result: yes
  2400. configure:21563: checking for boost/circular_buffer.hpp
  2401. configure:21563: result: yes
  2402. configure:21588: checking for python
  2403. configure:21606: found /usr/bin/python
  2404. configure:21618: result: /usr/bin/python
  2405. configure:21634: checking for a version of Python >= '2.1.0'
  2406. configure:21660: result: yes
  2407. configure:21668: checking for a version of Python >= 2.4
  2408. configure:21674: result: yes
  2409. configure:21691: checking for the distutils Python package
  2410. configure:21695: result: yes
  2411. configure:21709: checking for Python include path
  2412. configure:21719: result: -I/usr/include/python2.7
  2413. configure:21726: checking for Python library path
  2414. configure:21819: result: -L/usr/lib -lpython2.7
  2415. configure:21826: checking for Python site-packages path
  2416. configure:21832: result: /usr/lib/python2.7/dist-packages
  2417. configure:21839: checking python extra libraries
  2418. configure:21846: result: -L/usr/lib -lz -lpthread -ldl -lutil
  2419. configure:21853: checking python extra linking flags
  2420. configure:21860: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  2421. configure:21867: checking consistency of all components of python development environment
  2422. configure:21893: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -I/usr/include/python2.7 -L/opt/vc/lib conftest.c -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -L/usr/lib -lz -lpthread -ldl -lutil >&5
  2423. configure:21893: $? = 0
  2424. configure:21910: result: yes
  2425. configure:21942: Using Python 2.7
  2426. configure:22560: result: == Wayland disabled. ==
  2427. configure:22585: result: == WARNING: OpenGLES support is assumed.
  2428. configure:22903: checking for mysql_config
  2429. configure:22921: found /usr/bin/mysql_config
  2430. configure:22934: result: /usr/bin/mysql_config
  2431. configure:22954: checking ass/ass.h usability
  2432. configure:22954: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2433. configure:22954: $? = 0
  2434. configure:22954: result: yes
  2435. configure:22954: checking ass/ass.h presence
  2436. configure:22954: gcc -E conftest.c
  2437. configure:22954: $? = 0
  2438. configure:22954: result: yes
  2439. configure:22954: checking for ass/ass.h
  2440. configure:22954: result: yes
  2441. configure:22962: checking mpeg2dec/mpeg2.h usability
  2442. configure:22962: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2443. configure:22962: $? = 0
  2444. configure:22962: result: yes
  2445. configure:22962: checking mpeg2dec/mpeg2.h presence
  2446. configure:22962: gcc -E conftest.c
  2447. configure:22962: $? = 0
  2448. configure:22962: result: yes
  2449. configure:22962: checking for mpeg2dec/mpeg2.h
  2450. configure:22962: result: yes
  2451. configure:22970: checking for mpeg2dec/mpeg2convert.h
  2452. configure:22970: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2453. configure:22970: $? = 0
  2454. configure:22970: result: yes
  2455. configure:22980: checking jpeglib.h usability
  2456. configure:22980: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2457. configure:22980: $? = 0
  2458. configure:22980: result: yes
  2459. configure:22980: checking jpeglib.h presence
  2460. configure:22980: gcc -E conftest.c
  2461. configure:22980: $? = 0
  2462. configure:22980: result: yes
  2463. configure:22980: checking for jpeglib.h
  2464. configure:22980: result: yes
  2465. configure:22988: checking ogg/ogg.h usability
  2466. configure:22988: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2467. configure:22988: $? = 0
  2468. configure:22988: result: yes
  2469. configure:22988: checking ogg/ogg.h presence
  2470. configure:22988: gcc -E conftest.c
  2471. configure:22988: $? = 0
  2472. configure:22988: result: yes
  2473. configure:22988: checking for ogg/ogg.h
  2474. configure:22988: result: yes
  2475. configure:22996: checking vorbis/vorbisfile.h usability
  2476. configure:22996: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2477. configure:22996: $? = 0
  2478. configure:22996: result: yes
  2479. configure:22996: checking vorbis/vorbisfile.h presence
  2480. configure:22996: gcc -E conftest.c
  2481. configure:22996: $? = 0
  2482. configure:22996: result: yes
  2483. configure:22996: checking for vorbis/vorbisfile.h
  2484. configure:22996: result: yes
  2485. configure:23004: checking libmodplug/modplug.h usability
  2486. configure:23004: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2487. configure:23004: $? = 0
  2488. configure:23004: result: yes
  2489. configure:23004: checking libmodplug/modplug.h presence
  2490. configure:23004: gcc -E conftest.c
  2491. configure:23004: $? = 0
  2492. configure:23004: result: yes
  2493. configure:23004: checking for libmodplug/modplug.h
  2494. configure:23004: result: yes
  2495. configure:23015: checking for LIBCURL
  2496. configure:23022: $PKG_CONFIG --exists --print-errors "libcurl"
  2497. configure:23025: $? = 0
  2498. configure:23039: $PKG_CONFIG --exists --print-errors "libcurl"
  2499. configure:23042: $? = 0
  2500. configure:23080: result: yes
  2501. configure:23093: checking for libcurl soname
  2502. configure:23135: result: libcurl-gnutls.so.4
  2503. configure:23140: checking for CRYPTO_set_locking_callback(0) in libcurl-gnutls.so.4
  2504. configure:23156: result: no
  2505. configure:23160: checking openssl/crypto.h usability
  2506. configure:23160: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2507. configure:23160: $? = 0
  2508. configure:23160: result: yes
  2509. configure:23160: checking openssl/crypto.h presence
  2510. configure:23160: gcc -E conftest.c
  2511. configure:23160: $? = 0
  2512. configure:23160: result: yes
  2513. configure:23160: checking for openssl/crypto.h
  2514. configure:23160: result: yes
  2515. configure:23168: checking gcrypt.h usability
  2516. configure:23168: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2517. configure:23168: $? = 0
  2518. configure:23168: result: yes
  2519. configure:23168: checking gcrypt.h presence
  2520. configure:23168: gcc -E conftest.c
  2521. configure:23168: $? = 0
  2522. configure:23168: result: yes
  2523. configure:23168: checking for gcrypt.h
  2524. configure:23168: result: yes
  2525. configure:23178: checking for main in -lgpg-error
  2526. configure:23197: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2527. configure:23197: $? = 0
  2528. configure:23206: result: yes
  2529. configure:23219: checking for gcry_control in -lgcrypt
  2530. configure:23244: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2531. configure:23244: $? = 0
  2532. configure:23253: result: yes
  2533. configure:23272: checking for GNUTLS
  2534. configure:23279: $PKG_CONFIG --exists --print-errors "gnutls"
  2535. configure:23282: $? = 0
  2536. configure:23296: $PKG_CONFIG --exists --print-errors "gnutls"
  2537. configure:23299: $? = 0
  2538. configure:23339: result: yes
  2539. configure:23346: checking for main in -lbz2
  2540. configure:23365: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2541. configure:23365: $? = 0
  2542. configure:23374: result: yes
  2543. configure:23387: checking for main in -ljpeg
  2544. configure:23406: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2545. configure:23406: $? = 0
  2546. configure:23415: result: yes
  2547. configure:23428: checking for main in -ltiff
  2548. configure:23447: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2549. configure:23447: $? = 0
  2550. configure:23456: result: yes
  2551. configure:23553: checking for main in -lpthread
  2552. configure:23572: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2553. configure:23572: $? = 0
  2554. configure:23581: result: yes
  2555. configure:23594: checking for pthread_setname_np in -lpthread
  2556. configure:23619: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lpthread -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2557. configure:23619: $? = 0
  2558. configure:23628: result: yes
  2559. configure:23641: checking for main in -llzo2
  2560. configure:23660: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2561. configure:23660: $? = 0
  2562. configure:23669: result: yes
  2563. configure:23682: checking for main in -lz
  2564. configure:23701: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2565. configure:23701: $? = 0
  2566. configure:23710: result: yes
  2567. configure:23723: checking for main in -lcrypto
  2568. configure:23742: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2569. configure:23742: $? = 0
  2570. configure:23751: result: yes
  2571. configure:23764: checking for main in -lssl
  2572. configure:23783: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2573. configure:23783: $? = 0
  2574. configure:23792: result: yes
  2575. configure:23806: checking for main in -lmysqlclient
  2576. configure:23825: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2577. configure:23825: $? = 0
  2578. configure:23834: result: yes
  2579. configure:23848: checking for hci_devid in -lbluetooth
  2580. configure:23873: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
  2581. /usr/bin/ld: cannot find -lbluetooth
  2582. collect2: ld returned 1 exit status
  2583. configure:23873: $? = 1
  2584. configure: failed program was:
  2585. | /* confdefs.h */
  2586. | #define PACKAGE_NAME "kodi"
  2587. | #define PACKAGE_TARNAME "kodi"
  2588. | #define PACKAGE_VERSION "14.9.701"
  2589. | #define PACKAGE_STRING "kodi 14.9.701"
  2590. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2591. | #define PACKAGE_URL ""
  2592. | #define PACKAGE "kodi"
  2593. | #define VERSION "14.9.701"
  2594. | #define LIRC_DEVICE "/dev/lircd"
  2595. | #define HAVE_CXX11 1
  2596. | #define STDC_HEADERS 1
  2597. | #define HAVE_SYS_TYPES_H 1
  2598. | #define HAVE_SYS_STAT_H 1
  2599. | #define HAVE_STDLIB_H 1
  2600. | #define HAVE_STRING_H 1
  2601. | #define HAVE_MEMORY_H 1
  2602. | #define HAVE_STRINGS_H 1
  2603. | #define HAVE_INTTYPES_H 1
  2604. | #define HAVE_STDINT_H 1
  2605. | #define HAVE_UNISTD_H 1
  2606. | #define HAVE_DLFCN_H 1
  2607. | #define LT_OBJDIR ".libs/"
  2608. | #define HAS_EGLGLES 1
  2609. | #define HAVE_OMXLIB 1
  2610. | #define HAS_MMAL 1
  2611. | #define HAVE_ALLOCA_H 1
  2612. | #define HAVE_ALLOCA 1
  2613. | #define HAVE_UNISTD_H 1
  2614. | #define HAVE_CHOWN 1
  2615. | #define HAVE_DIRENT_H 1
  2616. | #define HAVE_FSEEKO 1
  2617. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2618. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2619. | #define TIME_WITH_SYS_TIME 1
  2620. | #define HAVE_SYS_TIME_H 1
  2621. | #define HAVE_UNISTD_H 1
  2622. | #define HAVE_STDLIB_H 1
  2623. | #define HAVE_SYS_PARAM_H 1
  2624. | #define HAVE_UTIME_H 1
  2625. | #define HAVE_ALARM 1
  2626. | #define HAVE_GETPAGESIZE 1
  2627. | #define HAVE_MMAP 1
  2628. | #define HAVE_SYS_SELECT_H 1
  2629. | #define HAVE_SYS_SOCKET_H 1
  2630. | #define SELECT_TYPE_ARG1 int
  2631. | #define SELECT_TYPE_ARG234 (fd_set *)
  2632. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2633. | #define RETSIGTYPE void
  2634. | #define HAVE_STRCOLL 1
  2635. | #define HAVE_STRFTIME 1
  2636. | #define HAVE_UTIME_NULL 1
  2637. | #define HAVE_VPRINTF 1
  2638. | #define HAVE_ATEXIT 1
  2639. | #define HAVE_DUP2 1
  2640. | #define HAVE_FDATASYNC 1
  2641. | #define HAVE_FTIME 1
  2642. | #define HAVE_FTRUNCATE 1
  2643. | #define HAVE_GETCWD 1
  2644. | #define HAVE_GETHOSTBYADDR 1
  2645. | #define HAVE_GETHOSTBYNAME 1
  2646. | #define HAVE_GETHOSTNAME 1
  2647. | #define HAVE_GETPAGESIZE 1
  2648. | #define HAVE_GETPASS 1
  2649. | #define HAVE_GETTIMEOFDAY 1
  2650. | #define HAVE_INET_NTOA 1
  2651. | #define HAVE_LCHOWN 1
  2652. | #define HAVE_LOCALECONV 1
  2653. | #define HAVE_MEMCHR 1
  2654. | #define HAVE_MEMMOVE 1
  2655. | #define HAVE_MEMSET 1
  2656. | #define HAVE_MKDIR 1
  2657. | #define HAVE_MODF 1
  2658. | #define HAVE_MUNMAP 1
  2659. | #define HAVE_RMDIR 1
  2660. | #define HAVE_SELECT 1
  2661. | #define HAVE_SETENV 1
  2662. | #define HAVE_SETLOCALE 1
  2663. | #define HAVE_SOCKET 1
  2664. | #define HAVE_STRCASECMP 1
  2665. | #define HAVE_STRCHR 1
  2666. | #define HAVE_STRCSPN 1
  2667. | #define HAVE_STRDUP 1
  2668. | #define HAVE_STRERROR 1
  2669. | #define HAVE_STRNCASECMP 1
  2670. | #define HAVE_STRPBRK 1
  2671. | #define HAVE_STRRCHR 1
  2672. | #define HAVE_STRSPN 1
  2673. | #define HAVE_STRSTR 1
  2674. | #define HAVE_STRTOL 1
  2675. | #define HAVE_STRTOUL 1
  2676. | #define HAVE_SYSINFO 1
  2677. | #define HAVE_TZSET 1
  2678. | #define HAVE_UTIME 1
  2679. | #define HAVE_POSIX_FADVISE 1
  2680. | #define HAVE_LOCALTIME_R 1
  2681. | #define SIZEOF_INT 4
  2682. | #define SIZEOF_SIZE_T 4
  2683. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2684. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2685. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2686. | #define HAVE_STD__U16STRING 1
  2687. | #define HAVE_STD__U32STRING 1
  2688. | #define HAVE_CHAR16_T 1
  2689. | #define HAVE_CHAR32_T 1
  2690. | #define SIZEOF_WCHAR_T 4
  2691. | #define HAVE_INOTIFY 1
  2692. | #define HAVE_PYTHON "2.7"
  2693. | #define HAVE_LIBEGL 1
  2694. | #define HAVE_LIBGLESV2 1
  2695. | #define HAVE_MYSQL 1
  2696. | #define HAVE_OPENSSL 1
  2697. | #define HAVE_LIBGPG_ERROR 1
  2698. | #define HAVE_LIBGCRYPT 1
  2699. | #define HAVE_GCRYPT 1
  2700. | #define HAVE_GNUTLS 1
  2701. | #define HAVE_LIBBZ2 1
  2702. | #define HAVE_LIBJPEG 1
  2703. | #define HAVE_LIBTIFF 1
  2704. | #define HAVE_LIBPTHREAD 1
  2705. | #define HAVE_PTHREAD_SETNAME_NP 1
  2706. | #define HAVE_LIBLZO2 1
  2707. | #define HAVE_LIBZ 1
  2708. | #define HAVE_LIBCRYPTO 1
  2709. | #define HAVE_LIBSSL 1
  2710. | #define HAVE_LIBMYSQLCLIENT 1
  2711. | /* end confdefs.h. */
  2712. |
  2713. | /* Override any GCC internal prototype to avoid an error.
  2714. | Use char because int might match the return type of a GCC
  2715. | builtin and then its argument prototype would still apply. */
  2716. | #ifdef __cplusplus
  2717. | extern "C"
  2718. | #endif
  2719. | char hci_devid ();
  2720. | int
  2721. | main ()
  2722. | {
  2723. | return hci_devid ();
  2724. | ;
  2725. | return 0;
  2726. | }
  2727. configure:23882: result: no
  2728. configure:23892: result: Could not find suitable version of libbluetooth
  2729. configure:23905: checking for TINYXML
  2730. configure:23912: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
  2731. configure:23915: $? = 0
  2732. configure:23929: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
  2733. configure:23932: $? = 0
  2734. configure:24104: result: yes
  2735. configure:24117: checking for YAJL
  2736. configure:24124: $PKG_CONFIG --exists --print-errors "yajl >= 2"
  2737. configure:24127: $? = 0
  2738. configure:24141: $PKG_CONFIG --exists --print-errors "yajl >= 2"
  2739. configure:24144: $? = 0
  2740. configure:24212: result: yes
  2741. configure:24409: checking for LIBXML
  2742. configure:24416: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2743. configure:24419: $? = 0
  2744. configure:24433: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2745. configure:24436: $? = 0
  2746. configure:24474: result: yes
  2747. configure:24480: checking for LIBXSLT
  2748. configure:24487: $PKG_CONFIG --exists --print-errors "libxslt"
  2749. configure:24490: $? = 0
  2750. configure:24504: $PKG_CONFIG --exists --print-errors "libxslt"
  2751. configure:24507: $? = 0
  2752. configure:24545: result: yes
  2753. configure:24551: checking for FRIBIDI
  2754. configure:24558: $PKG_CONFIG --exists --print-errors "fribidi"
  2755. configure:24561: $? = 0
  2756. configure:24575: $PKG_CONFIG --exists --print-errors "fribidi"
  2757. configure:24578: $? = 0
  2758. configure:24616: result: yes
  2759. configure:24622: checking for SQLITE3
  2760. configure:24629: $PKG_CONFIG --exists --print-errors "sqlite3"
  2761. configure:24632: $? = 0
  2762. configure:24646: $PKG_CONFIG --exists --print-errors "sqlite3"
  2763. configure:24649: $? = 0
  2764. configure:24687: result: yes
  2765. configure:24693: checking for PNG
  2766. configure:24700: $PKG_CONFIG --exists --print-errors "libpng"
  2767. configure:24703: $? = 0
  2768. configure:24717: $PKG_CONFIG --exists --print-errors "libpng"
  2769. configure:24720: $? = 0
  2770. configure:24758: result: yes
  2771. configure:24764: checking for PCRECPP
  2772. configure:24771: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2773. configure:24774: $? = 0
  2774. configure:24788: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2775. configure:24791: $? = 0
  2776. configure:24829: result: yes
  2777. configure:24838: checking for PCRE
  2778. configure:24845: $PKG_CONFIG --exists --print-errors "libpcre"
  2779. configure:24848: $? = 0
  2780. configure:24862: $PKG_CONFIG --exists --print-errors "libpcre"
  2781. configure:24865: $? = 0
  2782. configure:24903: result: yes
  2783. configure:24912: checking for FREETYPE2
  2784. configure:24919: $PKG_CONFIG --exists --print-errors "freetype2"
  2785. configure:24922: $? = 0
  2786. configure:24936: $PKG_CONFIG --exists --print-errors "freetype2"
  2787. configure:24939: $? = 0
  2788. configure:24977: result: yes
  2789. configure:24983: checking for TAGLIB
  2790. configure:24990: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
  2791. configure:24993: $? = 0
  2792. configure:25007: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
  2793. configure:25010: $? = 0
  2794. configure:25048: result: yes
  2795. configure:25056: checking for CDIO
  2796. configure:25063: $PKG_CONFIG --exists --print-errors "libcdio"
  2797. configure:25066: $? = 0
  2798. configure:25080: $PKG_CONFIG --exists --print-errors "libcdio"
  2799. configure:25083: $? = 0
  2800. configure:25121: result: yes
  2801. configure:25281: checking for LIBBLURAY
  2802. configure:25288: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2803. Package libbluray was not found in the pkg-config search path.
  2804. Perhaps you should add the directory containing `libbluray.pc'
  2805. to the PKG_CONFIG_PATH environment variable
  2806. No package 'libbluray' found
  2807. configure:25291: $? = 1
  2808. configure:25305: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2809. Package libbluray was not found in the pkg-config search path.
  2810. Perhaps you should add the directory containing `libbluray.pc'
  2811. to the PKG_CONFIG_PATH environment variable
  2812. No package 'libbluray' found
  2813. configure:25308: $? = 1
  2814. configure:25322: result: no
  2815. No package 'libbluray' found
  2816. configure:25524: checking for library containing iconv_open
  2817. configure:25555: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  2818. configure:25555: $? = 0
  2819. configure:25572: result: none required
  2820. configure:25639: checking for library containing dlopen
  2821. configure:25670: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  2822. configure:25670: $? = 0
  2823. configure:25687: result: none required
  2824. configure:25695: checking for library containing clock_gettime
  2825. configure:25726: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  2826. configure:25726: $? = 0
  2827. configure:25743: result: none required
  2828. configure:25751: checking for library containing dn_expand
  2829. configure:25782: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  2830. /tmp/cc8VUB24.o: In function `main':
  2831. /home/pi/xbmc/conftest.c:141: undefined reference to `dn_expand'
  2832. collect2: ld returned 1 exit status
  2833. configure:25782: $? = 1
  2834. configure: failed program was:
  2835. | /* confdefs.h */
  2836. | #define PACKAGE_NAME "kodi"
  2837. | #define PACKAGE_TARNAME "kodi"
  2838. | #define PACKAGE_VERSION "14.9.701"
  2839. | #define PACKAGE_STRING "kodi 14.9.701"
  2840. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2841. | #define PACKAGE_URL ""
  2842. | #define PACKAGE "kodi"
  2843. | #define VERSION "14.9.701"
  2844. | #define LIRC_DEVICE "/dev/lircd"
  2845. | #define HAVE_CXX11 1
  2846. | #define STDC_HEADERS 1
  2847. | #define HAVE_SYS_TYPES_H 1
  2848. | #define HAVE_SYS_STAT_H 1
  2849. | #define HAVE_STDLIB_H 1
  2850. | #define HAVE_STRING_H 1
  2851. | #define HAVE_MEMORY_H 1
  2852. | #define HAVE_STRINGS_H 1
  2853. | #define HAVE_INTTYPES_H 1
  2854. | #define HAVE_STDINT_H 1
  2855. | #define HAVE_UNISTD_H 1
  2856. | #define HAVE_DLFCN_H 1
  2857. | #define LT_OBJDIR ".libs/"
  2858. | #define HAS_EGLGLES 1
  2859. | #define HAVE_OMXLIB 1
  2860. | #define HAS_MMAL 1
  2861. | #define HAVE_ALLOCA_H 1
  2862. | #define HAVE_ALLOCA 1
  2863. | #define HAVE_UNISTD_H 1
  2864. | #define HAVE_CHOWN 1
  2865. | #define HAVE_DIRENT_H 1
  2866. | #define HAVE_FSEEKO 1
  2867. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2868. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2869. | #define TIME_WITH_SYS_TIME 1
  2870. | #define HAVE_SYS_TIME_H 1
  2871. | #define HAVE_UNISTD_H 1
  2872. | #define HAVE_STDLIB_H 1
  2873. | #define HAVE_SYS_PARAM_H 1
  2874. | #define HAVE_UTIME_H 1
  2875. | #define HAVE_ALARM 1
  2876. | #define HAVE_GETPAGESIZE 1
  2877. | #define HAVE_MMAP 1
  2878. | #define HAVE_SYS_SELECT_H 1
  2879. | #define HAVE_SYS_SOCKET_H 1
  2880. | #define SELECT_TYPE_ARG1 int
  2881. | #define SELECT_TYPE_ARG234 (fd_set *)
  2882. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2883. | #define RETSIGTYPE void
  2884. | #define HAVE_STRCOLL 1
  2885. | #define HAVE_STRFTIME 1
  2886. | #define HAVE_UTIME_NULL 1
  2887. | #define HAVE_VPRINTF 1
  2888. | #define HAVE_ATEXIT 1
  2889. | #define HAVE_DUP2 1
  2890. | #define HAVE_FDATASYNC 1
  2891. | #define HAVE_FTIME 1
  2892. | #define HAVE_FTRUNCATE 1
  2893. | #define HAVE_GETCWD 1
  2894. | #define HAVE_GETHOSTBYADDR 1
  2895. | #define HAVE_GETHOSTBYNAME 1
  2896. | #define HAVE_GETHOSTNAME 1
  2897. | #define HAVE_GETPAGESIZE 1
  2898. | #define HAVE_GETPASS 1
  2899. | #define HAVE_GETTIMEOFDAY 1
  2900. | #define HAVE_INET_NTOA 1
  2901. | #define HAVE_LCHOWN 1
  2902. | #define HAVE_LOCALECONV 1
  2903. | #define HAVE_MEMCHR 1
  2904. | #define HAVE_MEMMOVE 1
  2905. | #define HAVE_MEMSET 1
  2906. | #define HAVE_MKDIR 1
  2907. | #define HAVE_MODF 1
  2908. | #define HAVE_MUNMAP 1
  2909. | #define HAVE_RMDIR 1
  2910. | #define HAVE_SELECT 1
  2911. | #define HAVE_SETENV 1
  2912. | #define HAVE_SETLOCALE 1
  2913. | #define HAVE_SOCKET 1
  2914. | #define HAVE_STRCASECMP 1
  2915. | #define HAVE_STRCHR 1
  2916. | #define HAVE_STRCSPN 1
  2917. | #define HAVE_STRDUP 1
  2918. | #define HAVE_STRERROR 1
  2919. | #define HAVE_STRNCASECMP 1
  2920. | #define HAVE_STRPBRK 1
  2921. | #define HAVE_STRRCHR 1
  2922. | #define HAVE_STRSPN 1
  2923. | #define HAVE_STRSTR 1
  2924. | #define HAVE_STRTOL 1
  2925. | #define HAVE_STRTOUL 1
  2926. | #define HAVE_SYSINFO 1
  2927. | #define HAVE_TZSET 1
  2928. | #define HAVE_UTIME 1
  2929. | #define HAVE_POSIX_FADVISE 1
  2930. | #define HAVE_LOCALTIME_R 1
  2931. | #define SIZEOF_INT 4
  2932. | #define SIZEOF_SIZE_T 4
  2933. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2934. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2935. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2936. | #define HAVE_STD__U16STRING 1
  2937. | #define HAVE_STD__U32STRING 1
  2938. | #define HAVE_CHAR16_T 1
  2939. | #define HAVE_CHAR32_T 1
  2940. | #define SIZEOF_WCHAR_T 4
  2941. | #define HAVE_INOTIFY 1
  2942. | #define HAVE_PYTHON "2.7"
  2943. | #define HAVE_LIBEGL 1
  2944. | #define HAVE_LIBGLESV2 1
  2945. | #define HAVE_MYSQL 1
  2946. | #define HAVE_OPENSSL 1
  2947. | #define HAVE_LIBGPG_ERROR 1
  2948. | #define HAVE_LIBGCRYPT 1
  2949. | #define HAVE_GCRYPT 1
  2950. | #define HAVE_GNUTLS 1
  2951. | #define HAVE_LIBBZ2 1
  2952. | #define HAVE_LIBJPEG 1
  2953. | #define HAVE_LIBTIFF 1
  2954. | #define HAVE_LIBPTHREAD 1
  2955. | #define HAVE_PTHREAD_SETNAME_NP 1
  2956. | #define HAVE_LIBLZO2 1
  2957. | #define HAVE_LIBZ 1
  2958. | #define HAVE_LIBCRYPTO 1
  2959. | #define HAVE_LIBSSL 1
  2960. | #define HAVE_LIBMYSQLCLIENT 1
  2961. | #define HAVE_LIBPCRECPP 1
  2962. | #define HAVE_LIBPCRE 1
  2963. | /* end confdefs.h. */
  2964. |
  2965. | /* Override any GCC internal prototype to avoid an error.
  2966. | Use char because int might match the return type of a GCC
  2967. | builtin and then its argument prototype would still apply. */
  2968. | #ifdef __cplusplus
  2969. | extern "C"
  2970. | #endif
  2971. | char dn_expand ();
  2972. | int
  2973. | main ()
  2974. | {
  2975. | return dn_expand ();
  2976. | ;
  2977. | return 0;
  2978. | }
  2979. configure:25782: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  2980. /tmp/ccw6MCO9.o: In function `main':
  2981. /home/pi/xbmc/conftest.c:141: undefined reference to `dn_expand'
  2982. collect2: ld returned 1 exit status
  2983. configure:25782: $? = 1
  2984. configure: failed program was:
  2985. | /* confdefs.h */
  2986. | #define PACKAGE_NAME "kodi"
  2987. | #define PACKAGE_TARNAME "kodi"
  2988. | #define PACKAGE_VERSION "14.9.701"
  2989. | #define PACKAGE_STRING "kodi 14.9.701"
  2990. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2991. | #define PACKAGE_URL ""
  2992. | #define PACKAGE "kodi"
  2993. | #define VERSION "14.9.701"
  2994. | #define LIRC_DEVICE "/dev/lircd"
  2995. | #define HAVE_CXX11 1
  2996. | #define STDC_HEADERS 1
  2997. | #define HAVE_SYS_TYPES_H 1
  2998. | #define HAVE_SYS_STAT_H 1
  2999. | #define HAVE_STDLIB_H 1
  3000. | #define HAVE_STRING_H 1
  3001. | #define HAVE_MEMORY_H 1
  3002. | #define HAVE_STRINGS_H 1
  3003. | #define HAVE_INTTYPES_H 1
  3004. | #define HAVE_STDINT_H 1
  3005. | #define HAVE_UNISTD_H 1
  3006. | #define HAVE_DLFCN_H 1
  3007. | #define LT_OBJDIR ".libs/"
  3008. | #define HAS_EGLGLES 1
  3009. | #define HAVE_OMXLIB 1
  3010. | #define HAS_MMAL 1
  3011. | #define HAVE_ALLOCA_H 1
  3012. | #define HAVE_ALLOCA 1
  3013. | #define HAVE_UNISTD_H 1
  3014. | #define HAVE_CHOWN 1
  3015. | #define HAVE_DIRENT_H 1
  3016. | #define HAVE_FSEEKO 1
  3017. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3018. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3019. | #define TIME_WITH_SYS_TIME 1
  3020. | #define HAVE_SYS_TIME_H 1
  3021. | #define HAVE_UNISTD_H 1
  3022. | #define HAVE_STDLIB_H 1
  3023. | #define HAVE_SYS_PARAM_H 1
  3024. | #define HAVE_UTIME_H 1
  3025. | #define HAVE_ALARM 1
  3026. | #define HAVE_GETPAGESIZE 1
  3027. | #define HAVE_MMAP 1
  3028. | #define HAVE_SYS_SELECT_H 1
  3029. | #define HAVE_SYS_SOCKET_H 1
  3030. | #define SELECT_TYPE_ARG1 int
  3031. | #define SELECT_TYPE_ARG234 (fd_set *)
  3032. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3033. | #define RETSIGTYPE void
  3034. | #define HAVE_STRCOLL 1
  3035. | #define HAVE_STRFTIME 1
  3036. | #define HAVE_UTIME_NULL 1
  3037. | #define HAVE_VPRINTF 1
  3038. | #define HAVE_ATEXIT 1
  3039. | #define HAVE_DUP2 1
  3040. | #define HAVE_FDATASYNC 1
  3041. | #define HAVE_FTIME 1
  3042. | #define HAVE_FTRUNCATE 1
  3043. | #define HAVE_GETCWD 1
  3044. | #define HAVE_GETHOSTBYADDR 1
  3045. | #define HAVE_GETHOSTBYNAME 1
  3046. | #define HAVE_GETHOSTNAME 1
  3047. | #define HAVE_GETPAGESIZE 1
  3048. | #define HAVE_GETPASS 1
  3049. | #define HAVE_GETTIMEOFDAY 1
  3050. | #define HAVE_INET_NTOA 1
  3051. | #define HAVE_LCHOWN 1
  3052. | #define HAVE_LOCALECONV 1
  3053. | #define HAVE_MEMCHR 1
  3054. | #define HAVE_MEMMOVE 1
  3055. | #define HAVE_MEMSET 1
  3056. | #define HAVE_MKDIR 1
  3057. | #define HAVE_MODF 1
  3058. | #define HAVE_MUNMAP 1
  3059. | #define HAVE_RMDIR 1
  3060. | #define HAVE_SELECT 1
  3061. | #define HAVE_SETENV 1
  3062. | #define HAVE_SETLOCALE 1
  3063. | #define HAVE_SOCKET 1
  3064. | #define HAVE_STRCASECMP 1
  3065. | #define HAVE_STRCHR 1
  3066. | #define HAVE_STRCSPN 1
  3067. | #define HAVE_STRDUP 1
  3068. | #define HAVE_STRERROR 1
  3069. | #define HAVE_STRNCASECMP 1
  3070. | #define HAVE_STRPBRK 1
  3071. | #define HAVE_STRRCHR 1
  3072. | #define HAVE_STRSPN 1
  3073. | #define HAVE_STRSTR 1
  3074. | #define HAVE_STRTOL 1
  3075. | #define HAVE_STRTOUL 1
  3076. | #define HAVE_SYSINFO 1
  3077. | #define HAVE_TZSET 1
  3078. | #define HAVE_UTIME 1
  3079. | #define HAVE_POSIX_FADVISE 1
  3080. | #define HAVE_LOCALTIME_R 1
  3081. | #define SIZEOF_INT 4
  3082. | #define SIZEOF_SIZE_T 4
  3083. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3084. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3085. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3086. | #define HAVE_STD__U16STRING 1
  3087. | #define HAVE_STD__U32STRING 1
  3088. | #define HAVE_CHAR16_T 1
  3089. | #define HAVE_CHAR32_T 1
  3090. | #define SIZEOF_WCHAR_T 4
  3091. | #define HAVE_INOTIFY 1
  3092. | #define HAVE_PYTHON "2.7"
  3093. | #define HAVE_LIBEGL 1
  3094. | #define HAVE_LIBGLESV2 1
  3095. | #define HAVE_MYSQL 1
  3096. | #define HAVE_OPENSSL 1
  3097. | #define HAVE_LIBGPG_ERROR 1
  3098. | #define HAVE_LIBGCRYPT 1
  3099. | #define HAVE_GCRYPT 1
  3100. | #define HAVE_GNUTLS 1
  3101. | #define HAVE_LIBBZ2 1
  3102. | #define HAVE_LIBJPEG 1
  3103. | #define HAVE_LIBTIFF 1
  3104. | #define HAVE_LIBPTHREAD 1
  3105. | #define HAVE_PTHREAD_SETNAME_NP 1
  3106. | #define HAVE_LIBLZO2 1
  3107. | #define HAVE_LIBZ 1
  3108. | #define HAVE_LIBCRYPTO 1
  3109. | #define HAVE_LIBSSL 1
  3110. | #define HAVE_LIBMYSQLCLIENT 1
  3111. | #define HAVE_LIBPCRECPP 1
  3112. | #define HAVE_LIBPCRE 1
  3113. | /* end confdefs.h. */
  3114. |
  3115. | /* Override any GCC internal prototype to avoid an error.
  3116. | Use char because int might match the return type of a GCC
  3117. | builtin and then its argument prototype would still apply. */
  3118. | #ifdef __cplusplus
  3119. | extern "C"
  3120. | #endif
  3121. | char dn_expand ();
  3122. | int
  3123. | main ()
  3124. | {
  3125. | return dn_expand ();
  3126. | ;
  3127. | return 0;
  3128. | }
  3129. configure:25799: result: no
  3130. configure:25807: checking for library containing _dn_expand
  3131. configure:25838: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  3132. /tmp/ccCvAuqn.o: In function `main':
  3133. /home/pi/xbmc/conftest.c:141: undefined reference to `_dn_expand'
  3134. collect2: ld returned 1 exit status
  3135. configure:25838: $? = 1
  3136. configure: failed program was:
  3137. | /* confdefs.h */
  3138. | #define PACKAGE_NAME "kodi"
  3139. | #define PACKAGE_TARNAME "kodi"
  3140. | #define PACKAGE_VERSION "14.9.701"
  3141. | #define PACKAGE_STRING "kodi 14.9.701"
  3142. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3143. | #define PACKAGE_URL ""
  3144. | #define PACKAGE "kodi"
  3145. | #define VERSION "14.9.701"
  3146. | #define LIRC_DEVICE "/dev/lircd"
  3147. | #define HAVE_CXX11 1
  3148. | #define STDC_HEADERS 1
  3149. | #define HAVE_SYS_TYPES_H 1
  3150. | #define HAVE_SYS_STAT_H 1
  3151. | #define HAVE_STDLIB_H 1
  3152. | #define HAVE_STRING_H 1
  3153. | #define HAVE_MEMORY_H 1
  3154. | #define HAVE_STRINGS_H 1
  3155. | #define HAVE_INTTYPES_H 1
  3156. | #define HAVE_STDINT_H 1
  3157. | #define HAVE_UNISTD_H 1
  3158. | #define HAVE_DLFCN_H 1
  3159. | #define LT_OBJDIR ".libs/"
  3160. | #define HAS_EGLGLES 1
  3161. | #define HAVE_OMXLIB 1
  3162. | #define HAS_MMAL 1
  3163. | #define HAVE_ALLOCA_H 1
  3164. | #define HAVE_ALLOCA 1
  3165. | #define HAVE_UNISTD_H 1
  3166. | #define HAVE_CHOWN 1
  3167. | #define HAVE_DIRENT_H 1
  3168. | #define HAVE_FSEEKO 1
  3169. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3170. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3171. | #define TIME_WITH_SYS_TIME 1
  3172. | #define HAVE_SYS_TIME_H 1
  3173. | #define HAVE_UNISTD_H 1
  3174. | #define HAVE_STDLIB_H 1
  3175. | #define HAVE_SYS_PARAM_H 1
  3176. | #define HAVE_UTIME_H 1
  3177. | #define HAVE_ALARM 1
  3178. | #define HAVE_GETPAGESIZE 1
  3179. | #define HAVE_MMAP 1
  3180. | #define HAVE_SYS_SELECT_H 1
  3181. | #define HAVE_SYS_SOCKET_H 1
  3182. | #define SELECT_TYPE_ARG1 int
  3183. | #define SELECT_TYPE_ARG234 (fd_set *)
  3184. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3185. | #define RETSIGTYPE void
  3186. | #define HAVE_STRCOLL 1
  3187. | #define HAVE_STRFTIME 1
  3188. | #define HAVE_UTIME_NULL 1
  3189. | #define HAVE_VPRINTF 1
  3190. | #define HAVE_ATEXIT 1
  3191. | #define HAVE_DUP2 1
  3192. | #define HAVE_FDATASYNC 1
  3193. | #define HAVE_FTIME 1
  3194. | #define HAVE_FTRUNCATE 1
  3195. | #define HAVE_GETCWD 1
  3196. | #define HAVE_GETHOSTBYADDR 1
  3197. | #define HAVE_GETHOSTBYNAME 1
  3198. | #define HAVE_GETHOSTNAME 1
  3199. | #define HAVE_GETPAGESIZE 1
  3200. | #define HAVE_GETPASS 1
  3201. | #define HAVE_GETTIMEOFDAY 1
  3202. | #define HAVE_INET_NTOA 1
  3203. | #define HAVE_LCHOWN 1
  3204. | #define HAVE_LOCALECONV 1
  3205. | #define HAVE_MEMCHR 1
  3206. | #define HAVE_MEMMOVE 1
  3207. | #define HAVE_MEMSET 1
  3208. | #define HAVE_MKDIR 1
  3209. | #define HAVE_MODF 1
  3210. | #define HAVE_MUNMAP 1
  3211. | #define HAVE_RMDIR 1
  3212. | #define HAVE_SELECT 1
  3213. | #define HAVE_SETENV 1
  3214. | #define HAVE_SETLOCALE 1
  3215. | #define HAVE_SOCKET 1
  3216. | #define HAVE_STRCASECMP 1
  3217. | #define HAVE_STRCHR 1
  3218. | #define HAVE_STRCSPN 1
  3219. | #define HAVE_STRDUP 1
  3220. | #define HAVE_STRERROR 1
  3221. | #define HAVE_STRNCASECMP 1
  3222. | #define HAVE_STRPBRK 1
  3223. | #define HAVE_STRRCHR 1
  3224. | #define HAVE_STRSPN 1
  3225. | #define HAVE_STRSTR 1
  3226. | #define HAVE_STRTOL 1
  3227. | #define HAVE_STRTOUL 1
  3228. | #define HAVE_SYSINFO 1
  3229. | #define HAVE_TZSET 1
  3230. | #define HAVE_UTIME 1
  3231. | #define HAVE_POSIX_FADVISE 1
  3232. | #define HAVE_LOCALTIME_R 1
  3233. | #define SIZEOF_INT 4
  3234. | #define SIZEOF_SIZE_T 4
  3235. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3236. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3237. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3238. | #define HAVE_STD__U16STRING 1
  3239. | #define HAVE_STD__U32STRING 1
  3240. | #define HAVE_CHAR16_T 1
  3241. | #define HAVE_CHAR32_T 1
  3242. | #define SIZEOF_WCHAR_T 4
  3243. | #define HAVE_INOTIFY 1
  3244. | #define HAVE_PYTHON "2.7"
  3245. | #define HAVE_LIBEGL 1
  3246. | #define HAVE_LIBGLESV2 1
  3247. | #define HAVE_MYSQL 1
  3248. | #define HAVE_OPENSSL 1
  3249. | #define HAVE_LIBGPG_ERROR 1
  3250. | #define HAVE_LIBGCRYPT 1
  3251. | #define HAVE_GCRYPT 1
  3252. | #define HAVE_GNUTLS 1
  3253. | #define HAVE_LIBBZ2 1
  3254. | #define HAVE_LIBJPEG 1
  3255. | #define HAVE_LIBTIFF 1
  3256. | #define HAVE_LIBPTHREAD 1
  3257. | #define HAVE_PTHREAD_SETNAME_NP 1
  3258. | #define HAVE_LIBLZO2 1
  3259. | #define HAVE_LIBZ 1
  3260. | #define HAVE_LIBCRYPTO 1
  3261. | #define HAVE_LIBSSL 1
  3262. | #define HAVE_LIBMYSQLCLIENT 1
  3263. | #define HAVE_LIBPCRECPP 1
  3264. | #define HAVE_LIBPCRE 1
  3265. | /* end confdefs.h. */
  3266. |
  3267. | /* Override any GCC internal prototype to avoid an error.
  3268. | Use char because int might match the return type of a GCC
  3269. | builtin and then its argument prototype would still apply. */
  3270. | #ifdef __cplusplus
  3271. | extern "C"
  3272. | #endif
  3273. | char _dn_expand ();
  3274. | int
  3275. | main ()
  3276. | {
  3277. | return _dn_expand ();
  3278. | ;
  3279. | return 0;
  3280. | }
  3281. configure:25838: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  3282. /tmp/ccmHNeYt.o: In function `main':
  3283. /home/pi/xbmc/conftest.c:141: undefined reference to `_dn_expand'
  3284. collect2: ld returned 1 exit status
  3285. configure:25838: $? = 1
  3286. configure: failed program was:
  3287. | /* confdefs.h */
  3288. | #define PACKAGE_NAME "kodi"
  3289. | #define PACKAGE_TARNAME "kodi"
  3290. | #define PACKAGE_VERSION "14.9.701"
  3291. | #define PACKAGE_STRING "kodi 14.9.701"
  3292. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3293. | #define PACKAGE_URL ""
  3294. | #define PACKAGE "kodi"
  3295. | #define VERSION "14.9.701"
  3296. | #define LIRC_DEVICE "/dev/lircd"
  3297. | #define HAVE_CXX11 1
  3298. | #define STDC_HEADERS 1
  3299. | #define HAVE_SYS_TYPES_H 1
  3300. | #define HAVE_SYS_STAT_H 1
  3301. | #define HAVE_STDLIB_H 1
  3302. | #define HAVE_STRING_H 1
  3303. | #define HAVE_MEMORY_H 1
  3304. | #define HAVE_STRINGS_H 1
  3305. | #define HAVE_INTTYPES_H 1
  3306. | #define HAVE_STDINT_H 1
  3307. | #define HAVE_UNISTD_H 1
  3308. | #define HAVE_DLFCN_H 1
  3309. | #define LT_OBJDIR ".libs/"
  3310. | #define HAS_EGLGLES 1
  3311. | #define HAVE_OMXLIB 1
  3312. | #define HAS_MMAL 1
  3313. | #define HAVE_ALLOCA_H 1
  3314. | #define HAVE_ALLOCA 1
  3315. | #define HAVE_UNISTD_H 1
  3316. | #define HAVE_CHOWN 1
  3317. | #define HAVE_DIRENT_H 1
  3318. | #define HAVE_FSEEKO 1
  3319. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3320. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3321. | #define TIME_WITH_SYS_TIME 1
  3322. | #define HAVE_SYS_TIME_H 1
  3323. | #define HAVE_UNISTD_H 1
  3324. | #define HAVE_STDLIB_H 1
  3325. | #define HAVE_SYS_PARAM_H 1
  3326. | #define HAVE_UTIME_H 1
  3327. | #define HAVE_ALARM 1
  3328. | #define HAVE_GETPAGESIZE 1
  3329. | #define HAVE_MMAP 1
  3330. | #define HAVE_SYS_SELECT_H 1
  3331. | #define HAVE_SYS_SOCKET_H 1
  3332. | #define SELECT_TYPE_ARG1 int
  3333. | #define SELECT_TYPE_ARG234 (fd_set *)
  3334. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3335. | #define RETSIGTYPE void
  3336. | #define HAVE_STRCOLL 1
  3337. | #define HAVE_STRFTIME 1
  3338. | #define HAVE_UTIME_NULL 1
  3339. | #define HAVE_VPRINTF 1
  3340. | #define HAVE_ATEXIT 1
  3341. | #define HAVE_DUP2 1
  3342. | #define HAVE_FDATASYNC 1
  3343. | #define HAVE_FTIME 1
  3344. | #define HAVE_FTRUNCATE 1
  3345. | #define HAVE_GETCWD 1
  3346. | #define HAVE_GETHOSTBYADDR 1
  3347. | #define HAVE_GETHOSTBYNAME 1
  3348. | #define HAVE_GETHOSTNAME 1
  3349. | #define HAVE_GETPAGESIZE 1
  3350. | #define HAVE_GETPASS 1
  3351. | #define HAVE_GETTIMEOFDAY 1
  3352. | #define HAVE_INET_NTOA 1
  3353. | #define HAVE_LCHOWN 1
  3354. | #define HAVE_LOCALECONV 1
  3355. | #define HAVE_MEMCHR 1
  3356. | #define HAVE_MEMMOVE 1
  3357. | #define HAVE_MEMSET 1
  3358. | #define HAVE_MKDIR 1
  3359. | #define HAVE_MODF 1
  3360. | #define HAVE_MUNMAP 1
  3361. | #define HAVE_RMDIR 1
  3362. | #define HAVE_SELECT 1
  3363. | #define HAVE_SETENV 1
  3364. | #define HAVE_SETLOCALE 1
  3365. | #define HAVE_SOCKET 1
  3366. | #define HAVE_STRCASECMP 1
  3367. | #define HAVE_STRCHR 1
  3368. | #define HAVE_STRCSPN 1
  3369. | #define HAVE_STRDUP 1
  3370. | #define HAVE_STRERROR 1
  3371. | #define HAVE_STRNCASECMP 1
  3372. | #define HAVE_STRPBRK 1
  3373. | #define HAVE_STRRCHR 1
  3374. | #define HAVE_STRSPN 1
  3375. | #define HAVE_STRSTR 1
  3376. | #define HAVE_STRTOL 1
  3377. | #define HAVE_STRTOUL 1
  3378. | #define HAVE_SYSINFO 1
  3379. | #define HAVE_TZSET 1
  3380. | #define HAVE_UTIME 1
  3381. | #define HAVE_POSIX_FADVISE 1
  3382. | #define HAVE_LOCALTIME_R 1
  3383. | #define SIZEOF_INT 4
  3384. | #define SIZEOF_SIZE_T 4
  3385. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3386. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3387. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3388. | #define HAVE_STD__U16STRING 1
  3389. | #define HAVE_STD__U32STRING 1
  3390. | #define HAVE_CHAR16_T 1
  3391. | #define HAVE_CHAR32_T 1
  3392. | #define SIZEOF_WCHAR_T 4
  3393. | #define HAVE_INOTIFY 1
  3394. | #define HAVE_PYTHON "2.7"
  3395. | #define HAVE_LIBEGL 1
  3396. | #define HAVE_LIBGLESV2 1
  3397. | #define HAVE_MYSQL 1
  3398. | #define HAVE_OPENSSL 1
  3399. | #define HAVE_LIBGPG_ERROR 1
  3400. | #define HAVE_LIBGCRYPT 1
  3401. | #define HAVE_GCRYPT 1
  3402. | #define HAVE_GNUTLS 1
  3403. | #define HAVE_LIBBZ2 1
  3404. | #define HAVE_LIBJPEG 1
  3405. | #define HAVE_LIBTIFF 1
  3406. | #define HAVE_LIBPTHREAD 1
  3407. | #define HAVE_PTHREAD_SETNAME_NP 1
  3408. | #define HAVE_LIBLZO2 1
  3409. | #define HAVE_LIBZ 1
  3410. | #define HAVE_LIBCRYPTO 1
  3411. | #define HAVE_LIBSSL 1
  3412. | #define HAVE_LIBMYSQLCLIENT 1
  3413. | #define HAVE_LIBPCRECPP 1
  3414. | #define HAVE_LIBPCRE 1
  3415. | /* end confdefs.h. */
  3416. |
  3417. | /* Override any GCC internal prototype to avoid an error.
  3418. | Use char because int might match the return type of a GCC
  3419. | builtin and then its argument prototype would still apply. */
  3420. | #ifdef __cplusplus
  3421. | extern "C"
  3422. | #endif
  3423. | char _dn_expand ();
  3424. | int
  3425. | main ()
  3426. | {
  3427. | return _dn_expand ();
  3428. | ;
  3429. | return 0;
  3430. | }
  3431. configure:25855: result: no
  3432. configure:25863: checking for library containing __dn_expand
  3433. configure:25894: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  3434. /tmp/cc0FEXGK.o: In function `main':
  3435. /home/pi/xbmc/conftest.c:141: undefined reference to `__dn_expand'
  3436. collect2: ld returned 1 exit status
  3437. configure:25894: $? = 1
  3438. configure: failed program was:
  3439. | /* confdefs.h */
  3440. | #define PACKAGE_NAME "kodi"
  3441. | #define PACKAGE_TARNAME "kodi"
  3442. | #define PACKAGE_VERSION "14.9.701"
  3443. | #define PACKAGE_STRING "kodi 14.9.701"
  3444. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3445. | #define PACKAGE_URL ""
  3446. | #define PACKAGE "kodi"
  3447. | #define VERSION "14.9.701"
  3448. | #define LIRC_DEVICE "/dev/lircd"
  3449. | #define HAVE_CXX11 1
  3450. | #define STDC_HEADERS 1
  3451. | #define HAVE_SYS_TYPES_H 1
  3452. | #define HAVE_SYS_STAT_H 1
  3453. | #define HAVE_STDLIB_H 1
  3454. | #define HAVE_STRING_H 1
  3455. | #define HAVE_MEMORY_H 1
  3456. | #define HAVE_STRINGS_H 1
  3457. | #define HAVE_INTTYPES_H 1
  3458. | #define HAVE_STDINT_H 1
  3459. | #define HAVE_UNISTD_H 1
  3460. | #define HAVE_DLFCN_H 1
  3461. | #define LT_OBJDIR ".libs/"
  3462. | #define HAS_EGLGLES 1
  3463. | #define HAVE_OMXLIB 1
  3464. | #define HAS_MMAL 1
  3465. | #define HAVE_ALLOCA_H 1
  3466. | #define HAVE_ALLOCA 1
  3467. | #define HAVE_UNISTD_H 1
  3468. | #define HAVE_CHOWN 1
  3469. | #define HAVE_DIRENT_H 1
  3470. | #define HAVE_FSEEKO 1
  3471. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3472. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3473. | #define TIME_WITH_SYS_TIME 1
  3474. | #define HAVE_SYS_TIME_H 1
  3475. | #define HAVE_UNISTD_H 1
  3476. | #define HAVE_STDLIB_H 1
  3477. | #define HAVE_SYS_PARAM_H 1
  3478. | #define HAVE_UTIME_H 1
  3479. | #define HAVE_ALARM 1
  3480. | #define HAVE_GETPAGESIZE 1
  3481. | #define HAVE_MMAP 1
  3482. | #define HAVE_SYS_SELECT_H 1
  3483. | #define HAVE_SYS_SOCKET_H 1
  3484. | #define SELECT_TYPE_ARG1 int
  3485. | #define SELECT_TYPE_ARG234 (fd_set *)
  3486. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3487. | #define RETSIGTYPE void
  3488. | #define HAVE_STRCOLL 1
  3489. | #define HAVE_STRFTIME 1
  3490. | #define HAVE_UTIME_NULL 1
  3491. | #define HAVE_VPRINTF 1
  3492. | #define HAVE_ATEXIT 1
  3493. | #define HAVE_DUP2 1
  3494. | #define HAVE_FDATASYNC 1
  3495. | #define HAVE_FTIME 1
  3496. | #define HAVE_FTRUNCATE 1
  3497. | #define HAVE_GETCWD 1
  3498. | #define HAVE_GETHOSTBYADDR 1
  3499. | #define HAVE_GETHOSTBYNAME 1
  3500. | #define HAVE_GETHOSTNAME 1
  3501. | #define HAVE_GETPAGESIZE 1
  3502. | #define HAVE_GETPASS 1
  3503. | #define HAVE_GETTIMEOFDAY 1
  3504. | #define HAVE_INET_NTOA 1
  3505. | #define HAVE_LCHOWN 1
  3506. | #define HAVE_LOCALECONV 1
  3507. | #define HAVE_MEMCHR 1
  3508. | #define HAVE_MEMMOVE 1
  3509. | #define HAVE_MEMSET 1
  3510. | #define HAVE_MKDIR 1
  3511. | #define HAVE_MODF 1
  3512. | #define HAVE_MUNMAP 1
  3513. | #define HAVE_RMDIR 1
  3514. | #define HAVE_SELECT 1
  3515. | #define HAVE_SETENV 1
  3516. | #define HAVE_SETLOCALE 1
  3517. | #define HAVE_SOCKET 1
  3518. | #define HAVE_STRCASECMP 1
  3519. | #define HAVE_STRCHR 1
  3520. | #define HAVE_STRCSPN 1
  3521. | #define HAVE_STRDUP 1
  3522. | #define HAVE_STRERROR 1
  3523. | #define HAVE_STRNCASECMP 1
  3524. | #define HAVE_STRPBRK 1
  3525. | #define HAVE_STRRCHR 1
  3526. | #define HAVE_STRSPN 1
  3527. | #define HAVE_STRSTR 1
  3528. | #define HAVE_STRTOL 1
  3529. | #define HAVE_STRTOUL 1
  3530. | #define HAVE_SYSINFO 1
  3531. | #define HAVE_TZSET 1
  3532. | #define HAVE_UTIME 1
  3533. | #define HAVE_POSIX_FADVISE 1
  3534. | #define HAVE_LOCALTIME_R 1
  3535. | #define SIZEOF_INT 4
  3536. | #define SIZEOF_SIZE_T 4
  3537. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3538. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3539. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3540. | #define HAVE_STD__U16STRING 1
  3541. | #define HAVE_STD__U32STRING 1
  3542. | #define HAVE_CHAR16_T 1
  3543. | #define HAVE_CHAR32_T 1
  3544. | #define SIZEOF_WCHAR_T 4
  3545. | #define HAVE_INOTIFY 1
  3546. | #define HAVE_PYTHON "2.7"
  3547. | #define HAVE_LIBEGL 1
  3548. | #define HAVE_LIBGLESV2 1
  3549. | #define HAVE_MYSQL 1
  3550. | #define HAVE_OPENSSL 1
  3551. | #define HAVE_LIBGPG_ERROR 1
  3552. | #define HAVE_LIBGCRYPT 1
  3553. | #define HAVE_GCRYPT 1
  3554. | #define HAVE_GNUTLS 1
  3555. | #define HAVE_LIBBZ2 1
  3556. | #define HAVE_LIBJPEG 1
  3557. | #define HAVE_LIBTIFF 1
  3558. | #define HAVE_LIBPTHREAD 1
  3559. | #define HAVE_PTHREAD_SETNAME_NP 1
  3560. | #define HAVE_LIBLZO2 1
  3561. | #define HAVE_LIBZ 1
  3562. | #define HAVE_LIBCRYPTO 1
  3563. | #define HAVE_LIBSSL 1
  3564. | #define HAVE_LIBMYSQLCLIENT 1
  3565. | #define HAVE_LIBPCRECPP 1
  3566. | #define HAVE_LIBPCRE 1
  3567. | /* end confdefs.h. */
  3568. |
  3569. | /* Override any GCC internal prototype to avoid an error.
  3570. | Use char because int might match the return type of a GCC
  3571. | builtin and then its argument prototype would still apply. */
  3572. | #ifdef __cplusplus
  3573. | extern "C"
  3574. | #endif
  3575. | char __dn_expand ();
  3576. | int
  3577. | main ()
  3578. | {
  3579. | return __dn_expand ();
  3580. | ;
  3581. | return 0;
  3582. | }
  3583. configure:25894: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  3584. configure:25894: $? = 0
  3585. configure:25911: result: -lresolv
  3586. configure:25973: checking for main in -ljasper
  3587. configure:25992: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm >&5
  3588. configure:25992: $? = 0
  3589. configure:26001: result: yes
  3590. configure:26018: checking for ALSA
  3591. configure:26025: $PKG_CONFIG --exists --print-errors "alsa"
  3592. configure:26028: $? = 0
  3593. configure:26042: $PKG_CONFIG --exists --print-errors "alsa"
  3594. configure:26045: $? = 0
  3595. configure:26085: result: yes
  3596. configure:26093: checking for DBUS
  3597. configure:26100: $PKG_CONFIG --exists --print-errors "dbus-1"
  3598. configure:26103: $? = 0
  3599. configure:26117: $PKG_CONFIG --exists --print-errors "dbus-1"
  3600. configure:26120: $? = 0
  3601. configure:26160: result: yes
  3602. configure:26266: result: == Could not find SDL2. Joystick support disabled. ==
  3603. configure:26280: checking for libogg soname
  3604. configure:26322: result: libogg.so.0
  3605. configure:26336: checking for libvorbis soname
  3606. configure:26378: result: libvorbis.so.0
  3607. configure:26392: checking for libvorbisfile soname
  3608. configure:26434: result: libvorbisfile.so.3
  3609. configure:26448: checking for libmodplug soname
  3610. configure:26490: result: libmodplug.so.1
  3611. configure:26504: checking for libass soname
  3612. configure:26546: result: libass.so.4
  3613. configure:26560: checking for libmpeg2 soname
  3614. configure:26602: result: libmpeg2.so.0
  3615. configure:26610: checking for main in -lmicrohttpd
  3616. configure:26629: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmicrohttpd -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm -lasound -ldbus-1 >&5
  3617. configure:26629: $? = 0
  3618. configure:26638: result: yes
  3619. configure:26664: checking for ALSA
  3620. configure:26729: result: yes
  3621. configure:26756: checking for PULSE
  3622. configure:26763: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  3623. configure:26766: $? = 0
  3624. configure:26780: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  3625. configure:26783: $? = 0
  3626. configure:26821: result: yes
  3627. configure:26940: result: == Avahi support disabled. ==
  3628. configure:26947: checking for embedded_mDNSInit in -lmDNSEmbedded
  3629. configure:26972: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lmDNSEmbedded -lmicrohttpd -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse >&5
  3630. /usr/bin/ld: cannot find -lmDNSEmbedded
  3631. collect2: ld returned 1 exit status
  3632. configure:26972: $? = 1
  3633. configure: failed program was:
  3634. | /* confdefs.h */
  3635. | #define PACKAGE_NAME "kodi"
  3636. | #define PACKAGE_TARNAME "kodi"
  3637. | #define PACKAGE_VERSION "14.9.701"
  3638. | #define PACKAGE_STRING "kodi 14.9.701"
  3639. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3640. | #define PACKAGE_URL ""
  3641. | #define PACKAGE "kodi"
  3642. | #define VERSION "14.9.701"
  3643. | #define LIRC_DEVICE "/dev/lircd"
  3644. | #define HAVE_CXX11 1
  3645. | #define STDC_HEADERS 1
  3646. | #define HAVE_SYS_TYPES_H 1
  3647. | #define HAVE_SYS_STAT_H 1
  3648. | #define HAVE_STDLIB_H 1
  3649. | #define HAVE_STRING_H 1
  3650. | #define HAVE_MEMORY_H 1
  3651. | #define HAVE_STRINGS_H 1
  3652. | #define HAVE_INTTYPES_H 1
  3653. | #define HAVE_STDINT_H 1
  3654. | #define HAVE_UNISTD_H 1
  3655. | #define HAVE_DLFCN_H 1
  3656. | #define LT_OBJDIR ".libs/"
  3657. | #define HAS_EGLGLES 1
  3658. | #define HAVE_OMXLIB 1
  3659. | #define HAS_MMAL 1
  3660. | #define HAVE_ALLOCA_H 1
  3661. | #define HAVE_ALLOCA 1
  3662. | #define HAVE_UNISTD_H 1
  3663. | #define HAVE_CHOWN 1
  3664. | #define HAVE_DIRENT_H 1
  3665. | #define HAVE_FSEEKO 1
  3666. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3667. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3668. | #define TIME_WITH_SYS_TIME 1
  3669. | #define HAVE_SYS_TIME_H 1
  3670. | #define HAVE_UNISTD_H 1
  3671. | #define HAVE_STDLIB_H 1
  3672. | #define HAVE_SYS_PARAM_H 1
  3673. | #define HAVE_UTIME_H 1
  3674. | #define HAVE_ALARM 1
  3675. | #define HAVE_GETPAGESIZE 1
  3676. | #define HAVE_MMAP 1
  3677. | #define HAVE_SYS_SELECT_H 1
  3678. | #define HAVE_SYS_SOCKET_H 1
  3679. | #define SELECT_TYPE_ARG1 int
  3680. | #define SELECT_TYPE_ARG234 (fd_set *)
  3681. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3682. | #define RETSIGTYPE void
  3683. | #define HAVE_STRCOLL 1
  3684. | #define HAVE_STRFTIME 1
  3685. | #define HAVE_UTIME_NULL 1
  3686. | #define HAVE_VPRINTF 1
  3687. | #define HAVE_ATEXIT 1
  3688. | #define HAVE_DUP2 1
  3689. | #define HAVE_FDATASYNC 1
  3690. | #define HAVE_FTIME 1
  3691. | #define HAVE_FTRUNCATE 1
  3692. | #define HAVE_GETCWD 1
  3693. | #define HAVE_GETHOSTBYADDR 1
  3694. | #define HAVE_GETHOSTBYNAME 1
  3695. | #define HAVE_GETHOSTNAME 1
  3696. | #define HAVE_GETPAGESIZE 1
  3697. | #define HAVE_GETPASS 1
  3698. | #define HAVE_GETTIMEOFDAY 1
  3699. | #define HAVE_INET_NTOA 1
  3700. | #define HAVE_LCHOWN 1
  3701. | #define HAVE_LOCALECONV 1
  3702. | #define HAVE_MEMCHR 1
  3703. | #define HAVE_MEMMOVE 1
  3704. | #define HAVE_MEMSET 1
  3705. | #define HAVE_MKDIR 1
  3706. | #define HAVE_MODF 1
  3707. | #define HAVE_MUNMAP 1
  3708. | #define HAVE_RMDIR 1
  3709. | #define HAVE_SELECT 1
  3710. | #define HAVE_SETENV 1
  3711. | #define HAVE_SETLOCALE 1
  3712. | #define HAVE_SOCKET 1
  3713. | #define HAVE_STRCASECMP 1
  3714. | #define HAVE_STRCHR 1
  3715. | #define HAVE_STRCSPN 1
  3716. | #define HAVE_STRDUP 1
  3717. | #define HAVE_STRERROR 1
  3718. | #define HAVE_STRNCASECMP 1
  3719. | #define HAVE_STRPBRK 1
  3720. | #define HAVE_STRRCHR 1
  3721. | #define HAVE_STRSPN 1
  3722. | #define HAVE_STRSTR 1
  3723. | #define HAVE_STRTOL 1
  3724. | #define HAVE_STRTOUL 1
  3725. | #define HAVE_SYSINFO 1
  3726. | #define HAVE_TZSET 1
  3727. | #define HAVE_UTIME 1
  3728. | #define HAVE_POSIX_FADVISE 1
  3729. | #define HAVE_LOCALTIME_R 1
  3730. | #define SIZEOF_INT 4
  3731. | #define SIZEOF_SIZE_T 4
  3732. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3733. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3734. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3735. | #define HAVE_STD__U16STRING 1
  3736. | #define HAVE_STD__U32STRING 1
  3737. | #define HAVE_CHAR16_T 1
  3738. | #define HAVE_CHAR32_T 1
  3739. | #define SIZEOF_WCHAR_T 4
  3740. | #define HAVE_INOTIFY 1
  3741. | #define HAVE_PYTHON "2.7"
  3742. | #define HAVE_LIBEGL 1
  3743. | #define HAVE_LIBGLESV2 1
  3744. | #define HAVE_MYSQL 1
  3745. | #define HAVE_OPENSSL 1
  3746. | #define HAVE_LIBGPG_ERROR 1
  3747. | #define HAVE_LIBGCRYPT 1
  3748. | #define HAVE_GCRYPT 1
  3749. | #define HAVE_GNUTLS 1
  3750. | #define HAVE_LIBBZ2 1
  3751. | #define HAVE_LIBJPEG 1
  3752. | #define HAVE_LIBTIFF 1
  3753. | #define HAVE_LIBPTHREAD 1
  3754. | #define HAVE_PTHREAD_SETNAME_NP 1
  3755. | #define HAVE_LIBLZO2 1
  3756. | #define HAVE_LIBZ 1
  3757. | #define HAVE_LIBCRYPTO 1
  3758. | #define HAVE_LIBSSL 1
  3759. | #define HAVE_LIBMYSQLCLIENT 1
  3760. | #define HAVE_LIBPCRECPP 1
  3761. | #define HAVE_LIBPCRE 1
  3762. | #define HAVE_LIBJASPER 1
  3763. | #define HAVE_DBUS 1
  3764. | #define HAVE_LIBMICROHTTPD 1
  3765. | #define HAS_DVD_DRIVE 1
  3766. | #define HAS_ALSA 1
  3767. | #define HAVE_LIBPULSE 1
  3768. | /* end confdefs.h. */
  3769. |
  3770. | /* Override any GCC internal prototype to avoid an error.
  3771. | Use char because int might match the return type of a GCC
  3772. | builtin and then its argument prototype would still apply. */
  3773. | #ifdef __cplusplus
  3774. | extern "C"
  3775. | #endif
  3776. | char embedded_mDNSInit ();
  3777. | int
  3778. | main ()
  3779. | {
  3780. | return embedded_mDNSInit ();
  3781. | ;
  3782. | return 0;
  3783. | }
  3784. configure:26981: result: no
  3785. configure:26995: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
  3786. configure:27234: result: == X11 disabled. ==
  3787. configure:27241: result: == XRandR support disabled. SDL will be used for resolution support. ==
  3788. configure:27295: == WAVEFORM enabled ==
  3789. configure:27306: == SPECTRUM enabled ==
  3790. configure:27326: == GOOM disabled. ==
  3791. configure:27334: == RSXS disabled. ==
  3792. configure:27490: == FishBMC disabled. ==
  3793. configure:27502: == ProjectM disabled. ==
  3794. configure:27530: checking for sftp_tell64 in -lssh
  3795. configure:27555: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lssh -lmicrohttpd -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse >&5
  3796. configure:27555: $? = 0
  3797. configure:27564: result: yes
  3798. configure:27587: checking librtmp/log.h usability
  3799. configure:27587: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  3800. configure:27587: $? = 0
  3801. configure:27587: result: yes
  3802. configure:27587: checking librtmp/log.h presence
  3803. configure:27587: gcc -E conftest.c
  3804. configure:27587: $? = 0
  3805. configure:27587: result: yes
  3806. configure:27587: checking for librtmp/log.h
  3807. configure:27587: result: yes
  3808. configure:27587: checking librtmp/amf.h usability
  3809. configure:27587: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  3810. configure:27587: $? = 0
  3811. configure:27587: result: yes
  3812. configure:27587: checking librtmp/amf.h presence
  3813. configure:27587: gcc -E conftest.c
  3814. configure:27587: $? = 0
  3815. configure:27587: result: yes
  3816. configure:27587: checking for librtmp/amf.h
  3817. configure:27587: result: yes
  3818. configure:27587: checking librtmp/rtmp.h usability
  3819. configure:27587: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  3820. configure:27587: $? = 0
  3821. configure:27587: result: yes
  3822. configure:27587: checking librtmp/rtmp.h presence
  3823. configure:27587: gcc -E conftest.c
  3824. configure:27587: $? = 0
  3825. configure:27587: result: yes
  3826. configure:27587: checking for librtmp/rtmp.h
  3827. configure:27587: result: yes
  3828. configure:27616: checking for librtmp soname
  3829. configure:27658: result: librtmp.so.0
  3830. configure:27678: checking for SAMBA
  3831. configure:27685: $PKG_CONFIG --exists --print-errors "smbclient"
  3832. Package smbclient was not found in the pkg-config search path.
  3833. Perhaps you should add the directory containing `smbclient.pc'
  3834. to the PKG_CONFIG_PATH environment variable
  3835. No package 'smbclient' found
  3836. configure:27688: $? = 1
  3837. configure:27702: $PKG_CONFIG --exists --print-errors "smbclient"
  3838. Package smbclient was not found in the pkg-config search path.
  3839. Perhaps you should add the directory containing `smbclient.pc'
  3840. to the PKG_CONFIG_PATH environment variable
  3841. No package 'smbclient' found
  3842. configure:27705: $? = 1
  3843. configure:27719: result: no
  3844. No package 'smbclient' found
  3845. configure:27735: checking for main in -lsmbclient
  3846. configure:27754: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lsmbclient -lssh -lmicrohttpd -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse >&5
  3847. configure:27754: $? = 0
  3848. configure:27763: result: yes
  3849. configure:27848: checking nfsc/libnfs.h usability
  3850. configure:27848: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  3851. conftest.c:177:25: fatal error: nfsc/libnfs.h: No such file or directory
  3852. compilation terminated.
  3853. configure:27848: $? = 1
  3854. configure: failed program was:
  3855. | /* confdefs.h */
  3856. | #define PACKAGE_NAME "kodi"
  3857. | #define PACKAGE_TARNAME "kodi"
  3858. | #define PACKAGE_VERSION "14.9.701"
  3859. | #define PACKAGE_STRING "kodi 14.9.701"
  3860. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3861. | #define PACKAGE_URL ""
  3862. | #define PACKAGE "kodi"
  3863. | #define VERSION "14.9.701"
  3864. | #define LIRC_DEVICE "/dev/lircd"
  3865. | #define HAVE_CXX11 1
  3866. | #define STDC_HEADERS 1
  3867. | #define HAVE_SYS_TYPES_H 1
  3868. | #define HAVE_SYS_STAT_H 1
  3869. | #define HAVE_STDLIB_H 1
  3870. | #define HAVE_STRING_H 1
  3871. | #define HAVE_MEMORY_H 1
  3872. | #define HAVE_STRINGS_H 1
  3873. | #define HAVE_INTTYPES_H 1
  3874. | #define HAVE_STDINT_H 1
  3875. | #define HAVE_UNISTD_H 1
  3876. | #define HAVE_DLFCN_H 1
  3877. | #define LT_OBJDIR ".libs/"
  3878. | #define HAS_EGLGLES 1
  3879. | #define HAVE_OMXLIB 1
  3880. | #define HAS_MMAL 1
  3881. | #define HAVE_ALLOCA_H 1
  3882. | #define HAVE_ALLOCA 1
  3883. | #define HAVE_UNISTD_H 1
  3884. | #define HAVE_CHOWN 1
  3885. | #define HAVE_DIRENT_H 1
  3886. | #define HAVE_FSEEKO 1
  3887. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3888. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3889. | #define TIME_WITH_SYS_TIME 1
  3890. | #define HAVE_SYS_TIME_H 1
  3891. | #define HAVE_UNISTD_H 1
  3892. | #define HAVE_STDLIB_H 1
  3893. | #define HAVE_SYS_PARAM_H 1
  3894. | #define HAVE_UTIME_H 1
  3895. | #define HAVE_ALARM 1
  3896. | #define HAVE_GETPAGESIZE 1
  3897. | #define HAVE_MMAP 1
  3898. | #define HAVE_SYS_SELECT_H 1
  3899. | #define HAVE_SYS_SOCKET_H 1
  3900. | #define SELECT_TYPE_ARG1 int
  3901. | #define SELECT_TYPE_ARG234 (fd_set *)
  3902. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3903. | #define RETSIGTYPE void
  3904. | #define HAVE_STRCOLL 1
  3905. | #define HAVE_STRFTIME 1
  3906. | #define HAVE_UTIME_NULL 1
  3907. | #define HAVE_VPRINTF 1
  3908. | #define HAVE_ATEXIT 1
  3909. | #define HAVE_DUP2 1
  3910. | #define HAVE_FDATASYNC 1
  3911. | #define HAVE_FTIME 1
  3912. | #define HAVE_FTRUNCATE 1
  3913. | #define HAVE_GETCWD 1
  3914. | #define HAVE_GETHOSTBYADDR 1
  3915. | #define HAVE_GETHOSTBYNAME 1
  3916. | #define HAVE_GETHOSTNAME 1
  3917. | #define HAVE_GETPAGESIZE 1
  3918. | #define HAVE_GETPASS 1
  3919. | #define HAVE_GETTIMEOFDAY 1
  3920. | #define HAVE_INET_NTOA 1
  3921. | #define HAVE_LCHOWN 1
  3922. | #define HAVE_LOCALECONV 1
  3923. | #define HAVE_MEMCHR 1
  3924. | #define HAVE_MEMMOVE 1
  3925. | #define HAVE_MEMSET 1
  3926. | #define HAVE_MKDIR 1
  3927. | #define HAVE_MODF 1
  3928. | #define HAVE_MUNMAP 1
  3929. | #define HAVE_RMDIR 1
  3930. | #define HAVE_SELECT 1
  3931. | #define HAVE_SETENV 1
  3932. | #define HAVE_SETLOCALE 1
  3933. | #define HAVE_SOCKET 1
  3934. | #define HAVE_STRCASECMP 1
  3935. | #define HAVE_STRCHR 1
  3936. | #define HAVE_STRCSPN 1
  3937. | #define HAVE_STRDUP 1
  3938. | #define HAVE_STRERROR 1
  3939. | #define HAVE_STRNCASECMP 1
  3940. | #define HAVE_STRPBRK 1
  3941. | #define HAVE_STRRCHR 1
  3942. | #define HAVE_STRSPN 1
  3943. | #define HAVE_STRSTR 1
  3944. | #define HAVE_STRTOL 1
  3945. | #define HAVE_STRTOUL 1
  3946. | #define HAVE_SYSINFO 1
  3947. | #define HAVE_TZSET 1
  3948. | #define HAVE_UTIME 1
  3949. | #define HAVE_POSIX_FADVISE 1
  3950. | #define HAVE_LOCALTIME_R 1
  3951. | #define SIZEOF_INT 4
  3952. | #define SIZEOF_SIZE_T 4
  3953. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3954. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3955. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3956. | #define HAVE_STD__U16STRING 1
  3957. | #define HAVE_STD__U32STRING 1
  3958. | #define HAVE_CHAR16_T 1
  3959. | #define HAVE_CHAR32_T 1
  3960. | #define SIZEOF_WCHAR_T 4
  3961. | #define HAVE_INOTIFY 1
  3962. | #define HAVE_PYTHON "2.7"
  3963. | #define HAVE_LIBEGL 1
  3964. | #define HAVE_LIBGLESV2 1
  3965. | #define HAVE_MYSQL 1
  3966. | #define HAVE_OPENSSL 1
  3967. | #define HAVE_LIBGPG_ERROR 1
  3968. | #define HAVE_LIBGCRYPT 1
  3969. | #define HAVE_GCRYPT 1
  3970. | #define HAVE_GNUTLS 1
  3971. | #define HAVE_LIBBZ2 1
  3972. | #define HAVE_LIBJPEG 1
  3973. | #define HAVE_LIBTIFF 1
  3974. | #define HAVE_LIBPTHREAD 1
  3975. | #define HAVE_PTHREAD_SETNAME_NP 1
  3976. | #define HAVE_LIBLZO2 1
  3977. | #define HAVE_LIBZ 1
  3978. | #define HAVE_LIBCRYPTO 1
  3979. | #define HAVE_LIBSSL 1
  3980. | #define HAVE_LIBMYSQLCLIENT 1
  3981. | #define HAVE_LIBPCRECPP 1
  3982. | #define HAVE_LIBPCRE 1
  3983. | #define HAVE_LIBJASPER 1
  3984. | #define HAVE_DBUS 1
  3985. | #define HAVE_LIBMICROHTTPD 1
  3986. | #define HAS_DVD_DRIVE 1
  3987. | #define HAS_ALSA 1
  3988. | #define HAVE_LIBPULSE 1
  3989. | #define HAVE_LIBSSH 1
  3990. | #define HAVE_LIBSSH 1
  3991. | #define HAVE_LIBRTMP_LOG_H 1
  3992. | #define HAVE_LIBRTMP_AMF_H 1
  3993. | #define HAVE_LIBRTMP_RTMP_H 1
  3994. | #define HAS_LIBRTMP 1
  3995. | #define HAVE_LIBSMBCLIENT 1
  3996. | #define HAVE_LIBSMBCLIENT 1
  3997. | /* end confdefs.h. */
  3998. | #include <stdio.h>
  3999. | #ifdef HAVE_SYS_TYPES_H
  4000. | # include <sys/types.h>
  4001. | #endif
  4002. | #ifdef HAVE_SYS_STAT_H
  4003. | # include <sys/stat.h>
  4004. | #endif
  4005. | #ifdef STDC_HEADERS
  4006. | # include <stdlib.h>
  4007. | # include <stddef.h>
  4008. | #else
  4009. | # ifdef HAVE_STDLIB_H
  4010. | # include <stdlib.h>
  4011. | # endif
  4012. | #endif
  4013. | #ifdef HAVE_STRING_H
  4014. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4015. | # include <memory.h>
  4016. | # endif
  4017. | # include <string.h>
  4018. | #endif
  4019. | #ifdef HAVE_STRINGS_H
  4020. | # include <strings.h>
  4021. | #endif
  4022. | #ifdef HAVE_INTTYPES_H
  4023. | # include <inttypes.h>
  4024. | #endif
  4025. | #ifdef HAVE_STDINT_H
  4026. | # include <stdint.h>
  4027. | #endif
  4028. | #ifdef HAVE_UNISTD_H
  4029. | # include <unistd.h>
  4030. | #endif
  4031. | #include <nfsc/libnfs.h>
  4032. configure:27848: result: no
  4033. configure:27848: checking nfsc/libnfs.h presence
  4034. configure:27848: gcc -E conftest.c
  4035. conftest.c:144:25: fatal error: nfsc/libnfs.h: No such file or directory
  4036. compilation terminated.
  4037. configure:27848: $? = 1
  4038. configure: failed program was:
  4039. | /* confdefs.h */
  4040. | #define PACKAGE_NAME "kodi"
  4041. | #define PACKAGE_TARNAME "kodi"
  4042. | #define PACKAGE_VERSION "14.9.701"
  4043. | #define PACKAGE_STRING "kodi 14.9.701"
  4044. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4045. | #define PACKAGE_URL ""
  4046. | #define PACKAGE "kodi"
  4047. | #define VERSION "14.9.701"
  4048. | #define LIRC_DEVICE "/dev/lircd"
  4049. | #define HAVE_CXX11 1
  4050. | #define STDC_HEADERS 1
  4051. | #define HAVE_SYS_TYPES_H 1
  4052. | #define HAVE_SYS_STAT_H 1
  4053. | #define HAVE_STDLIB_H 1
  4054. | #define HAVE_STRING_H 1
  4055. | #define HAVE_MEMORY_H 1
  4056. | #define HAVE_STRINGS_H 1
  4057. | #define HAVE_INTTYPES_H 1
  4058. | #define HAVE_STDINT_H 1
  4059. | #define HAVE_UNISTD_H 1
  4060. | #define HAVE_DLFCN_H 1
  4061. | #define LT_OBJDIR ".libs/"
  4062. | #define HAS_EGLGLES 1
  4063. | #define HAVE_OMXLIB 1
  4064. | #define HAS_MMAL 1
  4065. | #define HAVE_ALLOCA_H 1
  4066. | #define HAVE_ALLOCA 1
  4067. | #define HAVE_UNISTD_H 1
  4068. | #define HAVE_CHOWN 1
  4069. | #define HAVE_DIRENT_H 1
  4070. | #define HAVE_FSEEKO 1
  4071. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4072. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4073. | #define TIME_WITH_SYS_TIME 1
  4074. | #define HAVE_SYS_TIME_H 1
  4075. | #define HAVE_UNISTD_H 1
  4076. | #define HAVE_STDLIB_H 1
  4077. | #define HAVE_SYS_PARAM_H 1
  4078. | #define HAVE_UTIME_H 1
  4079. | #define HAVE_ALARM 1
  4080. | #define HAVE_GETPAGESIZE 1
  4081. | #define HAVE_MMAP 1
  4082. | #define HAVE_SYS_SELECT_H 1
  4083. | #define HAVE_SYS_SOCKET_H 1
  4084. | #define SELECT_TYPE_ARG1 int
  4085. | #define SELECT_TYPE_ARG234 (fd_set *)
  4086. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4087. | #define RETSIGTYPE void
  4088. | #define HAVE_STRCOLL 1
  4089. | #define HAVE_STRFTIME 1
  4090. | #define HAVE_UTIME_NULL 1
  4091. | #define HAVE_VPRINTF 1
  4092. | #define HAVE_ATEXIT 1
  4093. | #define HAVE_DUP2 1
  4094. | #define HAVE_FDATASYNC 1
  4095. | #define HAVE_FTIME 1
  4096. | #define HAVE_FTRUNCATE 1
  4097. | #define HAVE_GETCWD 1
  4098. | #define HAVE_GETHOSTBYADDR 1
  4099. | #define HAVE_GETHOSTBYNAME 1
  4100. | #define HAVE_GETHOSTNAME 1
  4101. | #define HAVE_GETPAGESIZE 1
  4102. | #define HAVE_GETPASS 1
  4103. | #define HAVE_GETTIMEOFDAY 1
  4104. | #define HAVE_INET_NTOA 1
  4105. | #define HAVE_LCHOWN 1
  4106. | #define HAVE_LOCALECONV 1
  4107. | #define HAVE_MEMCHR 1
  4108. | #define HAVE_MEMMOVE 1
  4109. | #define HAVE_MEMSET 1
  4110. | #define HAVE_MKDIR 1
  4111. | #define HAVE_MODF 1
  4112. | #define HAVE_MUNMAP 1
  4113. | #define HAVE_RMDIR 1
  4114. | #define HAVE_SELECT 1
  4115. | #define HAVE_SETENV 1
  4116. | #define HAVE_SETLOCALE 1
  4117. | #define HAVE_SOCKET 1
  4118. | #define HAVE_STRCASECMP 1
  4119. | #define HAVE_STRCHR 1
  4120. | #define HAVE_STRCSPN 1
  4121. | #define HAVE_STRDUP 1
  4122. | #define HAVE_STRERROR 1
  4123. | #define HAVE_STRNCASECMP 1
  4124. | #define HAVE_STRPBRK 1
  4125. | #define HAVE_STRRCHR 1
  4126. | #define HAVE_STRSPN 1
  4127. | #define HAVE_STRSTR 1
  4128. | #define HAVE_STRTOL 1
  4129. | #define HAVE_STRTOUL 1
  4130. | #define HAVE_SYSINFO 1
  4131. | #define HAVE_TZSET 1
  4132. | #define HAVE_UTIME 1
  4133. | #define HAVE_POSIX_FADVISE 1
  4134. | #define HAVE_LOCALTIME_R 1
  4135. | #define SIZEOF_INT 4
  4136. | #define SIZEOF_SIZE_T 4
  4137. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4138. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4139. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4140. | #define HAVE_STD__U16STRING 1
  4141. | #define HAVE_STD__U32STRING 1
  4142. | #define HAVE_CHAR16_T 1
  4143. | #define HAVE_CHAR32_T 1
  4144. | #define SIZEOF_WCHAR_T 4
  4145. | #define HAVE_INOTIFY 1
  4146. | #define HAVE_PYTHON "2.7"
  4147. | #define HAVE_LIBEGL 1
  4148. | #define HAVE_LIBGLESV2 1
  4149. | #define HAVE_MYSQL 1
  4150. | #define HAVE_OPENSSL 1
  4151. | #define HAVE_LIBGPG_ERROR 1
  4152. | #define HAVE_LIBGCRYPT 1
  4153. | #define HAVE_GCRYPT 1
  4154. | #define HAVE_GNUTLS 1
  4155. | #define HAVE_LIBBZ2 1
  4156. | #define HAVE_LIBJPEG 1
  4157. | #define HAVE_LIBTIFF 1
  4158. | #define HAVE_LIBPTHREAD 1
  4159. | #define HAVE_PTHREAD_SETNAME_NP 1
  4160. | #define HAVE_LIBLZO2 1
  4161. | #define HAVE_LIBZ 1
  4162. | #define HAVE_LIBCRYPTO 1
  4163. | #define HAVE_LIBSSL 1
  4164. | #define HAVE_LIBMYSQLCLIENT 1
  4165. | #define HAVE_LIBPCRECPP 1
  4166. | #define HAVE_LIBPCRE 1
  4167. | #define HAVE_LIBJASPER 1
  4168. | #define HAVE_DBUS 1
  4169. | #define HAVE_LIBMICROHTTPD 1
  4170. | #define HAS_DVD_DRIVE 1
  4171. | #define HAS_ALSA 1
  4172. | #define HAVE_LIBPULSE 1
  4173. | #define HAVE_LIBSSH 1
  4174. | #define HAVE_LIBSSH 1
  4175. | #define HAVE_LIBRTMP_LOG_H 1
  4176. | #define HAVE_LIBRTMP_AMF_H 1
  4177. | #define HAVE_LIBRTMP_RTMP_H 1
  4178. | #define HAS_LIBRTMP 1
  4179. | #define HAVE_LIBSMBCLIENT 1
  4180. | #define HAVE_LIBSMBCLIENT 1
  4181. | /* end confdefs.h. */
  4182. | #include <nfsc/libnfs.h>
  4183. configure:27848: result: no
  4184. configure:27848: checking for nfsc/libnfs.h
  4185. configure:27848: result: no
  4186. configure:27859: == Could not find libnfs. NFS client support disabled. ==
  4187. configure:27944: checking afpfs-ng/libafpclient.h usability
  4188. configure:27944: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  4189. conftest.c:177:35: fatal error: afpfs-ng/libafpclient.h: No such file or directory
  4190. compilation terminated.
  4191. configure:27944: $? = 1
  4192. configure: failed program was:
  4193. | /* confdefs.h */
  4194. | #define PACKAGE_NAME "kodi"
  4195. | #define PACKAGE_TARNAME "kodi"
  4196. | #define PACKAGE_VERSION "14.9.701"
  4197. | #define PACKAGE_STRING "kodi 14.9.701"
  4198. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4199. | #define PACKAGE_URL ""
  4200. | #define PACKAGE "kodi"
  4201. | #define VERSION "14.9.701"
  4202. | #define LIRC_DEVICE "/dev/lircd"
  4203. | #define HAVE_CXX11 1
  4204. | #define STDC_HEADERS 1
  4205. | #define HAVE_SYS_TYPES_H 1
  4206. | #define HAVE_SYS_STAT_H 1
  4207. | #define HAVE_STDLIB_H 1
  4208. | #define HAVE_STRING_H 1
  4209. | #define HAVE_MEMORY_H 1
  4210. | #define HAVE_STRINGS_H 1
  4211. | #define HAVE_INTTYPES_H 1
  4212. | #define HAVE_STDINT_H 1
  4213. | #define HAVE_UNISTD_H 1
  4214. | #define HAVE_DLFCN_H 1
  4215. | #define LT_OBJDIR ".libs/"
  4216. | #define HAS_EGLGLES 1
  4217. | #define HAVE_OMXLIB 1
  4218. | #define HAS_MMAL 1
  4219. | #define HAVE_ALLOCA_H 1
  4220. | #define HAVE_ALLOCA 1
  4221. | #define HAVE_UNISTD_H 1
  4222. | #define HAVE_CHOWN 1
  4223. | #define HAVE_DIRENT_H 1
  4224. | #define HAVE_FSEEKO 1
  4225. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4226. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4227. | #define TIME_WITH_SYS_TIME 1
  4228. | #define HAVE_SYS_TIME_H 1
  4229. | #define HAVE_UNISTD_H 1
  4230. | #define HAVE_STDLIB_H 1
  4231. | #define HAVE_SYS_PARAM_H 1
  4232. | #define HAVE_UTIME_H 1
  4233. | #define HAVE_ALARM 1
  4234. | #define HAVE_GETPAGESIZE 1
  4235. | #define HAVE_MMAP 1
  4236. | #define HAVE_SYS_SELECT_H 1
  4237. | #define HAVE_SYS_SOCKET_H 1
  4238. | #define SELECT_TYPE_ARG1 int
  4239. | #define SELECT_TYPE_ARG234 (fd_set *)
  4240. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4241. | #define RETSIGTYPE void
  4242. | #define HAVE_STRCOLL 1
  4243. | #define HAVE_STRFTIME 1
  4244. | #define HAVE_UTIME_NULL 1
  4245. | #define HAVE_VPRINTF 1
  4246. | #define HAVE_ATEXIT 1
  4247. | #define HAVE_DUP2 1
  4248. | #define HAVE_FDATASYNC 1
  4249. | #define HAVE_FTIME 1
  4250. | #define HAVE_FTRUNCATE 1
  4251. | #define HAVE_GETCWD 1
  4252. | #define HAVE_GETHOSTBYADDR 1
  4253. | #define HAVE_GETHOSTBYNAME 1
  4254. | #define HAVE_GETHOSTNAME 1
  4255. | #define HAVE_GETPAGESIZE 1
  4256. | #define HAVE_GETPASS 1
  4257. | #define HAVE_GETTIMEOFDAY 1
  4258. | #define HAVE_INET_NTOA 1
  4259. | #define HAVE_LCHOWN 1
  4260. | #define HAVE_LOCALECONV 1
  4261. | #define HAVE_MEMCHR 1
  4262. | #define HAVE_MEMMOVE 1
  4263. | #define HAVE_MEMSET 1
  4264. | #define HAVE_MKDIR 1
  4265. | #define HAVE_MODF 1
  4266. | #define HAVE_MUNMAP 1
  4267. | #define HAVE_RMDIR 1
  4268. | #define HAVE_SELECT 1
  4269. | #define HAVE_SETENV 1
  4270. | #define HAVE_SETLOCALE 1
  4271. | #define HAVE_SOCKET 1
  4272. | #define HAVE_STRCASECMP 1
  4273. | #define HAVE_STRCHR 1
  4274. | #define HAVE_STRCSPN 1
  4275. | #define HAVE_STRDUP 1
  4276. | #define HAVE_STRERROR 1
  4277. | #define HAVE_STRNCASECMP 1
  4278. | #define HAVE_STRPBRK 1
  4279. | #define HAVE_STRRCHR 1
  4280. | #define HAVE_STRSPN 1
  4281. | #define HAVE_STRSTR 1
  4282. | #define HAVE_STRTOL 1
  4283. | #define HAVE_STRTOUL 1
  4284. | #define HAVE_SYSINFO 1
  4285. | #define HAVE_TZSET 1
  4286. | #define HAVE_UTIME 1
  4287. | #define HAVE_POSIX_FADVISE 1
  4288. | #define HAVE_LOCALTIME_R 1
  4289. | #define SIZEOF_INT 4
  4290. | #define SIZEOF_SIZE_T 4
  4291. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4292. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4293. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4294. | #define HAVE_STD__U16STRING 1
  4295. | #define HAVE_STD__U32STRING 1
  4296. | #define HAVE_CHAR16_T 1
  4297. | #define HAVE_CHAR32_T 1
  4298. | #define SIZEOF_WCHAR_T 4
  4299. | #define HAVE_INOTIFY 1
  4300. | #define HAVE_PYTHON "2.7"
  4301. | #define HAVE_LIBEGL 1
  4302. | #define HAVE_LIBGLESV2 1
  4303. | #define HAVE_MYSQL 1
  4304. | #define HAVE_OPENSSL 1
  4305. | #define HAVE_LIBGPG_ERROR 1
  4306. | #define HAVE_LIBGCRYPT 1
  4307. | #define HAVE_GCRYPT 1
  4308. | #define HAVE_GNUTLS 1
  4309. | #define HAVE_LIBBZ2 1
  4310. | #define HAVE_LIBJPEG 1
  4311. | #define HAVE_LIBTIFF 1
  4312. | #define HAVE_LIBPTHREAD 1
  4313. | #define HAVE_PTHREAD_SETNAME_NP 1
  4314. | #define HAVE_LIBLZO2 1
  4315. | #define HAVE_LIBZ 1
  4316. | #define HAVE_LIBCRYPTO 1
  4317. | #define HAVE_LIBSSL 1
  4318. | #define HAVE_LIBMYSQLCLIENT 1
  4319. | #define HAVE_LIBPCRECPP 1
  4320. | #define HAVE_LIBPCRE 1
  4321. | #define HAVE_LIBJASPER 1
  4322. | #define HAVE_DBUS 1
  4323. | #define HAVE_LIBMICROHTTPD 1
  4324. | #define HAS_DVD_DRIVE 1
  4325. | #define HAS_ALSA 1
  4326. | #define HAVE_LIBPULSE 1
  4327. | #define HAVE_LIBSSH 1
  4328. | #define HAVE_LIBSSH 1
  4329. | #define HAVE_LIBRTMP_LOG_H 1
  4330. | #define HAVE_LIBRTMP_AMF_H 1
  4331. | #define HAVE_LIBRTMP_RTMP_H 1
  4332. | #define HAS_LIBRTMP 1
  4333. | #define HAVE_LIBSMBCLIENT 1
  4334. | #define HAVE_LIBSMBCLIENT 1
  4335. | /* end confdefs.h. */
  4336. | #include <stdio.h>
  4337. | #ifdef HAVE_SYS_TYPES_H
  4338. | # include <sys/types.h>
  4339. | #endif
  4340. | #ifdef HAVE_SYS_STAT_H
  4341. | # include <sys/stat.h>
  4342. | #endif
  4343. | #ifdef STDC_HEADERS
  4344. | # include <stdlib.h>
  4345. | # include <stddef.h>
  4346. | #else
  4347. | # ifdef HAVE_STDLIB_H
  4348. | # include <stdlib.h>
  4349. | # endif
  4350. | #endif
  4351. | #ifdef HAVE_STRING_H
  4352. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4353. | # include <memory.h>
  4354. | # endif
  4355. | # include <string.h>
  4356. | #endif
  4357. | #ifdef HAVE_STRINGS_H
  4358. | # include <strings.h>
  4359. | #endif
  4360. | #ifdef HAVE_INTTYPES_H
  4361. | # include <inttypes.h>
  4362. | #endif
  4363. | #ifdef HAVE_STDINT_H
  4364. | # include <stdint.h>
  4365. | #endif
  4366. | #ifdef HAVE_UNISTD_H
  4367. | # include <unistd.h>
  4368. | #endif
  4369. | #include <afpfs-ng/libafpclient.h>
  4370. configure:27944: result: no
  4371. configure:27944: checking afpfs-ng/libafpclient.h presence
  4372. configure:27944: gcc -E conftest.c
  4373. conftest.c:144:35: fatal error: afpfs-ng/libafpclient.h: No such file or directory
  4374. compilation terminated.
  4375. configure:27944: $? = 1
  4376. configure: failed program was:
  4377. | /* confdefs.h */
  4378. | #define PACKAGE_NAME "kodi"
  4379. | #define PACKAGE_TARNAME "kodi"
  4380. | #define PACKAGE_VERSION "14.9.701"
  4381. | #define PACKAGE_STRING "kodi 14.9.701"
  4382. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4383. | #define PACKAGE_URL ""
  4384. | #define PACKAGE "kodi"
  4385. | #define VERSION "14.9.701"
  4386. | #define LIRC_DEVICE "/dev/lircd"
  4387. | #define HAVE_CXX11 1
  4388. | #define STDC_HEADERS 1
  4389. | #define HAVE_SYS_TYPES_H 1
  4390. | #define HAVE_SYS_STAT_H 1
  4391. | #define HAVE_STDLIB_H 1
  4392. | #define HAVE_STRING_H 1
  4393. | #define HAVE_MEMORY_H 1
  4394. | #define HAVE_STRINGS_H 1
  4395. | #define HAVE_INTTYPES_H 1
  4396. | #define HAVE_STDINT_H 1
  4397. | #define HAVE_UNISTD_H 1
  4398. | #define HAVE_DLFCN_H 1
  4399. | #define LT_OBJDIR ".libs/"
  4400. | #define HAS_EGLGLES 1
  4401. | #define HAVE_OMXLIB 1
  4402. | #define HAS_MMAL 1
  4403. | #define HAVE_ALLOCA_H 1
  4404. | #define HAVE_ALLOCA 1
  4405. | #define HAVE_UNISTD_H 1
  4406. | #define HAVE_CHOWN 1
  4407. | #define HAVE_DIRENT_H 1
  4408. | #define HAVE_FSEEKO 1
  4409. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4410. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4411. | #define TIME_WITH_SYS_TIME 1
  4412. | #define HAVE_SYS_TIME_H 1
  4413. | #define HAVE_UNISTD_H 1
  4414. | #define HAVE_STDLIB_H 1
  4415. | #define HAVE_SYS_PARAM_H 1
  4416. | #define HAVE_UTIME_H 1
  4417. | #define HAVE_ALARM 1
  4418. | #define HAVE_GETPAGESIZE 1
  4419. | #define HAVE_MMAP 1
  4420. | #define HAVE_SYS_SELECT_H 1
  4421. | #define HAVE_SYS_SOCKET_H 1
  4422. | #define SELECT_TYPE_ARG1 int
  4423. | #define SELECT_TYPE_ARG234 (fd_set *)
  4424. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4425. | #define RETSIGTYPE void
  4426. | #define HAVE_STRCOLL 1
  4427. | #define HAVE_STRFTIME 1
  4428. | #define HAVE_UTIME_NULL 1
  4429. | #define HAVE_VPRINTF 1
  4430. | #define HAVE_ATEXIT 1
  4431. | #define HAVE_DUP2 1
  4432. | #define HAVE_FDATASYNC 1
  4433. | #define HAVE_FTIME 1
  4434. | #define HAVE_FTRUNCATE 1
  4435. | #define HAVE_GETCWD 1
  4436. | #define HAVE_GETHOSTBYADDR 1
  4437. | #define HAVE_GETHOSTBYNAME 1
  4438. | #define HAVE_GETHOSTNAME 1
  4439. | #define HAVE_GETPAGESIZE 1
  4440. | #define HAVE_GETPASS 1
  4441. | #define HAVE_GETTIMEOFDAY 1
  4442. | #define HAVE_INET_NTOA 1
  4443. | #define HAVE_LCHOWN 1
  4444. | #define HAVE_LOCALECONV 1
  4445. | #define HAVE_MEMCHR 1
  4446. | #define HAVE_MEMMOVE 1
  4447. | #define HAVE_MEMSET 1
  4448. | #define HAVE_MKDIR 1
  4449. | #define HAVE_MODF 1
  4450. | #define HAVE_MUNMAP 1
  4451. | #define HAVE_RMDIR 1
  4452. | #define HAVE_SELECT 1
  4453. | #define HAVE_SETENV 1
  4454. | #define HAVE_SETLOCALE 1
  4455. | #define HAVE_SOCKET 1
  4456. | #define HAVE_STRCASECMP 1
  4457. | #define HAVE_STRCHR 1
  4458. | #define HAVE_STRCSPN 1
  4459. | #define HAVE_STRDUP 1
  4460. | #define HAVE_STRERROR 1
  4461. | #define HAVE_STRNCASECMP 1
  4462. | #define HAVE_STRPBRK 1
  4463. | #define HAVE_STRRCHR 1
  4464. | #define HAVE_STRSPN 1
  4465. | #define HAVE_STRSTR 1
  4466. | #define HAVE_STRTOL 1
  4467. | #define HAVE_STRTOUL 1
  4468. | #define HAVE_SYSINFO 1
  4469. | #define HAVE_TZSET 1
  4470. | #define HAVE_UTIME 1
  4471. | #define HAVE_POSIX_FADVISE 1
  4472. | #define HAVE_LOCALTIME_R 1
  4473. | #define SIZEOF_INT 4
  4474. | #define SIZEOF_SIZE_T 4
  4475. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4476. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4477. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4478. | #define HAVE_STD__U16STRING 1
  4479. | #define HAVE_STD__U32STRING 1
  4480. | #define HAVE_CHAR16_T 1
  4481. | #define HAVE_CHAR32_T 1
  4482. | #define SIZEOF_WCHAR_T 4
  4483. | #define HAVE_INOTIFY 1
  4484. | #define HAVE_PYTHON "2.7"
  4485. | #define HAVE_LIBEGL 1
  4486. | #define HAVE_LIBGLESV2 1
  4487. | #define HAVE_MYSQL 1
  4488. | #define HAVE_OPENSSL 1
  4489. | #define HAVE_LIBGPG_ERROR 1
  4490. | #define HAVE_LIBGCRYPT 1
  4491. | #define HAVE_GCRYPT 1
  4492. | #define HAVE_GNUTLS 1
  4493. | #define HAVE_LIBBZ2 1
  4494. | #define HAVE_LIBJPEG 1
  4495. | #define HAVE_LIBTIFF 1
  4496. | #define HAVE_LIBPTHREAD 1
  4497. | #define HAVE_PTHREAD_SETNAME_NP 1
  4498. | #define HAVE_LIBLZO2 1
  4499. | #define HAVE_LIBZ 1
  4500. | #define HAVE_LIBCRYPTO 1
  4501. | #define HAVE_LIBSSL 1
  4502. | #define HAVE_LIBMYSQLCLIENT 1
  4503. | #define HAVE_LIBPCRECPP 1
  4504. | #define HAVE_LIBPCRE 1
  4505. | #define HAVE_LIBJASPER 1
  4506. | #define HAVE_DBUS 1
  4507. | #define HAVE_LIBMICROHTTPD 1
  4508. | #define HAS_DVD_DRIVE 1
  4509. | #define HAS_ALSA 1
  4510. | #define HAVE_LIBPULSE 1
  4511. | #define HAVE_LIBSSH 1
  4512. | #define HAVE_LIBSSH 1
  4513. | #define HAVE_LIBRTMP_LOG_H 1
  4514. | #define HAVE_LIBRTMP_AMF_H 1
  4515. | #define HAVE_LIBRTMP_RTMP_H 1
  4516. | #define HAS_LIBRTMP 1
  4517. | #define HAVE_LIBSMBCLIENT 1
  4518. | #define HAVE_LIBSMBCLIENT 1
  4519. | /* end confdefs.h. */
  4520. | #include <afpfs-ng/libafpclient.h>
  4521. configure:27944: result: no
  4522. configure:27944: checking for afpfs-ng/libafpclient.h
  4523. configure:27944: result: no
  4524. configure:27954: == Could not find libafpclient. AFP client support disabled. ==
  4525. configure:28033: checking plist/plist.h usability
  4526. configure:28033: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  4527. conftest.c:177:25: fatal error: plist/plist.h: No such file or directory
  4528. compilation terminated.
  4529. configure:28033: $? = 1
  4530. configure: failed program was:
  4531. | /* confdefs.h */
  4532. | #define PACKAGE_NAME "kodi"
  4533. | #define PACKAGE_TARNAME "kodi"
  4534. | #define PACKAGE_VERSION "14.9.701"
  4535. | #define PACKAGE_STRING "kodi 14.9.701"
  4536. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4537. | #define PACKAGE_URL ""
  4538. | #define PACKAGE "kodi"
  4539. | #define VERSION "14.9.701"
  4540. | #define LIRC_DEVICE "/dev/lircd"
  4541. | #define HAVE_CXX11 1
  4542. | #define STDC_HEADERS 1
  4543. | #define HAVE_SYS_TYPES_H 1
  4544. | #define HAVE_SYS_STAT_H 1
  4545. | #define HAVE_STDLIB_H 1
  4546. | #define HAVE_STRING_H 1
  4547. | #define HAVE_MEMORY_H 1
  4548. | #define HAVE_STRINGS_H 1
  4549. | #define HAVE_INTTYPES_H 1
  4550. | #define HAVE_STDINT_H 1
  4551. | #define HAVE_UNISTD_H 1
  4552. | #define HAVE_DLFCN_H 1
  4553. | #define LT_OBJDIR ".libs/"
  4554. | #define HAS_EGLGLES 1
  4555. | #define HAVE_OMXLIB 1
  4556. | #define HAS_MMAL 1
  4557. | #define HAVE_ALLOCA_H 1
  4558. | #define HAVE_ALLOCA 1
  4559. | #define HAVE_UNISTD_H 1
  4560. | #define HAVE_CHOWN 1
  4561. | #define HAVE_DIRENT_H 1
  4562. | #define HAVE_FSEEKO 1
  4563. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4564. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4565. | #define TIME_WITH_SYS_TIME 1
  4566. | #define HAVE_SYS_TIME_H 1
  4567. | #define HAVE_UNISTD_H 1
  4568. | #define HAVE_STDLIB_H 1
  4569. | #define HAVE_SYS_PARAM_H 1
  4570. | #define HAVE_UTIME_H 1
  4571. | #define HAVE_ALARM 1
  4572. | #define HAVE_GETPAGESIZE 1
  4573. | #define HAVE_MMAP 1
  4574. | #define HAVE_SYS_SELECT_H 1
  4575. | #define HAVE_SYS_SOCKET_H 1
  4576. | #define SELECT_TYPE_ARG1 int
  4577. | #define SELECT_TYPE_ARG234 (fd_set *)
  4578. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4579. | #define RETSIGTYPE void
  4580. | #define HAVE_STRCOLL 1
  4581. | #define HAVE_STRFTIME 1
  4582. | #define HAVE_UTIME_NULL 1
  4583. | #define HAVE_VPRINTF 1
  4584. | #define HAVE_ATEXIT 1
  4585. | #define HAVE_DUP2 1
  4586. | #define HAVE_FDATASYNC 1
  4587. | #define HAVE_FTIME 1
  4588. | #define HAVE_FTRUNCATE 1
  4589. | #define HAVE_GETCWD 1
  4590. | #define HAVE_GETHOSTBYADDR 1
  4591. | #define HAVE_GETHOSTBYNAME 1
  4592. | #define HAVE_GETHOSTNAME 1
  4593. | #define HAVE_GETPAGESIZE 1
  4594. | #define HAVE_GETPASS 1
  4595. | #define HAVE_GETTIMEOFDAY 1
  4596. | #define HAVE_INET_NTOA 1
  4597. | #define HAVE_LCHOWN 1
  4598. | #define HAVE_LOCALECONV 1
  4599. | #define HAVE_MEMCHR 1
  4600. | #define HAVE_MEMMOVE 1
  4601. | #define HAVE_MEMSET 1
  4602. | #define HAVE_MKDIR 1
  4603. | #define HAVE_MODF 1
  4604. | #define HAVE_MUNMAP 1
  4605. | #define HAVE_RMDIR 1
  4606. | #define HAVE_SELECT 1
  4607. | #define HAVE_SETENV 1
  4608. | #define HAVE_SETLOCALE 1
  4609. | #define HAVE_SOCKET 1
  4610. | #define HAVE_STRCASECMP 1
  4611. | #define HAVE_STRCHR 1
  4612. | #define HAVE_STRCSPN 1
  4613. | #define HAVE_STRDUP 1
  4614. | #define HAVE_STRERROR 1
  4615. | #define HAVE_STRNCASECMP 1
  4616. | #define HAVE_STRPBRK 1
  4617. | #define HAVE_STRRCHR 1
  4618. | #define HAVE_STRSPN 1
  4619. | #define HAVE_STRSTR 1
  4620. | #define HAVE_STRTOL 1
  4621. | #define HAVE_STRTOUL 1
  4622. | #define HAVE_SYSINFO 1
  4623. | #define HAVE_TZSET 1
  4624. | #define HAVE_UTIME 1
  4625. | #define HAVE_POSIX_FADVISE 1
  4626. | #define HAVE_LOCALTIME_R 1
  4627. | #define SIZEOF_INT 4
  4628. | #define SIZEOF_SIZE_T 4
  4629. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4630. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4631. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4632. | #define HAVE_STD__U16STRING 1
  4633. | #define HAVE_STD__U32STRING 1
  4634. | #define HAVE_CHAR16_T 1
  4635. | #define HAVE_CHAR32_T 1
  4636. | #define SIZEOF_WCHAR_T 4
  4637. | #define HAVE_INOTIFY 1
  4638. | #define HAVE_PYTHON "2.7"
  4639. | #define HAVE_LIBEGL 1
  4640. | #define HAVE_LIBGLESV2 1
  4641. | #define HAVE_MYSQL 1
  4642. | #define HAVE_OPENSSL 1
  4643. | #define HAVE_LIBGPG_ERROR 1
  4644. | #define HAVE_LIBGCRYPT 1
  4645. | #define HAVE_GCRYPT 1
  4646. | #define HAVE_GNUTLS 1
  4647. | #define HAVE_LIBBZ2 1
  4648. | #define HAVE_LIBJPEG 1
  4649. | #define HAVE_LIBTIFF 1
  4650. | #define HAVE_LIBPTHREAD 1
  4651. | #define HAVE_PTHREAD_SETNAME_NP 1
  4652. | #define HAVE_LIBLZO2 1
  4653. | #define HAVE_LIBZ 1
  4654. | #define HAVE_LIBCRYPTO 1
  4655. | #define HAVE_LIBSSL 1
  4656. | #define HAVE_LIBMYSQLCLIENT 1
  4657. | #define HAVE_LIBPCRECPP 1
  4658. | #define HAVE_LIBPCRE 1
  4659. | #define HAVE_LIBJASPER 1
  4660. | #define HAVE_DBUS 1
  4661. | #define HAVE_LIBMICROHTTPD 1
  4662. | #define HAS_DVD_DRIVE 1
  4663. | #define HAS_ALSA 1
  4664. | #define HAVE_LIBPULSE 1
  4665. | #define HAVE_LIBSSH 1
  4666. | #define HAVE_LIBSSH 1
  4667. | #define HAVE_LIBRTMP_LOG_H 1
  4668. | #define HAVE_LIBRTMP_AMF_H 1
  4669. | #define HAVE_LIBRTMP_RTMP_H 1
  4670. | #define HAS_LIBRTMP 1
  4671. | #define HAVE_LIBSMBCLIENT 1
  4672. | #define HAVE_LIBSMBCLIENT 1
  4673. | /* end confdefs.h. */
  4674. | #include <stdio.h>
  4675. | #ifdef HAVE_SYS_TYPES_H
  4676. | # include <sys/types.h>
  4677. | #endif
  4678. | #ifdef HAVE_SYS_STAT_H
  4679. | # include <sys/stat.h>
  4680. | #endif
  4681. | #ifdef STDC_HEADERS
  4682. | # include <stdlib.h>
  4683. | # include <stddef.h>
  4684. | #else
  4685. | # ifdef HAVE_STDLIB_H
  4686. | # include <stdlib.h>
  4687. | # endif
  4688. | #endif
  4689. | #ifdef HAVE_STRING_H
  4690. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4691. | # include <memory.h>
  4692. | # endif
  4693. | # include <string.h>
  4694. | #endif
  4695. | #ifdef HAVE_STRINGS_H
  4696. | # include <strings.h>
  4697. | #endif
  4698. | #ifdef HAVE_INTTYPES_H
  4699. | # include <inttypes.h>
  4700. | #endif
  4701. | #ifdef HAVE_STDINT_H
  4702. | # include <stdint.h>
  4703. | #endif
  4704. | #ifdef HAVE_UNISTD_H
  4705. | # include <unistd.h>
  4706. | #endif
  4707. | #include <plist/plist.h>
  4708. configure:28033: result: no
  4709. configure:28033: checking plist/plist.h presence
  4710. configure:28033: gcc -E conftest.c
  4711. conftest.c:144:25: fatal error: plist/plist.h: No such file or directory
  4712. compilation terminated.
  4713. configure:28033: $? = 1
  4714. configure: failed program was:
  4715. | /* confdefs.h */
  4716. | #define PACKAGE_NAME "kodi"
  4717. | #define PACKAGE_TARNAME "kodi"
  4718. | #define PACKAGE_VERSION "14.9.701"
  4719. | #define PACKAGE_STRING "kodi 14.9.701"
  4720. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4721. | #define PACKAGE_URL ""
  4722. | #define PACKAGE "kodi"
  4723. | #define VERSION "14.9.701"
  4724. | #define LIRC_DEVICE "/dev/lircd"
  4725. | #define HAVE_CXX11 1
  4726. | #define STDC_HEADERS 1
  4727. | #define HAVE_SYS_TYPES_H 1
  4728. | #define HAVE_SYS_STAT_H 1
  4729. | #define HAVE_STDLIB_H 1
  4730. | #define HAVE_STRING_H 1
  4731. | #define HAVE_MEMORY_H 1
  4732. | #define HAVE_STRINGS_H 1
  4733. | #define HAVE_INTTYPES_H 1
  4734. | #define HAVE_STDINT_H 1
  4735. | #define HAVE_UNISTD_H 1
  4736. | #define HAVE_DLFCN_H 1
  4737. | #define LT_OBJDIR ".libs/"
  4738. | #define HAS_EGLGLES 1
  4739. | #define HAVE_OMXLIB 1
  4740. | #define HAS_MMAL 1
  4741. | #define HAVE_ALLOCA_H 1
  4742. | #define HAVE_ALLOCA 1
  4743. | #define HAVE_UNISTD_H 1
  4744. | #define HAVE_CHOWN 1
  4745. | #define HAVE_DIRENT_H 1
  4746. | #define HAVE_FSEEKO 1
  4747. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4748. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4749. | #define TIME_WITH_SYS_TIME 1
  4750. | #define HAVE_SYS_TIME_H 1
  4751. | #define HAVE_UNISTD_H 1
  4752. | #define HAVE_STDLIB_H 1
  4753. | #define HAVE_SYS_PARAM_H 1
  4754. | #define HAVE_UTIME_H 1
  4755. | #define HAVE_ALARM 1
  4756. | #define HAVE_GETPAGESIZE 1
  4757. | #define HAVE_MMAP 1
  4758. | #define HAVE_SYS_SELECT_H 1
  4759. | #define HAVE_SYS_SOCKET_H 1
  4760. | #define SELECT_TYPE_ARG1 int
  4761. | #define SELECT_TYPE_ARG234 (fd_set *)
  4762. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4763. | #define RETSIGTYPE void
  4764. | #define HAVE_STRCOLL 1
  4765. | #define HAVE_STRFTIME 1
  4766. | #define HAVE_UTIME_NULL 1
  4767. | #define HAVE_VPRINTF 1
  4768. | #define HAVE_ATEXIT 1
  4769. | #define HAVE_DUP2 1
  4770. | #define HAVE_FDATASYNC 1
  4771. | #define HAVE_FTIME 1
  4772. | #define HAVE_FTRUNCATE 1
  4773. | #define HAVE_GETCWD 1
  4774. | #define HAVE_GETHOSTBYADDR 1
  4775. | #define HAVE_GETHOSTBYNAME 1
  4776. | #define HAVE_GETHOSTNAME 1
  4777. | #define HAVE_GETPAGESIZE 1
  4778. | #define HAVE_GETPASS 1
  4779. | #define HAVE_GETTIMEOFDAY 1
  4780. | #define HAVE_INET_NTOA 1
  4781. | #define HAVE_LCHOWN 1
  4782. | #define HAVE_LOCALECONV 1
  4783. | #define HAVE_MEMCHR 1
  4784. | #define HAVE_MEMMOVE 1
  4785. | #define HAVE_MEMSET 1
  4786. | #define HAVE_MKDIR 1
  4787. | #define HAVE_MODF 1
  4788. | #define HAVE_MUNMAP 1
  4789. | #define HAVE_RMDIR 1
  4790. | #define HAVE_SELECT 1
  4791. | #define HAVE_SETENV 1
  4792. | #define HAVE_SETLOCALE 1
  4793. | #define HAVE_SOCKET 1
  4794. | #define HAVE_STRCASECMP 1
  4795. | #define HAVE_STRCHR 1
  4796. | #define HAVE_STRCSPN 1
  4797. | #define HAVE_STRDUP 1
  4798. | #define HAVE_STRERROR 1
  4799. | #define HAVE_STRNCASECMP 1
  4800. | #define HAVE_STRPBRK 1
  4801. | #define HAVE_STRRCHR 1
  4802. | #define HAVE_STRSPN 1
  4803. | #define HAVE_STRSTR 1
  4804. | #define HAVE_STRTOL 1
  4805. | #define HAVE_STRTOUL 1
  4806. | #define HAVE_SYSINFO 1
  4807. | #define HAVE_TZSET 1
  4808. | #define HAVE_UTIME 1
  4809. | #define HAVE_POSIX_FADVISE 1
  4810. | #define HAVE_LOCALTIME_R 1
  4811. | #define SIZEOF_INT 4
  4812. | #define SIZEOF_SIZE_T 4
  4813. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4814. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4815. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4816. | #define HAVE_STD__U16STRING 1
  4817. | #define HAVE_STD__U32STRING 1
  4818. | #define HAVE_CHAR16_T 1
  4819. | #define HAVE_CHAR32_T 1
  4820. | #define SIZEOF_WCHAR_T 4
  4821. | #define HAVE_INOTIFY 1
  4822. | #define HAVE_PYTHON "2.7"
  4823. | #define HAVE_LIBEGL 1
  4824. | #define HAVE_LIBGLESV2 1
  4825. | #define HAVE_MYSQL 1
  4826. | #define HAVE_OPENSSL 1
  4827. | #define HAVE_LIBGPG_ERROR 1
  4828. | #define HAVE_LIBGCRYPT 1
  4829. | #define HAVE_GCRYPT 1
  4830. | #define HAVE_GNUTLS 1
  4831. | #define HAVE_LIBBZ2 1
  4832. | #define HAVE_LIBJPEG 1
  4833. | #define HAVE_LIBTIFF 1
  4834. | #define HAVE_LIBPTHREAD 1
  4835. | #define HAVE_PTHREAD_SETNAME_NP 1
  4836. | #define HAVE_LIBLZO2 1
  4837. | #define HAVE_LIBZ 1
  4838. | #define HAVE_LIBCRYPTO 1
  4839. | #define HAVE_LIBSSL 1
  4840. | #define HAVE_LIBMYSQLCLIENT 1
  4841. | #define HAVE_LIBPCRECPP 1
  4842. | #define HAVE_LIBPCRE 1
  4843. | #define HAVE_LIBJASPER 1
  4844. | #define HAVE_DBUS 1
  4845. | #define HAVE_LIBMICROHTTPD 1
  4846. | #define HAS_DVD_DRIVE 1
  4847. | #define HAS_ALSA 1
  4848. | #define HAVE_LIBPULSE 1
  4849. | #define HAVE_LIBSSH 1
  4850. | #define HAVE_LIBSSH 1
  4851. | #define HAVE_LIBRTMP_LOG_H 1
  4852. | #define HAVE_LIBRTMP_AMF_H 1
  4853. | #define HAVE_LIBRTMP_RTMP_H 1
  4854. | #define HAS_LIBRTMP 1
  4855. | #define HAVE_LIBSMBCLIENT 1
  4856. | #define HAVE_LIBSMBCLIENT 1
  4857. | /* end confdefs.h. */
  4858. | #include <plist/plist.h>
  4859. configure:28033: result: no
  4860. configure:28033: checking for plist/plist.h
  4861. configure:28033: result: no
  4862. configure:28040: == Could not find libplist. AirPlay support disabled. ==
  4863. configure:28118: checking shairplay/raop.h usability
  4864. configure:28118: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  4865. conftest.c:177:28: fatal error: shairplay/raop.h: No such file or directory
  4866. compilation terminated.
  4867. configure:28118: $? = 1
  4868. configure: failed program was:
  4869. | /* confdefs.h */
  4870. | #define PACKAGE_NAME "kodi"
  4871. | #define PACKAGE_TARNAME "kodi"
  4872. | #define PACKAGE_VERSION "14.9.701"
  4873. | #define PACKAGE_STRING "kodi 14.9.701"
  4874. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4875. | #define PACKAGE_URL ""
  4876. | #define PACKAGE "kodi"
  4877. | #define VERSION "14.9.701"
  4878. | #define LIRC_DEVICE "/dev/lircd"
  4879. | #define HAVE_CXX11 1
  4880. | #define STDC_HEADERS 1
  4881. | #define HAVE_SYS_TYPES_H 1
  4882. | #define HAVE_SYS_STAT_H 1
  4883. | #define HAVE_STDLIB_H 1
  4884. | #define HAVE_STRING_H 1
  4885. | #define HAVE_MEMORY_H 1
  4886. | #define HAVE_STRINGS_H 1
  4887. | #define HAVE_INTTYPES_H 1
  4888. | #define HAVE_STDINT_H 1
  4889. | #define HAVE_UNISTD_H 1
  4890. | #define HAVE_DLFCN_H 1
  4891. | #define LT_OBJDIR ".libs/"
  4892. | #define HAS_EGLGLES 1
  4893. | #define HAVE_OMXLIB 1
  4894. | #define HAS_MMAL 1
  4895. | #define HAVE_ALLOCA_H 1
  4896. | #define HAVE_ALLOCA 1
  4897. | #define HAVE_UNISTD_H 1
  4898. | #define HAVE_CHOWN 1
  4899. | #define HAVE_DIRENT_H 1
  4900. | #define HAVE_FSEEKO 1
  4901. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4902. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4903. | #define TIME_WITH_SYS_TIME 1
  4904. | #define HAVE_SYS_TIME_H 1
  4905. | #define HAVE_UNISTD_H 1
  4906. | #define HAVE_STDLIB_H 1
  4907. | #define HAVE_SYS_PARAM_H 1
  4908. | #define HAVE_UTIME_H 1
  4909. | #define HAVE_ALARM 1
  4910. | #define HAVE_GETPAGESIZE 1
  4911. | #define HAVE_MMAP 1
  4912. | #define HAVE_SYS_SELECT_H 1
  4913. | #define HAVE_SYS_SOCKET_H 1
  4914. | #define SELECT_TYPE_ARG1 int
  4915. | #define SELECT_TYPE_ARG234 (fd_set *)
  4916. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4917. | #define RETSIGTYPE void
  4918. | #define HAVE_STRCOLL 1
  4919. | #define HAVE_STRFTIME 1
  4920. | #define HAVE_UTIME_NULL 1
  4921. | #define HAVE_VPRINTF 1
  4922. | #define HAVE_ATEXIT 1
  4923. | #define HAVE_DUP2 1
  4924. | #define HAVE_FDATASYNC 1
  4925. | #define HAVE_FTIME 1
  4926. | #define HAVE_FTRUNCATE 1
  4927. | #define HAVE_GETCWD 1
  4928. | #define HAVE_GETHOSTBYADDR 1
  4929. | #define HAVE_GETHOSTBYNAME 1
  4930. | #define HAVE_GETHOSTNAME 1
  4931. | #define HAVE_GETPAGESIZE 1
  4932. | #define HAVE_GETPASS 1
  4933. | #define HAVE_GETTIMEOFDAY 1
  4934. | #define HAVE_INET_NTOA 1
  4935. | #define HAVE_LCHOWN 1
  4936. | #define HAVE_LOCALECONV 1
  4937. | #define HAVE_MEMCHR 1
  4938. | #define HAVE_MEMMOVE 1
  4939. | #define HAVE_MEMSET 1
  4940. | #define HAVE_MKDIR 1
  4941. | #define HAVE_MODF 1
  4942. | #define HAVE_MUNMAP 1
  4943. | #define HAVE_RMDIR 1
  4944. | #define HAVE_SELECT 1
  4945. | #define HAVE_SETENV 1
  4946. | #define HAVE_SETLOCALE 1
  4947. | #define HAVE_SOCKET 1
  4948. | #define HAVE_STRCASECMP 1
  4949. | #define HAVE_STRCHR 1
  4950. | #define HAVE_STRCSPN 1
  4951. | #define HAVE_STRDUP 1
  4952. | #define HAVE_STRERROR 1
  4953. | #define HAVE_STRNCASECMP 1
  4954. | #define HAVE_STRPBRK 1
  4955. | #define HAVE_STRRCHR 1
  4956. | #define HAVE_STRSPN 1
  4957. | #define HAVE_STRSTR 1
  4958. | #define HAVE_STRTOL 1
  4959. | #define HAVE_STRTOUL 1
  4960. | #define HAVE_SYSINFO 1
  4961. | #define HAVE_TZSET 1
  4962. | #define HAVE_UTIME 1
  4963. | #define HAVE_POSIX_FADVISE 1
  4964. | #define HAVE_LOCALTIME_R 1
  4965. | #define SIZEOF_INT 4
  4966. | #define SIZEOF_SIZE_T 4
  4967. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4968. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4969. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4970. | #define HAVE_STD__U16STRING 1
  4971. | #define HAVE_STD__U32STRING 1
  4972. | #define HAVE_CHAR16_T 1
  4973. | #define HAVE_CHAR32_T 1
  4974. | #define SIZEOF_WCHAR_T 4
  4975. | #define HAVE_INOTIFY 1
  4976. | #define HAVE_PYTHON "2.7"
  4977. | #define HAVE_LIBEGL 1
  4978. | #define HAVE_LIBGLESV2 1
  4979. | #define HAVE_MYSQL 1
  4980. | #define HAVE_OPENSSL 1
  4981. | #define HAVE_LIBGPG_ERROR 1
  4982. | #define HAVE_LIBGCRYPT 1
  4983. | #define HAVE_GCRYPT 1
  4984. | #define HAVE_GNUTLS 1
  4985. | #define HAVE_LIBBZ2 1
  4986. | #define HAVE_LIBJPEG 1
  4987. | #define HAVE_LIBTIFF 1
  4988. | #define HAVE_LIBPTHREAD 1
  4989. | #define HAVE_PTHREAD_SETNAME_NP 1
  4990. | #define HAVE_LIBLZO2 1
  4991. | #define HAVE_LIBZ 1
  4992. | #define HAVE_LIBCRYPTO 1
  4993. | #define HAVE_LIBSSL 1
  4994. | #define HAVE_LIBMYSQLCLIENT 1
  4995. | #define HAVE_LIBPCRECPP 1
  4996. | #define HAVE_LIBPCRE 1
  4997. | #define HAVE_LIBJASPER 1
  4998. | #define HAVE_DBUS 1
  4999. | #define HAVE_LIBMICROHTTPD 1
  5000. | #define HAS_DVD_DRIVE 1
  5001. | #define HAS_ALSA 1
  5002. | #define HAVE_LIBPULSE 1
  5003. | #define HAVE_LIBSSH 1
  5004. | #define HAVE_LIBSSH 1
  5005. | #define HAVE_LIBRTMP_LOG_H 1
  5006. | #define HAVE_LIBRTMP_AMF_H 1
  5007. | #define HAVE_LIBRTMP_RTMP_H 1
  5008. | #define HAS_LIBRTMP 1
  5009. | #define HAVE_LIBSMBCLIENT 1
  5010. | #define HAVE_LIBSMBCLIENT 1
  5011. | /* end confdefs.h. */
  5012. | #include <stdio.h>
  5013. | #ifdef HAVE_SYS_TYPES_H
  5014. | # include <sys/types.h>
  5015. | #endif
  5016. | #ifdef HAVE_SYS_STAT_H
  5017. | # include <sys/stat.h>
  5018. | #endif
  5019. | #ifdef STDC_HEADERS
  5020. | # include <stdlib.h>
  5021. | # include <stddef.h>
  5022. | #else
  5023. | # ifdef HAVE_STDLIB_H
  5024. | # include <stdlib.h>
  5025. | # endif
  5026. | #endif
  5027. | #ifdef HAVE_STRING_H
  5028. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5029. | # include <memory.h>
  5030. | # endif
  5031. | # include <string.h>
  5032. | #endif
  5033. | #ifdef HAVE_STRINGS_H
  5034. | # include <strings.h>
  5035. | #endif
  5036. | #ifdef HAVE_INTTYPES_H
  5037. | # include <inttypes.h>
  5038. | #endif
  5039. | #ifdef HAVE_STDINT_H
  5040. | # include <stdint.h>
  5041. | #endif
  5042. | #ifdef HAVE_UNISTD_H
  5043. | # include <unistd.h>
  5044. | #endif
  5045. | #include <shairplay/raop.h>
  5046. configure:28118: result: no
  5047. configure:28118: checking shairplay/raop.h presence
  5048. configure:28118: gcc -E conftest.c
  5049. conftest.c:144:28: fatal error: shairplay/raop.h: No such file or directory
  5050. compilation terminated.
  5051. configure:28118: $? = 1
  5052. configure: failed program was:
  5053. | /* confdefs.h */
  5054. | #define PACKAGE_NAME "kodi"
  5055. | #define PACKAGE_TARNAME "kodi"
  5056. | #define PACKAGE_VERSION "14.9.701"
  5057. | #define PACKAGE_STRING "kodi 14.9.701"
  5058. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5059. | #define PACKAGE_URL ""
  5060. | #define PACKAGE "kodi"
  5061. | #define VERSION "14.9.701"
  5062. | #define LIRC_DEVICE "/dev/lircd"
  5063. | #define HAVE_CXX11 1
  5064. | #define STDC_HEADERS 1
  5065. | #define HAVE_SYS_TYPES_H 1
  5066. | #define HAVE_SYS_STAT_H 1
  5067. | #define HAVE_STDLIB_H 1
  5068. | #define HAVE_STRING_H 1
  5069. | #define HAVE_MEMORY_H 1
  5070. | #define HAVE_STRINGS_H 1
  5071. | #define HAVE_INTTYPES_H 1
  5072. | #define HAVE_STDINT_H 1
  5073. | #define HAVE_UNISTD_H 1
  5074. | #define HAVE_DLFCN_H 1
  5075. | #define LT_OBJDIR ".libs/"
  5076. | #define HAS_EGLGLES 1
  5077. | #define HAVE_OMXLIB 1
  5078. | #define HAS_MMAL 1
  5079. | #define HAVE_ALLOCA_H 1
  5080. | #define HAVE_ALLOCA 1
  5081. | #define HAVE_UNISTD_H 1
  5082. | #define HAVE_CHOWN 1
  5083. | #define HAVE_DIRENT_H 1
  5084. | #define HAVE_FSEEKO 1
  5085. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5086. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5087. | #define TIME_WITH_SYS_TIME 1
  5088. | #define HAVE_SYS_TIME_H 1
  5089. | #define HAVE_UNISTD_H 1
  5090. | #define HAVE_STDLIB_H 1
  5091. | #define HAVE_SYS_PARAM_H 1
  5092. | #define HAVE_UTIME_H 1
  5093. | #define HAVE_ALARM 1
  5094. | #define HAVE_GETPAGESIZE 1
  5095. | #define HAVE_MMAP 1
  5096. | #define HAVE_SYS_SELECT_H 1
  5097. | #define HAVE_SYS_SOCKET_H 1
  5098. | #define SELECT_TYPE_ARG1 int
  5099. | #define SELECT_TYPE_ARG234 (fd_set *)
  5100. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5101. | #define RETSIGTYPE void
  5102. | #define HAVE_STRCOLL 1
  5103. | #define HAVE_STRFTIME 1
  5104. | #define HAVE_UTIME_NULL 1
  5105. | #define HAVE_VPRINTF 1
  5106. | #define HAVE_ATEXIT 1
  5107. | #define HAVE_DUP2 1
  5108. | #define HAVE_FDATASYNC 1
  5109. | #define HAVE_FTIME 1
  5110. | #define HAVE_FTRUNCATE 1
  5111. | #define HAVE_GETCWD 1
  5112. | #define HAVE_GETHOSTBYADDR 1
  5113. | #define HAVE_GETHOSTBYNAME 1
  5114. | #define HAVE_GETHOSTNAME 1
  5115. | #define HAVE_GETPAGESIZE 1
  5116. | #define HAVE_GETPASS 1
  5117. | #define HAVE_GETTIMEOFDAY 1
  5118. | #define HAVE_INET_NTOA 1
  5119. | #define HAVE_LCHOWN 1
  5120. | #define HAVE_LOCALECONV 1
  5121. | #define HAVE_MEMCHR 1
  5122. | #define HAVE_MEMMOVE 1
  5123. | #define HAVE_MEMSET 1
  5124. | #define HAVE_MKDIR 1
  5125. | #define HAVE_MODF 1
  5126. | #define HAVE_MUNMAP 1
  5127. | #define HAVE_RMDIR 1
  5128. | #define HAVE_SELECT 1
  5129. | #define HAVE_SETENV 1
  5130. | #define HAVE_SETLOCALE 1
  5131. | #define HAVE_SOCKET 1
  5132. | #define HAVE_STRCASECMP 1
  5133. | #define HAVE_STRCHR 1
  5134. | #define HAVE_STRCSPN 1
  5135. | #define HAVE_STRDUP 1
  5136. | #define HAVE_STRERROR 1
  5137. | #define HAVE_STRNCASECMP 1
  5138. | #define HAVE_STRPBRK 1
  5139. | #define HAVE_STRRCHR 1
  5140. | #define HAVE_STRSPN 1
  5141. | #define HAVE_STRSTR 1
  5142. | #define HAVE_STRTOL 1
  5143. | #define HAVE_STRTOUL 1
  5144. | #define HAVE_SYSINFO 1
  5145. | #define HAVE_TZSET 1
  5146. | #define HAVE_UTIME 1
  5147. | #define HAVE_POSIX_FADVISE 1
  5148. | #define HAVE_LOCALTIME_R 1
  5149. | #define SIZEOF_INT 4
  5150. | #define SIZEOF_SIZE_T 4
  5151. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5152. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5153. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5154. | #define HAVE_STD__U16STRING 1
  5155. | #define HAVE_STD__U32STRING 1
  5156. | #define HAVE_CHAR16_T 1
  5157. | #define HAVE_CHAR32_T 1
  5158. | #define SIZEOF_WCHAR_T 4
  5159. | #define HAVE_INOTIFY 1
  5160. | #define HAVE_PYTHON "2.7"
  5161. | #define HAVE_LIBEGL 1
  5162. | #define HAVE_LIBGLESV2 1
  5163. | #define HAVE_MYSQL 1
  5164. | #define HAVE_OPENSSL 1
  5165. | #define HAVE_LIBGPG_ERROR 1
  5166. | #define HAVE_LIBGCRYPT 1
  5167. | #define HAVE_GCRYPT 1
  5168. | #define HAVE_GNUTLS 1
  5169. | #define HAVE_LIBBZ2 1
  5170. | #define HAVE_LIBJPEG 1
  5171. | #define HAVE_LIBTIFF 1
  5172. | #define HAVE_LIBPTHREAD 1
  5173. | #define HAVE_PTHREAD_SETNAME_NP 1
  5174. | #define HAVE_LIBLZO2 1
  5175. | #define HAVE_LIBZ 1
  5176. | #define HAVE_LIBCRYPTO 1
  5177. | #define HAVE_LIBSSL 1
  5178. | #define HAVE_LIBMYSQLCLIENT 1
  5179. | #define HAVE_LIBPCRECPP 1
  5180. | #define HAVE_LIBPCRE 1
  5181. | #define HAVE_LIBJASPER 1
  5182. | #define HAVE_DBUS 1
  5183. | #define HAVE_LIBMICROHTTPD 1
  5184. | #define HAS_DVD_DRIVE 1
  5185. | #define HAS_ALSA 1
  5186. | #define HAVE_LIBPULSE 1
  5187. | #define HAVE_LIBSSH 1
  5188. | #define HAVE_LIBSSH 1
  5189. | #define HAVE_LIBRTMP_LOG_H 1
  5190. | #define HAVE_LIBRTMP_AMF_H 1
  5191. | #define HAVE_LIBRTMP_RTMP_H 1
  5192. | #define HAS_LIBRTMP 1
  5193. | #define HAVE_LIBSMBCLIENT 1
  5194. | #define HAVE_LIBSMBCLIENT 1
  5195. | /* end confdefs.h. */
  5196. | #include <shairplay/raop.h>
  5197. configure:28118: result: no
  5198. configure:28118: checking for shairplay/raop.h
  5199. configure:28118: result: no
  5200. configure:28125: == Could not find libshairplay. ==
  5201. configure:28224: checking for UDEV
  5202. configure:28231: $PKG_CONFIG --exists --print-errors "libudev"
  5203. configure:28234: $? = 0
  5204. configure:28248: $PKG_CONFIG --exists --print-errors "libudev"
  5205. configure:28251: $? = 0
  5206. configure:28291: result: yes
  5207. configure:28386: == libusb disabled. ==
  5208. configure:28600: checking for CEC
  5209. configure:28607: $PKG_CONFIG --exists --print-errors "libcec >= 2.1.0"
  5210. configure:28610: $? = 0
  5211. configure:28624: $PKG_CONFIG --exists --print-errors "libcec >= 2.1.0"
  5212. configure:28627: $? = 0
  5213. configure:28665: result: yes
  5214. configure:28759: checking for libcec soname
  5215. configure:28801: result: libcec.so.2
  5216. configure:28806: == libcec enabled. ==
  5217. configure:28824: checking sys/capability.h usability
  5218. configure:28824: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5219. configure:28824: $? = 0
  5220. configure:28824: result: yes
  5221. configure:28824: checking sys/capability.h presence
  5222. configure:28824: gcc -E conftest.c
  5223. configure:28824: $? = 0
  5224. configure:28824: result: yes
  5225. configure:28824: checking for sys/capability.h
  5226. configure:28824: result: yes
  5227. configure:28844: checking for main in -lcap
  5228. configure:28863: gcc -o conftest -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -L/opt/vc/lib conftest.c -lcap -lsmbclient -lssh -lmicrohttpd -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse -ludev >&5
  5229. configure:28863: $? = 0
  5230. configure:28872: result: yes
  5231. configure:29040: "FFmpeg installation forced by user - installing our version"
  5232. configure:29057: checking for FFMPEG
  5233. configure:29064: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  5234. configure:29067: $? = 0
  5235. configure:29081: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  5236. configure:29084: $? = 0
  5237. configure:29122: result: yes
  5238. configure:29149: checking for swig
  5239. configure:29167: found /usr/bin/swig
  5240. configure:29180: result: /usr/bin/swig
  5241. configure:29242: checking for java
  5242. configure:29260: found /usr/bin/java
  5243. configure:29273: result: /usr/bin/java
  5244. configure:29289: checking for doxygen
  5245. configure:29320: result: none
  5246. configure:29329: WARNING: Unable to find doxygen installation. Will not be able to make docstrings for the python api
  5247. configure:29372: == VDPAU support manually disabled. ==
  5248. configure:29473: == VAAPI support manually disabled. ==
  5249. configure:29492: == VTBDecoder support manually disabled. ==
  5250. configure:29510: == OpenMax support manually disabled. ==
  5251. configure:29561: checking for omxplayer
  5252. configure:29570: result: enabling omxplayer
  5253. configure:29714: checking for gawk
  5254. configure:29730: found /usr/bin/gawk
  5255. configure:29742: result: yes
  5256. configure:29801: checking for gperf
  5257. configure:29817: found /usr/bin/gperf
  5258. configure:29829: result: yes
  5259. configure:29843: checking for unzip
  5260. configure:29859: found /usr/bin/unzip
  5261. configure:29871: result: yes
  5262. configure:29885: checking for zip
  5263. configure:29901: found /usr/bin/zip
  5264. configure:29913: result: yes
  5265. configure:29973: checking for dirent.h that defines DIR
  5266. configure:30000: result: yes
  5267. configure:30013: checking for library containing opendir
  5268. configure:30061: result: none required
  5269. configure:30128: checking for ANSI C header files
  5270. configure:30232: result: yes
  5271. configure:30240: checking for sys/wait.h that is POSIX.1 compatible
  5272. configure:30266: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5273. configure:30266: $? = 0
  5274. configure:30273: result: yes
  5275. configure:30287: checking arpa/inet.h usability
  5276. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5277. configure:30287: $? = 0
  5278. configure:30287: result: yes
  5279. configure:30287: checking arpa/inet.h presence
  5280. configure:30287: gcc -E conftest.c
  5281. configure:30287: $? = 0
  5282. configure:30287: result: yes
  5283. configure:30287: checking for arpa/inet.h
  5284. configure:30287: result: yes
  5285. configure:30287: checking fcntl.h usability
  5286. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5287. configure:30287: $? = 0
  5288. configure:30287: result: yes
  5289. configure:30287: checking fcntl.h presence
  5290. configure:30287: gcc -E conftest.c
  5291. configure:30287: $? = 0
  5292. configure:30287: result: yes
  5293. configure:30287: checking for fcntl.h
  5294. configure:30287: result: yes
  5295. configure:30287: checking float.h usability
  5296. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5297. configure:30287: $? = 0
  5298. configure:30287: result: yes
  5299. configure:30287: checking float.h presence
  5300. configure:30287: gcc -E conftest.c
  5301. configure:30287: $? = 0
  5302. configure:30287: result: yes
  5303. configure:30287: checking for float.h
  5304. configure:30287: result: yes
  5305. configure:30287: checking for inttypes.h
  5306. configure:30287: result: yes
  5307. configure:30287: checking limits.h usability
  5308. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5309. configure:30287: $? = 0
  5310. configure:30287: result: yes
  5311. configure:30287: checking limits.h presence
  5312. configure:30287: gcc -E conftest.c
  5313. configure:30287: $? = 0
  5314. configure:30287: result: yes
  5315. configure:30287: checking for limits.h
  5316. configure:30287: result: yes
  5317. configure:30287: checking locale.h usability
  5318. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5319. configure:30287: $? = 0
  5320. configure:30287: result: yes
  5321. configure:30287: checking locale.h presence
  5322. configure:30287: gcc -E conftest.c
  5323. configure:30287: $? = 0
  5324. configure:30287: result: yes
  5325. configure:30287: checking for locale.h
  5326. configure:30287: result: yes
  5327. configure:30287: checking malloc.h usability
  5328. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5329. configure:30287: $? = 0
  5330. configure:30287: result: yes
  5331. configure:30287: checking malloc.h presence
  5332. configure:30287: gcc -E conftest.c
  5333. configure:30287: $? = 0
  5334. configure:30287: result: yes
  5335. configure:30287: checking for malloc.h
  5336. configure:30287: result: yes
  5337. configure:30287: checking for memory.h
  5338. configure:30287: result: yes
  5339. configure:30287: checking netdb.h usability
  5340. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5341. configure:30287: $? = 0
  5342. configure:30287: result: yes
  5343. configure:30287: checking netdb.h presence
  5344. configure:30287: gcc -E conftest.c
  5345. configure:30287: $? = 0
  5346. configure:30287: result: yes
  5347. configure:30287: checking for netdb.h
  5348. configure:30287: result: yes
  5349. configure:30287: checking netinet/in.h usability
  5350. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5351. configure:30287: $? = 0
  5352. configure:30287: result: yes
  5353. configure:30287: checking netinet/in.h presence
  5354. configure:30287: gcc -E conftest.c
  5355. configure:30287: $? = 0
  5356. configure:30287: result: yes
  5357. configure:30287: checking for netinet/in.h
  5358. configure:30287: result: yes
  5359. configure:30287: checking stddef.h usability
  5360. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5361. configure:30287: $? = 0
  5362. configure:30287: result: yes
  5363. configure:30287: checking stddef.h presence
  5364. configure:30287: gcc -E conftest.c
  5365. configure:30287: $? = 0
  5366. configure:30287: result: yes
  5367. configure:30287: checking for stddef.h
  5368. configure:30287: result: yes
  5369. configure:30287: checking for stdint.h
  5370. configure:30287: result: yes
  5371. configure:30287: checking for stdlib.h
  5372. configure:30287: result: yes
  5373. configure:30287: checking for string.h
  5374. configure:30287: result: yes
  5375. configure:30287: checking for strings.h
  5376. configure:30287: result: yes
  5377. configure:30287: checking sys/file.h usability
  5378. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5379. configure:30287: $? = 0
  5380. configure:30287: result: yes
  5381. configure:30287: checking sys/file.h presence
  5382. configure:30287: gcc -E conftest.c
  5383. configure:30287: $? = 0
  5384. configure:30287: result: yes
  5385. configure:30287: checking for sys/file.h
  5386. configure:30287: result: yes
  5387. configure:30287: checking sys/ioctl.h usability
  5388. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5389. configure:30287: $? = 0
  5390. configure:30287: result: yes
  5391. configure:30287: checking sys/ioctl.h presence
  5392. configure:30287: gcc -E conftest.c
  5393. configure:30287: $? = 0
  5394. configure:30287: result: yes
  5395. configure:30287: checking for sys/ioctl.h
  5396. configure:30287: result: yes
  5397. configure:30287: checking sys/mount.h usability
  5398. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5399. configure:30287: $? = 0
  5400. configure:30287: result: yes
  5401. configure:30287: checking sys/mount.h presence
  5402. configure:30287: gcc -E conftest.c
  5403. configure:30287: $? = 0
  5404. configure:30287: result: yes
  5405. configure:30287: checking for sys/mount.h
  5406. configure:30287: result: yes
  5407. configure:30287: checking for sys/param.h
  5408. configure:30287: result: yes
  5409. configure:30287: checking for sys/socket.h
  5410. configure:30287: result: yes
  5411. configure:30287: checking for sys/time.h
  5412. configure:30287: result: yes
  5413. configure:30287: checking sys/timeb.h usability
  5414. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5415. configure:30287: $? = 0
  5416. configure:30287: result: yes
  5417. configure:30287: checking sys/timeb.h presence
  5418. configure:30287: gcc -E conftest.c
  5419. configure:30287: $? = 0
  5420. configure:30287: result: yes
  5421. configure:30287: checking for sys/timeb.h
  5422. configure:30287: result: yes
  5423. configure:30287: checking sys/vfs.h usability
  5424. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5425. configure:30287: $? = 0
  5426. configure:30287: result: yes
  5427. configure:30287: checking sys/vfs.h presence
  5428. configure:30287: gcc -E conftest.c
  5429. configure:30287: $? = 0
  5430. configure:30287: result: yes
  5431. configure:30287: checking for sys/vfs.h
  5432. configure:30287: result: yes
  5433. configure:30287: checking termios.h usability
  5434. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5435. configure:30287: $? = 0
  5436. configure:30287: result: yes
  5437. configure:30287: checking termios.h presence
  5438. configure:30287: gcc -E conftest.c
  5439. configure:30287: $? = 0
  5440. configure:30287: result: yes
  5441. configure:30287: checking for termios.h
  5442. configure:30287: result: yes
  5443. configure:30287: checking for unistd.h
  5444. configure:30287: result: yes
  5445. configure:30287: checking for utime.h
  5446. configure:30287: result: yes
  5447. configure:30287: checking wchar.h usability
  5448. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5449. configure:30287: $? = 0
  5450. configure:30287: result: yes
  5451. configure:30287: checking wchar.h presence
  5452. configure:30287: gcc -E conftest.c
  5453. configure:30287: $? = 0
  5454. configure:30287: result: yes
  5455. configure:30287: checking for wchar.h
  5456. configure:30287: result: yes
  5457. configure:30287: checking wctype.h usability
  5458. configure:30287: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5459. configure:30287: $? = 0
  5460. configure:30287: result: yes
  5461. configure:30287: checking wctype.h presence
  5462. configure:30287: gcc -E conftest.c
  5463. configure:30287: $? = 0
  5464. configure:30287: result: yes
  5465. configure:30287: checking for wctype.h
  5466. configure:30287: result: yes
  5467. configure:30299: checking cdio/iso9660.h usability
  5468. configure:30299: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5469. configure:30299: $? = 0
  5470. configure:30299: result: yes
  5471. configure:30299: checking cdio/iso9660.h presence
  5472. configure:30299: gcc -E conftest.c
  5473. configure:30299: $? = 0
  5474. configure:30299: result: yes
  5475. configure:30299: checking for cdio/iso9660.h
  5476. configure:30299: result: yes
  5477. configure:30313: checking whether stat file-mode macros are broken
  5478. configure:30340: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5479. configure:30340: $? = 0
  5480. configure:30347: result: no
  5481. configure:30355: checking for stdbool.h that conforms to C99
  5482. configure:30422: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5483. conftest.c: In function 'main':
  5484. conftest.c:232:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
  5485. conftest.c:236:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
  5486. conftest.c:236:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
  5487. conftest.c:236:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
  5488. conftest.c:236:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
  5489. conftest.c:236:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
  5490. conftest.c:236:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
  5491. conftest.c:236:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
  5492. conftest.c:236:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
  5493. conftest.c:237:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
  5494. conftest.c:237:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
  5495. conftest.c:237:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
  5496. configure:30422: $? = 0
  5497. configure:30429: result: yes
  5498. configure:30431: checking for _Bool
  5499. configure:30431: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5500. configure:30431: $? = 0
  5501. configure:30431: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5502. conftest.c: In function 'main':
  5503. conftest.c:219:20: error: expected expression before ')' token
  5504. configure:30431: $? = 1
  5505. configure: failed program was:
  5506. | /* confdefs.h */
  5507. | #define PACKAGE_NAME "kodi"
  5508. | #define PACKAGE_TARNAME "kodi"
  5509. | #define PACKAGE_VERSION "14.9.701"
  5510. | #define PACKAGE_STRING "kodi 14.9.701"
  5511. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5512. | #define PACKAGE_URL ""
  5513. | #define PACKAGE "kodi"
  5514. | #define VERSION "14.9.701"
  5515. | #define LIRC_DEVICE "/dev/lircd"
  5516. | #define HAVE_CXX11 1
  5517. | #define STDC_HEADERS 1
  5518. | #define HAVE_SYS_TYPES_H 1
  5519. | #define HAVE_SYS_STAT_H 1
  5520. | #define HAVE_STDLIB_H 1
  5521. | #define HAVE_STRING_H 1
  5522. | #define HAVE_MEMORY_H 1
  5523. | #define HAVE_STRINGS_H 1
  5524. | #define HAVE_INTTYPES_H 1
  5525. | #define HAVE_STDINT_H 1
  5526. | #define HAVE_UNISTD_H 1
  5527. | #define HAVE_DLFCN_H 1
  5528. | #define LT_OBJDIR ".libs/"
  5529. | #define HAS_EGLGLES 1
  5530. | #define HAVE_OMXLIB 1
  5531. | #define HAS_MMAL 1
  5532. | #define HAVE_ALLOCA_H 1
  5533. | #define HAVE_ALLOCA 1
  5534. | #define HAVE_UNISTD_H 1
  5535. | #define HAVE_CHOWN 1
  5536. | #define HAVE_DIRENT_H 1
  5537. | #define HAVE_FSEEKO 1
  5538. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5539. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5540. | #define TIME_WITH_SYS_TIME 1
  5541. | #define HAVE_SYS_TIME_H 1
  5542. | #define HAVE_UNISTD_H 1
  5543. | #define HAVE_STDLIB_H 1
  5544. | #define HAVE_SYS_PARAM_H 1
  5545. | #define HAVE_UTIME_H 1
  5546. | #define HAVE_ALARM 1
  5547. | #define HAVE_GETPAGESIZE 1
  5548. | #define HAVE_MMAP 1
  5549. | #define HAVE_SYS_SELECT_H 1
  5550. | #define HAVE_SYS_SOCKET_H 1
  5551. | #define SELECT_TYPE_ARG1 int
  5552. | #define SELECT_TYPE_ARG234 (fd_set *)
  5553. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5554. | #define RETSIGTYPE void
  5555. | #define HAVE_STRCOLL 1
  5556. | #define HAVE_STRFTIME 1
  5557. | #define HAVE_UTIME_NULL 1
  5558. | #define HAVE_VPRINTF 1
  5559. | #define HAVE_ATEXIT 1
  5560. | #define HAVE_DUP2 1
  5561. | #define HAVE_FDATASYNC 1
  5562. | #define HAVE_FTIME 1
  5563. | #define HAVE_FTRUNCATE 1
  5564. | #define HAVE_GETCWD 1
  5565. | #define HAVE_GETHOSTBYADDR 1
  5566. | #define HAVE_GETHOSTBYNAME 1
  5567. | #define HAVE_GETHOSTNAME 1
  5568. | #define HAVE_GETPAGESIZE 1
  5569. | #define HAVE_GETPASS 1
  5570. | #define HAVE_GETTIMEOFDAY 1
  5571. | #define HAVE_INET_NTOA 1
  5572. | #define HAVE_LCHOWN 1
  5573. | #define HAVE_LOCALECONV 1
  5574. | #define HAVE_MEMCHR 1
  5575. | #define HAVE_MEMMOVE 1
  5576. | #define HAVE_MEMSET 1
  5577. | #define HAVE_MKDIR 1
  5578. | #define HAVE_MODF 1
  5579. | #define HAVE_MUNMAP 1
  5580. | #define HAVE_RMDIR 1
  5581. | #define HAVE_SELECT 1
  5582. | #define HAVE_SETENV 1
  5583. | #define HAVE_SETLOCALE 1
  5584. | #define HAVE_SOCKET 1
  5585. | #define HAVE_STRCASECMP 1
  5586. | #define HAVE_STRCHR 1
  5587. | #define HAVE_STRCSPN 1
  5588. | #define HAVE_STRDUP 1
  5589. | #define HAVE_STRERROR 1
  5590. | #define HAVE_STRNCASECMP 1
  5591. | #define HAVE_STRPBRK 1
  5592. | #define HAVE_STRRCHR 1
  5593. | #define HAVE_STRSPN 1
  5594. | #define HAVE_STRSTR 1
  5595. | #define HAVE_STRTOL 1
  5596. | #define HAVE_STRTOUL 1
  5597. | #define HAVE_SYSINFO 1
  5598. | #define HAVE_TZSET 1
  5599. | #define HAVE_UTIME 1
  5600. | #define HAVE_POSIX_FADVISE 1
  5601. | #define HAVE_LOCALTIME_R 1
  5602. | #define SIZEOF_INT 4
  5603. | #define SIZEOF_SIZE_T 4
  5604. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5605. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5606. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5607. | #define HAVE_STD__U16STRING 1
  5608. | #define HAVE_STD__U32STRING 1
  5609. | #define HAVE_CHAR16_T 1
  5610. | #define HAVE_CHAR32_T 1
  5611. | #define SIZEOF_WCHAR_T 4
  5612. | #define HAVE_INOTIFY 1
  5613. | #define HAVE_PYTHON "2.7"
  5614. | #define HAVE_LIBEGL 1
  5615. | #define HAVE_LIBGLESV2 1
  5616. | #define HAVE_MYSQL 1
  5617. | #define HAVE_OPENSSL 1
  5618. | #define HAVE_LIBGPG_ERROR 1
  5619. | #define HAVE_LIBGCRYPT 1
  5620. | #define HAVE_GCRYPT 1
  5621. | #define HAVE_GNUTLS 1
  5622. | #define HAVE_LIBBZ2 1
  5623. | #define HAVE_LIBJPEG 1
  5624. | #define HAVE_LIBTIFF 1
  5625. | #define HAVE_LIBPTHREAD 1
  5626. | #define HAVE_PTHREAD_SETNAME_NP 1
  5627. | #define HAVE_LIBLZO2 1
  5628. | #define HAVE_LIBZ 1
  5629. | #define HAVE_LIBCRYPTO 1
  5630. | #define HAVE_LIBSSL 1
  5631. | #define HAVE_LIBMYSQLCLIENT 1
  5632. | #define HAVE_LIBPCRECPP 1
  5633. | #define HAVE_LIBPCRE 1
  5634. | #define HAVE_LIBJASPER 1
  5635. | #define HAVE_DBUS 1
  5636. | #define HAVE_LIBMICROHTTPD 1
  5637. | #define HAS_DVD_DRIVE 1
  5638. | #define HAS_ALSA 1
  5639. | #define HAVE_LIBPULSE 1
  5640. | #define HAVE_LIBSSH 1
  5641. | #define HAVE_LIBSSH 1
  5642. | #define HAVE_LIBRTMP_LOG_H 1
  5643. | #define HAVE_LIBRTMP_AMF_H 1
  5644. | #define HAVE_LIBRTMP_RTMP_H 1
  5645. | #define HAS_LIBRTMP 1
  5646. | #define HAVE_LIBSMBCLIENT 1
  5647. | #define HAVE_LIBSMBCLIENT 1
  5648. | #define HAVE_LIBUDEV 1
  5649. | #define HAVE_LIBCEC 1
  5650. | #define HAVE_SYS_CAPABILITY_H 1
  5651. | #define HAVE_LIBCAP 1
  5652. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  5653. | #define USE_STATIC_FFMPEG 1
  5654. | #define HAS_OMXPLAYER 1
  5655. | #define HAVE_DIRENT_H 1
  5656. | #define STDC_HEADERS 1
  5657. | #define HAVE_SYS_WAIT_H 1
  5658. | #define HAVE_ARPA_INET_H 1
  5659. | #define HAVE_FCNTL_H 1
  5660. | #define HAVE_FLOAT_H 1
  5661. | #define HAVE_INTTYPES_H 1
  5662. | #define HAVE_LIMITS_H 1
  5663. | #define HAVE_LOCALE_H 1
  5664. | #define HAVE_MALLOC_H 1
  5665. | #define HAVE_MEMORY_H 1
  5666. | #define HAVE_NETDB_H 1
  5667. | #define HAVE_NETINET_IN_H 1
  5668. | #define HAVE_STDDEF_H 1
  5669. | #define HAVE_STDINT_H 1
  5670. | #define HAVE_STDLIB_H 1
  5671. | #define HAVE_STRING_H 1
  5672. | #define HAVE_STRINGS_H 1
  5673. | #define HAVE_SYS_FILE_H 1
  5674. | #define HAVE_SYS_IOCTL_H 1
  5675. | #define HAVE_SYS_MOUNT_H 1
  5676. | #define HAVE_SYS_PARAM_H 1
  5677. | #define HAVE_SYS_SOCKET_H 1
  5678. | #define HAVE_SYS_TIME_H 1
  5679. | #define HAVE_SYS_TIMEB_H 1
  5680. | #define HAVE_SYS_VFS_H 1
  5681. | #define HAVE_TERMIOS_H 1
  5682. | #define HAVE_UNISTD_H 1
  5683. | #define HAVE_UTIME_H 1
  5684. | #define HAVE_WCHAR_H 1
  5685. | #define HAVE_WCTYPE_H 1
  5686. | #define HAVE_CDIO_ISO9660_H 1
  5687. | /* end confdefs.h. */
  5688. | #include <stdio.h>
  5689. | #ifdef HAVE_SYS_TYPES_H
  5690. | # include <sys/types.h>
  5691. | #endif
  5692. | #ifdef HAVE_SYS_STAT_H
  5693. | # include <sys/stat.h>
  5694. | #endif
  5695. | #ifdef STDC_HEADERS
  5696. | # include <stdlib.h>
  5697. | # include <stddef.h>
  5698. | #else
  5699. | # ifdef HAVE_STDLIB_H
  5700. | # include <stdlib.h>
  5701. | # endif
  5702. | #endif
  5703. | #ifdef HAVE_STRING_H
  5704. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5705. | # include <memory.h>
  5706. | # endif
  5707. | # include <string.h>
  5708. | #endif
  5709. | #ifdef HAVE_STRINGS_H
  5710. | # include <strings.h>
  5711. | #endif
  5712. | #ifdef HAVE_INTTYPES_H
  5713. | # include <inttypes.h>
  5714. | #endif
  5715. | #ifdef HAVE_STDINT_H
  5716. | # include <stdint.h>
  5717. | #endif
  5718. | #ifdef HAVE_UNISTD_H
  5719. | # include <unistd.h>
  5720. | #endif
  5721. | int
  5722. | main ()
  5723. | {
  5724. | if (sizeof ((_Bool)))
  5725. | return 0;
  5726. | ;
  5727. | return 0;
  5728. | }
  5729. configure:30431: result: yes
  5730. configure:30448: checking for an ANSI C-conforming const
  5731. configure:30514: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5732. configure:30514: $? = 0
  5733. configure:30521: result: yes
  5734. configure:30529: checking for uid_t in sys/types.h
  5735. configure:30548: result: yes
  5736. configure:30559: checking for inline
  5737. configure:30575: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5738. configure:30575: $? = 0
  5739. configure:30583: result: inline
  5740. configure:30601: checking for int8_t
  5741. configure:30601: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5742. configure:30601: $? = 0
  5743. configure:30601: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5744. conftest.c: In function 'main':
  5745. conftest.c:222:12: error: size of array 'test_array' is negative
  5746. configure:30601: $? = 1
  5747. configure: failed program was:
  5748. | /* confdefs.h */
  5749. | #define PACKAGE_NAME "kodi"
  5750. | #define PACKAGE_TARNAME "kodi"
  5751. | #define PACKAGE_VERSION "14.9.701"
  5752. | #define PACKAGE_STRING "kodi 14.9.701"
  5753. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5754. | #define PACKAGE_URL ""
  5755. | #define PACKAGE "kodi"
  5756. | #define VERSION "14.9.701"
  5757. | #define LIRC_DEVICE "/dev/lircd"
  5758. | #define HAVE_CXX11 1
  5759. | #define STDC_HEADERS 1
  5760. | #define HAVE_SYS_TYPES_H 1
  5761. | #define HAVE_SYS_STAT_H 1
  5762. | #define HAVE_STDLIB_H 1
  5763. | #define HAVE_STRING_H 1
  5764. | #define HAVE_MEMORY_H 1
  5765. | #define HAVE_STRINGS_H 1
  5766. | #define HAVE_INTTYPES_H 1
  5767. | #define HAVE_STDINT_H 1
  5768. | #define HAVE_UNISTD_H 1
  5769. | #define HAVE_DLFCN_H 1
  5770. | #define LT_OBJDIR ".libs/"
  5771. | #define HAS_EGLGLES 1
  5772. | #define HAVE_OMXLIB 1
  5773. | #define HAS_MMAL 1
  5774. | #define HAVE_ALLOCA_H 1
  5775. | #define HAVE_ALLOCA 1
  5776. | #define HAVE_UNISTD_H 1
  5777. | #define HAVE_CHOWN 1
  5778. | #define HAVE_DIRENT_H 1
  5779. | #define HAVE_FSEEKO 1
  5780. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5781. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5782. | #define TIME_WITH_SYS_TIME 1
  5783. | #define HAVE_SYS_TIME_H 1
  5784. | #define HAVE_UNISTD_H 1
  5785. | #define HAVE_STDLIB_H 1
  5786. | #define HAVE_SYS_PARAM_H 1
  5787. | #define HAVE_UTIME_H 1
  5788. | #define HAVE_ALARM 1
  5789. | #define HAVE_GETPAGESIZE 1
  5790. | #define HAVE_MMAP 1
  5791. | #define HAVE_SYS_SELECT_H 1
  5792. | #define HAVE_SYS_SOCKET_H 1
  5793. | #define SELECT_TYPE_ARG1 int
  5794. | #define SELECT_TYPE_ARG234 (fd_set *)
  5795. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5796. | #define RETSIGTYPE void
  5797. | #define HAVE_STRCOLL 1
  5798. | #define HAVE_STRFTIME 1
  5799. | #define HAVE_UTIME_NULL 1
  5800. | #define HAVE_VPRINTF 1
  5801. | #define HAVE_ATEXIT 1
  5802. | #define HAVE_DUP2 1
  5803. | #define HAVE_FDATASYNC 1
  5804. | #define HAVE_FTIME 1
  5805. | #define HAVE_FTRUNCATE 1
  5806. | #define HAVE_GETCWD 1
  5807. | #define HAVE_GETHOSTBYADDR 1
  5808. | #define HAVE_GETHOSTBYNAME 1
  5809. | #define HAVE_GETHOSTNAME 1
  5810. | #define HAVE_GETPAGESIZE 1
  5811. | #define HAVE_GETPASS 1
  5812. | #define HAVE_GETTIMEOFDAY 1
  5813. | #define HAVE_INET_NTOA 1
  5814. | #define HAVE_LCHOWN 1
  5815. | #define HAVE_LOCALECONV 1
  5816. | #define HAVE_MEMCHR 1
  5817. | #define HAVE_MEMMOVE 1
  5818. | #define HAVE_MEMSET 1
  5819. | #define HAVE_MKDIR 1
  5820. | #define HAVE_MODF 1
  5821. | #define HAVE_MUNMAP 1
  5822. | #define HAVE_RMDIR 1
  5823. | #define HAVE_SELECT 1
  5824. | #define HAVE_SETENV 1
  5825. | #define HAVE_SETLOCALE 1
  5826. | #define HAVE_SOCKET 1
  5827. | #define HAVE_STRCASECMP 1
  5828. | #define HAVE_STRCHR 1
  5829. | #define HAVE_STRCSPN 1
  5830. | #define HAVE_STRDUP 1
  5831. | #define HAVE_STRERROR 1
  5832. | #define HAVE_STRNCASECMP 1
  5833. | #define HAVE_STRPBRK 1
  5834. | #define HAVE_STRRCHR 1
  5835. | #define HAVE_STRSPN 1
  5836. | #define HAVE_STRSTR 1
  5837. | #define HAVE_STRTOL 1
  5838. | #define HAVE_STRTOUL 1
  5839. | #define HAVE_SYSINFO 1
  5840. | #define HAVE_TZSET 1
  5841. | #define HAVE_UTIME 1
  5842. | #define HAVE_POSIX_FADVISE 1
  5843. | #define HAVE_LOCALTIME_R 1
  5844. | #define SIZEOF_INT 4
  5845. | #define SIZEOF_SIZE_T 4
  5846. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5847. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5848. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5849. | #define HAVE_STD__U16STRING 1
  5850. | #define HAVE_STD__U32STRING 1
  5851. | #define HAVE_CHAR16_T 1
  5852. | #define HAVE_CHAR32_T 1
  5853. | #define SIZEOF_WCHAR_T 4
  5854. | #define HAVE_INOTIFY 1
  5855. | #define HAVE_PYTHON "2.7"
  5856. | #define HAVE_LIBEGL 1
  5857. | #define HAVE_LIBGLESV2 1
  5858. | #define HAVE_MYSQL 1
  5859. | #define HAVE_OPENSSL 1
  5860. | #define HAVE_LIBGPG_ERROR 1
  5861. | #define HAVE_LIBGCRYPT 1
  5862. | #define HAVE_GCRYPT 1
  5863. | #define HAVE_GNUTLS 1
  5864. | #define HAVE_LIBBZ2 1
  5865. | #define HAVE_LIBJPEG 1
  5866. | #define HAVE_LIBTIFF 1
  5867. | #define HAVE_LIBPTHREAD 1
  5868. | #define HAVE_PTHREAD_SETNAME_NP 1
  5869. | #define HAVE_LIBLZO2 1
  5870. | #define HAVE_LIBZ 1
  5871. | #define HAVE_LIBCRYPTO 1
  5872. | #define HAVE_LIBSSL 1
  5873. | #define HAVE_LIBMYSQLCLIENT 1
  5874. | #define HAVE_LIBPCRECPP 1
  5875. | #define HAVE_LIBPCRE 1
  5876. | #define HAVE_LIBJASPER 1
  5877. | #define HAVE_DBUS 1
  5878. | #define HAVE_LIBMICROHTTPD 1
  5879. | #define HAS_DVD_DRIVE 1
  5880. | #define HAS_ALSA 1
  5881. | #define HAVE_LIBPULSE 1
  5882. | #define HAVE_LIBSSH 1
  5883. | #define HAVE_LIBSSH 1
  5884. | #define HAVE_LIBRTMP_LOG_H 1
  5885. | #define HAVE_LIBRTMP_AMF_H 1
  5886. | #define HAVE_LIBRTMP_RTMP_H 1
  5887. | #define HAS_LIBRTMP 1
  5888. | #define HAVE_LIBSMBCLIENT 1
  5889. | #define HAVE_LIBSMBCLIENT 1
  5890. | #define HAVE_LIBUDEV 1
  5891. | #define HAVE_LIBCEC 1
  5892. | #define HAVE_SYS_CAPABILITY_H 1
  5893. | #define HAVE_LIBCAP 1
  5894. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  5895. | #define USE_STATIC_FFMPEG 1
  5896. | #define HAS_OMXPLAYER 1
  5897. | #define HAVE_DIRENT_H 1
  5898. | #define STDC_HEADERS 1
  5899. | #define HAVE_SYS_WAIT_H 1
  5900. | #define HAVE_ARPA_INET_H 1
  5901. | #define HAVE_FCNTL_H 1
  5902. | #define HAVE_FLOAT_H 1
  5903. | #define HAVE_INTTYPES_H 1
  5904. | #define HAVE_LIMITS_H 1
  5905. | #define HAVE_LOCALE_H 1
  5906. | #define HAVE_MALLOC_H 1
  5907. | #define HAVE_MEMORY_H 1
  5908. | #define HAVE_NETDB_H 1
  5909. | #define HAVE_NETINET_IN_H 1
  5910. | #define HAVE_STDDEF_H 1
  5911. | #define HAVE_STDINT_H 1
  5912. | #define HAVE_STDLIB_H 1
  5913. | #define HAVE_STRING_H 1
  5914. | #define HAVE_STRINGS_H 1
  5915. | #define HAVE_SYS_FILE_H 1
  5916. | #define HAVE_SYS_IOCTL_H 1
  5917. | #define HAVE_SYS_MOUNT_H 1
  5918. | #define HAVE_SYS_PARAM_H 1
  5919. | #define HAVE_SYS_SOCKET_H 1
  5920. | #define HAVE_SYS_TIME_H 1
  5921. | #define HAVE_SYS_TIMEB_H 1
  5922. | #define HAVE_SYS_VFS_H 1
  5923. | #define HAVE_TERMIOS_H 1
  5924. | #define HAVE_UNISTD_H 1
  5925. | #define HAVE_UTIME_H 1
  5926. | #define HAVE_WCHAR_H 1
  5927. | #define HAVE_WCTYPE_H 1
  5928. | #define HAVE_CDIO_ISO9660_H 1
  5929. | #define HAVE__BOOL 1
  5930. | #define HAVE_STDBOOL_H 1
  5931. | /* end confdefs.h. */
  5932. | #include <stdio.h>
  5933. | #ifdef HAVE_SYS_TYPES_H
  5934. | # include <sys/types.h>
  5935. | #endif
  5936. | #ifdef HAVE_SYS_STAT_H
  5937. | # include <sys/stat.h>
  5938. | #endif
  5939. | #ifdef STDC_HEADERS
  5940. | # include <stdlib.h>
  5941. | # include <stddef.h>
  5942. | #else
  5943. | # ifdef HAVE_STDLIB_H
  5944. | # include <stdlib.h>
  5945. | # endif
  5946. | #endif
  5947. | #ifdef HAVE_STRING_H
  5948. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5949. | # include <memory.h>
  5950. | # endif
  5951. | # include <string.h>
  5952. | #endif
  5953. | #ifdef HAVE_STRINGS_H
  5954. | # include <strings.h>
  5955. | #endif
  5956. | #ifdef HAVE_INTTYPES_H
  5957. | # include <inttypes.h>
  5958. | #endif
  5959. | #ifdef HAVE_STDINT_H
  5960. | # include <stdint.h>
  5961. | #endif
  5962. | #ifdef HAVE_UNISTD_H
  5963. | # include <unistd.h>
  5964. | #endif
  5965. | enum { N = 8 / 2 - 1 };
  5966. | int
  5967. | main ()
  5968. | {
  5969. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  5970. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  5971. | test_array [0] = 0;
  5972. | return test_array [0];
  5973. |
  5974. | ;
  5975. | return 0;
  5976. | }
  5977. configure:30601: result: yes
  5978. configure:30612: checking for int16_t
  5979. configure:30612: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5980. configure:30612: $? = 0
  5981. configure:30612: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  5982. conftest.c: In function 'main':
  5983. conftest.c:222:12: error: size of array 'test_array' is negative
  5984. configure:30612: $? = 1
  5985. configure: failed program was:
  5986. | /* confdefs.h */
  5987. | #define PACKAGE_NAME "kodi"
  5988. | #define PACKAGE_TARNAME "kodi"
  5989. | #define PACKAGE_VERSION "14.9.701"
  5990. | #define PACKAGE_STRING "kodi 14.9.701"
  5991. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5992. | #define PACKAGE_URL ""
  5993. | #define PACKAGE "kodi"
  5994. | #define VERSION "14.9.701"
  5995. | #define LIRC_DEVICE "/dev/lircd"
  5996. | #define HAVE_CXX11 1
  5997. | #define STDC_HEADERS 1
  5998. | #define HAVE_SYS_TYPES_H 1
  5999. | #define HAVE_SYS_STAT_H 1
  6000. | #define HAVE_STDLIB_H 1
  6001. | #define HAVE_STRING_H 1
  6002. | #define HAVE_MEMORY_H 1
  6003. | #define HAVE_STRINGS_H 1
  6004. | #define HAVE_INTTYPES_H 1
  6005. | #define HAVE_STDINT_H 1
  6006. | #define HAVE_UNISTD_H 1
  6007. | #define HAVE_DLFCN_H 1
  6008. | #define LT_OBJDIR ".libs/"
  6009. | #define HAS_EGLGLES 1
  6010. | #define HAVE_OMXLIB 1
  6011. | #define HAS_MMAL 1
  6012. | #define HAVE_ALLOCA_H 1
  6013. | #define HAVE_ALLOCA 1
  6014. | #define HAVE_UNISTD_H 1
  6015. | #define HAVE_CHOWN 1
  6016. | #define HAVE_DIRENT_H 1
  6017. | #define HAVE_FSEEKO 1
  6018. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6019. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6020. | #define TIME_WITH_SYS_TIME 1
  6021. | #define HAVE_SYS_TIME_H 1
  6022. | #define HAVE_UNISTD_H 1
  6023. | #define HAVE_STDLIB_H 1
  6024. | #define HAVE_SYS_PARAM_H 1
  6025. | #define HAVE_UTIME_H 1
  6026. | #define HAVE_ALARM 1
  6027. | #define HAVE_GETPAGESIZE 1
  6028. | #define HAVE_MMAP 1
  6029. | #define HAVE_SYS_SELECT_H 1
  6030. | #define HAVE_SYS_SOCKET_H 1
  6031. | #define SELECT_TYPE_ARG1 int
  6032. | #define SELECT_TYPE_ARG234 (fd_set *)
  6033. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6034. | #define RETSIGTYPE void
  6035. | #define HAVE_STRCOLL 1
  6036. | #define HAVE_STRFTIME 1
  6037. | #define HAVE_UTIME_NULL 1
  6038. | #define HAVE_VPRINTF 1
  6039. | #define HAVE_ATEXIT 1
  6040. | #define HAVE_DUP2 1
  6041. | #define HAVE_FDATASYNC 1
  6042. | #define HAVE_FTIME 1
  6043. | #define HAVE_FTRUNCATE 1
  6044. | #define HAVE_GETCWD 1
  6045. | #define HAVE_GETHOSTBYADDR 1
  6046. | #define HAVE_GETHOSTBYNAME 1
  6047. | #define HAVE_GETHOSTNAME 1
  6048. | #define HAVE_GETPAGESIZE 1
  6049. | #define HAVE_GETPASS 1
  6050. | #define HAVE_GETTIMEOFDAY 1
  6051. | #define HAVE_INET_NTOA 1
  6052. | #define HAVE_LCHOWN 1
  6053. | #define HAVE_LOCALECONV 1
  6054. | #define HAVE_MEMCHR 1
  6055. | #define HAVE_MEMMOVE 1
  6056. | #define HAVE_MEMSET 1
  6057. | #define HAVE_MKDIR 1
  6058. | #define HAVE_MODF 1
  6059. | #define HAVE_MUNMAP 1
  6060. | #define HAVE_RMDIR 1
  6061. | #define HAVE_SELECT 1
  6062. | #define HAVE_SETENV 1
  6063. | #define HAVE_SETLOCALE 1
  6064. | #define HAVE_SOCKET 1
  6065. | #define HAVE_STRCASECMP 1
  6066. | #define HAVE_STRCHR 1
  6067. | #define HAVE_STRCSPN 1
  6068. | #define HAVE_STRDUP 1
  6069. | #define HAVE_STRERROR 1
  6070. | #define HAVE_STRNCASECMP 1
  6071. | #define HAVE_STRPBRK 1
  6072. | #define HAVE_STRRCHR 1
  6073. | #define HAVE_STRSPN 1
  6074. | #define HAVE_STRSTR 1
  6075. | #define HAVE_STRTOL 1
  6076. | #define HAVE_STRTOUL 1
  6077. | #define HAVE_SYSINFO 1
  6078. | #define HAVE_TZSET 1
  6079. | #define HAVE_UTIME 1
  6080. | #define HAVE_POSIX_FADVISE 1
  6081. | #define HAVE_LOCALTIME_R 1
  6082. | #define SIZEOF_INT 4
  6083. | #define SIZEOF_SIZE_T 4
  6084. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6085. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6086. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6087. | #define HAVE_STD__U16STRING 1
  6088. | #define HAVE_STD__U32STRING 1
  6089. | #define HAVE_CHAR16_T 1
  6090. | #define HAVE_CHAR32_T 1
  6091. | #define SIZEOF_WCHAR_T 4
  6092. | #define HAVE_INOTIFY 1
  6093. | #define HAVE_PYTHON "2.7"
  6094. | #define HAVE_LIBEGL 1
  6095. | #define HAVE_LIBGLESV2 1
  6096. | #define HAVE_MYSQL 1
  6097. | #define HAVE_OPENSSL 1
  6098. | #define HAVE_LIBGPG_ERROR 1
  6099. | #define HAVE_LIBGCRYPT 1
  6100. | #define HAVE_GCRYPT 1
  6101. | #define HAVE_GNUTLS 1
  6102. | #define HAVE_LIBBZ2 1
  6103. | #define HAVE_LIBJPEG 1
  6104. | #define HAVE_LIBTIFF 1
  6105. | #define HAVE_LIBPTHREAD 1
  6106. | #define HAVE_PTHREAD_SETNAME_NP 1
  6107. | #define HAVE_LIBLZO2 1
  6108. | #define HAVE_LIBZ 1
  6109. | #define HAVE_LIBCRYPTO 1
  6110. | #define HAVE_LIBSSL 1
  6111. | #define HAVE_LIBMYSQLCLIENT 1
  6112. | #define HAVE_LIBPCRECPP 1
  6113. | #define HAVE_LIBPCRE 1
  6114. | #define HAVE_LIBJASPER 1
  6115. | #define HAVE_DBUS 1
  6116. | #define HAVE_LIBMICROHTTPD 1
  6117. | #define HAS_DVD_DRIVE 1
  6118. | #define HAS_ALSA 1
  6119. | #define HAVE_LIBPULSE 1
  6120. | #define HAVE_LIBSSH 1
  6121. | #define HAVE_LIBSSH 1
  6122. | #define HAVE_LIBRTMP_LOG_H 1
  6123. | #define HAVE_LIBRTMP_AMF_H 1
  6124. | #define HAVE_LIBRTMP_RTMP_H 1
  6125. | #define HAS_LIBRTMP 1
  6126. | #define HAVE_LIBSMBCLIENT 1
  6127. | #define HAVE_LIBSMBCLIENT 1
  6128. | #define HAVE_LIBUDEV 1
  6129. | #define HAVE_LIBCEC 1
  6130. | #define HAVE_SYS_CAPABILITY_H 1
  6131. | #define HAVE_LIBCAP 1
  6132. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  6133. | #define USE_STATIC_FFMPEG 1
  6134. | #define HAS_OMXPLAYER 1
  6135. | #define HAVE_DIRENT_H 1
  6136. | #define STDC_HEADERS 1
  6137. | #define HAVE_SYS_WAIT_H 1
  6138. | #define HAVE_ARPA_INET_H 1
  6139. | #define HAVE_FCNTL_H 1
  6140. | #define HAVE_FLOAT_H 1
  6141. | #define HAVE_INTTYPES_H 1
  6142. | #define HAVE_LIMITS_H 1
  6143. | #define HAVE_LOCALE_H 1
  6144. | #define HAVE_MALLOC_H 1
  6145. | #define HAVE_MEMORY_H 1
  6146. | #define HAVE_NETDB_H 1
  6147. | #define HAVE_NETINET_IN_H 1
  6148. | #define HAVE_STDDEF_H 1
  6149. | #define HAVE_STDINT_H 1
  6150. | #define HAVE_STDLIB_H 1
  6151. | #define HAVE_STRING_H 1
  6152. | #define HAVE_STRINGS_H 1
  6153. | #define HAVE_SYS_FILE_H 1
  6154. | #define HAVE_SYS_IOCTL_H 1
  6155. | #define HAVE_SYS_MOUNT_H 1
  6156. | #define HAVE_SYS_PARAM_H 1
  6157. | #define HAVE_SYS_SOCKET_H 1
  6158. | #define HAVE_SYS_TIME_H 1
  6159. | #define HAVE_SYS_TIMEB_H 1
  6160. | #define HAVE_SYS_VFS_H 1
  6161. | #define HAVE_TERMIOS_H 1
  6162. | #define HAVE_UNISTD_H 1
  6163. | #define HAVE_UTIME_H 1
  6164. | #define HAVE_WCHAR_H 1
  6165. | #define HAVE_WCTYPE_H 1
  6166. | #define HAVE_CDIO_ISO9660_H 1
  6167. | #define HAVE__BOOL 1
  6168. | #define HAVE_STDBOOL_H 1
  6169. | /* end confdefs.h. */
  6170. | #include <stdio.h>
  6171. | #ifdef HAVE_SYS_TYPES_H
  6172. | # include <sys/types.h>
  6173. | #endif
  6174. | #ifdef HAVE_SYS_STAT_H
  6175. | # include <sys/stat.h>
  6176. | #endif
  6177. | #ifdef STDC_HEADERS
  6178. | # include <stdlib.h>
  6179. | # include <stddef.h>
  6180. | #else
  6181. | # ifdef HAVE_STDLIB_H
  6182. | # include <stdlib.h>
  6183. | # endif
  6184. | #endif
  6185. | #ifdef HAVE_STRING_H
  6186. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6187. | # include <memory.h>
  6188. | # endif
  6189. | # include <string.h>
  6190. | #endif
  6191. | #ifdef HAVE_STRINGS_H
  6192. | # include <strings.h>
  6193. | #endif
  6194. | #ifdef HAVE_INTTYPES_H
  6195. | # include <inttypes.h>
  6196. | #endif
  6197. | #ifdef HAVE_STDINT_H
  6198. | # include <stdint.h>
  6199. | #endif
  6200. | #ifdef HAVE_UNISTD_H
  6201. | # include <unistd.h>
  6202. | #endif
  6203. | enum { N = 16 / 2 - 1 };
  6204. | int
  6205. | main ()
  6206. | {
  6207. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  6208. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  6209. | test_array [0] = 0;
  6210. | return test_array [0];
  6211. |
  6212. | ;
  6213. | return 0;
  6214. | }
  6215. configure:30612: result: yes
  6216. configure:30623: checking for int32_t
  6217. configure:30623: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6218. configure:30623: $? = 0
  6219. configure:30623: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6220. conftest.c: In function 'main':
  6221. conftest.c:223:53: warning: integer overflow in expression [-Woverflow]
  6222. conftest.c:222:12: error: storage size of 'test_array' isn't constant
  6223. conftest.c:222:12: warning: unused variable 'test_array' [-Wunused-variable]
  6224. configure:30623: $? = 1
  6225. configure: failed program was:
  6226. | /* confdefs.h */
  6227. | #define PACKAGE_NAME "kodi"
  6228. | #define PACKAGE_TARNAME "kodi"
  6229. | #define PACKAGE_VERSION "14.9.701"
  6230. | #define PACKAGE_STRING "kodi 14.9.701"
  6231. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6232. | #define PACKAGE_URL ""
  6233. | #define PACKAGE "kodi"
  6234. | #define VERSION "14.9.701"
  6235. | #define LIRC_DEVICE "/dev/lircd"
  6236. | #define HAVE_CXX11 1
  6237. | #define STDC_HEADERS 1
  6238. | #define HAVE_SYS_TYPES_H 1
  6239. | #define HAVE_SYS_STAT_H 1
  6240. | #define HAVE_STDLIB_H 1
  6241. | #define HAVE_STRING_H 1
  6242. | #define HAVE_MEMORY_H 1
  6243. | #define HAVE_STRINGS_H 1
  6244. | #define HAVE_INTTYPES_H 1
  6245. | #define HAVE_STDINT_H 1
  6246. | #define HAVE_UNISTD_H 1
  6247. | #define HAVE_DLFCN_H 1
  6248. | #define LT_OBJDIR ".libs/"
  6249. | #define HAS_EGLGLES 1
  6250. | #define HAVE_OMXLIB 1
  6251. | #define HAS_MMAL 1
  6252. | #define HAVE_ALLOCA_H 1
  6253. | #define HAVE_ALLOCA 1
  6254. | #define HAVE_UNISTD_H 1
  6255. | #define HAVE_CHOWN 1
  6256. | #define HAVE_DIRENT_H 1
  6257. | #define HAVE_FSEEKO 1
  6258. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6259. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6260. | #define TIME_WITH_SYS_TIME 1
  6261. | #define HAVE_SYS_TIME_H 1
  6262. | #define HAVE_UNISTD_H 1
  6263. | #define HAVE_STDLIB_H 1
  6264. | #define HAVE_SYS_PARAM_H 1
  6265. | #define HAVE_UTIME_H 1
  6266. | #define HAVE_ALARM 1
  6267. | #define HAVE_GETPAGESIZE 1
  6268. | #define HAVE_MMAP 1
  6269. | #define HAVE_SYS_SELECT_H 1
  6270. | #define HAVE_SYS_SOCKET_H 1
  6271. | #define SELECT_TYPE_ARG1 int
  6272. | #define SELECT_TYPE_ARG234 (fd_set *)
  6273. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6274. | #define RETSIGTYPE void
  6275. | #define HAVE_STRCOLL 1
  6276. | #define HAVE_STRFTIME 1
  6277. | #define HAVE_UTIME_NULL 1
  6278. | #define HAVE_VPRINTF 1
  6279. | #define HAVE_ATEXIT 1
  6280. | #define HAVE_DUP2 1
  6281. | #define HAVE_FDATASYNC 1
  6282. | #define HAVE_FTIME 1
  6283. | #define HAVE_FTRUNCATE 1
  6284. | #define HAVE_GETCWD 1
  6285. | #define HAVE_GETHOSTBYADDR 1
  6286. | #define HAVE_GETHOSTBYNAME 1
  6287. | #define HAVE_GETHOSTNAME 1
  6288. | #define HAVE_GETPAGESIZE 1
  6289. | #define HAVE_GETPASS 1
  6290. | #define HAVE_GETTIMEOFDAY 1
  6291. | #define HAVE_INET_NTOA 1
  6292. | #define HAVE_LCHOWN 1
  6293. | #define HAVE_LOCALECONV 1
  6294. | #define HAVE_MEMCHR 1
  6295. | #define HAVE_MEMMOVE 1
  6296. | #define HAVE_MEMSET 1
  6297. | #define HAVE_MKDIR 1
  6298. | #define HAVE_MODF 1
  6299. | #define HAVE_MUNMAP 1
  6300. | #define HAVE_RMDIR 1
  6301. | #define HAVE_SELECT 1
  6302. | #define HAVE_SETENV 1
  6303. | #define HAVE_SETLOCALE 1
  6304. | #define HAVE_SOCKET 1
  6305. | #define HAVE_STRCASECMP 1
  6306. | #define HAVE_STRCHR 1
  6307. | #define HAVE_STRCSPN 1
  6308. | #define HAVE_STRDUP 1
  6309. | #define HAVE_STRERROR 1
  6310. | #define HAVE_STRNCASECMP 1
  6311. | #define HAVE_STRPBRK 1
  6312. | #define HAVE_STRRCHR 1
  6313. | #define HAVE_STRSPN 1
  6314. | #define HAVE_STRSTR 1
  6315. | #define HAVE_STRTOL 1
  6316. | #define HAVE_STRTOUL 1
  6317. | #define HAVE_SYSINFO 1
  6318. | #define HAVE_TZSET 1
  6319. | #define HAVE_UTIME 1
  6320. | #define HAVE_POSIX_FADVISE 1
  6321. | #define HAVE_LOCALTIME_R 1
  6322. | #define SIZEOF_INT 4
  6323. | #define SIZEOF_SIZE_T 4
  6324. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6325. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6326. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6327. | #define HAVE_STD__U16STRING 1
  6328. | #define HAVE_STD__U32STRING 1
  6329. | #define HAVE_CHAR16_T 1
  6330. | #define HAVE_CHAR32_T 1
  6331. | #define SIZEOF_WCHAR_T 4
  6332. | #define HAVE_INOTIFY 1
  6333. | #define HAVE_PYTHON "2.7"
  6334. | #define HAVE_LIBEGL 1
  6335. | #define HAVE_LIBGLESV2 1
  6336. | #define HAVE_MYSQL 1
  6337. | #define HAVE_OPENSSL 1
  6338. | #define HAVE_LIBGPG_ERROR 1
  6339. | #define HAVE_LIBGCRYPT 1
  6340. | #define HAVE_GCRYPT 1
  6341. | #define HAVE_GNUTLS 1
  6342. | #define HAVE_LIBBZ2 1
  6343. | #define HAVE_LIBJPEG 1
  6344. | #define HAVE_LIBTIFF 1
  6345. | #define HAVE_LIBPTHREAD 1
  6346. | #define HAVE_PTHREAD_SETNAME_NP 1
  6347. | #define HAVE_LIBLZO2 1
  6348. | #define HAVE_LIBZ 1
  6349. | #define HAVE_LIBCRYPTO 1
  6350. | #define HAVE_LIBSSL 1
  6351. | #define HAVE_LIBMYSQLCLIENT 1
  6352. | #define HAVE_LIBPCRECPP 1
  6353. | #define HAVE_LIBPCRE 1
  6354. | #define HAVE_LIBJASPER 1
  6355. | #define HAVE_DBUS 1
  6356. | #define HAVE_LIBMICROHTTPD 1
  6357. | #define HAS_DVD_DRIVE 1
  6358. | #define HAS_ALSA 1
  6359. | #define HAVE_LIBPULSE 1
  6360. | #define HAVE_LIBSSH 1
  6361. | #define HAVE_LIBSSH 1
  6362. | #define HAVE_LIBRTMP_LOG_H 1
  6363. | #define HAVE_LIBRTMP_AMF_H 1
  6364. | #define HAVE_LIBRTMP_RTMP_H 1
  6365. | #define HAS_LIBRTMP 1
  6366. | #define HAVE_LIBSMBCLIENT 1
  6367. | #define HAVE_LIBSMBCLIENT 1
  6368. | #define HAVE_LIBUDEV 1
  6369. | #define HAVE_LIBCEC 1
  6370. | #define HAVE_SYS_CAPABILITY_H 1
  6371. | #define HAVE_LIBCAP 1
  6372. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  6373. | #define USE_STATIC_FFMPEG 1
  6374. | #define HAS_OMXPLAYER 1
  6375. | #define HAVE_DIRENT_H 1
  6376. | #define STDC_HEADERS 1
  6377. | #define HAVE_SYS_WAIT_H 1
  6378. | #define HAVE_ARPA_INET_H 1
  6379. | #define HAVE_FCNTL_H 1
  6380. | #define HAVE_FLOAT_H 1
  6381. | #define HAVE_INTTYPES_H 1
  6382. | #define HAVE_LIMITS_H 1
  6383. | #define HAVE_LOCALE_H 1
  6384. | #define HAVE_MALLOC_H 1
  6385. | #define HAVE_MEMORY_H 1
  6386. | #define HAVE_NETDB_H 1
  6387. | #define HAVE_NETINET_IN_H 1
  6388. | #define HAVE_STDDEF_H 1
  6389. | #define HAVE_STDINT_H 1
  6390. | #define HAVE_STDLIB_H 1
  6391. | #define HAVE_STRING_H 1
  6392. | #define HAVE_STRINGS_H 1
  6393. | #define HAVE_SYS_FILE_H 1
  6394. | #define HAVE_SYS_IOCTL_H 1
  6395. | #define HAVE_SYS_MOUNT_H 1
  6396. | #define HAVE_SYS_PARAM_H 1
  6397. | #define HAVE_SYS_SOCKET_H 1
  6398. | #define HAVE_SYS_TIME_H 1
  6399. | #define HAVE_SYS_TIMEB_H 1
  6400. | #define HAVE_SYS_VFS_H 1
  6401. | #define HAVE_TERMIOS_H 1
  6402. | #define HAVE_UNISTD_H 1
  6403. | #define HAVE_UTIME_H 1
  6404. | #define HAVE_WCHAR_H 1
  6405. | #define HAVE_WCTYPE_H 1
  6406. | #define HAVE_CDIO_ISO9660_H 1
  6407. | #define HAVE__BOOL 1
  6408. | #define HAVE_STDBOOL_H 1
  6409. | /* end confdefs.h. */
  6410. | #include <stdio.h>
  6411. | #ifdef HAVE_SYS_TYPES_H
  6412. | # include <sys/types.h>
  6413. | #endif
  6414. | #ifdef HAVE_SYS_STAT_H
  6415. | # include <sys/stat.h>
  6416. | #endif
  6417. | #ifdef STDC_HEADERS
  6418. | # include <stdlib.h>
  6419. | # include <stddef.h>
  6420. | #else
  6421. | # ifdef HAVE_STDLIB_H
  6422. | # include <stdlib.h>
  6423. | # endif
  6424. | #endif
  6425. | #ifdef HAVE_STRING_H
  6426. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6427. | # include <memory.h>
  6428. | # endif
  6429. | # include <string.h>
  6430. | #endif
  6431. | #ifdef HAVE_STRINGS_H
  6432. | # include <strings.h>
  6433. | #endif
  6434. | #ifdef HAVE_INTTYPES_H
  6435. | # include <inttypes.h>
  6436. | #endif
  6437. | #ifdef HAVE_STDINT_H
  6438. | # include <stdint.h>
  6439. | #endif
  6440. | #ifdef HAVE_UNISTD_H
  6441. | # include <unistd.h>
  6442. | #endif
  6443. | enum { N = 32 / 2 - 1 };
  6444. | int
  6445. | main ()
  6446. | {
  6447. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  6448. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  6449. | test_array [0] = 0;
  6450. | return test_array [0];
  6451. |
  6452. | ;
  6453. | return 0;
  6454. | }
  6455. configure:30623: result: yes
  6456. configure:30634: checking for int64_t
  6457. configure:30634: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6458. configure:30634: $? = 0
  6459. configure:30634: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6460. conftest.c: In function 'main':
  6461. conftest.c:223:53: warning: integer overflow in expression [-Woverflow]
  6462. conftest.c:222:12: error: storage size of 'test_array' isn't constant
  6463. conftest.c:222:12: warning: unused variable 'test_array' [-Wunused-variable]
  6464. configure:30634: $? = 1
  6465. configure: failed program was:
  6466. | /* confdefs.h */
  6467. | #define PACKAGE_NAME "kodi"
  6468. | #define PACKAGE_TARNAME "kodi"
  6469. | #define PACKAGE_VERSION "14.9.701"
  6470. | #define PACKAGE_STRING "kodi 14.9.701"
  6471. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6472. | #define PACKAGE_URL ""
  6473. | #define PACKAGE "kodi"
  6474. | #define VERSION "14.9.701"
  6475. | #define LIRC_DEVICE "/dev/lircd"
  6476. | #define HAVE_CXX11 1
  6477. | #define STDC_HEADERS 1
  6478. | #define HAVE_SYS_TYPES_H 1
  6479. | #define HAVE_SYS_STAT_H 1
  6480. | #define HAVE_STDLIB_H 1
  6481. | #define HAVE_STRING_H 1
  6482. | #define HAVE_MEMORY_H 1
  6483. | #define HAVE_STRINGS_H 1
  6484. | #define HAVE_INTTYPES_H 1
  6485. | #define HAVE_STDINT_H 1
  6486. | #define HAVE_UNISTD_H 1
  6487. | #define HAVE_DLFCN_H 1
  6488. | #define LT_OBJDIR ".libs/"
  6489. | #define HAS_EGLGLES 1
  6490. | #define HAVE_OMXLIB 1
  6491. | #define HAS_MMAL 1
  6492. | #define HAVE_ALLOCA_H 1
  6493. | #define HAVE_ALLOCA 1
  6494. | #define HAVE_UNISTD_H 1
  6495. | #define HAVE_CHOWN 1
  6496. | #define HAVE_DIRENT_H 1
  6497. | #define HAVE_FSEEKO 1
  6498. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6499. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6500. | #define TIME_WITH_SYS_TIME 1
  6501. | #define HAVE_SYS_TIME_H 1
  6502. | #define HAVE_UNISTD_H 1
  6503. | #define HAVE_STDLIB_H 1
  6504. | #define HAVE_SYS_PARAM_H 1
  6505. | #define HAVE_UTIME_H 1
  6506. | #define HAVE_ALARM 1
  6507. | #define HAVE_GETPAGESIZE 1
  6508. | #define HAVE_MMAP 1
  6509. | #define HAVE_SYS_SELECT_H 1
  6510. | #define HAVE_SYS_SOCKET_H 1
  6511. | #define SELECT_TYPE_ARG1 int
  6512. | #define SELECT_TYPE_ARG234 (fd_set *)
  6513. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6514. | #define RETSIGTYPE void
  6515. | #define HAVE_STRCOLL 1
  6516. | #define HAVE_STRFTIME 1
  6517. | #define HAVE_UTIME_NULL 1
  6518. | #define HAVE_VPRINTF 1
  6519. | #define HAVE_ATEXIT 1
  6520. | #define HAVE_DUP2 1
  6521. | #define HAVE_FDATASYNC 1
  6522. | #define HAVE_FTIME 1
  6523. | #define HAVE_FTRUNCATE 1
  6524. | #define HAVE_GETCWD 1
  6525. | #define HAVE_GETHOSTBYADDR 1
  6526. | #define HAVE_GETHOSTBYNAME 1
  6527. | #define HAVE_GETHOSTNAME 1
  6528. | #define HAVE_GETPAGESIZE 1
  6529. | #define HAVE_GETPASS 1
  6530. | #define HAVE_GETTIMEOFDAY 1
  6531. | #define HAVE_INET_NTOA 1
  6532. | #define HAVE_LCHOWN 1
  6533. | #define HAVE_LOCALECONV 1
  6534. | #define HAVE_MEMCHR 1
  6535. | #define HAVE_MEMMOVE 1
  6536. | #define HAVE_MEMSET 1
  6537. | #define HAVE_MKDIR 1
  6538. | #define HAVE_MODF 1
  6539. | #define HAVE_MUNMAP 1
  6540. | #define HAVE_RMDIR 1
  6541. | #define HAVE_SELECT 1
  6542. | #define HAVE_SETENV 1
  6543. | #define HAVE_SETLOCALE 1
  6544. | #define HAVE_SOCKET 1
  6545. | #define HAVE_STRCASECMP 1
  6546. | #define HAVE_STRCHR 1
  6547. | #define HAVE_STRCSPN 1
  6548. | #define HAVE_STRDUP 1
  6549. | #define HAVE_STRERROR 1
  6550. | #define HAVE_STRNCASECMP 1
  6551. | #define HAVE_STRPBRK 1
  6552. | #define HAVE_STRRCHR 1
  6553. | #define HAVE_STRSPN 1
  6554. | #define HAVE_STRSTR 1
  6555. | #define HAVE_STRTOL 1
  6556. | #define HAVE_STRTOUL 1
  6557. | #define HAVE_SYSINFO 1
  6558. | #define HAVE_TZSET 1
  6559. | #define HAVE_UTIME 1
  6560. | #define HAVE_POSIX_FADVISE 1
  6561. | #define HAVE_LOCALTIME_R 1
  6562. | #define SIZEOF_INT 4
  6563. | #define SIZEOF_SIZE_T 4
  6564. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6565. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6566. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6567. | #define HAVE_STD__U16STRING 1
  6568. | #define HAVE_STD__U32STRING 1
  6569. | #define HAVE_CHAR16_T 1
  6570. | #define HAVE_CHAR32_T 1
  6571. | #define SIZEOF_WCHAR_T 4
  6572. | #define HAVE_INOTIFY 1
  6573. | #define HAVE_PYTHON "2.7"
  6574. | #define HAVE_LIBEGL 1
  6575. | #define HAVE_LIBGLESV2 1
  6576. | #define HAVE_MYSQL 1
  6577. | #define HAVE_OPENSSL 1
  6578. | #define HAVE_LIBGPG_ERROR 1
  6579. | #define HAVE_LIBGCRYPT 1
  6580. | #define HAVE_GCRYPT 1
  6581. | #define HAVE_GNUTLS 1
  6582. | #define HAVE_LIBBZ2 1
  6583. | #define HAVE_LIBJPEG 1
  6584. | #define HAVE_LIBTIFF 1
  6585. | #define HAVE_LIBPTHREAD 1
  6586. | #define HAVE_PTHREAD_SETNAME_NP 1
  6587. | #define HAVE_LIBLZO2 1
  6588. | #define HAVE_LIBZ 1
  6589. | #define HAVE_LIBCRYPTO 1
  6590. | #define HAVE_LIBSSL 1
  6591. | #define HAVE_LIBMYSQLCLIENT 1
  6592. | #define HAVE_LIBPCRECPP 1
  6593. | #define HAVE_LIBPCRE 1
  6594. | #define HAVE_LIBJASPER 1
  6595. | #define HAVE_DBUS 1
  6596. | #define HAVE_LIBMICROHTTPD 1
  6597. | #define HAS_DVD_DRIVE 1
  6598. | #define HAS_ALSA 1
  6599. | #define HAVE_LIBPULSE 1
  6600. | #define HAVE_LIBSSH 1
  6601. | #define HAVE_LIBSSH 1
  6602. | #define HAVE_LIBRTMP_LOG_H 1
  6603. | #define HAVE_LIBRTMP_AMF_H 1
  6604. | #define HAVE_LIBRTMP_RTMP_H 1
  6605. | #define HAS_LIBRTMP 1
  6606. | #define HAVE_LIBSMBCLIENT 1
  6607. | #define HAVE_LIBSMBCLIENT 1
  6608. | #define HAVE_LIBUDEV 1
  6609. | #define HAVE_LIBCEC 1
  6610. | #define HAVE_SYS_CAPABILITY_H 1
  6611. | #define HAVE_LIBCAP 1
  6612. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  6613. | #define USE_STATIC_FFMPEG 1
  6614. | #define HAS_OMXPLAYER 1
  6615. | #define HAVE_DIRENT_H 1
  6616. | #define STDC_HEADERS 1
  6617. | #define HAVE_SYS_WAIT_H 1
  6618. | #define HAVE_ARPA_INET_H 1
  6619. | #define HAVE_FCNTL_H 1
  6620. | #define HAVE_FLOAT_H 1
  6621. | #define HAVE_INTTYPES_H 1
  6622. | #define HAVE_LIMITS_H 1
  6623. | #define HAVE_LOCALE_H 1
  6624. | #define HAVE_MALLOC_H 1
  6625. | #define HAVE_MEMORY_H 1
  6626. | #define HAVE_NETDB_H 1
  6627. | #define HAVE_NETINET_IN_H 1
  6628. | #define HAVE_STDDEF_H 1
  6629. | #define HAVE_STDINT_H 1
  6630. | #define HAVE_STDLIB_H 1
  6631. | #define HAVE_STRING_H 1
  6632. | #define HAVE_STRINGS_H 1
  6633. | #define HAVE_SYS_FILE_H 1
  6634. | #define HAVE_SYS_IOCTL_H 1
  6635. | #define HAVE_SYS_MOUNT_H 1
  6636. | #define HAVE_SYS_PARAM_H 1
  6637. | #define HAVE_SYS_SOCKET_H 1
  6638. | #define HAVE_SYS_TIME_H 1
  6639. | #define HAVE_SYS_TIMEB_H 1
  6640. | #define HAVE_SYS_VFS_H 1
  6641. | #define HAVE_TERMIOS_H 1
  6642. | #define HAVE_UNISTD_H 1
  6643. | #define HAVE_UTIME_H 1
  6644. | #define HAVE_WCHAR_H 1
  6645. | #define HAVE_WCTYPE_H 1
  6646. | #define HAVE_CDIO_ISO9660_H 1
  6647. | #define HAVE__BOOL 1
  6648. | #define HAVE_STDBOOL_H 1
  6649. | /* end confdefs.h. */
  6650. | #include <stdio.h>
  6651. | #ifdef HAVE_SYS_TYPES_H
  6652. | # include <sys/types.h>
  6653. | #endif
  6654. | #ifdef HAVE_SYS_STAT_H
  6655. | # include <sys/stat.h>
  6656. | #endif
  6657. | #ifdef STDC_HEADERS
  6658. | # include <stdlib.h>
  6659. | # include <stddef.h>
  6660. | #else
  6661. | # ifdef HAVE_STDLIB_H
  6662. | # include <stdlib.h>
  6663. | # endif
  6664. | #endif
  6665. | #ifdef HAVE_STRING_H
  6666. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6667. | # include <memory.h>
  6668. | # endif
  6669. | # include <string.h>
  6670. | #endif
  6671. | #ifdef HAVE_STRINGS_H
  6672. | # include <strings.h>
  6673. | #endif
  6674. | #ifdef HAVE_INTTYPES_H
  6675. | # include <inttypes.h>
  6676. | #endif
  6677. | #ifdef HAVE_STDINT_H
  6678. | # include <stdint.h>
  6679. | #endif
  6680. | #ifdef HAVE_UNISTD_H
  6681. | # include <unistd.h>
  6682. | #endif
  6683. | enum { N = 64 / 2 - 1 };
  6684. | int
  6685. | main ()
  6686. | {
  6687. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  6688. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  6689. | test_array [0] = 0;
  6690. | return test_array [0];
  6691. |
  6692. | ;
  6693. | return 0;
  6694. | }
  6695. configure:30634: result: yes
  6696. configure:30645: checking for mode_t
  6697. configure:30645: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6698. configure:30645: $? = 0
  6699. configure:30645: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6700. conftest.c: In function 'main':
  6701. conftest.c:221:21: error: expected expression before ')' token
  6702. configure:30645: $? = 1
  6703. configure: failed program was:
  6704. | /* confdefs.h */
  6705. | #define PACKAGE_NAME "kodi"
  6706. | #define PACKAGE_TARNAME "kodi"
  6707. | #define PACKAGE_VERSION "14.9.701"
  6708. | #define PACKAGE_STRING "kodi 14.9.701"
  6709. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6710. | #define PACKAGE_URL ""
  6711. | #define PACKAGE "kodi"
  6712. | #define VERSION "14.9.701"
  6713. | #define LIRC_DEVICE "/dev/lircd"
  6714. | #define HAVE_CXX11 1
  6715. | #define STDC_HEADERS 1
  6716. | #define HAVE_SYS_TYPES_H 1
  6717. | #define HAVE_SYS_STAT_H 1
  6718. | #define HAVE_STDLIB_H 1
  6719. | #define HAVE_STRING_H 1
  6720. | #define HAVE_MEMORY_H 1
  6721. | #define HAVE_STRINGS_H 1
  6722. | #define HAVE_INTTYPES_H 1
  6723. | #define HAVE_STDINT_H 1
  6724. | #define HAVE_UNISTD_H 1
  6725. | #define HAVE_DLFCN_H 1
  6726. | #define LT_OBJDIR ".libs/"
  6727. | #define HAS_EGLGLES 1
  6728. | #define HAVE_OMXLIB 1
  6729. | #define HAS_MMAL 1
  6730. | #define HAVE_ALLOCA_H 1
  6731. | #define HAVE_ALLOCA 1
  6732. | #define HAVE_UNISTD_H 1
  6733. | #define HAVE_CHOWN 1
  6734. | #define HAVE_DIRENT_H 1
  6735. | #define HAVE_FSEEKO 1
  6736. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6737. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6738. | #define TIME_WITH_SYS_TIME 1
  6739. | #define HAVE_SYS_TIME_H 1
  6740. | #define HAVE_UNISTD_H 1
  6741. | #define HAVE_STDLIB_H 1
  6742. | #define HAVE_SYS_PARAM_H 1
  6743. | #define HAVE_UTIME_H 1
  6744. | #define HAVE_ALARM 1
  6745. | #define HAVE_GETPAGESIZE 1
  6746. | #define HAVE_MMAP 1
  6747. | #define HAVE_SYS_SELECT_H 1
  6748. | #define HAVE_SYS_SOCKET_H 1
  6749. | #define SELECT_TYPE_ARG1 int
  6750. | #define SELECT_TYPE_ARG234 (fd_set *)
  6751. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6752. | #define RETSIGTYPE void
  6753. | #define HAVE_STRCOLL 1
  6754. | #define HAVE_STRFTIME 1
  6755. | #define HAVE_UTIME_NULL 1
  6756. | #define HAVE_VPRINTF 1
  6757. | #define HAVE_ATEXIT 1
  6758. | #define HAVE_DUP2 1
  6759. | #define HAVE_FDATASYNC 1
  6760. | #define HAVE_FTIME 1
  6761. | #define HAVE_FTRUNCATE 1
  6762. | #define HAVE_GETCWD 1
  6763. | #define HAVE_GETHOSTBYADDR 1
  6764. | #define HAVE_GETHOSTBYNAME 1
  6765. | #define HAVE_GETHOSTNAME 1
  6766. | #define HAVE_GETPAGESIZE 1
  6767. | #define HAVE_GETPASS 1
  6768. | #define HAVE_GETTIMEOFDAY 1
  6769. | #define HAVE_INET_NTOA 1
  6770. | #define HAVE_LCHOWN 1
  6771. | #define HAVE_LOCALECONV 1
  6772. | #define HAVE_MEMCHR 1
  6773. | #define HAVE_MEMMOVE 1
  6774. | #define HAVE_MEMSET 1
  6775. | #define HAVE_MKDIR 1
  6776. | #define HAVE_MODF 1
  6777. | #define HAVE_MUNMAP 1
  6778. | #define HAVE_RMDIR 1
  6779. | #define HAVE_SELECT 1
  6780. | #define HAVE_SETENV 1
  6781. | #define HAVE_SETLOCALE 1
  6782. | #define HAVE_SOCKET 1
  6783. | #define HAVE_STRCASECMP 1
  6784. | #define HAVE_STRCHR 1
  6785. | #define HAVE_STRCSPN 1
  6786. | #define HAVE_STRDUP 1
  6787. | #define HAVE_STRERROR 1
  6788. | #define HAVE_STRNCASECMP 1
  6789. | #define HAVE_STRPBRK 1
  6790. | #define HAVE_STRRCHR 1
  6791. | #define HAVE_STRSPN 1
  6792. | #define HAVE_STRSTR 1
  6793. | #define HAVE_STRTOL 1
  6794. | #define HAVE_STRTOUL 1
  6795. | #define HAVE_SYSINFO 1
  6796. | #define HAVE_TZSET 1
  6797. | #define HAVE_UTIME 1
  6798. | #define HAVE_POSIX_FADVISE 1
  6799. | #define HAVE_LOCALTIME_R 1
  6800. | #define SIZEOF_INT 4
  6801. | #define SIZEOF_SIZE_T 4
  6802. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6803. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6804. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6805. | #define HAVE_STD__U16STRING 1
  6806. | #define HAVE_STD__U32STRING 1
  6807. | #define HAVE_CHAR16_T 1
  6808. | #define HAVE_CHAR32_T 1
  6809. | #define SIZEOF_WCHAR_T 4
  6810. | #define HAVE_INOTIFY 1
  6811. | #define HAVE_PYTHON "2.7"
  6812. | #define HAVE_LIBEGL 1
  6813. | #define HAVE_LIBGLESV2 1
  6814. | #define HAVE_MYSQL 1
  6815. | #define HAVE_OPENSSL 1
  6816. | #define HAVE_LIBGPG_ERROR 1
  6817. | #define HAVE_LIBGCRYPT 1
  6818. | #define HAVE_GCRYPT 1
  6819. | #define HAVE_GNUTLS 1
  6820. | #define HAVE_LIBBZ2 1
  6821. | #define HAVE_LIBJPEG 1
  6822. | #define HAVE_LIBTIFF 1
  6823. | #define HAVE_LIBPTHREAD 1
  6824. | #define HAVE_PTHREAD_SETNAME_NP 1
  6825. | #define HAVE_LIBLZO2 1
  6826. | #define HAVE_LIBZ 1
  6827. | #define HAVE_LIBCRYPTO 1
  6828. | #define HAVE_LIBSSL 1
  6829. | #define HAVE_LIBMYSQLCLIENT 1
  6830. | #define HAVE_LIBPCRECPP 1
  6831. | #define HAVE_LIBPCRE 1
  6832. | #define HAVE_LIBJASPER 1
  6833. | #define HAVE_DBUS 1
  6834. | #define HAVE_LIBMICROHTTPD 1
  6835. | #define HAS_DVD_DRIVE 1
  6836. | #define HAS_ALSA 1
  6837. | #define HAVE_LIBPULSE 1
  6838. | #define HAVE_LIBSSH 1
  6839. | #define HAVE_LIBSSH 1
  6840. | #define HAVE_LIBRTMP_LOG_H 1
  6841. | #define HAVE_LIBRTMP_AMF_H 1
  6842. | #define HAVE_LIBRTMP_RTMP_H 1
  6843. | #define HAS_LIBRTMP 1
  6844. | #define HAVE_LIBSMBCLIENT 1
  6845. | #define HAVE_LIBSMBCLIENT 1
  6846. | #define HAVE_LIBUDEV 1
  6847. | #define HAVE_LIBCEC 1
  6848. | #define HAVE_SYS_CAPABILITY_H 1
  6849. | #define HAVE_LIBCAP 1
  6850. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  6851. | #define USE_STATIC_FFMPEG 1
  6852. | #define HAS_OMXPLAYER 1
  6853. | #define HAVE_DIRENT_H 1
  6854. | #define STDC_HEADERS 1
  6855. | #define HAVE_SYS_WAIT_H 1
  6856. | #define HAVE_ARPA_INET_H 1
  6857. | #define HAVE_FCNTL_H 1
  6858. | #define HAVE_FLOAT_H 1
  6859. | #define HAVE_INTTYPES_H 1
  6860. | #define HAVE_LIMITS_H 1
  6861. | #define HAVE_LOCALE_H 1
  6862. | #define HAVE_MALLOC_H 1
  6863. | #define HAVE_MEMORY_H 1
  6864. | #define HAVE_NETDB_H 1
  6865. | #define HAVE_NETINET_IN_H 1
  6866. | #define HAVE_STDDEF_H 1
  6867. | #define HAVE_STDINT_H 1
  6868. | #define HAVE_STDLIB_H 1
  6869. | #define HAVE_STRING_H 1
  6870. | #define HAVE_STRINGS_H 1
  6871. | #define HAVE_SYS_FILE_H 1
  6872. | #define HAVE_SYS_IOCTL_H 1
  6873. | #define HAVE_SYS_MOUNT_H 1
  6874. | #define HAVE_SYS_PARAM_H 1
  6875. | #define HAVE_SYS_SOCKET_H 1
  6876. | #define HAVE_SYS_TIME_H 1
  6877. | #define HAVE_SYS_TIMEB_H 1
  6878. | #define HAVE_SYS_VFS_H 1
  6879. | #define HAVE_TERMIOS_H 1
  6880. | #define HAVE_UNISTD_H 1
  6881. | #define HAVE_UTIME_H 1
  6882. | #define HAVE_WCHAR_H 1
  6883. | #define HAVE_WCTYPE_H 1
  6884. | #define HAVE_CDIO_ISO9660_H 1
  6885. | #define HAVE__BOOL 1
  6886. | #define HAVE_STDBOOL_H 1
  6887. | /* end confdefs.h. */
  6888. | #include <stdio.h>
  6889. | #ifdef HAVE_SYS_TYPES_H
  6890. | # include <sys/types.h>
  6891. | #endif
  6892. | #ifdef HAVE_SYS_STAT_H
  6893. | # include <sys/stat.h>
  6894. | #endif
  6895. | #ifdef STDC_HEADERS
  6896. | # include <stdlib.h>
  6897. | # include <stddef.h>
  6898. | #else
  6899. | # ifdef HAVE_STDLIB_H
  6900. | # include <stdlib.h>
  6901. | # endif
  6902. | #endif
  6903. | #ifdef HAVE_STRING_H
  6904. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6905. | # include <memory.h>
  6906. | # endif
  6907. | # include <string.h>
  6908. | #endif
  6909. | #ifdef HAVE_STRINGS_H
  6910. | # include <strings.h>
  6911. | #endif
  6912. | #ifdef HAVE_INTTYPES_H
  6913. | # include <inttypes.h>
  6914. | #endif
  6915. | #ifdef HAVE_STDINT_H
  6916. | # include <stdint.h>
  6917. | #endif
  6918. | #ifdef HAVE_UNISTD_H
  6919. | # include <unistd.h>
  6920. | #endif
  6921. | int
  6922. | main ()
  6923. | {
  6924. | if (sizeof ((mode_t)))
  6925. | return 0;
  6926. | ;
  6927. | return 0;
  6928. | }
  6929. configure:30645: result: yes
  6930. configure:30656: checking for off_t
  6931. configure:30656: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6932. configure:30656: $? = 0
  6933. configure:30656: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  6934. conftest.c: In function 'main':
  6935. conftest.c:221:20: error: expected expression before ')' token
  6936. configure:30656: $? = 1
  6937. configure: failed program was:
  6938. | /* confdefs.h */
  6939. | #define PACKAGE_NAME "kodi"
  6940. | #define PACKAGE_TARNAME "kodi"
  6941. | #define PACKAGE_VERSION "14.9.701"
  6942. | #define PACKAGE_STRING "kodi 14.9.701"
  6943. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6944. | #define PACKAGE_URL ""
  6945. | #define PACKAGE "kodi"
  6946. | #define VERSION "14.9.701"
  6947. | #define LIRC_DEVICE "/dev/lircd"
  6948. | #define HAVE_CXX11 1
  6949. | #define STDC_HEADERS 1
  6950. | #define HAVE_SYS_TYPES_H 1
  6951. | #define HAVE_SYS_STAT_H 1
  6952. | #define HAVE_STDLIB_H 1
  6953. | #define HAVE_STRING_H 1
  6954. | #define HAVE_MEMORY_H 1
  6955. | #define HAVE_STRINGS_H 1
  6956. | #define HAVE_INTTYPES_H 1
  6957. | #define HAVE_STDINT_H 1
  6958. | #define HAVE_UNISTD_H 1
  6959. | #define HAVE_DLFCN_H 1
  6960. | #define LT_OBJDIR ".libs/"
  6961. | #define HAS_EGLGLES 1
  6962. | #define HAVE_OMXLIB 1
  6963. | #define HAS_MMAL 1
  6964. | #define HAVE_ALLOCA_H 1
  6965. | #define HAVE_ALLOCA 1
  6966. | #define HAVE_UNISTD_H 1
  6967. | #define HAVE_CHOWN 1
  6968. | #define HAVE_DIRENT_H 1
  6969. | #define HAVE_FSEEKO 1
  6970. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6971. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6972. | #define TIME_WITH_SYS_TIME 1
  6973. | #define HAVE_SYS_TIME_H 1
  6974. | #define HAVE_UNISTD_H 1
  6975. | #define HAVE_STDLIB_H 1
  6976. | #define HAVE_SYS_PARAM_H 1
  6977. | #define HAVE_UTIME_H 1
  6978. | #define HAVE_ALARM 1
  6979. | #define HAVE_GETPAGESIZE 1
  6980. | #define HAVE_MMAP 1
  6981. | #define HAVE_SYS_SELECT_H 1
  6982. | #define HAVE_SYS_SOCKET_H 1
  6983. | #define SELECT_TYPE_ARG1 int
  6984. | #define SELECT_TYPE_ARG234 (fd_set *)
  6985. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6986. | #define RETSIGTYPE void
  6987. | #define HAVE_STRCOLL 1
  6988. | #define HAVE_STRFTIME 1
  6989. | #define HAVE_UTIME_NULL 1
  6990. | #define HAVE_VPRINTF 1
  6991. | #define HAVE_ATEXIT 1
  6992. | #define HAVE_DUP2 1
  6993. | #define HAVE_FDATASYNC 1
  6994. | #define HAVE_FTIME 1
  6995. | #define HAVE_FTRUNCATE 1
  6996. | #define HAVE_GETCWD 1
  6997. | #define HAVE_GETHOSTBYADDR 1
  6998. | #define HAVE_GETHOSTBYNAME 1
  6999. | #define HAVE_GETHOSTNAME 1
  7000. | #define HAVE_GETPAGESIZE 1
  7001. | #define HAVE_GETPASS 1
  7002. | #define HAVE_GETTIMEOFDAY 1
  7003. | #define HAVE_INET_NTOA 1
  7004. | #define HAVE_LCHOWN 1
  7005. | #define HAVE_LOCALECONV 1
  7006. | #define HAVE_MEMCHR 1
  7007. | #define HAVE_MEMMOVE 1
  7008. | #define HAVE_MEMSET 1
  7009. | #define HAVE_MKDIR 1
  7010. | #define HAVE_MODF 1
  7011. | #define HAVE_MUNMAP 1
  7012. | #define HAVE_RMDIR 1
  7013. | #define HAVE_SELECT 1
  7014. | #define HAVE_SETENV 1
  7015. | #define HAVE_SETLOCALE 1
  7016. | #define HAVE_SOCKET 1
  7017. | #define HAVE_STRCASECMP 1
  7018. | #define HAVE_STRCHR 1
  7019. | #define HAVE_STRCSPN 1
  7020. | #define HAVE_STRDUP 1
  7021. | #define HAVE_STRERROR 1
  7022. | #define HAVE_STRNCASECMP 1
  7023. | #define HAVE_STRPBRK 1
  7024. | #define HAVE_STRRCHR 1
  7025. | #define HAVE_STRSPN 1
  7026. | #define HAVE_STRSTR 1
  7027. | #define HAVE_STRTOL 1
  7028. | #define HAVE_STRTOUL 1
  7029. | #define HAVE_SYSINFO 1
  7030. | #define HAVE_TZSET 1
  7031. | #define HAVE_UTIME 1
  7032. | #define HAVE_POSIX_FADVISE 1
  7033. | #define HAVE_LOCALTIME_R 1
  7034. | #define SIZEOF_INT 4
  7035. | #define SIZEOF_SIZE_T 4
  7036. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7037. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7038. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7039. | #define HAVE_STD__U16STRING 1
  7040. | #define HAVE_STD__U32STRING 1
  7041. | #define HAVE_CHAR16_T 1
  7042. | #define HAVE_CHAR32_T 1
  7043. | #define SIZEOF_WCHAR_T 4
  7044. | #define HAVE_INOTIFY 1
  7045. | #define HAVE_PYTHON "2.7"
  7046. | #define HAVE_LIBEGL 1
  7047. | #define HAVE_LIBGLESV2 1
  7048. | #define HAVE_MYSQL 1
  7049. | #define HAVE_OPENSSL 1
  7050. | #define HAVE_LIBGPG_ERROR 1
  7051. | #define HAVE_LIBGCRYPT 1
  7052. | #define HAVE_GCRYPT 1
  7053. | #define HAVE_GNUTLS 1
  7054. | #define HAVE_LIBBZ2 1
  7055. | #define HAVE_LIBJPEG 1
  7056. | #define HAVE_LIBTIFF 1
  7057. | #define HAVE_LIBPTHREAD 1
  7058. | #define HAVE_PTHREAD_SETNAME_NP 1
  7059. | #define HAVE_LIBLZO2 1
  7060. | #define HAVE_LIBZ 1
  7061. | #define HAVE_LIBCRYPTO 1
  7062. | #define HAVE_LIBSSL 1
  7063. | #define HAVE_LIBMYSQLCLIENT 1
  7064. | #define HAVE_LIBPCRECPP 1
  7065. | #define HAVE_LIBPCRE 1
  7066. | #define HAVE_LIBJASPER 1
  7067. | #define HAVE_DBUS 1
  7068. | #define HAVE_LIBMICROHTTPD 1
  7069. | #define HAS_DVD_DRIVE 1
  7070. | #define HAS_ALSA 1
  7071. | #define HAVE_LIBPULSE 1
  7072. | #define HAVE_LIBSSH 1
  7073. | #define HAVE_LIBSSH 1
  7074. | #define HAVE_LIBRTMP_LOG_H 1
  7075. | #define HAVE_LIBRTMP_AMF_H 1
  7076. | #define HAVE_LIBRTMP_RTMP_H 1
  7077. | #define HAS_LIBRTMP 1
  7078. | #define HAVE_LIBSMBCLIENT 1
  7079. | #define HAVE_LIBSMBCLIENT 1
  7080. | #define HAVE_LIBUDEV 1
  7081. | #define HAVE_LIBCEC 1
  7082. | #define HAVE_SYS_CAPABILITY_H 1
  7083. | #define HAVE_LIBCAP 1
  7084. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  7085. | #define USE_STATIC_FFMPEG 1
  7086. | #define HAS_OMXPLAYER 1
  7087. | #define HAVE_DIRENT_H 1
  7088. | #define STDC_HEADERS 1
  7089. | #define HAVE_SYS_WAIT_H 1
  7090. | #define HAVE_ARPA_INET_H 1
  7091. | #define HAVE_FCNTL_H 1
  7092. | #define HAVE_FLOAT_H 1
  7093. | #define HAVE_INTTYPES_H 1
  7094. | #define HAVE_LIMITS_H 1
  7095. | #define HAVE_LOCALE_H 1
  7096. | #define HAVE_MALLOC_H 1
  7097. | #define HAVE_MEMORY_H 1
  7098. | #define HAVE_NETDB_H 1
  7099. | #define HAVE_NETINET_IN_H 1
  7100. | #define HAVE_STDDEF_H 1
  7101. | #define HAVE_STDINT_H 1
  7102. | #define HAVE_STDLIB_H 1
  7103. | #define HAVE_STRING_H 1
  7104. | #define HAVE_STRINGS_H 1
  7105. | #define HAVE_SYS_FILE_H 1
  7106. | #define HAVE_SYS_IOCTL_H 1
  7107. | #define HAVE_SYS_MOUNT_H 1
  7108. | #define HAVE_SYS_PARAM_H 1
  7109. | #define HAVE_SYS_SOCKET_H 1
  7110. | #define HAVE_SYS_TIME_H 1
  7111. | #define HAVE_SYS_TIMEB_H 1
  7112. | #define HAVE_SYS_VFS_H 1
  7113. | #define HAVE_TERMIOS_H 1
  7114. | #define HAVE_UNISTD_H 1
  7115. | #define HAVE_UTIME_H 1
  7116. | #define HAVE_WCHAR_H 1
  7117. | #define HAVE_WCTYPE_H 1
  7118. | #define HAVE_CDIO_ISO9660_H 1
  7119. | #define HAVE__BOOL 1
  7120. | #define HAVE_STDBOOL_H 1
  7121. | /* end confdefs.h. */
  7122. | #include <stdio.h>
  7123. | #ifdef HAVE_SYS_TYPES_H
  7124. | # include <sys/types.h>
  7125. | #endif
  7126. | #ifdef HAVE_SYS_STAT_H
  7127. | # include <sys/stat.h>
  7128. | #endif
  7129. | #ifdef STDC_HEADERS
  7130. | # include <stdlib.h>
  7131. | # include <stddef.h>
  7132. | #else
  7133. | # ifdef HAVE_STDLIB_H
  7134. | # include <stdlib.h>
  7135. | # endif
  7136. | #endif
  7137. | #ifdef HAVE_STRING_H
  7138. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7139. | # include <memory.h>
  7140. | # endif
  7141. | # include <string.h>
  7142. | #endif
  7143. | #ifdef HAVE_STRINGS_H
  7144. | # include <strings.h>
  7145. | #endif
  7146. | #ifdef HAVE_INTTYPES_H
  7147. | # include <inttypes.h>
  7148. | #endif
  7149. | #ifdef HAVE_STDINT_H
  7150. | # include <stdint.h>
  7151. | #endif
  7152. | #ifdef HAVE_UNISTD_H
  7153. | # include <unistd.h>
  7154. | #endif
  7155. | int
  7156. | main ()
  7157. | {
  7158. | if (sizeof ((off_t)))
  7159. | return 0;
  7160. | ;
  7161. | return 0;
  7162. | }
  7163. configure:30656: result: yes
  7164. configure:30667: checking for pid_t
  7165. configure:30667: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7166. configure:30667: $? = 0
  7167. configure:30667: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7168. conftest.c: In function 'main':
  7169. conftest.c:221:20: error: expected expression before ')' token
  7170. configure:30667: $? = 1
  7171. configure: failed program was:
  7172. | /* confdefs.h */
  7173. | #define PACKAGE_NAME "kodi"
  7174. | #define PACKAGE_TARNAME "kodi"
  7175. | #define PACKAGE_VERSION "14.9.701"
  7176. | #define PACKAGE_STRING "kodi 14.9.701"
  7177. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7178. | #define PACKAGE_URL ""
  7179. | #define PACKAGE "kodi"
  7180. | #define VERSION "14.9.701"
  7181. | #define LIRC_DEVICE "/dev/lircd"
  7182. | #define HAVE_CXX11 1
  7183. | #define STDC_HEADERS 1
  7184. | #define HAVE_SYS_TYPES_H 1
  7185. | #define HAVE_SYS_STAT_H 1
  7186. | #define HAVE_STDLIB_H 1
  7187. | #define HAVE_STRING_H 1
  7188. | #define HAVE_MEMORY_H 1
  7189. | #define HAVE_STRINGS_H 1
  7190. | #define HAVE_INTTYPES_H 1
  7191. | #define HAVE_STDINT_H 1
  7192. | #define HAVE_UNISTD_H 1
  7193. | #define HAVE_DLFCN_H 1
  7194. | #define LT_OBJDIR ".libs/"
  7195. | #define HAS_EGLGLES 1
  7196. | #define HAVE_OMXLIB 1
  7197. | #define HAS_MMAL 1
  7198. | #define HAVE_ALLOCA_H 1
  7199. | #define HAVE_ALLOCA 1
  7200. | #define HAVE_UNISTD_H 1
  7201. | #define HAVE_CHOWN 1
  7202. | #define HAVE_DIRENT_H 1
  7203. | #define HAVE_FSEEKO 1
  7204. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7205. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7206. | #define TIME_WITH_SYS_TIME 1
  7207. | #define HAVE_SYS_TIME_H 1
  7208. | #define HAVE_UNISTD_H 1
  7209. | #define HAVE_STDLIB_H 1
  7210. | #define HAVE_SYS_PARAM_H 1
  7211. | #define HAVE_UTIME_H 1
  7212. | #define HAVE_ALARM 1
  7213. | #define HAVE_GETPAGESIZE 1
  7214. | #define HAVE_MMAP 1
  7215. | #define HAVE_SYS_SELECT_H 1
  7216. | #define HAVE_SYS_SOCKET_H 1
  7217. | #define SELECT_TYPE_ARG1 int
  7218. | #define SELECT_TYPE_ARG234 (fd_set *)
  7219. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7220. | #define RETSIGTYPE void
  7221. | #define HAVE_STRCOLL 1
  7222. | #define HAVE_STRFTIME 1
  7223. | #define HAVE_UTIME_NULL 1
  7224. | #define HAVE_VPRINTF 1
  7225. | #define HAVE_ATEXIT 1
  7226. | #define HAVE_DUP2 1
  7227. | #define HAVE_FDATASYNC 1
  7228. | #define HAVE_FTIME 1
  7229. | #define HAVE_FTRUNCATE 1
  7230. | #define HAVE_GETCWD 1
  7231. | #define HAVE_GETHOSTBYADDR 1
  7232. | #define HAVE_GETHOSTBYNAME 1
  7233. | #define HAVE_GETHOSTNAME 1
  7234. | #define HAVE_GETPAGESIZE 1
  7235. | #define HAVE_GETPASS 1
  7236. | #define HAVE_GETTIMEOFDAY 1
  7237. | #define HAVE_INET_NTOA 1
  7238. | #define HAVE_LCHOWN 1
  7239. | #define HAVE_LOCALECONV 1
  7240. | #define HAVE_MEMCHR 1
  7241. | #define HAVE_MEMMOVE 1
  7242. | #define HAVE_MEMSET 1
  7243. | #define HAVE_MKDIR 1
  7244. | #define HAVE_MODF 1
  7245. | #define HAVE_MUNMAP 1
  7246. | #define HAVE_RMDIR 1
  7247. | #define HAVE_SELECT 1
  7248. | #define HAVE_SETENV 1
  7249. | #define HAVE_SETLOCALE 1
  7250. | #define HAVE_SOCKET 1
  7251. | #define HAVE_STRCASECMP 1
  7252. | #define HAVE_STRCHR 1
  7253. | #define HAVE_STRCSPN 1
  7254. | #define HAVE_STRDUP 1
  7255. | #define HAVE_STRERROR 1
  7256. | #define HAVE_STRNCASECMP 1
  7257. | #define HAVE_STRPBRK 1
  7258. | #define HAVE_STRRCHR 1
  7259. | #define HAVE_STRSPN 1
  7260. | #define HAVE_STRSTR 1
  7261. | #define HAVE_STRTOL 1
  7262. | #define HAVE_STRTOUL 1
  7263. | #define HAVE_SYSINFO 1
  7264. | #define HAVE_TZSET 1
  7265. | #define HAVE_UTIME 1
  7266. | #define HAVE_POSIX_FADVISE 1
  7267. | #define HAVE_LOCALTIME_R 1
  7268. | #define SIZEOF_INT 4
  7269. | #define SIZEOF_SIZE_T 4
  7270. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7271. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7272. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7273. | #define HAVE_STD__U16STRING 1
  7274. | #define HAVE_STD__U32STRING 1
  7275. | #define HAVE_CHAR16_T 1
  7276. | #define HAVE_CHAR32_T 1
  7277. | #define SIZEOF_WCHAR_T 4
  7278. | #define HAVE_INOTIFY 1
  7279. | #define HAVE_PYTHON "2.7"
  7280. | #define HAVE_LIBEGL 1
  7281. | #define HAVE_LIBGLESV2 1
  7282. | #define HAVE_MYSQL 1
  7283. | #define HAVE_OPENSSL 1
  7284. | #define HAVE_LIBGPG_ERROR 1
  7285. | #define HAVE_LIBGCRYPT 1
  7286. | #define HAVE_GCRYPT 1
  7287. | #define HAVE_GNUTLS 1
  7288. | #define HAVE_LIBBZ2 1
  7289. | #define HAVE_LIBJPEG 1
  7290. | #define HAVE_LIBTIFF 1
  7291. | #define HAVE_LIBPTHREAD 1
  7292. | #define HAVE_PTHREAD_SETNAME_NP 1
  7293. | #define HAVE_LIBLZO2 1
  7294. | #define HAVE_LIBZ 1
  7295. | #define HAVE_LIBCRYPTO 1
  7296. | #define HAVE_LIBSSL 1
  7297. | #define HAVE_LIBMYSQLCLIENT 1
  7298. | #define HAVE_LIBPCRECPP 1
  7299. | #define HAVE_LIBPCRE 1
  7300. | #define HAVE_LIBJASPER 1
  7301. | #define HAVE_DBUS 1
  7302. | #define HAVE_LIBMICROHTTPD 1
  7303. | #define HAS_DVD_DRIVE 1
  7304. | #define HAS_ALSA 1
  7305. | #define HAVE_LIBPULSE 1
  7306. | #define HAVE_LIBSSH 1
  7307. | #define HAVE_LIBSSH 1
  7308. | #define HAVE_LIBRTMP_LOG_H 1
  7309. | #define HAVE_LIBRTMP_AMF_H 1
  7310. | #define HAVE_LIBRTMP_RTMP_H 1
  7311. | #define HAS_LIBRTMP 1
  7312. | #define HAVE_LIBSMBCLIENT 1
  7313. | #define HAVE_LIBSMBCLIENT 1
  7314. | #define HAVE_LIBUDEV 1
  7315. | #define HAVE_LIBCEC 1
  7316. | #define HAVE_SYS_CAPABILITY_H 1
  7317. | #define HAVE_LIBCAP 1
  7318. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  7319. | #define USE_STATIC_FFMPEG 1
  7320. | #define HAS_OMXPLAYER 1
  7321. | #define HAVE_DIRENT_H 1
  7322. | #define STDC_HEADERS 1
  7323. | #define HAVE_SYS_WAIT_H 1
  7324. | #define HAVE_ARPA_INET_H 1
  7325. | #define HAVE_FCNTL_H 1
  7326. | #define HAVE_FLOAT_H 1
  7327. | #define HAVE_INTTYPES_H 1
  7328. | #define HAVE_LIMITS_H 1
  7329. | #define HAVE_LOCALE_H 1
  7330. | #define HAVE_MALLOC_H 1
  7331. | #define HAVE_MEMORY_H 1
  7332. | #define HAVE_NETDB_H 1
  7333. | #define HAVE_NETINET_IN_H 1
  7334. | #define HAVE_STDDEF_H 1
  7335. | #define HAVE_STDINT_H 1
  7336. | #define HAVE_STDLIB_H 1
  7337. | #define HAVE_STRING_H 1
  7338. | #define HAVE_STRINGS_H 1
  7339. | #define HAVE_SYS_FILE_H 1
  7340. | #define HAVE_SYS_IOCTL_H 1
  7341. | #define HAVE_SYS_MOUNT_H 1
  7342. | #define HAVE_SYS_PARAM_H 1
  7343. | #define HAVE_SYS_SOCKET_H 1
  7344. | #define HAVE_SYS_TIME_H 1
  7345. | #define HAVE_SYS_TIMEB_H 1
  7346. | #define HAVE_SYS_VFS_H 1
  7347. | #define HAVE_TERMIOS_H 1
  7348. | #define HAVE_UNISTD_H 1
  7349. | #define HAVE_UTIME_H 1
  7350. | #define HAVE_WCHAR_H 1
  7351. | #define HAVE_WCTYPE_H 1
  7352. | #define HAVE_CDIO_ISO9660_H 1
  7353. | #define HAVE__BOOL 1
  7354. | #define HAVE_STDBOOL_H 1
  7355. | /* end confdefs.h. */
  7356. | #include <stdio.h>
  7357. | #ifdef HAVE_SYS_TYPES_H
  7358. | # include <sys/types.h>
  7359. | #endif
  7360. | #ifdef HAVE_SYS_STAT_H
  7361. | # include <sys/stat.h>
  7362. | #endif
  7363. | #ifdef STDC_HEADERS
  7364. | # include <stdlib.h>
  7365. | # include <stddef.h>
  7366. | #else
  7367. | # ifdef HAVE_STDLIB_H
  7368. | # include <stdlib.h>
  7369. | # endif
  7370. | #endif
  7371. | #ifdef HAVE_STRING_H
  7372. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7373. | # include <memory.h>
  7374. | # endif
  7375. | # include <string.h>
  7376. | #endif
  7377. | #ifdef HAVE_STRINGS_H
  7378. | # include <strings.h>
  7379. | #endif
  7380. | #ifdef HAVE_INTTYPES_H
  7381. | # include <inttypes.h>
  7382. | #endif
  7383. | #ifdef HAVE_STDINT_H
  7384. | # include <stdint.h>
  7385. | #endif
  7386. | #ifdef HAVE_UNISTD_H
  7387. | # include <unistd.h>
  7388. | #endif
  7389. | int
  7390. | main ()
  7391. | {
  7392. | if (sizeof ((pid_t)))
  7393. | return 0;
  7394. | ;
  7395. | return 0;
  7396. | }
  7397. configure:30667: result: yes
  7398. configure:30678: checking for C/C++ restrict keyword
  7399. configure:30703: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7400. configure:30703: $? = 0
  7401. configure:30711: result: __restrict
  7402. configure:30724: checking for size_t
  7403. configure:30724: result: yes
  7404. configure:30735: checking for ssize_t
  7405. configure:30735: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7406. configure:30735: $? = 0
  7407. configure:30735: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7408. conftest.c: In function 'main':
  7409. conftest.c:222:22: error: expected expression before ')' token
  7410. configure:30735: $? = 1
  7411. configure: failed program was:
  7412. | /* confdefs.h */
  7413. | #define PACKAGE_NAME "kodi"
  7414. | #define PACKAGE_TARNAME "kodi"
  7415. | #define PACKAGE_VERSION "14.9.701"
  7416. | #define PACKAGE_STRING "kodi 14.9.701"
  7417. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7418. | #define PACKAGE_URL ""
  7419. | #define PACKAGE "kodi"
  7420. | #define VERSION "14.9.701"
  7421. | #define LIRC_DEVICE "/dev/lircd"
  7422. | #define HAVE_CXX11 1
  7423. | #define STDC_HEADERS 1
  7424. | #define HAVE_SYS_TYPES_H 1
  7425. | #define HAVE_SYS_STAT_H 1
  7426. | #define HAVE_STDLIB_H 1
  7427. | #define HAVE_STRING_H 1
  7428. | #define HAVE_MEMORY_H 1
  7429. | #define HAVE_STRINGS_H 1
  7430. | #define HAVE_INTTYPES_H 1
  7431. | #define HAVE_STDINT_H 1
  7432. | #define HAVE_UNISTD_H 1
  7433. | #define HAVE_DLFCN_H 1
  7434. | #define LT_OBJDIR ".libs/"
  7435. | #define HAS_EGLGLES 1
  7436. | #define HAVE_OMXLIB 1
  7437. | #define HAS_MMAL 1
  7438. | #define HAVE_ALLOCA_H 1
  7439. | #define HAVE_ALLOCA 1
  7440. | #define HAVE_UNISTD_H 1
  7441. | #define HAVE_CHOWN 1
  7442. | #define HAVE_DIRENT_H 1
  7443. | #define HAVE_FSEEKO 1
  7444. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7445. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7446. | #define TIME_WITH_SYS_TIME 1
  7447. | #define HAVE_SYS_TIME_H 1
  7448. | #define HAVE_UNISTD_H 1
  7449. | #define HAVE_STDLIB_H 1
  7450. | #define HAVE_SYS_PARAM_H 1
  7451. | #define HAVE_UTIME_H 1
  7452. | #define HAVE_ALARM 1
  7453. | #define HAVE_GETPAGESIZE 1
  7454. | #define HAVE_MMAP 1
  7455. | #define HAVE_SYS_SELECT_H 1
  7456. | #define HAVE_SYS_SOCKET_H 1
  7457. | #define SELECT_TYPE_ARG1 int
  7458. | #define SELECT_TYPE_ARG234 (fd_set *)
  7459. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7460. | #define RETSIGTYPE void
  7461. | #define HAVE_STRCOLL 1
  7462. | #define HAVE_STRFTIME 1
  7463. | #define HAVE_UTIME_NULL 1
  7464. | #define HAVE_VPRINTF 1
  7465. | #define HAVE_ATEXIT 1
  7466. | #define HAVE_DUP2 1
  7467. | #define HAVE_FDATASYNC 1
  7468. | #define HAVE_FTIME 1
  7469. | #define HAVE_FTRUNCATE 1
  7470. | #define HAVE_GETCWD 1
  7471. | #define HAVE_GETHOSTBYADDR 1
  7472. | #define HAVE_GETHOSTBYNAME 1
  7473. | #define HAVE_GETHOSTNAME 1
  7474. | #define HAVE_GETPAGESIZE 1
  7475. | #define HAVE_GETPASS 1
  7476. | #define HAVE_GETTIMEOFDAY 1
  7477. | #define HAVE_INET_NTOA 1
  7478. | #define HAVE_LCHOWN 1
  7479. | #define HAVE_LOCALECONV 1
  7480. | #define HAVE_MEMCHR 1
  7481. | #define HAVE_MEMMOVE 1
  7482. | #define HAVE_MEMSET 1
  7483. | #define HAVE_MKDIR 1
  7484. | #define HAVE_MODF 1
  7485. | #define HAVE_MUNMAP 1
  7486. | #define HAVE_RMDIR 1
  7487. | #define HAVE_SELECT 1
  7488. | #define HAVE_SETENV 1
  7489. | #define HAVE_SETLOCALE 1
  7490. | #define HAVE_SOCKET 1
  7491. | #define HAVE_STRCASECMP 1
  7492. | #define HAVE_STRCHR 1
  7493. | #define HAVE_STRCSPN 1
  7494. | #define HAVE_STRDUP 1
  7495. | #define HAVE_STRERROR 1
  7496. | #define HAVE_STRNCASECMP 1
  7497. | #define HAVE_STRPBRK 1
  7498. | #define HAVE_STRRCHR 1
  7499. | #define HAVE_STRSPN 1
  7500. | #define HAVE_STRSTR 1
  7501. | #define HAVE_STRTOL 1
  7502. | #define HAVE_STRTOUL 1
  7503. | #define HAVE_SYSINFO 1
  7504. | #define HAVE_TZSET 1
  7505. | #define HAVE_UTIME 1
  7506. | #define HAVE_POSIX_FADVISE 1
  7507. | #define HAVE_LOCALTIME_R 1
  7508. | #define SIZEOF_INT 4
  7509. | #define SIZEOF_SIZE_T 4
  7510. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7511. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7512. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7513. | #define HAVE_STD__U16STRING 1
  7514. | #define HAVE_STD__U32STRING 1
  7515. | #define HAVE_CHAR16_T 1
  7516. | #define HAVE_CHAR32_T 1
  7517. | #define SIZEOF_WCHAR_T 4
  7518. | #define HAVE_INOTIFY 1
  7519. | #define HAVE_PYTHON "2.7"
  7520. | #define HAVE_LIBEGL 1
  7521. | #define HAVE_LIBGLESV2 1
  7522. | #define HAVE_MYSQL 1
  7523. | #define HAVE_OPENSSL 1
  7524. | #define HAVE_LIBGPG_ERROR 1
  7525. | #define HAVE_LIBGCRYPT 1
  7526. | #define HAVE_GCRYPT 1
  7527. | #define HAVE_GNUTLS 1
  7528. | #define HAVE_LIBBZ2 1
  7529. | #define HAVE_LIBJPEG 1
  7530. | #define HAVE_LIBTIFF 1
  7531. | #define HAVE_LIBPTHREAD 1
  7532. | #define HAVE_PTHREAD_SETNAME_NP 1
  7533. | #define HAVE_LIBLZO2 1
  7534. | #define HAVE_LIBZ 1
  7535. | #define HAVE_LIBCRYPTO 1
  7536. | #define HAVE_LIBSSL 1
  7537. | #define HAVE_LIBMYSQLCLIENT 1
  7538. | #define HAVE_LIBPCRECPP 1
  7539. | #define HAVE_LIBPCRE 1
  7540. | #define HAVE_LIBJASPER 1
  7541. | #define HAVE_DBUS 1
  7542. | #define HAVE_LIBMICROHTTPD 1
  7543. | #define HAS_DVD_DRIVE 1
  7544. | #define HAS_ALSA 1
  7545. | #define HAVE_LIBPULSE 1
  7546. | #define HAVE_LIBSSH 1
  7547. | #define HAVE_LIBSSH 1
  7548. | #define HAVE_LIBRTMP_LOG_H 1
  7549. | #define HAVE_LIBRTMP_AMF_H 1
  7550. | #define HAVE_LIBRTMP_RTMP_H 1
  7551. | #define HAS_LIBRTMP 1
  7552. | #define HAVE_LIBSMBCLIENT 1
  7553. | #define HAVE_LIBSMBCLIENT 1
  7554. | #define HAVE_LIBUDEV 1
  7555. | #define HAVE_LIBCEC 1
  7556. | #define HAVE_SYS_CAPABILITY_H 1
  7557. | #define HAVE_LIBCAP 1
  7558. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  7559. | #define USE_STATIC_FFMPEG 1
  7560. | #define HAS_OMXPLAYER 1
  7561. | #define HAVE_DIRENT_H 1
  7562. | #define STDC_HEADERS 1
  7563. | #define HAVE_SYS_WAIT_H 1
  7564. | #define HAVE_ARPA_INET_H 1
  7565. | #define HAVE_FCNTL_H 1
  7566. | #define HAVE_FLOAT_H 1
  7567. | #define HAVE_INTTYPES_H 1
  7568. | #define HAVE_LIMITS_H 1
  7569. | #define HAVE_LOCALE_H 1
  7570. | #define HAVE_MALLOC_H 1
  7571. | #define HAVE_MEMORY_H 1
  7572. | #define HAVE_NETDB_H 1
  7573. | #define HAVE_NETINET_IN_H 1
  7574. | #define HAVE_STDDEF_H 1
  7575. | #define HAVE_STDINT_H 1
  7576. | #define HAVE_STDLIB_H 1
  7577. | #define HAVE_STRING_H 1
  7578. | #define HAVE_STRINGS_H 1
  7579. | #define HAVE_SYS_FILE_H 1
  7580. | #define HAVE_SYS_IOCTL_H 1
  7581. | #define HAVE_SYS_MOUNT_H 1
  7582. | #define HAVE_SYS_PARAM_H 1
  7583. | #define HAVE_SYS_SOCKET_H 1
  7584. | #define HAVE_SYS_TIME_H 1
  7585. | #define HAVE_SYS_TIMEB_H 1
  7586. | #define HAVE_SYS_VFS_H 1
  7587. | #define HAVE_TERMIOS_H 1
  7588. | #define HAVE_UNISTD_H 1
  7589. | #define HAVE_UTIME_H 1
  7590. | #define HAVE_WCHAR_H 1
  7591. | #define HAVE_WCTYPE_H 1
  7592. | #define HAVE_CDIO_ISO9660_H 1
  7593. | #define HAVE__BOOL 1
  7594. | #define HAVE_STDBOOL_H 1
  7595. | #define restrict __restrict
  7596. | /* end confdefs.h. */
  7597. | #include <stdio.h>
  7598. | #ifdef HAVE_SYS_TYPES_H
  7599. | # include <sys/types.h>
  7600. | #endif
  7601. | #ifdef HAVE_SYS_STAT_H
  7602. | # include <sys/stat.h>
  7603. | #endif
  7604. | #ifdef STDC_HEADERS
  7605. | # include <stdlib.h>
  7606. | # include <stddef.h>
  7607. | #else
  7608. | # ifdef HAVE_STDLIB_H
  7609. | # include <stdlib.h>
  7610. | # endif
  7611. | #endif
  7612. | #ifdef HAVE_STRING_H
  7613. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7614. | # include <memory.h>
  7615. | # endif
  7616. | # include <string.h>
  7617. | #endif
  7618. | #ifdef HAVE_STRINGS_H
  7619. | # include <strings.h>
  7620. | #endif
  7621. | #ifdef HAVE_INTTYPES_H
  7622. | # include <inttypes.h>
  7623. | #endif
  7624. | #ifdef HAVE_STDINT_H
  7625. | # include <stdint.h>
  7626. | #endif
  7627. | #ifdef HAVE_UNISTD_H
  7628. | # include <unistd.h>
  7629. | #endif
  7630. | int
  7631. | main ()
  7632. | {
  7633. | if (sizeof ((ssize_t)))
  7634. | return 0;
  7635. | ;
  7636. | return 0;
  7637. | }
  7638. configure:30735: result: yes
  7639. configure:30746: checking for struct stat.st_rdev
  7640. configure:30746: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7641. configure:30746: $? = 0
  7642. configure:30746: result: yes
  7643. configure:30756: checking whether time.h and sys/time.h may both be included
  7644. configure:30783: result: yes
  7645. configure:30791: checking whether struct tm is in sys/time.h or time.h
  7646. configure:30811: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7647. configure:30811: $? = 0
  7648. configure:30818: result: time.h
  7649. configure:30826: checking for uint8_t
  7650. configure:30826: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7651. configure:30826: $? = 0
  7652. configure:30826: result: yes
  7653. configure:30840: checking for uint16_t
  7654. configure:30840: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7655. configure:30840: $? = 0
  7656. configure:30840: result: yes
  7657. configure:30852: checking for uint32_t
  7658. configure:30852: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7659. configure:30852: $? = 0
  7660. configure:30852: result: yes
  7661. configure:30866: checking for uint64_t
  7662. configure:30866: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7663. configure:30866: $? = 0
  7664. configure:30866: result: yes
  7665. configure:30880: checking whether byte ordering is bigendian
  7666. configure:30895: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7667. conftest.c:189:9: error: unknown type name 'not'
  7668. conftest.c:189:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  7669. conftest.c:189:15: error: unknown type name 'universal'
  7670. configure:30895: $? = 1
  7671. configure: failed program was:
  7672. | /* confdefs.h */
  7673. | #define PACKAGE_NAME "kodi"
  7674. | #define PACKAGE_TARNAME "kodi"
  7675. | #define PACKAGE_VERSION "14.9.701"
  7676. | #define PACKAGE_STRING "kodi 14.9.701"
  7677. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7678. | #define PACKAGE_URL ""
  7679. | #define PACKAGE "kodi"
  7680. | #define VERSION "14.9.701"
  7681. | #define LIRC_DEVICE "/dev/lircd"
  7682. | #define HAVE_CXX11 1
  7683. | #define STDC_HEADERS 1
  7684. | #define HAVE_SYS_TYPES_H 1
  7685. | #define HAVE_SYS_STAT_H 1
  7686. | #define HAVE_STDLIB_H 1
  7687. | #define HAVE_STRING_H 1
  7688. | #define HAVE_MEMORY_H 1
  7689. | #define HAVE_STRINGS_H 1
  7690. | #define HAVE_INTTYPES_H 1
  7691. | #define HAVE_STDINT_H 1
  7692. | #define HAVE_UNISTD_H 1
  7693. | #define HAVE_DLFCN_H 1
  7694. | #define LT_OBJDIR ".libs/"
  7695. | #define HAS_EGLGLES 1
  7696. | #define HAVE_OMXLIB 1
  7697. | #define HAS_MMAL 1
  7698. | #define HAVE_ALLOCA_H 1
  7699. | #define HAVE_ALLOCA 1
  7700. | #define HAVE_UNISTD_H 1
  7701. | #define HAVE_CHOWN 1
  7702. | #define HAVE_DIRENT_H 1
  7703. | #define HAVE_FSEEKO 1
  7704. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7705. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7706. | #define TIME_WITH_SYS_TIME 1
  7707. | #define HAVE_SYS_TIME_H 1
  7708. | #define HAVE_UNISTD_H 1
  7709. | #define HAVE_STDLIB_H 1
  7710. | #define HAVE_SYS_PARAM_H 1
  7711. | #define HAVE_UTIME_H 1
  7712. | #define HAVE_ALARM 1
  7713. | #define HAVE_GETPAGESIZE 1
  7714. | #define HAVE_MMAP 1
  7715. | #define HAVE_SYS_SELECT_H 1
  7716. | #define HAVE_SYS_SOCKET_H 1
  7717. | #define SELECT_TYPE_ARG1 int
  7718. | #define SELECT_TYPE_ARG234 (fd_set *)
  7719. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7720. | #define RETSIGTYPE void
  7721. | #define HAVE_STRCOLL 1
  7722. | #define HAVE_STRFTIME 1
  7723. | #define HAVE_UTIME_NULL 1
  7724. | #define HAVE_VPRINTF 1
  7725. | #define HAVE_ATEXIT 1
  7726. | #define HAVE_DUP2 1
  7727. | #define HAVE_FDATASYNC 1
  7728. | #define HAVE_FTIME 1
  7729. | #define HAVE_FTRUNCATE 1
  7730. | #define HAVE_GETCWD 1
  7731. | #define HAVE_GETHOSTBYADDR 1
  7732. | #define HAVE_GETHOSTBYNAME 1
  7733. | #define HAVE_GETHOSTNAME 1
  7734. | #define HAVE_GETPAGESIZE 1
  7735. | #define HAVE_GETPASS 1
  7736. | #define HAVE_GETTIMEOFDAY 1
  7737. | #define HAVE_INET_NTOA 1
  7738. | #define HAVE_LCHOWN 1
  7739. | #define HAVE_LOCALECONV 1
  7740. | #define HAVE_MEMCHR 1
  7741. | #define HAVE_MEMMOVE 1
  7742. | #define HAVE_MEMSET 1
  7743. | #define HAVE_MKDIR 1
  7744. | #define HAVE_MODF 1
  7745. | #define HAVE_MUNMAP 1
  7746. | #define HAVE_RMDIR 1
  7747. | #define HAVE_SELECT 1
  7748. | #define HAVE_SETENV 1
  7749. | #define HAVE_SETLOCALE 1
  7750. | #define HAVE_SOCKET 1
  7751. | #define HAVE_STRCASECMP 1
  7752. | #define HAVE_STRCHR 1
  7753. | #define HAVE_STRCSPN 1
  7754. | #define HAVE_STRDUP 1
  7755. | #define HAVE_STRERROR 1
  7756. | #define HAVE_STRNCASECMP 1
  7757. | #define HAVE_STRPBRK 1
  7758. | #define HAVE_STRRCHR 1
  7759. | #define HAVE_STRSPN 1
  7760. | #define HAVE_STRSTR 1
  7761. | #define HAVE_STRTOL 1
  7762. | #define HAVE_STRTOUL 1
  7763. | #define HAVE_SYSINFO 1
  7764. | #define HAVE_TZSET 1
  7765. | #define HAVE_UTIME 1
  7766. | #define HAVE_POSIX_FADVISE 1
  7767. | #define HAVE_LOCALTIME_R 1
  7768. | #define SIZEOF_INT 4
  7769. | #define SIZEOF_SIZE_T 4
  7770. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7771. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7772. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7773. | #define HAVE_STD__U16STRING 1
  7774. | #define HAVE_STD__U32STRING 1
  7775. | #define HAVE_CHAR16_T 1
  7776. | #define HAVE_CHAR32_T 1
  7777. | #define SIZEOF_WCHAR_T 4
  7778. | #define HAVE_INOTIFY 1
  7779. | #define HAVE_PYTHON "2.7"
  7780. | #define HAVE_LIBEGL 1
  7781. | #define HAVE_LIBGLESV2 1
  7782. | #define HAVE_MYSQL 1
  7783. | #define HAVE_OPENSSL 1
  7784. | #define HAVE_LIBGPG_ERROR 1
  7785. | #define HAVE_LIBGCRYPT 1
  7786. | #define HAVE_GCRYPT 1
  7787. | #define HAVE_GNUTLS 1
  7788. | #define HAVE_LIBBZ2 1
  7789. | #define HAVE_LIBJPEG 1
  7790. | #define HAVE_LIBTIFF 1
  7791. | #define HAVE_LIBPTHREAD 1
  7792. | #define HAVE_PTHREAD_SETNAME_NP 1
  7793. | #define HAVE_LIBLZO2 1
  7794. | #define HAVE_LIBZ 1
  7795. | #define HAVE_LIBCRYPTO 1
  7796. | #define HAVE_LIBSSL 1
  7797. | #define HAVE_LIBMYSQLCLIENT 1
  7798. | #define HAVE_LIBPCRECPP 1
  7799. | #define HAVE_LIBPCRE 1
  7800. | #define HAVE_LIBJASPER 1
  7801. | #define HAVE_DBUS 1
  7802. | #define HAVE_LIBMICROHTTPD 1
  7803. | #define HAS_DVD_DRIVE 1
  7804. | #define HAS_ALSA 1
  7805. | #define HAVE_LIBPULSE 1
  7806. | #define HAVE_LIBSSH 1
  7807. | #define HAVE_LIBSSH 1
  7808. | #define HAVE_LIBRTMP_LOG_H 1
  7809. | #define HAVE_LIBRTMP_AMF_H 1
  7810. | #define HAVE_LIBRTMP_RTMP_H 1
  7811. | #define HAS_LIBRTMP 1
  7812. | #define HAVE_LIBSMBCLIENT 1
  7813. | #define HAVE_LIBSMBCLIENT 1
  7814. | #define HAVE_LIBUDEV 1
  7815. | #define HAVE_LIBCEC 1
  7816. | #define HAVE_SYS_CAPABILITY_H 1
  7817. | #define HAVE_LIBCAP 1
  7818. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  7819. | #define USE_STATIC_FFMPEG 1
  7820. | #define HAS_OMXPLAYER 1
  7821. | #define HAVE_DIRENT_H 1
  7822. | #define STDC_HEADERS 1
  7823. | #define HAVE_SYS_WAIT_H 1
  7824. | #define HAVE_ARPA_INET_H 1
  7825. | #define HAVE_FCNTL_H 1
  7826. | #define HAVE_FLOAT_H 1
  7827. | #define HAVE_INTTYPES_H 1
  7828. | #define HAVE_LIMITS_H 1
  7829. | #define HAVE_LOCALE_H 1
  7830. | #define HAVE_MALLOC_H 1
  7831. | #define HAVE_MEMORY_H 1
  7832. | #define HAVE_NETDB_H 1
  7833. | #define HAVE_NETINET_IN_H 1
  7834. | #define HAVE_STDDEF_H 1
  7835. | #define HAVE_STDINT_H 1
  7836. | #define HAVE_STDLIB_H 1
  7837. | #define HAVE_STRING_H 1
  7838. | #define HAVE_STRINGS_H 1
  7839. | #define HAVE_SYS_FILE_H 1
  7840. | #define HAVE_SYS_IOCTL_H 1
  7841. | #define HAVE_SYS_MOUNT_H 1
  7842. | #define HAVE_SYS_PARAM_H 1
  7843. | #define HAVE_SYS_SOCKET_H 1
  7844. | #define HAVE_SYS_TIME_H 1
  7845. | #define HAVE_SYS_TIMEB_H 1
  7846. | #define HAVE_SYS_VFS_H 1
  7847. | #define HAVE_TERMIOS_H 1
  7848. | #define HAVE_UNISTD_H 1
  7849. | #define HAVE_UTIME_H 1
  7850. | #define HAVE_WCHAR_H 1
  7851. | #define HAVE_WCTYPE_H 1
  7852. | #define HAVE_CDIO_ISO9660_H 1
  7853. | #define HAVE__BOOL 1
  7854. | #define HAVE_STDBOOL_H 1
  7855. | #define restrict __restrict
  7856. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7857. | #define TIME_WITH_SYS_TIME 1
  7858. | /* end confdefs.h. */
  7859. | #ifndef __APPLE_CC__
  7860. | not a universal capable compiler
  7861. | #endif
  7862. | typedef int dummy;
  7863. |
  7864. configure:30940: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7865. configure:30940: $? = 0
  7866. configure:30958: gcc -c -O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  7867. conftest.c: In function 'main':
  7868. conftest.c:195:4: error: unknown type name 'not'
  7869. conftest.c:195:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  7870. configure:30958: $? = 1
  7871. configure: failed program was:
  7872. | /* confdefs.h */
  7873. | #define PACKAGE_NAME "kodi"
  7874. | #define PACKAGE_TARNAME "kodi"
  7875. | #define PACKAGE_VERSION "14.9.701"
  7876. | #define PACKAGE_STRING "kodi 14.9.701"
  7877. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7878. | #define PACKAGE_URL ""
  7879. | #define PACKAGE "kodi"
  7880. | #define VERSION "14.9.701"
  7881. | #define LIRC_DEVICE "/dev/lircd"
  7882. | #define HAVE_CXX11 1
  7883. | #define STDC_HEADERS 1
  7884. | #define HAVE_SYS_TYPES_H 1
  7885. | #define HAVE_SYS_STAT_H 1
  7886. | #define HAVE_STDLIB_H 1
  7887. | #define HAVE_STRING_H 1
  7888. | #define HAVE_MEMORY_H 1
  7889. | #define HAVE_STRINGS_H 1
  7890. | #define HAVE_INTTYPES_H 1
  7891. | #define HAVE_STDINT_H 1
  7892. | #define HAVE_UNISTD_H 1
  7893. | #define HAVE_DLFCN_H 1
  7894. | #define LT_OBJDIR ".libs/"
  7895. | #define HAS_EGLGLES 1
  7896. | #define HAVE_OMXLIB 1
  7897. | #define HAS_MMAL 1
  7898. | #define HAVE_ALLOCA_H 1
  7899. | #define HAVE_ALLOCA 1
  7900. | #define HAVE_UNISTD_H 1
  7901. | #define HAVE_CHOWN 1
  7902. | #define HAVE_DIRENT_H 1
  7903. | #define HAVE_FSEEKO 1
  7904. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7905. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7906. | #define TIME_WITH_SYS_TIME 1
  7907. | #define HAVE_SYS_TIME_H 1
  7908. | #define HAVE_UNISTD_H 1
  7909. | #define HAVE_STDLIB_H 1
  7910. | #define HAVE_SYS_PARAM_H 1
  7911. | #define HAVE_UTIME_H 1
  7912. | #define HAVE_ALARM 1
  7913. | #define HAVE_GETPAGESIZE 1
  7914. | #define HAVE_MMAP 1
  7915. | #define HAVE_SYS_SELECT_H 1
  7916. | #define HAVE_SYS_SOCKET_H 1
  7917. | #define SELECT_TYPE_ARG1 int
  7918. | #define SELECT_TYPE_ARG234 (fd_set *)
  7919. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7920. | #define RETSIGTYPE void
  7921. | #define HAVE_STRCOLL 1
  7922. | #define HAVE_STRFTIME 1
  7923. | #define HAVE_UTIME_NULL 1
  7924. | #define HAVE_VPRINTF 1
  7925. | #define HAVE_ATEXIT 1
  7926. | #define HAVE_DUP2 1
  7927. | #define HAVE_FDATASYNC 1
  7928. | #define HAVE_FTIME 1
  7929. | #define HAVE_FTRUNCATE 1
  7930. | #define HAVE_GETCWD 1
  7931. | #define HAVE_GETHOSTBYADDR 1
  7932. | #define HAVE_GETHOSTBYNAME 1
  7933. | #define HAVE_GETHOSTNAME 1
  7934. | #define HAVE_GETPAGESIZE 1
  7935. | #define HAVE_GETPASS 1
  7936. | #define HAVE_GETTIMEOFDAY 1
  7937. | #define HAVE_INET_NTOA 1
  7938. | #define HAVE_LCHOWN 1
  7939. | #define HAVE_LOCALECONV 1
  7940. | #define HAVE_MEMCHR 1
  7941. | #define HAVE_MEMMOVE 1
  7942. | #define HAVE_MEMSET 1
  7943. | #define HAVE_MKDIR 1
  7944. | #define HAVE_MODF 1
  7945. | #define HAVE_MUNMAP 1
  7946. | #define HAVE_RMDIR 1
  7947. | #define HAVE_SELECT 1
  7948. | #define HAVE_SETENV 1
  7949. | #define HAVE_SETLOCALE 1
  7950. | #define HAVE_SOCKET 1
  7951. | #define HAVE_STRCASECMP 1
  7952. | #define HAVE_STRCHR 1
  7953. | #define HAVE_STRCSPN 1
  7954. | #define HAVE_STRDUP 1
  7955. | #define HAVE_STRERROR 1
  7956. | #define HAVE_STRNCASECMP 1
  7957. | #define HAVE_STRPBRK 1
  7958. | #define HAVE_STRRCHR 1
  7959. | #define HAVE_STRSPN 1
  7960. | #define HAVE_STRSTR 1
  7961. | #define HAVE_STRTOL 1
  7962. | #define HAVE_STRTOUL 1
  7963. | #define HAVE_SYSINFO 1
  7964. | #define HAVE_TZSET 1
  7965. | #define HAVE_UTIME 1
  7966. | #define HAVE_POSIX_FADVISE 1
  7967. | #define HAVE_LOCALTIME_R 1
  7968. | #define SIZEOF_INT 4
  7969. | #define SIZEOF_SIZE_T 4
  7970. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7971. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7972. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7973. | #define HAVE_STD__U16STRING 1
  7974. | #define HAVE_STD__U32STRING 1
  7975. | #define HAVE_CHAR16_T 1
  7976. | #define HAVE_CHAR32_T 1
  7977. | #define SIZEOF_WCHAR_T 4
  7978. | #define HAVE_INOTIFY 1
  7979. | #define HAVE_PYTHON "2.7"
  7980. | #define HAVE_LIBEGL 1
  7981. | #define HAVE_LIBGLESV2 1
  7982. | #define HAVE_MYSQL 1
  7983. | #define HAVE_OPENSSL 1
  7984. | #define HAVE_LIBGPG_ERROR 1
  7985. | #define HAVE_LIBGCRYPT 1
  7986. | #define HAVE_GCRYPT 1
  7987. | #define HAVE_GNUTLS 1
  7988. | #define HAVE_LIBBZ2 1
  7989. | #define HAVE_LIBJPEG 1
  7990. | #define HAVE_LIBTIFF 1
  7991. | #define HAVE_LIBPTHREAD 1
  7992. | #define HAVE_PTHREAD_SETNAME_NP 1
  7993. | #define HAVE_LIBLZO2 1
  7994. | #define HAVE_LIBZ 1
  7995. | #define HAVE_LIBCRYPTO 1
  7996. | #define HAVE_LIBSSL 1
  7997. | #define HAVE_LIBMYSQLCLIENT 1
  7998. | #define HAVE_LIBPCRECPP 1
  7999. | #define HAVE_LIBPCRE 1
  8000. | #define HAVE_LIBJASPER 1
  8001. | #define HAVE_DBUS 1
  8002. | #define HAVE_LIBMICROHTTPD 1
  8003. | #define HAS_DVD_DRIVE 1
  8004. | #define HAS_ALSA 1
  8005. | #define HAVE_LIBPULSE 1
  8006. | #define HAVE_LIBSSH 1
  8007. | #define HAVE_LIBSSH 1
  8008. | #define HAVE_LIBRTMP_LOG_H 1
  8009. | #define HAVE_LIBRTMP_AMF_H 1
  8010. | #define HAVE_LIBRTMP_RTMP_H 1
  8011. | #define HAS_LIBRTMP 1
  8012. | #define HAVE_LIBSMBCLIENT 1
  8013. | #define HAVE_LIBSMBCLIENT 1
  8014. | #define HAVE_LIBUDEV 1
  8015. | #define HAVE_LIBCEC 1
  8016. | #define HAVE_SYS_CAPABILITY_H 1
  8017. | #define HAVE_LIBCAP 1
  8018. | #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  8019. | #define USE_STATIC_FFMPEG 1
  8020. | #define HAS_OMXPLAYER 1
  8021. | #define HAVE_DIRENT_H 1
  8022. | #define STDC_HEADERS 1
  8023. | #define HAVE_SYS_WAIT_H 1
  8024. | #define HAVE_ARPA_INET_H 1
  8025. | #define HAVE_FCNTL_H 1
  8026. | #define HAVE_FLOAT_H 1
  8027. | #define HAVE_INTTYPES_H 1
  8028. | #define HAVE_LIMITS_H 1
  8029. | #define HAVE_LOCALE_H 1
  8030. | #define HAVE_MALLOC_H 1
  8031. | #define HAVE_MEMORY_H 1
  8032. | #define HAVE_NETDB_H 1
  8033. | #define HAVE_NETINET_IN_H 1
  8034. | #define HAVE_STDDEF_H 1
  8035. | #define HAVE_STDINT_H 1
  8036. | #define HAVE_STDLIB_H 1
  8037. | #define HAVE_STRING_H 1
  8038. | #define HAVE_STRINGS_H 1
  8039. | #define HAVE_SYS_FILE_H 1
  8040. | #define HAVE_SYS_IOCTL_H 1
  8041. | #define HAVE_SYS_MOUNT_H 1
  8042. | #define HAVE_SYS_PARAM_H 1
  8043. | #define HAVE_SYS_SOCKET_H 1
  8044. | #define HAVE_SYS_TIME_H 1
  8045. | #define HAVE_SYS_TIMEB_H 1
  8046. | #define HAVE_SYS_VFS_H 1
  8047. | #define HAVE_TERMIOS_H 1
  8048. | #define HAVE_UNISTD_H 1
  8049. | #define HAVE_UTIME_H 1
  8050. | #define HAVE_WCHAR_H 1
  8051. | #define HAVE_WCTYPE_H 1
  8052. | #define HAVE_CDIO_ISO9660_H 1
  8053. | #define HAVE__BOOL 1
  8054. | #define HAVE_STDBOOL_H 1
  8055. | #define restrict __restrict
  8056. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8057. | #define TIME_WITH_SYS_TIME 1
  8058. | /* end confdefs.h. */
  8059. | #include <sys/types.h>
  8060. | #include <sys/param.h>
  8061. |
  8062. | int
  8063. | main ()
  8064. | {
  8065. | #if BYTE_ORDER != BIG_ENDIAN
  8066. | not big endian
  8067. | #endif
  8068. |
  8069. | ;
  8070. | return 0;
  8071. | }
  8072. configure:31086: result: no
  8073. configure:31269: checking for SQUISH
  8074. configure:31276: $PKG_CONFIG --exists --print-errors "squish"
  8075. configure:31279: $? = 0
  8076. configure:31293: $PKG_CONFIG --exists --print-errors "squish"
  8077. configure:31296: $? = 0
  8078. configure:31334: result: yes
  8079. configure:31342: checking for TexturePacker
  8080. configure:31373: result: none
  8081. configure:31392: "Texturepacker not found"
  8082. configure:31415: checking for ccache
  8083. configure:31446: result: none
  8084. configure:31458: ccache not found. Falling back to default CC
  8085. configure:31489: == DVDCSS support enabled. ==
  8086. configure:31509: == Google Test Framework will be configured. ==
  8087. configure:32180: creating ./config.status
  8088. configure:34816: Skipping configuration of submodule xbmc/visualizations/XBMCProjectM/libprojectM.
  8089. configure:34846: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
  8090. configure:34900: Skipping configuration of submodule xbmc/screensavers/rsxs-0.9/.
  8091. configure:34987: Skipping configuration of submodule pvr-addons.
  8092.  
  8093. ## ---------------------- ##
  8094. ## Running config.status. ##
  8095. ## ---------------------- ##
  8096.  
  8097. This file was extended by kodi config.status 14.9.701, which was
  8098. generated by GNU Autoconf 2.69. Invocation command line was
  8099.  
  8100. CONFIG_FILES =
  8101. CONFIG_HEADERS =
  8102. CONFIG_LINKS =
  8103. CONFIG_COMMANDS =
  8104. $ ./config.status
  8105.  
  8106. on raspberrypi
  8107.  
  8108. config.status:1591: creating .dummy
  8109. config.status:1591: creating Makefile
  8110. config.status:1591: creating Makefile.include
  8111. config.status:1591: creating addons/skin.confluence/media/Makefile
  8112. config.status:1591: creating xbmc/Makefile
  8113. config.status:1591: creating xbmc/cdrip/Makefile
  8114. config.status:1591: creating xbmc/cores/Makefile
  8115. config.status:1591: creating xbmc/cores/VideoRenderers/Makefile
  8116. config.status:1591: creating xbmc/cores/dvdplayer/Makefile
  8117. config.status:1591: creating lib/libdvd/Makefile
  8118. config.status:1591: creating xbmc/cores/DllLoader/Makefile
  8119. config.status:1591: creating xbmc/cores/DllLoader/exports/Makefile
  8120. config.status:1591: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
  8121. config.status:1591: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
  8122. config.status:1591: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
  8123. config.status:1591: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
  8124. config.status:1591: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
  8125. config.status:1591: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
  8126. config.status:1591: creating xbmc/cores/AudioEngine/Makefile
  8127. config.status:1591: creating xbmc/cores/paplayer/Makefile
  8128. config.status:1591: creating xbmc/cores/omxplayer/Makefile
  8129. config.status:1591: creating lib/timidity/Makefile
  8130. config.status:1591: creating lib/asap/Makefile
  8131. config.status:1591: creating lib/nosefart/Makefile
  8132. config.status:1591: creating lib/libsidplay2/Makefile
  8133. config.status:1591: creating lib/vgmstream/Makefile
  8134. config.status:1591: creating lib/snesapu/SNES/SNESAPU/Makefile
  8135. config.status:1591: creating lib/stsound/StSoundLibrary/Makefile
  8136. config.status:1591: creating xbmc/cores/playercorefactory/Makefile
  8137. config.status:1591: creating xbmc/music/karaoke/Makefile
  8138. config.status:1591: creating xbmc/osx/Makefile
  8139. config.status:1591: creating xbmc/guilib/Makefile
  8140. config.status:1591: creating xbmc/input/linux/Makefile
  8141. config.status:1591: creating xbmc/interfaces/Makefile
  8142. config.status:1591: creating xbmc/network/Makefile
  8143. config.status:1591: creating xbmc/network/upnp/Makefile
  8144. config.status:1591: creating lib/libRTV/Makefile
  8145. config.status:1591: creating lib/libexif/Makefile
  8146. config.status:1591: creating lib/libXDAAP/Makefile
  8147. config.status:1591: creating lib/cmyth/Makefile
  8148. config.status:1591: creating lib/libhdhomerun/Makefile
  8149. config.status:1591: creating lib/cximage-6.0/Makefile
  8150. config.status:1591: creating lib/libUPnP/Makefile
  8151. config.status:1591: creating xbmc/DllPaths_generated.h
  8152. config.status:1591: creating xbmc/DllPaths_generated_android.h
  8153. config.status:1591: creating xbmc/freebsd/Makefile
  8154. config.status:1591: creating xbmc/linux/Makefile
  8155. config.status:1591: creating xbmc/filesystem/Makefile
  8156. config.status:1591: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
  8157. config.status:1591: creating xbmc/visualizations/XBMCProjectM/Makefile
  8158. config.status:1591: creating xbmc/visualizations/Goom/Makefile
  8159. config.status:1591: creating xbmc/visualizations/OpenGLSpectrum/Makefile
  8160. config.status:1591: creating xbmc/visualizations/fishBMC/Makefile
  8161. config.status:1591: creating xbmc/visualizations/WaveForm/Makefile
  8162. config.status:1591: creating xbmc/windowing/Makefile
  8163. config.status:1591: creating xbmc/windowing/egl/Makefile
  8164. config.status:1591: creating lib/addons/library.xbmc.addon/Makefile
  8165. config.status:1591: creating lib/addons/library.xbmc.codec/Makefile
  8166. config.status:1591: creating lib/addons/library.xbmc.gui/Makefile
  8167. config.status:1591: creating lib/addons/library.xbmc.pvr/Makefile
  8168. config.status:1591: creating xbmc/visualizations/EGLHelpers/Makefile
  8169. config.status:1591: creating tools/Linux/kodi.sh
  8170. config.status:1591: creating tools/Linux/kodi-standalone.sh
  8171. config.status:1591: creating tools/Linux/kodi-xsession.desktop
  8172. config.status:1591: creating tools/EventClients/Makefile
  8173. config.status:1591: creating tools/EventClients/Clients/OSXRemote/Makefile
  8174. config.status:1591: creating xbmc/peripherals/bus/Makefile
  8175. config.status:1591: creating xbmc/peripherals/devices/Makefile
  8176. config.status:1591: creating xbmc/android/activity/Makefile
  8177. config.status:1591: creating xbmc/android/loader/Makefile
  8178. config.status:1591: creating xbmc/android/jni/Makefile
  8179. config.status:1591: creating xbmc/utils/Makefile
  8180. config.status:1591: creating xbmc/main/Makefile
  8181. config.status:1591: creating tools/darwin/Configurations/App.xcconfig
  8182. config.status:1591: creating tools/darwin/Configurations/Common.xcconfig
  8183. config.status:1591: creating tools/darwin/packaging/ios/mkdeb-ios.sh
  8184. config.status:1591: creating tools/darwin/packaging/atv2/mkdeb-atv2.sh
  8185. config.status:1591: creating tools/darwin/packaging/osx/mkdmg-osx.sh
  8186. config.status:1591: creating tools/darwin/packaging/migrate_to_kodi_ios.sh
  8187. config.status:1591: creating tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh
  8188. config.status:1591: creating xbmc/osx/Info.plist
  8189. config.status:1591: creating xbmc/osx/ios/XBMCIOS-Info.plist
  8190. config.status:1591: creating xbmc/osx/atv2/XBMCATV2-Info.plist
  8191. config.status:1591: creating project/cmake/kodi-config.cmake
  8192. config.status:1591: creating project/cmake/xbmc-config.cmake
  8193. config.status:1591: creating tools/android/packaging/xbmc/AndroidManifest.xml
  8194. config.status:1591: creating tools/android/packaging/Makefile
  8195. config.status:1591: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java
  8196. config.status:1591: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java
  8197. config.status:1591: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java
  8198. config.status:1591: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java
  8199. config.status:1591: creating tools/android/packaging/xbmc/strings.xml
  8200. config.status:1591: creating addons/xbmc.addon/addon.xml
  8201. config.status:1591: creating xbmc/interfaces/python/Makefile
  8202. config.status:1591: creating xbmc/interfaces/python/test/Makefile
  8203. config.status:1591: creating xbmc/config.h
  8204. config.status:1825: executing depfiles commands
  8205. config.status:1825: executing libtool commands
  8206.  
  8207. ## ---------------- ##
  8208. ## Cache variables. ##
  8209. ## ---------------- ##
  8210.  
  8211. ac_cv_build=armv7l-unknown-linux-gnueabihf
  8212. ac_cv_build_prog_CPP='gcc -E'
  8213. ac_cv_build_prog_CXXCPP='g++ -E'
  8214. ac_cv_build_prog_cc_g=yes
  8215. ac_cv_build_prog_cxx_g=yes
  8216. ac_cv_c_bigendian=no
  8217. ac_cv_c_compiler_gnu=yes
  8218. ac_cv_c_const=yes
  8219. ac_cv_c_inline=inline
  8220. ac_cv_c_int16_t=yes
  8221. ac_cv_c_int32_t=yes
  8222. ac_cv_c_int64_t=yes
  8223. ac_cv_c_int8_t=yes
  8224. ac_cv_c_restrict=__restrict
  8225. ac_cv_c_uint16_t=yes
  8226. ac_cv_c_uint32_t=yes
  8227. ac_cv_c_uint64_t=yes
  8228. ac_cv_c_uint8_t=yes
  8229. ac_cv_cxx_compiler_gnu=yes
  8230. ac_cv_env_ALSA_CFLAGS_set=
  8231. ac_cv_env_ALSA_CFLAGS_value=
  8232. ac_cv_env_ALSA_LIBS_set=
  8233. ac_cv_env_ALSA_LIBS_value=
  8234. ac_cv_env_CCC_set=
  8235. ac_cv_env_CCC_value=
  8236. ac_cv_env_CC_set=
  8237. ac_cv_env_CC_value=
  8238. ac_cv_env_CDIO_CFLAGS_set=
  8239. ac_cv_env_CDIO_CFLAGS_value=
  8240. ac_cv_env_CDIO_LIBS_set=
  8241. ac_cv_env_CDIO_LIBS_value=
  8242. ac_cv_env_CEC_CFLAGS_set=
  8243. ac_cv_env_CEC_CFLAGS_value=
  8244. ac_cv_env_CEC_LIBS_set=
  8245. ac_cv_env_CEC_LIBS_value=
  8246. ac_cv_env_CFLAGS_set=set
  8247. ac_cv_env_CFLAGS_value='-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux'
  8248. ac_cv_env_CPPFLAGS_set=
  8249. ac_cv_env_CPPFLAGS_value=
  8250. ac_cv_env_CPP_set=
  8251. ac_cv_env_CPP_value=
  8252. ac_cv_env_CXXCPP_set=
  8253. ac_cv_env_CXXCPP_value=
  8254. ac_cv_env_CXXFLAGS_set=set
  8255. ac_cv_env_CXXFLAGS_value='-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux'
  8256. ac_cv_env_CXX_set=
  8257. ac_cv_env_CXX_value=
  8258. ac_cv_env_DBUS_CFLAGS_set=
  8259. ac_cv_env_DBUS_CFLAGS_value=
  8260. ac_cv_env_DBUS_LIBS_set=
  8261. ac_cv_env_DBUS_LIBS_value=
  8262. ac_cv_env_DRM_CFLAGS_set=
  8263. ac_cv_env_DRM_CFLAGS_value=
  8264. ac_cv_env_DRM_LIBS_set=
  8265. ac_cv_env_DRM_LIBS_value=
  8266. ac_cv_env_FFMPEG_CFLAGS_set=
  8267. ac_cv_env_FFMPEG_CFLAGS_value=
  8268. ac_cv_env_FFMPEG_LIBS_set=
  8269. ac_cv_env_FFMPEG_LIBS_value=
  8270. ac_cv_env_FREETYPE2_CFLAGS_set=
  8271. ac_cv_env_FREETYPE2_CFLAGS_value=
  8272. ac_cv_env_FREETYPE2_LIBS_set=
  8273. ac_cv_env_FREETYPE2_LIBS_value=
  8274. ac_cv_env_FRIBIDI_CFLAGS_set=
  8275. ac_cv_env_FRIBIDI_CFLAGS_value=
  8276. ac_cv_env_FRIBIDI_LIBS_set=
  8277. ac_cv_env_FRIBIDI_LIBS_value=
  8278. ac_cv_env_GNUTLS_CFLAGS_set=
  8279. ac_cv_env_GNUTLS_CFLAGS_value=
  8280. ac_cv_env_GNUTLS_LIBS_set=
  8281. ac_cv_env_GNUTLS_LIBS_value=
  8282. ac_cv_env_LDFLAGS_set=set
  8283. ac_cv_env_LDFLAGS_value=-L/opt/vc/lib
  8284. ac_cv_env_LIBBLURAY_CFLAGS_set=
  8285. ac_cv_env_LIBBLURAY_CFLAGS_value=
  8286. ac_cv_env_LIBBLURAY_LIBS_set=
  8287. ac_cv_env_LIBBLURAY_LIBS_value=
  8288. ac_cv_env_LIBCURL_CFLAGS_set=
  8289. ac_cv_env_LIBCURL_CFLAGS_value=
  8290. ac_cv_env_LIBCURL_LIBS_set=
  8291. ac_cv_env_LIBCURL_LIBS_value=
  8292. ac_cv_env_LIBS_set=
  8293. ac_cv_env_LIBS_value=
  8294. ac_cv_env_LIBVA_CFLAGS_set=
  8295. ac_cv_env_LIBVA_CFLAGS_value=
  8296. ac_cv_env_LIBVA_LIBS_set=
  8297. ac_cv_env_LIBVA_LIBS_value=
  8298. ac_cv_env_LIBXML_CFLAGS_set=
  8299. ac_cv_env_LIBXML_CFLAGS_value=
  8300. ac_cv_env_LIBXML_LIBS_set=
  8301. ac_cv_env_LIBXML_LIBS_value=
  8302. ac_cv_env_LIBXSLT_CFLAGS_set=
  8303. ac_cv_env_LIBXSLT_CFLAGS_value=
  8304. ac_cv_env_LIBXSLT_LIBS_set=
  8305. ac_cv_env_LIBXSLT_LIBS_value=
  8306. ac_cv_env_PCRECPP_CFLAGS_set=
  8307. ac_cv_env_PCRECPP_CFLAGS_value=
  8308. ac_cv_env_PCRECPP_LIBS_set=
  8309. ac_cv_env_PCRECPP_LIBS_value=
  8310. ac_cv_env_PCRE_CFLAGS_set=
  8311. ac_cv_env_PCRE_CFLAGS_value=
  8312. ac_cv_env_PCRE_LIBS_set=
  8313. ac_cv_env_PCRE_LIBS_value=
  8314. ac_cv_env_PIXMAN_CFLAGS_set=
  8315. ac_cv_env_PIXMAN_CFLAGS_value=
  8316. ac_cv_env_PIXMAN_LIBS_set=
  8317. ac_cv_env_PIXMAN_LIBS_value=
  8318. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  8319. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  8320. ac_cv_env_PKG_CONFIG_PATH_set=
  8321. ac_cv_env_PKG_CONFIG_PATH_value=
  8322. ac_cv_env_PKG_CONFIG_set=
  8323. ac_cv_env_PKG_CONFIG_value=
  8324. ac_cv_env_PNG_CFLAGS_set=
  8325. ac_cv_env_PNG_CFLAGS_value=
  8326. ac_cv_env_PNG_LIBS_set=
  8327. ac_cv_env_PNG_LIBS_value=
  8328. ac_cv_env_PULSE_CFLAGS_set=
  8329. ac_cv_env_PULSE_CFLAGS_value=
  8330. ac_cv_env_PULSE_LIBS_set=
  8331. ac_cv_env_PULSE_LIBS_value=
  8332. ac_cv_env_PYTHON_VERSION_set=
  8333. ac_cv_env_PYTHON_VERSION_value=
  8334. ac_cv_env_SAMBA_CFLAGS_set=
  8335. ac_cv_env_SAMBA_CFLAGS_value=
  8336. ac_cv_env_SAMBA_LIBS_set=
  8337. ac_cv_env_SAMBA_LIBS_value=
  8338. ac_cv_env_SDL2_CFLAGS_set=
  8339. ac_cv_env_SDL2_CFLAGS_value=
  8340. ac_cv_env_SDL2_LIBS_set=
  8341. ac_cv_env_SDL2_LIBS_value=
  8342. ac_cv_env_SQLITE3_CFLAGS_set=
  8343. ac_cv_env_SQLITE3_CFLAGS_value=
  8344. ac_cv_env_SQLITE3_LIBS_set=
  8345. ac_cv_env_SQLITE3_LIBS_value=
  8346. ac_cv_env_SQUISH_CFLAGS_set=
  8347. ac_cv_env_SQUISH_CFLAGS_value=
  8348. ac_cv_env_SQUISH_LIBS_set=
  8349. ac_cv_env_SQUISH_LIBS_value=
  8350. ac_cv_env_TAGLIB_CFLAGS_set=
  8351. ac_cv_env_TAGLIB_CFLAGS_value=
  8352. ac_cv_env_TAGLIB_LIBS_set=
  8353. ac_cv_env_TAGLIB_LIBS_value=
  8354. ac_cv_env_TINYXML_CFLAGS_set=
  8355. ac_cv_env_TINYXML_CFLAGS_value=
  8356. ac_cv_env_TINYXML_LIBS_set=
  8357. ac_cv_env_TINYXML_LIBS_value=
  8358. ac_cv_env_UDEV_CFLAGS_set=
  8359. ac_cv_env_UDEV_CFLAGS_value=
  8360. ac_cv_env_UDEV_LIBS_set=
  8361. ac_cv_env_UDEV_LIBS_value=
  8362. ac_cv_env_USB_CFLAGS_set=
  8363. ac_cv_env_USB_CFLAGS_value=
  8364. ac_cv_env_USB_LIBS_set=
  8365. ac_cv_env_USB_LIBS_value=
  8366. ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
  8367. ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
  8368. ac_cv_env_WAYLAND_CLIENT_LIBS_set=
  8369. ac_cv_env_WAYLAND_CLIENT_LIBS_value=
  8370. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  8371. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  8372. ac_cv_env_WAYLAND_EGL_LIBS_set=
  8373. ac_cv_env_WAYLAND_EGL_LIBS_value=
  8374. ac_cv_env_WESTON_CFLAGS_set=
  8375. ac_cv_env_WESTON_CFLAGS_value=
  8376. ac_cv_env_WESTON_LIBS_set=
  8377. ac_cv_env_WESTON_LIBS_value=
  8378. ac_cv_env_X11_CFLAGS_set=
  8379. ac_cv_env_X11_CFLAGS_value=
  8380. ac_cv_env_X11_LIBS_set=
  8381. ac_cv_env_X11_LIBS_value=
  8382. ac_cv_env_XEXT_CFLAGS_set=
  8383. ac_cv_env_XEXT_CFLAGS_value=
  8384. ac_cv_env_XEXT_LIBS_set=
  8385. ac_cv_env_XEXT_LIBS_value=
  8386. ac_cv_env_XKBCOMMON_CFLAGS_set=
  8387. ac_cv_env_XKBCOMMON_CFLAGS_value=
  8388. ac_cv_env_XKBCOMMON_LIBS_set=
  8389. ac_cv_env_XKBCOMMON_LIBS_value=
  8390. ac_cv_env_XMU_CFLAGS_set=
  8391. ac_cv_env_XMU_CFLAGS_value=
  8392. ac_cv_env_XMU_LIBS_set=
  8393. ac_cv_env_XMU_LIBS_value=
  8394. ac_cv_env_XT_CFLAGS_set=
  8395. ac_cv_env_XT_CFLAGS_value=
  8396. ac_cv_env_XT_LIBS_set=
  8397. ac_cv_env_XT_LIBS_value=
  8398. ac_cv_env_YAJL_CFLAGS_set=
  8399. ac_cv_env_YAJL_CFLAGS_value=
  8400. ac_cv_env_YAJL_LIBS_set=
  8401. ac_cv_env_YAJL_LIBS_value=
  8402. ac_cv_env_ZIP_CFLAGS_set=
  8403. ac_cv_env_ZIP_CFLAGS_value=
  8404. ac_cv_env_ZIP_LIBS_set=
  8405. ac_cv_env_ZIP_LIBS_value=
  8406. ac_cv_env_build_alias_set=
  8407. ac_cv_env_build_alias_value=
  8408. ac_cv_env_host_alias_set=
  8409. ac_cv_env_host_alias_value=
  8410. ac_cv_env_target_alias_set=
  8411. ac_cv_env_target_alias_value=
  8412. ac_cv_func__doprnt=no
  8413. ac_cv_func_alarm=yes
  8414. ac_cv_func_alloca_works=yes
  8415. ac_cv_func_atexit=yes
  8416. ac_cv_func_chown_works=yes
  8417. ac_cv_func_closedir_void=no
  8418. ac_cv_func_dup2=yes
  8419. ac_cv_func_fdatasync=yes
  8420. ac_cv_func_floor=no
  8421. ac_cv_func_fs_stat_dev=no
  8422. ac_cv_func_ftime=yes
  8423. ac_cv_func_ftruncate=yes
  8424. ac_cv_func_getcwd=yes
  8425. ac_cv_func_gethostbyaddr=yes
  8426. ac_cv_func_gethostbyname=yes
  8427. ac_cv_func_gethostname=yes
  8428. ac_cv_func_getpagesize=yes
  8429. ac_cv_func_getpass=yes
  8430. ac_cv_func_gettimeofday=yes
  8431. ac_cv_func_inet_ntoa=yes
  8432. ac_cv_func_lchown=yes
  8433. ac_cv_func_localeconv=yes
  8434. ac_cv_func_localtime_r=yes
  8435. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  8436. ac_cv_func_lstat_empty_string_bug=no
  8437. ac_cv_func_memchr=yes
  8438. ac_cv_func_memcmp_working=yes
  8439. ac_cv_func_memmove=yes
  8440. ac_cv_func_memset=yes
  8441. ac_cv_func_mkdir=yes
  8442. ac_cv_func_mmap_fixed_mapped=yes
  8443. ac_cv_func_modf=yes
  8444. ac_cv_func_munmap=yes
  8445. ac_cv_func_posix_fadvise=yes
  8446. ac_cv_func_pow=no
  8447. ac_cv_func_rmdir=yes
  8448. ac_cv_func_select=yes
  8449. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  8450. ac_cv_func_setenv=yes
  8451. ac_cv_func_setlocale=yes
  8452. ac_cv_func_setvbuf_reversed=no
  8453. ac_cv_func_socket=yes
  8454. ac_cv_func_sqrt=no
  8455. ac_cv_func_stat_empty_string_bug=no
  8456. ac_cv_func_strcasecmp=yes
  8457. ac_cv_func_strchr=yes
  8458. ac_cv_func_strcoll_works=yes
  8459. ac_cv_func_strcspn=yes
  8460. ac_cv_func_strdup=yes
  8461. ac_cv_func_strerror=yes
  8462. ac_cv_func_strftime=yes
  8463. ac_cv_func_strncasecmp=yes
  8464. ac_cv_func_strpbrk=yes
  8465. ac_cv_func_strrchr=yes
  8466. ac_cv_func_strspn=yes
  8467. ac_cv_func_strstr=yes
  8468. ac_cv_func_strtod=yes
  8469. ac_cv_func_strtol=yes
  8470. ac_cv_func_strtoul=yes
  8471. ac_cv_func_sysinfo=yes
  8472. ac_cv_func_tzset=yes
  8473. ac_cv_func_utime=yes
  8474. ac_cv_func_utime_null=yes
  8475. ac_cv_func_vprintf=yes
  8476. ac_cv_func_working_mktime=yes
  8477. ac_cv_header_afpfs_ng_libafpclient_h=no
  8478. ac_cv_header_arpa_inet_h=yes
  8479. ac_cv_header_ass_ass_h=yes
  8480. ac_cv_header_boost_circular_buffer_hpp=yes
  8481. ac_cv_header_cdio_iso9660_h=yes
  8482. ac_cv_header_dirent_dirent_h=yes
  8483. ac_cv_header_dlfcn_h=yes
  8484. ac_cv_header_fcntl_h=yes
  8485. ac_cv_header_float_h=yes
  8486. ac_cv_header_gcrypt_h=yes
  8487. ac_cv_header_inttypes_h=yes
  8488. ac_cv_header_jpeglib_h=yes
  8489. ac_cv_header_libmodplug_modplug_h=yes
  8490. ac_cv_header_librtmp_amf_h=yes
  8491. ac_cv_header_librtmp_log_h=yes
  8492. ac_cv_header_librtmp_rtmp_h=yes
  8493. ac_cv_header_limits_h=yes
  8494. ac_cv_header_locale_h=yes
  8495. ac_cv_header_malloc_h=yes
  8496. ac_cv_header_memory_h=yes
  8497. ac_cv_header_mpeg2dec_mpeg2_h=yes
  8498. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  8499. ac_cv_header_netdb_h=yes
  8500. ac_cv_header_netinet_in_h=yes
  8501. ac_cv_header_nfsc_libnfs_h=no
  8502. ac_cv_header_ogg_ogg_h=yes
  8503. ac_cv_header_openssl_crypto_h=yes
  8504. ac_cv_header_plist_plist_h=no
  8505. ac_cv_header_shairplay_raop_h=no
  8506. ac_cv_header_stat_broken=no
  8507. ac_cv_header_stdbool_h=yes
  8508. ac_cv_header_stdc=yes
  8509. ac_cv_header_stddef_h=yes
  8510. ac_cv_header_stdint_h=yes
  8511. ac_cv_header_stdlib_h=yes
  8512. ac_cv_header_string_h=yes
  8513. ac_cv_header_strings_h=yes
  8514. ac_cv_header_sys_capability_h=yes
  8515. ac_cv_header_sys_file_h=yes
  8516. ac_cv_header_sys_inotify_h=yes
  8517. ac_cv_header_sys_ioctl_h=yes
  8518. ac_cv_header_sys_mount_h=yes
  8519. ac_cv_header_sys_param_h=yes
  8520. ac_cv_header_sys_select_h=yes
  8521. ac_cv_header_sys_socket_h=yes
  8522. ac_cv_header_sys_stat_h=yes
  8523. ac_cv_header_sys_time_h=yes
  8524. ac_cv_header_sys_timeb_h=yes
  8525. ac_cv_header_sys_types_h=yes
  8526. ac_cv_header_sys_vfs_h=yes
  8527. ac_cv_header_sys_wait_h=yes
  8528. ac_cv_header_termios_h=yes
  8529. ac_cv_header_time=yes
  8530. ac_cv_header_unistd_h=yes
  8531. ac_cv_header_utime_h=yes
  8532. ac_cv_header_vorbis_vorbisfile_h=yes
  8533. ac_cv_header_wchar_h=yes
  8534. ac_cv_header_wctype_h=yes
  8535. ac_cv_host=armv7l-unknown-linux-gnueabihf
  8536. ac_cv_lib_bluetooth_hci_devid=no
  8537. ac_cv_lib_bz2_main=yes
  8538. ac_cv_lib_cap_main=yes
  8539. ac_cv_lib_crypto_main=yes
  8540. ac_cv_lib_error_at_line=yes
  8541. ac_cv_lib_gcrypt_gcry_control=yes
  8542. ac_cv_lib_gpg_error_main=yes
  8543. ac_cv_lib_jasper_main=yes
  8544. ac_cv_lib_jpeg_main=yes
  8545. ac_cv_lib_lzo2_main=yes
  8546. ac_cv_lib_mDNSEmbedded_embedded_mDNSInit=no
  8547. ac_cv_lib_microhttpd_main=yes
  8548. ac_cv_lib_mysqlclient_main=yes
  8549. ac_cv_lib_pthread_main=yes
  8550. ac_cv_lib_pthread_pthread_setname_np=yes
  8551. ac_cv_lib_smbclient_main=yes
  8552. ac_cv_lib_ssh_sftp_tell64=yes
  8553. ac_cv_lib_ssl_main=yes
  8554. ac_cv_lib_tiff_main=yes
  8555. ac_cv_lib_z_main=yes
  8556. ac_cv_member_struct_stat_st_rdev=yes
  8557. ac_cv_objext=o
  8558. ac_cv_path_CCACHE=none
  8559. ac_cv_path_DOXYGEN_EXE=none
  8560. ac_cv_path_EGREP='/bin/grep -E'
  8561. ac_cv_path_FGREP='/bin/grep -F'
  8562. ac_cv_path_GREP=/bin/grep
  8563. ac_cv_path_JAVA_EXE=/usr/bin/java
  8564. ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
  8565. ac_cv_path_PYTHON=/usr/bin/python
  8566. ac_cv_path_SED=/bin/sed
  8567. ac_cv_path_SWIG_EXE=/usr/bin/swig
  8568. ac_cv_path_TEXTUREPACKER=none
  8569. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  8570. ac_cv_path_install='/usr/bin/install -c'
  8571. ac_cv_path_mkdir=/bin/mkdir
  8572. ac_cv_prog_AWK=gawk
  8573. ac_cv_prog_CPP='gcc -E'
  8574. ac_cv_prog_CXXCPP='g++ -E'
  8575. ac_cv_prog_HAVE_GAWK=yes
  8576. ac_cv_prog_HAVE_GIT=yes
  8577. ac_cv_prog_HAVE_GPERF=yes
  8578. ac_cv_prog_HAVE_UNZIP=yes
  8579. ac_cv_prog_HAVE_ZIP=yes
  8580. ac_cv_prog_ac_ct_AR=ar
  8581. ac_cv_prog_ac_ct_CC=gcc
  8582. ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
  8583. ac_cv_prog_ac_ct_CXX=g++
  8584. ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
  8585. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  8586. ac_cv_prog_ac_ct_OBJDUMP=objdump
  8587. ac_cv_prog_ac_ct_RANLIB=ranlib
  8588. ac_cv_prog_ac_ct_STRIP=strip
  8589. ac_cv_prog_cc_c89=
  8590. ac_cv_prog_cc_g=yes
  8591. ac_cv_prog_cxx_g=yes
  8592. ac_cv_prog_gcc_traditional=no
  8593. ac_cv_prog_make_make_set=yes
  8594. ac_cv_search___dn_expand=-lresolv
  8595. ac_cv_search__dn_expand=no
  8596. ac_cv_search_clock_gettime='none required'
  8597. ac_cv_search_dlopen='none required'
  8598. ac_cv_search_dn_expand=no
  8599. ac_cv_search_iconv_open='none required'
  8600. ac_cv_search_opendir='none required'
  8601. ac_cv_sizeof_int=4
  8602. ac_cv_sizeof_size_t=4
  8603. ac_cv_sizeof_wchar_t=4
  8604. ac_cv_struct_tm=time.h
  8605. ac_cv_sys_largefile_source=no
  8606. ac_cv_type__Bool=yes
  8607. ac_cv_type_char16_t=yes
  8608. ac_cv_type_char32_t=yes
  8609. ac_cv_type_mode_t=yes
  8610. ac_cv_type_off_t=yes
  8611. ac_cv_type_pid_t=yes
  8612. ac_cv_type_signal=void
  8613. ac_cv_type_size_t=yes
  8614. ac_cv_type_ssize_t=yes
  8615. ac_cv_type_std__u16string=yes
  8616. ac_cv_type_std__u32string=yes
  8617. ac_cv_type_uid_t=yes
  8618. ac_cv_working_alloca_h=yes
  8619. am_cv_CC_FOR_BUILD_dependencies_compiler_type=none
  8620. am_cv_CC_dependencies_compiler_type=none
  8621. am_cv_CXX_FOR_BUILD_dependencies_compiler_type=none
  8622. am_cv_CXX_dependencies_compiler_type=none
  8623. ax_cv_cxx_compile_cxx11=no
  8624. ax_cv_cxx_compile_cxx11__std_gnupp0x=yes
  8625. ax_cv_cxx_compile_cxx11__std_gnupp11=no
  8626. lt_cv_ar_at_file=@
  8627. lt_cv_archive_cmds_need_lc=no
  8628. lt_cv_deplibs_check_method=pass_all
  8629. lt_cv_file_magic_cmd='$MAGIC_CMD'
  8630. lt_cv_file_magic_test_file=
  8631. lt_cv_ld_reload_flag=-r
  8632. lt_cv_nm_interface='BSD nm'
  8633. lt_cv_objdir=.libs
  8634. lt_cv_path_LD=/usr/bin/ld
  8635. lt_cv_path_LDCXX=/usr/bin/ld
  8636. lt_cv_path_NM='/usr/bin/nm -B'
  8637. lt_cv_path_mainfest_tool=no
  8638. lt_cv_prog_compiler_c_o=yes
  8639. lt_cv_prog_compiler_c_o_CXX=yes
  8640. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  8641. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  8642. lt_cv_prog_compiler_pic_works=yes
  8643. lt_cv_prog_compiler_pic_works_CXX=yes
  8644. lt_cv_prog_compiler_rtti_exceptions=no
  8645. lt_cv_prog_compiler_static_works=yes
  8646. lt_cv_prog_compiler_static_works_CXX=yes
  8647. lt_cv_prog_gnu_ld=yes
  8648. lt_cv_prog_gnu_ldcxx=yes
  8649. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  8650. lt_cv_shlibpath_overrides_runpath=no
  8651. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  8652. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  8653. 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'\'''
  8654. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  8655. lt_cv_sys_max_cmd_len=1572864
  8656. lt_cv_to_host_file_cmd=func_convert_file_noop
  8657. lt_cv_to_tool_file_cmd=func_convert_file_noop
  8658. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  8659. pkg_cv_ALSA_LIBS='-lasound '
  8660. pkg_cv_CDIO_CFLAGS=' '
  8661. pkg_cv_CDIO_LIBS='-lcdio -lm '
  8662. pkg_cv_CEC_CFLAGS='-I/usr/local/include -I/usr/local/include/libcec '
  8663. pkg_cv_CEC_LIBS='-L/usr/local/lib -lcec '
  8664. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include '
  8665. pkg_cv_DBUS_LIBS='-ldbus-1 '
  8666. pkg_cv_FFMPEG_CFLAGS='-I/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include '
  8667. pkg_cv_FFMPEG_LIBS='-pthread -L/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lavformat -lavcodec -lxcb -lX11 -lgcrypt -lvorbisenc -lvorbis -logg -lgnutls -lbz2 -lz -lpostproc -lswscale -lswresample -lavutil -lrt -lm '
  8668. pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  8669. pkg_cv_FREETYPE2_LIBS='-lfreetype '
  8670. pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  8671. pkg_cv_FRIBIDI_LIBS='-lfribidi '
  8672. pkg_cv_GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 '
  8673. pkg_cv_GNUTLS_LIBS='-lgnutls '
  8674. pkg_cv_LIBCURL_CFLAGS=' '
  8675. pkg_cv_LIBCURL_LIBS='-lcurl '
  8676. pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 '
  8677. pkg_cv_LIBXML_LIBS='-lxml2 '
  8678. pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
  8679. pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 '
  8680. pkg_cv_PCRECPP_CFLAGS=' '
  8681. pkg_cv_PCRECPP_LIBS='-lpcre -lpcrecpp '
  8682. pkg_cv_PCRE_CFLAGS=' '
  8683. pkg_cv_PCRE_LIBS='-lpcre '
  8684. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng12 '
  8685. pkg_cv_PNG_LIBS='-lpng12 '
  8686. pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
  8687. pkg_cv_PULSE_LIBS='-lpulse '
  8688. pkg_cv_SQLITE3_CFLAGS=' '
  8689. pkg_cv_SQLITE3_LIBS='-lsqlite3 '
  8690. pkg_cv_SQUISH_CFLAGS='-I/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/include '
  8691. pkg_cv_SQUISH_LIBS='-L/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
  8692. pkg_cv_TAGLIB_CFLAGS='-I/usr/local/include/taglib '
  8693. pkg_cv_TAGLIB_LIBS='-L/usr/local/lib -ltag '
  8694. pkg_cv_TINYXML_CFLAGS=' '
  8695. pkg_cv_TINYXML_LIBS='-ltinyxml '
  8696. pkg_cv_UDEV_CFLAGS=' '
  8697. pkg_cv_UDEV_LIBS='-ludev '
  8698. pkg_cv_YAJL_CFLAGS='-I/usr/include/yajl '
  8699. pkg_cv_YAJL_LIBS='-lyajl '
  8700.  
  8701. ## ----------------- ##
  8702. ## Output variables. ##
  8703. ## ----------------- ##
  8704.  
  8705. ACLOCAL='${SHELL} /home/pi/xbmc/build-aux/missing --run aclocal-1.11'
  8706. AFPCLIENT_SONAME=''
  8707. ALLOCA=''
  8708. ALSA_CFLAGS='-I/usr/include/alsa '
  8709. ALSA_LIBS='-lasound '
  8710. AMDEPBACKSLASH='\'
  8711. AMDEP_FALSE='#'
  8712. AMDEP_TRUE=''
  8713. AMTAR='$${TAR-tar}'
  8714. APP_ADDON_API='14.9.701'
  8715. APP_NAME='Kodi'
  8716. APP_NAME_LC='kodi'
  8717. APP_VERSION='15.0-ALPHA1'
  8718. APP_VERSION_CODE='149701'
  8719. APP_VERSION_MAJOR='15'
  8720. APP_VERSION_MINOR='0'
  8721. APP_VERSION_TAG='ALPHA1'
  8722. APP_VERSION_TAG_LC='alpha1'
  8723. AR='ar'
  8724. ARCH='arm'
  8725. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_ARMEL -DTARGET_RASPBERRY_PI'
  8726. ASS_SONAME='libass.so.4'
  8727. AUTOCONF='${SHELL} /home/pi/xbmc/build-aux/missing --run autoconf'
  8728. AUTOHEADER='${SHELL} /home/pi/xbmc/build-aux/missing --run autoheader'
  8729. AUTOMAKE='${SHELL} /home/pi/xbmc/build-aux/missing --run automake-1.11'
  8730. AWK='gawk'
  8731. BLURAY_SONAME=''
  8732. BUILD_DVDCSS='1'
  8733. BUILD_EXEEXT=''
  8734. BUILD_OBJEXT=''
  8735. CC='gcc'
  8736. CCACHE='none'
  8737. CCDEPMODE='depmode=none'
  8738. CC_FOR_BUILD='gcc'
  8739. CC_FOR_BUILDDEPMODE='depmode=none'
  8740. CDIO_CFLAGS=' '
  8741. CDIO_LIBS='-lcdio -lm '
  8742. CEC_CFLAGS='-I/usr/local/include -I/usr/local/include/libcec '
  8743. CEC_LIBS='-L/usr/local/lib -lcec '
  8744. CFLAGS='-O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall'
  8745. CFLAGS_FOR_BUILD='-g -O2'
  8746. CPP='gcc -E'
  8747. CPPFLAGS=''
  8748. CPPFLAGS_FOR_BUILD=''
  8749. CPP_FOR_BUILD='gcc -E'
  8750. CURL_SONAME='libcurl-gnutls.so.4'
  8751. CXX='g++'
  8752. CXXCPP='g++ -E'
  8753. CXXCPPFLAGS_FOR_BUILD=''
  8754. CXXCPP_FOR_BUILD='g++ -E'
  8755. CXXDEPMODE='depmode=none'
  8756. CXXFLAGS='-O2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++0x -g -D_DEBUG -Wall'
  8757. CXXFLAGS_FOR_BUILD='-g -O2'
  8758. CXX_FOR_BUILD='g++'
  8759. CXX_FOR_BUILDDEPMODE='depmode=none'
  8760. CYGPATH_W='echo'
  8761. DARWIN_NATIVE_ARCH=''
  8762. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include '
  8763. DBUS_LIBS='-ldbus-1 '
  8764. DEFS='-DHAVE_CONFIG_H'
  8765. DEPDIR='.deps'
  8766. DEPENDS_ROOT_FOR_XCODE=''
  8767. DISABLE_FISHBMC='1'
  8768. DISABLE_GOOM='1'
  8769. DISABLE_PROJECTM='1'
  8770. DISABLE_RSXS='1'
  8771. DISABLE_SPECTRUM='0'
  8772. DISABLE_WAVEFORM='0'
  8773. DLLTOOL='false'
  8774. DOXYGEN_EXE='none'
  8775. DRM_CFLAGS=''
  8776. DRM_LIBS=''
  8777. DSYMUTIL=''
  8778. DUMPBIN=''
  8779. ECHO_C=''
  8780. ECHO_N='-n'
  8781. ECHO_T=''
  8782. EGREP='/bin/grep -E'
  8783. EXEEXT=''
  8784. FFMPEG_CFLAGS='-I/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include '
  8785. FFMPEG_LIBDIR='/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib'
  8786. FFMPEG_LIBS='-pthread -L/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lavformat -lavcodec -lxcb -lX11 -lgcrypt -lvorbisenc -lvorbis -logg -lgnutls -lbz2 -lz -lpostproc -lswscale -lswresample -lavutil -lrt -lm '
  8787. FGREP='/bin/grep -F'
  8788. FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  8789. FREETYPE2_LIBS='-lfreetype '
  8790. FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  8791. FRIBIDI_LIBS='-lfribidi '
  8792. GNUTLS_ALL_LIBS='-lgnutls -lgcrypt -lgpg-error -ltasn1 -lz -lp11-kit '
  8793. GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 '
  8794. GNUTLS_LIBS='-lgnutls '
  8795. GREP='/bin/grep'
  8796. GTEST_CONFIGURED='1'
  8797. HAVE_CMAKE=''
  8798. HAVE_CXX11='1'
  8799. HAVE_FPC=''
  8800. HAVE_GAWK='yes'
  8801. HAVE_GDC=''
  8802. HAVE_GIT='yes'
  8803. HAVE_GPERF='yes'
  8804. HAVE_LIBBLURAY='0'
  8805. HAVE_LIBPULSE='1'
  8806. HAVE_NASM=''
  8807. HAVE_UNZIP='yes'
  8808. HAVE_XBMC_NONFREE='1'
  8809. HAVE_ZIP='yes'
  8810. INCLUDES='-I$(abs_top_srcdir) -I/usr/include/mysql -I/usr/include/yajl -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/local/include/taglib -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/alsa -D_REENTRANT -I/usr/local/include -I/usr/local/include/libcec -I/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include -I/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/include '
  8811. INSTALL_DATA='${INSTALL} -m 644'
  8812. INSTALL_PROGRAM='${INSTALL}'
  8813. INSTALL_SCRIPT='${INSTALL}'
  8814. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  8815. JAVA_EXE='/usr/bin/java'
  8816. LD='/usr/bin/ld'
  8817. LDFLAGS='-L/opt/vc/lib'
  8818. LDFLAGS_FOR_BUILD=''
  8819. LIBASS_BASENAME=''
  8820. LIBBLURAY_CFLAGS=''
  8821. LIBBLURAY_LIBS=''
  8822. LIBCEC_SONAME='libcec.so.2'
  8823. LIBCURL_BASENAME=''
  8824. LIBCURL_CFLAGS=' '
  8825. LIBCURL_LIBS='-lcurl '
  8826. LIBMEPG2_BASENAME=''
  8827. LIBMODPLUG_BASENAME=''
  8828. LIBOBJS=''
  8829. LIBOGG_BASENAME=''
  8830. LIBS='-lsmbclient -lssh -lmicrohttpd -ljasper -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -L/usr/lib -lpython2.7 -lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl -ltinyxml -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse -ludev -lcap -pthread -L/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lxcb -lX11 -lgcrypt -lvorbisenc -lvorbis -logg -lgnutls -lbz2 -lz -lrt -lm -L/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
  8831. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  8832. LIBVA_CFLAGS=''
  8833. LIBVA_LIBS=''
  8834. LIBVORBISFILE_BASENAME=''
  8835. LIBVORBIS_BASENAME=''
  8836. LIBXML_CFLAGS='-I/usr/include/libxml2 '
  8837. LIBXML_LIBS='-lxml2 '
  8838. LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
  8839. LIBXSLT_LIBS='-lxslt -lxml2 '
  8840. LIPO=''
  8841. LN_S='ln -s'
  8842. LTLIBOBJS=''
  8843. MAKEINFO='${SHELL} /home/pi/xbmc/build-aux/missing --run makeinfo'
  8844. MANIFEST_TOOL=':'
  8845. MKDIR_P='/bin/mkdir -p'
  8846. MODPLUG_SONAME='libmodplug.so.1'
  8847. MPEG2_SONAME='libmpeg2.so.0'
  8848. MYSQL_CONFIG='/usr/bin/mysql_config'
  8849. MYSQL_LIBS='-L/usr/lib/arm-linux-gnueabihf -lmysqlclient -lpthread -lz -lm -lrt -ldl'
  8850. NATIVE_ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  8851. NFS_SONAME=''
  8852. NM='/usr/bin/nm -B'
  8853. NMEDIT=''
  8854. OBJDUMP='objdump'
  8855. OBJEXT='o'
  8856. OGG_SONAME='libogg.so.0'
  8857. OTOOL64=''
  8858. OTOOL=''
  8859. 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/libdvd/Makefile xbmc/cores/DllLoader/Makefile xbmc/cores/DllLoader/exports/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/AudioEngine/Makefile xbmc/cores/paplayer/Makefile xbmc/cores/omxplayer/Makefile lib/timidity/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/input/linux/Makefile xbmc/interfaces/Makefile xbmc/network/Makefile xbmc/network/upnp/Makefile lib/libRTV/Makefile lib/libexif/Makefile lib/libXDAAP/Makefile lib/cmyth/Makefile lib/libhdhomerun/Makefile lib/cximage-6.0/Makefile lib/libUPnP/Makefile xbmc/DllPaths_generated.h xbmc/DllPaths_generated_android.h xbmc/freebsd/Makefile 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/fishBMC/Makefile xbmc/visualizations/WaveForm/Makefile xbmc/windowing/Makefile xbmc/windowing/egl/Makefile lib/addons/library.xbmc.addon/Makefile lib/addons/library.xbmc.codec/Makefile lib/addons/library.xbmc.gui/Makefile lib/addons/library.xbmc.pvr/Makefile xbmc/visualizations/EGLHelpers/Makefile tools/Linux/kodi.sh tools/Linux/kodi-standalone.sh tools/Linux/kodi-xsession.desktop tools/EventClients/Makefile tools/EventClients/Clients/OSXRemote/Makefile xbmc/peripherals/bus/Makefile xbmc/peripherals/devices/Makefile xbmc/android/activity/Makefile xbmc/android/loader/Makefile xbmc/android/jni/Makefile xbmc/utils/Makefile xbmc/main/Makefile tools/darwin/Configurations/App.xcconfig tools/darwin/Configurations/Common.xcconfig tools/darwin/packaging/ios/mkdeb-ios.sh tools/darwin/packaging/atv2/mkdeb-atv2.sh tools/darwin/packaging/osx/mkdmg-osx.sh tools/darwin/packaging/migrate_to_kodi_ios.sh tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh xbmc/osx/Info.plist xbmc/osx/ios/XBMCIOS-Info.plist xbmc/osx/atv2/XBMCATV2-Info.plist project/cmake/kodi-config.cmake project/cmake/xbmc-config.cmake tools/android/packaging/xbmc/AndroidManifest.xml tools/android/packaging/Makefile tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java tools/android/packaging/xbmc/strings.xml addons/xbmc.addon/addon.xml xbmc/interfaces/python/Makefile xbmc/interfaces/python/test/Makefile .dummy'
  8860. PACKAGE='kodi'
  8861. PACKAGE_BUGREPORT='http://trac.kodi.tv'
  8862. PACKAGE_NAME='kodi'
  8863. PACKAGE_STRING='kodi 14.9.701'
  8864. PACKAGE_TARNAME='kodi'
  8865. PACKAGE_URL=''
  8866. PACKAGE_VERSION='14.9.701'
  8867. PATH_SEPARATOR=':'
  8868. PCRECPP_CFLAGS=' '
  8869. PCRECPP_LIBS='-lpcre -lpcrecpp '
  8870. PCRE_CFLAGS=' '
  8871. PCRE_LIBS='-lpcre '
  8872. PIXMAN_CFLAGS=''
  8873. PIXMAN_LIBS=''
  8874. PKG_CONFIG='/usr/bin/pkg-config'
  8875. PKG_CONFIG_LIBDIR=''
  8876. PKG_CONFIG_PATH='/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:/home/pi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib/pkgconfig:'
  8877. PLIST_SONAME=''
  8878. PNG_CFLAGS='-I/usr/include/libpng12 '
  8879. PNG_LIBS='-lpng12 '
  8880. POW_LIB=''
  8881. PULSE_CFLAGS='-D_REENTRANT '
  8882. PULSE_LIBS='-lpulse '
  8883. PYTHON='/usr/bin/python'
  8884. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  8885. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
  8886. PYTHON_EXTRA_LIBS='-L/usr/lib -lz -lpthread -ldl -lutil'
  8887. PYTHON_LDFLAGS='-L/usr/lib -lpython2.7'
  8888. PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
  8889. PYTHON_VERSION='2.7'
  8890. RANLIB='ranlib'
  8891. RTMP_SONAME='librtmp.so.0'
  8892. SAMBA_CFLAGS=''
  8893. SAMBA_LIBS=''
  8894. SDL2_CFLAGS=''
  8895. SDL2_LIBS=''
  8896. SDL_DEFINES=' -D'\''GIT_REV="20150219-0699285"'\'''
  8897. SED='/bin/sed'
  8898. SET_MAKE=''
  8899. SHAIRPLAY_SONAME=''
  8900. SHELL='/bin/bash'
  8901. SQLITE3_CFLAGS=' '
  8902. SQLITE3_LIBS='-lsqlite3 '
  8903. SQUISH_CFLAGS='-I/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/include '
  8904. SQUISH_LIBS='-L/home/pi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
  8905. STRIP='strip'
  8906. SWIG20_EXE=''
  8907. SWIG_EXE='/usr/bin/swig'
  8908. TAGLIB_CFLAGS='-I/usr/local/include/taglib '
  8909. TAGLIB_LIBS='-L/usr/local/lib -ltag '
  8910. TEXTUREPACKER='/home/pi/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker'
  8911. TINYXML_CFLAGS=' '
  8912. TINYXML_LIBS='-ltinyxml '
  8913. UDEV_CFLAGS=' '
  8914. UDEV_LIBS='-ludev '
  8915. UPNP_DEFINES='-DNPT_CONFIG_ENABLE_LOGGING -DPLT_HTTP_DEFAULT_USER_AGENT="\"UPnP/1.0 DLNADOC/1.50 Kodi\"" -DPLT_HTTP_DEFAULT_SERVER="\"UPnP/1.0 DLNADOC/1.50 Kodi\""'
  8916. USB_CFLAGS=''
  8917. USB_LIBS=''
  8918. USE_AIRPLAY='0'
  8919. USE_AIRTUNES='0'
  8920. USE_ALSA='1'
  8921. USE_ANDROID=''
  8922. USE_ASAP_CODEC='0'
  8923. USE_DOXYGEN='0'
  8924. USE_IMXVPU=''
  8925. USE_LIBAFPCLIENT='0'
  8926. USE_LIBAMCODEC=''
  8927. USE_LIBAV_HACKS=''
  8928. USE_LIBCEC='1'
  8929. USE_LIBNFS='0'
  8930. USE_LIBSMBCLIENT='1'
  8931. USE_LIBSTAGEFRIGHT=''
  8932. USE_LIBUDEV='1'
  8933. USE_LIBUSB='0'
  8934. USE_LIBXBMC=''
  8935. USE_MDNSEMBEDDED='0'
  8936. USE_MMAL='1'
  8937. USE_MYSQL='1'
  8938. USE_OMXLIB='1'
  8939. USE_OMXPLAYER='1'
  8940. USE_OPENGL='0'
  8941. USE_OPENGLES='1'
  8942. USE_OPENMAX='0'
  8943. USE_PULSE='1'
  8944. USE_PVR_ADDONS='0'
  8945. USE_SSE4=''
  8946. USE_STATIC_FFMPEG='1'
  8947. USE_TEXTUREPACKER='0'
  8948. USE_TOUCH_SKIN='0'
  8949. USE_UPNP='1'
  8950. USE_VAAPI='0'
  8951. USE_VDPAU='0'
  8952. USE_WAYLAND=''
  8953. USE_WAYLAND_TEST_EXTENSION=''
  8954. USE_WEB_SERVER='1'
  8955. USE_X11='0'
  8956. USE_XKBCOMMON=''
  8957. USE_XRANDR='0'
  8958. VERSION='14.9.701'
  8959. VORBISENC_ALL_LIBS='-lvorbisenc -lvorbis -lm -logg '
  8960. VORBISFILE_SONAME='libvorbisfile.so.3'
  8961. VORBIS_SONAME='libvorbis.so.0'
  8962. WAYLAND_CLIENT_CFLAGS=''
  8963. WAYLAND_CLIENT_LIBRARY_SONAME=''
  8964. WAYLAND_CLIENT_LIBS=''
  8965. WAYLAND_EGL_CFLAGS=''
  8966. WAYLAND_EGL_LIBRARY_SONAME=''
  8967. WAYLAND_EGL_LIBS=''
  8968. WAYLAND_SCANNER=''
  8969. WAYLAND_TEST_INCLUDES=''
  8970. WAYLAND_TEST_LIBS=''
  8971. WESTON_CFLAGS=''
  8972. WESTON_LIBS=''
  8973. X11_CFLAGS=''
  8974. X11_LIBS=''
  8975. XEXT_CFLAGS=''
  8976. XEXT_LIBS=''
  8977. XKBCOMMON_CFLAGS=''
  8978. XKBCOMMON_LIBRARY_SONAME=''
  8979. XKBCOMMON_LIBS=''
  8980. XMU_CFLAGS=''
  8981. XMU_LIBS=''
  8982. XT_CFLAGS=''
  8983. XT_LIBS=''
  8984. YAJL_CFLAGS='-I/usr/include/yajl '
  8985. YAJL_LIBS='-lyajl '
  8986. ZIP_CFLAGS=''
  8987. ZIP_LIBS=''
  8988. ac_ct_AR='ar'
  8989. ac_ct_CC='gcc'
  8990. ac_ct_CC_FOR_BUILD='gcc'
  8991. ac_ct_CXX='g++'
  8992. ac_ct_CXX_FOR_BUILD='g++'
  8993. ac_ct_DUMPBIN=''
  8994. am__EXEEXT_FALSE=''
  8995. am__EXEEXT_TRUE='#'
  8996. am__fastdepCC_FALSE=''
  8997. am__fastdepCC_FOR_BUILD_FALSE=''
  8998. am__fastdepCC_FOR_BUILD_TRUE='#'
  8999. am__fastdepCC_TRUE='#'
  9000. am__fastdepCXX_FALSE=''
  9001. am__fastdepCXX_FOR_BUILD_FALSE=''
  9002. am__fastdepCXX_FOR_BUILD_TRUE='#'
  9003. am__fastdepCXX_TRUE='#'
  9004. am__include='include'
  9005. am__isrc=''
  9006. am__leading_dot='.'
  9007. am__nodep='_no'
  9008. am__quote=''
  9009. am__tar='$${TAR-tar} chof - "$$tardir"'
  9010. am__untar='$${TAR-tar} xf -'
  9011. bindir='${exec_prefix}/bin'
  9012. build='armv7l-unknown-linux-gnueabihf'
  9013. build_alias=''
  9014. build_cpu='armv7l'
  9015. build_os='linux-gnueabihf'
  9016. build_vendor='unknown'
  9017. datadir='${datarootdir}'
  9018. datarootdir='${prefix}/share'
  9019. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  9020. dvidir='${docdir}'
  9021. exec_prefix='${prefix}'
  9022. host='armv7l-unknown-linux-gnueabihf'
  9023. host_alias=''
  9024. host_cpu='armv7l'
  9025. host_os='linux-gnueabihf'
  9026. host_vendor='unknown'
  9027. htmldir='${docdir}'
  9028. includedir='${prefix}/include'
  9029. infodir='${datarootdir}/info'
  9030. install_sh='${SHELL} /home/pi/xbmc/build-aux/install-sh'
  9031. libdir='${exec_prefix}/lib'
  9032. libexecdir='${exec_prefix}/libexec'
  9033. localedir='${datarootdir}/locale'
  9034. localstatedir='${prefix}/var'
  9035. mandir='${datarootdir}/man'
  9036. mkdir_p='/bin/mkdir -p'
  9037. oldincludedir='/usr/include'
  9038. pdfdir='${docdir}'
  9039. prefix='/usr/local'
  9040. program_transform_name='s,x,x,'
  9041. psdir='${docdir}'
  9042. sbindir='${exec_prefix}/sbin'
  9043. sharedstatedir='${prefix}/com'
  9044. sysconfdir='${prefix}/etc'
  9045. target_alias=''
  9046.  
  9047. ## ------------------- ##
  9048. ## File substitutions. ##
  9049. ## ------------------- ##
  9050.  
  9051. XBMC_STANDALONE_SH_PULSE='tools/Linux/kodi-standalone.sh.pulse'
  9052.  
  9053. ## ----------- ##
  9054. ## confdefs.h. ##
  9055. ## ----------- ##
  9056.  
  9057. /* confdefs.h */
  9058. #define PACKAGE_NAME "kodi"
  9059. #define PACKAGE_TARNAME "kodi"
  9060. #define PACKAGE_VERSION "14.9.701"
  9061. #define PACKAGE_STRING "kodi 14.9.701"
  9062. #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  9063. #define PACKAGE_URL ""
  9064. #define PACKAGE "kodi"
  9065. #define VERSION "14.9.701"
  9066. #define LIRC_DEVICE "/dev/lircd"
  9067. #define HAVE_CXX11 1
  9068. #define STDC_HEADERS 1
  9069. #define HAVE_SYS_TYPES_H 1
  9070. #define HAVE_SYS_STAT_H 1
  9071. #define HAVE_STDLIB_H 1
  9072. #define HAVE_STRING_H 1
  9073. #define HAVE_MEMORY_H 1
  9074. #define HAVE_STRINGS_H 1
  9075. #define HAVE_INTTYPES_H 1
  9076. #define HAVE_STDINT_H 1
  9077. #define HAVE_UNISTD_H 1
  9078. #define HAVE_DLFCN_H 1
  9079. #define LT_OBJDIR ".libs/"
  9080. #define HAS_EGLGLES 1
  9081. #define HAVE_OMXLIB 1
  9082. #define HAS_MMAL 1
  9083. #define HAVE_ALLOCA_H 1
  9084. #define HAVE_ALLOCA 1
  9085. #define HAVE_UNISTD_H 1
  9086. #define HAVE_CHOWN 1
  9087. #define HAVE_DIRENT_H 1
  9088. #define HAVE_FSEEKO 1
  9089. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9090. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9091. #define TIME_WITH_SYS_TIME 1
  9092. #define HAVE_SYS_TIME_H 1
  9093. #define HAVE_UNISTD_H 1
  9094. #define HAVE_STDLIB_H 1
  9095. #define HAVE_SYS_PARAM_H 1
  9096. #define HAVE_UTIME_H 1
  9097. #define HAVE_ALARM 1
  9098. #define HAVE_GETPAGESIZE 1
  9099. #define HAVE_MMAP 1
  9100. #define HAVE_SYS_SELECT_H 1
  9101. #define HAVE_SYS_SOCKET_H 1
  9102. #define SELECT_TYPE_ARG1 int
  9103. #define SELECT_TYPE_ARG234 (fd_set *)
  9104. #define SELECT_TYPE_ARG5 (struct timeval *)
  9105. #define RETSIGTYPE void
  9106. #define HAVE_STRCOLL 1
  9107. #define HAVE_STRFTIME 1
  9108. #define HAVE_UTIME_NULL 1
  9109. #define HAVE_VPRINTF 1
  9110. #define HAVE_ATEXIT 1
  9111. #define HAVE_DUP2 1
  9112. #define HAVE_FDATASYNC 1
  9113. #define HAVE_FTIME 1
  9114. #define HAVE_FTRUNCATE 1
  9115. #define HAVE_GETCWD 1
  9116. #define HAVE_GETHOSTBYADDR 1
  9117. #define HAVE_GETHOSTBYNAME 1
  9118. #define HAVE_GETHOSTNAME 1
  9119. #define HAVE_GETPAGESIZE 1
  9120. #define HAVE_GETPASS 1
  9121. #define HAVE_GETTIMEOFDAY 1
  9122. #define HAVE_INET_NTOA 1
  9123. #define HAVE_LCHOWN 1
  9124. #define HAVE_LOCALECONV 1
  9125. #define HAVE_MEMCHR 1
  9126. #define HAVE_MEMMOVE 1
  9127. #define HAVE_MEMSET 1
  9128. #define HAVE_MKDIR 1
  9129. #define HAVE_MODF 1
  9130. #define HAVE_MUNMAP 1
  9131. #define HAVE_RMDIR 1
  9132. #define HAVE_SELECT 1
  9133. #define HAVE_SETENV 1
  9134. #define HAVE_SETLOCALE 1
  9135. #define HAVE_SOCKET 1
  9136. #define HAVE_STRCASECMP 1
  9137. #define HAVE_STRCHR 1
  9138. #define HAVE_STRCSPN 1
  9139. #define HAVE_STRDUP 1
  9140. #define HAVE_STRERROR 1
  9141. #define HAVE_STRNCASECMP 1
  9142. #define HAVE_STRPBRK 1
  9143. #define HAVE_STRRCHR 1
  9144. #define HAVE_STRSPN 1
  9145. #define HAVE_STRSTR 1
  9146. #define HAVE_STRTOL 1
  9147. #define HAVE_STRTOUL 1
  9148. #define HAVE_SYSINFO 1
  9149. #define HAVE_TZSET 1
  9150. #define HAVE_UTIME 1
  9151. #define HAVE_POSIX_FADVISE 1
  9152. #define HAVE_LOCALTIME_R 1
  9153. #define SIZEOF_INT 4
  9154. #define SIZEOF_SIZE_T 4
  9155. #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  9156. #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  9157. #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  9158. #define HAVE_STD__U16STRING 1
  9159. #define HAVE_STD__U32STRING 1
  9160. #define HAVE_CHAR16_T 1
  9161. #define HAVE_CHAR32_T 1
  9162. #define SIZEOF_WCHAR_T 4
  9163. #define HAVE_INOTIFY 1
  9164. #define HAVE_PYTHON "2.7"
  9165. #define HAVE_LIBEGL 1
  9166. #define HAVE_LIBGLESV2 1
  9167. #define HAVE_MYSQL 1
  9168. #define HAVE_OPENSSL 1
  9169. #define HAVE_LIBGPG_ERROR 1
  9170. #define HAVE_LIBGCRYPT 1
  9171. #define HAVE_GCRYPT 1
  9172. #define HAVE_GNUTLS 1
  9173. #define HAVE_LIBBZ2 1
  9174. #define HAVE_LIBJPEG 1
  9175. #define HAVE_LIBTIFF 1
  9176. #define HAVE_LIBPTHREAD 1
  9177. #define HAVE_PTHREAD_SETNAME_NP 1
  9178. #define HAVE_LIBLZO2 1
  9179. #define HAVE_LIBZ 1
  9180. #define HAVE_LIBCRYPTO 1
  9181. #define HAVE_LIBSSL 1
  9182. #define HAVE_LIBMYSQLCLIENT 1
  9183. #define HAVE_LIBPCRECPP 1
  9184. #define HAVE_LIBPCRE 1
  9185. #define HAVE_LIBJASPER 1
  9186. #define HAVE_DBUS 1
  9187. #define HAVE_LIBMICROHTTPD 1
  9188. #define HAS_DVD_DRIVE 1
  9189. #define HAS_ALSA 1
  9190. #define HAVE_LIBPULSE 1
  9191. #define HAVE_LIBSSH 1
  9192. #define HAVE_LIBSSH 1
  9193. #define HAVE_LIBRTMP_LOG_H 1
  9194. #define HAVE_LIBRTMP_AMF_H 1
  9195. #define HAVE_LIBRTMP_RTMP_H 1
  9196. #define HAS_LIBRTMP 1
  9197. #define HAVE_LIBSMBCLIENT 1
  9198. #define HAVE_LIBSMBCLIENT 1
  9199. #define HAVE_LIBUDEV 1
  9200. #define HAVE_LIBCEC 1
  9201. #define HAVE_SYS_CAPABILITY_H 1
  9202. #define HAVE_LIBCAP 1
  9203. #define FFMPEG_VER_SHA "2.5.4-Isengard-alpha"
  9204. #define USE_STATIC_FFMPEG 1
  9205. #define HAS_OMXPLAYER 1
  9206. #define HAVE_DIRENT_H 1
  9207. #define STDC_HEADERS 1
  9208. #define HAVE_SYS_WAIT_H 1
  9209. #define HAVE_ARPA_INET_H 1
  9210. #define HAVE_FCNTL_H 1
  9211. #define HAVE_FLOAT_H 1
  9212. #define HAVE_INTTYPES_H 1
  9213. #define HAVE_LIMITS_H 1
  9214. #define HAVE_LOCALE_H 1
  9215. #define HAVE_MALLOC_H 1
  9216. #define HAVE_MEMORY_H 1
  9217. #define HAVE_NETDB_H 1
  9218. #define HAVE_NETINET_IN_H 1
  9219. #define HAVE_STDDEF_H 1
  9220. #define HAVE_STDINT_H 1
  9221. #define HAVE_STDLIB_H 1
  9222. #define HAVE_STRING_H 1
  9223. #define HAVE_STRINGS_H 1
  9224. #define HAVE_SYS_FILE_H 1
  9225. #define HAVE_SYS_IOCTL_H 1
  9226. #define HAVE_SYS_MOUNT_H 1
  9227. #define HAVE_SYS_PARAM_H 1
  9228. #define HAVE_SYS_SOCKET_H 1
  9229. #define HAVE_SYS_TIME_H 1
  9230. #define HAVE_SYS_TIMEB_H 1
  9231. #define HAVE_SYS_VFS_H 1
  9232. #define HAVE_TERMIOS_H 1
  9233. #define HAVE_UNISTD_H 1
  9234. #define HAVE_UTIME_H 1
  9235. #define HAVE_WCHAR_H 1
  9236. #define HAVE_WCTYPE_H 1
  9237. #define HAVE_CDIO_ISO9660_H 1
  9238. #define HAVE__BOOL 1
  9239. #define HAVE_STDBOOL_H 1
  9240. #define restrict __restrict
  9241. #define HAVE_STRUCT_STAT_ST_RDEV 1
  9242. #define TIME_WITH_SYS_TIME 1
  9243. #define USE_ALSA 1
  9244. #define HAVE_XBMC_NONFREE 1
  9245. #define USE_UPNP 1
  9246.  
  9247. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement