Advertisement
Guest User

Untitled

a guest
Jan 4th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 355.62 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 15.2.000, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Sigma
  14. uname -m = x86_64
  15. uname -r = 4.1.7-hardened-r1
  16. uname -s = Linux
  17. uname -v = #4 SMP Fri Nov 20 10:00:54 CET 2015
  18.  
  19. /usr/bin/uname -p = Intel(R) Pentium(R) CPU G3420 @ 3.20GHz
  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: /bin
  31. PATH: /usr/bin
  32.  
  33.  
  34. ## ----------- ##
  35. ## Core tests. ##
  36. ## ----------- ##
  37.  
  38. configure:3996: checking for a BSD-compatible install
  39. configure:4064: result: /usr/bin/install -c
  40. configure:4075: checking whether build environment is sane
  41. configure:4130: result: yes
  42. configure:4281: checking for a thread-safe mkdir -p
  43. configure:4320: result: /bin/mkdir -p
  44. configure:4327: checking for gawk
  45. configure:4343: found /usr/bin/gawk
  46. configure:4354: result: gawk
  47. configure:4365: checking whether make sets $(MAKE)
  48. configure:4387: result: yes
  49. configure:4416: checking whether make supports nested variables
  50. configure:4433: result: yes
  51. configure:4563: checking build system type
  52. configure:4577: result: x86_64-pc-linux-gnu
  53. configure:4597: checking host system type
  54. configure:4610: result: x86_64-pc-linux-gnu
  55. configure:4689: checking for git
  56. configure:4705: found /usr/bin/git
  57. configure:4717: result: yes
  58. configure:5311: checking for gcc
  59. configure:5327: found /usr/bin/gcc
  60. configure:5338: result: gcc
  61. configure:5567: checking for C compiler version
  62. configure:5576: gcc --version >&5
  63. gcc (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3) 4.9.3
  64. Copyright (C) 2015 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:5587: $? = 0
  69. configure:5576: gcc -v >&5
  70. Using built-in specs.
  71. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/gcc
  72. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper
  73. Target: x86_64-pc-linux-gnu
  74. Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.9.3 p1.2, pie-0.6.3' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer
  75. Thread model: posix
  76. gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3)
  77. configure:5587: $? = 0
  78. configure:5576: gcc -V >&5
  79. gcc: error: unrecognized command line option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:5587: $? = 1
  83. configure:5576: gcc -qversion >&5
  84. gcc: error: unrecognized command line option '-qversion'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:5587: $? = 1
  88. configure:5607: checking whether the C compiler works
  89. configure:5629: gcc conftest.c >&5
  90. configure:5633: $? = 0
  91. configure:5681: result: yes
  92. configure:5684: checking for C compiler default output file name
  93. configure:5686: result: a.out
  94. configure:5692: checking for suffix of executables
  95. configure:5699: gcc -o conftest conftest.c >&5
  96. configure:5703: $? = 0
  97. configure:5725: result:
  98. configure:5747: checking whether we are cross compiling
  99. configure:5755: gcc -o conftest conftest.c >&5
  100. configure:5759: $? = 0
  101. configure:5766: ./conftest
  102. configure:5770: $? = 0
  103. configure:5785: result: no
  104. configure:5790: checking for suffix of object files
  105. configure:5812: gcc -c conftest.c >&5
  106. configure:5816: $? = 0
  107. configure:5837: result: o
  108. configure:5841: checking whether we are using the GNU C compiler
  109. configure:5860: gcc -c conftest.c >&5
  110. configure:5860: $? = 0
  111. configure:5869: result: yes
  112. configure:5878: checking whether gcc accepts -g
  113. configure:5898: gcc -c -g conftest.c >&5
  114. configure:5898: $? = 0
  115. configure:5939: result: yes
  116. configure:5956: checking for gcc option to accept ISO C89
  117. configure:6019: gcc -c -g -O2 conftest.c >&5
  118. configure:6019: $? = 0
  119. configure:6032: result: none needed
  120. configure:6057: checking whether gcc understands -c and -o together
  121. configure:6079: gcc -c conftest.c -o conftest2.o
  122. configure:6082: $? = 0
  123. configure:6079: gcc -c conftest.c -o conftest2.o
  124. configure:6082: $? = 0
  125. configure:6094: result: yes
  126. configure:6122: checking for style of include used by make
  127. configure:6150: result: GNU
  128. configure:6176: checking dependency style of gcc
  129. configure:6287: result: none
  130. configure:6307: checking how to run the C preprocessor
  131. configure:6338: gcc -E conftest.c
  132. configure:6338: $? = 0
  133. configure:6352: gcc -E conftest.c
  134. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  135. #include <ac_nonexistent.h>
  136. ^
  137. compilation terminated.
  138. configure:6352: $? = 1
  139. configure: failed program was:
  140. | /* confdefs.h */
  141. | #define PACKAGE_NAME "kodi"
  142. | #define PACKAGE_TARNAME "kodi"
  143. | #define PACKAGE_VERSION "15.2.000"
  144. | #define PACKAGE_STRING "kodi 15.2.000"
  145. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  146. | #define PACKAGE_URL ""
  147. | #define PACKAGE "kodi"
  148. | #define VERSION "15.2.000"
  149. | #define HAVE_LIRC 1
  150. | #define LIRC_DEVICE "/dev/lircd"
  151. | /* end confdefs.h. */
  152. | #include <ac_nonexistent.h>
  153. configure:6377: result: gcc -E
  154. configure:6397: gcc -E conftest.c
  155. configure:6397: $? = 0
  156. configure:6411: gcc -E conftest.c
  157. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  158. #include <ac_nonexistent.h>
  159. ^
  160. compilation terminated.
  161. configure:6411: $? = 1
  162. configure: failed program was:
  163. | /* confdefs.h */
  164. | #define PACKAGE_NAME "kodi"
  165. | #define PACKAGE_TARNAME "kodi"
  166. | #define PACKAGE_VERSION "15.2.000"
  167. | #define PACKAGE_STRING "kodi 15.2.000"
  168. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  169. | #define PACKAGE_URL ""
  170. | #define PACKAGE "kodi"
  171. | #define VERSION "15.2.000"
  172. | #define HAVE_LIRC 1
  173. | #define LIRC_DEVICE "/dev/lircd"
  174. | /* end confdefs.h. */
  175. | #include <ac_nonexistent.h>
  176. configure:6495: checking for gcc
  177. configure:6511: found /usr/bin/gcc
  178. configure:6522: result: gcc
  179. configure:6751: checking for C compiler version
  180. configure:6760: gcc --version >&5
  181. gcc (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3) 4.9.3
  182. Copyright (C) 2015 Free Software Foundation, Inc.
  183. This is free software; see the source for copying conditions. There is NO
  184. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  185.  
  186. configure:6771: $? = 0
  187. configure:6760: gcc -v >&5
  188. Using built-in specs.
  189. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/gcc
  190. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper
  191. Target: x86_64-pc-linux-gnu
  192. Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.9.3 p1.2, pie-0.6.3' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer
  193. Thread model: posix
  194. gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3)
  195. configure:6771: $? = 0
  196. configure:6760: gcc -V >&5
  197. gcc: error: unrecognized command line option '-V'
  198. gcc: fatal error: no input files
  199. compilation terminated.
  200. configure:6771: $? = 1
  201. configure:6760: gcc -qversion >&5
  202. gcc: error: unrecognized command line option '-qversion'
  203. gcc: fatal error: no input files
  204. compilation terminated.
  205. configure:6771: $? = 1
  206. configure:6775: checking whether we are using the GNU C compiler
  207. configure:6803: result: yes
  208. configure:6812: checking whether gcc accepts -g
  209. configure:6832: gcc -c -g -O2 conftest.c >&5
  210. configure:6832: $? = 0
  211. configure:6873: result: yes
  212. configure:6890: checking for gcc option to accept ISO C89
  213. configure:6966: result: none needed
  214. configure:6991: checking whether gcc understands -c and -o together
  215. configure:7028: result: yes
  216. configure:7047: checking dependency style of gcc
  217. configure:7158: result: none
  218. configure:7178: checking how to run the C preprocessor
  219. configure:7209: gcc -E conftest.c
  220. configure:7209: $? = 0
  221. configure:7223: gcc -E conftest.c
  222. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  223. #include <ac_nonexistent.h>
  224. ^
  225. compilation terminated.
  226. configure:7223: $? = 1
  227. configure: failed program was:
  228. | /* confdefs.h */
  229. | #define PACKAGE_NAME "kodi"
  230. | #define PACKAGE_TARNAME "kodi"
  231. | #define PACKAGE_VERSION "15.2.000"
  232. | #define PACKAGE_STRING "kodi 15.2.000"
  233. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  234. | #define PACKAGE_URL ""
  235. | #define PACKAGE "kodi"
  236. | #define VERSION "15.2.000"
  237. | #define HAVE_LIRC 1
  238. | #define LIRC_DEVICE "/dev/lircd"
  239. | /* end confdefs.h. */
  240. | #include <ac_nonexistent.h>
  241. configure:7248: result: gcc -E
  242. configure:7268: gcc -E conftest.c
  243. configure:7268: $? = 0
  244. configure:7282: gcc -E conftest.c
  245. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  246. #include <ac_nonexistent.h>
  247. ^
  248. compilation terminated.
  249. configure:7282: $? = 1
  250. configure: failed program was:
  251. | /* confdefs.h */
  252. | #define PACKAGE_NAME "kodi"
  253. | #define PACKAGE_TARNAME "kodi"
  254. | #define PACKAGE_VERSION "15.2.000"
  255. | #define PACKAGE_STRING "kodi 15.2.000"
  256. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  257. | #define PACKAGE_URL ""
  258. | #define PACKAGE "kodi"
  259. | #define VERSION "15.2.000"
  260. | #define HAVE_LIRC 1
  261. | #define LIRC_DEVICE "/dev/lircd"
  262. | /* end confdefs.h. */
  263. | #include <ac_nonexistent.h>
  264. configure:7379: checking for g++
  265. configure:7395: found /usr/bin/g++
  266. configure:7406: result: g++
  267. configure:7433: checking for C++ compiler version
  268. configure:7442: g++ --version >&5
  269. g++ (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3) 4.9.3
  270. Copyright (C) 2015 Free Software Foundation, Inc.
  271. This is free software; see the source for copying conditions. There is NO
  272. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  273.  
  274. configure:7453: $? = 0
  275. configure:7442: g++ -v >&5
  276. Using built-in specs.
  277. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/g++
  278. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper
  279. Target: x86_64-pc-linux-gnu
  280. Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.9.3 p1.2, pie-0.6.3' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer
  281. Thread model: posix
  282. gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3)
  283. configure:7453: $? = 0
  284. configure:7442: g++ -V >&5
  285. g++: error: unrecognized command line option '-V'
  286. g++: fatal error: no input files
  287. compilation terminated.
  288. configure:7453: $? = 1
  289. configure:7442: g++ -qversion >&5
  290. g++: error: unrecognized command line option '-qversion'
  291. g++: fatal error: no input files
  292. compilation terminated.
  293. configure:7453: $? = 1
  294. configure:7457: checking whether we are using the GNU C++ compiler
  295. configure:7476: g++ -c conftest.cpp >&5
  296. configure:7476: $? = 0
  297. configure:7485: result: yes
  298. configure:7494: checking whether g++ accepts -g
  299. configure:7514: g++ -c -g conftest.cpp >&5
  300. configure:7514: $? = 0
  301. configure:7555: result: yes
  302. configure:7580: checking dependency style of g++
  303. configure:7691: result: none
  304. configure:7711: checking how to run the C++ preprocessor
  305. configure:7738: g++ -E conftest.cpp
  306. configure:7738: $? = 0
  307. configure:7752: g++ -E conftest.cpp
  308. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  309. #include <ac_nonexistent.h>
  310. ^
  311. compilation terminated.
  312. configure:7752: $? = 1
  313. configure: failed program was:
  314. | /* confdefs.h */
  315. | #define PACKAGE_NAME "kodi"
  316. | #define PACKAGE_TARNAME "kodi"
  317. | #define PACKAGE_VERSION "15.2.000"
  318. | #define PACKAGE_STRING "kodi 15.2.000"
  319. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  320. | #define PACKAGE_URL ""
  321. | #define PACKAGE "kodi"
  322. | #define VERSION "15.2.000"
  323. | #define HAVE_LIRC 1
  324. | #define LIRC_DEVICE "/dev/lircd"
  325. | /* end confdefs.h. */
  326. | #include <ac_nonexistent.h>
  327. configure:7777: result: g++ -E
  328. configure:7797: g++ -E conftest.cpp
  329. configure:7797: $? = 0
  330. configure:7811: g++ -E conftest.cpp
  331. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  332. #include <ac_nonexistent.h>
  333. ^
  334. compilation terminated.
  335. configure:7811: $? = 1
  336. configure: failed program was:
  337. | /* confdefs.h */
  338. | #define PACKAGE_NAME "kodi"
  339. | #define PACKAGE_TARNAME "kodi"
  340. | #define PACKAGE_VERSION "15.2.000"
  341. | #define PACKAGE_STRING "kodi 15.2.000"
  342. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  343. | #define PACKAGE_URL ""
  344. | #define PACKAGE "kodi"
  345. | #define VERSION "15.2.000"
  346. | #define HAVE_LIRC 1
  347. | #define LIRC_DEVICE "/dev/lircd"
  348. | /* end confdefs.h. */
  349. | #include <ac_nonexistent.h>
  350. configure:7904: checking for g++
  351. configure:7920: found /usr/bin/g++
  352. configure:7931: result: g++
  353. configure:7958: checking for C++ compiler version
  354. configure:7967: g++ --version >&5
  355. g++ (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3) 4.9.3
  356. Copyright (C) 2015 Free Software Foundation, Inc.
  357. This is free software; see the source for copying conditions. There is NO
  358. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  359.  
  360. configure:7978: $? = 0
  361. configure:7967: g++ -v >&5
  362. Using built-in specs.
  363. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/g++
  364. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper
  365. Target: x86_64-pc-linux-gnu
  366. Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.9.3 p1.2, pie-0.6.3' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer
  367. Thread model: posix
  368. gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.2, pie-0.6.3)
  369. configure:7978: $? = 0
  370. configure:7967: g++ -V >&5
  371. g++: error: unrecognized command line option '-V'
  372. g++: fatal error: no input files
  373. compilation terminated.
  374. configure:7978: $? = 1
  375. configure:7967: g++ -qversion >&5
  376. g++: error: unrecognized command line option '-qversion'
  377. g++: fatal error: no input files
  378. compilation terminated.
  379. configure:7978: $? = 1
  380. configure:7982: checking whether we are using the GNU C++ compiler
  381. configure:8010: result: yes
  382. configure:8019: checking whether g++ accepts -g
  383. configure:8039: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  384. configure:8039: $? = 0
  385. configure:8080: result: yes
  386. configure:8105: checking dependency style of g++
  387. configure:8216: result: none
  388. configure:8236: checking how to run the C++ preprocessor
  389. configure:8263: g++ -E conftest.cpp
  390. configure:8263: $? = 0
  391. configure:8277: g++ -E conftest.cpp
  392. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  393. #include <ac_nonexistent.h>
  394. ^
  395. compilation terminated.
  396. configure:8277: $? = 1
  397. configure: failed program was:
  398. | /* confdefs.h */
  399. | #define PACKAGE_NAME "kodi"
  400. | #define PACKAGE_TARNAME "kodi"
  401. | #define PACKAGE_VERSION "15.2.000"
  402. | #define PACKAGE_STRING "kodi 15.2.000"
  403. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  404. | #define PACKAGE_URL ""
  405. | #define PACKAGE "kodi"
  406. | #define VERSION "15.2.000"
  407. | #define HAVE_LIRC 1
  408. | #define LIRC_DEVICE "/dev/lircd"
  409. | /* end confdefs.h. */
  410. | #include <ac_nonexistent.h>
  411. configure:8302: result: g++ -E
  412. configure:8322: g++ -E conftest.cpp
  413. configure:8322: $? = 0
  414. configure:8336: g++ -E conftest.cpp
  415. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  416. #include <ac_nonexistent.h>
  417. ^
  418. compilation terminated.
  419. configure:8336: $? = 1
  420. configure: failed program was:
  421. | /* confdefs.h */
  422. | #define PACKAGE_NAME "kodi"
  423. | #define PACKAGE_TARNAME "kodi"
  424. | #define PACKAGE_VERSION "15.2.000"
  425. | #define PACKAGE_STRING "kodi 15.2.000"
  426. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  427. | #define PACKAGE_URL ""
  428. | #define PACKAGE "kodi"
  429. | #define VERSION "15.2.000"
  430. | #define HAVE_LIRC 1
  431. | #define LIRC_DEVICE "/dev/lircd"
  432. | /* end confdefs.h. */
  433. | #include <ac_nonexistent.h>
  434. configure:8379: checking whether g++ supports C++11 features by default
  435. configure:8413: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  436. conftest.cpp:17:21: error: expected identifier before 'sizeof'
  437. static_assert(sizeof(int) <= sizeof(T), "not big enough");
  438. ^
  439. conftest.cpp:17:21: error: expected ',' or '...' before 'sizeof'
  440. conftest.cpp:17:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
  441. static_assert(sizeof(int) <= sizeof(T), "not big enough");
  442. ^
  443. conftest.cpp:27:29: error: '>>' should be '> >' within a nested template argument list
  444. typedef check<check<bool>> right_angle_brackets;
  445. ^
  446. conftest.cpp:30:13: error: expected constructor, destructor, or type conversion before '(' token
  447. decltype(a) b;
  448. ^
  449. conftest.cpp:34:15: error: expected unqualified-id before '&&' token
  450. check_type&& cr = static_cast<check_type&&>(c);
  451. ^
  452. conftest.cpp:36:10: error: 'd' does not name a type
  453. auto d = a;
  454. ^
  455. conftest.cpp:37:10: error: 'l' does not name a type
  456. auto l = [](){};
  457. ^
  458. configure:8413: $? = 1
  459. configure: failed program was:
  460. | /* confdefs.h */
  461. | #define PACKAGE_NAME "kodi"
  462. | #define PACKAGE_TARNAME "kodi"
  463. | #define PACKAGE_VERSION "15.2.000"
  464. | #define PACKAGE_STRING "kodi 15.2.000"
  465. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  466. | #define PACKAGE_URL ""
  467. | #define PACKAGE "kodi"
  468. | #define VERSION "15.2.000"
  469. | #define HAVE_LIRC 1
  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:8420: result: no
  499. configure:8429: checking whether g++ supports C++11 features with -std=gnu++11
  500. configure:8465: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  501. configure:8465: $? = 0
  502. configure:8474: result: yes
  503. configure:8616: checking how to print strings
  504. configure:8643: result: printf
  505. configure:8664: checking for a sed that does not truncate output
  506. configure:8728: result: /bin/sed
  507. configure:8746: checking for grep that handles long lines and -e
  508. configure:8804: result: /bin/grep
  509. configure:8809: checking for egrep
  510. configure:8871: result: /bin/grep -E
  511. configure:8876: checking for fgrep
  512. configure:8938: result: /bin/grep -F
  513. configure:8973: checking for ld used by gcc
  514. configure:9040: result: /usr/x86_64-pc-linux-gnu/bin/ld
  515. configure:9047: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
  516. configure:9062: result: yes
  517. configure:9074: checking for BSD- or MS-compatible name lister (nm)
  518. configure:9128: result: /usr/bin/nm -B
  519. configure:9258: checking the name lister (/usr/bin/nm -B) interface
  520. configure:9265: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  521. configure:9268: /usr/bin/nm -B "conftest.o"
  522. configure:9271: output
  523. 0000000000000000 B some_variable
  524. configure:9278: result: BSD nm
  525. configure:9281: checking whether ln -s works
  526. configure:9285: result: yes
  527. configure:9293: checking the maximum length of command line arguments
  528. configure:9424: result: 1572864
  529. configure:9472: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  530. configure:9512: result: func_convert_file_noop
  531. configure:9519: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  532. configure:9539: result: func_convert_file_noop
  533. configure:9546: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
  534. configure:9553: result: -r
  535. configure:9627: checking for objdump
  536. configure:9643: found /usr/bin/objdump
  537. configure:9654: result: objdump
  538. configure:9686: checking how to recognize dependent libraries
  539. configure:9886: result: pass_all
  540. configure:9971: checking for dlltool
  541. configure:10001: result: no
  542. configure:10031: checking how to associate runtime and link libraries
  543. configure:10058: result: printf %s\n
  544. configure:10119: checking for ar
  545. configure:10135: found /usr/bin/ar
  546. configure:10146: result: ar
  547. configure:10183: checking for archiver @FILE support
  548. configure:10200: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  549. configure:10200: $? = 0
  550. configure:10203: ar cru libconftest.a @conftest.lst >&5
  551. configure:10206: $? = 0
  552. configure:10211: ar cru libconftest.a @conftest.lst >&5
  553. ar: conftest.o: No such file or directory
  554. configure:10214: $? = 1
  555. configure:10226: result: @
  556. configure:10284: checking for strip
  557. configure:10300: found /usr/bin/strip
  558. configure:10311: result: strip
  559. configure:10383: checking for ranlib
  560. configure:10399: found /usr/bin/ranlib
  561. configure:10410: result: ranlib
  562. configure:10512: checking command to parse /usr/bin/nm -B output from gcc object
  563. configure:10665: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  564. configure:10668: $? = 0
  565. configure:10672: /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
  566. configure:10675: $? = 0
  567. configure:10741: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
  568. configure:10744: $? = 0
  569. configure:10782: result: ok
  570. configure:10829: checking for sysroot
  571. configure:10859: result: no
  572. configure:10866: checking for a working dd
  573. configure:10904: result: /bin/dd
  574. configure:10908: checking how to truncate binary pipes
  575. configure:10923: result: /bin/dd bs=4096 count=1
  576. configure:11059: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  577. configure:11062: $? = 0
  578. configure:11252: checking for mt
  579. configure:11282: result: no
  580. configure:11302: checking if : is a manifest tool
  581. configure:11308: : '-?'
  582. configure:11316: result: no
  583. configure:11989: checking for ANSI C header files
  584. configure:12009: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  585. configure:12009: $? = 0
  586. configure:12082: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  587. configure:12082: $? = 0
  588. configure:12082: ./conftest
  589. configure:12082: $? = 0
  590. configure:12093: result: yes
  591. configure:12106: checking for sys/types.h
  592. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  593. configure:12106: $? = 0
  594. configure:12106: result: yes
  595. configure:12106: checking for sys/stat.h
  596. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  597. configure:12106: $? = 0
  598. configure:12106: result: yes
  599. configure:12106: checking for stdlib.h
  600. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  601. configure:12106: $? = 0
  602. configure:12106: result: yes
  603. configure:12106: checking for string.h
  604. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  605. configure:12106: $? = 0
  606. configure:12106: result: yes
  607. configure:12106: checking for memory.h
  608. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  609. configure:12106: $? = 0
  610. configure:12106: result: yes
  611. configure:12106: checking for strings.h
  612. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  613. configure:12106: $? = 0
  614. configure:12106: result: yes
  615. configure:12106: checking for inttypes.h
  616. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  617. configure:12106: $? = 0
  618. configure:12106: result: yes
  619. configure:12106: checking for stdint.h
  620. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  621. configure:12106: $? = 0
  622. configure:12106: result: yes
  623. configure:12106: checking for unistd.h
  624. configure:12106: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  625. configure:12106: $? = 0
  626. configure:12106: result: yes
  627. configure:12120: checking for dlfcn.h
  628. configure:12120: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  629. configure:12120: $? = 0
  630. configure:12120: result: yes
  631. configure:12386: checking for objdir
  632. configure:12401: result: .libs
  633. configure:12661: checking if gcc supports -fno-rtti -fno-exceptions
  634. configure:12679: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  635. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  636. configure:12683: $? = 0
  637. configure:12696: result: no
  638. configure:13054: checking for gcc option to produce PIC
  639. configure:13061: result: -fPIC -DPIC
  640. configure:13069: checking if gcc PIC flag -fPIC -DPIC works
  641. configure:13087: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  642. configure:13091: $? = 0
  643. configure:13104: result: yes
  644. configure:13133: checking if gcc static flag -static works
  645. configure:13161: result: yes
  646. configure:13176: checking if gcc supports -c -o file.o
  647. configure:13197: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  648. configure:13201: $? = 0
  649. configure:13223: result: yes
  650. configure:13231: checking if gcc supports -c -o file.o
  651. configure:13278: result: yes
  652. configure:13311: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  653. configure:14570: result: yes
  654. configure:14607: checking whether -lc should be explicitly linked in
  655. configure:14615: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  656. configure:14618: $? = 0
  657. configure:14633: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  658. configure:14636: $? = 0
  659. configure:14650: result: no
  660. configure:14810: checking dynamic linker characteristics
  661. configure:15404: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
  662. configure:15404: $? = 0
  663. configure:15641: result: GNU/Linux ld.so
  664. configure:15763: checking how to hardcode library paths into programs
  665. configure:15788: result: immediate
  666. configure:16336: checking whether stripping libraries is possible
  667. configure:16341: result: yes
  668. configure:16376: checking if libtool supports shared libraries
  669. configure:16378: result: yes
  670. configure:16381: checking whether to build shared libraries
  671. configure:16406: result: yes
  672. configure:16409: checking whether to build static libraries
  673. configure:16413: result: yes
  674. configure:16436: checking how to run the C++ preprocessor
  675. configure:16502: result: g++ -E
  676. configure:16522: g++ -E conftest.cpp
  677. configure:16522: $? = 0
  678. configure:16536: g++ -E conftest.cpp
  679. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  680. #include <ac_nonexistent.h>
  681. ^
  682. compilation terminated.
  683. configure:16536: $? = 1
  684. configure: failed program was:
  685. | /* confdefs.h */
  686. | #define PACKAGE_NAME "kodi"
  687. | #define PACKAGE_TARNAME "kodi"
  688. | #define PACKAGE_VERSION "15.2.000"
  689. | #define PACKAGE_STRING "kodi 15.2.000"
  690. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  691. | #define PACKAGE_URL ""
  692. | #define PACKAGE "kodi"
  693. | #define VERSION "15.2.000"
  694. | #define HAVE_LIRC 1
  695. | #define LIRC_DEVICE "/dev/lircd"
  696. | #define HAVE_CXX11 1
  697. | #define STDC_HEADERS 1
  698. | #define HAVE_SYS_TYPES_H 1
  699. | #define HAVE_SYS_STAT_H 1
  700. | #define HAVE_STDLIB_H 1
  701. | #define HAVE_STRING_H 1
  702. | #define HAVE_MEMORY_H 1
  703. | #define HAVE_STRINGS_H 1
  704. | #define HAVE_INTTYPES_H 1
  705. | #define HAVE_STDINT_H 1
  706. | #define HAVE_UNISTD_H 1
  707. | #define HAVE_DLFCN_H 1
  708. | #define LT_OBJDIR ".libs/"
  709. | /* end confdefs.h. */
  710. | #include <ac_nonexistent.h>
  711. configure:16698: checking for ld used by g++
  712. configure:16765: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  713. configure:16772: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
  714. configure:16787: result: yes
  715. configure:16842: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  716. configure:17915: result: yes
  717. configure:17951: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  718. configure:17954: $? = 0
  719. configure:18435: checking for g++ option to produce PIC
  720. configure:18442: result: -fPIC -DPIC
  721. configure:18450: checking if g++ PIC flag -fPIC -DPIC works
  722. configure:18468: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -fPIC -DPIC -DPIC conftest.cpp >&5
  723. configure:18472: $? = 0
  724. configure:18485: result: yes
  725. configure:18508: checking if g++ static flag -static works
  726. configure:18536: result: yes
  727. configure:18548: checking if g++ supports -c -o file.o
  728. configure:18569: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -o out/conftest2.o conftest.cpp >&5
  729. configure:18573: $? = 0
  730. configure:18595: result: yes
  731. configure:18600: checking if g++ supports -c -o file.o
  732. configure:18647: result: yes
  733. configure:18677: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  734. configure:18717: result: yes
  735. configure:18858: checking dynamic linker characteristics
  736. configure:19616: result: GNU/Linux ld.so
  737. configure:19681: checking how to hardcode library paths into programs
  738. configure:19706: result: immediate
  739. configure:19771: checking for gawk
  740. configure:19798: result: gawk
  741. configure:19809: checking whether ln -s works
  742. configure:19813: result: yes
  743. configure:19820: checking whether make sets $(MAKE)
  744. configure:19842: result: yes
  745. configure:19905: checking for pkg-config
  746. configure:19923: found /usr/bin/pkg-config
  747. configure:19935: result: /usr/bin/pkg-config
  748. configure:19960: checking pkg-config is at least version 0.9.0
  749. configure:19963: result: yes
  750. configure:20389: gcc -c -msse4.1 conftest.c >&5
  751. configure:20389: $? = 0
  752. configure:20401: checking for size_t
  753. configure:20401: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  754. configure:20401: $? = 0
  755. configure:20401: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  756. conftest.c: In function 'main':
  757. conftest.c:62:21: error: expected expression before ')' token
  758. if (sizeof ((size_t)))
  759. ^
  760. configure:20401: $? = 1
  761. configure: failed program was:
  762. | /* confdefs.h */
  763. | #define PACKAGE_NAME "kodi"
  764. | #define PACKAGE_TARNAME "kodi"
  765. | #define PACKAGE_VERSION "15.2.000"
  766. | #define PACKAGE_STRING "kodi 15.2.000"
  767. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  768. | #define PACKAGE_URL ""
  769. | #define PACKAGE "kodi"
  770. | #define VERSION "15.2.000"
  771. | #define HAVE_LIRC 1
  772. | #define LIRC_DEVICE "/dev/lircd"
  773. | #define HAVE_CXX11 1
  774. | #define STDC_HEADERS 1
  775. | #define HAVE_SYS_TYPES_H 1
  776. | #define HAVE_SYS_STAT_H 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_STRING_H 1
  779. | #define HAVE_MEMORY_H 1
  780. | #define HAVE_STRINGS_H 1
  781. | #define HAVE_INTTYPES_H 1
  782. | #define HAVE_STDINT_H 1
  783. | #define HAVE_UNISTD_H 1
  784. | #define HAVE_DLFCN_H 1
  785. | #define LT_OBJDIR ".libs/"
  786. | /* end confdefs.h. */
  787. | #include <stdio.h>
  788. | #ifdef HAVE_SYS_TYPES_H
  789. | # include <sys/types.h>
  790. | #endif
  791. | #ifdef HAVE_SYS_STAT_H
  792. | # include <sys/stat.h>
  793. | #endif
  794. | #ifdef STDC_HEADERS
  795. | # include <stdlib.h>
  796. | # include <stddef.h>
  797. | #else
  798. | # ifdef HAVE_STDLIB_H
  799. | # include <stdlib.h>
  800. | # endif
  801. | #endif
  802. | #ifdef HAVE_STRING_H
  803. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  804. | # include <memory.h>
  805. | # endif
  806. | # include <string.h>
  807. | #endif
  808. | #ifdef HAVE_STRINGS_H
  809. | # include <strings.h>
  810. | #endif
  811. | #ifdef HAVE_INTTYPES_H
  812. | # include <inttypes.h>
  813. | #endif
  814. | #ifdef HAVE_STDINT_H
  815. | # include <stdint.h>
  816. | #endif
  817. | #ifdef HAVE_UNISTD_H
  818. | # include <unistd.h>
  819. | #endif
  820. | int
  821. | main ()
  822. | {
  823. | if (sizeof ((size_t)))
  824. | return 0;
  825. | ;
  826. | return 0;
  827. | }
  828. configure:20401: result: yes
  829. configure:20414: checking for working alloca.h
  830. configure:20431: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  831. configure:20431: $? = 0
  832. configure:20439: result: yes
  833. configure:20447: checking for alloca
  834. configure:20484: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  835. configure:20484: $? = 0
  836. configure:20492: result: yes
  837. configure:20598: checking for uid_t in sys/types.h
  838. configure:20617: result: yes
  839. configure:20630: checking for unistd.h
  840. configure:20630: result: yes
  841. configure:20640: checking for working chown
  842. configure:20673: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  843. configure:20673: $? = 0
  844. configure:20673: ./conftest
  845. configure:20673: $? = 0
  846. configure:20685: result: yes
  847. configure:20696: checking for dirent.h that defines DIR
  848. configure:20715: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  849. configure:20715: $? = 0
  850. configure:20723: result: yes
  851. configure:20736: checking for library containing opendir
  852. configure:20767: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  853. configure:20767: $? = 0
  854. configure:20784: result: none required
  855. configure:20851: checking whether closedir returns void
  856. configure:20875: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  857. configure:20875: $? = 0
  858. configure:20875: ./conftest
  859. configure:20875: $? = 0
  860. configure:20885: result: no
  861. configure:20893: checking for error_at_line
  862. configure:20909: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  863. configure:20909: $? = 0
  864. configure:20917: result: yes
  865. configure:20928: checking for _LARGEFILE_SOURCE value needed for large files
  866. configure:20947: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  867. configure:20947: $? = 0
  868. configure:20975: result: no
  869. configure:20997: checking whether gcc needs -traditional
  870. configure:21031: result: no
  871. configure:21038: checking whether lstat correctly handles trailing slash
  872. configure:21064: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  873. configure:21064: $? = 0
  874. configure:21064: ./conftest
  875. configure:21064: $? = 0
  876. configure:21081: result: yes
  877. configure:21100: checking whether lstat accepts an empty string
  878. configure:21120: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  879. configure:21120: $? = 0
  880. configure:21120: ./conftest
  881. configure:21120: $? = 0
  882. configure:21130: result: no
  883. configure:21146: checking whether lstat correctly handles trailing slash
  884. configure:21189: result: yes
  885. configure:21208: checking for working memcmp
  886. configure:21251: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  887. configure:21251: $? = 0
  888. configure:21251: ./conftest
  889. configure:21251: $? = 0
  890. configure:21261: result: yes
  891. configure:21270: checking whether time.h and sys/time.h may both be included
  892. configure:21290: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  893. configure:21290: $? = 0
  894. configure:21297: result: yes
  895. configure:21311: checking for sys/time.h
  896. configure:21311: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  897. configure:21311: $? = 0
  898. configure:21311: result: yes
  899. configure:21311: checking for unistd.h
  900. configure:21311: result: yes
  901. configure:21311: checking for stdlib.h
  902. configure:21311: result: yes
  903. configure:21311: checking for sys/param.h
  904. configure:21311: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  905. configure:21311: $? = 0
  906. configure:21311: result: yes
  907. configure:21311: checking for utime.h
  908. configure:21311: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  909. configure:21311: $? = 0
  910. configure:21311: result: yes
  911. configure:21332: checking for alarm
  912. configure:21332: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  913. configure:21332: $? = 0
  914. configure:21332: result: yes
  915. configure:21345: checking for working mktime
  916. configure:21547: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  917. configure:21547: $? = 0
  918. configure:21547: ./conftest
  919. configure:21547: $? = 0
  920. configure:21557: result: yes
  921. configure:21575: checking for getpagesize
  922. configure:21575: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  923. configure:21575: $? = 0
  924. configure:21575: result: yes
  925. configure:21584: checking for working mmap
  926. configure:21731: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  927. configure:21731: $? = 0
  928. configure:21731: ./conftest
  929. configure:21731: $? = 0
  930. configure:21741: result: yes
  931. configure:21756: checking sys/select.h usability
  932. configure:21756: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  933. configure:21756: $? = 0
  934. configure:21756: result: yes
  935. configure:21756: checking sys/select.h presence
  936. configure:21756: gcc -E conftest.c
  937. configure:21756: $? = 0
  938. configure:21756: result: yes
  939. configure:21756: checking for sys/select.h
  940. configure:21756: result: yes
  941. configure:21756: checking sys/socket.h usability
  942. configure:21756: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  943. configure:21756: $? = 0
  944. configure:21756: result: yes
  945. configure:21756: checking sys/socket.h presence
  946. configure:21756: gcc -E conftest.c
  947. configure:21756: $? = 0
  948. configure:21756: result: yes
  949. configure:21756: checking for sys/socket.h
  950. configure:21756: result: yes
  951. configure:21766: checking types of arguments for select
  952. configure:21794: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  953. configure:21794: $? = 0
  954. configure:21805: result: int,fd_set *,struct timeval *
  955. configure:21835: checking return type of signal handlers
  956. configure:21853: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  957. conftest.c: In function 'main':
  958. conftest.c:54:1: error: void value not ignored as it ought to be
  959. return *(signal (0, 0)) (0) == 1;
  960. ^
  961. configure:21853: $? = 1
  962. configure: failed program was:
  963. | /* confdefs.h */
  964. | #define PACKAGE_NAME "kodi"
  965. | #define PACKAGE_TARNAME "kodi"
  966. | #define PACKAGE_VERSION "15.2.000"
  967. | #define PACKAGE_STRING "kodi 15.2.000"
  968. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  969. | #define PACKAGE_URL ""
  970. | #define PACKAGE "kodi"
  971. | #define VERSION "15.2.000"
  972. | #define HAVE_LIRC 1
  973. | #define LIRC_DEVICE "/dev/lircd"
  974. | #define HAVE_CXX11 1
  975. | #define STDC_HEADERS 1
  976. | #define HAVE_SYS_TYPES_H 1
  977. | #define HAVE_SYS_STAT_H 1
  978. | #define HAVE_STDLIB_H 1
  979. | #define HAVE_STRING_H 1
  980. | #define HAVE_MEMORY_H 1
  981. | #define HAVE_STRINGS_H 1
  982. | #define HAVE_INTTYPES_H 1
  983. | #define HAVE_STDINT_H 1
  984. | #define HAVE_UNISTD_H 1
  985. | #define HAVE_DLFCN_H 1
  986. | #define LT_OBJDIR ".libs/"
  987. | #define HAVE_ALLOCA_H 1
  988. | #define HAVE_ALLOCA 1
  989. | #define HAVE_UNISTD_H 1
  990. | #define HAVE_CHOWN 1
  991. | #define HAVE_DIRENT_H 1
  992. | #define HAVE_FSEEKO 1
  993. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  994. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  995. | #define TIME_WITH_SYS_TIME 1
  996. | #define HAVE_SYS_TIME_H 1
  997. | #define HAVE_UNISTD_H 1
  998. | #define HAVE_STDLIB_H 1
  999. | #define HAVE_SYS_PARAM_H 1
  1000. | #define HAVE_UTIME_H 1
  1001. | #define HAVE_ALARM 1
  1002. | #define HAVE_GETPAGESIZE 1
  1003. | #define HAVE_MMAP 1
  1004. | #define HAVE_SYS_SELECT_H 1
  1005. | #define HAVE_SYS_SOCKET_H 1
  1006. | #define SELECT_TYPE_ARG1 int
  1007. | #define SELECT_TYPE_ARG234 (fd_set *)
  1008. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1009. | /* end confdefs.h. */
  1010. | #include <sys/types.h>
  1011. | #include <signal.h>
  1012. |
  1013. | int
  1014. | main ()
  1015. | {
  1016. | return *(signal (0, 0)) (0) == 1;
  1017. | ;
  1018. | return 0;
  1019. | }
  1020. configure:21860: result: void
  1021. configure:21868: checking whether stat accepts an empty string
  1022. configure:21888: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1023. configure:21888: $? = 0
  1024. configure:21888: ./conftest
  1025. configure:21888: $? = 0
  1026. configure:21898: result: no
  1027. configure:21914: checking for working strcoll
  1028. configure:21935: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1029. configure:21935: $? = 0
  1030. configure:21935: ./conftest
  1031. configure:21935: $? = 0
  1032. configure:21945: result: yes
  1033. configure:21955: checking for strftime
  1034. configure:21955: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1035. conftest.c:73:6: warning: conflicting types for built-in function 'strftime'
  1036. char strftime ();
  1037. ^
  1038. configure:21955: $? = 0
  1039. configure:21955: result: yes
  1040. configure:22008: checking for working strtod
  1041. configure:22049: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1042. configure:22049: $? = 0
  1043. configure:22049: ./conftest
  1044. configure:22049: $? = 0
  1045. configure:22059: result: yes
  1046. configure:22124: checking whether utime accepts a null argument
  1047. configure:22153: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1048. configure:22153: $? = 0
  1049. configure:22153: ./conftest
  1050. configure:22153: $? = 0
  1051. configure:22163: result: yes
  1052. configure:22175: checking for vprintf
  1053. configure:22175: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1054. conftest.c:75:6: warning: conflicting types for built-in function 'vprintf'
  1055. char vprintf ();
  1056. ^
  1057. configure:22175: $? = 0
  1058. configure:22175: result: yes
  1059. configure:22181: checking for _doprnt
  1060. configure:22181: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1061. /tmp/ccexnmg0.o: In function `main':
  1062. /home/kodi/xbmc/conftest.c:87: undefined reference to `_doprnt'
  1063. collect2: error: ld returned 1 exit status
  1064. configure:22181: $? = 1
  1065. configure: failed program was:
  1066. | /* confdefs.h */
  1067. | #define PACKAGE_NAME "kodi"
  1068. | #define PACKAGE_TARNAME "kodi"
  1069. | #define PACKAGE_VERSION "15.2.000"
  1070. | #define PACKAGE_STRING "kodi 15.2.000"
  1071. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1072. | #define PACKAGE_URL ""
  1073. | #define PACKAGE "kodi"
  1074. | #define VERSION "15.2.000"
  1075. | #define HAVE_LIRC 1
  1076. | #define LIRC_DEVICE "/dev/lircd"
  1077. | #define HAVE_CXX11 1
  1078. | #define STDC_HEADERS 1
  1079. | #define HAVE_SYS_TYPES_H 1
  1080. | #define HAVE_SYS_STAT_H 1
  1081. | #define HAVE_STDLIB_H 1
  1082. | #define HAVE_STRING_H 1
  1083. | #define HAVE_MEMORY_H 1
  1084. | #define HAVE_STRINGS_H 1
  1085. | #define HAVE_INTTYPES_H 1
  1086. | #define HAVE_STDINT_H 1
  1087. | #define HAVE_UNISTD_H 1
  1088. | #define HAVE_DLFCN_H 1
  1089. | #define LT_OBJDIR ".libs/"
  1090. | #define HAVE_ALLOCA_H 1
  1091. | #define HAVE_ALLOCA 1
  1092. | #define HAVE_UNISTD_H 1
  1093. | #define HAVE_CHOWN 1
  1094. | #define HAVE_DIRENT_H 1
  1095. | #define HAVE_FSEEKO 1
  1096. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1097. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1098. | #define TIME_WITH_SYS_TIME 1
  1099. | #define HAVE_SYS_TIME_H 1
  1100. | #define HAVE_UNISTD_H 1
  1101. | #define HAVE_STDLIB_H 1
  1102. | #define HAVE_SYS_PARAM_H 1
  1103. | #define HAVE_UTIME_H 1
  1104. | #define HAVE_ALARM 1
  1105. | #define HAVE_GETPAGESIZE 1
  1106. | #define HAVE_MMAP 1
  1107. | #define HAVE_SYS_SELECT_H 1
  1108. | #define HAVE_SYS_SOCKET_H 1
  1109. | #define SELECT_TYPE_ARG1 int
  1110. | #define SELECT_TYPE_ARG234 (fd_set *)
  1111. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1112. | #define RETSIGTYPE void
  1113. | #define HAVE_STRCOLL 1
  1114. | #define HAVE_STRFTIME 1
  1115. | #define HAVE_UTIME_NULL 1
  1116. | #define HAVE_VPRINTF 1
  1117. | /* end confdefs.h. */
  1118. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1119. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1120. | #define _doprnt innocuous__doprnt
  1121. |
  1122. | /* System header to define __stub macros and hopefully few prototypes,
  1123. | which can conflict with char _doprnt (); below.
  1124. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1125. | <limits.h> exists even on freestanding compilers. */
  1126. |
  1127. | #ifdef __STDC__
  1128. | # include <limits.h>
  1129. | #else
  1130. | # include <assert.h>
  1131. | #endif
  1132. |
  1133. | #undef _doprnt
  1134. |
  1135. | /* Override any GCC internal prototype to avoid an error.
  1136. | Use char because int might match the return type of a GCC
  1137. | builtin and then its argument prototype would still apply. */
  1138. | #ifdef __cplusplus
  1139. | extern "C"
  1140. | #endif
  1141. | char _doprnt ();
  1142. | /* The GNU C library defines this for functions which it implements
  1143. | to always fail with ENOSYS. Some functions are actually named
  1144. | something starting with __ and the normal name is an alias. */
  1145. | #if defined __stub__doprnt || defined __stub____doprnt
  1146. | choke me
  1147. | #endif
  1148. |
  1149. | int
  1150. | main ()
  1151. | {
  1152. | return _doprnt ();
  1153. | ;
  1154. | return 0;
  1155. | }
  1156. configure:22181: result: no
  1157. configure:22195: checking for atexit
  1158. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1159. configure:22195: $? = 0
  1160. configure:22195: result: yes
  1161. configure:22195: checking for dup2
  1162. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1163. configure:22195: $? = 0
  1164. configure:22195: result: yes
  1165. configure:22195: checking for fdatasync
  1166. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1167. configure:22195: $? = 0
  1168. configure:22195: result: yes
  1169. configure:22195: checking for floor
  1170. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1171. conftest.c:79:6: warning: conflicting types for built-in function 'floor'
  1172. char floor ();
  1173. ^
  1174. /tmp/cch9s3GY.o: In function `main':
  1175. /home/kodi/xbmc/conftest.c:90: undefined reference to `floor'
  1176. collect2: error: ld returned 1 exit status
  1177. configure:22195: $? = 1
  1178. configure: failed program was:
  1179. | /* confdefs.h */
  1180. | #define PACKAGE_NAME "kodi"
  1181. | #define PACKAGE_TARNAME "kodi"
  1182. | #define PACKAGE_VERSION "15.2.000"
  1183. | #define PACKAGE_STRING "kodi 15.2.000"
  1184. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1185. | #define PACKAGE_URL ""
  1186. | #define PACKAGE "kodi"
  1187. | #define VERSION "15.2.000"
  1188. | #define HAVE_LIRC 1
  1189. | #define LIRC_DEVICE "/dev/lircd"
  1190. | #define HAVE_CXX11 1
  1191. | #define STDC_HEADERS 1
  1192. | #define HAVE_SYS_TYPES_H 1
  1193. | #define HAVE_SYS_STAT_H 1
  1194. | #define HAVE_STDLIB_H 1
  1195. | #define HAVE_STRING_H 1
  1196. | #define HAVE_MEMORY_H 1
  1197. | #define HAVE_STRINGS_H 1
  1198. | #define HAVE_INTTYPES_H 1
  1199. | #define HAVE_STDINT_H 1
  1200. | #define HAVE_UNISTD_H 1
  1201. | #define HAVE_DLFCN_H 1
  1202. | #define LT_OBJDIR ".libs/"
  1203. | #define HAVE_ALLOCA_H 1
  1204. | #define HAVE_ALLOCA 1
  1205. | #define HAVE_UNISTD_H 1
  1206. | #define HAVE_CHOWN 1
  1207. | #define HAVE_DIRENT_H 1
  1208. | #define HAVE_FSEEKO 1
  1209. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1210. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1211. | #define TIME_WITH_SYS_TIME 1
  1212. | #define HAVE_SYS_TIME_H 1
  1213. | #define HAVE_UNISTD_H 1
  1214. | #define HAVE_STDLIB_H 1
  1215. | #define HAVE_SYS_PARAM_H 1
  1216. | #define HAVE_UTIME_H 1
  1217. | #define HAVE_ALARM 1
  1218. | #define HAVE_GETPAGESIZE 1
  1219. | #define HAVE_MMAP 1
  1220. | #define HAVE_SYS_SELECT_H 1
  1221. | #define HAVE_SYS_SOCKET_H 1
  1222. | #define SELECT_TYPE_ARG1 int
  1223. | #define SELECT_TYPE_ARG234 (fd_set *)
  1224. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1225. | #define RETSIGTYPE void
  1226. | #define HAVE_STRCOLL 1
  1227. | #define HAVE_STRFTIME 1
  1228. | #define HAVE_UTIME_NULL 1
  1229. | #define HAVE_VPRINTF 1
  1230. | #define HAVE_ATEXIT 1
  1231. | #define HAVE_DUP2 1
  1232. | #define HAVE_FDATASYNC 1
  1233. | /* end confdefs.h. */
  1234. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1235. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1236. | #define floor innocuous_floor
  1237. |
  1238. | /* System header to define __stub macros and hopefully few prototypes,
  1239. | which can conflict with char floor (); below.
  1240. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1241. | <limits.h> exists even on freestanding compilers. */
  1242. |
  1243. | #ifdef __STDC__
  1244. | # include <limits.h>
  1245. | #else
  1246. | # include <assert.h>
  1247. | #endif
  1248. |
  1249. | #undef floor
  1250. |
  1251. | /* Override any GCC internal prototype to avoid an error.
  1252. | Use char because int might match the return type of a GCC
  1253. | builtin and then its argument prototype would still apply. */
  1254. | #ifdef __cplusplus
  1255. | extern "C"
  1256. | #endif
  1257. | char floor ();
  1258. | /* The GNU C library defines this for functions which it implements
  1259. | to always fail with ENOSYS. Some functions are actually named
  1260. | something starting with __ and the normal name is an alias. */
  1261. | #if defined __stub_floor || defined __stub___floor
  1262. | choke me
  1263. | #endif
  1264. |
  1265. | int
  1266. | main ()
  1267. | {
  1268. | return floor ();
  1269. | ;
  1270. | return 0;
  1271. | }
  1272. configure:22195: result: no
  1273. configure:22195: checking for fs_stat_dev
  1274. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1275. /tmp/cc7VTlv1.o: In function `main':
  1276. /home/kodi/xbmc/conftest.c:90: undefined reference to `fs_stat_dev'
  1277. collect2: error: ld returned 1 exit status
  1278. configure:22195: $? = 1
  1279. configure: failed program was:
  1280. | /* confdefs.h */
  1281. | #define PACKAGE_NAME "kodi"
  1282. | #define PACKAGE_TARNAME "kodi"
  1283. | #define PACKAGE_VERSION "15.2.000"
  1284. | #define PACKAGE_STRING "kodi 15.2.000"
  1285. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1286. | #define PACKAGE_URL ""
  1287. | #define PACKAGE "kodi"
  1288. | #define VERSION "15.2.000"
  1289. | #define HAVE_LIRC 1
  1290. | #define LIRC_DEVICE "/dev/lircd"
  1291. | #define HAVE_CXX11 1
  1292. | #define STDC_HEADERS 1
  1293. | #define HAVE_SYS_TYPES_H 1
  1294. | #define HAVE_SYS_STAT_H 1
  1295. | #define HAVE_STDLIB_H 1
  1296. | #define HAVE_STRING_H 1
  1297. | #define HAVE_MEMORY_H 1
  1298. | #define HAVE_STRINGS_H 1
  1299. | #define HAVE_INTTYPES_H 1
  1300. | #define HAVE_STDINT_H 1
  1301. | #define HAVE_UNISTD_H 1
  1302. | #define HAVE_DLFCN_H 1
  1303. | #define LT_OBJDIR ".libs/"
  1304. | #define HAVE_ALLOCA_H 1
  1305. | #define HAVE_ALLOCA 1
  1306. | #define HAVE_UNISTD_H 1
  1307. | #define HAVE_CHOWN 1
  1308. | #define HAVE_DIRENT_H 1
  1309. | #define HAVE_FSEEKO 1
  1310. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1311. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1312. | #define TIME_WITH_SYS_TIME 1
  1313. | #define HAVE_SYS_TIME_H 1
  1314. | #define HAVE_UNISTD_H 1
  1315. | #define HAVE_STDLIB_H 1
  1316. | #define HAVE_SYS_PARAM_H 1
  1317. | #define HAVE_UTIME_H 1
  1318. | #define HAVE_ALARM 1
  1319. | #define HAVE_GETPAGESIZE 1
  1320. | #define HAVE_MMAP 1
  1321. | #define HAVE_SYS_SELECT_H 1
  1322. | #define HAVE_SYS_SOCKET_H 1
  1323. | #define SELECT_TYPE_ARG1 int
  1324. | #define SELECT_TYPE_ARG234 (fd_set *)
  1325. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1326. | #define RETSIGTYPE void
  1327. | #define HAVE_STRCOLL 1
  1328. | #define HAVE_STRFTIME 1
  1329. | #define HAVE_UTIME_NULL 1
  1330. | #define HAVE_VPRINTF 1
  1331. | #define HAVE_ATEXIT 1
  1332. | #define HAVE_DUP2 1
  1333. | #define HAVE_FDATASYNC 1
  1334. | /* end confdefs.h. */
  1335. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1336. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1337. | #define fs_stat_dev innocuous_fs_stat_dev
  1338. |
  1339. | /* System header to define __stub macros and hopefully few prototypes,
  1340. | which can conflict with char fs_stat_dev (); below.
  1341. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1342. | <limits.h> exists even on freestanding compilers. */
  1343. |
  1344. | #ifdef __STDC__
  1345. | # include <limits.h>
  1346. | #else
  1347. | # include <assert.h>
  1348. | #endif
  1349. |
  1350. | #undef fs_stat_dev
  1351. |
  1352. | /* Override any GCC internal prototype to avoid an error.
  1353. | Use char because int might match the return type of a GCC
  1354. | builtin and then its argument prototype would still apply. */
  1355. | #ifdef __cplusplus
  1356. | extern "C"
  1357. | #endif
  1358. | char fs_stat_dev ();
  1359. | /* The GNU C library defines this for functions which it implements
  1360. | to always fail with ENOSYS. Some functions are actually named
  1361. | something starting with __ and the normal name is an alias. */
  1362. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1363. | choke me
  1364. | #endif
  1365. |
  1366. | int
  1367. | main ()
  1368. | {
  1369. | return fs_stat_dev ();
  1370. | ;
  1371. | return 0;
  1372. | }
  1373. configure:22195: result: no
  1374. configure:22195: checking for ftime
  1375. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1376. configure:22195: $? = 0
  1377. configure:22195: result: yes
  1378. configure:22195: checking for ftruncate
  1379. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1380. configure:22195: $? = 0
  1381. configure:22195: result: yes
  1382. configure:22195: checking for getcwd
  1383. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1384. configure:22195: $? = 0
  1385. configure:22195: result: yes
  1386. configure:22195: checking for gethostbyaddr
  1387. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1388. configure:22195: $? = 0
  1389. configure:22195: result: yes
  1390. configure:22195: checking for gethostbyname
  1391. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1392. configure:22195: $? = 0
  1393. configure:22195: result: yes
  1394. configure:22195: checking for gethostname
  1395. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1396. configure:22195: $? = 0
  1397. configure:22195: result: yes
  1398. configure:22195: checking for getpagesize
  1399. configure:22195: result: yes
  1400. configure:22195: checking for getpass
  1401. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1402. configure:22195: $? = 0
  1403. configure:22195: result: yes
  1404. configure:22195: checking for gettimeofday
  1405. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1406. configure:22195: $? = 0
  1407. configure:22195: result: yes
  1408. configure:22195: checking for inet_ntoa
  1409. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1410. configure:22195: $? = 0
  1411. configure:22195: result: yes
  1412. configure:22195: checking for lchown
  1413. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1414. configure:22195: $? = 0
  1415. configure:22195: result: yes
  1416. configure:22195: checking for localeconv
  1417. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1418. configure:22195: $? = 0
  1419. configure:22195: result: yes
  1420. configure:22195: checking for memchr
  1421. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1422. conftest.c:91:6: warning: conflicting types for built-in function 'memchr'
  1423. char memchr ();
  1424. ^
  1425. configure:22195: $? = 0
  1426. configure:22195: result: yes
  1427. configure:22195: checking for memmove
  1428. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1429. conftest.c:92:6: warning: conflicting types for built-in function 'memmove'
  1430. char memmove ();
  1431. ^
  1432. configure:22195: $? = 0
  1433. configure:22195: result: yes
  1434. configure:22195: checking for memset
  1435. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1436. conftest.c:93:6: warning: conflicting types for built-in function 'memset'
  1437. char memset ();
  1438. ^
  1439. configure:22195: $? = 0
  1440. configure:22195: result: yes
  1441. configure:22195: checking for mkdir
  1442. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1443. configure:22195: $? = 0
  1444. configure:22195: result: yes
  1445. configure:22195: checking for modf
  1446. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1447. conftest.c:95:6: warning: conflicting types for built-in function 'modf'
  1448. char modf ();
  1449. ^
  1450. configure:22195: $? = 0
  1451. configure:22195: result: yes
  1452. configure:22195: checking for munmap
  1453. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1454. configure:22195: $? = 0
  1455. configure:22195: result: yes
  1456. configure:22195: checking for pow
  1457. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1458. conftest.c:97:6: warning: conflicting types for built-in function 'pow'
  1459. char pow ();
  1460. ^
  1461. /tmp/ccpvHPDP.o: In function `main':
  1462. /home/kodi/xbmc/conftest.c:108: undefined reference to `pow'
  1463. collect2: error: ld returned 1 exit status
  1464. configure:22195: $? = 1
  1465. configure: failed program was:
  1466. | /* confdefs.h */
  1467. | #define PACKAGE_NAME "kodi"
  1468. | #define PACKAGE_TARNAME "kodi"
  1469. | #define PACKAGE_VERSION "15.2.000"
  1470. | #define PACKAGE_STRING "kodi 15.2.000"
  1471. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1472. | #define PACKAGE_URL ""
  1473. | #define PACKAGE "kodi"
  1474. | #define VERSION "15.2.000"
  1475. | #define HAVE_LIRC 1
  1476. | #define LIRC_DEVICE "/dev/lircd"
  1477. | #define HAVE_CXX11 1
  1478. | #define STDC_HEADERS 1
  1479. | #define HAVE_SYS_TYPES_H 1
  1480. | #define HAVE_SYS_STAT_H 1
  1481. | #define HAVE_STDLIB_H 1
  1482. | #define HAVE_STRING_H 1
  1483. | #define HAVE_MEMORY_H 1
  1484. | #define HAVE_STRINGS_H 1
  1485. | #define HAVE_INTTYPES_H 1
  1486. | #define HAVE_STDINT_H 1
  1487. | #define HAVE_UNISTD_H 1
  1488. | #define HAVE_DLFCN_H 1
  1489. | #define LT_OBJDIR ".libs/"
  1490. | #define HAVE_ALLOCA_H 1
  1491. | #define HAVE_ALLOCA 1
  1492. | #define HAVE_UNISTD_H 1
  1493. | #define HAVE_CHOWN 1
  1494. | #define HAVE_DIRENT_H 1
  1495. | #define HAVE_FSEEKO 1
  1496. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1497. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1498. | #define TIME_WITH_SYS_TIME 1
  1499. | #define HAVE_SYS_TIME_H 1
  1500. | #define HAVE_UNISTD_H 1
  1501. | #define HAVE_STDLIB_H 1
  1502. | #define HAVE_SYS_PARAM_H 1
  1503. | #define HAVE_UTIME_H 1
  1504. | #define HAVE_ALARM 1
  1505. | #define HAVE_GETPAGESIZE 1
  1506. | #define HAVE_MMAP 1
  1507. | #define HAVE_SYS_SELECT_H 1
  1508. | #define HAVE_SYS_SOCKET_H 1
  1509. | #define SELECT_TYPE_ARG1 int
  1510. | #define SELECT_TYPE_ARG234 (fd_set *)
  1511. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1512. | #define RETSIGTYPE void
  1513. | #define HAVE_STRCOLL 1
  1514. | #define HAVE_STRFTIME 1
  1515. | #define HAVE_UTIME_NULL 1
  1516. | #define HAVE_VPRINTF 1
  1517. | #define HAVE_ATEXIT 1
  1518. | #define HAVE_DUP2 1
  1519. | #define HAVE_FDATASYNC 1
  1520. | #define HAVE_FTIME 1
  1521. | #define HAVE_FTRUNCATE 1
  1522. | #define HAVE_GETCWD 1
  1523. | #define HAVE_GETHOSTBYADDR 1
  1524. | #define HAVE_GETHOSTBYNAME 1
  1525. | #define HAVE_GETHOSTNAME 1
  1526. | #define HAVE_GETPAGESIZE 1
  1527. | #define HAVE_GETPASS 1
  1528. | #define HAVE_GETTIMEOFDAY 1
  1529. | #define HAVE_INET_NTOA 1
  1530. | #define HAVE_LCHOWN 1
  1531. | #define HAVE_LOCALECONV 1
  1532. | #define HAVE_MEMCHR 1
  1533. | #define HAVE_MEMMOVE 1
  1534. | #define HAVE_MEMSET 1
  1535. | #define HAVE_MKDIR 1
  1536. | #define HAVE_MODF 1
  1537. | #define HAVE_MUNMAP 1
  1538. | /* end confdefs.h. */
  1539. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1540. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1541. | #define pow innocuous_pow
  1542. |
  1543. | /* System header to define __stub macros and hopefully few prototypes,
  1544. | which can conflict with char pow (); below.
  1545. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1546. | <limits.h> exists even on freestanding compilers. */
  1547. |
  1548. | #ifdef __STDC__
  1549. | # include <limits.h>
  1550. | #else
  1551. | # include <assert.h>
  1552. | #endif
  1553. |
  1554. | #undef pow
  1555. |
  1556. | /* Override any GCC internal prototype to avoid an error.
  1557. | Use char because int might match the return type of a GCC
  1558. | builtin and then its argument prototype would still apply. */
  1559. | #ifdef __cplusplus
  1560. | extern "C"
  1561. | #endif
  1562. | char pow ();
  1563. | /* The GNU C library defines this for functions which it implements
  1564. | to always fail with ENOSYS. Some functions are actually named
  1565. | something starting with __ and the normal name is an alias. */
  1566. | #if defined __stub_pow || defined __stub___pow
  1567. | choke me
  1568. | #endif
  1569. |
  1570. | int
  1571. | main ()
  1572. | {
  1573. | return pow ();
  1574. | ;
  1575. | return 0;
  1576. | }
  1577. configure:22195: result: no
  1578. configure:22195: checking for rmdir
  1579. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1580. configure:22195: $? = 0
  1581. configure:22195: result: yes
  1582. configure:22195: checking for select
  1583. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1584. configure:22195: $? = 0
  1585. configure:22195: result: yes
  1586. configure:22195: checking for setenv
  1587. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1588. configure:22195: $? = 0
  1589. configure:22195: result: yes
  1590. configure:22195: checking for setlocale
  1591. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1592. configure:22195: $? = 0
  1593. configure:22195: result: yes
  1594. configure:22195: checking for socket
  1595. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1596. configure:22195: $? = 0
  1597. configure:22195: result: yes
  1598. configure:22195: checking for sqrt
  1599. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1600. conftest.c:102:6: warning: conflicting types for built-in function 'sqrt'
  1601. char sqrt ();
  1602. ^
  1603. /tmp/ccnpUDC4.o: In function `main':
  1604. /home/kodi/xbmc/conftest.c:113: undefined reference to `sqrt'
  1605. collect2: error: ld returned 1 exit status
  1606. configure:22195: $? = 1
  1607. configure: failed program was:
  1608. | /* confdefs.h */
  1609. | #define PACKAGE_NAME "kodi"
  1610. | #define PACKAGE_TARNAME "kodi"
  1611. | #define PACKAGE_VERSION "15.2.000"
  1612. | #define PACKAGE_STRING "kodi 15.2.000"
  1613. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1614. | #define PACKAGE_URL ""
  1615. | #define PACKAGE "kodi"
  1616. | #define VERSION "15.2.000"
  1617. | #define HAVE_LIRC 1
  1618. | #define LIRC_DEVICE "/dev/lircd"
  1619. | #define HAVE_CXX11 1
  1620. | #define STDC_HEADERS 1
  1621. | #define HAVE_SYS_TYPES_H 1
  1622. | #define HAVE_SYS_STAT_H 1
  1623. | #define HAVE_STDLIB_H 1
  1624. | #define HAVE_STRING_H 1
  1625. | #define HAVE_MEMORY_H 1
  1626. | #define HAVE_STRINGS_H 1
  1627. | #define HAVE_INTTYPES_H 1
  1628. | #define HAVE_STDINT_H 1
  1629. | #define HAVE_UNISTD_H 1
  1630. | #define HAVE_DLFCN_H 1
  1631. | #define LT_OBJDIR ".libs/"
  1632. | #define HAVE_ALLOCA_H 1
  1633. | #define HAVE_ALLOCA 1
  1634. | #define HAVE_UNISTD_H 1
  1635. | #define HAVE_CHOWN 1
  1636. | #define HAVE_DIRENT_H 1
  1637. | #define HAVE_FSEEKO 1
  1638. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1639. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1640. | #define TIME_WITH_SYS_TIME 1
  1641. | #define HAVE_SYS_TIME_H 1
  1642. | #define HAVE_UNISTD_H 1
  1643. | #define HAVE_STDLIB_H 1
  1644. | #define HAVE_SYS_PARAM_H 1
  1645. | #define HAVE_UTIME_H 1
  1646. | #define HAVE_ALARM 1
  1647. | #define HAVE_GETPAGESIZE 1
  1648. | #define HAVE_MMAP 1
  1649. | #define HAVE_SYS_SELECT_H 1
  1650. | #define HAVE_SYS_SOCKET_H 1
  1651. | #define SELECT_TYPE_ARG1 int
  1652. | #define SELECT_TYPE_ARG234 (fd_set *)
  1653. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1654. | #define RETSIGTYPE void
  1655. | #define HAVE_STRCOLL 1
  1656. | #define HAVE_STRFTIME 1
  1657. | #define HAVE_UTIME_NULL 1
  1658. | #define HAVE_VPRINTF 1
  1659. | #define HAVE_ATEXIT 1
  1660. | #define HAVE_DUP2 1
  1661. | #define HAVE_FDATASYNC 1
  1662. | #define HAVE_FTIME 1
  1663. | #define HAVE_FTRUNCATE 1
  1664. | #define HAVE_GETCWD 1
  1665. | #define HAVE_GETHOSTBYADDR 1
  1666. | #define HAVE_GETHOSTBYNAME 1
  1667. | #define HAVE_GETHOSTNAME 1
  1668. | #define HAVE_GETPAGESIZE 1
  1669. | #define HAVE_GETPASS 1
  1670. | #define HAVE_GETTIMEOFDAY 1
  1671. | #define HAVE_INET_NTOA 1
  1672. | #define HAVE_LCHOWN 1
  1673. | #define HAVE_LOCALECONV 1
  1674. | #define HAVE_MEMCHR 1
  1675. | #define HAVE_MEMMOVE 1
  1676. | #define HAVE_MEMSET 1
  1677. | #define HAVE_MKDIR 1
  1678. | #define HAVE_MODF 1
  1679. | #define HAVE_MUNMAP 1
  1680. | #define HAVE_RMDIR 1
  1681. | #define HAVE_SELECT 1
  1682. | #define HAVE_SETENV 1
  1683. | #define HAVE_SETLOCALE 1
  1684. | #define HAVE_SOCKET 1
  1685. | /* end confdefs.h. */
  1686. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1687. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1688. | #define sqrt innocuous_sqrt
  1689. |
  1690. | /* System header to define __stub macros and hopefully few prototypes,
  1691. | which can conflict with char sqrt (); below.
  1692. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1693. | <limits.h> exists even on freestanding compilers. */
  1694. |
  1695. | #ifdef __STDC__
  1696. | # include <limits.h>
  1697. | #else
  1698. | # include <assert.h>
  1699. | #endif
  1700. |
  1701. | #undef sqrt
  1702. |
  1703. | /* Override any GCC internal prototype to avoid an error.
  1704. | Use char because int might match the return type of a GCC
  1705. | builtin and then its argument prototype would still apply. */
  1706. | #ifdef __cplusplus
  1707. | extern "C"
  1708. | #endif
  1709. | char sqrt ();
  1710. | /* The GNU C library defines this for functions which it implements
  1711. | to always fail with ENOSYS. Some functions are actually named
  1712. | something starting with __ and the normal name is an alias. */
  1713. | #if defined __stub_sqrt || defined __stub___sqrt
  1714. | choke me
  1715. | #endif
  1716. |
  1717. | int
  1718. | main ()
  1719. | {
  1720. | return sqrt ();
  1721. | ;
  1722. | return 0;
  1723. | }
  1724. configure:22195: result: no
  1725. configure:22195: checking for strcasecmp
  1726. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1727. conftest.c:102:6: warning: conflicting types for built-in function 'strcasecmp'
  1728. char strcasecmp ();
  1729. ^
  1730. configure:22195: $? = 0
  1731. configure:22195: result: yes
  1732. configure:22195: checking for strchr
  1733. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1734. conftest.c:103:6: warning: conflicting types for built-in function 'strchr'
  1735. char strchr ();
  1736. ^
  1737. configure:22195: $? = 0
  1738. configure:22195: result: yes
  1739. configure:22195: checking for strcspn
  1740. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1741. conftest.c:104:6: warning: conflicting types for built-in function 'strcspn'
  1742. char strcspn ();
  1743. ^
  1744. configure:22195: $? = 0
  1745. configure:22195: result: yes
  1746. configure:22195: checking for strdup
  1747. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1748. conftest.c:105:6: warning: conflicting types for built-in function 'strdup'
  1749. char strdup ();
  1750. ^
  1751. configure:22195: $? = 0
  1752. configure:22195: result: yes
  1753. configure:22195: checking for strerror
  1754. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1755. configure:22195: $? = 0
  1756. configure:22195: result: yes
  1757. configure:22195: checking for strncasecmp
  1758. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1759. conftest.c:107:6: warning: conflicting types for built-in function 'strncasecmp'
  1760. char strncasecmp ();
  1761. ^
  1762. configure:22195: $? = 0
  1763. configure:22195: result: yes
  1764. configure:22195: checking for strpbrk
  1765. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1766. conftest.c:108:6: warning: conflicting types for built-in function 'strpbrk'
  1767. char strpbrk ();
  1768. ^
  1769. configure:22195: $? = 0
  1770. configure:22195: result: yes
  1771. configure:22195: checking for strrchr
  1772. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1773. conftest.c:109:6: warning: conflicting types for built-in function 'strrchr'
  1774. char strrchr ();
  1775. ^
  1776. configure:22195: $? = 0
  1777. configure:22195: result: yes
  1778. configure:22195: checking for strspn
  1779. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1780. conftest.c:110:6: warning: conflicting types for built-in function 'strspn'
  1781. char strspn ();
  1782. ^
  1783. configure:22195: $? = 0
  1784. configure:22195: result: yes
  1785. configure:22195: checking for strstr
  1786. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1787. conftest.c:111:6: warning: conflicting types for built-in function 'strstr'
  1788. char strstr ();
  1789. ^
  1790. configure:22195: $? = 0
  1791. configure:22195: result: yes
  1792. configure:22195: checking for strtol
  1793. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1794. configure:22195: $? = 0
  1795. configure:22195: result: yes
  1796. configure:22195: checking for strtoul
  1797. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1798. configure:22195: $? = 0
  1799. configure:22195: result: yes
  1800. configure:22195: checking for sysinfo
  1801. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1802. configure:22195: $? = 0
  1803. configure:22195: result: yes
  1804. configure:22195: checking for tzset
  1805. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1806. configure:22195: $? = 0
  1807. configure:22195: result: yes
  1808. configure:22195: checking for utime
  1809. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1810. configure:22195: $? = 0
  1811. configure:22195: result: yes
  1812. configure:22195: checking for posix_fadvise
  1813. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1814. configure:22195: $? = 0
  1815. configure:22195: result: yes
  1816. configure:22195: checking for localtime_r
  1817. configure:22195: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1818. configure:22195: $? = 0
  1819. configure:22195: result: yes
  1820. configure:22210: checking size of int
  1821. configure:22215: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1822. configure:22215: $? = 0
  1823. configure:22215: ./conftest
  1824. configure:22215: $? = 0
  1825. configure:22229: result: 4
  1826. configure:22243: checking size of size_t
  1827. configure:22248: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1828. configure:22248: $? = 0
  1829. configure:22248: ./conftest
  1830. configure:22248: $? = 0
  1831. configure:22262: result: 8
  1832. configure:22274: checking for __sync_add_and_fetch(temp, 1)
  1833. configure:22287: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1834. conftest.c: In function 'main':
  1835. conftest.c:102:20: warning: unused variable 'ret' [-Wunused-variable]
  1836. long* temp=0; long ret=__sync_add_and_fetch(temp, 1);
  1837. ^
  1838. configure:22287: $? = 0
  1839. configure:22294: result: yes
  1840. configure:22302: checking for __sync_sub_and_fetch(temp, 1)
  1841. configure:22315: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1842. conftest.c: In function 'main':
  1843. conftest.c:103:20: warning: unused variable 'ret' [-Wunused-variable]
  1844. long* temp=0; long ret=__sync_sub_and_fetch(temp, 1);
  1845. ^
  1846. configure:22315: $? = 0
  1847. configure:22322: result: yes
  1848. configure:22330: checking for __sync_val_compare_and_swap(temp, 1, 1)
  1849. configure:22343: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1850. conftest.c: In function 'main':
  1851. conftest.c:104:22: warning: unused variable 'ret' [-Wunused-variable]
  1852. long *temp = 0; long ret=__sync_val_compare_and_swap(temp, 1, 1);
  1853. ^
  1854. configure:22343: $? = 0
  1855. configure:22350: result: yes
  1856. configure:22365: checking for std::u16string
  1857. configure:22365: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  1858. configure:22365: $? = 0
  1859. configure:22365: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  1860. conftest.cpp: In function 'int main()':
  1861. conftest.cpp:106:28: error: expected primary-expression before ')' token
  1862. if (sizeof ((std::u16string)))
  1863. ^
  1864. configure:22365: $? = 1
  1865. configure: failed program was:
  1866. | /* confdefs.h */
  1867. | #define PACKAGE_NAME "kodi"
  1868. | #define PACKAGE_TARNAME "kodi"
  1869. | #define PACKAGE_VERSION "15.2.000"
  1870. | #define PACKAGE_STRING "kodi 15.2.000"
  1871. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1872. | #define PACKAGE_URL ""
  1873. | #define PACKAGE "kodi"
  1874. | #define VERSION "15.2.000"
  1875. | #define HAVE_LIRC 1
  1876. | #define LIRC_DEVICE "/dev/lircd"
  1877. | #define HAVE_CXX11 1
  1878. | #define STDC_HEADERS 1
  1879. | #define HAVE_SYS_TYPES_H 1
  1880. | #define HAVE_SYS_STAT_H 1
  1881. | #define HAVE_STDLIB_H 1
  1882. | #define HAVE_STRING_H 1
  1883. | #define HAVE_MEMORY_H 1
  1884. | #define HAVE_STRINGS_H 1
  1885. | #define HAVE_INTTYPES_H 1
  1886. | #define HAVE_STDINT_H 1
  1887. | #define HAVE_UNISTD_H 1
  1888. | #define HAVE_DLFCN_H 1
  1889. | #define LT_OBJDIR ".libs/"
  1890. | #define HAVE_ALLOCA_H 1
  1891. | #define HAVE_ALLOCA 1
  1892. | #define HAVE_UNISTD_H 1
  1893. | #define HAVE_CHOWN 1
  1894. | #define HAVE_DIRENT_H 1
  1895. | #define HAVE_FSEEKO 1
  1896. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1897. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1898. | #define TIME_WITH_SYS_TIME 1
  1899. | #define HAVE_SYS_TIME_H 1
  1900. | #define HAVE_UNISTD_H 1
  1901. | #define HAVE_STDLIB_H 1
  1902. | #define HAVE_SYS_PARAM_H 1
  1903. | #define HAVE_UTIME_H 1
  1904. | #define HAVE_ALARM 1
  1905. | #define HAVE_GETPAGESIZE 1
  1906. | #define HAVE_MMAP 1
  1907. | #define HAVE_SYS_SELECT_H 1
  1908. | #define HAVE_SYS_SOCKET_H 1
  1909. | #define SELECT_TYPE_ARG1 int
  1910. | #define SELECT_TYPE_ARG234 (fd_set *)
  1911. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1912. | #define RETSIGTYPE void
  1913. | #define HAVE_STRCOLL 1
  1914. | #define HAVE_STRFTIME 1
  1915. | #define HAVE_UTIME_NULL 1
  1916. | #define HAVE_VPRINTF 1
  1917. | #define HAVE_ATEXIT 1
  1918. | #define HAVE_DUP2 1
  1919. | #define HAVE_FDATASYNC 1
  1920. | #define HAVE_FTIME 1
  1921. | #define HAVE_FTRUNCATE 1
  1922. | #define HAVE_GETCWD 1
  1923. | #define HAVE_GETHOSTBYADDR 1
  1924. | #define HAVE_GETHOSTBYNAME 1
  1925. | #define HAVE_GETHOSTNAME 1
  1926. | #define HAVE_GETPAGESIZE 1
  1927. | #define HAVE_GETPASS 1
  1928. | #define HAVE_GETTIMEOFDAY 1
  1929. | #define HAVE_INET_NTOA 1
  1930. | #define HAVE_LCHOWN 1
  1931. | #define HAVE_LOCALECONV 1
  1932. | #define HAVE_MEMCHR 1
  1933. | #define HAVE_MEMMOVE 1
  1934. | #define HAVE_MEMSET 1
  1935. | #define HAVE_MKDIR 1
  1936. | #define HAVE_MODF 1
  1937. | #define HAVE_MUNMAP 1
  1938. | #define HAVE_RMDIR 1
  1939. | #define HAVE_SELECT 1
  1940. | #define HAVE_SETENV 1
  1941. | #define HAVE_SETLOCALE 1
  1942. | #define HAVE_SOCKET 1
  1943. | #define HAVE_STRCASECMP 1
  1944. | #define HAVE_STRCHR 1
  1945. | #define HAVE_STRCSPN 1
  1946. | #define HAVE_STRDUP 1
  1947. | #define HAVE_STRERROR 1
  1948. | #define HAVE_STRNCASECMP 1
  1949. | #define HAVE_STRPBRK 1
  1950. | #define HAVE_STRRCHR 1
  1951. | #define HAVE_STRSPN 1
  1952. | #define HAVE_STRSTR 1
  1953. | #define HAVE_STRTOL 1
  1954. | #define HAVE_STRTOUL 1
  1955. | #define HAVE_SYSINFO 1
  1956. | #define HAVE_TZSET 1
  1957. | #define HAVE_UTIME 1
  1958. | #define HAVE_POSIX_FADVISE 1
  1959. | #define HAVE_LOCALTIME_R 1
  1960. | #define SIZEOF_INT 4
  1961. | #define SIZEOF_SIZE_T 8
  1962. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1963. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1964. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1965. | /* end confdefs.h. */
  1966. | #include <string>
  1967. |
  1968. | int
  1969. | main ()
  1970. | {
  1971. | if (sizeof ((std::u16string)))
  1972. | return 0;
  1973. | ;
  1974. | return 0;
  1975. | }
  1976. configure:22365: result: yes
  1977. configure:22375: checking for std::u32string
  1978. configure:22375: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  1979. configure:22375: $? = 0
  1980. configure:22375: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  1981. conftest.cpp: In function 'int main()':
  1982. conftest.cpp:107:28: error: expected primary-expression before ')' token
  1983. if (sizeof ((std::u32string)))
  1984. ^
  1985. configure:22375: $? = 1
  1986. configure: failed program was:
  1987. | /* confdefs.h */
  1988. | #define PACKAGE_NAME "kodi"
  1989. | #define PACKAGE_TARNAME "kodi"
  1990. | #define PACKAGE_VERSION "15.2.000"
  1991. | #define PACKAGE_STRING "kodi 15.2.000"
  1992. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1993. | #define PACKAGE_URL ""
  1994. | #define PACKAGE "kodi"
  1995. | #define VERSION "15.2.000"
  1996. | #define HAVE_LIRC 1
  1997. | #define LIRC_DEVICE "/dev/lircd"
  1998. | #define HAVE_CXX11 1
  1999. | #define STDC_HEADERS 1
  2000. | #define HAVE_SYS_TYPES_H 1
  2001. | #define HAVE_SYS_STAT_H 1
  2002. | #define HAVE_STDLIB_H 1
  2003. | #define HAVE_STRING_H 1
  2004. | #define HAVE_MEMORY_H 1
  2005. | #define HAVE_STRINGS_H 1
  2006. | #define HAVE_INTTYPES_H 1
  2007. | #define HAVE_STDINT_H 1
  2008. | #define HAVE_UNISTD_H 1
  2009. | #define HAVE_DLFCN_H 1
  2010. | #define LT_OBJDIR ".libs/"
  2011. | #define HAVE_ALLOCA_H 1
  2012. | #define HAVE_ALLOCA 1
  2013. | #define HAVE_UNISTD_H 1
  2014. | #define HAVE_CHOWN 1
  2015. | #define HAVE_DIRENT_H 1
  2016. | #define HAVE_FSEEKO 1
  2017. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2018. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2019. | #define TIME_WITH_SYS_TIME 1
  2020. | #define HAVE_SYS_TIME_H 1
  2021. | #define HAVE_UNISTD_H 1
  2022. | #define HAVE_STDLIB_H 1
  2023. | #define HAVE_SYS_PARAM_H 1
  2024. | #define HAVE_UTIME_H 1
  2025. | #define HAVE_ALARM 1
  2026. | #define HAVE_GETPAGESIZE 1
  2027. | #define HAVE_MMAP 1
  2028. | #define HAVE_SYS_SELECT_H 1
  2029. | #define HAVE_SYS_SOCKET_H 1
  2030. | #define SELECT_TYPE_ARG1 int
  2031. | #define SELECT_TYPE_ARG234 (fd_set *)
  2032. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2033. | #define RETSIGTYPE void
  2034. | #define HAVE_STRCOLL 1
  2035. | #define HAVE_STRFTIME 1
  2036. | #define HAVE_UTIME_NULL 1
  2037. | #define HAVE_VPRINTF 1
  2038. | #define HAVE_ATEXIT 1
  2039. | #define HAVE_DUP2 1
  2040. | #define HAVE_FDATASYNC 1
  2041. | #define HAVE_FTIME 1
  2042. | #define HAVE_FTRUNCATE 1
  2043. | #define HAVE_GETCWD 1
  2044. | #define HAVE_GETHOSTBYADDR 1
  2045. | #define HAVE_GETHOSTBYNAME 1
  2046. | #define HAVE_GETHOSTNAME 1
  2047. | #define HAVE_GETPAGESIZE 1
  2048. | #define HAVE_GETPASS 1
  2049. | #define HAVE_GETTIMEOFDAY 1
  2050. | #define HAVE_INET_NTOA 1
  2051. | #define HAVE_LCHOWN 1
  2052. | #define HAVE_LOCALECONV 1
  2053. | #define HAVE_MEMCHR 1
  2054. | #define HAVE_MEMMOVE 1
  2055. | #define HAVE_MEMSET 1
  2056. | #define HAVE_MKDIR 1
  2057. | #define HAVE_MODF 1
  2058. | #define HAVE_MUNMAP 1
  2059. | #define HAVE_RMDIR 1
  2060. | #define HAVE_SELECT 1
  2061. | #define HAVE_SETENV 1
  2062. | #define HAVE_SETLOCALE 1
  2063. | #define HAVE_SOCKET 1
  2064. | #define HAVE_STRCASECMP 1
  2065. | #define HAVE_STRCHR 1
  2066. | #define HAVE_STRCSPN 1
  2067. | #define HAVE_STRDUP 1
  2068. | #define HAVE_STRERROR 1
  2069. | #define HAVE_STRNCASECMP 1
  2070. | #define HAVE_STRPBRK 1
  2071. | #define HAVE_STRRCHR 1
  2072. | #define HAVE_STRSPN 1
  2073. | #define HAVE_STRSTR 1
  2074. | #define HAVE_STRTOL 1
  2075. | #define HAVE_STRTOUL 1
  2076. | #define HAVE_SYSINFO 1
  2077. | #define HAVE_TZSET 1
  2078. | #define HAVE_UTIME 1
  2079. | #define HAVE_POSIX_FADVISE 1
  2080. | #define HAVE_LOCALTIME_R 1
  2081. | #define SIZEOF_INT 4
  2082. | #define SIZEOF_SIZE_T 8
  2083. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2084. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2085. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2086. | #define HAVE_STD__U16STRING 1
  2087. | /* end confdefs.h. */
  2088. | #include <string>
  2089. |
  2090. | int
  2091. | main ()
  2092. | {
  2093. | if (sizeof ((std::u32string)))
  2094. | return 0;
  2095. | ;
  2096. | return 0;
  2097. | }
  2098. configure:22375: result: yes
  2099. configure:22386: checking for char16_t
  2100. configure:22386: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  2101. configure:22386: $? = 0
  2102. configure:22386: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  2103. conftest.cpp: In function 'int main()':
  2104. conftest.cpp:139:14: error: expected primary-expression before 'char16_t'
  2105. if (sizeof ((char16_t)))
  2106. ^
  2107. conftest.cpp:139:14: error: expected ')' before 'char16_t'
  2108. conftest.cpp:140:14: error: expected ')' before ';' token
  2109. return 0;
  2110. ^
  2111. conftest.cpp:140:14: error: expected ')' before ';' token
  2112. configure:22386: $? = 1
  2113. configure: failed program was:
  2114. | /* confdefs.h */
  2115. | #define PACKAGE_NAME "kodi"
  2116. | #define PACKAGE_TARNAME "kodi"
  2117. | #define PACKAGE_VERSION "15.2.000"
  2118. | #define PACKAGE_STRING "kodi 15.2.000"
  2119. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2120. | #define PACKAGE_URL ""
  2121. | #define PACKAGE "kodi"
  2122. | #define VERSION "15.2.000"
  2123. | #define HAVE_LIRC 1
  2124. | #define LIRC_DEVICE "/dev/lircd"
  2125. | #define HAVE_CXX11 1
  2126. | #define STDC_HEADERS 1
  2127. | #define HAVE_SYS_TYPES_H 1
  2128. | #define HAVE_SYS_STAT_H 1
  2129. | #define HAVE_STDLIB_H 1
  2130. | #define HAVE_STRING_H 1
  2131. | #define HAVE_MEMORY_H 1
  2132. | #define HAVE_STRINGS_H 1
  2133. | #define HAVE_INTTYPES_H 1
  2134. | #define HAVE_STDINT_H 1
  2135. | #define HAVE_UNISTD_H 1
  2136. | #define HAVE_DLFCN_H 1
  2137. | #define LT_OBJDIR ".libs/"
  2138. | #define HAVE_ALLOCA_H 1
  2139. | #define HAVE_ALLOCA 1
  2140. | #define HAVE_UNISTD_H 1
  2141. | #define HAVE_CHOWN 1
  2142. | #define HAVE_DIRENT_H 1
  2143. | #define HAVE_FSEEKO 1
  2144. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2145. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2146. | #define TIME_WITH_SYS_TIME 1
  2147. | #define HAVE_SYS_TIME_H 1
  2148. | #define HAVE_UNISTD_H 1
  2149. | #define HAVE_STDLIB_H 1
  2150. | #define HAVE_SYS_PARAM_H 1
  2151. | #define HAVE_UTIME_H 1
  2152. | #define HAVE_ALARM 1
  2153. | #define HAVE_GETPAGESIZE 1
  2154. | #define HAVE_MMAP 1
  2155. | #define HAVE_SYS_SELECT_H 1
  2156. | #define HAVE_SYS_SOCKET_H 1
  2157. | #define SELECT_TYPE_ARG1 int
  2158. | #define SELECT_TYPE_ARG234 (fd_set *)
  2159. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2160. | #define RETSIGTYPE void
  2161. | #define HAVE_STRCOLL 1
  2162. | #define HAVE_STRFTIME 1
  2163. | #define HAVE_UTIME_NULL 1
  2164. | #define HAVE_VPRINTF 1
  2165. | #define HAVE_ATEXIT 1
  2166. | #define HAVE_DUP2 1
  2167. | #define HAVE_FDATASYNC 1
  2168. | #define HAVE_FTIME 1
  2169. | #define HAVE_FTRUNCATE 1
  2170. | #define HAVE_GETCWD 1
  2171. | #define HAVE_GETHOSTBYADDR 1
  2172. | #define HAVE_GETHOSTBYNAME 1
  2173. | #define HAVE_GETHOSTNAME 1
  2174. | #define HAVE_GETPAGESIZE 1
  2175. | #define HAVE_GETPASS 1
  2176. | #define HAVE_GETTIMEOFDAY 1
  2177. | #define HAVE_INET_NTOA 1
  2178. | #define HAVE_LCHOWN 1
  2179. | #define HAVE_LOCALECONV 1
  2180. | #define HAVE_MEMCHR 1
  2181. | #define HAVE_MEMMOVE 1
  2182. | #define HAVE_MEMSET 1
  2183. | #define HAVE_MKDIR 1
  2184. | #define HAVE_MODF 1
  2185. | #define HAVE_MUNMAP 1
  2186. | #define HAVE_RMDIR 1
  2187. | #define HAVE_SELECT 1
  2188. | #define HAVE_SETENV 1
  2189. | #define HAVE_SETLOCALE 1
  2190. | #define HAVE_SOCKET 1
  2191. | #define HAVE_STRCASECMP 1
  2192. | #define HAVE_STRCHR 1
  2193. | #define HAVE_STRCSPN 1
  2194. | #define HAVE_STRDUP 1
  2195. | #define HAVE_STRERROR 1
  2196. | #define HAVE_STRNCASECMP 1
  2197. | #define HAVE_STRPBRK 1
  2198. | #define HAVE_STRRCHR 1
  2199. | #define HAVE_STRSPN 1
  2200. | #define HAVE_STRSTR 1
  2201. | #define HAVE_STRTOL 1
  2202. | #define HAVE_STRTOUL 1
  2203. | #define HAVE_SYSINFO 1
  2204. | #define HAVE_TZSET 1
  2205. | #define HAVE_UTIME 1
  2206. | #define HAVE_POSIX_FADVISE 1
  2207. | #define HAVE_LOCALTIME_R 1
  2208. | #define SIZEOF_INT 4
  2209. | #define SIZEOF_SIZE_T 8
  2210. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2211. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2212. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2213. | #define HAVE_STD__U16STRING 1
  2214. | #define HAVE_STD__U32STRING 1
  2215. | /* end confdefs.h. */
  2216. | #include <stdio.h>
  2217. | #ifdef HAVE_SYS_TYPES_H
  2218. | # include <sys/types.h>
  2219. | #endif
  2220. | #ifdef HAVE_SYS_STAT_H
  2221. | # include <sys/stat.h>
  2222. | #endif
  2223. | #ifdef STDC_HEADERS
  2224. | # include <stdlib.h>
  2225. | # include <stddef.h>
  2226. | #else
  2227. | # ifdef HAVE_STDLIB_H
  2228. | # include <stdlib.h>
  2229. | # endif
  2230. | #endif
  2231. | #ifdef HAVE_STRING_H
  2232. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2233. | # include <memory.h>
  2234. | # endif
  2235. | # include <string.h>
  2236. | #endif
  2237. | #ifdef HAVE_STRINGS_H
  2238. | # include <strings.h>
  2239. | #endif
  2240. | #ifdef HAVE_INTTYPES_H
  2241. | # include <inttypes.h>
  2242. | #endif
  2243. | #ifdef HAVE_STDINT_H
  2244. | # include <stdint.h>
  2245. | #endif
  2246. | #ifdef HAVE_UNISTD_H
  2247. | # include <unistd.h>
  2248. | #endif
  2249. | int
  2250. | main ()
  2251. | {
  2252. | if (sizeof ((char16_t)))
  2253. | return 0;
  2254. | ;
  2255. | return 0;
  2256. | }
  2257. configure:22386: result: yes
  2258. configure:22395: checking for char32_t
  2259. configure:22395: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  2260. configure:22395: $? = 0
  2261. configure:22395: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  2262. conftest.cpp: In function 'int main()':
  2263. conftest.cpp:140:14: error: expected primary-expression before 'char32_t'
  2264. if (sizeof ((char32_t)))
  2265. ^
  2266. conftest.cpp:140:14: error: expected ')' before 'char32_t'
  2267. conftest.cpp:141:14: error: expected ')' before ';' token
  2268. return 0;
  2269. ^
  2270. conftest.cpp:141:14: error: expected ')' before ';' token
  2271. configure:22395: $? = 1
  2272. configure: failed program was:
  2273. | /* confdefs.h */
  2274. | #define PACKAGE_NAME "kodi"
  2275. | #define PACKAGE_TARNAME "kodi"
  2276. | #define PACKAGE_VERSION "15.2.000"
  2277. | #define PACKAGE_STRING "kodi 15.2.000"
  2278. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2279. | #define PACKAGE_URL ""
  2280. | #define PACKAGE "kodi"
  2281. | #define VERSION "15.2.000"
  2282. | #define HAVE_LIRC 1
  2283. | #define LIRC_DEVICE "/dev/lircd"
  2284. | #define HAVE_CXX11 1
  2285. | #define STDC_HEADERS 1
  2286. | #define HAVE_SYS_TYPES_H 1
  2287. | #define HAVE_SYS_STAT_H 1
  2288. | #define HAVE_STDLIB_H 1
  2289. | #define HAVE_STRING_H 1
  2290. | #define HAVE_MEMORY_H 1
  2291. | #define HAVE_STRINGS_H 1
  2292. | #define HAVE_INTTYPES_H 1
  2293. | #define HAVE_STDINT_H 1
  2294. | #define HAVE_UNISTD_H 1
  2295. | #define HAVE_DLFCN_H 1
  2296. | #define LT_OBJDIR ".libs/"
  2297. | #define HAVE_ALLOCA_H 1
  2298. | #define HAVE_ALLOCA 1
  2299. | #define HAVE_UNISTD_H 1
  2300. | #define HAVE_CHOWN 1
  2301. | #define HAVE_DIRENT_H 1
  2302. | #define HAVE_FSEEKO 1
  2303. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2304. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2305. | #define TIME_WITH_SYS_TIME 1
  2306. | #define HAVE_SYS_TIME_H 1
  2307. | #define HAVE_UNISTD_H 1
  2308. | #define HAVE_STDLIB_H 1
  2309. | #define HAVE_SYS_PARAM_H 1
  2310. | #define HAVE_UTIME_H 1
  2311. | #define HAVE_ALARM 1
  2312. | #define HAVE_GETPAGESIZE 1
  2313. | #define HAVE_MMAP 1
  2314. | #define HAVE_SYS_SELECT_H 1
  2315. | #define HAVE_SYS_SOCKET_H 1
  2316. | #define SELECT_TYPE_ARG1 int
  2317. | #define SELECT_TYPE_ARG234 (fd_set *)
  2318. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2319. | #define RETSIGTYPE void
  2320. | #define HAVE_STRCOLL 1
  2321. | #define HAVE_STRFTIME 1
  2322. | #define HAVE_UTIME_NULL 1
  2323. | #define HAVE_VPRINTF 1
  2324. | #define HAVE_ATEXIT 1
  2325. | #define HAVE_DUP2 1
  2326. | #define HAVE_FDATASYNC 1
  2327. | #define HAVE_FTIME 1
  2328. | #define HAVE_FTRUNCATE 1
  2329. | #define HAVE_GETCWD 1
  2330. | #define HAVE_GETHOSTBYADDR 1
  2331. | #define HAVE_GETHOSTBYNAME 1
  2332. | #define HAVE_GETHOSTNAME 1
  2333. | #define HAVE_GETPAGESIZE 1
  2334. | #define HAVE_GETPASS 1
  2335. | #define HAVE_GETTIMEOFDAY 1
  2336. | #define HAVE_INET_NTOA 1
  2337. | #define HAVE_LCHOWN 1
  2338. | #define HAVE_LOCALECONV 1
  2339. | #define HAVE_MEMCHR 1
  2340. | #define HAVE_MEMMOVE 1
  2341. | #define HAVE_MEMSET 1
  2342. | #define HAVE_MKDIR 1
  2343. | #define HAVE_MODF 1
  2344. | #define HAVE_MUNMAP 1
  2345. | #define HAVE_RMDIR 1
  2346. | #define HAVE_SELECT 1
  2347. | #define HAVE_SETENV 1
  2348. | #define HAVE_SETLOCALE 1
  2349. | #define HAVE_SOCKET 1
  2350. | #define HAVE_STRCASECMP 1
  2351. | #define HAVE_STRCHR 1
  2352. | #define HAVE_STRCSPN 1
  2353. | #define HAVE_STRDUP 1
  2354. | #define HAVE_STRERROR 1
  2355. | #define HAVE_STRNCASECMP 1
  2356. | #define HAVE_STRPBRK 1
  2357. | #define HAVE_STRRCHR 1
  2358. | #define HAVE_STRSPN 1
  2359. | #define HAVE_STRSTR 1
  2360. | #define HAVE_STRTOL 1
  2361. | #define HAVE_STRTOUL 1
  2362. | #define HAVE_SYSINFO 1
  2363. | #define HAVE_TZSET 1
  2364. | #define HAVE_UTIME 1
  2365. | #define HAVE_POSIX_FADVISE 1
  2366. | #define HAVE_LOCALTIME_R 1
  2367. | #define SIZEOF_INT 4
  2368. | #define SIZEOF_SIZE_T 8
  2369. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2370. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2371. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2372. | #define HAVE_STD__U16STRING 1
  2373. | #define HAVE_STD__U32STRING 1
  2374. | #define HAVE_CHAR16_T 1
  2375. | /* end confdefs.h. */
  2376. | #include <stdio.h>
  2377. | #ifdef HAVE_SYS_TYPES_H
  2378. | # include <sys/types.h>
  2379. | #endif
  2380. | #ifdef HAVE_SYS_STAT_H
  2381. | # include <sys/stat.h>
  2382. | #endif
  2383. | #ifdef STDC_HEADERS
  2384. | # include <stdlib.h>
  2385. | # include <stddef.h>
  2386. | #else
  2387. | # ifdef HAVE_STDLIB_H
  2388. | # include <stdlib.h>
  2389. | # endif
  2390. | #endif
  2391. | #ifdef HAVE_STRING_H
  2392. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2393. | # include <memory.h>
  2394. | # endif
  2395. | # include <string.h>
  2396. | #endif
  2397. | #ifdef HAVE_STRINGS_H
  2398. | # include <strings.h>
  2399. | #endif
  2400. | #ifdef HAVE_INTTYPES_H
  2401. | # include <inttypes.h>
  2402. | #endif
  2403. | #ifdef HAVE_STDINT_H
  2404. | # include <stdint.h>
  2405. | #endif
  2406. | #ifdef HAVE_UNISTD_H
  2407. | # include <unistd.h>
  2408. | #endif
  2409. | int
  2410. | main ()
  2411. | {
  2412. | if (sizeof ((char32_t)))
  2413. | return 0;
  2414. | ;
  2415. | return 0;
  2416. | }
  2417. configure:22395: result: yes
  2418. configure:22409: checking size of wchar_t
  2419. configure:22414: g++ -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  2420. configure:22414: $? = 0
  2421. configure:22414: ./conftest
  2422. configure:22414: $? = 0
  2423. configure:22428: result: 4
  2424. configure:22449: checking sys/inotify.h usability
  2425. configure:22449: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2426. configure:22449: $? = 0
  2427. configure:22449: result: yes
  2428. configure:22449: checking sys/inotify.h presence
  2429. configure:22449: gcc -E conftest.c
  2430. configure:22449: $? = 0
  2431. configure:22449: result: yes
  2432. configure:22449: checking for sys/inotify.h
  2433. configure:22449: result: yes
  2434. configure:22466: checking boost/circular_buffer.hpp usability
  2435. configure:22466: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  2436. configure:22466: $? = 0
  2437. configure:22466: result: yes
  2438. configure:22466: checking boost/circular_buffer.hpp presence
  2439. configure:22466: g++ -E conftest.cpp
  2440. configure:22466: $? = 0
  2441. configure:22466: result: yes
  2442. configure:22466: checking for boost/circular_buffer.hpp
  2443. configure:22466: result: yes
  2444. configure:22491: checking for python
  2445. configure:22509: found /usr/bin/python
  2446. configure:22521: result: /usr/bin/python
  2447. configure:22537: checking for a version of Python >= '2.1.0'
  2448. configure:22563: result: yes
  2449. configure:22571: checking for a version of Python >= '2.6'
  2450. configure:22577: result: yes
  2451. configure:22594: checking for the distutils Python package
  2452. configure:22598: result: yes
  2453. configure:22612: checking for Python include path
  2454. configure:22628: result: -I/usr/include/python2.7
  2455. configure:22635: checking for Python library path
  2456. configure:22712: result: -L/usr/lib64 -lpython2.7
  2457. configure:22719: checking for Python site-packages path
  2458. configure:22725: result: /usr/lib64/python2.7/site-packages
  2459. configure:22732: checking python extra libraries
  2460. configure:22739: result: -lpthread -ldl -lutil -lm
  2461. configure:22746: checking python extra linking flags
  2462. configure:22753: result: -Xlinker -export-dynamic
  2463. configure:22760: checking consistency of all components of python development environment
  2464. configure:22786: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/python2.7 conftest.c -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil -lm >&5
  2465. configure:22786: $? = 0
  2466. configure:22803: result: yes
  2467. configure:22836: checking for python
  2468. configure:22866: result: /usr/bin/python
  2469. configure:22882: checking for a version of Python >= '2.1.0'
  2470. configure:22908: result: yes
  2471. configure:22916: checking for a version of Python < '3.0'
  2472. configure:22922: result: yes
  2473. configure:22939: checking for the distutils Python package
  2474. configure:22943: result: yes
  2475. configure:22957: checking for Python include path
  2476. configure:22973: result: -I/usr/include/python2.7
  2477. configure:22980: checking for Python library path
  2478. configure:23057: result: -L/usr/lib64 -lpython2.7
  2479. configure:23064: checking for Python site-packages path
  2480. configure:23070: result: /usr/lib64/python2.7/site-packages
  2481. configure:23077: checking python extra libraries
  2482. configure:23084: result: -lpthread -ldl -lutil -lm
  2483. configure:23091: checking python extra linking flags
  2484. configure:23098: result: -Xlinker -export-dynamic
  2485. configure:23105: checking consistency of all components of python development environment
  2486. configure:23131: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/python2.7 conftest.c -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil -lm >&5
  2487. configure:23131: $? = 0
  2488. configure:23148: result: yes
  2489. configure:23180: Using Python 2.7
  2490. configure:23798: result: == Wayland disabled. ==
  2491. configure:23968: checking for main in -lGL
  2492. configure:23987: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGL -L/usr/lib64 -lpython2.7 >&5
  2493. configure:23987: $? = 0
  2494. configure:23996: result: yes
  2495. configure:24009: checking for main in -lGLEW
  2496. configure:24028: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGLEW -lGL -L/usr/lib64 -lpython2.7 >&5
  2497. configure:24028: $? = 0
  2498. configure:24037: result: yes
  2499. configure:24050: checking for main in -lGLU
  2500. configure:24069: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 >&5
  2501. configure:24069: $? = 0
  2502. configure:24078: result: yes
  2503. configure:24141: checking for mysql_config
  2504. configure:24159: found /usr/bin/mysql_config
  2505. configure:24172: result: /usr/bin/mysql_config
  2506. configure:24192: checking ass/ass.h usability
  2507. configure:24192: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2508. configure:24192: $? = 0
  2509. configure:24192: result: yes
  2510. configure:24192: checking ass/ass.h presence
  2511. configure:24192: gcc -E conftest.c
  2512. configure:24192: $? = 0
  2513. configure:24192: result: yes
  2514. configure:24192: checking for ass/ass.h
  2515. configure:24192: result: yes
  2516. configure:24200: checking mpeg2dec/mpeg2.h usability
  2517. configure:24200: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2518. configure:24200: $? = 0
  2519. configure:24200: result: yes
  2520. configure:24200: checking mpeg2dec/mpeg2.h presence
  2521. configure:24200: gcc -E conftest.c
  2522. configure:24200: $? = 0
  2523. configure:24200: result: yes
  2524. configure:24200: checking for mpeg2dec/mpeg2.h
  2525. configure:24200: result: yes
  2526. configure:24208: checking for mpeg2dec/mpeg2convert.h
  2527. configure:24208: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2528. configure:24208: $? = 0
  2529. configure:24208: result: yes
  2530. configure:24218: checking jpeglib.h usability
  2531. configure:24218: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2532. configure:24218: $? = 0
  2533. configure:24218: result: yes
  2534. configure:24218: checking jpeglib.h presence
  2535. configure:24218: gcc -E conftest.c
  2536. configure:24218: $? = 0
  2537. configure:24218: result: yes
  2538. configure:24218: checking for jpeglib.h
  2539. configure:24218: result: yes
  2540. configure:24226: checking ogg/ogg.h usability
  2541. configure:24226: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2542. configure:24226: $? = 0
  2543. configure:24226: result: yes
  2544. configure:24226: checking ogg/ogg.h presence
  2545. configure:24226: gcc -E conftest.c
  2546. configure:24226: $? = 0
  2547. configure:24226: result: yes
  2548. configure:24226: checking for ogg/ogg.h
  2549. configure:24226: result: yes
  2550. configure:24234: checking vorbis/vorbisfile.h usability
  2551. configure:24234: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2552. configure:24234: $? = 0
  2553. configure:24234: result: yes
  2554. configure:24234: checking vorbis/vorbisfile.h presence
  2555. configure:24234: gcc -E conftest.c
  2556. configure:24234: $? = 0
  2557. configure:24234: result: yes
  2558. configure:24234: checking for vorbis/vorbisfile.h
  2559. configure:24234: result: yes
  2560. configure:24245: checking for LIBCURL
  2561. configure:24252: $PKG_CONFIG --exists --print-errors "libcurl"
  2562. configure:24255: $? = 0
  2563. configure:24269: $PKG_CONFIG --exists --print-errors "libcurl"
  2564. configure:24272: $? = 0
  2565. configure:24310: result: yes
  2566. configure:24323: checking for libcurl soname
  2567. configure:24365: result: libcurl.so.4
  2568. configure:24370: checking for CRYPTO_set_locking_callback(0) in libcurl.so.4
  2569. configure:24386: result: no
  2570. configure:24390: checking openssl/crypto.h usability
  2571. configure:24390: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2572. configure:24390: $? = 0
  2573. configure:24390: result: yes
  2574. configure:24390: checking openssl/crypto.h presence
  2575. configure:24390: gcc -E conftest.c
  2576. configure:24390: $? = 0
  2577. configure:24390: result: yes
  2578. configure:24390: checking for openssl/crypto.h
  2579. configure:24390: result: yes
  2580. configure:24398: checking gcrypt.h usability
  2581. configure:24398: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2582. configure:24398: $? = 0
  2583. configure:24398: result: yes
  2584. configure:24398: checking gcrypt.h presence
  2585. configure:24398: gcc -E conftest.c
  2586. configure:24398: $? = 0
  2587. configure:24398: result: yes
  2588. configure:24398: checking for gcrypt.h
  2589. configure:24398: result: yes
  2590. configure:24408: checking for main in -lgpg-error
  2591. configure:24427: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2592. configure:24427: $? = 0
  2593. configure:24436: result: yes
  2594. configure:24449: checking for gcry_control in -lgcrypt
  2595. configure:24474: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2596. configure:24474: $? = 0
  2597. configure:24483: result: yes
  2598. configure:24502: checking for GNUTLS
  2599. configure:24509: $PKG_CONFIG --exists --print-errors "gnutls"
  2600. configure:24512: $? = 0
  2601. configure:24526: $PKG_CONFIG --exists --print-errors "gnutls"
  2602. configure:24529: $? = 0
  2603. configure:24569: result: yes
  2604. configure:24576: checking for main in -lbz2
  2605. configure:24595: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2606. configure:24595: $? = 0
  2607. configure:24604: result: yes
  2608. configure:24617: checking for main in -ljpeg
  2609. configure:24636: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2610. configure:24636: $? = 0
  2611. configure:24645: result: yes
  2612. configure:24658: checking for main in -ltiff
  2613. configure:24677: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2614. configure:24677: $? = 0
  2615. configure:24686: result: yes
  2616. configure:24783: checking for main in -lpthread
  2617. configure:24802: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2618. configure:24802: $? = 0
  2619. configure:24811: result: yes
  2620. configure:24824: checking for pthread_setname_np in -lpthread
  2621. configure:24849: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lpthread -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2622. configure:24849: $? = 0
  2623. configure:24858: result: yes
  2624. configure:24871: checking for main in -llzo2
  2625. configure:24890: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2626. configure:24890: $? = 0
  2627. configure:24899: result: yes
  2628. configure:24912: checking for main in -lz
  2629. configure:24931: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2630. configure:24931: $? = 0
  2631. configure:24940: result: yes
  2632. configure:24953: checking for main in -lcrypto
  2633. configure:24972: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2634. configure:24972: $? = 0
  2635. configure:24981: result: yes
  2636. configure:24994: checking for main in -lssl
  2637. configure:25013: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2638. configure:25013: $? = 0
  2639. configure:25022: result: yes
  2640. configure:25036: checking for main in -lmysqlclient
  2641. configure:25055: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2642. configure:25055: $? = 0
  2643. configure:25064: result: yes
  2644. configure:25078: checking for hci_devid in -lbluetooth
  2645. configure:25103: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2646. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lbluetooth
  2647. collect2: error: ld returned 1 exit status
  2648. configure:25103: $? = 1
  2649. configure: failed program was:
  2650. | /* confdefs.h */
  2651. | #define PACKAGE_NAME "kodi"
  2652. | #define PACKAGE_TARNAME "kodi"
  2653. | #define PACKAGE_VERSION "15.2.000"
  2654. | #define PACKAGE_STRING "kodi 15.2.000"
  2655. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2656. | #define PACKAGE_URL ""
  2657. | #define PACKAGE "kodi"
  2658. | #define VERSION "15.2.000"
  2659. | #define HAVE_LIRC 1
  2660. | #define LIRC_DEVICE "/dev/lircd"
  2661. | #define HAVE_CXX11 1
  2662. | #define STDC_HEADERS 1
  2663. | #define HAVE_SYS_TYPES_H 1
  2664. | #define HAVE_SYS_STAT_H 1
  2665. | #define HAVE_STDLIB_H 1
  2666. | #define HAVE_STRING_H 1
  2667. | #define HAVE_MEMORY_H 1
  2668. | #define HAVE_STRINGS_H 1
  2669. | #define HAVE_INTTYPES_H 1
  2670. | #define HAVE_STDINT_H 1
  2671. | #define HAVE_UNISTD_H 1
  2672. | #define HAVE_DLFCN_H 1
  2673. | #define LT_OBJDIR ".libs/"
  2674. | #define HAVE_ALLOCA_H 1
  2675. | #define HAVE_ALLOCA 1
  2676. | #define HAVE_UNISTD_H 1
  2677. | #define HAVE_CHOWN 1
  2678. | #define HAVE_DIRENT_H 1
  2679. | #define HAVE_FSEEKO 1
  2680. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2681. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2682. | #define TIME_WITH_SYS_TIME 1
  2683. | #define HAVE_SYS_TIME_H 1
  2684. | #define HAVE_UNISTD_H 1
  2685. | #define HAVE_STDLIB_H 1
  2686. | #define HAVE_SYS_PARAM_H 1
  2687. | #define HAVE_UTIME_H 1
  2688. | #define HAVE_ALARM 1
  2689. | #define HAVE_GETPAGESIZE 1
  2690. | #define HAVE_MMAP 1
  2691. | #define HAVE_SYS_SELECT_H 1
  2692. | #define HAVE_SYS_SOCKET_H 1
  2693. | #define SELECT_TYPE_ARG1 int
  2694. | #define SELECT_TYPE_ARG234 (fd_set *)
  2695. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2696. | #define RETSIGTYPE void
  2697. | #define HAVE_STRCOLL 1
  2698. | #define HAVE_STRFTIME 1
  2699. | #define HAVE_UTIME_NULL 1
  2700. | #define HAVE_VPRINTF 1
  2701. | #define HAVE_ATEXIT 1
  2702. | #define HAVE_DUP2 1
  2703. | #define HAVE_FDATASYNC 1
  2704. | #define HAVE_FTIME 1
  2705. | #define HAVE_FTRUNCATE 1
  2706. | #define HAVE_GETCWD 1
  2707. | #define HAVE_GETHOSTBYADDR 1
  2708. | #define HAVE_GETHOSTBYNAME 1
  2709. | #define HAVE_GETHOSTNAME 1
  2710. | #define HAVE_GETPAGESIZE 1
  2711. | #define HAVE_GETPASS 1
  2712. | #define HAVE_GETTIMEOFDAY 1
  2713. | #define HAVE_INET_NTOA 1
  2714. | #define HAVE_LCHOWN 1
  2715. | #define HAVE_LOCALECONV 1
  2716. | #define HAVE_MEMCHR 1
  2717. | #define HAVE_MEMMOVE 1
  2718. | #define HAVE_MEMSET 1
  2719. | #define HAVE_MKDIR 1
  2720. | #define HAVE_MODF 1
  2721. | #define HAVE_MUNMAP 1
  2722. | #define HAVE_RMDIR 1
  2723. | #define HAVE_SELECT 1
  2724. | #define HAVE_SETENV 1
  2725. | #define HAVE_SETLOCALE 1
  2726. | #define HAVE_SOCKET 1
  2727. | #define HAVE_STRCASECMP 1
  2728. | #define HAVE_STRCHR 1
  2729. | #define HAVE_STRCSPN 1
  2730. | #define HAVE_STRDUP 1
  2731. | #define HAVE_STRERROR 1
  2732. | #define HAVE_STRNCASECMP 1
  2733. | #define HAVE_STRPBRK 1
  2734. | #define HAVE_STRRCHR 1
  2735. | #define HAVE_STRSPN 1
  2736. | #define HAVE_STRSTR 1
  2737. | #define HAVE_STRTOL 1
  2738. | #define HAVE_STRTOUL 1
  2739. | #define HAVE_SYSINFO 1
  2740. | #define HAVE_TZSET 1
  2741. | #define HAVE_UTIME 1
  2742. | #define HAVE_POSIX_FADVISE 1
  2743. | #define HAVE_LOCALTIME_R 1
  2744. | #define SIZEOF_INT 4
  2745. | #define SIZEOF_SIZE_T 8
  2746. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2747. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2748. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2749. | #define HAVE_STD__U16STRING 1
  2750. | #define HAVE_STD__U32STRING 1
  2751. | #define HAVE_CHAR16_T 1
  2752. | #define HAVE_CHAR32_T 1
  2753. | #define SIZEOF_WCHAR_T 4
  2754. | #define HAVE_INOTIFY 1
  2755. | #define HAVE_PYTHON "2.7"
  2756. | #define HAVE_LIBGL 1
  2757. | #define HAVE_LIBGLEW 1
  2758. | #define HAVE_LIBGLU 1
  2759. | #define HAVE_MYSQL 1
  2760. | #define HAVE_OPENSSL 1
  2761. | #define HAVE_LIBGPG_ERROR 1
  2762. | #define HAVE_LIBGCRYPT 1
  2763. | #define HAVE_GCRYPT 1
  2764. | #define HAVE_GNUTLS 1
  2765. | #define HAVE_LIBBZ2 1
  2766. | #define HAVE_LIBJPEG 1
  2767. | #define HAVE_LIBTIFF 1
  2768. | #define HAVE_LIBPTHREAD 1
  2769. | #define HAVE_PTHREAD_SETNAME_NP 1
  2770. | #define HAVE_LIBLZO2 1
  2771. | #define HAVE_LIBZ 1
  2772. | #define HAVE_LIBCRYPTO 1
  2773. | #define HAVE_LIBSSL 1
  2774. | #define HAVE_LIBMYSQLCLIENT 1
  2775. | /* end confdefs.h. */
  2776. |
  2777. | /* Override any GCC internal prototype to avoid an error.
  2778. | Use char because int might match the return type of a GCC
  2779. | builtin and then its argument prototype would still apply. */
  2780. | #ifdef __cplusplus
  2781. | extern "C"
  2782. | #endif
  2783. | char hci_devid ();
  2784. | int
  2785. | main ()
  2786. | {
  2787. | return hci_devid ();
  2788. | ;
  2789. | return 0;
  2790. | }
  2791. configure:25112: result: no
  2792. configure:25122: result: Could not find suitable version of libbluetooth
  2793. configure:25135: checking for TINYXML
  2794. configure:25142: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
  2795. Package tinyxml was not found in the pkg-config search path.
  2796. Perhaps you should add the directory containing `tinyxml.pc'
  2797. to the PKG_CONFIG_PATH environment variable
  2798. No package 'tinyxml' found
  2799. configure:25145: $? = 1
  2800. configure:25159: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
  2801. Package tinyxml was not found in the pkg-config search path.
  2802. Perhaps you should add the directory containing `tinyxml.pc'
  2803. to the PKG_CONFIG_PATH environment variable
  2804. No package 'tinyxml' found
  2805. configure:25162: $? = 1
  2806. configure:25176: result: no
  2807. No package 'tinyxml' found
  2808. configure:25210: g++ -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2809. configure:25210: $? = 0
  2810. configure:25210: ./conftest
  2811. configure:25210: $? = 0
  2812. configure:25211: checking for main in -ltinyxml
  2813. configure:25230: g++ -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
  2814. configure:25230: $? = 0
  2815. configure:25239: result: yes
  2816. configure:25347: checking for YAJL
  2817. configure:25354: $PKG_CONFIG --exists --print-errors "yajl >= 2"
  2818. configure:25357: $? = 0
  2819. configure:25371: $PKG_CONFIG --exists --print-errors "yajl >= 2"
  2820. configure:25374: $? = 0
  2821. configure:25442: result: yes
  2822. configure:25639: checking for LIBXML
  2823. configure:25646: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2824. configure:25649: $? = 0
  2825. configure:25663: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2826. configure:25666: $? = 0
  2827. configure:25704: result: yes
  2828. configure:25710: checking for LIBXSLT
  2829. configure:25717: $PKG_CONFIG --exists --print-errors "libxslt"
  2830. configure:25720: $? = 0
  2831. configure:25734: $PKG_CONFIG --exists --print-errors "libxslt"
  2832. configure:25737: $? = 0
  2833. configure:25775: result: yes
  2834. configure:25781: checking for FRIBIDI
  2835. configure:25788: $PKG_CONFIG --exists --print-errors "fribidi"
  2836. configure:25791: $? = 0
  2837. configure:25805: $PKG_CONFIG --exists --print-errors "fribidi"
  2838. configure:25808: $? = 0
  2839. configure:25846: result: yes
  2840. configure:25852: checking for SQLITE3
  2841. configure:25859: $PKG_CONFIG --exists --print-errors "sqlite3"
  2842. configure:25862: $? = 0
  2843. configure:25876: $PKG_CONFIG --exists --print-errors "sqlite3"
  2844. configure:25879: $? = 0
  2845. configure:25917: result: yes
  2846. configure:25923: checking for PNG
  2847. configure:25930: $PKG_CONFIG --exists --print-errors "libpng"
  2848. configure:25933: $? = 0
  2849. configure:25947: $PKG_CONFIG --exists --print-errors "libpng"
  2850. configure:25950: $? = 0
  2851. configure:25988: result: yes
  2852. configure:25994: checking for PCRECPP
  2853. configure:26001: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2854. configure:26004: $? = 0
  2855. configure:26018: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2856. configure:26021: $? = 0
  2857. configure:26059: result: yes
  2858. configure:26068: checking for PCRE
  2859. configure:26075: $PKG_CONFIG --exists --print-errors "libpcre"
  2860. configure:26078: $? = 0
  2861. configure:26092: $PKG_CONFIG --exists --print-errors "libpcre"
  2862. configure:26095: $? = 0
  2863. configure:26133: result: yes
  2864. configure:26142: checking for FREETYPE2
  2865. configure:26149: $PKG_CONFIG --exists --print-errors "freetype2"
  2866. configure:26152: $? = 0
  2867. configure:26166: $PKG_CONFIG --exists --print-errors "freetype2"
  2868. configure:26169: $? = 0
  2869. configure:26207: result: yes
  2870. configure:26213: checking for TAGLIB
  2871. configure:26220: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
  2872. configure:26223: $? = 0
  2873. configure:26237: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
  2874. configure:26240: $? = 0
  2875. configure:26278: result: yes
  2876. configure:26286: checking for CDIO
  2877. configure:26293: $PKG_CONFIG --exists --print-errors "libcdio"
  2878. configure:26296: $? = 0
  2879. configure:26310: $PKG_CONFIG --exists --print-errors "libcdio"
  2880. configure:26313: $? = 0
  2881. configure:26351: result: yes
  2882. configure:26511: checking for LIBBLURAY
  2883. configure:26518: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2884. configure:26521: $? = 0
  2885. configure:26535: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2886. configure:26538: $? = 0
  2887. configure:26576: result: yes
  2888. configure:26599: checking for libbluray soname
  2889. configure:26641: result: libbluray.so.1
  2890. configure:26651: checking for bd_register_argb_overlay_proc in -lbluray
  2891. configure:26676: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lbluray -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2892. configure:26676: $? = 0
  2893. configure:26685: result: yes
  2894. configure:26734: checking whether BD_EVENT_IDLE is declared
  2895. configure:26734: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2896. configure:26734: $? = 0
  2897. configure:26734: result: yes
  2898. configure:26754: checking for library containing iconv_open
  2899. configure:26785: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2900. configure:26785: $? = 0
  2901. configure:26802: result: none required
  2902. configure:26869: checking for library containing dlopen
  2903. configure:26900: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2904. configure:26900: $? = 0
  2905. configure:26917: result: none required
  2906. configure:26925: checking for library containing clock_gettime
  2907. configure:26956: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2908. configure:26956: $? = 0
  2909. configure:26973: result: none required
  2910. configure:26981: checking for library containing dn_expand
  2911. configure:27012: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2912. /tmp/ccEWltDG.o: In function `main':
  2913. /home/kodi/xbmc/conftest.c:143: undefined reference to `dn_expand'
  2914. collect2: error: ld returned 1 exit status
  2915. configure:27012: $? = 1
  2916. configure: failed program was:
  2917. | /* confdefs.h */
  2918. | #define PACKAGE_NAME "kodi"
  2919. | #define PACKAGE_TARNAME "kodi"
  2920. | #define PACKAGE_VERSION "15.2.000"
  2921. | #define PACKAGE_STRING "kodi 15.2.000"
  2922. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2923. | #define PACKAGE_URL ""
  2924. | #define PACKAGE "kodi"
  2925. | #define VERSION "15.2.000"
  2926. | #define HAVE_LIRC 1
  2927. | #define LIRC_DEVICE "/dev/lircd"
  2928. | #define HAVE_CXX11 1
  2929. | #define STDC_HEADERS 1
  2930. | #define HAVE_SYS_TYPES_H 1
  2931. | #define HAVE_SYS_STAT_H 1
  2932. | #define HAVE_STDLIB_H 1
  2933. | #define HAVE_STRING_H 1
  2934. | #define HAVE_MEMORY_H 1
  2935. | #define HAVE_STRINGS_H 1
  2936. | #define HAVE_INTTYPES_H 1
  2937. | #define HAVE_STDINT_H 1
  2938. | #define HAVE_UNISTD_H 1
  2939. | #define HAVE_DLFCN_H 1
  2940. | #define LT_OBJDIR ".libs/"
  2941. | #define HAVE_ALLOCA_H 1
  2942. | #define HAVE_ALLOCA 1
  2943. | #define HAVE_UNISTD_H 1
  2944. | #define HAVE_CHOWN 1
  2945. | #define HAVE_DIRENT_H 1
  2946. | #define HAVE_FSEEKO 1
  2947. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2948. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2949. | #define TIME_WITH_SYS_TIME 1
  2950. | #define HAVE_SYS_TIME_H 1
  2951. | #define HAVE_UNISTD_H 1
  2952. | #define HAVE_STDLIB_H 1
  2953. | #define HAVE_SYS_PARAM_H 1
  2954. | #define HAVE_UTIME_H 1
  2955. | #define HAVE_ALARM 1
  2956. | #define HAVE_GETPAGESIZE 1
  2957. | #define HAVE_MMAP 1
  2958. | #define HAVE_SYS_SELECT_H 1
  2959. | #define HAVE_SYS_SOCKET_H 1
  2960. | #define SELECT_TYPE_ARG1 int
  2961. | #define SELECT_TYPE_ARG234 (fd_set *)
  2962. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2963. | #define RETSIGTYPE void
  2964. | #define HAVE_STRCOLL 1
  2965. | #define HAVE_STRFTIME 1
  2966. | #define HAVE_UTIME_NULL 1
  2967. | #define HAVE_VPRINTF 1
  2968. | #define HAVE_ATEXIT 1
  2969. | #define HAVE_DUP2 1
  2970. | #define HAVE_FDATASYNC 1
  2971. | #define HAVE_FTIME 1
  2972. | #define HAVE_FTRUNCATE 1
  2973. | #define HAVE_GETCWD 1
  2974. | #define HAVE_GETHOSTBYADDR 1
  2975. | #define HAVE_GETHOSTBYNAME 1
  2976. | #define HAVE_GETHOSTNAME 1
  2977. | #define HAVE_GETPAGESIZE 1
  2978. | #define HAVE_GETPASS 1
  2979. | #define HAVE_GETTIMEOFDAY 1
  2980. | #define HAVE_INET_NTOA 1
  2981. | #define HAVE_LCHOWN 1
  2982. | #define HAVE_LOCALECONV 1
  2983. | #define HAVE_MEMCHR 1
  2984. | #define HAVE_MEMMOVE 1
  2985. | #define HAVE_MEMSET 1
  2986. | #define HAVE_MKDIR 1
  2987. | #define HAVE_MODF 1
  2988. | #define HAVE_MUNMAP 1
  2989. | #define HAVE_RMDIR 1
  2990. | #define HAVE_SELECT 1
  2991. | #define HAVE_SETENV 1
  2992. | #define HAVE_SETLOCALE 1
  2993. | #define HAVE_SOCKET 1
  2994. | #define HAVE_STRCASECMP 1
  2995. | #define HAVE_STRCHR 1
  2996. | #define HAVE_STRCSPN 1
  2997. | #define HAVE_STRDUP 1
  2998. | #define HAVE_STRERROR 1
  2999. | #define HAVE_STRNCASECMP 1
  3000. | #define HAVE_STRPBRK 1
  3001. | #define HAVE_STRRCHR 1
  3002. | #define HAVE_STRSPN 1
  3003. | #define HAVE_STRSTR 1
  3004. | #define HAVE_STRTOL 1
  3005. | #define HAVE_STRTOUL 1
  3006. | #define HAVE_SYSINFO 1
  3007. | #define HAVE_TZSET 1
  3008. | #define HAVE_UTIME 1
  3009. | #define HAVE_POSIX_FADVISE 1
  3010. | #define HAVE_LOCALTIME_R 1
  3011. | #define SIZEOF_INT 4
  3012. | #define SIZEOF_SIZE_T 8
  3013. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3014. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3015. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3016. | #define HAVE_STD__U16STRING 1
  3017. | #define HAVE_STD__U32STRING 1
  3018. | #define HAVE_CHAR16_T 1
  3019. | #define HAVE_CHAR32_T 1
  3020. | #define SIZEOF_WCHAR_T 4
  3021. | #define HAVE_INOTIFY 1
  3022. | #define HAVE_PYTHON "2.7"
  3023. | #define HAVE_LIBGL 1
  3024. | #define HAVE_LIBGLEW 1
  3025. | #define HAVE_LIBGLU 1
  3026. | #define HAVE_MYSQL 1
  3027. | #define HAVE_OPENSSL 1
  3028. | #define HAVE_LIBGPG_ERROR 1
  3029. | #define HAVE_LIBGCRYPT 1
  3030. | #define HAVE_GCRYPT 1
  3031. | #define HAVE_GNUTLS 1
  3032. | #define HAVE_LIBBZ2 1
  3033. | #define HAVE_LIBJPEG 1
  3034. | #define HAVE_LIBTIFF 1
  3035. | #define HAVE_LIBPTHREAD 1
  3036. | #define HAVE_PTHREAD_SETNAME_NP 1
  3037. | #define HAVE_LIBLZO2 1
  3038. | #define HAVE_LIBZ 1
  3039. | #define HAVE_LIBCRYPTO 1
  3040. | #define HAVE_LIBSSL 1
  3041. | #define HAVE_LIBMYSQLCLIENT 1
  3042. | #define HAVE_LIBTINYXML 1
  3043. | #define HAVE_LIBPCRECPP 1
  3044. | #define HAVE_LIBPCRE 1
  3045. | #define HAVE_LIBBLURAY 1
  3046. | #define HAVE_LIBBLURAY_BDJ 1
  3047. | /* end confdefs.h. */
  3048. |
  3049. | /* Override any GCC internal prototype to avoid an error.
  3050. | Use char because int might match the return type of a GCC
  3051. | builtin and then its argument prototype would still apply. */
  3052. | #ifdef __cplusplus
  3053. | extern "C"
  3054. | #endif
  3055. | char dn_expand ();
  3056. | int
  3057. | main ()
  3058. | {
  3059. | return dn_expand ();
  3060. | ;
  3061. | return 0;
  3062. | }
  3063. configure:27012: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3064. /tmp/ccEj6HcO.o: In function `main':
  3065. /home/kodi/xbmc/conftest.c:143: undefined reference to `dn_expand'
  3066. collect2: error: ld returned 1 exit status
  3067. configure:27012: $? = 1
  3068. configure: failed program was:
  3069. | /* confdefs.h */
  3070. | #define PACKAGE_NAME "kodi"
  3071. | #define PACKAGE_TARNAME "kodi"
  3072. | #define PACKAGE_VERSION "15.2.000"
  3073. | #define PACKAGE_STRING "kodi 15.2.000"
  3074. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3075. | #define PACKAGE_URL ""
  3076. | #define PACKAGE "kodi"
  3077. | #define VERSION "15.2.000"
  3078. | #define HAVE_LIRC 1
  3079. | #define LIRC_DEVICE "/dev/lircd"
  3080. | #define HAVE_CXX11 1
  3081. | #define STDC_HEADERS 1
  3082. | #define HAVE_SYS_TYPES_H 1
  3083. | #define HAVE_SYS_STAT_H 1
  3084. | #define HAVE_STDLIB_H 1
  3085. | #define HAVE_STRING_H 1
  3086. | #define HAVE_MEMORY_H 1
  3087. | #define HAVE_STRINGS_H 1
  3088. | #define HAVE_INTTYPES_H 1
  3089. | #define HAVE_STDINT_H 1
  3090. | #define HAVE_UNISTD_H 1
  3091. | #define HAVE_DLFCN_H 1
  3092. | #define LT_OBJDIR ".libs/"
  3093. | #define HAVE_ALLOCA_H 1
  3094. | #define HAVE_ALLOCA 1
  3095. | #define HAVE_UNISTD_H 1
  3096. | #define HAVE_CHOWN 1
  3097. | #define HAVE_DIRENT_H 1
  3098. | #define HAVE_FSEEKO 1
  3099. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3100. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3101. | #define TIME_WITH_SYS_TIME 1
  3102. | #define HAVE_SYS_TIME_H 1
  3103. | #define HAVE_UNISTD_H 1
  3104. | #define HAVE_STDLIB_H 1
  3105. | #define HAVE_SYS_PARAM_H 1
  3106. | #define HAVE_UTIME_H 1
  3107. | #define HAVE_ALARM 1
  3108. | #define HAVE_GETPAGESIZE 1
  3109. | #define HAVE_MMAP 1
  3110. | #define HAVE_SYS_SELECT_H 1
  3111. | #define HAVE_SYS_SOCKET_H 1
  3112. | #define SELECT_TYPE_ARG1 int
  3113. | #define SELECT_TYPE_ARG234 (fd_set *)
  3114. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3115. | #define RETSIGTYPE void
  3116. | #define HAVE_STRCOLL 1
  3117. | #define HAVE_STRFTIME 1
  3118. | #define HAVE_UTIME_NULL 1
  3119. | #define HAVE_VPRINTF 1
  3120. | #define HAVE_ATEXIT 1
  3121. | #define HAVE_DUP2 1
  3122. | #define HAVE_FDATASYNC 1
  3123. | #define HAVE_FTIME 1
  3124. | #define HAVE_FTRUNCATE 1
  3125. | #define HAVE_GETCWD 1
  3126. | #define HAVE_GETHOSTBYADDR 1
  3127. | #define HAVE_GETHOSTBYNAME 1
  3128. | #define HAVE_GETHOSTNAME 1
  3129. | #define HAVE_GETPAGESIZE 1
  3130. | #define HAVE_GETPASS 1
  3131. | #define HAVE_GETTIMEOFDAY 1
  3132. | #define HAVE_INET_NTOA 1
  3133. | #define HAVE_LCHOWN 1
  3134. | #define HAVE_LOCALECONV 1
  3135. | #define HAVE_MEMCHR 1
  3136. | #define HAVE_MEMMOVE 1
  3137. | #define HAVE_MEMSET 1
  3138. | #define HAVE_MKDIR 1
  3139. | #define HAVE_MODF 1
  3140. | #define HAVE_MUNMAP 1
  3141. | #define HAVE_RMDIR 1
  3142. | #define HAVE_SELECT 1
  3143. | #define HAVE_SETENV 1
  3144. | #define HAVE_SETLOCALE 1
  3145. | #define HAVE_SOCKET 1
  3146. | #define HAVE_STRCASECMP 1
  3147. | #define HAVE_STRCHR 1
  3148. | #define HAVE_STRCSPN 1
  3149. | #define HAVE_STRDUP 1
  3150. | #define HAVE_STRERROR 1
  3151. | #define HAVE_STRNCASECMP 1
  3152. | #define HAVE_STRPBRK 1
  3153. | #define HAVE_STRRCHR 1
  3154. | #define HAVE_STRSPN 1
  3155. | #define HAVE_STRSTR 1
  3156. | #define HAVE_STRTOL 1
  3157. | #define HAVE_STRTOUL 1
  3158. | #define HAVE_SYSINFO 1
  3159. | #define HAVE_TZSET 1
  3160. | #define HAVE_UTIME 1
  3161. | #define HAVE_POSIX_FADVISE 1
  3162. | #define HAVE_LOCALTIME_R 1
  3163. | #define SIZEOF_INT 4
  3164. | #define SIZEOF_SIZE_T 8
  3165. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3166. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3167. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3168. | #define HAVE_STD__U16STRING 1
  3169. | #define HAVE_STD__U32STRING 1
  3170. | #define HAVE_CHAR16_T 1
  3171. | #define HAVE_CHAR32_T 1
  3172. | #define SIZEOF_WCHAR_T 4
  3173. | #define HAVE_INOTIFY 1
  3174. | #define HAVE_PYTHON "2.7"
  3175. | #define HAVE_LIBGL 1
  3176. | #define HAVE_LIBGLEW 1
  3177. | #define HAVE_LIBGLU 1
  3178. | #define HAVE_MYSQL 1
  3179. | #define HAVE_OPENSSL 1
  3180. | #define HAVE_LIBGPG_ERROR 1
  3181. | #define HAVE_LIBGCRYPT 1
  3182. | #define HAVE_GCRYPT 1
  3183. | #define HAVE_GNUTLS 1
  3184. | #define HAVE_LIBBZ2 1
  3185. | #define HAVE_LIBJPEG 1
  3186. | #define HAVE_LIBTIFF 1
  3187. | #define HAVE_LIBPTHREAD 1
  3188. | #define HAVE_PTHREAD_SETNAME_NP 1
  3189. | #define HAVE_LIBLZO2 1
  3190. | #define HAVE_LIBZ 1
  3191. | #define HAVE_LIBCRYPTO 1
  3192. | #define HAVE_LIBSSL 1
  3193. | #define HAVE_LIBMYSQLCLIENT 1
  3194. | #define HAVE_LIBTINYXML 1
  3195. | #define HAVE_LIBPCRECPP 1
  3196. | #define HAVE_LIBPCRE 1
  3197. | #define HAVE_LIBBLURAY 1
  3198. | #define HAVE_LIBBLURAY_BDJ 1
  3199. | /* end confdefs.h. */
  3200. |
  3201. | /* Override any GCC internal prototype to avoid an error.
  3202. | Use char because int might match the return type of a GCC
  3203. | builtin and then its argument prototype would still apply. */
  3204. | #ifdef __cplusplus
  3205. | extern "C"
  3206. | #endif
  3207. | char dn_expand ();
  3208. | int
  3209. | main ()
  3210. | {
  3211. | return dn_expand ();
  3212. | ;
  3213. | return 0;
  3214. | }
  3215. configure:27029: result: no
  3216. configure:27037: checking for library containing _dn_expand
  3217. configure:27068: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3218. /tmp/ccwUjZoZ.o: In function `main':
  3219. /home/kodi/xbmc/conftest.c:143: undefined reference to `_dn_expand'
  3220. collect2: error: ld returned 1 exit status
  3221. configure:27068: $? = 1
  3222. configure: failed program was:
  3223. | /* confdefs.h */
  3224. | #define PACKAGE_NAME "kodi"
  3225. | #define PACKAGE_TARNAME "kodi"
  3226. | #define PACKAGE_VERSION "15.2.000"
  3227. | #define PACKAGE_STRING "kodi 15.2.000"
  3228. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3229. | #define PACKAGE_URL ""
  3230. | #define PACKAGE "kodi"
  3231. | #define VERSION "15.2.000"
  3232. | #define HAVE_LIRC 1
  3233. | #define LIRC_DEVICE "/dev/lircd"
  3234. | #define HAVE_CXX11 1
  3235. | #define STDC_HEADERS 1
  3236. | #define HAVE_SYS_TYPES_H 1
  3237. | #define HAVE_SYS_STAT_H 1
  3238. | #define HAVE_STDLIB_H 1
  3239. | #define HAVE_STRING_H 1
  3240. | #define HAVE_MEMORY_H 1
  3241. | #define HAVE_STRINGS_H 1
  3242. | #define HAVE_INTTYPES_H 1
  3243. | #define HAVE_STDINT_H 1
  3244. | #define HAVE_UNISTD_H 1
  3245. | #define HAVE_DLFCN_H 1
  3246. | #define LT_OBJDIR ".libs/"
  3247. | #define HAVE_ALLOCA_H 1
  3248. | #define HAVE_ALLOCA 1
  3249. | #define HAVE_UNISTD_H 1
  3250. | #define HAVE_CHOWN 1
  3251. | #define HAVE_DIRENT_H 1
  3252. | #define HAVE_FSEEKO 1
  3253. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3254. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3255. | #define TIME_WITH_SYS_TIME 1
  3256. | #define HAVE_SYS_TIME_H 1
  3257. | #define HAVE_UNISTD_H 1
  3258. | #define HAVE_STDLIB_H 1
  3259. | #define HAVE_SYS_PARAM_H 1
  3260. | #define HAVE_UTIME_H 1
  3261. | #define HAVE_ALARM 1
  3262. | #define HAVE_GETPAGESIZE 1
  3263. | #define HAVE_MMAP 1
  3264. | #define HAVE_SYS_SELECT_H 1
  3265. | #define HAVE_SYS_SOCKET_H 1
  3266. | #define SELECT_TYPE_ARG1 int
  3267. | #define SELECT_TYPE_ARG234 (fd_set *)
  3268. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3269. | #define RETSIGTYPE void
  3270. | #define HAVE_STRCOLL 1
  3271. | #define HAVE_STRFTIME 1
  3272. | #define HAVE_UTIME_NULL 1
  3273. | #define HAVE_VPRINTF 1
  3274. | #define HAVE_ATEXIT 1
  3275. | #define HAVE_DUP2 1
  3276. | #define HAVE_FDATASYNC 1
  3277. | #define HAVE_FTIME 1
  3278. | #define HAVE_FTRUNCATE 1
  3279. | #define HAVE_GETCWD 1
  3280. | #define HAVE_GETHOSTBYADDR 1
  3281. | #define HAVE_GETHOSTBYNAME 1
  3282. | #define HAVE_GETHOSTNAME 1
  3283. | #define HAVE_GETPAGESIZE 1
  3284. | #define HAVE_GETPASS 1
  3285. | #define HAVE_GETTIMEOFDAY 1
  3286. | #define HAVE_INET_NTOA 1
  3287. | #define HAVE_LCHOWN 1
  3288. | #define HAVE_LOCALECONV 1
  3289. | #define HAVE_MEMCHR 1
  3290. | #define HAVE_MEMMOVE 1
  3291. | #define HAVE_MEMSET 1
  3292. | #define HAVE_MKDIR 1
  3293. | #define HAVE_MODF 1
  3294. | #define HAVE_MUNMAP 1
  3295. | #define HAVE_RMDIR 1
  3296. | #define HAVE_SELECT 1
  3297. | #define HAVE_SETENV 1
  3298. | #define HAVE_SETLOCALE 1
  3299. | #define HAVE_SOCKET 1
  3300. | #define HAVE_STRCASECMP 1
  3301. | #define HAVE_STRCHR 1
  3302. | #define HAVE_STRCSPN 1
  3303. | #define HAVE_STRDUP 1
  3304. | #define HAVE_STRERROR 1
  3305. | #define HAVE_STRNCASECMP 1
  3306. | #define HAVE_STRPBRK 1
  3307. | #define HAVE_STRRCHR 1
  3308. | #define HAVE_STRSPN 1
  3309. | #define HAVE_STRSTR 1
  3310. | #define HAVE_STRTOL 1
  3311. | #define HAVE_STRTOUL 1
  3312. | #define HAVE_SYSINFO 1
  3313. | #define HAVE_TZSET 1
  3314. | #define HAVE_UTIME 1
  3315. | #define HAVE_POSIX_FADVISE 1
  3316. | #define HAVE_LOCALTIME_R 1
  3317. | #define SIZEOF_INT 4
  3318. | #define SIZEOF_SIZE_T 8
  3319. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3320. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3321. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3322. | #define HAVE_STD__U16STRING 1
  3323. | #define HAVE_STD__U32STRING 1
  3324. | #define HAVE_CHAR16_T 1
  3325. | #define HAVE_CHAR32_T 1
  3326. | #define SIZEOF_WCHAR_T 4
  3327. | #define HAVE_INOTIFY 1
  3328. | #define HAVE_PYTHON "2.7"
  3329. | #define HAVE_LIBGL 1
  3330. | #define HAVE_LIBGLEW 1
  3331. | #define HAVE_LIBGLU 1
  3332. | #define HAVE_MYSQL 1
  3333. | #define HAVE_OPENSSL 1
  3334. | #define HAVE_LIBGPG_ERROR 1
  3335. | #define HAVE_LIBGCRYPT 1
  3336. | #define HAVE_GCRYPT 1
  3337. | #define HAVE_GNUTLS 1
  3338. | #define HAVE_LIBBZ2 1
  3339. | #define HAVE_LIBJPEG 1
  3340. | #define HAVE_LIBTIFF 1
  3341. | #define HAVE_LIBPTHREAD 1
  3342. | #define HAVE_PTHREAD_SETNAME_NP 1
  3343. | #define HAVE_LIBLZO2 1
  3344. | #define HAVE_LIBZ 1
  3345. | #define HAVE_LIBCRYPTO 1
  3346. | #define HAVE_LIBSSL 1
  3347. | #define HAVE_LIBMYSQLCLIENT 1
  3348. | #define HAVE_LIBTINYXML 1
  3349. | #define HAVE_LIBPCRECPP 1
  3350. | #define HAVE_LIBPCRE 1
  3351. | #define HAVE_LIBBLURAY 1
  3352. | #define HAVE_LIBBLURAY_BDJ 1
  3353. | /* end confdefs.h. */
  3354. |
  3355. | /* Override any GCC internal prototype to avoid an error.
  3356. | Use char because int might match the return type of a GCC
  3357. | builtin and then its argument prototype would still apply. */
  3358. | #ifdef __cplusplus
  3359. | extern "C"
  3360. | #endif
  3361. | char _dn_expand ();
  3362. | int
  3363. | main ()
  3364. | {
  3365. | return _dn_expand ();
  3366. | ;
  3367. | return 0;
  3368. | }
  3369. configure:27068: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3370. /tmp/ccji7ctX.o: In function `main':
  3371. /home/kodi/xbmc/conftest.c:143: undefined reference to `_dn_expand'
  3372. collect2: error: ld returned 1 exit status
  3373. configure:27068: $? = 1
  3374. configure: failed program was:
  3375. | /* confdefs.h */
  3376. | #define PACKAGE_NAME "kodi"
  3377. | #define PACKAGE_TARNAME "kodi"
  3378. | #define PACKAGE_VERSION "15.2.000"
  3379. | #define PACKAGE_STRING "kodi 15.2.000"
  3380. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3381. | #define PACKAGE_URL ""
  3382. | #define PACKAGE "kodi"
  3383. | #define VERSION "15.2.000"
  3384. | #define HAVE_LIRC 1
  3385. | #define LIRC_DEVICE "/dev/lircd"
  3386. | #define HAVE_CXX11 1
  3387. | #define STDC_HEADERS 1
  3388. | #define HAVE_SYS_TYPES_H 1
  3389. | #define HAVE_SYS_STAT_H 1
  3390. | #define HAVE_STDLIB_H 1
  3391. | #define HAVE_STRING_H 1
  3392. | #define HAVE_MEMORY_H 1
  3393. | #define HAVE_STRINGS_H 1
  3394. | #define HAVE_INTTYPES_H 1
  3395. | #define HAVE_STDINT_H 1
  3396. | #define HAVE_UNISTD_H 1
  3397. | #define HAVE_DLFCN_H 1
  3398. | #define LT_OBJDIR ".libs/"
  3399. | #define HAVE_ALLOCA_H 1
  3400. | #define HAVE_ALLOCA 1
  3401. | #define HAVE_UNISTD_H 1
  3402. | #define HAVE_CHOWN 1
  3403. | #define HAVE_DIRENT_H 1
  3404. | #define HAVE_FSEEKO 1
  3405. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3406. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3407. | #define TIME_WITH_SYS_TIME 1
  3408. | #define HAVE_SYS_TIME_H 1
  3409. | #define HAVE_UNISTD_H 1
  3410. | #define HAVE_STDLIB_H 1
  3411. | #define HAVE_SYS_PARAM_H 1
  3412. | #define HAVE_UTIME_H 1
  3413. | #define HAVE_ALARM 1
  3414. | #define HAVE_GETPAGESIZE 1
  3415. | #define HAVE_MMAP 1
  3416. | #define HAVE_SYS_SELECT_H 1
  3417. | #define HAVE_SYS_SOCKET_H 1
  3418. | #define SELECT_TYPE_ARG1 int
  3419. | #define SELECT_TYPE_ARG234 (fd_set *)
  3420. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3421. | #define RETSIGTYPE void
  3422. | #define HAVE_STRCOLL 1
  3423. | #define HAVE_STRFTIME 1
  3424. | #define HAVE_UTIME_NULL 1
  3425. | #define HAVE_VPRINTF 1
  3426. | #define HAVE_ATEXIT 1
  3427. | #define HAVE_DUP2 1
  3428. | #define HAVE_FDATASYNC 1
  3429. | #define HAVE_FTIME 1
  3430. | #define HAVE_FTRUNCATE 1
  3431. | #define HAVE_GETCWD 1
  3432. | #define HAVE_GETHOSTBYADDR 1
  3433. | #define HAVE_GETHOSTBYNAME 1
  3434. | #define HAVE_GETHOSTNAME 1
  3435. | #define HAVE_GETPAGESIZE 1
  3436. | #define HAVE_GETPASS 1
  3437. | #define HAVE_GETTIMEOFDAY 1
  3438. | #define HAVE_INET_NTOA 1
  3439. | #define HAVE_LCHOWN 1
  3440. | #define HAVE_LOCALECONV 1
  3441. | #define HAVE_MEMCHR 1
  3442. | #define HAVE_MEMMOVE 1
  3443. | #define HAVE_MEMSET 1
  3444. | #define HAVE_MKDIR 1
  3445. | #define HAVE_MODF 1
  3446. | #define HAVE_MUNMAP 1
  3447. | #define HAVE_RMDIR 1
  3448. | #define HAVE_SELECT 1
  3449. | #define HAVE_SETENV 1
  3450. | #define HAVE_SETLOCALE 1
  3451. | #define HAVE_SOCKET 1
  3452. | #define HAVE_STRCASECMP 1
  3453. | #define HAVE_STRCHR 1
  3454. | #define HAVE_STRCSPN 1
  3455. | #define HAVE_STRDUP 1
  3456. | #define HAVE_STRERROR 1
  3457. | #define HAVE_STRNCASECMP 1
  3458. | #define HAVE_STRPBRK 1
  3459. | #define HAVE_STRRCHR 1
  3460. | #define HAVE_STRSPN 1
  3461. | #define HAVE_STRSTR 1
  3462. | #define HAVE_STRTOL 1
  3463. | #define HAVE_STRTOUL 1
  3464. | #define HAVE_SYSINFO 1
  3465. | #define HAVE_TZSET 1
  3466. | #define HAVE_UTIME 1
  3467. | #define HAVE_POSIX_FADVISE 1
  3468. | #define HAVE_LOCALTIME_R 1
  3469. | #define SIZEOF_INT 4
  3470. | #define SIZEOF_SIZE_T 8
  3471. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3472. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3473. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3474. | #define HAVE_STD__U16STRING 1
  3475. | #define HAVE_STD__U32STRING 1
  3476. | #define HAVE_CHAR16_T 1
  3477. | #define HAVE_CHAR32_T 1
  3478. | #define SIZEOF_WCHAR_T 4
  3479. | #define HAVE_INOTIFY 1
  3480. | #define HAVE_PYTHON "2.7"
  3481. | #define HAVE_LIBGL 1
  3482. | #define HAVE_LIBGLEW 1
  3483. | #define HAVE_LIBGLU 1
  3484. | #define HAVE_MYSQL 1
  3485. | #define HAVE_OPENSSL 1
  3486. | #define HAVE_LIBGPG_ERROR 1
  3487. | #define HAVE_LIBGCRYPT 1
  3488. | #define HAVE_GCRYPT 1
  3489. | #define HAVE_GNUTLS 1
  3490. | #define HAVE_LIBBZ2 1
  3491. | #define HAVE_LIBJPEG 1
  3492. | #define HAVE_LIBTIFF 1
  3493. | #define HAVE_LIBPTHREAD 1
  3494. | #define HAVE_PTHREAD_SETNAME_NP 1
  3495. | #define HAVE_LIBLZO2 1
  3496. | #define HAVE_LIBZ 1
  3497. | #define HAVE_LIBCRYPTO 1
  3498. | #define HAVE_LIBSSL 1
  3499. | #define HAVE_LIBMYSQLCLIENT 1
  3500. | #define HAVE_LIBTINYXML 1
  3501. | #define HAVE_LIBPCRECPP 1
  3502. | #define HAVE_LIBPCRE 1
  3503. | #define HAVE_LIBBLURAY 1
  3504. | #define HAVE_LIBBLURAY_BDJ 1
  3505. | /* end confdefs.h. */
  3506. |
  3507. | /* Override any GCC internal prototype to avoid an error.
  3508. | Use char because int might match the return type of a GCC
  3509. | builtin and then its argument prototype would still apply. */
  3510. | #ifdef __cplusplus
  3511. | extern "C"
  3512. | #endif
  3513. | char _dn_expand ();
  3514. | int
  3515. | main ()
  3516. | {
  3517. | return _dn_expand ();
  3518. | ;
  3519. | return 0;
  3520. | }
  3521. configure:27085: result: no
  3522. configure:27093: checking for library containing __dn_expand
  3523. configure:27124: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3524. /tmp/ccxm1Tw9.o: In function `main':
  3525. /home/kodi/xbmc/conftest.c:143: undefined reference to `__dn_expand'
  3526. collect2: error: ld returned 1 exit status
  3527. configure:27124: $? = 1
  3528. configure: failed program was:
  3529. | /* confdefs.h */
  3530. | #define PACKAGE_NAME "kodi"
  3531. | #define PACKAGE_TARNAME "kodi"
  3532. | #define PACKAGE_VERSION "15.2.000"
  3533. | #define PACKAGE_STRING "kodi 15.2.000"
  3534. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3535. | #define PACKAGE_URL ""
  3536. | #define PACKAGE "kodi"
  3537. | #define VERSION "15.2.000"
  3538. | #define HAVE_LIRC 1
  3539. | #define LIRC_DEVICE "/dev/lircd"
  3540. | #define HAVE_CXX11 1
  3541. | #define STDC_HEADERS 1
  3542. | #define HAVE_SYS_TYPES_H 1
  3543. | #define HAVE_SYS_STAT_H 1
  3544. | #define HAVE_STDLIB_H 1
  3545. | #define HAVE_STRING_H 1
  3546. | #define HAVE_MEMORY_H 1
  3547. | #define HAVE_STRINGS_H 1
  3548. | #define HAVE_INTTYPES_H 1
  3549. | #define HAVE_STDINT_H 1
  3550. | #define HAVE_UNISTD_H 1
  3551. | #define HAVE_DLFCN_H 1
  3552. | #define LT_OBJDIR ".libs/"
  3553. | #define HAVE_ALLOCA_H 1
  3554. | #define HAVE_ALLOCA 1
  3555. | #define HAVE_UNISTD_H 1
  3556. | #define HAVE_CHOWN 1
  3557. | #define HAVE_DIRENT_H 1
  3558. | #define HAVE_FSEEKO 1
  3559. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3560. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3561. | #define TIME_WITH_SYS_TIME 1
  3562. | #define HAVE_SYS_TIME_H 1
  3563. | #define HAVE_UNISTD_H 1
  3564. | #define HAVE_STDLIB_H 1
  3565. | #define HAVE_SYS_PARAM_H 1
  3566. | #define HAVE_UTIME_H 1
  3567. | #define HAVE_ALARM 1
  3568. | #define HAVE_GETPAGESIZE 1
  3569. | #define HAVE_MMAP 1
  3570. | #define HAVE_SYS_SELECT_H 1
  3571. | #define HAVE_SYS_SOCKET_H 1
  3572. | #define SELECT_TYPE_ARG1 int
  3573. | #define SELECT_TYPE_ARG234 (fd_set *)
  3574. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3575. | #define RETSIGTYPE void
  3576. | #define HAVE_STRCOLL 1
  3577. | #define HAVE_STRFTIME 1
  3578. | #define HAVE_UTIME_NULL 1
  3579. | #define HAVE_VPRINTF 1
  3580. | #define HAVE_ATEXIT 1
  3581. | #define HAVE_DUP2 1
  3582. | #define HAVE_FDATASYNC 1
  3583. | #define HAVE_FTIME 1
  3584. | #define HAVE_FTRUNCATE 1
  3585. | #define HAVE_GETCWD 1
  3586. | #define HAVE_GETHOSTBYADDR 1
  3587. | #define HAVE_GETHOSTBYNAME 1
  3588. | #define HAVE_GETHOSTNAME 1
  3589. | #define HAVE_GETPAGESIZE 1
  3590. | #define HAVE_GETPASS 1
  3591. | #define HAVE_GETTIMEOFDAY 1
  3592. | #define HAVE_INET_NTOA 1
  3593. | #define HAVE_LCHOWN 1
  3594. | #define HAVE_LOCALECONV 1
  3595. | #define HAVE_MEMCHR 1
  3596. | #define HAVE_MEMMOVE 1
  3597. | #define HAVE_MEMSET 1
  3598. | #define HAVE_MKDIR 1
  3599. | #define HAVE_MODF 1
  3600. | #define HAVE_MUNMAP 1
  3601. | #define HAVE_RMDIR 1
  3602. | #define HAVE_SELECT 1
  3603. | #define HAVE_SETENV 1
  3604. | #define HAVE_SETLOCALE 1
  3605. | #define HAVE_SOCKET 1
  3606. | #define HAVE_STRCASECMP 1
  3607. | #define HAVE_STRCHR 1
  3608. | #define HAVE_STRCSPN 1
  3609. | #define HAVE_STRDUP 1
  3610. | #define HAVE_STRERROR 1
  3611. | #define HAVE_STRNCASECMP 1
  3612. | #define HAVE_STRPBRK 1
  3613. | #define HAVE_STRRCHR 1
  3614. | #define HAVE_STRSPN 1
  3615. | #define HAVE_STRSTR 1
  3616. | #define HAVE_STRTOL 1
  3617. | #define HAVE_STRTOUL 1
  3618. | #define HAVE_SYSINFO 1
  3619. | #define HAVE_TZSET 1
  3620. | #define HAVE_UTIME 1
  3621. | #define HAVE_POSIX_FADVISE 1
  3622. | #define HAVE_LOCALTIME_R 1
  3623. | #define SIZEOF_INT 4
  3624. | #define SIZEOF_SIZE_T 8
  3625. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3626. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3627. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3628. | #define HAVE_STD__U16STRING 1
  3629. | #define HAVE_STD__U32STRING 1
  3630. | #define HAVE_CHAR16_T 1
  3631. | #define HAVE_CHAR32_T 1
  3632. | #define SIZEOF_WCHAR_T 4
  3633. | #define HAVE_INOTIFY 1
  3634. | #define HAVE_PYTHON "2.7"
  3635. | #define HAVE_LIBGL 1
  3636. | #define HAVE_LIBGLEW 1
  3637. | #define HAVE_LIBGLU 1
  3638. | #define HAVE_MYSQL 1
  3639. | #define HAVE_OPENSSL 1
  3640. | #define HAVE_LIBGPG_ERROR 1
  3641. | #define HAVE_LIBGCRYPT 1
  3642. | #define HAVE_GCRYPT 1
  3643. | #define HAVE_GNUTLS 1
  3644. | #define HAVE_LIBBZ2 1
  3645. | #define HAVE_LIBJPEG 1
  3646. | #define HAVE_LIBTIFF 1
  3647. | #define HAVE_LIBPTHREAD 1
  3648. | #define HAVE_PTHREAD_SETNAME_NP 1
  3649. | #define HAVE_LIBLZO2 1
  3650. | #define HAVE_LIBZ 1
  3651. | #define HAVE_LIBCRYPTO 1
  3652. | #define HAVE_LIBSSL 1
  3653. | #define HAVE_LIBMYSQLCLIENT 1
  3654. | #define HAVE_LIBTINYXML 1
  3655. | #define HAVE_LIBPCRECPP 1
  3656. | #define HAVE_LIBPCRE 1
  3657. | #define HAVE_LIBBLURAY 1
  3658. | #define HAVE_LIBBLURAY_BDJ 1
  3659. | /* end confdefs.h. */
  3660. |
  3661. | /* Override any GCC internal prototype to avoid an error.
  3662. | Use char because int might match the return type of a GCC
  3663. | builtin and then its argument prototype would still apply. */
  3664. | #ifdef __cplusplus
  3665. | extern "C"
  3666. | #endif
  3667. | char __dn_expand ();
  3668. | int
  3669. | main ()
  3670. | {
  3671. | return __dn_expand ();
  3672. | ;
  3673. | return 0;
  3674. | }
  3675. configure:27124: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3676. configure:27124: $? = 0
  3677. configure:27141: result: -lresolv
  3678. configure:27203: checking for main in -ljasper
  3679. configure:27222: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3680. configure:27222: $? = 0
  3681. configure:27231: result: yes
  3682. configure:27248: checking for ALSA
  3683. configure:27255: $PKG_CONFIG --exists --print-errors "alsa"
  3684. configure:27258: $? = 0
  3685. configure:27272: $PKG_CONFIG --exists --print-errors "alsa"
  3686. configure:27275: $? = 0
  3687. configure:27315: result: yes
  3688. configure:27323: checking for DBUS
  3689. configure:27330: $PKG_CONFIG --exists --print-errors "dbus-1"
  3690. configure:27333: $? = 0
  3691. configure:27347: $PKG_CONFIG --exists --print-errors "dbus-1"
  3692. configure:27350: $? = 0
  3693. configure:27390: result: yes
  3694. configure:27406: checking for SDL2
  3695. configure:27413: $PKG_CONFIG --exists --print-errors "sdl2"
  3696. Package sdl2 was not found in the pkg-config search path.
  3697. Perhaps you should add the directory containing `sdl2.pc'
  3698. to the PKG_CONFIG_PATH environment variable
  3699. No package 'sdl2' found
  3700. configure:27416: $? = 1
  3701. configure:27430: $PKG_CONFIG --exists --print-errors "sdl2"
  3702. Package sdl2 was not found in the pkg-config search path.
  3703. Perhaps you should add the directory containing `sdl2.pc'
  3704. to the PKG_CONFIG_PATH environment variable
  3705. No package 'sdl2' found
  3706. configure:27433: $? = 1
  3707. configure:27447: result: no
  3708. No package 'sdl2' found
  3709. configure:27466: == Could not find SDL2. Joystick support disabled. ==
  3710. configure:27510: checking for libogg soname
  3711. configure:27552: result: libogg.so.0
  3712. configure:27566: checking for libvorbis soname
  3713. configure:27608: result: libvorbis.so.0
  3714. configure:27622: checking for libvorbisfile soname
  3715. configure:27664: result: libvorbisfile.so.3
  3716. configure:27678: checking for libass soname
  3717. configure:27720: result: libass.so.5
  3718. configure:27734: checking for libmpeg2 soname
  3719. configure:27776: result: libmpeg2.so.0
  3720. configure:27784: checking for main in -lmicrohttpd
  3721. configure:27803: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 >&5
  3722. configure:27803: $? = 0
  3723. configure:27812: result: yes
  3724. configure:27838: checking for ALSA
  3725. configure:27903: result: yes
  3726. configure:27930: checking for PULSE
  3727. configure:27937: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  3728. Package libpulse was not found in the pkg-config search path.
  3729. Perhaps you should add the directory containing `libpulse.pc'
  3730. to the PKG_CONFIG_PATH environment variable
  3731. No package 'libpulse' found
  3732. configure:27940: $? = 1
  3733. configure:27954: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  3734. Package libpulse was not found in the pkg-config search path.
  3735. Perhaps you should add the directory containing `libpulse.pc'
  3736. to the PKG_CONFIG_PATH environment variable
  3737. No package 'libpulse' found
  3738. configure:27957: $? = 1
  3739. configure:27971: result: no
  3740. No package 'libpulse' found
  3741. configure:28008: result: == PulseAudio support disabled. ==
  3742. configure:28021: checking for main in -lavahi-common
  3743. configure:28040: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound >&5
  3744. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lavahi-common
  3745. collect2: error: ld returned 1 exit status
  3746. configure:28040: $? = 1
  3747. configure: failed program was:
  3748. | /* confdefs.h */
  3749. | #define PACKAGE_NAME "kodi"
  3750. | #define PACKAGE_TARNAME "kodi"
  3751. | #define PACKAGE_VERSION "15.2.000"
  3752. | #define PACKAGE_STRING "kodi 15.2.000"
  3753. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3754. | #define PACKAGE_URL ""
  3755. | #define PACKAGE "kodi"
  3756. | #define VERSION "15.2.000"
  3757. | #define HAVE_LIRC 1
  3758. | #define LIRC_DEVICE "/dev/lircd"
  3759. | #define HAVE_CXX11 1
  3760. | #define STDC_HEADERS 1
  3761. | #define HAVE_SYS_TYPES_H 1
  3762. | #define HAVE_SYS_STAT_H 1
  3763. | #define HAVE_STDLIB_H 1
  3764. | #define HAVE_STRING_H 1
  3765. | #define HAVE_MEMORY_H 1
  3766. | #define HAVE_STRINGS_H 1
  3767. | #define HAVE_INTTYPES_H 1
  3768. | #define HAVE_STDINT_H 1
  3769. | #define HAVE_UNISTD_H 1
  3770. | #define HAVE_DLFCN_H 1
  3771. | #define LT_OBJDIR ".libs/"
  3772. | #define HAVE_ALLOCA_H 1
  3773. | #define HAVE_ALLOCA 1
  3774. | #define HAVE_UNISTD_H 1
  3775. | #define HAVE_CHOWN 1
  3776. | #define HAVE_DIRENT_H 1
  3777. | #define HAVE_FSEEKO 1
  3778. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3779. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3780. | #define TIME_WITH_SYS_TIME 1
  3781. | #define HAVE_SYS_TIME_H 1
  3782. | #define HAVE_UNISTD_H 1
  3783. | #define HAVE_STDLIB_H 1
  3784. | #define HAVE_SYS_PARAM_H 1
  3785. | #define HAVE_UTIME_H 1
  3786. | #define HAVE_ALARM 1
  3787. | #define HAVE_GETPAGESIZE 1
  3788. | #define HAVE_MMAP 1
  3789. | #define HAVE_SYS_SELECT_H 1
  3790. | #define HAVE_SYS_SOCKET_H 1
  3791. | #define SELECT_TYPE_ARG1 int
  3792. | #define SELECT_TYPE_ARG234 (fd_set *)
  3793. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3794. | #define RETSIGTYPE void
  3795. | #define HAVE_STRCOLL 1
  3796. | #define HAVE_STRFTIME 1
  3797. | #define HAVE_UTIME_NULL 1
  3798. | #define HAVE_VPRINTF 1
  3799. | #define HAVE_ATEXIT 1
  3800. | #define HAVE_DUP2 1
  3801. | #define HAVE_FDATASYNC 1
  3802. | #define HAVE_FTIME 1
  3803. | #define HAVE_FTRUNCATE 1
  3804. | #define HAVE_GETCWD 1
  3805. | #define HAVE_GETHOSTBYADDR 1
  3806. | #define HAVE_GETHOSTBYNAME 1
  3807. | #define HAVE_GETHOSTNAME 1
  3808. | #define HAVE_GETPAGESIZE 1
  3809. | #define HAVE_GETPASS 1
  3810. | #define HAVE_GETTIMEOFDAY 1
  3811. | #define HAVE_INET_NTOA 1
  3812. | #define HAVE_LCHOWN 1
  3813. | #define HAVE_LOCALECONV 1
  3814. | #define HAVE_MEMCHR 1
  3815. | #define HAVE_MEMMOVE 1
  3816. | #define HAVE_MEMSET 1
  3817. | #define HAVE_MKDIR 1
  3818. | #define HAVE_MODF 1
  3819. | #define HAVE_MUNMAP 1
  3820. | #define HAVE_RMDIR 1
  3821. | #define HAVE_SELECT 1
  3822. | #define HAVE_SETENV 1
  3823. | #define HAVE_SETLOCALE 1
  3824. | #define HAVE_SOCKET 1
  3825. | #define HAVE_STRCASECMP 1
  3826. | #define HAVE_STRCHR 1
  3827. | #define HAVE_STRCSPN 1
  3828. | #define HAVE_STRDUP 1
  3829. | #define HAVE_STRERROR 1
  3830. | #define HAVE_STRNCASECMP 1
  3831. | #define HAVE_STRPBRK 1
  3832. | #define HAVE_STRRCHR 1
  3833. | #define HAVE_STRSPN 1
  3834. | #define HAVE_STRSTR 1
  3835. | #define HAVE_STRTOL 1
  3836. | #define HAVE_STRTOUL 1
  3837. | #define HAVE_SYSINFO 1
  3838. | #define HAVE_TZSET 1
  3839. | #define HAVE_UTIME 1
  3840. | #define HAVE_POSIX_FADVISE 1
  3841. | #define HAVE_LOCALTIME_R 1
  3842. | #define SIZEOF_INT 4
  3843. | #define SIZEOF_SIZE_T 8
  3844. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3845. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3846. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3847. | #define HAVE_STD__U16STRING 1
  3848. | #define HAVE_STD__U32STRING 1
  3849. | #define HAVE_CHAR16_T 1
  3850. | #define HAVE_CHAR32_T 1
  3851. | #define SIZEOF_WCHAR_T 4
  3852. | #define HAVE_INOTIFY 1
  3853. | #define HAVE_PYTHON "2.7"
  3854. | #define HAVE_LIBGL 1
  3855. | #define HAVE_LIBGLEW 1
  3856. | #define HAVE_LIBGLU 1
  3857. | #define HAVE_MYSQL 1
  3858. | #define HAVE_OPENSSL 1
  3859. | #define HAVE_LIBGPG_ERROR 1
  3860. | #define HAVE_LIBGCRYPT 1
  3861. | #define HAVE_GCRYPT 1
  3862. | #define HAVE_GNUTLS 1
  3863. | #define HAVE_LIBBZ2 1
  3864. | #define HAVE_LIBJPEG 1
  3865. | #define HAVE_LIBTIFF 1
  3866. | #define HAVE_LIBPTHREAD 1
  3867. | #define HAVE_PTHREAD_SETNAME_NP 1
  3868. | #define HAVE_LIBLZO2 1
  3869. | #define HAVE_LIBZ 1
  3870. | #define HAVE_LIBCRYPTO 1
  3871. | #define HAVE_LIBSSL 1
  3872. | #define HAVE_LIBMYSQLCLIENT 1
  3873. | #define HAVE_LIBTINYXML 1
  3874. | #define HAVE_LIBPCRECPP 1
  3875. | #define HAVE_LIBPCRE 1
  3876. | #define HAVE_LIBBLURAY 1
  3877. | #define HAVE_LIBBLURAY_BDJ 1
  3878. | #define HAVE_LIBJASPER 1
  3879. | #define HAVE_DBUS 1
  3880. | #define HAVE_LIBMICROHTTPD 1
  3881. | #define HAS_DVD_DRIVE 1
  3882. | #define HAS_ALSA 1
  3883. | /* end confdefs.h. */
  3884. |
  3885. |
  3886. | int
  3887. | main ()
  3888. | {
  3889. | return main ();
  3890. | ;
  3891. | return 0;
  3892. | }
  3893. configure:28049: result: no
  3894. configure:28059: result: == Could not find libavahi-common or libavahi-client. Avahi support disabled. ==
  3895. configure:28115: checking for embedded_mDNSInit in -lmDNSEmbedded
  3896. configure:28140: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lmDNSEmbedded -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound >&5
  3897. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmDNSEmbedded
  3898. collect2: error: ld returned 1 exit status
  3899. configure:28140: $? = 1
  3900. configure: failed program was:
  3901. | /* confdefs.h */
  3902. | #define PACKAGE_NAME "kodi"
  3903. | #define PACKAGE_TARNAME "kodi"
  3904. | #define PACKAGE_VERSION "15.2.000"
  3905. | #define PACKAGE_STRING "kodi 15.2.000"
  3906. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3907. | #define PACKAGE_URL ""
  3908. | #define PACKAGE "kodi"
  3909. | #define VERSION "15.2.000"
  3910. | #define HAVE_LIRC 1
  3911. | #define LIRC_DEVICE "/dev/lircd"
  3912. | #define HAVE_CXX11 1
  3913. | #define STDC_HEADERS 1
  3914. | #define HAVE_SYS_TYPES_H 1
  3915. | #define HAVE_SYS_STAT_H 1
  3916. | #define HAVE_STDLIB_H 1
  3917. | #define HAVE_STRING_H 1
  3918. | #define HAVE_MEMORY_H 1
  3919. | #define HAVE_STRINGS_H 1
  3920. | #define HAVE_INTTYPES_H 1
  3921. | #define HAVE_STDINT_H 1
  3922. | #define HAVE_UNISTD_H 1
  3923. | #define HAVE_DLFCN_H 1
  3924. | #define LT_OBJDIR ".libs/"
  3925. | #define HAVE_ALLOCA_H 1
  3926. | #define HAVE_ALLOCA 1
  3927. | #define HAVE_UNISTD_H 1
  3928. | #define HAVE_CHOWN 1
  3929. | #define HAVE_DIRENT_H 1
  3930. | #define HAVE_FSEEKO 1
  3931. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3932. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3933. | #define TIME_WITH_SYS_TIME 1
  3934. | #define HAVE_SYS_TIME_H 1
  3935. | #define HAVE_UNISTD_H 1
  3936. | #define HAVE_STDLIB_H 1
  3937. | #define HAVE_SYS_PARAM_H 1
  3938. | #define HAVE_UTIME_H 1
  3939. | #define HAVE_ALARM 1
  3940. | #define HAVE_GETPAGESIZE 1
  3941. | #define HAVE_MMAP 1
  3942. | #define HAVE_SYS_SELECT_H 1
  3943. | #define HAVE_SYS_SOCKET_H 1
  3944. | #define SELECT_TYPE_ARG1 int
  3945. | #define SELECT_TYPE_ARG234 (fd_set *)
  3946. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3947. | #define RETSIGTYPE void
  3948. | #define HAVE_STRCOLL 1
  3949. | #define HAVE_STRFTIME 1
  3950. | #define HAVE_UTIME_NULL 1
  3951. | #define HAVE_VPRINTF 1
  3952. | #define HAVE_ATEXIT 1
  3953. | #define HAVE_DUP2 1
  3954. | #define HAVE_FDATASYNC 1
  3955. | #define HAVE_FTIME 1
  3956. | #define HAVE_FTRUNCATE 1
  3957. | #define HAVE_GETCWD 1
  3958. | #define HAVE_GETHOSTBYADDR 1
  3959. | #define HAVE_GETHOSTBYNAME 1
  3960. | #define HAVE_GETHOSTNAME 1
  3961. | #define HAVE_GETPAGESIZE 1
  3962. | #define HAVE_GETPASS 1
  3963. | #define HAVE_GETTIMEOFDAY 1
  3964. | #define HAVE_INET_NTOA 1
  3965. | #define HAVE_LCHOWN 1
  3966. | #define HAVE_LOCALECONV 1
  3967. | #define HAVE_MEMCHR 1
  3968. | #define HAVE_MEMMOVE 1
  3969. | #define HAVE_MEMSET 1
  3970. | #define HAVE_MKDIR 1
  3971. | #define HAVE_MODF 1
  3972. | #define HAVE_MUNMAP 1
  3973. | #define HAVE_RMDIR 1
  3974. | #define HAVE_SELECT 1
  3975. | #define HAVE_SETENV 1
  3976. | #define HAVE_SETLOCALE 1
  3977. | #define HAVE_SOCKET 1
  3978. | #define HAVE_STRCASECMP 1
  3979. | #define HAVE_STRCHR 1
  3980. | #define HAVE_STRCSPN 1
  3981. | #define HAVE_STRDUP 1
  3982. | #define HAVE_STRERROR 1
  3983. | #define HAVE_STRNCASECMP 1
  3984. | #define HAVE_STRPBRK 1
  3985. | #define HAVE_STRRCHR 1
  3986. | #define HAVE_STRSPN 1
  3987. | #define HAVE_STRSTR 1
  3988. | #define HAVE_STRTOL 1
  3989. | #define HAVE_STRTOUL 1
  3990. | #define HAVE_SYSINFO 1
  3991. | #define HAVE_TZSET 1
  3992. | #define HAVE_UTIME 1
  3993. | #define HAVE_POSIX_FADVISE 1
  3994. | #define HAVE_LOCALTIME_R 1
  3995. | #define SIZEOF_INT 4
  3996. | #define SIZEOF_SIZE_T 8
  3997. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3998. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3999. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4000. | #define HAVE_STD__U16STRING 1
  4001. | #define HAVE_STD__U32STRING 1
  4002. | #define HAVE_CHAR16_T 1
  4003. | #define HAVE_CHAR32_T 1
  4004. | #define SIZEOF_WCHAR_T 4
  4005. | #define HAVE_INOTIFY 1
  4006. | #define HAVE_PYTHON "2.7"
  4007. | #define HAVE_LIBGL 1
  4008. | #define HAVE_LIBGLEW 1
  4009. | #define HAVE_LIBGLU 1
  4010. | #define HAVE_MYSQL 1
  4011. | #define HAVE_OPENSSL 1
  4012. | #define HAVE_LIBGPG_ERROR 1
  4013. | #define HAVE_LIBGCRYPT 1
  4014. | #define HAVE_GCRYPT 1
  4015. | #define HAVE_GNUTLS 1
  4016. | #define HAVE_LIBBZ2 1
  4017. | #define HAVE_LIBJPEG 1
  4018. | #define HAVE_LIBTIFF 1
  4019. | #define HAVE_LIBPTHREAD 1
  4020. | #define HAVE_PTHREAD_SETNAME_NP 1
  4021. | #define HAVE_LIBLZO2 1
  4022. | #define HAVE_LIBZ 1
  4023. | #define HAVE_LIBCRYPTO 1
  4024. | #define HAVE_LIBSSL 1
  4025. | #define HAVE_LIBMYSQLCLIENT 1
  4026. | #define HAVE_LIBTINYXML 1
  4027. | #define HAVE_LIBPCRECPP 1
  4028. | #define HAVE_LIBPCRE 1
  4029. | #define HAVE_LIBBLURAY 1
  4030. | #define HAVE_LIBBLURAY_BDJ 1
  4031. | #define HAVE_LIBJASPER 1
  4032. | #define HAVE_DBUS 1
  4033. | #define HAVE_LIBMICROHTTPD 1
  4034. | #define HAS_DVD_DRIVE 1
  4035. | #define HAS_ALSA 1
  4036. | /* end confdefs.h. */
  4037. |
  4038. | /* Override any GCC internal prototype to avoid an error.
  4039. | Use char because int might match the return type of a GCC
  4040. | builtin and then its argument prototype would still apply. */
  4041. | #ifdef __cplusplus
  4042. | extern "C"
  4043. | #endif
  4044. | char embedded_mDNSInit ();
  4045. | int
  4046. | main ()
  4047. | {
  4048. | return embedded_mDNSInit ();
  4049. | ;
  4050. | return 0;
  4051. | }
  4052. configure:28149: result: no
  4053. configure:28163: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
  4054. configure:28183: == X11 enabled. ==
  4055. configure:28187: checking for X11
  4056. configure:28194: $PKG_CONFIG --exists --print-errors "x11"
  4057. configure:28197: $? = 0
  4058. configure:28211: $PKG_CONFIG --exists --print-errors "x11"
  4059. configure:28214: $? = 0
  4060. configure:28252: result: yes
  4061. configure:28258: checking for XEXT
  4062. configure:28265: $PKG_CONFIG --exists --print-errors "xext"
  4063. configure:28268: $? = 0
  4064. configure:28282: $PKG_CONFIG --exists --print-errors "xext"
  4065. configure:28285: $? = 0
  4066. configure:28323: result: yes
  4067. configure:28329: checking for XRANDR
  4068. configure:28336: $PKG_CONFIG --exists --print-errors "xrandr"
  4069. configure:28339: $? = 0
  4070. configure:28353: $PKG_CONFIG --exists --print-errors "xrandr"
  4071. configure:28356: $? = 0
  4072. configure:28394: result: yes
  4073. configure:28400: checking for DRM
  4074. configure:28407: $PKG_CONFIG --exists --print-errors "libdrm"
  4075. configure:28410: $? = 0
  4076. configure:28424: $PKG_CONFIG --exists --print-errors "libdrm"
  4077. configure:28427: $? = 0
  4078. configure:28465: result: yes
  4079. configure:28479: == WAVEFORM enabled ==
  4080. configure:28490: == SPECTRUM enabled ==
  4081. configure:28505: == GOOM disabled. ==
  4082. configure:28516: == RSXS enabled. ==
  4083. configure:28523: checking for XT
  4084. configure:28530: $PKG_CONFIG --exists --print-errors "xt"
  4085. configure:28533: $? = 0
  4086. configure:28547: $PKG_CONFIG --exists --print-errors "xt"
  4087. configure:28550: $? = 0
  4088. configure:28588: result: yes
  4089. configure:28594: checking for XMU
  4090. configure:28601: $PKG_CONFIG --exists --print-errors "xmu"
  4091. configure:28604: $? = 0
  4092. configure:28618: $PKG_CONFIG --exists --print-errors "xmu"
  4093. configure:28621: $? = 0
  4094. configure:28659: result: yes
  4095. configure:28673: == FishBMC enabled. ==
  4096. configure:28685: == ProjectM enabled. ==
  4097. configure:28708: checking for sftp_tell64 in -lssh
  4098. configure:28733: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lssh -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lX11 -lXext -lXrandr -ldrm -lXt -lX11 -lXmu -lXt -lX11 >&5
  4099. configure:28733: $? = 0
  4100. configure:28742: result: yes
  4101. configure:28765: checking librtmp/log.h usability
  4102. configure:28765: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4103. conftest.c:173:25: fatal error: librtmp/log.h: No such file or directory
  4104. #include <librtmp/log.h>
  4105. ^
  4106. compilation terminated.
  4107. configure:28765: $? = 1
  4108. configure: failed program was:
  4109. | /* confdefs.h */
  4110. | #define PACKAGE_NAME "kodi"
  4111. | #define PACKAGE_TARNAME "kodi"
  4112. | #define PACKAGE_VERSION "15.2.000"
  4113. | #define PACKAGE_STRING "kodi 15.2.000"
  4114. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4115. | #define PACKAGE_URL ""
  4116. | #define PACKAGE "kodi"
  4117. | #define VERSION "15.2.000"
  4118. | #define HAVE_LIRC 1
  4119. | #define LIRC_DEVICE "/dev/lircd"
  4120. | #define HAVE_CXX11 1
  4121. | #define STDC_HEADERS 1
  4122. | #define HAVE_SYS_TYPES_H 1
  4123. | #define HAVE_SYS_STAT_H 1
  4124. | #define HAVE_STDLIB_H 1
  4125. | #define HAVE_STRING_H 1
  4126. | #define HAVE_MEMORY_H 1
  4127. | #define HAVE_STRINGS_H 1
  4128. | #define HAVE_INTTYPES_H 1
  4129. | #define HAVE_STDINT_H 1
  4130. | #define HAVE_UNISTD_H 1
  4131. | #define HAVE_DLFCN_H 1
  4132. | #define LT_OBJDIR ".libs/"
  4133. | #define HAVE_ALLOCA_H 1
  4134. | #define HAVE_ALLOCA 1
  4135. | #define HAVE_UNISTD_H 1
  4136. | #define HAVE_CHOWN 1
  4137. | #define HAVE_DIRENT_H 1
  4138. | #define HAVE_FSEEKO 1
  4139. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4140. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4141. | #define TIME_WITH_SYS_TIME 1
  4142. | #define HAVE_SYS_TIME_H 1
  4143. | #define HAVE_UNISTD_H 1
  4144. | #define HAVE_STDLIB_H 1
  4145. | #define HAVE_SYS_PARAM_H 1
  4146. | #define HAVE_UTIME_H 1
  4147. | #define HAVE_ALARM 1
  4148. | #define HAVE_GETPAGESIZE 1
  4149. | #define HAVE_MMAP 1
  4150. | #define HAVE_SYS_SELECT_H 1
  4151. | #define HAVE_SYS_SOCKET_H 1
  4152. | #define SELECT_TYPE_ARG1 int
  4153. | #define SELECT_TYPE_ARG234 (fd_set *)
  4154. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4155. | #define RETSIGTYPE void
  4156. | #define HAVE_STRCOLL 1
  4157. | #define HAVE_STRFTIME 1
  4158. | #define HAVE_UTIME_NULL 1
  4159. | #define HAVE_VPRINTF 1
  4160. | #define HAVE_ATEXIT 1
  4161. | #define HAVE_DUP2 1
  4162. | #define HAVE_FDATASYNC 1
  4163. | #define HAVE_FTIME 1
  4164. | #define HAVE_FTRUNCATE 1
  4165. | #define HAVE_GETCWD 1
  4166. | #define HAVE_GETHOSTBYADDR 1
  4167. | #define HAVE_GETHOSTBYNAME 1
  4168. | #define HAVE_GETHOSTNAME 1
  4169. | #define HAVE_GETPAGESIZE 1
  4170. | #define HAVE_GETPASS 1
  4171. | #define HAVE_GETTIMEOFDAY 1
  4172. | #define HAVE_INET_NTOA 1
  4173. | #define HAVE_LCHOWN 1
  4174. | #define HAVE_LOCALECONV 1
  4175. | #define HAVE_MEMCHR 1
  4176. | #define HAVE_MEMMOVE 1
  4177. | #define HAVE_MEMSET 1
  4178. | #define HAVE_MKDIR 1
  4179. | #define HAVE_MODF 1
  4180. | #define HAVE_MUNMAP 1
  4181. | #define HAVE_RMDIR 1
  4182. | #define HAVE_SELECT 1
  4183. | #define HAVE_SETENV 1
  4184. | #define HAVE_SETLOCALE 1
  4185. | #define HAVE_SOCKET 1
  4186. | #define HAVE_STRCASECMP 1
  4187. | #define HAVE_STRCHR 1
  4188. | #define HAVE_STRCSPN 1
  4189. | #define HAVE_STRDUP 1
  4190. | #define HAVE_STRERROR 1
  4191. | #define HAVE_STRNCASECMP 1
  4192. | #define HAVE_STRPBRK 1
  4193. | #define HAVE_STRRCHR 1
  4194. | #define HAVE_STRSPN 1
  4195. | #define HAVE_STRSTR 1
  4196. | #define HAVE_STRTOL 1
  4197. | #define HAVE_STRTOUL 1
  4198. | #define HAVE_SYSINFO 1
  4199. | #define HAVE_TZSET 1
  4200. | #define HAVE_UTIME 1
  4201. | #define HAVE_POSIX_FADVISE 1
  4202. | #define HAVE_LOCALTIME_R 1
  4203. | #define SIZEOF_INT 4
  4204. | #define SIZEOF_SIZE_T 8
  4205. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4206. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4207. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4208. | #define HAVE_STD__U16STRING 1
  4209. | #define HAVE_STD__U32STRING 1
  4210. | #define HAVE_CHAR16_T 1
  4211. | #define HAVE_CHAR32_T 1
  4212. | #define SIZEOF_WCHAR_T 4
  4213. | #define HAVE_INOTIFY 1
  4214. | #define HAVE_PYTHON "2.7"
  4215. | #define HAVE_LIBGL 1
  4216. | #define HAVE_LIBGLEW 1
  4217. | #define HAVE_LIBGLU 1
  4218. | #define HAVE_MYSQL 1
  4219. | #define HAVE_OPENSSL 1
  4220. | #define HAVE_LIBGPG_ERROR 1
  4221. | #define HAVE_LIBGCRYPT 1
  4222. | #define HAVE_GCRYPT 1
  4223. | #define HAVE_GNUTLS 1
  4224. | #define HAVE_LIBBZ2 1
  4225. | #define HAVE_LIBJPEG 1
  4226. | #define HAVE_LIBTIFF 1
  4227. | #define HAVE_LIBPTHREAD 1
  4228. | #define HAVE_PTHREAD_SETNAME_NP 1
  4229. | #define HAVE_LIBLZO2 1
  4230. | #define HAVE_LIBZ 1
  4231. | #define HAVE_LIBCRYPTO 1
  4232. | #define HAVE_LIBSSL 1
  4233. | #define HAVE_LIBMYSQLCLIENT 1
  4234. | #define HAVE_LIBTINYXML 1
  4235. | #define HAVE_LIBPCRECPP 1
  4236. | #define HAVE_LIBPCRE 1
  4237. | #define HAVE_LIBBLURAY 1
  4238. | #define HAVE_LIBBLURAY_BDJ 1
  4239. | #define HAVE_LIBJASPER 1
  4240. | #define HAVE_DBUS 1
  4241. | #define HAVE_LIBMICROHTTPD 1
  4242. | #define HAS_DVD_DRIVE 1
  4243. | #define HAS_ALSA 1
  4244. | #define HAVE_X11 1
  4245. | #define HAVE_LIBSSH 1
  4246. | #define HAVE_LIBSSH 1
  4247. | /* end confdefs.h. */
  4248. | #include <stdio.h>
  4249. | #ifdef HAVE_SYS_TYPES_H
  4250. | # include <sys/types.h>
  4251. | #endif
  4252. | #ifdef HAVE_SYS_STAT_H
  4253. | # include <sys/stat.h>
  4254. | #endif
  4255. | #ifdef STDC_HEADERS
  4256. | # include <stdlib.h>
  4257. | # include <stddef.h>
  4258. | #else
  4259. | # ifdef HAVE_STDLIB_H
  4260. | # include <stdlib.h>
  4261. | # endif
  4262. | #endif
  4263. | #ifdef HAVE_STRING_H
  4264. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4265. | # include <memory.h>
  4266. | # endif
  4267. | # include <string.h>
  4268. | #endif
  4269. | #ifdef HAVE_STRINGS_H
  4270. | # include <strings.h>
  4271. | #endif
  4272. | #ifdef HAVE_INTTYPES_H
  4273. | # include <inttypes.h>
  4274. | #endif
  4275. | #ifdef HAVE_STDINT_H
  4276. | # include <stdint.h>
  4277. | #endif
  4278. | #ifdef HAVE_UNISTD_H
  4279. | # include <unistd.h>
  4280. | #endif
  4281. | #include <librtmp/log.h>
  4282. configure:28765: result: no
  4283. configure:28765: checking librtmp/log.h presence
  4284. configure:28765: gcc -E conftest.c
  4285. conftest.c:140:25: fatal error: librtmp/log.h: No such file or directory
  4286. #include <librtmp/log.h>
  4287. ^
  4288. compilation terminated.
  4289. configure:28765: $? = 1
  4290. configure: failed program was:
  4291. | /* confdefs.h */
  4292. | #define PACKAGE_NAME "kodi"
  4293. | #define PACKAGE_TARNAME "kodi"
  4294. | #define PACKAGE_VERSION "15.2.000"
  4295. | #define PACKAGE_STRING "kodi 15.2.000"
  4296. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4297. | #define PACKAGE_URL ""
  4298. | #define PACKAGE "kodi"
  4299. | #define VERSION "15.2.000"
  4300. | #define HAVE_LIRC 1
  4301. | #define LIRC_DEVICE "/dev/lircd"
  4302. | #define HAVE_CXX11 1
  4303. | #define STDC_HEADERS 1
  4304. | #define HAVE_SYS_TYPES_H 1
  4305. | #define HAVE_SYS_STAT_H 1
  4306. | #define HAVE_STDLIB_H 1
  4307. | #define HAVE_STRING_H 1
  4308. | #define HAVE_MEMORY_H 1
  4309. | #define HAVE_STRINGS_H 1
  4310. | #define HAVE_INTTYPES_H 1
  4311. | #define HAVE_STDINT_H 1
  4312. | #define HAVE_UNISTD_H 1
  4313. | #define HAVE_DLFCN_H 1
  4314. | #define LT_OBJDIR ".libs/"
  4315. | #define HAVE_ALLOCA_H 1
  4316. | #define HAVE_ALLOCA 1
  4317. | #define HAVE_UNISTD_H 1
  4318. | #define HAVE_CHOWN 1
  4319. | #define HAVE_DIRENT_H 1
  4320. | #define HAVE_FSEEKO 1
  4321. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4322. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4323. | #define TIME_WITH_SYS_TIME 1
  4324. | #define HAVE_SYS_TIME_H 1
  4325. | #define HAVE_UNISTD_H 1
  4326. | #define HAVE_STDLIB_H 1
  4327. | #define HAVE_SYS_PARAM_H 1
  4328. | #define HAVE_UTIME_H 1
  4329. | #define HAVE_ALARM 1
  4330. | #define HAVE_GETPAGESIZE 1
  4331. | #define HAVE_MMAP 1
  4332. | #define HAVE_SYS_SELECT_H 1
  4333. | #define HAVE_SYS_SOCKET_H 1
  4334. | #define SELECT_TYPE_ARG1 int
  4335. | #define SELECT_TYPE_ARG234 (fd_set *)
  4336. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4337. | #define RETSIGTYPE void
  4338. | #define HAVE_STRCOLL 1
  4339. | #define HAVE_STRFTIME 1
  4340. | #define HAVE_UTIME_NULL 1
  4341. | #define HAVE_VPRINTF 1
  4342. | #define HAVE_ATEXIT 1
  4343. | #define HAVE_DUP2 1
  4344. | #define HAVE_FDATASYNC 1
  4345. | #define HAVE_FTIME 1
  4346. | #define HAVE_FTRUNCATE 1
  4347. | #define HAVE_GETCWD 1
  4348. | #define HAVE_GETHOSTBYADDR 1
  4349. | #define HAVE_GETHOSTBYNAME 1
  4350. | #define HAVE_GETHOSTNAME 1
  4351. | #define HAVE_GETPAGESIZE 1
  4352. | #define HAVE_GETPASS 1
  4353. | #define HAVE_GETTIMEOFDAY 1
  4354. | #define HAVE_INET_NTOA 1
  4355. | #define HAVE_LCHOWN 1
  4356. | #define HAVE_LOCALECONV 1
  4357. | #define HAVE_MEMCHR 1
  4358. | #define HAVE_MEMMOVE 1
  4359. | #define HAVE_MEMSET 1
  4360. | #define HAVE_MKDIR 1
  4361. | #define HAVE_MODF 1
  4362. | #define HAVE_MUNMAP 1
  4363. | #define HAVE_RMDIR 1
  4364. | #define HAVE_SELECT 1
  4365. | #define HAVE_SETENV 1
  4366. | #define HAVE_SETLOCALE 1
  4367. | #define HAVE_SOCKET 1
  4368. | #define HAVE_STRCASECMP 1
  4369. | #define HAVE_STRCHR 1
  4370. | #define HAVE_STRCSPN 1
  4371. | #define HAVE_STRDUP 1
  4372. | #define HAVE_STRERROR 1
  4373. | #define HAVE_STRNCASECMP 1
  4374. | #define HAVE_STRPBRK 1
  4375. | #define HAVE_STRRCHR 1
  4376. | #define HAVE_STRSPN 1
  4377. | #define HAVE_STRSTR 1
  4378. | #define HAVE_STRTOL 1
  4379. | #define HAVE_STRTOUL 1
  4380. | #define HAVE_SYSINFO 1
  4381. | #define HAVE_TZSET 1
  4382. | #define HAVE_UTIME 1
  4383. | #define HAVE_POSIX_FADVISE 1
  4384. | #define HAVE_LOCALTIME_R 1
  4385. | #define SIZEOF_INT 4
  4386. | #define SIZEOF_SIZE_T 8
  4387. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4388. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4389. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4390. | #define HAVE_STD__U16STRING 1
  4391. | #define HAVE_STD__U32STRING 1
  4392. | #define HAVE_CHAR16_T 1
  4393. | #define HAVE_CHAR32_T 1
  4394. | #define SIZEOF_WCHAR_T 4
  4395. | #define HAVE_INOTIFY 1
  4396. | #define HAVE_PYTHON "2.7"
  4397. | #define HAVE_LIBGL 1
  4398. | #define HAVE_LIBGLEW 1
  4399. | #define HAVE_LIBGLU 1
  4400. | #define HAVE_MYSQL 1
  4401. | #define HAVE_OPENSSL 1
  4402. | #define HAVE_LIBGPG_ERROR 1
  4403. | #define HAVE_LIBGCRYPT 1
  4404. | #define HAVE_GCRYPT 1
  4405. | #define HAVE_GNUTLS 1
  4406. | #define HAVE_LIBBZ2 1
  4407. | #define HAVE_LIBJPEG 1
  4408. | #define HAVE_LIBTIFF 1
  4409. | #define HAVE_LIBPTHREAD 1
  4410. | #define HAVE_PTHREAD_SETNAME_NP 1
  4411. | #define HAVE_LIBLZO2 1
  4412. | #define HAVE_LIBZ 1
  4413. | #define HAVE_LIBCRYPTO 1
  4414. | #define HAVE_LIBSSL 1
  4415. | #define HAVE_LIBMYSQLCLIENT 1
  4416. | #define HAVE_LIBTINYXML 1
  4417. | #define HAVE_LIBPCRECPP 1
  4418. | #define HAVE_LIBPCRE 1
  4419. | #define HAVE_LIBBLURAY 1
  4420. | #define HAVE_LIBBLURAY_BDJ 1
  4421. | #define HAVE_LIBJASPER 1
  4422. | #define HAVE_DBUS 1
  4423. | #define HAVE_LIBMICROHTTPD 1
  4424. | #define HAS_DVD_DRIVE 1
  4425. | #define HAS_ALSA 1
  4426. | #define HAVE_X11 1
  4427. | #define HAVE_LIBSSH 1
  4428. | #define HAVE_LIBSSH 1
  4429. | /* end confdefs.h. */
  4430. | #include <librtmp/log.h>
  4431. configure:28765: result: no
  4432. configure:28765: checking for librtmp/log.h
  4433. configure:28765: result: no
  4434. configure:28775: == Could not find libRTMP. RTMP support disabled. ==
  4435. configure:28765: checking librtmp/amf.h usability
  4436. configure:28765: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4437. conftest.c:173:25: fatal error: librtmp/amf.h: No such file or directory
  4438. #include <librtmp/amf.h>
  4439. ^
  4440. compilation terminated.
  4441. configure:28765: $? = 1
  4442. configure: failed program was:
  4443. | /* confdefs.h */
  4444. | #define PACKAGE_NAME "kodi"
  4445. | #define PACKAGE_TARNAME "kodi"
  4446. | #define PACKAGE_VERSION "15.2.000"
  4447. | #define PACKAGE_STRING "kodi 15.2.000"
  4448. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4449. | #define PACKAGE_URL ""
  4450. | #define PACKAGE "kodi"
  4451. | #define VERSION "15.2.000"
  4452. | #define HAVE_LIRC 1
  4453. | #define LIRC_DEVICE "/dev/lircd"
  4454. | #define HAVE_CXX11 1
  4455. | #define STDC_HEADERS 1
  4456. | #define HAVE_SYS_TYPES_H 1
  4457. | #define HAVE_SYS_STAT_H 1
  4458. | #define HAVE_STDLIB_H 1
  4459. | #define HAVE_STRING_H 1
  4460. | #define HAVE_MEMORY_H 1
  4461. | #define HAVE_STRINGS_H 1
  4462. | #define HAVE_INTTYPES_H 1
  4463. | #define HAVE_STDINT_H 1
  4464. | #define HAVE_UNISTD_H 1
  4465. | #define HAVE_DLFCN_H 1
  4466. | #define LT_OBJDIR ".libs/"
  4467. | #define HAVE_ALLOCA_H 1
  4468. | #define HAVE_ALLOCA 1
  4469. | #define HAVE_UNISTD_H 1
  4470. | #define HAVE_CHOWN 1
  4471. | #define HAVE_DIRENT_H 1
  4472. | #define HAVE_FSEEKO 1
  4473. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4474. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4475. | #define TIME_WITH_SYS_TIME 1
  4476. | #define HAVE_SYS_TIME_H 1
  4477. | #define HAVE_UNISTD_H 1
  4478. | #define HAVE_STDLIB_H 1
  4479. | #define HAVE_SYS_PARAM_H 1
  4480. | #define HAVE_UTIME_H 1
  4481. | #define HAVE_ALARM 1
  4482. | #define HAVE_GETPAGESIZE 1
  4483. | #define HAVE_MMAP 1
  4484. | #define HAVE_SYS_SELECT_H 1
  4485. | #define HAVE_SYS_SOCKET_H 1
  4486. | #define SELECT_TYPE_ARG1 int
  4487. | #define SELECT_TYPE_ARG234 (fd_set *)
  4488. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4489. | #define RETSIGTYPE void
  4490. | #define HAVE_STRCOLL 1
  4491. | #define HAVE_STRFTIME 1
  4492. | #define HAVE_UTIME_NULL 1
  4493. | #define HAVE_VPRINTF 1
  4494. | #define HAVE_ATEXIT 1
  4495. | #define HAVE_DUP2 1
  4496. | #define HAVE_FDATASYNC 1
  4497. | #define HAVE_FTIME 1
  4498. | #define HAVE_FTRUNCATE 1
  4499. | #define HAVE_GETCWD 1
  4500. | #define HAVE_GETHOSTBYADDR 1
  4501. | #define HAVE_GETHOSTBYNAME 1
  4502. | #define HAVE_GETHOSTNAME 1
  4503. | #define HAVE_GETPAGESIZE 1
  4504. | #define HAVE_GETPASS 1
  4505. | #define HAVE_GETTIMEOFDAY 1
  4506. | #define HAVE_INET_NTOA 1
  4507. | #define HAVE_LCHOWN 1
  4508. | #define HAVE_LOCALECONV 1
  4509. | #define HAVE_MEMCHR 1
  4510. | #define HAVE_MEMMOVE 1
  4511. | #define HAVE_MEMSET 1
  4512. | #define HAVE_MKDIR 1
  4513. | #define HAVE_MODF 1
  4514. | #define HAVE_MUNMAP 1
  4515. | #define HAVE_RMDIR 1
  4516. | #define HAVE_SELECT 1
  4517. | #define HAVE_SETENV 1
  4518. | #define HAVE_SETLOCALE 1
  4519. | #define HAVE_SOCKET 1
  4520. | #define HAVE_STRCASECMP 1
  4521. | #define HAVE_STRCHR 1
  4522. | #define HAVE_STRCSPN 1
  4523. | #define HAVE_STRDUP 1
  4524. | #define HAVE_STRERROR 1
  4525. | #define HAVE_STRNCASECMP 1
  4526. | #define HAVE_STRPBRK 1
  4527. | #define HAVE_STRRCHR 1
  4528. | #define HAVE_STRSPN 1
  4529. | #define HAVE_STRSTR 1
  4530. | #define HAVE_STRTOL 1
  4531. | #define HAVE_STRTOUL 1
  4532. | #define HAVE_SYSINFO 1
  4533. | #define HAVE_TZSET 1
  4534. | #define HAVE_UTIME 1
  4535. | #define HAVE_POSIX_FADVISE 1
  4536. | #define HAVE_LOCALTIME_R 1
  4537. | #define SIZEOF_INT 4
  4538. | #define SIZEOF_SIZE_T 8
  4539. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4540. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4541. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4542. | #define HAVE_STD__U16STRING 1
  4543. | #define HAVE_STD__U32STRING 1
  4544. | #define HAVE_CHAR16_T 1
  4545. | #define HAVE_CHAR32_T 1
  4546. | #define SIZEOF_WCHAR_T 4
  4547. | #define HAVE_INOTIFY 1
  4548. | #define HAVE_PYTHON "2.7"
  4549. | #define HAVE_LIBGL 1
  4550. | #define HAVE_LIBGLEW 1
  4551. | #define HAVE_LIBGLU 1
  4552. | #define HAVE_MYSQL 1
  4553. | #define HAVE_OPENSSL 1
  4554. | #define HAVE_LIBGPG_ERROR 1
  4555. | #define HAVE_LIBGCRYPT 1
  4556. | #define HAVE_GCRYPT 1
  4557. | #define HAVE_GNUTLS 1
  4558. | #define HAVE_LIBBZ2 1
  4559. | #define HAVE_LIBJPEG 1
  4560. | #define HAVE_LIBTIFF 1
  4561. | #define HAVE_LIBPTHREAD 1
  4562. | #define HAVE_PTHREAD_SETNAME_NP 1
  4563. | #define HAVE_LIBLZO2 1
  4564. | #define HAVE_LIBZ 1
  4565. | #define HAVE_LIBCRYPTO 1
  4566. | #define HAVE_LIBSSL 1
  4567. | #define HAVE_LIBMYSQLCLIENT 1
  4568. | #define HAVE_LIBTINYXML 1
  4569. | #define HAVE_LIBPCRECPP 1
  4570. | #define HAVE_LIBPCRE 1
  4571. | #define HAVE_LIBBLURAY 1
  4572. | #define HAVE_LIBBLURAY_BDJ 1
  4573. | #define HAVE_LIBJASPER 1
  4574. | #define HAVE_DBUS 1
  4575. | #define HAVE_LIBMICROHTTPD 1
  4576. | #define HAS_DVD_DRIVE 1
  4577. | #define HAS_ALSA 1
  4578. | #define HAVE_X11 1
  4579. | #define HAVE_LIBSSH 1
  4580. | #define HAVE_LIBSSH 1
  4581. | /* end confdefs.h. */
  4582. | #include <stdio.h>
  4583. | #ifdef HAVE_SYS_TYPES_H
  4584. | # include <sys/types.h>
  4585. | #endif
  4586. | #ifdef HAVE_SYS_STAT_H
  4587. | # include <sys/stat.h>
  4588. | #endif
  4589. | #ifdef STDC_HEADERS
  4590. | # include <stdlib.h>
  4591. | # include <stddef.h>
  4592. | #else
  4593. | # ifdef HAVE_STDLIB_H
  4594. | # include <stdlib.h>
  4595. | # endif
  4596. | #endif
  4597. | #ifdef HAVE_STRING_H
  4598. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4599. | # include <memory.h>
  4600. | # endif
  4601. | # include <string.h>
  4602. | #endif
  4603. | #ifdef HAVE_STRINGS_H
  4604. | # include <strings.h>
  4605. | #endif
  4606. | #ifdef HAVE_INTTYPES_H
  4607. | # include <inttypes.h>
  4608. | #endif
  4609. | #ifdef HAVE_STDINT_H
  4610. | # include <stdint.h>
  4611. | #endif
  4612. | #ifdef HAVE_UNISTD_H
  4613. | # include <unistd.h>
  4614. | #endif
  4615. | #include <librtmp/amf.h>
  4616. configure:28765: result: no
  4617. configure:28765: checking librtmp/amf.h presence
  4618. configure:28765: gcc -E conftest.c
  4619. conftest.c:140:25: fatal error: librtmp/amf.h: No such file or directory
  4620. #include <librtmp/amf.h>
  4621. ^
  4622. compilation terminated.
  4623. configure:28765: $? = 1
  4624. configure: failed program was:
  4625. | /* confdefs.h */
  4626. | #define PACKAGE_NAME "kodi"
  4627. | #define PACKAGE_TARNAME "kodi"
  4628. | #define PACKAGE_VERSION "15.2.000"
  4629. | #define PACKAGE_STRING "kodi 15.2.000"
  4630. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4631. | #define PACKAGE_URL ""
  4632. | #define PACKAGE "kodi"
  4633. | #define VERSION "15.2.000"
  4634. | #define HAVE_LIRC 1
  4635. | #define LIRC_DEVICE "/dev/lircd"
  4636. | #define HAVE_CXX11 1
  4637. | #define STDC_HEADERS 1
  4638. | #define HAVE_SYS_TYPES_H 1
  4639. | #define HAVE_SYS_STAT_H 1
  4640. | #define HAVE_STDLIB_H 1
  4641. | #define HAVE_STRING_H 1
  4642. | #define HAVE_MEMORY_H 1
  4643. | #define HAVE_STRINGS_H 1
  4644. | #define HAVE_INTTYPES_H 1
  4645. | #define HAVE_STDINT_H 1
  4646. | #define HAVE_UNISTD_H 1
  4647. | #define HAVE_DLFCN_H 1
  4648. | #define LT_OBJDIR ".libs/"
  4649. | #define HAVE_ALLOCA_H 1
  4650. | #define HAVE_ALLOCA 1
  4651. | #define HAVE_UNISTD_H 1
  4652. | #define HAVE_CHOWN 1
  4653. | #define HAVE_DIRENT_H 1
  4654. | #define HAVE_FSEEKO 1
  4655. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4656. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4657. | #define TIME_WITH_SYS_TIME 1
  4658. | #define HAVE_SYS_TIME_H 1
  4659. | #define HAVE_UNISTD_H 1
  4660. | #define HAVE_STDLIB_H 1
  4661. | #define HAVE_SYS_PARAM_H 1
  4662. | #define HAVE_UTIME_H 1
  4663. | #define HAVE_ALARM 1
  4664. | #define HAVE_GETPAGESIZE 1
  4665. | #define HAVE_MMAP 1
  4666. | #define HAVE_SYS_SELECT_H 1
  4667. | #define HAVE_SYS_SOCKET_H 1
  4668. | #define SELECT_TYPE_ARG1 int
  4669. | #define SELECT_TYPE_ARG234 (fd_set *)
  4670. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4671. | #define RETSIGTYPE void
  4672. | #define HAVE_STRCOLL 1
  4673. | #define HAVE_STRFTIME 1
  4674. | #define HAVE_UTIME_NULL 1
  4675. | #define HAVE_VPRINTF 1
  4676. | #define HAVE_ATEXIT 1
  4677. | #define HAVE_DUP2 1
  4678. | #define HAVE_FDATASYNC 1
  4679. | #define HAVE_FTIME 1
  4680. | #define HAVE_FTRUNCATE 1
  4681. | #define HAVE_GETCWD 1
  4682. | #define HAVE_GETHOSTBYADDR 1
  4683. | #define HAVE_GETHOSTBYNAME 1
  4684. | #define HAVE_GETHOSTNAME 1
  4685. | #define HAVE_GETPAGESIZE 1
  4686. | #define HAVE_GETPASS 1
  4687. | #define HAVE_GETTIMEOFDAY 1
  4688. | #define HAVE_INET_NTOA 1
  4689. | #define HAVE_LCHOWN 1
  4690. | #define HAVE_LOCALECONV 1
  4691. | #define HAVE_MEMCHR 1
  4692. | #define HAVE_MEMMOVE 1
  4693. | #define HAVE_MEMSET 1
  4694. | #define HAVE_MKDIR 1
  4695. | #define HAVE_MODF 1
  4696. | #define HAVE_MUNMAP 1
  4697. | #define HAVE_RMDIR 1
  4698. | #define HAVE_SELECT 1
  4699. | #define HAVE_SETENV 1
  4700. | #define HAVE_SETLOCALE 1
  4701. | #define HAVE_SOCKET 1
  4702. | #define HAVE_STRCASECMP 1
  4703. | #define HAVE_STRCHR 1
  4704. | #define HAVE_STRCSPN 1
  4705. | #define HAVE_STRDUP 1
  4706. | #define HAVE_STRERROR 1
  4707. | #define HAVE_STRNCASECMP 1
  4708. | #define HAVE_STRPBRK 1
  4709. | #define HAVE_STRRCHR 1
  4710. | #define HAVE_STRSPN 1
  4711. | #define HAVE_STRSTR 1
  4712. | #define HAVE_STRTOL 1
  4713. | #define HAVE_STRTOUL 1
  4714. | #define HAVE_SYSINFO 1
  4715. | #define HAVE_TZSET 1
  4716. | #define HAVE_UTIME 1
  4717. | #define HAVE_POSIX_FADVISE 1
  4718. | #define HAVE_LOCALTIME_R 1
  4719. | #define SIZEOF_INT 4
  4720. | #define SIZEOF_SIZE_T 8
  4721. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4722. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4723. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4724. | #define HAVE_STD__U16STRING 1
  4725. | #define HAVE_STD__U32STRING 1
  4726. | #define HAVE_CHAR16_T 1
  4727. | #define HAVE_CHAR32_T 1
  4728. | #define SIZEOF_WCHAR_T 4
  4729. | #define HAVE_INOTIFY 1
  4730. | #define HAVE_PYTHON "2.7"
  4731. | #define HAVE_LIBGL 1
  4732. | #define HAVE_LIBGLEW 1
  4733. | #define HAVE_LIBGLU 1
  4734. | #define HAVE_MYSQL 1
  4735. | #define HAVE_OPENSSL 1
  4736. | #define HAVE_LIBGPG_ERROR 1
  4737. | #define HAVE_LIBGCRYPT 1
  4738. | #define HAVE_GCRYPT 1
  4739. | #define HAVE_GNUTLS 1
  4740. | #define HAVE_LIBBZ2 1
  4741. | #define HAVE_LIBJPEG 1
  4742. | #define HAVE_LIBTIFF 1
  4743. | #define HAVE_LIBPTHREAD 1
  4744. | #define HAVE_PTHREAD_SETNAME_NP 1
  4745. | #define HAVE_LIBLZO2 1
  4746. | #define HAVE_LIBZ 1
  4747. | #define HAVE_LIBCRYPTO 1
  4748. | #define HAVE_LIBSSL 1
  4749. | #define HAVE_LIBMYSQLCLIENT 1
  4750. | #define HAVE_LIBTINYXML 1
  4751. | #define HAVE_LIBPCRECPP 1
  4752. | #define HAVE_LIBPCRE 1
  4753. | #define HAVE_LIBBLURAY 1
  4754. | #define HAVE_LIBBLURAY_BDJ 1
  4755. | #define HAVE_LIBJASPER 1
  4756. | #define HAVE_DBUS 1
  4757. | #define HAVE_LIBMICROHTTPD 1
  4758. | #define HAS_DVD_DRIVE 1
  4759. | #define HAS_ALSA 1
  4760. | #define HAVE_X11 1
  4761. | #define HAVE_LIBSSH 1
  4762. | #define HAVE_LIBSSH 1
  4763. | /* end confdefs.h. */
  4764. | #include <librtmp/amf.h>
  4765. configure:28765: result: no
  4766. configure:28765: checking for librtmp/amf.h
  4767. configure:28765: result: no
  4768. configure:28765: checking librtmp/rtmp.h usability
  4769. configure:28765: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4770. conftest.c:173:26: fatal error: librtmp/rtmp.h: No such file or directory
  4771. #include <librtmp/rtmp.h>
  4772. ^
  4773. compilation terminated.
  4774. configure:28765: $? = 1
  4775. configure: failed program was:
  4776. | /* confdefs.h */
  4777. | #define PACKAGE_NAME "kodi"
  4778. | #define PACKAGE_TARNAME "kodi"
  4779. | #define PACKAGE_VERSION "15.2.000"
  4780. | #define PACKAGE_STRING "kodi 15.2.000"
  4781. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4782. | #define PACKAGE_URL ""
  4783. | #define PACKAGE "kodi"
  4784. | #define VERSION "15.2.000"
  4785. | #define HAVE_LIRC 1
  4786. | #define LIRC_DEVICE "/dev/lircd"
  4787. | #define HAVE_CXX11 1
  4788. | #define STDC_HEADERS 1
  4789. | #define HAVE_SYS_TYPES_H 1
  4790. | #define HAVE_SYS_STAT_H 1
  4791. | #define HAVE_STDLIB_H 1
  4792. | #define HAVE_STRING_H 1
  4793. | #define HAVE_MEMORY_H 1
  4794. | #define HAVE_STRINGS_H 1
  4795. | #define HAVE_INTTYPES_H 1
  4796. | #define HAVE_STDINT_H 1
  4797. | #define HAVE_UNISTD_H 1
  4798. | #define HAVE_DLFCN_H 1
  4799. | #define LT_OBJDIR ".libs/"
  4800. | #define HAVE_ALLOCA_H 1
  4801. | #define HAVE_ALLOCA 1
  4802. | #define HAVE_UNISTD_H 1
  4803. | #define HAVE_CHOWN 1
  4804. | #define HAVE_DIRENT_H 1
  4805. | #define HAVE_FSEEKO 1
  4806. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4807. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4808. | #define TIME_WITH_SYS_TIME 1
  4809. | #define HAVE_SYS_TIME_H 1
  4810. | #define HAVE_UNISTD_H 1
  4811. | #define HAVE_STDLIB_H 1
  4812. | #define HAVE_SYS_PARAM_H 1
  4813. | #define HAVE_UTIME_H 1
  4814. | #define HAVE_ALARM 1
  4815. | #define HAVE_GETPAGESIZE 1
  4816. | #define HAVE_MMAP 1
  4817. | #define HAVE_SYS_SELECT_H 1
  4818. | #define HAVE_SYS_SOCKET_H 1
  4819. | #define SELECT_TYPE_ARG1 int
  4820. | #define SELECT_TYPE_ARG234 (fd_set *)
  4821. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4822. | #define RETSIGTYPE void
  4823. | #define HAVE_STRCOLL 1
  4824. | #define HAVE_STRFTIME 1
  4825. | #define HAVE_UTIME_NULL 1
  4826. | #define HAVE_VPRINTF 1
  4827. | #define HAVE_ATEXIT 1
  4828. | #define HAVE_DUP2 1
  4829. | #define HAVE_FDATASYNC 1
  4830. | #define HAVE_FTIME 1
  4831. | #define HAVE_FTRUNCATE 1
  4832. | #define HAVE_GETCWD 1
  4833. | #define HAVE_GETHOSTBYADDR 1
  4834. | #define HAVE_GETHOSTBYNAME 1
  4835. | #define HAVE_GETHOSTNAME 1
  4836. | #define HAVE_GETPAGESIZE 1
  4837. | #define HAVE_GETPASS 1
  4838. | #define HAVE_GETTIMEOFDAY 1
  4839. | #define HAVE_INET_NTOA 1
  4840. | #define HAVE_LCHOWN 1
  4841. | #define HAVE_LOCALECONV 1
  4842. | #define HAVE_MEMCHR 1
  4843. | #define HAVE_MEMMOVE 1
  4844. | #define HAVE_MEMSET 1
  4845. | #define HAVE_MKDIR 1
  4846. | #define HAVE_MODF 1
  4847. | #define HAVE_MUNMAP 1
  4848. | #define HAVE_RMDIR 1
  4849. | #define HAVE_SELECT 1
  4850. | #define HAVE_SETENV 1
  4851. | #define HAVE_SETLOCALE 1
  4852. | #define HAVE_SOCKET 1
  4853. | #define HAVE_STRCASECMP 1
  4854. | #define HAVE_STRCHR 1
  4855. | #define HAVE_STRCSPN 1
  4856. | #define HAVE_STRDUP 1
  4857. | #define HAVE_STRERROR 1
  4858. | #define HAVE_STRNCASECMP 1
  4859. | #define HAVE_STRPBRK 1
  4860. | #define HAVE_STRRCHR 1
  4861. | #define HAVE_STRSPN 1
  4862. | #define HAVE_STRSTR 1
  4863. | #define HAVE_STRTOL 1
  4864. | #define HAVE_STRTOUL 1
  4865. | #define HAVE_SYSINFO 1
  4866. | #define HAVE_TZSET 1
  4867. | #define HAVE_UTIME 1
  4868. | #define HAVE_POSIX_FADVISE 1
  4869. | #define HAVE_LOCALTIME_R 1
  4870. | #define SIZEOF_INT 4
  4871. | #define SIZEOF_SIZE_T 8
  4872. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4873. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4874. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4875. | #define HAVE_STD__U16STRING 1
  4876. | #define HAVE_STD__U32STRING 1
  4877. | #define HAVE_CHAR16_T 1
  4878. | #define HAVE_CHAR32_T 1
  4879. | #define SIZEOF_WCHAR_T 4
  4880. | #define HAVE_INOTIFY 1
  4881. | #define HAVE_PYTHON "2.7"
  4882. | #define HAVE_LIBGL 1
  4883. | #define HAVE_LIBGLEW 1
  4884. | #define HAVE_LIBGLU 1
  4885. | #define HAVE_MYSQL 1
  4886. | #define HAVE_OPENSSL 1
  4887. | #define HAVE_LIBGPG_ERROR 1
  4888. | #define HAVE_LIBGCRYPT 1
  4889. | #define HAVE_GCRYPT 1
  4890. | #define HAVE_GNUTLS 1
  4891. | #define HAVE_LIBBZ2 1
  4892. | #define HAVE_LIBJPEG 1
  4893. | #define HAVE_LIBTIFF 1
  4894. | #define HAVE_LIBPTHREAD 1
  4895. | #define HAVE_PTHREAD_SETNAME_NP 1
  4896. | #define HAVE_LIBLZO2 1
  4897. | #define HAVE_LIBZ 1
  4898. | #define HAVE_LIBCRYPTO 1
  4899. | #define HAVE_LIBSSL 1
  4900. | #define HAVE_LIBMYSQLCLIENT 1
  4901. | #define HAVE_LIBTINYXML 1
  4902. | #define HAVE_LIBPCRECPP 1
  4903. | #define HAVE_LIBPCRE 1
  4904. | #define HAVE_LIBBLURAY 1
  4905. | #define HAVE_LIBBLURAY_BDJ 1
  4906. | #define HAVE_LIBJASPER 1
  4907. | #define HAVE_DBUS 1
  4908. | #define HAVE_LIBMICROHTTPD 1
  4909. | #define HAS_DVD_DRIVE 1
  4910. | #define HAS_ALSA 1
  4911. | #define HAVE_X11 1
  4912. | #define HAVE_LIBSSH 1
  4913. | #define HAVE_LIBSSH 1
  4914. | /* end confdefs.h. */
  4915. | #include <stdio.h>
  4916. | #ifdef HAVE_SYS_TYPES_H
  4917. | # include <sys/types.h>
  4918. | #endif
  4919. | #ifdef HAVE_SYS_STAT_H
  4920. | # include <sys/stat.h>
  4921. | #endif
  4922. | #ifdef STDC_HEADERS
  4923. | # include <stdlib.h>
  4924. | # include <stddef.h>
  4925. | #else
  4926. | # ifdef HAVE_STDLIB_H
  4927. | # include <stdlib.h>
  4928. | # endif
  4929. | #endif
  4930. | #ifdef HAVE_STRING_H
  4931. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4932. | # include <memory.h>
  4933. | # endif
  4934. | # include <string.h>
  4935. | #endif
  4936. | #ifdef HAVE_STRINGS_H
  4937. | # include <strings.h>
  4938. | #endif
  4939. | #ifdef HAVE_INTTYPES_H
  4940. | # include <inttypes.h>
  4941. | #endif
  4942. | #ifdef HAVE_STDINT_H
  4943. | # include <stdint.h>
  4944. | #endif
  4945. | #ifdef HAVE_UNISTD_H
  4946. | # include <unistd.h>
  4947. | #endif
  4948. | #include <librtmp/rtmp.h>
  4949. configure:28765: result: no
  4950. configure:28765: checking librtmp/rtmp.h presence
  4951. configure:28765: gcc -E conftest.c
  4952. conftest.c:140:26: fatal error: librtmp/rtmp.h: No such file or directory
  4953. #include <librtmp/rtmp.h>
  4954. ^
  4955. compilation terminated.
  4956. configure:28765: $? = 1
  4957. configure: failed program was:
  4958. | /* confdefs.h */
  4959. | #define PACKAGE_NAME "kodi"
  4960. | #define PACKAGE_TARNAME "kodi"
  4961. | #define PACKAGE_VERSION "15.2.000"
  4962. | #define PACKAGE_STRING "kodi 15.2.000"
  4963. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4964. | #define PACKAGE_URL ""
  4965. | #define PACKAGE "kodi"
  4966. | #define VERSION "15.2.000"
  4967. | #define HAVE_LIRC 1
  4968. | #define LIRC_DEVICE "/dev/lircd"
  4969. | #define HAVE_CXX11 1
  4970. | #define STDC_HEADERS 1
  4971. | #define HAVE_SYS_TYPES_H 1
  4972. | #define HAVE_SYS_STAT_H 1
  4973. | #define HAVE_STDLIB_H 1
  4974. | #define HAVE_STRING_H 1
  4975. | #define HAVE_MEMORY_H 1
  4976. | #define HAVE_STRINGS_H 1
  4977. | #define HAVE_INTTYPES_H 1
  4978. | #define HAVE_STDINT_H 1
  4979. | #define HAVE_UNISTD_H 1
  4980. | #define HAVE_DLFCN_H 1
  4981. | #define LT_OBJDIR ".libs/"
  4982. | #define HAVE_ALLOCA_H 1
  4983. | #define HAVE_ALLOCA 1
  4984. | #define HAVE_UNISTD_H 1
  4985. | #define HAVE_CHOWN 1
  4986. | #define HAVE_DIRENT_H 1
  4987. | #define HAVE_FSEEKO 1
  4988. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4989. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4990. | #define TIME_WITH_SYS_TIME 1
  4991. | #define HAVE_SYS_TIME_H 1
  4992. | #define HAVE_UNISTD_H 1
  4993. | #define HAVE_STDLIB_H 1
  4994. | #define HAVE_SYS_PARAM_H 1
  4995. | #define HAVE_UTIME_H 1
  4996. | #define HAVE_ALARM 1
  4997. | #define HAVE_GETPAGESIZE 1
  4998. | #define HAVE_MMAP 1
  4999. | #define HAVE_SYS_SELECT_H 1
  5000. | #define HAVE_SYS_SOCKET_H 1
  5001. | #define SELECT_TYPE_ARG1 int
  5002. | #define SELECT_TYPE_ARG234 (fd_set *)
  5003. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5004. | #define RETSIGTYPE void
  5005. | #define HAVE_STRCOLL 1
  5006. | #define HAVE_STRFTIME 1
  5007. | #define HAVE_UTIME_NULL 1
  5008. | #define HAVE_VPRINTF 1
  5009. | #define HAVE_ATEXIT 1
  5010. | #define HAVE_DUP2 1
  5011. | #define HAVE_FDATASYNC 1
  5012. | #define HAVE_FTIME 1
  5013. | #define HAVE_FTRUNCATE 1
  5014. | #define HAVE_GETCWD 1
  5015. | #define HAVE_GETHOSTBYADDR 1
  5016. | #define HAVE_GETHOSTBYNAME 1
  5017. | #define HAVE_GETHOSTNAME 1
  5018. | #define HAVE_GETPAGESIZE 1
  5019. | #define HAVE_GETPASS 1
  5020. | #define HAVE_GETTIMEOFDAY 1
  5021. | #define HAVE_INET_NTOA 1
  5022. | #define HAVE_LCHOWN 1
  5023. | #define HAVE_LOCALECONV 1
  5024. | #define HAVE_MEMCHR 1
  5025. | #define HAVE_MEMMOVE 1
  5026. | #define HAVE_MEMSET 1
  5027. | #define HAVE_MKDIR 1
  5028. | #define HAVE_MODF 1
  5029. | #define HAVE_MUNMAP 1
  5030. | #define HAVE_RMDIR 1
  5031. | #define HAVE_SELECT 1
  5032. | #define HAVE_SETENV 1
  5033. | #define HAVE_SETLOCALE 1
  5034. | #define HAVE_SOCKET 1
  5035. | #define HAVE_STRCASECMP 1
  5036. | #define HAVE_STRCHR 1
  5037. | #define HAVE_STRCSPN 1
  5038. | #define HAVE_STRDUP 1
  5039. | #define HAVE_STRERROR 1
  5040. | #define HAVE_STRNCASECMP 1
  5041. | #define HAVE_STRPBRK 1
  5042. | #define HAVE_STRRCHR 1
  5043. | #define HAVE_STRSPN 1
  5044. | #define HAVE_STRSTR 1
  5045. | #define HAVE_STRTOL 1
  5046. | #define HAVE_STRTOUL 1
  5047. | #define HAVE_SYSINFO 1
  5048. | #define HAVE_TZSET 1
  5049. | #define HAVE_UTIME 1
  5050. | #define HAVE_POSIX_FADVISE 1
  5051. | #define HAVE_LOCALTIME_R 1
  5052. | #define SIZEOF_INT 4
  5053. | #define SIZEOF_SIZE_T 8
  5054. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5055. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5056. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5057. | #define HAVE_STD__U16STRING 1
  5058. | #define HAVE_STD__U32STRING 1
  5059. | #define HAVE_CHAR16_T 1
  5060. | #define HAVE_CHAR32_T 1
  5061. | #define SIZEOF_WCHAR_T 4
  5062. | #define HAVE_INOTIFY 1
  5063. | #define HAVE_PYTHON "2.7"
  5064. | #define HAVE_LIBGL 1
  5065. | #define HAVE_LIBGLEW 1
  5066. | #define HAVE_LIBGLU 1
  5067. | #define HAVE_MYSQL 1
  5068. | #define HAVE_OPENSSL 1
  5069. | #define HAVE_LIBGPG_ERROR 1
  5070. | #define HAVE_LIBGCRYPT 1
  5071. | #define HAVE_GCRYPT 1
  5072. | #define HAVE_GNUTLS 1
  5073. | #define HAVE_LIBBZ2 1
  5074. | #define HAVE_LIBJPEG 1
  5075. | #define HAVE_LIBTIFF 1
  5076. | #define HAVE_LIBPTHREAD 1
  5077. | #define HAVE_PTHREAD_SETNAME_NP 1
  5078. | #define HAVE_LIBLZO2 1
  5079. | #define HAVE_LIBZ 1
  5080. | #define HAVE_LIBCRYPTO 1
  5081. | #define HAVE_LIBSSL 1
  5082. | #define HAVE_LIBMYSQLCLIENT 1
  5083. | #define HAVE_LIBTINYXML 1
  5084. | #define HAVE_LIBPCRECPP 1
  5085. | #define HAVE_LIBPCRE 1
  5086. | #define HAVE_LIBBLURAY 1
  5087. | #define HAVE_LIBBLURAY_BDJ 1
  5088. | #define HAVE_LIBJASPER 1
  5089. | #define HAVE_DBUS 1
  5090. | #define HAVE_LIBMICROHTTPD 1
  5091. | #define HAS_DVD_DRIVE 1
  5092. | #define HAS_ALSA 1
  5093. | #define HAVE_X11 1
  5094. | #define HAVE_LIBSSH 1
  5095. | #define HAVE_LIBSSH 1
  5096. | /* end confdefs.h. */
  5097. | #include <librtmp/rtmp.h>
  5098. configure:28765: result: no
  5099. configure:28765: checking for librtmp/rtmp.h
  5100. configure:28765: result: no
  5101. configure:28856: checking for SAMBA
  5102. configure:28863: $PKG_CONFIG --exists --print-errors "smbclient"
  5103. configure:28866: $? = 0
  5104. configure:28880: $PKG_CONFIG --exists --print-errors "smbclient"
  5105. configure:28883: $? = 0
  5106. configure:29005: result: yes
  5107. configure:29026: checking nfsc/libnfs.h usability
  5108. configure:29026: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5109. conftest.c:174:25: fatal error: nfsc/libnfs.h: No such file or directory
  5110. #include <nfsc/libnfs.h>
  5111. ^
  5112. compilation terminated.
  5113. configure:29026: $? = 1
  5114. configure: failed program was:
  5115. | /* confdefs.h */
  5116. | #define PACKAGE_NAME "kodi"
  5117. | #define PACKAGE_TARNAME "kodi"
  5118. | #define PACKAGE_VERSION "15.2.000"
  5119. | #define PACKAGE_STRING "kodi 15.2.000"
  5120. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5121. | #define PACKAGE_URL ""
  5122. | #define PACKAGE "kodi"
  5123. | #define VERSION "15.2.000"
  5124. | #define HAVE_LIRC 1
  5125. | #define LIRC_DEVICE "/dev/lircd"
  5126. | #define HAVE_CXX11 1
  5127. | #define STDC_HEADERS 1
  5128. | #define HAVE_SYS_TYPES_H 1
  5129. | #define HAVE_SYS_STAT_H 1
  5130. | #define HAVE_STDLIB_H 1
  5131. | #define HAVE_STRING_H 1
  5132. | #define HAVE_MEMORY_H 1
  5133. | #define HAVE_STRINGS_H 1
  5134. | #define HAVE_INTTYPES_H 1
  5135. | #define HAVE_STDINT_H 1
  5136. | #define HAVE_UNISTD_H 1
  5137. | #define HAVE_DLFCN_H 1
  5138. | #define LT_OBJDIR ".libs/"
  5139. | #define HAVE_ALLOCA_H 1
  5140. | #define HAVE_ALLOCA 1
  5141. | #define HAVE_UNISTD_H 1
  5142. | #define HAVE_CHOWN 1
  5143. | #define HAVE_DIRENT_H 1
  5144. | #define HAVE_FSEEKO 1
  5145. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5146. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5147. | #define TIME_WITH_SYS_TIME 1
  5148. | #define HAVE_SYS_TIME_H 1
  5149. | #define HAVE_UNISTD_H 1
  5150. | #define HAVE_STDLIB_H 1
  5151. | #define HAVE_SYS_PARAM_H 1
  5152. | #define HAVE_UTIME_H 1
  5153. | #define HAVE_ALARM 1
  5154. | #define HAVE_GETPAGESIZE 1
  5155. | #define HAVE_MMAP 1
  5156. | #define HAVE_SYS_SELECT_H 1
  5157. | #define HAVE_SYS_SOCKET_H 1
  5158. | #define SELECT_TYPE_ARG1 int
  5159. | #define SELECT_TYPE_ARG234 (fd_set *)
  5160. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5161. | #define RETSIGTYPE void
  5162. | #define HAVE_STRCOLL 1
  5163. | #define HAVE_STRFTIME 1
  5164. | #define HAVE_UTIME_NULL 1
  5165. | #define HAVE_VPRINTF 1
  5166. | #define HAVE_ATEXIT 1
  5167. | #define HAVE_DUP2 1
  5168. | #define HAVE_FDATASYNC 1
  5169. | #define HAVE_FTIME 1
  5170. | #define HAVE_FTRUNCATE 1
  5171. | #define HAVE_GETCWD 1
  5172. | #define HAVE_GETHOSTBYADDR 1
  5173. | #define HAVE_GETHOSTBYNAME 1
  5174. | #define HAVE_GETHOSTNAME 1
  5175. | #define HAVE_GETPAGESIZE 1
  5176. | #define HAVE_GETPASS 1
  5177. | #define HAVE_GETTIMEOFDAY 1
  5178. | #define HAVE_INET_NTOA 1
  5179. | #define HAVE_LCHOWN 1
  5180. | #define HAVE_LOCALECONV 1
  5181. | #define HAVE_MEMCHR 1
  5182. | #define HAVE_MEMMOVE 1
  5183. | #define HAVE_MEMSET 1
  5184. | #define HAVE_MKDIR 1
  5185. | #define HAVE_MODF 1
  5186. | #define HAVE_MUNMAP 1
  5187. | #define HAVE_RMDIR 1
  5188. | #define HAVE_SELECT 1
  5189. | #define HAVE_SETENV 1
  5190. | #define HAVE_SETLOCALE 1
  5191. | #define HAVE_SOCKET 1
  5192. | #define HAVE_STRCASECMP 1
  5193. | #define HAVE_STRCHR 1
  5194. | #define HAVE_STRCSPN 1
  5195. | #define HAVE_STRDUP 1
  5196. | #define HAVE_STRERROR 1
  5197. | #define HAVE_STRNCASECMP 1
  5198. | #define HAVE_STRPBRK 1
  5199. | #define HAVE_STRRCHR 1
  5200. | #define HAVE_STRSPN 1
  5201. | #define HAVE_STRSTR 1
  5202. | #define HAVE_STRTOL 1
  5203. | #define HAVE_STRTOUL 1
  5204. | #define HAVE_SYSINFO 1
  5205. | #define HAVE_TZSET 1
  5206. | #define HAVE_UTIME 1
  5207. | #define HAVE_POSIX_FADVISE 1
  5208. | #define HAVE_LOCALTIME_R 1
  5209. | #define SIZEOF_INT 4
  5210. | #define SIZEOF_SIZE_T 8
  5211. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5212. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5213. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5214. | #define HAVE_STD__U16STRING 1
  5215. | #define HAVE_STD__U32STRING 1
  5216. | #define HAVE_CHAR16_T 1
  5217. | #define HAVE_CHAR32_T 1
  5218. | #define SIZEOF_WCHAR_T 4
  5219. | #define HAVE_INOTIFY 1
  5220. | #define HAVE_PYTHON "2.7"
  5221. | #define HAVE_LIBGL 1
  5222. | #define HAVE_LIBGLEW 1
  5223. | #define HAVE_LIBGLU 1
  5224. | #define HAVE_MYSQL 1
  5225. | #define HAVE_OPENSSL 1
  5226. | #define HAVE_LIBGPG_ERROR 1
  5227. | #define HAVE_LIBGCRYPT 1
  5228. | #define HAVE_GCRYPT 1
  5229. | #define HAVE_GNUTLS 1
  5230. | #define HAVE_LIBBZ2 1
  5231. | #define HAVE_LIBJPEG 1
  5232. | #define HAVE_LIBTIFF 1
  5233. | #define HAVE_LIBPTHREAD 1
  5234. | #define HAVE_PTHREAD_SETNAME_NP 1
  5235. | #define HAVE_LIBLZO2 1
  5236. | #define HAVE_LIBZ 1
  5237. | #define HAVE_LIBCRYPTO 1
  5238. | #define HAVE_LIBSSL 1
  5239. | #define HAVE_LIBMYSQLCLIENT 1
  5240. | #define HAVE_LIBTINYXML 1
  5241. | #define HAVE_LIBPCRECPP 1
  5242. | #define HAVE_LIBPCRE 1
  5243. | #define HAVE_LIBBLURAY 1
  5244. | #define HAVE_LIBBLURAY_BDJ 1
  5245. | #define HAVE_LIBJASPER 1
  5246. | #define HAVE_DBUS 1
  5247. | #define HAVE_LIBMICROHTTPD 1
  5248. | #define HAS_DVD_DRIVE 1
  5249. | #define HAS_ALSA 1
  5250. | #define HAVE_X11 1
  5251. | #define HAVE_LIBSSH 1
  5252. | #define HAVE_LIBSSH 1
  5253. | #define HAVE_LIBSMBCLIENT 1
  5254. | /* end confdefs.h. */
  5255. | #include <stdio.h>
  5256. | #ifdef HAVE_SYS_TYPES_H
  5257. | # include <sys/types.h>
  5258. | #endif
  5259. | #ifdef HAVE_SYS_STAT_H
  5260. | # include <sys/stat.h>
  5261. | #endif
  5262. | #ifdef STDC_HEADERS
  5263. | # include <stdlib.h>
  5264. | # include <stddef.h>
  5265. | #else
  5266. | # ifdef HAVE_STDLIB_H
  5267. | # include <stdlib.h>
  5268. | # endif
  5269. | #endif
  5270. | #ifdef HAVE_STRING_H
  5271. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5272. | # include <memory.h>
  5273. | # endif
  5274. | # include <string.h>
  5275. | #endif
  5276. | #ifdef HAVE_STRINGS_H
  5277. | # include <strings.h>
  5278. | #endif
  5279. | #ifdef HAVE_INTTYPES_H
  5280. | # include <inttypes.h>
  5281. | #endif
  5282. | #ifdef HAVE_STDINT_H
  5283. | # include <stdint.h>
  5284. | #endif
  5285. | #ifdef HAVE_UNISTD_H
  5286. | # include <unistd.h>
  5287. | #endif
  5288. | #include <nfsc/libnfs.h>
  5289. configure:29026: result: no
  5290. configure:29026: checking nfsc/libnfs.h presence
  5291. configure:29026: gcc -E conftest.c
  5292. conftest.c:141:25: fatal error: nfsc/libnfs.h: No such file or directory
  5293. #include <nfsc/libnfs.h>
  5294. ^
  5295. compilation terminated.
  5296. configure:29026: $? = 1
  5297. configure: failed program was:
  5298. | /* confdefs.h */
  5299. | #define PACKAGE_NAME "kodi"
  5300. | #define PACKAGE_TARNAME "kodi"
  5301. | #define PACKAGE_VERSION "15.2.000"
  5302. | #define PACKAGE_STRING "kodi 15.2.000"
  5303. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5304. | #define PACKAGE_URL ""
  5305. | #define PACKAGE "kodi"
  5306. | #define VERSION "15.2.000"
  5307. | #define HAVE_LIRC 1
  5308. | #define LIRC_DEVICE "/dev/lircd"
  5309. | #define HAVE_CXX11 1
  5310. | #define STDC_HEADERS 1
  5311. | #define HAVE_SYS_TYPES_H 1
  5312. | #define HAVE_SYS_STAT_H 1
  5313. | #define HAVE_STDLIB_H 1
  5314. | #define HAVE_STRING_H 1
  5315. | #define HAVE_MEMORY_H 1
  5316. | #define HAVE_STRINGS_H 1
  5317. | #define HAVE_INTTYPES_H 1
  5318. | #define HAVE_STDINT_H 1
  5319. | #define HAVE_UNISTD_H 1
  5320. | #define HAVE_DLFCN_H 1
  5321. | #define LT_OBJDIR ".libs/"
  5322. | #define HAVE_ALLOCA_H 1
  5323. | #define HAVE_ALLOCA 1
  5324. | #define HAVE_UNISTD_H 1
  5325. | #define HAVE_CHOWN 1
  5326. | #define HAVE_DIRENT_H 1
  5327. | #define HAVE_FSEEKO 1
  5328. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5329. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5330. | #define TIME_WITH_SYS_TIME 1
  5331. | #define HAVE_SYS_TIME_H 1
  5332. | #define HAVE_UNISTD_H 1
  5333. | #define HAVE_STDLIB_H 1
  5334. | #define HAVE_SYS_PARAM_H 1
  5335. | #define HAVE_UTIME_H 1
  5336. | #define HAVE_ALARM 1
  5337. | #define HAVE_GETPAGESIZE 1
  5338. | #define HAVE_MMAP 1
  5339. | #define HAVE_SYS_SELECT_H 1
  5340. | #define HAVE_SYS_SOCKET_H 1
  5341. | #define SELECT_TYPE_ARG1 int
  5342. | #define SELECT_TYPE_ARG234 (fd_set *)
  5343. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5344. | #define RETSIGTYPE void
  5345. | #define HAVE_STRCOLL 1
  5346. | #define HAVE_STRFTIME 1
  5347. | #define HAVE_UTIME_NULL 1
  5348. | #define HAVE_VPRINTF 1
  5349. | #define HAVE_ATEXIT 1
  5350. | #define HAVE_DUP2 1
  5351. | #define HAVE_FDATASYNC 1
  5352. | #define HAVE_FTIME 1
  5353. | #define HAVE_FTRUNCATE 1
  5354. | #define HAVE_GETCWD 1
  5355. | #define HAVE_GETHOSTBYADDR 1
  5356. | #define HAVE_GETHOSTBYNAME 1
  5357. | #define HAVE_GETHOSTNAME 1
  5358. | #define HAVE_GETPAGESIZE 1
  5359. | #define HAVE_GETPASS 1
  5360. | #define HAVE_GETTIMEOFDAY 1
  5361. | #define HAVE_INET_NTOA 1
  5362. | #define HAVE_LCHOWN 1
  5363. | #define HAVE_LOCALECONV 1
  5364. | #define HAVE_MEMCHR 1
  5365. | #define HAVE_MEMMOVE 1
  5366. | #define HAVE_MEMSET 1
  5367. | #define HAVE_MKDIR 1
  5368. | #define HAVE_MODF 1
  5369. | #define HAVE_MUNMAP 1
  5370. | #define HAVE_RMDIR 1
  5371. | #define HAVE_SELECT 1
  5372. | #define HAVE_SETENV 1
  5373. | #define HAVE_SETLOCALE 1
  5374. | #define HAVE_SOCKET 1
  5375. | #define HAVE_STRCASECMP 1
  5376. | #define HAVE_STRCHR 1
  5377. | #define HAVE_STRCSPN 1
  5378. | #define HAVE_STRDUP 1
  5379. | #define HAVE_STRERROR 1
  5380. | #define HAVE_STRNCASECMP 1
  5381. | #define HAVE_STRPBRK 1
  5382. | #define HAVE_STRRCHR 1
  5383. | #define HAVE_STRSPN 1
  5384. | #define HAVE_STRSTR 1
  5385. | #define HAVE_STRTOL 1
  5386. | #define HAVE_STRTOUL 1
  5387. | #define HAVE_SYSINFO 1
  5388. | #define HAVE_TZSET 1
  5389. | #define HAVE_UTIME 1
  5390. | #define HAVE_POSIX_FADVISE 1
  5391. | #define HAVE_LOCALTIME_R 1
  5392. | #define SIZEOF_INT 4
  5393. | #define SIZEOF_SIZE_T 8
  5394. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5395. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5396. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5397. | #define HAVE_STD__U16STRING 1
  5398. | #define HAVE_STD__U32STRING 1
  5399. | #define HAVE_CHAR16_T 1
  5400. | #define HAVE_CHAR32_T 1
  5401. | #define SIZEOF_WCHAR_T 4
  5402. | #define HAVE_INOTIFY 1
  5403. | #define HAVE_PYTHON "2.7"
  5404. | #define HAVE_LIBGL 1
  5405. | #define HAVE_LIBGLEW 1
  5406. | #define HAVE_LIBGLU 1
  5407. | #define HAVE_MYSQL 1
  5408. | #define HAVE_OPENSSL 1
  5409. | #define HAVE_LIBGPG_ERROR 1
  5410. | #define HAVE_LIBGCRYPT 1
  5411. | #define HAVE_GCRYPT 1
  5412. | #define HAVE_GNUTLS 1
  5413. | #define HAVE_LIBBZ2 1
  5414. | #define HAVE_LIBJPEG 1
  5415. | #define HAVE_LIBTIFF 1
  5416. | #define HAVE_LIBPTHREAD 1
  5417. | #define HAVE_PTHREAD_SETNAME_NP 1
  5418. | #define HAVE_LIBLZO2 1
  5419. | #define HAVE_LIBZ 1
  5420. | #define HAVE_LIBCRYPTO 1
  5421. | #define HAVE_LIBSSL 1
  5422. | #define HAVE_LIBMYSQLCLIENT 1
  5423. | #define HAVE_LIBTINYXML 1
  5424. | #define HAVE_LIBPCRECPP 1
  5425. | #define HAVE_LIBPCRE 1
  5426. | #define HAVE_LIBBLURAY 1
  5427. | #define HAVE_LIBBLURAY_BDJ 1
  5428. | #define HAVE_LIBJASPER 1
  5429. | #define HAVE_DBUS 1
  5430. | #define HAVE_LIBMICROHTTPD 1
  5431. | #define HAS_DVD_DRIVE 1
  5432. | #define HAS_ALSA 1
  5433. | #define HAVE_X11 1
  5434. | #define HAVE_LIBSSH 1
  5435. | #define HAVE_LIBSSH 1
  5436. | #define HAVE_LIBSMBCLIENT 1
  5437. | /* end confdefs.h. */
  5438. | #include <nfsc/libnfs.h>
  5439. configure:29026: result: no
  5440. configure:29026: checking for nfsc/libnfs.h
  5441. configure:29026: result: no
  5442. configure:29037: == Could not find libnfs. NFS client support disabled. ==
  5443. configure:29121: checking plist/plist.h usability
  5444. configure:29121: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5445. conftest.c:174:25: fatal error: plist/plist.h: No such file or directory
  5446. #include <plist/plist.h>
  5447. ^
  5448. compilation terminated.
  5449. configure:29121: $? = 1
  5450. configure: failed program was:
  5451. | /* confdefs.h */
  5452. | #define PACKAGE_NAME "kodi"
  5453. | #define PACKAGE_TARNAME "kodi"
  5454. | #define PACKAGE_VERSION "15.2.000"
  5455. | #define PACKAGE_STRING "kodi 15.2.000"
  5456. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5457. | #define PACKAGE_URL ""
  5458. | #define PACKAGE "kodi"
  5459. | #define VERSION "15.2.000"
  5460. | #define HAVE_LIRC 1
  5461. | #define LIRC_DEVICE "/dev/lircd"
  5462. | #define HAVE_CXX11 1
  5463. | #define STDC_HEADERS 1
  5464. | #define HAVE_SYS_TYPES_H 1
  5465. | #define HAVE_SYS_STAT_H 1
  5466. | #define HAVE_STDLIB_H 1
  5467. | #define HAVE_STRING_H 1
  5468. | #define HAVE_MEMORY_H 1
  5469. | #define HAVE_STRINGS_H 1
  5470. | #define HAVE_INTTYPES_H 1
  5471. | #define HAVE_STDINT_H 1
  5472. | #define HAVE_UNISTD_H 1
  5473. | #define HAVE_DLFCN_H 1
  5474. | #define LT_OBJDIR ".libs/"
  5475. | #define HAVE_ALLOCA_H 1
  5476. | #define HAVE_ALLOCA 1
  5477. | #define HAVE_UNISTD_H 1
  5478. | #define HAVE_CHOWN 1
  5479. | #define HAVE_DIRENT_H 1
  5480. | #define HAVE_FSEEKO 1
  5481. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5482. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5483. | #define TIME_WITH_SYS_TIME 1
  5484. | #define HAVE_SYS_TIME_H 1
  5485. | #define HAVE_UNISTD_H 1
  5486. | #define HAVE_STDLIB_H 1
  5487. | #define HAVE_SYS_PARAM_H 1
  5488. | #define HAVE_UTIME_H 1
  5489. | #define HAVE_ALARM 1
  5490. | #define HAVE_GETPAGESIZE 1
  5491. | #define HAVE_MMAP 1
  5492. | #define HAVE_SYS_SELECT_H 1
  5493. | #define HAVE_SYS_SOCKET_H 1
  5494. | #define SELECT_TYPE_ARG1 int
  5495. | #define SELECT_TYPE_ARG234 (fd_set *)
  5496. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5497. | #define RETSIGTYPE void
  5498. | #define HAVE_STRCOLL 1
  5499. | #define HAVE_STRFTIME 1
  5500. | #define HAVE_UTIME_NULL 1
  5501. | #define HAVE_VPRINTF 1
  5502. | #define HAVE_ATEXIT 1
  5503. | #define HAVE_DUP2 1
  5504. | #define HAVE_FDATASYNC 1
  5505. | #define HAVE_FTIME 1
  5506. | #define HAVE_FTRUNCATE 1
  5507. | #define HAVE_GETCWD 1
  5508. | #define HAVE_GETHOSTBYADDR 1
  5509. | #define HAVE_GETHOSTBYNAME 1
  5510. | #define HAVE_GETHOSTNAME 1
  5511. | #define HAVE_GETPAGESIZE 1
  5512. | #define HAVE_GETPASS 1
  5513. | #define HAVE_GETTIMEOFDAY 1
  5514. | #define HAVE_INET_NTOA 1
  5515. | #define HAVE_LCHOWN 1
  5516. | #define HAVE_LOCALECONV 1
  5517. | #define HAVE_MEMCHR 1
  5518. | #define HAVE_MEMMOVE 1
  5519. | #define HAVE_MEMSET 1
  5520. | #define HAVE_MKDIR 1
  5521. | #define HAVE_MODF 1
  5522. | #define HAVE_MUNMAP 1
  5523. | #define HAVE_RMDIR 1
  5524. | #define HAVE_SELECT 1
  5525. | #define HAVE_SETENV 1
  5526. | #define HAVE_SETLOCALE 1
  5527. | #define HAVE_SOCKET 1
  5528. | #define HAVE_STRCASECMP 1
  5529. | #define HAVE_STRCHR 1
  5530. | #define HAVE_STRCSPN 1
  5531. | #define HAVE_STRDUP 1
  5532. | #define HAVE_STRERROR 1
  5533. | #define HAVE_STRNCASECMP 1
  5534. | #define HAVE_STRPBRK 1
  5535. | #define HAVE_STRRCHR 1
  5536. | #define HAVE_STRSPN 1
  5537. | #define HAVE_STRSTR 1
  5538. | #define HAVE_STRTOL 1
  5539. | #define HAVE_STRTOUL 1
  5540. | #define HAVE_SYSINFO 1
  5541. | #define HAVE_TZSET 1
  5542. | #define HAVE_UTIME 1
  5543. | #define HAVE_POSIX_FADVISE 1
  5544. | #define HAVE_LOCALTIME_R 1
  5545. | #define SIZEOF_INT 4
  5546. | #define SIZEOF_SIZE_T 8
  5547. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5548. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5549. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5550. | #define HAVE_STD__U16STRING 1
  5551. | #define HAVE_STD__U32STRING 1
  5552. | #define HAVE_CHAR16_T 1
  5553. | #define HAVE_CHAR32_T 1
  5554. | #define SIZEOF_WCHAR_T 4
  5555. | #define HAVE_INOTIFY 1
  5556. | #define HAVE_PYTHON "2.7"
  5557. | #define HAVE_LIBGL 1
  5558. | #define HAVE_LIBGLEW 1
  5559. | #define HAVE_LIBGLU 1
  5560. | #define HAVE_MYSQL 1
  5561. | #define HAVE_OPENSSL 1
  5562. | #define HAVE_LIBGPG_ERROR 1
  5563. | #define HAVE_LIBGCRYPT 1
  5564. | #define HAVE_GCRYPT 1
  5565. | #define HAVE_GNUTLS 1
  5566. | #define HAVE_LIBBZ2 1
  5567. | #define HAVE_LIBJPEG 1
  5568. | #define HAVE_LIBTIFF 1
  5569. | #define HAVE_LIBPTHREAD 1
  5570. | #define HAVE_PTHREAD_SETNAME_NP 1
  5571. | #define HAVE_LIBLZO2 1
  5572. | #define HAVE_LIBZ 1
  5573. | #define HAVE_LIBCRYPTO 1
  5574. | #define HAVE_LIBSSL 1
  5575. | #define HAVE_LIBMYSQLCLIENT 1
  5576. | #define HAVE_LIBTINYXML 1
  5577. | #define HAVE_LIBPCRECPP 1
  5578. | #define HAVE_LIBPCRE 1
  5579. | #define HAVE_LIBBLURAY 1
  5580. | #define HAVE_LIBBLURAY_BDJ 1
  5581. | #define HAVE_LIBJASPER 1
  5582. | #define HAVE_DBUS 1
  5583. | #define HAVE_LIBMICROHTTPD 1
  5584. | #define HAS_DVD_DRIVE 1
  5585. | #define HAS_ALSA 1
  5586. | #define HAVE_X11 1
  5587. | #define HAVE_LIBSSH 1
  5588. | #define HAVE_LIBSSH 1
  5589. | #define HAVE_LIBSMBCLIENT 1
  5590. | /* end confdefs.h. */
  5591. | #include <stdio.h>
  5592. | #ifdef HAVE_SYS_TYPES_H
  5593. | # include <sys/types.h>
  5594. | #endif
  5595. | #ifdef HAVE_SYS_STAT_H
  5596. | # include <sys/stat.h>
  5597. | #endif
  5598. | #ifdef STDC_HEADERS
  5599. | # include <stdlib.h>
  5600. | # include <stddef.h>
  5601. | #else
  5602. | # ifdef HAVE_STDLIB_H
  5603. | # include <stdlib.h>
  5604. | # endif
  5605. | #endif
  5606. | #ifdef HAVE_STRING_H
  5607. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5608. | # include <memory.h>
  5609. | # endif
  5610. | # include <string.h>
  5611. | #endif
  5612. | #ifdef HAVE_STRINGS_H
  5613. | # include <strings.h>
  5614. | #endif
  5615. | #ifdef HAVE_INTTYPES_H
  5616. | # include <inttypes.h>
  5617. | #endif
  5618. | #ifdef HAVE_STDINT_H
  5619. | # include <stdint.h>
  5620. | #endif
  5621. | #ifdef HAVE_UNISTD_H
  5622. | # include <unistd.h>
  5623. | #endif
  5624. | #include <plist/plist.h>
  5625. configure:29121: result: no
  5626. configure:29121: checking plist/plist.h presence
  5627. configure:29121: gcc -E conftest.c
  5628. conftest.c:141:25: fatal error: plist/plist.h: No such file or directory
  5629. #include <plist/plist.h>
  5630. ^
  5631. compilation terminated.
  5632. configure:29121: $? = 1
  5633. configure: failed program was:
  5634. | /* confdefs.h */
  5635. | #define PACKAGE_NAME "kodi"
  5636. | #define PACKAGE_TARNAME "kodi"
  5637. | #define PACKAGE_VERSION "15.2.000"
  5638. | #define PACKAGE_STRING "kodi 15.2.000"
  5639. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5640. | #define PACKAGE_URL ""
  5641. | #define PACKAGE "kodi"
  5642. | #define VERSION "15.2.000"
  5643. | #define HAVE_LIRC 1
  5644. | #define LIRC_DEVICE "/dev/lircd"
  5645. | #define HAVE_CXX11 1
  5646. | #define STDC_HEADERS 1
  5647. | #define HAVE_SYS_TYPES_H 1
  5648. | #define HAVE_SYS_STAT_H 1
  5649. | #define HAVE_STDLIB_H 1
  5650. | #define HAVE_STRING_H 1
  5651. | #define HAVE_MEMORY_H 1
  5652. | #define HAVE_STRINGS_H 1
  5653. | #define HAVE_INTTYPES_H 1
  5654. | #define HAVE_STDINT_H 1
  5655. | #define HAVE_UNISTD_H 1
  5656. | #define HAVE_DLFCN_H 1
  5657. | #define LT_OBJDIR ".libs/"
  5658. | #define HAVE_ALLOCA_H 1
  5659. | #define HAVE_ALLOCA 1
  5660. | #define HAVE_UNISTD_H 1
  5661. | #define HAVE_CHOWN 1
  5662. | #define HAVE_DIRENT_H 1
  5663. | #define HAVE_FSEEKO 1
  5664. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5665. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5666. | #define TIME_WITH_SYS_TIME 1
  5667. | #define HAVE_SYS_TIME_H 1
  5668. | #define HAVE_UNISTD_H 1
  5669. | #define HAVE_STDLIB_H 1
  5670. | #define HAVE_SYS_PARAM_H 1
  5671. | #define HAVE_UTIME_H 1
  5672. | #define HAVE_ALARM 1
  5673. | #define HAVE_GETPAGESIZE 1
  5674. | #define HAVE_MMAP 1
  5675. | #define HAVE_SYS_SELECT_H 1
  5676. | #define HAVE_SYS_SOCKET_H 1
  5677. | #define SELECT_TYPE_ARG1 int
  5678. | #define SELECT_TYPE_ARG234 (fd_set *)
  5679. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5680. | #define RETSIGTYPE void
  5681. | #define HAVE_STRCOLL 1
  5682. | #define HAVE_STRFTIME 1
  5683. | #define HAVE_UTIME_NULL 1
  5684. | #define HAVE_VPRINTF 1
  5685. | #define HAVE_ATEXIT 1
  5686. | #define HAVE_DUP2 1
  5687. | #define HAVE_FDATASYNC 1
  5688. | #define HAVE_FTIME 1
  5689. | #define HAVE_FTRUNCATE 1
  5690. | #define HAVE_GETCWD 1
  5691. | #define HAVE_GETHOSTBYADDR 1
  5692. | #define HAVE_GETHOSTBYNAME 1
  5693. | #define HAVE_GETHOSTNAME 1
  5694. | #define HAVE_GETPAGESIZE 1
  5695. | #define HAVE_GETPASS 1
  5696. | #define HAVE_GETTIMEOFDAY 1
  5697. | #define HAVE_INET_NTOA 1
  5698. | #define HAVE_LCHOWN 1
  5699. | #define HAVE_LOCALECONV 1
  5700. | #define HAVE_MEMCHR 1
  5701. | #define HAVE_MEMMOVE 1
  5702. | #define HAVE_MEMSET 1
  5703. | #define HAVE_MKDIR 1
  5704. | #define HAVE_MODF 1
  5705. | #define HAVE_MUNMAP 1
  5706. | #define HAVE_RMDIR 1
  5707. | #define HAVE_SELECT 1
  5708. | #define HAVE_SETENV 1
  5709. | #define HAVE_SETLOCALE 1
  5710. | #define HAVE_SOCKET 1
  5711. | #define HAVE_STRCASECMP 1
  5712. | #define HAVE_STRCHR 1
  5713. | #define HAVE_STRCSPN 1
  5714. | #define HAVE_STRDUP 1
  5715. | #define HAVE_STRERROR 1
  5716. | #define HAVE_STRNCASECMP 1
  5717. | #define HAVE_STRPBRK 1
  5718. | #define HAVE_STRRCHR 1
  5719. | #define HAVE_STRSPN 1
  5720. | #define HAVE_STRSTR 1
  5721. | #define HAVE_STRTOL 1
  5722. | #define HAVE_STRTOUL 1
  5723. | #define HAVE_SYSINFO 1
  5724. | #define HAVE_TZSET 1
  5725. | #define HAVE_UTIME 1
  5726. | #define HAVE_POSIX_FADVISE 1
  5727. | #define HAVE_LOCALTIME_R 1
  5728. | #define SIZEOF_INT 4
  5729. | #define SIZEOF_SIZE_T 8
  5730. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5731. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5732. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5733. | #define HAVE_STD__U16STRING 1
  5734. | #define HAVE_STD__U32STRING 1
  5735. | #define HAVE_CHAR16_T 1
  5736. | #define HAVE_CHAR32_T 1
  5737. | #define SIZEOF_WCHAR_T 4
  5738. | #define HAVE_INOTIFY 1
  5739. | #define HAVE_PYTHON "2.7"
  5740. | #define HAVE_LIBGL 1
  5741. | #define HAVE_LIBGLEW 1
  5742. | #define HAVE_LIBGLU 1
  5743. | #define HAVE_MYSQL 1
  5744. | #define HAVE_OPENSSL 1
  5745. | #define HAVE_LIBGPG_ERROR 1
  5746. | #define HAVE_LIBGCRYPT 1
  5747. | #define HAVE_GCRYPT 1
  5748. | #define HAVE_GNUTLS 1
  5749. | #define HAVE_LIBBZ2 1
  5750. | #define HAVE_LIBJPEG 1
  5751. | #define HAVE_LIBTIFF 1
  5752. | #define HAVE_LIBPTHREAD 1
  5753. | #define HAVE_PTHREAD_SETNAME_NP 1
  5754. | #define HAVE_LIBLZO2 1
  5755. | #define HAVE_LIBZ 1
  5756. | #define HAVE_LIBCRYPTO 1
  5757. | #define HAVE_LIBSSL 1
  5758. | #define HAVE_LIBMYSQLCLIENT 1
  5759. | #define HAVE_LIBTINYXML 1
  5760. | #define HAVE_LIBPCRECPP 1
  5761. | #define HAVE_LIBPCRE 1
  5762. | #define HAVE_LIBBLURAY 1
  5763. | #define HAVE_LIBBLURAY_BDJ 1
  5764. | #define HAVE_LIBJASPER 1
  5765. | #define HAVE_DBUS 1
  5766. | #define HAVE_LIBMICROHTTPD 1
  5767. | #define HAS_DVD_DRIVE 1
  5768. | #define HAS_ALSA 1
  5769. | #define HAVE_X11 1
  5770. | #define HAVE_LIBSSH 1
  5771. | #define HAVE_LIBSSH 1
  5772. | #define HAVE_LIBSMBCLIENT 1
  5773. | /* end confdefs.h. */
  5774. | #include <plist/plist.h>
  5775. configure:29121: result: no
  5776. configure:29121: checking for plist/plist.h
  5777. configure:29121: result: no
  5778. configure:29128: == Could not find libplist. AirPlay support disabled. ==
  5779. configure:29206: checking shairplay/raop.h usability
  5780. configure:29206: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5781. conftest.c:174:28: fatal error: shairplay/raop.h: No such file or directory
  5782. #include <shairplay/raop.h>
  5783. ^
  5784. compilation terminated.
  5785. configure:29206: $? = 1
  5786. configure: failed program was:
  5787. | /* confdefs.h */
  5788. | #define PACKAGE_NAME "kodi"
  5789. | #define PACKAGE_TARNAME "kodi"
  5790. | #define PACKAGE_VERSION "15.2.000"
  5791. | #define PACKAGE_STRING "kodi 15.2.000"
  5792. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5793. | #define PACKAGE_URL ""
  5794. | #define PACKAGE "kodi"
  5795. | #define VERSION "15.2.000"
  5796. | #define HAVE_LIRC 1
  5797. | #define LIRC_DEVICE "/dev/lircd"
  5798. | #define HAVE_CXX11 1
  5799. | #define STDC_HEADERS 1
  5800. | #define HAVE_SYS_TYPES_H 1
  5801. | #define HAVE_SYS_STAT_H 1
  5802. | #define HAVE_STDLIB_H 1
  5803. | #define HAVE_STRING_H 1
  5804. | #define HAVE_MEMORY_H 1
  5805. | #define HAVE_STRINGS_H 1
  5806. | #define HAVE_INTTYPES_H 1
  5807. | #define HAVE_STDINT_H 1
  5808. | #define HAVE_UNISTD_H 1
  5809. | #define HAVE_DLFCN_H 1
  5810. | #define LT_OBJDIR ".libs/"
  5811. | #define HAVE_ALLOCA_H 1
  5812. | #define HAVE_ALLOCA 1
  5813. | #define HAVE_UNISTD_H 1
  5814. | #define HAVE_CHOWN 1
  5815. | #define HAVE_DIRENT_H 1
  5816. | #define HAVE_FSEEKO 1
  5817. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5818. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5819. | #define TIME_WITH_SYS_TIME 1
  5820. | #define HAVE_SYS_TIME_H 1
  5821. | #define HAVE_UNISTD_H 1
  5822. | #define HAVE_STDLIB_H 1
  5823. | #define HAVE_SYS_PARAM_H 1
  5824. | #define HAVE_UTIME_H 1
  5825. | #define HAVE_ALARM 1
  5826. | #define HAVE_GETPAGESIZE 1
  5827. | #define HAVE_MMAP 1
  5828. | #define HAVE_SYS_SELECT_H 1
  5829. | #define HAVE_SYS_SOCKET_H 1
  5830. | #define SELECT_TYPE_ARG1 int
  5831. | #define SELECT_TYPE_ARG234 (fd_set *)
  5832. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5833. | #define RETSIGTYPE void
  5834. | #define HAVE_STRCOLL 1
  5835. | #define HAVE_STRFTIME 1
  5836. | #define HAVE_UTIME_NULL 1
  5837. | #define HAVE_VPRINTF 1
  5838. | #define HAVE_ATEXIT 1
  5839. | #define HAVE_DUP2 1
  5840. | #define HAVE_FDATASYNC 1
  5841. | #define HAVE_FTIME 1
  5842. | #define HAVE_FTRUNCATE 1
  5843. | #define HAVE_GETCWD 1
  5844. | #define HAVE_GETHOSTBYADDR 1
  5845. | #define HAVE_GETHOSTBYNAME 1
  5846. | #define HAVE_GETHOSTNAME 1
  5847. | #define HAVE_GETPAGESIZE 1
  5848. | #define HAVE_GETPASS 1
  5849. | #define HAVE_GETTIMEOFDAY 1
  5850. | #define HAVE_INET_NTOA 1
  5851. | #define HAVE_LCHOWN 1
  5852. | #define HAVE_LOCALECONV 1
  5853. | #define HAVE_MEMCHR 1
  5854. | #define HAVE_MEMMOVE 1
  5855. | #define HAVE_MEMSET 1
  5856. | #define HAVE_MKDIR 1
  5857. | #define HAVE_MODF 1
  5858. | #define HAVE_MUNMAP 1
  5859. | #define HAVE_RMDIR 1
  5860. | #define HAVE_SELECT 1
  5861. | #define HAVE_SETENV 1
  5862. | #define HAVE_SETLOCALE 1
  5863. | #define HAVE_SOCKET 1
  5864. | #define HAVE_STRCASECMP 1
  5865. | #define HAVE_STRCHR 1
  5866. | #define HAVE_STRCSPN 1
  5867. | #define HAVE_STRDUP 1
  5868. | #define HAVE_STRERROR 1
  5869. | #define HAVE_STRNCASECMP 1
  5870. | #define HAVE_STRPBRK 1
  5871. | #define HAVE_STRRCHR 1
  5872. | #define HAVE_STRSPN 1
  5873. | #define HAVE_STRSTR 1
  5874. | #define HAVE_STRTOL 1
  5875. | #define HAVE_STRTOUL 1
  5876. | #define HAVE_SYSINFO 1
  5877. | #define HAVE_TZSET 1
  5878. | #define HAVE_UTIME 1
  5879. | #define HAVE_POSIX_FADVISE 1
  5880. | #define HAVE_LOCALTIME_R 1
  5881. | #define SIZEOF_INT 4
  5882. | #define SIZEOF_SIZE_T 8
  5883. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5884. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5885. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5886. | #define HAVE_STD__U16STRING 1
  5887. | #define HAVE_STD__U32STRING 1
  5888. | #define HAVE_CHAR16_T 1
  5889. | #define HAVE_CHAR32_T 1
  5890. | #define SIZEOF_WCHAR_T 4
  5891. | #define HAVE_INOTIFY 1
  5892. | #define HAVE_PYTHON "2.7"
  5893. | #define HAVE_LIBGL 1
  5894. | #define HAVE_LIBGLEW 1
  5895. | #define HAVE_LIBGLU 1
  5896. | #define HAVE_MYSQL 1
  5897. | #define HAVE_OPENSSL 1
  5898. | #define HAVE_LIBGPG_ERROR 1
  5899. | #define HAVE_LIBGCRYPT 1
  5900. | #define HAVE_GCRYPT 1
  5901. | #define HAVE_GNUTLS 1
  5902. | #define HAVE_LIBBZ2 1
  5903. | #define HAVE_LIBJPEG 1
  5904. | #define HAVE_LIBTIFF 1
  5905. | #define HAVE_LIBPTHREAD 1
  5906. | #define HAVE_PTHREAD_SETNAME_NP 1
  5907. | #define HAVE_LIBLZO2 1
  5908. | #define HAVE_LIBZ 1
  5909. | #define HAVE_LIBCRYPTO 1
  5910. | #define HAVE_LIBSSL 1
  5911. | #define HAVE_LIBMYSQLCLIENT 1
  5912. | #define HAVE_LIBTINYXML 1
  5913. | #define HAVE_LIBPCRECPP 1
  5914. | #define HAVE_LIBPCRE 1
  5915. | #define HAVE_LIBBLURAY 1
  5916. | #define HAVE_LIBBLURAY_BDJ 1
  5917. | #define HAVE_LIBJASPER 1
  5918. | #define HAVE_DBUS 1
  5919. | #define HAVE_LIBMICROHTTPD 1
  5920. | #define HAS_DVD_DRIVE 1
  5921. | #define HAS_ALSA 1
  5922. | #define HAVE_X11 1
  5923. | #define HAVE_LIBSSH 1
  5924. | #define HAVE_LIBSSH 1
  5925. | #define HAVE_LIBSMBCLIENT 1
  5926. | /* end confdefs.h. */
  5927. | #include <stdio.h>
  5928. | #ifdef HAVE_SYS_TYPES_H
  5929. | # include <sys/types.h>
  5930. | #endif
  5931. | #ifdef HAVE_SYS_STAT_H
  5932. | # include <sys/stat.h>
  5933. | #endif
  5934. | #ifdef STDC_HEADERS
  5935. | # include <stdlib.h>
  5936. | # include <stddef.h>
  5937. | #else
  5938. | # ifdef HAVE_STDLIB_H
  5939. | # include <stdlib.h>
  5940. | # endif
  5941. | #endif
  5942. | #ifdef HAVE_STRING_H
  5943. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5944. | # include <memory.h>
  5945. | # endif
  5946. | # include <string.h>
  5947. | #endif
  5948. | #ifdef HAVE_STRINGS_H
  5949. | # include <strings.h>
  5950. | #endif
  5951. | #ifdef HAVE_INTTYPES_H
  5952. | # include <inttypes.h>
  5953. | #endif
  5954. | #ifdef HAVE_STDINT_H
  5955. | # include <stdint.h>
  5956. | #endif
  5957. | #ifdef HAVE_UNISTD_H
  5958. | # include <unistd.h>
  5959. | #endif
  5960. | #include <shairplay/raop.h>
  5961. configure:29206: result: no
  5962. configure:29206: checking shairplay/raop.h presence
  5963. configure:29206: gcc -E conftest.c
  5964. conftest.c:141:28: fatal error: shairplay/raop.h: No such file or directory
  5965. #include <shairplay/raop.h>
  5966. ^
  5967. compilation terminated.
  5968. configure:29206: $? = 1
  5969. configure: failed program was:
  5970. | /* confdefs.h */
  5971. | #define PACKAGE_NAME "kodi"
  5972. | #define PACKAGE_TARNAME "kodi"
  5973. | #define PACKAGE_VERSION "15.2.000"
  5974. | #define PACKAGE_STRING "kodi 15.2.000"
  5975. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5976. | #define PACKAGE_URL ""
  5977. | #define PACKAGE "kodi"
  5978. | #define VERSION "15.2.000"
  5979. | #define HAVE_LIRC 1
  5980. | #define LIRC_DEVICE "/dev/lircd"
  5981. | #define HAVE_CXX11 1
  5982. | #define STDC_HEADERS 1
  5983. | #define HAVE_SYS_TYPES_H 1
  5984. | #define HAVE_SYS_STAT_H 1
  5985. | #define HAVE_STDLIB_H 1
  5986. | #define HAVE_STRING_H 1
  5987. | #define HAVE_MEMORY_H 1
  5988. | #define HAVE_STRINGS_H 1
  5989. | #define HAVE_INTTYPES_H 1
  5990. | #define HAVE_STDINT_H 1
  5991. | #define HAVE_UNISTD_H 1
  5992. | #define HAVE_DLFCN_H 1
  5993. | #define LT_OBJDIR ".libs/"
  5994. | #define HAVE_ALLOCA_H 1
  5995. | #define HAVE_ALLOCA 1
  5996. | #define HAVE_UNISTD_H 1
  5997. | #define HAVE_CHOWN 1
  5998. | #define HAVE_DIRENT_H 1
  5999. | #define HAVE_FSEEKO 1
  6000. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6001. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6002. | #define TIME_WITH_SYS_TIME 1
  6003. | #define HAVE_SYS_TIME_H 1
  6004. | #define HAVE_UNISTD_H 1
  6005. | #define HAVE_STDLIB_H 1
  6006. | #define HAVE_SYS_PARAM_H 1
  6007. | #define HAVE_UTIME_H 1
  6008. | #define HAVE_ALARM 1
  6009. | #define HAVE_GETPAGESIZE 1
  6010. | #define HAVE_MMAP 1
  6011. | #define HAVE_SYS_SELECT_H 1
  6012. | #define HAVE_SYS_SOCKET_H 1
  6013. | #define SELECT_TYPE_ARG1 int
  6014. | #define SELECT_TYPE_ARG234 (fd_set *)
  6015. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6016. | #define RETSIGTYPE void
  6017. | #define HAVE_STRCOLL 1
  6018. | #define HAVE_STRFTIME 1
  6019. | #define HAVE_UTIME_NULL 1
  6020. | #define HAVE_VPRINTF 1
  6021. | #define HAVE_ATEXIT 1
  6022. | #define HAVE_DUP2 1
  6023. | #define HAVE_FDATASYNC 1
  6024. | #define HAVE_FTIME 1
  6025. | #define HAVE_FTRUNCATE 1
  6026. | #define HAVE_GETCWD 1
  6027. | #define HAVE_GETHOSTBYADDR 1
  6028. | #define HAVE_GETHOSTBYNAME 1
  6029. | #define HAVE_GETHOSTNAME 1
  6030. | #define HAVE_GETPAGESIZE 1
  6031. | #define HAVE_GETPASS 1
  6032. | #define HAVE_GETTIMEOFDAY 1
  6033. | #define HAVE_INET_NTOA 1
  6034. | #define HAVE_LCHOWN 1
  6035. | #define HAVE_LOCALECONV 1
  6036. | #define HAVE_MEMCHR 1
  6037. | #define HAVE_MEMMOVE 1
  6038. | #define HAVE_MEMSET 1
  6039. | #define HAVE_MKDIR 1
  6040. | #define HAVE_MODF 1
  6041. | #define HAVE_MUNMAP 1
  6042. | #define HAVE_RMDIR 1
  6043. | #define HAVE_SELECT 1
  6044. | #define HAVE_SETENV 1
  6045. | #define HAVE_SETLOCALE 1
  6046. | #define HAVE_SOCKET 1
  6047. | #define HAVE_STRCASECMP 1
  6048. | #define HAVE_STRCHR 1
  6049. | #define HAVE_STRCSPN 1
  6050. | #define HAVE_STRDUP 1
  6051. | #define HAVE_STRERROR 1
  6052. | #define HAVE_STRNCASECMP 1
  6053. | #define HAVE_STRPBRK 1
  6054. | #define HAVE_STRRCHR 1
  6055. | #define HAVE_STRSPN 1
  6056. | #define HAVE_STRSTR 1
  6057. | #define HAVE_STRTOL 1
  6058. | #define HAVE_STRTOUL 1
  6059. | #define HAVE_SYSINFO 1
  6060. | #define HAVE_TZSET 1
  6061. | #define HAVE_UTIME 1
  6062. | #define HAVE_POSIX_FADVISE 1
  6063. | #define HAVE_LOCALTIME_R 1
  6064. | #define SIZEOF_INT 4
  6065. | #define SIZEOF_SIZE_T 8
  6066. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6067. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6068. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6069. | #define HAVE_STD__U16STRING 1
  6070. | #define HAVE_STD__U32STRING 1
  6071. | #define HAVE_CHAR16_T 1
  6072. | #define HAVE_CHAR32_T 1
  6073. | #define SIZEOF_WCHAR_T 4
  6074. | #define HAVE_INOTIFY 1
  6075. | #define HAVE_PYTHON "2.7"
  6076. | #define HAVE_LIBGL 1
  6077. | #define HAVE_LIBGLEW 1
  6078. | #define HAVE_LIBGLU 1
  6079. | #define HAVE_MYSQL 1
  6080. | #define HAVE_OPENSSL 1
  6081. | #define HAVE_LIBGPG_ERROR 1
  6082. | #define HAVE_LIBGCRYPT 1
  6083. | #define HAVE_GCRYPT 1
  6084. | #define HAVE_GNUTLS 1
  6085. | #define HAVE_LIBBZ2 1
  6086. | #define HAVE_LIBJPEG 1
  6087. | #define HAVE_LIBTIFF 1
  6088. | #define HAVE_LIBPTHREAD 1
  6089. | #define HAVE_PTHREAD_SETNAME_NP 1
  6090. | #define HAVE_LIBLZO2 1
  6091. | #define HAVE_LIBZ 1
  6092. | #define HAVE_LIBCRYPTO 1
  6093. | #define HAVE_LIBSSL 1
  6094. | #define HAVE_LIBMYSQLCLIENT 1
  6095. | #define HAVE_LIBTINYXML 1
  6096. | #define HAVE_LIBPCRECPP 1
  6097. | #define HAVE_LIBPCRE 1
  6098. | #define HAVE_LIBBLURAY 1
  6099. | #define HAVE_LIBBLURAY_BDJ 1
  6100. | #define HAVE_LIBJASPER 1
  6101. | #define HAVE_DBUS 1
  6102. | #define HAVE_LIBMICROHTTPD 1
  6103. | #define HAS_DVD_DRIVE 1
  6104. | #define HAS_ALSA 1
  6105. | #define HAVE_X11 1
  6106. | #define HAVE_LIBSSH 1
  6107. | #define HAVE_LIBSSH 1
  6108. | #define HAVE_LIBSMBCLIENT 1
  6109. | /* end confdefs.h. */
  6110. | #include <shairplay/raop.h>
  6111. configure:29206: result: no
  6112. configure:29206: checking for shairplay/raop.h
  6113. configure:29206: result: no
  6114. configure:29213: == Could not find libshairplay. ==
  6115. configure:29307: checking for UDEV
  6116. configure:29314: $PKG_CONFIG --exists --print-errors "libudev"
  6117. configure:29317: $? = 0
  6118. configure:29331: $PKG_CONFIG --exists --print-errors "libudev"
  6119. configure:29334: $? = 0
  6120. configure:29374: result: yes
  6121. configure:29468: == libusb disabled. ==
  6122. configure:29748: checking for CEC
  6123. configure:29755: $PKG_CONFIG --exists --print-errors "libcec >= 3.0.0"
  6124. Package libcec was not found in the pkg-config search path.
  6125. Perhaps you should add the directory containing `libcec.pc'
  6126. to the PKG_CONFIG_PATH environment variable
  6127. No package 'libcec' found
  6128. configure:29758: $? = 1
  6129. configure:29772: $PKG_CONFIG --exists --print-errors "libcec >= 3.0.0"
  6130. Package libcec was not found in the pkg-config search path.
  6131. Perhaps you should add the directory containing `libcec.pc'
  6132. to the PKG_CONFIG_PATH environment variable
  6133. No package 'libcec' found
  6134. configure:29775: $? = 1
  6135. configure:29789: result: no
  6136. No package 'libcec' found
  6137. configure:29805: result: == libcec disabled. CEC adapter support will not be available. ==
  6138. configure:29886: == libcec disabled. CEC adapter support will not be available. ==
  6139. configure:29900: checking sys/capability.h usability
  6140. configure:29900: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6141. configure:29900: $? = 0
  6142. configure:29900: result: yes
  6143. configure:29900: checking sys/capability.h presence
  6144. configure:29900: gcc -E conftest.c
  6145. configure:29900: $? = 0
  6146. configure:29900: result: yes
  6147. configure:29900: checking for sys/capability.h
  6148. configure:29900: result: yes
  6149. configure:29920: checking for main in -lcap
  6150. configure:29939: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcap -lssh -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lX11 -lXext -lXrandr -ldrm -lXt -lX11 -lXmu -lXt -lX11 -lsmbclient -ludev >&5
  6151. configure:29939: $? = 0
  6152. configure:29948: result: yes
  6153. configure:30116: "FFmpeg installation forced by user - installing our version"
  6154. configure:30133: checking for FFMPEG
  6155. configure:30140: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  6156. configure:30143: $? = 0
  6157. configure:30157: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  6158. configure:30160: $? = 0
  6159. configure:30198: result: yes
  6160. configure:30225: checking for swig
  6161. configure:30243: found /usr/bin/swig
  6162. configure:30256: result: /usr/bin/swig
  6163. configure:30318: checking for java
  6164. configure:30336: found /usr/bin/java
  6165. configure:30349: result: /usr/bin/java
  6166. configure:30365: checking for doxygen
  6167. configure:30396: result: none
  6168. configure:30405: WARNING: Unable to find doxygen installation. Will not be able to make docstrings for the python api
  6169. configure:30427: checking vdpau/vdpau.h usability
  6170. configure:30427: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6171. conftest.c:179:25: fatal error: vdpau/vdpau.h: No such file or directory
  6172. #include <vdpau/vdpau.h>
  6173. ^
  6174. compilation terminated.
  6175. configure:30427: $? = 1
  6176. configure: failed program was:
  6177. | /* confdefs.h */
  6178. | #define PACKAGE_NAME "kodi"
  6179. | #define PACKAGE_TARNAME "kodi"
  6180. | #define PACKAGE_VERSION "15.2.000"
  6181. | #define PACKAGE_STRING "kodi 15.2.000"
  6182. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6183. | #define PACKAGE_URL ""
  6184. | #define PACKAGE "kodi"
  6185. | #define VERSION "15.2.000"
  6186. | #define HAVE_LIRC 1
  6187. | #define LIRC_DEVICE "/dev/lircd"
  6188. | #define HAVE_CXX11 1
  6189. | #define STDC_HEADERS 1
  6190. | #define HAVE_SYS_TYPES_H 1
  6191. | #define HAVE_SYS_STAT_H 1
  6192. | #define HAVE_STDLIB_H 1
  6193. | #define HAVE_STRING_H 1
  6194. | #define HAVE_MEMORY_H 1
  6195. | #define HAVE_STRINGS_H 1
  6196. | #define HAVE_INTTYPES_H 1
  6197. | #define HAVE_STDINT_H 1
  6198. | #define HAVE_UNISTD_H 1
  6199. | #define HAVE_DLFCN_H 1
  6200. | #define LT_OBJDIR ".libs/"
  6201. | #define HAVE_ALLOCA_H 1
  6202. | #define HAVE_ALLOCA 1
  6203. | #define HAVE_UNISTD_H 1
  6204. | #define HAVE_CHOWN 1
  6205. | #define HAVE_DIRENT_H 1
  6206. | #define HAVE_FSEEKO 1
  6207. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6208. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6209. | #define TIME_WITH_SYS_TIME 1
  6210. | #define HAVE_SYS_TIME_H 1
  6211. | #define HAVE_UNISTD_H 1
  6212. | #define HAVE_STDLIB_H 1
  6213. | #define HAVE_SYS_PARAM_H 1
  6214. | #define HAVE_UTIME_H 1
  6215. | #define HAVE_ALARM 1
  6216. | #define HAVE_GETPAGESIZE 1
  6217. | #define HAVE_MMAP 1
  6218. | #define HAVE_SYS_SELECT_H 1
  6219. | #define HAVE_SYS_SOCKET_H 1
  6220. | #define SELECT_TYPE_ARG1 int
  6221. | #define SELECT_TYPE_ARG234 (fd_set *)
  6222. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6223. | #define RETSIGTYPE void
  6224. | #define HAVE_STRCOLL 1
  6225. | #define HAVE_STRFTIME 1
  6226. | #define HAVE_UTIME_NULL 1
  6227. | #define HAVE_VPRINTF 1
  6228. | #define HAVE_ATEXIT 1
  6229. | #define HAVE_DUP2 1
  6230. | #define HAVE_FDATASYNC 1
  6231. | #define HAVE_FTIME 1
  6232. | #define HAVE_FTRUNCATE 1
  6233. | #define HAVE_GETCWD 1
  6234. | #define HAVE_GETHOSTBYADDR 1
  6235. | #define HAVE_GETHOSTBYNAME 1
  6236. | #define HAVE_GETHOSTNAME 1
  6237. | #define HAVE_GETPAGESIZE 1
  6238. | #define HAVE_GETPASS 1
  6239. | #define HAVE_GETTIMEOFDAY 1
  6240. | #define HAVE_INET_NTOA 1
  6241. | #define HAVE_LCHOWN 1
  6242. | #define HAVE_LOCALECONV 1
  6243. | #define HAVE_MEMCHR 1
  6244. | #define HAVE_MEMMOVE 1
  6245. | #define HAVE_MEMSET 1
  6246. | #define HAVE_MKDIR 1
  6247. | #define HAVE_MODF 1
  6248. | #define HAVE_MUNMAP 1
  6249. | #define HAVE_RMDIR 1
  6250. | #define HAVE_SELECT 1
  6251. | #define HAVE_SETENV 1
  6252. | #define HAVE_SETLOCALE 1
  6253. | #define HAVE_SOCKET 1
  6254. | #define HAVE_STRCASECMP 1
  6255. | #define HAVE_STRCHR 1
  6256. | #define HAVE_STRCSPN 1
  6257. | #define HAVE_STRDUP 1
  6258. | #define HAVE_STRERROR 1
  6259. | #define HAVE_STRNCASECMP 1
  6260. | #define HAVE_STRPBRK 1
  6261. | #define HAVE_STRRCHR 1
  6262. | #define HAVE_STRSPN 1
  6263. | #define HAVE_STRSTR 1
  6264. | #define HAVE_STRTOL 1
  6265. | #define HAVE_STRTOUL 1
  6266. | #define HAVE_SYSINFO 1
  6267. | #define HAVE_TZSET 1
  6268. | #define HAVE_UTIME 1
  6269. | #define HAVE_POSIX_FADVISE 1
  6270. | #define HAVE_LOCALTIME_R 1
  6271. | #define SIZEOF_INT 4
  6272. | #define SIZEOF_SIZE_T 8
  6273. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6274. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6275. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6276. | #define HAVE_STD__U16STRING 1
  6277. | #define HAVE_STD__U32STRING 1
  6278. | #define HAVE_CHAR16_T 1
  6279. | #define HAVE_CHAR32_T 1
  6280. | #define SIZEOF_WCHAR_T 4
  6281. | #define HAVE_INOTIFY 1
  6282. | #define HAVE_PYTHON "2.7"
  6283. | #define HAVE_LIBGL 1
  6284. | #define HAVE_LIBGLEW 1
  6285. | #define HAVE_LIBGLU 1
  6286. | #define HAVE_MYSQL 1
  6287. | #define HAVE_OPENSSL 1
  6288. | #define HAVE_LIBGPG_ERROR 1
  6289. | #define HAVE_LIBGCRYPT 1
  6290. | #define HAVE_GCRYPT 1
  6291. | #define HAVE_GNUTLS 1
  6292. | #define HAVE_LIBBZ2 1
  6293. | #define HAVE_LIBJPEG 1
  6294. | #define HAVE_LIBTIFF 1
  6295. | #define HAVE_LIBPTHREAD 1
  6296. | #define HAVE_PTHREAD_SETNAME_NP 1
  6297. | #define HAVE_LIBLZO2 1
  6298. | #define HAVE_LIBZ 1
  6299. | #define HAVE_LIBCRYPTO 1
  6300. | #define HAVE_LIBSSL 1
  6301. | #define HAVE_LIBMYSQLCLIENT 1
  6302. | #define HAVE_LIBTINYXML 1
  6303. | #define HAVE_LIBPCRECPP 1
  6304. | #define HAVE_LIBPCRE 1
  6305. | #define HAVE_LIBBLURAY 1
  6306. | #define HAVE_LIBBLURAY_BDJ 1
  6307. | #define HAVE_LIBJASPER 1
  6308. | #define HAVE_DBUS 1
  6309. | #define HAVE_LIBMICROHTTPD 1
  6310. | #define HAS_DVD_DRIVE 1
  6311. | #define HAS_ALSA 1
  6312. | #define HAVE_X11 1
  6313. | #define HAVE_LIBSSH 1
  6314. | #define HAVE_LIBSSH 1
  6315. | #define HAVE_LIBSMBCLIENT 1
  6316. | #define HAVE_LIBUDEV 1
  6317. | #define HAVE_SYS_CAPABILITY_H 1
  6318. | #define HAVE_LIBCAP 1
  6319. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  6320. | #define USE_STATIC_FFMPEG 1
  6321. | /* end confdefs.h. */
  6322. | #include <stdio.h>
  6323. | #ifdef HAVE_SYS_TYPES_H
  6324. | # include <sys/types.h>
  6325. | #endif
  6326. | #ifdef HAVE_SYS_STAT_H
  6327. | # include <sys/stat.h>
  6328. | #endif
  6329. | #ifdef STDC_HEADERS
  6330. | # include <stdlib.h>
  6331. | # include <stddef.h>
  6332. | #else
  6333. | # ifdef HAVE_STDLIB_H
  6334. | # include <stdlib.h>
  6335. | # endif
  6336. | #endif
  6337. | #ifdef HAVE_STRING_H
  6338. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6339. | # include <memory.h>
  6340. | # endif
  6341. | # include <string.h>
  6342. | #endif
  6343. | #ifdef HAVE_STRINGS_H
  6344. | # include <strings.h>
  6345. | #endif
  6346. | #ifdef HAVE_INTTYPES_H
  6347. | # include <inttypes.h>
  6348. | #endif
  6349. | #ifdef HAVE_STDINT_H
  6350. | # include <stdint.h>
  6351. | #endif
  6352. | #ifdef HAVE_UNISTD_H
  6353. | # include <unistd.h>
  6354. | #endif
  6355. | #include <vdpau/vdpau.h>
  6356. configure:30427: result: no
  6357. configure:30427: checking vdpau/vdpau.h presence
  6358. configure:30427: gcc -E conftest.c
  6359. conftest.c:146:25: fatal error: vdpau/vdpau.h: No such file or directory
  6360. #include <vdpau/vdpau.h>
  6361. ^
  6362. compilation terminated.
  6363. configure:30427: $? = 1
  6364. configure: failed program was:
  6365. | /* confdefs.h */
  6366. | #define PACKAGE_NAME "kodi"
  6367. | #define PACKAGE_TARNAME "kodi"
  6368. | #define PACKAGE_VERSION "15.2.000"
  6369. | #define PACKAGE_STRING "kodi 15.2.000"
  6370. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6371. | #define PACKAGE_URL ""
  6372. | #define PACKAGE "kodi"
  6373. | #define VERSION "15.2.000"
  6374. | #define HAVE_LIRC 1
  6375. | #define LIRC_DEVICE "/dev/lircd"
  6376. | #define HAVE_CXX11 1
  6377. | #define STDC_HEADERS 1
  6378. | #define HAVE_SYS_TYPES_H 1
  6379. | #define HAVE_SYS_STAT_H 1
  6380. | #define HAVE_STDLIB_H 1
  6381. | #define HAVE_STRING_H 1
  6382. | #define HAVE_MEMORY_H 1
  6383. | #define HAVE_STRINGS_H 1
  6384. | #define HAVE_INTTYPES_H 1
  6385. | #define HAVE_STDINT_H 1
  6386. | #define HAVE_UNISTD_H 1
  6387. | #define HAVE_DLFCN_H 1
  6388. | #define LT_OBJDIR ".libs/"
  6389. | #define HAVE_ALLOCA_H 1
  6390. | #define HAVE_ALLOCA 1
  6391. | #define HAVE_UNISTD_H 1
  6392. | #define HAVE_CHOWN 1
  6393. | #define HAVE_DIRENT_H 1
  6394. | #define HAVE_FSEEKO 1
  6395. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6396. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6397. | #define TIME_WITH_SYS_TIME 1
  6398. | #define HAVE_SYS_TIME_H 1
  6399. | #define HAVE_UNISTD_H 1
  6400. | #define HAVE_STDLIB_H 1
  6401. | #define HAVE_SYS_PARAM_H 1
  6402. | #define HAVE_UTIME_H 1
  6403. | #define HAVE_ALARM 1
  6404. | #define HAVE_GETPAGESIZE 1
  6405. | #define HAVE_MMAP 1
  6406. | #define HAVE_SYS_SELECT_H 1
  6407. | #define HAVE_SYS_SOCKET_H 1
  6408. | #define SELECT_TYPE_ARG1 int
  6409. | #define SELECT_TYPE_ARG234 (fd_set *)
  6410. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6411. | #define RETSIGTYPE void
  6412. | #define HAVE_STRCOLL 1
  6413. | #define HAVE_STRFTIME 1
  6414. | #define HAVE_UTIME_NULL 1
  6415. | #define HAVE_VPRINTF 1
  6416. | #define HAVE_ATEXIT 1
  6417. | #define HAVE_DUP2 1
  6418. | #define HAVE_FDATASYNC 1
  6419. | #define HAVE_FTIME 1
  6420. | #define HAVE_FTRUNCATE 1
  6421. | #define HAVE_GETCWD 1
  6422. | #define HAVE_GETHOSTBYADDR 1
  6423. | #define HAVE_GETHOSTBYNAME 1
  6424. | #define HAVE_GETHOSTNAME 1
  6425. | #define HAVE_GETPAGESIZE 1
  6426. | #define HAVE_GETPASS 1
  6427. | #define HAVE_GETTIMEOFDAY 1
  6428. | #define HAVE_INET_NTOA 1
  6429. | #define HAVE_LCHOWN 1
  6430. | #define HAVE_LOCALECONV 1
  6431. | #define HAVE_MEMCHR 1
  6432. | #define HAVE_MEMMOVE 1
  6433. | #define HAVE_MEMSET 1
  6434. | #define HAVE_MKDIR 1
  6435. | #define HAVE_MODF 1
  6436. | #define HAVE_MUNMAP 1
  6437. | #define HAVE_RMDIR 1
  6438. | #define HAVE_SELECT 1
  6439. | #define HAVE_SETENV 1
  6440. | #define HAVE_SETLOCALE 1
  6441. | #define HAVE_SOCKET 1
  6442. | #define HAVE_STRCASECMP 1
  6443. | #define HAVE_STRCHR 1
  6444. | #define HAVE_STRCSPN 1
  6445. | #define HAVE_STRDUP 1
  6446. | #define HAVE_STRERROR 1
  6447. | #define HAVE_STRNCASECMP 1
  6448. | #define HAVE_STRPBRK 1
  6449. | #define HAVE_STRRCHR 1
  6450. | #define HAVE_STRSPN 1
  6451. | #define HAVE_STRSTR 1
  6452. | #define HAVE_STRTOL 1
  6453. | #define HAVE_STRTOUL 1
  6454. | #define HAVE_SYSINFO 1
  6455. | #define HAVE_TZSET 1
  6456. | #define HAVE_UTIME 1
  6457. | #define HAVE_POSIX_FADVISE 1
  6458. | #define HAVE_LOCALTIME_R 1
  6459. | #define SIZEOF_INT 4
  6460. | #define SIZEOF_SIZE_T 8
  6461. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6462. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6463. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6464. | #define HAVE_STD__U16STRING 1
  6465. | #define HAVE_STD__U32STRING 1
  6466. | #define HAVE_CHAR16_T 1
  6467. | #define HAVE_CHAR32_T 1
  6468. | #define SIZEOF_WCHAR_T 4
  6469. | #define HAVE_INOTIFY 1
  6470. | #define HAVE_PYTHON "2.7"
  6471. | #define HAVE_LIBGL 1
  6472. | #define HAVE_LIBGLEW 1
  6473. | #define HAVE_LIBGLU 1
  6474. | #define HAVE_MYSQL 1
  6475. | #define HAVE_OPENSSL 1
  6476. | #define HAVE_LIBGPG_ERROR 1
  6477. | #define HAVE_LIBGCRYPT 1
  6478. | #define HAVE_GCRYPT 1
  6479. | #define HAVE_GNUTLS 1
  6480. | #define HAVE_LIBBZ2 1
  6481. | #define HAVE_LIBJPEG 1
  6482. | #define HAVE_LIBTIFF 1
  6483. | #define HAVE_LIBPTHREAD 1
  6484. | #define HAVE_PTHREAD_SETNAME_NP 1
  6485. | #define HAVE_LIBLZO2 1
  6486. | #define HAVE_LIBZ 1
  6487. | #define HAVE_LIBCRYPTO 1
  6488. | #define HAVE_LIBSSL 1
  6489. | #define HAVE_LIBMYSQLCLIENT 1
  6490. | #define HAVE_LIBTINYXML 1
  6491. | #define HAVE_LIBPCRECPP 1
  6492. | #define HAVE_LIBPCRE 1
  6493. | #define HAVE_LIBBLURAY 1
  6494. | #define HAVE_LIBBLURAY_BDJ 1
  6495. | #define HAVE_LIBJASPER 1
  6496. | #define HAVE_DBUS 1
  6497. | #define HAVE_LIBMICROHTTPD 1
  6498. | #define HAS_DVD_DRIVE 1
  6499. | #define HAS_ALSA 1
  6500. | #define HAVE_X11 1
  6501. | #define HAVE_LIBSSH 1
  6502. | #define HAVE_LIBSSH 1
  6503. | #define HAVE_LIBSMBCLIENT 1
  6504. | #define HAVE_LIBUDEV 1
  6505. | #define HAVE_SYS_CAPABILITY_H 1
  6506. | #define HAVE_LIBCAP 1
  6507. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  6508. | #define USE_STATIC_FFMPEG 1
  6509. | /* end confdefs.h. */
  6510. | #include <vdpau/vdpau.h>
  6511. configure:30427: result: no
  6512. configure:30427: checking for vdpau/vdpau.h
  6513. configure:30427: result: no
  6514. configure:30439: result: == Could not find libvdpau. VDPAU support disabled. ==
  6515. configure:30468: checking for LIBVA
  6516. configure:30475: $PKG_CONFIG --exists --print-errors "libva libva-x11"
  6517. configure:30478: $? = 0
  6518. configure:30492: $PKG_CONFIG --exists --print-errors "libva libva-x11"
  6519. configure:30495: $? = 0
  6520. configure:30535: result: yes
  6521. configure:30568: == VTBDecoder support manually disabled. ==
  6522. configure:30615: == OpenMax support manually disabled. ==
  6523. configure:30778: checking for gawk
  6524. configure:30794: found /usr/bin/gawk
  6525. configure:30806: result: yes
  6526. configure:30822: checking for cmake
  6527. configure:30838: found /usr/bin/cmake
  6528. configure:30850: result: yes
  6529. configure:30865: checking for gperf
  6530. configure:30881: found /usr/bin/gperf
  6531. configure:30893: result: yes
  6532. configure:30907: checking for unzip
  6533. configure:30923: found /usr/bin/unzip
  6534. configure:30935: result: yes
  6535. configure:30949: checking for zip
  6536. configure:30965: found /usr/bin/zip
  6537. configure:30977: result: yes
  6538. configure:31037: checking for dirent.h that defines DIR
  6539. configure:31064: result: yes
  6540. configure:31077: checking for library containing opendir
  6541. configure:31125: result: none required
  6542. configure:31192: checking for ANSI C header files
  6543. configure:31296: result: yes
  6544. configure:31304: checking for sys/wait.h that is POSIX.1 compatible
  6545. configure:31330: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6546. configure:31330: $? = 0
  6547. configure:31337: result: yes
  6548. configure:31351: checking arpa/inet.h usability
  6549. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6550. configure:31351: $? = 0
  6551. configure:31351: result: yes
  6552. configure:31351: checking arpa/inet.h presence
  6553. configure:31351: gcc -E conftest.c
  6554. configure:31351: $? = 0
  6555. configure:31351: result: yes
  6556. configure:31351: checking for arpa/inet.h
  6557. configure:31351: result: yes
  6558. configure:31351: checking fcntl.h usability
  6559. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6560. configure:31351: $? = 0
  6561. configure:31351: result: yes
  6562. configure:31351: checking fcntl.h presence
  6563. configure:31351: gcc -E conftest.c
  6564. configure:31351: $? = 0
  6565. configure:31351: result: yes
  6566. configure:31351: checking for fcntl.h
  6567. configure:31351: result: yes
  6568. configure:31351: checking float.h usability
  6569. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6570. configure:31351: $? = 0
  6571. configure:31351: result: yes
  6572. configure:31351: checking float.h presence
  6573. configure:31351: gcc -E conftest.c
  6574. configure:31351: $? = 0
  6575. configure:31351: result: yes
  6576. configure:31351: checking for float.h
  6577. configure:31351: result: yes
  6578. configure:31351: checking for inttypes.h
  6579. configure:31351: result: yes
  6580. configure:31351: checking limits.h usability
  6581. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6582. configure:31351: $? = 0
  6583. configure:31351: result: yes
  6584. configure:31351: checking limits.h presence
  6585. configure:31351: gcc -E conftest.c
  6586. configure:31351: $? = 0
  6587. configure:31351: result: yes
  6588. configure:31351: checking for limits.h
  6589. configure:31351: result: yes
  6590. configure:31351: checking locale.h usability
  6591. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6592. configure:31351: $? = 0
  6593. configure:31351: result: yes
  6594. configure:31351: checking locale.h presence
  6595. configure:31351: gcc -E conftest.c
  6596. configure:31351: $? = 0
  6597. configure:31351: result: yes
  6598. configure:31351: checking for locale.h
  6599. configure:31351: result: yes
  6600. configure:31351: checking malloc.h usability
  6601. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6602. configure:31351: $? = 0
  6603. configure:31351: result: yes
  6604. configure:31351: checking malloc.h presence
  6605. configure:31351: gcc -E conftest.c
  6606. configure:31351: $? = 0
  6607. configure:31351: result: yes
  6608. configure:31351: checking for malloc.h
  6609. configure:31351: result: yes
  6610. configure:31351: checking for memory.h
  6611. configure:31351: result: yes
  6612. configure:31351: checking netdb.h usability
  6613. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6614. configure:31351: $? = 0
  6615. configure:31351: result: yes
  6616. configure:31351: checking netdb.h presence
  6617. configure:31351: gcc -E conftest.c
  6618. configure:31351: $? = 0
  6619. configure:31351: result: yes
  6620. configure:31351: checking for netdb.h
  6621. configure:31351: result: yes
  6622. configure:31351: checking netinet/in.h usability
  6623. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6624. configure:31351: $? = 0
  6625. configure:31351: result: yes
  6626. configure:31351: checking netinet/in.h presence
  6627. configure:31351: gcc -E conftest.c
  6628. configure:31351: $? = 0
  6629. configure:31351: result: yes
  6630. configure:31351: checking for netinet/in.h
  6631. configure:31351: result: yes
  6632. configure:31351: checking stddef.h usability
  6633. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6634. configure:31351: $? = 0
  6635. configure:31351: result: yes
  6636. configure:31351: checking stddef.h presence
  6637. configure:31351: gcc -E conftest.c
  6638. configure:31351: $? = 0
  6639. configure:31351: result: yes
  6640. configure:31351: checking for stddef.h
  6641. configure:31351: result: yes
  6642. configure:31351: checking for stdint.h
  6643. configure:31351: result: yes
  6644. configure:31351: checking for stdlib.h
  6645. configure:31351: result: yes
  6646. configure:31351: checking for string.h
  6647. configure:31351: result: yes
  6648. configure:31351: checking for strings.h
  6649. configure:31351: result: yes
  6650. configure:31351: checking sys/file.h usability
  6651. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6652. configure:31351: $? = 0
  6653. configure:31351: result: yes
  6654. configure:31351: checking sys/file.h presence
  6655. configure:31351: gcc -E conftest.c
  6656. configure:31351: $? = 0
  6657. configure:31351: result: yes
  6658. configure:31351: checking for sys/file.h
  6659. configure:31351: result: yes
  6660. configure:31351: checking sys/ioctl.h usability
  6661. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6662. configure:31351: $? = 0
  6663. configure:31351: result: yes
  6664. configure:31351: checking sys/ioctl.h presence
  6665. configure:31351: gcc -E conftest.c
  6666. configure:31351: $? = 0
  6667. configure:31351: result: yes
  6668. configure:31351: checking for sys/ioctl.h
  6669. configure:31351: result: yes
  6670. configure:31351: checking sys/mount.h usability
  6671. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6672. configure:31351: $? = 0
  6673. configure:31351: result: yes
  6674. configure:31351: checking sys/mount.h presence
  6675. configure:31351: gcc -E conftest.c
  6676. configure:31351: $? = 0
  6677. configure:31351: result: yes
  6678. configure:31351: checking for sys/mount.h
  6679. configure:31351: result: yes
  6680. configure:31351: checking for sys/param.h
  6681. configure:31351: result: yes
  6682. configure:31351: checking for sys/socket.h
  6683. configure:31351: result: yes
  6684. configure:31351: checking for sys/time.h
  6685. configure:31351: result: yes
  6686. configure:31351: checking sys/timeb.h usability
  6687. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6688. configure:31351: $? = 0
  6689. configure:31351: result: yes
  6690. configure:31351: checking sys/timeb.h presence
  6691. configure:31351: gcc -E conftest.c
  6692. configure:31351: $? = 0
  6693. configure:31351: result: yes
  6694. configure:31351: checking for sys/timeb.h
  6695. configure:31351: result: yes
  6696. configure:31351: checking sys/vfs.h usability
  6697. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6698. configure:31351: $? = 0
  6699. configure:31351: result: yes
  6700. configure:31351: checking sys/vfs.h presence
  6701. configure:31351: gcc -E conftest.c
  6702. configure:31351: $? = 0
  6703. configure:31351: result: yes
  6704. configure:31351: checking for sys/vfs.h
  6705. configure:31351: result: yes
  6706. configure:31351: checking termios.h usability
  6707. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6708. configure:31351: $? = 0
  6709. configure:31351: result: yes
  6710. configure:31351: checking termios.h presence
  6711. configure:31351: gcc -E conftest.c
  6712. configure:31351: $? = 0
  6713. configure:31351: result: yes
  6714. configure:31351: checking for termios.h
  6715. configure:31351: result: yes
  6716. configure:31351: checking for unistd.h
  6717. configure:31351: result: yes
  6718. configure:31351: checking for utime.h
  6719. configure:31351: result: yes
  6720. configure:31351: checking wchar.h usability
  6721. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6722. configure:31351: $? = 0
  6723. configure:31351: result: yes
  6724. configure:31351: checking wchar.h presence
  6725. configure:31351: gcc -E conftest.c
  6726. configure:31351: $? = 0
  6727. configure:31351: result: yes
  6728. configure:31351: checking for wchar.h
  6729. configure:31351: result: yes
  6730. configure:31351: checking wctype.h usability
  6731. configure:31351: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6732. configure:31351: $? = 0
  6733. configure:31351: result: yes
  6734. configure:31351: checking wctype.h presence
  6735. configure:31351: gcc -E conftest.c
  6736. configure:31351: $? = 0
  6737. configure:31351: result: yes
  6738. configure:31351: checking for wctype.h
  6739. configure:31351: result: yes
  6740. configure:31363: checking cdio/iso9660.h usability
  6741. configure:31363: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6742. configure:31363: $? = 0
  6743. configure:31363: result: yes
  6744. configure:31363: checking cdio/iso9660.h presence
  6745. configure:31363: gcc -E conftest.c
  6746. configure:31363: $? = 0
  6747. configure:31363: result: yes
  6748. configure:31363: checking for cdio/iso9660.h
  6749. configure:31363: result: yes
  6750. configure:31377: checking whether stat file-mode macros are broken
  6751. configure:31404: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6752. configure:31404: $? = 0
  6753. configure:31411: result: no
  6754. configure:31419: checking for stdbool.h that conforms to C99
  6755. configure:31486: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6756. conftest.c: In function 'main':
  6757. conftest.c:228:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
  6758. bool e = &s;
  6759. ^
  6760. conftest.c:232:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
  6761. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6762. ^
  6763. conftest.c:232:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
  6764. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6765. ^
  6766. conftest.c:232:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
  6767. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6768. ^
  6769. conftest.c:232:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
  6770. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6771. ^
  6772. conftest.c:232:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
  6773. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6774. ^
  6775. conftest.c:232:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
  6776. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6777. ^
  6778. conftest.c:232:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
  6779. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6780. ^
  6781. conftest.c:232:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
  6782. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  6783. ^
  6784. conftest.c:233:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
  6785. ^
  6786. conftest.c:233:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
  6787. ^
  6788. conftest.c:233:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
  6789. ^
  6790. configure:31486: $? = 0
  6791. configure:31493: result: yes
  6792. configure:31495: checking for _Bool
  6793. configure:31495: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6794. configure:31495: $? = 0
  6795. configure:31495: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6796. conftest.c: In function 'main':
  6797. conftest.c:215:20: error: expected expression before ')' token
  6798. if (sizeof ((_Bool)))
  6799. ^
  6800. configure:31495: $? = 1
  6801. configure: failed program was:
  6802. | /* confdefs.h */
  6803. | #define PACKAGE_NAME "kodi"
  6804. | #define PACKAGE_TARNAME "kodi"
  6805. | #define PACKAGE_VERSION "15.2.000"
  6806. | #define PACKAGE_STRING "kodi 15.2.000"
  6807. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6808. | #define PACKAGE_URL ""
  6809. | #define PACKAGE "kodi"
  6810. | #define VERSION "15.2.000"
  6811. | #define HAVE_LIRC 1
  6812. | #define LIRC_DEVICE "/dev/lircd"
  6813. | #define HAVE_CXX11 1
  6814. | #define STDC_HEADERS 1
  6815. | #define HAVE_SYS_TYPES_H 1
  6816. | #define HAVE_SYS_STAT_H 1
  6817. | #define HAVE_STDLIB_H 1
  6818. | #define HAVE_STRING_H 1
  6819. | #define HAVE_MEMORY_H 1
  6820. | #define HAVE_STRINGS_H 1
  6821. | #define HAVE_INTTYPES_H 1
  6822. | #define HAVE_STDINT_H 1
  6823. | #define HAVE_UNISTD_H 1
  6824. | #define HAVE_DLFCN_H 1
  6825. | #define LT_OBJDIR ".libs/"
  6826. | #define HAVE_ALLOCA_H 1
  6827. | #define HAVE_ALLOCA 1
  6828. | #define HAVE_UNISTD_H 1
  6829. | #define HAVE_CHOWN 1
  6830. | #define HAVE_DIRENT_H 1
  6831. | #define HAVE_FSEEKO 1
  6832. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6833. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6834. | #define TIME_WITH_SYS_TIME 1
  6835. | #define HAVE_SYS_TIME_H 1
  6836. | #define HAVE_UNISTD_H 1
  6837. | #define HAVE_STDLIB_H 1
  6838. | #define HAVE_SYS_PARAM_H 1
  6839. | #define HAVE_UTIME_H 1
  6840. | #define HAVE_ALARM 1
  6841. | #define HAVE_GETPAGESIZE 1
  6842. | #define HAVE_MMAP 1
  6843. | #define HAVE_SYS_SELECT_H 1
  6844. | #define HAVE_SYS_SOCKET_H 1
  6845. | #define SELECT_TYPE_ARG1 int
  6846. | #define SELECT_TYPE_ARG234 (fd_set *)
  6847. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6848. | #define RETSIGTYPE void
  6849. | #define HAVE_STRCOLL 1
  6850. | #define HAVE_STRFTIME 1
  6851. | #define HAVE_UTIME_NULL 1
  6852. | #define HAVE_VPRINTF 1
  6853. | #define HAVE_ATEXIT 1
  6854. | #define HAVE_DUP2 1
  6855. | #define HAVE_FDATASYNC 1
  6856. | #define HAVE_FTIME 1
  6857. | #define HAVE_FTRUNCATE 1
  6858. | #define HAVE_GETCWD 1
  6859. | #define HAVE_GETHOSTBYADDR 1
  6860. | #define HAVE_GETHOSTBYNAME 1
  6861. | #define HAVE_GETHOSTNAME 1
  6862. | #define HAVE_GETPAGESIZE 1
  6863. | #define HAVE_GETPASS 1
  6864. | #define HAVE_GETTIMEOFDAY 1
  6865. | #define HAVE_INET_NTOA 1
  6866. | #define HAVE_LCHOWN 1
  6867. | #define HAVE_LOCALECONV 1
  6868. | #define HAVE_MEMCHR 1
  6869. | #define HAVE_MEMMOVE 1
  6870. | #define HAVE_MEMSET 1
  6871. | #define HAVE_MKDIR 1
  6872. | #define HAVE_MODF 1
  6873. | #define HAVE_MUNMAP 1
  6874. | #define HAVE_RMDIR 1
  6875. | #define HAVE_SELECT 1
  6876. | #define HAVE_SETENV 1
  6877. | #define HAVE_SETLOCALE 1
  6878. | #define HAVE_SOCKET 1
  6879. | #define HAVE_STRCASECMP 1
  6880. | #define HAVE_STRCHR 1
  6881. | #define HAVE_STRCSPN 1
  6882. | #define HAVE_STRDUP 1
  6883. | #define HAVE_STRERROR 1
  6884. | #define HAVE_STRNCASECMP 1
  6885. | #define HAVE_STRPBRK 1
  6886. | #define HAVE_STRRCHR 1
  6887. | #define HAVE_STRSPN 1
  6888. | #define HAVE_STRSTR 1
  6889. | #define HAVE_STRTOL 1
  6890. | #define HAVE_STRTOUL 1
  6891. | #define HAVE_SYSINFO 1
  6892. | #define HAVE_TZSET 1
  6893. | #define HAVE_UTIME 1
  6894. | #define HAVE_POSIX_FADVISE 1
  6895. | #define HAVE_LOCALTIME_R 1
  6896. | #define SIZEOF_INT 4
  6897. | #define SIZEOF_SIZE_T 8
  6898. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6899. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6900. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6901. | #define HAVE_STD__U16STRING 1
  6902. | #define HAVE_STD__U32STRING 1
  6903. | #define HAVE_CHAR16_T 1
  6904. | #define HAVE_CHAR32_T 1
  6905. | #define SIZEOF_WCHAR_T 4
  6906. | #define HAVE_INOTIFY 1
  6907. | #define HAVE_PYTHON "2.7"
  6908. | #define HAVE_LIBGL 1
  6909. | #define HAVE_LIBGLEW 1
  6910. | #define HAVE_LIBGLU 1
  6911. | #define HAVE_MYSQL 1
  6912. | #define HAVE_OPENSSL 1
  6913. | #define HAVE_LIBGPG_ERROR 1
  6914. | #define HAVE_LIBGCRYPT 1
  6915. | #define HAVE_GCRYPT 1
  6916. | #define HAVE_GNUTLS 1
  6917. | #define HAVE_LIBBZ2 1
  6918. | #define HAVE_LIBJPEG 1
  6919. | #define HAVE_LIBTIFF 1
  6920. | #define HAVE_LIBPTHREAD 1
  6921. | #define HAVE_PTHREAD_SETNAME_NP 1
  6922. | #define HAVE_LIBLZO2 1
  6923. | #define HAVE_LIBZ 1
  6924. | #define HAVE_LIBCRYPTO 1
  6925. | #define HAVE_LIBSSL 1
  6926. | #define HAVE_LIBMYSQLCLIENT 1
  6927. | #define HAVE_LIBTINYXML 1
  6928. | #define HAVE_LIBPCRECPP 1
  6929. | #define HAVE_LIBPCRE 1
  6930. | #define HAVE_LIBBLURAY 1
  6931. | #define HAVE_LIBBLURAY_BDJ 1
  6932. | #define HAVE_LIBJASPER 1
  6933. | #define HAVE_DBUS 1
  6934. | #define HAVE_LIBMICROHTTPD 1
  6935. | #define HAS_DVD_DRIVE 1
  6936. | #define HAS_ALSA 1
  6937. | #define HAVE_X11 1
  6938. | #define HAVE_LIBSSH 1
  6939. | #define HAVE_LIBSSH 1
  6940. | #define HAVE_LIBSMBCLIENT 1
  6941. | #define HAVE_LIBUDEV 1
  6942. | #define HAVE_SYS_CAPABILITY_H 1
  6943. | #define HAVE_LIBCAP 1
  6944. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  6945. | #define USE_STATIC_FFMPEG 1
  6946. | #define HAVE_LIBVA 1
  6947. | #define HAVE_DIRENT_H 1
  6948. | #define STDC_HEADERS 1
  6949. | #define HAVE_SYS_WAIT_H 1
  6950. | #define HAVE_ARPA_INET_H 1
  6951. | #define HAVE_FCNTL_H 1
  6952. | #define HAVE_FLOAT_H 1
  6953. | #define HAVE_INTTYPES_H 1
  6954. | #define HAVE_LIMITS_H 1
  6955. | #define HAVE_LOCALE_H 1
  6956. | #define HAVE_MALLOC_H 1
  6957. | #define HAVE_MEMORY_H 1
  6958. | #define HAVE_NETDB_H 1
  6959. | #define HAVE_NETINET_IN_H 1
  6960. | #define HAVE_STDDEF_H 1
  6961. | #define HAVE_STDINT_H 1
  6962. | #define HAVE_STDLIB_H 1
  6963. | #define HAVE_STRING_H 1
  6964. | #define HAVE_STRINGS_H 1
  6965. | #define HAVE_SYS_FILE_H 1
  6966. | #define HAVE_SYS_IOCTL_H 1
  6967. | #define HAVE_SYS_MOUNT_H 1
  6968. | #define HAVE_SYS_PARAM_H 1
  6969. | #define HAVE_SYS_SOCKET_H 1
  6970. | #define HAVE_SYS_TIME_H 1
  6971. | #define HAVE_SYS_TIMEB_H 1
  6972. | #define HAVE_SYS_VFS_H 1
  6973. | #define HAVE_TERMIOS_H 1
  6974. | #define HAVE_UNISTD_H 1
  6975. | #define HAVE_UTIME_H 1
  6976. | #define HAVE_WCHAR_H 1
  6977. | #define HAVE_WCTYPE_H 1
  6978. | #define HAVE_CDIO_ISO9660_H 1
  6979. | /* end confdefs.h. */
  6980. | #include <stdio.h>
  6981. | #ifdef HAVE_SYS_TYPES_H
  6982. | # include <sys/types.h>
  6983. | #endif
  6984. | #ifdef HAVE_SYS_STAT_H
  6985. | # include <sys/stat.h>
  6986. | #endif
  6987. | #ifdef STDC_HEADERS
  6988. | # include <stdlib.h>
  6989. | # include <stddef.h>
  6990. | #else
  6991. | # ifdef HAVE_STDLIB_H
  6992. | # include <stdlib.h>
  6993. | # endif
  6994. | #endif
  6995. | #ifdef HAVE_STRING_H
  6996. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6997. | # include <memory.h>
  6998. | # endif
  6999. | # include <string.h>
  7000. | #endif
  7001. | #ifdef HAVE_STRINGS_H
  7002. | # include <strings.h>
  7003. | #endif
  7004. | #ifdef HAVE_INTTYPES_H
  7005. | # include <inttypes.h>
  7006. | #endif
  7007. | #ifdef HAVE_STDINT_H
  7008. | # include <stdint.h>
  7009. | #endif
  7010. | #ifdef HAVE_UNISTD_H
  7011. | # include <unistd.h>
  7012. | #endif
  7013. | int
  7014. | main ()
  7015. | {
  7016. | if (sizeof ((_Bool)))
  7017. | return 0;
  7018. | ;
  7019. | return 0;
  7020. | }
  7021. configure:31495: result: yes
  7022. configure:31512: checking for an ANSI C-conforming const
  7023. configure:31578: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7024. configure:31578: $? = 0
  7025. configure:31585: result: yes
  7026. configure:31593: checking for uid_t in sys/types.h
  7027. configure:31612: result: yes
  7028. configure:31623: checking for inline
  7029. configure:31639: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7030. configure:31639: $? = 0
  7031. configure:31647: result: inline
  7032. configure:31665: checking for int8_t
  7033. configure:31665: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7034. configure:31665: $? = 0
  7035. configure:31665: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7036. conftest.c: In function 'main':
  7037. conftest.c:218:12: error: size of array 'test_array' is negative
  7038. static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  7039. ^
  7040. configure:31665: $? = 1
  7041. configure: failed program was:
  7042. | /* confdefs.h */
  7043. | #define PACKAGE_NAME "kodi"
  7044. | #define PACKAGE_TARNAME "kodi"
  7045. | #define PACKAGE_VERSION "15.2.000"
  7046. | #define PACKAGE_STRING "kodi 15.2.000"
  7047. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7048. | #define PACKAGE_URL ""
  7049. | #define PACKAGE "kodi"
  7050. | #define VERSION "15.2.000"
  7051. | #define HAVE_LIRC 1
  7052. | #define LIRC_DEVICE "/dev/lircd"
  7053. | #define HAVE_CXX11 1
  7054. | #define STDC_HEADERS 1
  7055. | #define HAVE_SYS_TYPES_H 1
  7056. | #define HAVE_SYS_STAT_H 1
  7057. | #define HAVE_STDLIB_H 1
  7058. | #define HAVE_STRING_H 1
  7059. | #define HAVE_MEMORY_H 1
  7060. | #define HAVE_STRINGS_H 1
  7061. | #define HAVE_INTTYPES_H 1
  7062. | #define HAVE_STDINT_H 1
  7063. | #define HAVE_UNISTD_H 1
  7064. | #define HAVE_DLFCN_H 1
  7065. | #define LT_OBJDIR ".libs/"
  7066. | #define HAVE_ALLOCA_H 1
  7067. | #define HAVE_ALLOCA 1
  7068. | #define HAVE_UNISTD_H 1
  7069. | #define HAVE_CHOWN 1
  7070. | #define HAVE_DIRENT_H 1
  7071. | #define HAVE_FSEEKO 1
  7072. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7073. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7074. | #define TIME_WITH_SYS_TIME 1
  7075. | #define HAVE_SYS_TIME_H 1
  7076. | #define HAVE_UNISTD_H 1
  7077. | #define HAVE_STDLIB_H 1
  7078. | #define HAVE_SYS_PARAM_H 1
  7079. | #define HAVE_UTIME_H 1
  7080. | #define HAVE_ALARM 1
  7081. | #define HAVE_GETPAGESIZE 1
  7082. | #define HAVE_MMAP 1
  7083. | #define HAVE_SYS_SELECT_H 1
  7084. | #define HAVE_SYS_SOCKET_H 1
  7085. | #define SELECT_TYPE_ARG1 int
  7086. | #define SELECT_TYPE_ARG234 (fd_set *)
  7087. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7088. | #define RETSIGTYPE void
  7089. | #define HAVE_STRCOLL 1
  7090. | #define HAVE_STRFTIME 1
  7091. | #define HAVE_UTIME_NULL 1
  7092. | #define HAVE_VPRINTF 1
  7093. | #define HAVE_ATEXIT 1
  7094. | #define HAVE_DUP2 1
  7095. | #define HAVE_FDATASYNC 1
  7096. | #define HAVE_FTIME 1
  7097. | #define HAVE_FTRUNCATE 1
  7098. | #define HAVE_GETCWD 1
  7099. | #define HAVE_GETHOSTBYADDR 1
  7100. | #define HAVE_GETHOSTBYNAME 1
  7101. | #define HAVE_GETHOSTNAME 1
  7102. | #define HAVE_GETPAGESIZE 1
  7103. | #define HAVE_GETPASS 1
  7104. | #define HAVE_GETTIMEOFDAY 1
  7105. | #define HAVE_INET_NTOA 1
  7106. | #define HAVE_LCHOWN 1
  7107. | #define HAVE_LOCALECONV 1
  7108. | #define HAVE_MEMCHR 1
  7109. | #define HAVE_MEMMOVE 1
  7110. | #define HAVE_MEMSET 1
  7111. | #define HAVE_MKDIR 1
  7112. | #define HAVE_MODF 1
  7113. | #define HAVE_MUNMAP 1
  7114. | #define HAVE_RMDIR 1
  7115. | #define HAVE_SELECT 1
  7116. | #define HAVE_SETENV 1
  7117. | #define HAVE_SETLOCALE 1
  7118. | #define HAVE_SOCKET 1
  7119. | #define HAVE_STRCASECMP 1
  7120. | #define HAVE_STRCHR 1
  7121. | #define HAVE_STRCSPN 1
  7122. | #define HAVE_STRDUP 1
  7123. | #define HAVE_STRERROR 1
  7124. | #define HAVE_STRNCASECMP 1
  7125. | #define HAVE_STRPBRK 1
  7126. | #define HAVE_STRRCHR 1
  7127. | #define HAVE_STRSPN 1
  7128. | #define HAVE_STRSTR 1
  7129. | #define HAVE_STRTOL 1
  7130. | #define HAVE_STRTOUL 1
  7131. | #define HAVE_SYSINFO 1
  7132. | #define HAVE_TZSET 1
  7133. | #define HAVE_UTIME 1
  7134. | #define HAVE_POSIX_FADVISE 1
  7135. | #define HAVE_LOCALTIME_R 1
  7136. | #define SIZEOF_INT 4
  7137. | #define SIZEOF_SIZE_T 8
  7138. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7139. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7140. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7141. | #define HAVE_STD__U16STRING 1
  7142. | #define HAVE_STD__U32STRING 1
  7143. | #define HAVE_CHAR16_T 1
  7144. | #define HAVE_CHAR32_T 1
  7145. | #define SIZEOF_WCHAR_T 4
  7146. | #define HAVE_INOTIFY 1
  7147. | #define HAVE_PYTHON "2.7"
  7148. | #define HAVE_LIBGL 1
  7149. | #define HAVE_LIBGLEW 1
  7150. | #define HAVE_LIBGLU 1
  7151. | #define HAVE_MYSQL 1
  7152. | #define HAVE_OPENSSL 1
  7153. | #define HAVE_LIBGPG_ERROR 1
  7154. | #define HAVE_LIBGCRYPT 1
  7155. | #define HAVE_GCRYPT 1
  7156. | #define HAVE_GNUTLS 1
  7157. | #define HAVE_LIBBZ2 1
  7158. | #define HAVE_LIBJPEG 1
  7159. | #define HAVE_LIBTIFF 1
  7160. | #define HAVE_LIBPTHREAD 1
  7161. | #define HAVE_PTHREAD_SETNAME_NP 1
  7162. | #define HAVE_LIBLZO2 1
  7163. | #define HAVE_LIBZ 1
  7164. | #define HAVE_LIBCRYPTO 1
  7165. | #define HAVE_LIBSSL 1
  7166. | #define HAVE_LIBMYSQLCLIENT 1
  7167. | #define HAVE_LIBTINYXML 1
  7168. | #define HAVE_LIBPCRECPP 1
  7169. | #define HAVE_LIBPCRE 1
  7170. | #define HAVE_LIBBLURAY 1
  7171. | #define HAVE_LIBBLURAY_BDJ 1
  7172. | #define HAVE_LIBJASPER 1
  7173. | #define HAVE_DBUS 1
  7174. | #define HAVE_LIBMICROHTTPD 1
  7175. | #define HAS_DVD_DRIVE 1
  7176. | #define HAS_ALSA 1
  7177. | #define HAVE_X11 1
  7178. | #define HAVE_LIBSSH 1
  7179. | #define HAVE_LIBSSH 1
  7180. | #define HAVE_LIBSMBCLIENT 1
  7181. | #define HAVE_LIBUDEV 1
  7182. | #define HAVE_SYS_CAPABILITY_H 1
  7183. | #define HAVE_LIBCAP 1
  7184. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  7185. | #define USE_STATIC_FFMPEG 1
  7186. | #define HAVE_LIBVA 1
  7187. | #define HAVE_DIRENT_H 1
  7188. | #define STDC_HEADERS 1
  7189. | #define HAVE_SYS_WAIT_H 1
  7190. | #define HAVE_ARPA_INET_H 1
  7191. | #define HAVE_FCNTL_H 1
  7192. | #define HAVE_FLOAT_H 1
  7193. | #define HAVE_INTTYPES_H 1
  7194. | #define HAVE_LIMITS_H 1
  7195. | #define HAVE_LOCALE_H 1
  7196. | #define HAVE_MALLOC_H 1
  7197. | #define HAVE_MEMORY_H 1
  7198. | #define HAVE_NETDB_H 1
  7199. | #define HAVE_NETINET_IN_H 1
  7200. | #define HAVE_STDDEF_H 1
  7201. | #define HAVE_STDINT_H 1
  7202. | #define HAVE_STDLIB_H 1
  7203. | #define HAVE_STRING_H 1
  7204. | #define HAVE_STRINGS_H 1
  7205. | #define HAVE_SYS_FILE_H 1
  7206. | #define HAVE_SYS_IOCTL_H 1
  7207. | #define HAVE_SYS_MOUNT_H 1
  7208. | #define HAVE_SYS_PARAM_H 1
  7209. | #define HAVE_SYS_SOCKET_H 1
  7210. | #define HAVE_SYS_TIME_H 1
  7211. | #define HAVE_SYS_TIMEB_H 1
  7212. | #define HAVE_SYS_VFS_H 1
  7213. | #define HAVE_TERMIOS_H 1
  7214. | #define HAVE_UNISTD_H 1
  7215. | #define HAVE_UTIME_H 1
  7216. | #define HAVE_WCHAR_H 1
  7217. | #define HAVE_WCTYPE_H 1
  7218. | #define HAVE_CDIO_ISO9660_H 1
  7219. | #define HAVE__BOOL 1
  7220. | #define HAVE_STDBOOL_H 1
  7221. | /* end confdefs.h. */
  7222. | #include <stdio.h>
  7223. | #ifdef HAVE_SYS_TYPES_H
  7224. | # include <sys/types.h>
  7225. | #endif
  7226. | #ifdef HAVE_SYS_STAT_H
  7227. | # include <sys/stat.h>
  7228. | #endif
  7229. | #ifdef STDC_HEADERS
  7230. | # include <stdlib.h>
  7231. | # include <stddef.h>
  7232. | #else
  7233. | # ifdef HAVE_STDLIB_H
  7234. | # include <stdlib.h>
  7235. | # endif
  7236. | #endif
  7237. | #ifdef HAVE_STRING_H
  7238. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7239. | # include <memory.h>
  7240. | # endif
  7241. | # include <string.h>
  7242. | #endif
  7243. | #ifdef HAVE_STRINGS_H
  7244. | # include <strings.h>
  7245. | #endif
  7246. | #ifdef HAVE_INTTYPES_H
  7247. | # include <inttypes.h>
  7248. | #endif
  7249. | #ifdef HAVE_STDINT_H
  7250. | # include <stdint.h>
  7251. | #endif
  7252. | #ifdef HAVE_UNISTD_H
  7253. | # include <unistd.h>
  7254. | #endif
  7255. | enum { N = 8 / 2 - 1 };
  7256. | int
  7257. | main ()
  7258. | {
  7259. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  7260. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  7261. | test_array [0] = 0;
  7262. | return test_array [0];
  7263. |
  7264. | ;
  7265. | return 0;
  7266. | }
  7267. configure:31665: result: yes
  7268. configure:31676: checking for int16_t
  7269. configure:31676: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7270. configure:31676: $? = 0
  7271. configure:31676: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7272. conftest.c: In function 'main':
  7273. conftest.c:218:12: error: size of array 'test_array' is negative
  7274. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  7275. ^
  7276. configure:31676: $? = 1
  7277. configure: failed program was:
  7278. | /* confdefs.h */
  7279. | #define PACKAGE_NAME "kodi"
  7280. | #define PACKAGE_TARNAME "kodi"
  7281. | #define PACKAGE_VERSION "15.2.000"
  7282. | #define PACKAGE_STRING "kodi 15.2.000"
  7283. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7284. | #define PACKAGE_URL ""
  7285. | #define PACKAGE "kodi"
  7286. | #define VERSION "15.2.000"
  7287. | #define HAVE_LIRC 1
  7288. | #define LIRC_DEVICE "/dev/lircd"
  7289. | #define HAVE_CXX11 1
  7290. | #define STDC_HEADERS 1
  7291. | #define HAVE_SYS_TYPES_H 1
  7292. | #define HAVE_SYS_STAT_H 1
  7293. | #define HAVE_STDLIB_H 1
  7294. | #define HAVE_STRING_H 1
  7295. | #define HAVE_MEMORY_H 1
  7296. | #define HAVE_STRINGS_H 1
  7297. | #define HAVE_INTTYPES_H 1
  7298. | #define HAVE_STDINT_H 1
  7299. | #define HAVE_UNISTD_H 1
  7300. | #define HAVE_DLFCN_H 1
  7301. | #define LT_OBJDIR ".libs/"
  7302. | #define HAVE_ALLOCA_H 1
  7303. | #define HAVE_ALLOCA 1
  7304. | #define HAVE_UNISTD_H 1
  7305. | #define HAVE_CHOWN 1
  7306. | #define HAVE_DIRENT_H 1
  7307. | #define HAVE_FSEEKO 1
  7308. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7309. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7310. | #define TIME_WITH_SYS_TIME 1
  7311. | #define HAVE_SYS_TIME_H 1
  7312. | #define HAVE_UNISTD_H 1
  7313. | #define HAVE_STDLIB_H 1
  7314. | #define HAVE_SYS_PARAM_H 1
  7315. | #define HAVE_UTIME_H 1
  7316. | #define HAVE_ALARM 1
  7317. | #define HAVE_GETPAGESIZE 1
  7318. | #define HAVE_MMAP 1
  7319. | #define HAVE_SYS_SELECT_H 1
  7320. | #define HAVE_SYS_SOCKET_H 1
  7321. | #define SELECT_TYPE_ARG1 int
  7322. | #define SELECT_TYPE_ARG234 (fd_set *)
  7323. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7324. | #define RETSIGTYPE void
  7325. | #define HAVE_STRCOLL 1
  7326. | #define HAVE_STRFTIME 1
  7327. | #define HAVE_UTIME_NULL 1
  7328. | #define HAVE_VPRINTF 1
  7329. | #define HAVE_ATEXIT 1
  7330. | #define HAVE_DUP2 1
  7331. | #define HAVE_FDATASYNC 1
  7332. | #define HAVE_FTIME 1
  7333. | #define HAVE_FTRUNCATE 1
  7334. | #define HAVE_GETCWD 1
  7335. | #define HAVE_GETHOSTBYADDR 1
  7336. | #define HAVE_GETHOSTBYNAME 1
  7337. | #define HAVE_GETHOSTNAME 1
  7338. | #define HAVE_GETPAGESIZE 1
  7339. | #define HAVE_GETPASS 1
  7340. | #define HAVE_GETTIMEOFDAY 1
  7341. | #define HAVE_INET_NTOA 1
  7342. | #define HAVE_LCHOWN 1
  7343. | #define HAVE_LOCALECONV 1
  7344. | #define HAVE_MEMCHR 1
  7345. | #define HAVE_MEMMOVE 1
  7346. | #define HAVE_MEMSET 1
  7347. | #define HAVE_MKDIR 1
  7348. | #define HAVE_MODF 1
  7349. | #define HAVE_MUNMAP 1
  7350. | #define HAVE_RMDIR 1
  7351. | #define HAVE_SELECT 1
  7352. | #define HAVE_SETENV 1
  7353. | #define HAVE_SETLOCALE 1
  7354. | #define HAVE_SOCKET 1
  7355. | #define HAVE_STRCASECMP 1
  7356. | #define HAVE_STRCHR 1
  7357. | #define HAVE_STRCSPN 1
  7358. | #define HAVE_STRDUP 1
  7359. | #define HAVE_STRERROR 1
  7360. | #define HAVE_STRNCASECMP 1
  7361. | #define HAVE_STRPBRK 1
  7362. | #define HAVE_STRRCHR 1
  7363. | #define HAVE_STRSPN 1
  7364. | #define HAVE_STRSTR 1
  7365. | #define HAVE_STRTOL 1
  7366. | #define HAVE_STRTOUL 1
  7367. | #define HAVE_SYSINFO 1
  7368. | #define HAVE_TZSET 1
  7369. | #define HAVE_UTIME 1
  7370. | #define HAVE_POSIX_FADVISE 1
  7371. | #define HAVE_LOCALTIME_R 1
  7372. | #define SIZEOF_INT 4
  7373. | #define SIZEOF_SIZE_T 8
  7374. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7375. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7376. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7377. | #define HAVE_STD__U16STRING 1
  7378. | #define HAVE_STD__U32STRING 1
  7379. | #define HAVE_CHAR16_T 1
  7380. | #define HAVE_CHAR32_T 1
  7381. | #define SIZEOF_WCHAR_T 4
  7382. | #define HAVE_INOTIFY 1
  7383. | #define HAVE_PYTHON "2.7"
  7384. | #define HAVE_LIBGL 1
  7385. | #define HAVE_LIBGLEW 1
  7386. | #define HAVE_LIBGLU 1
  7387. | #define HAVE_MYSQL 1
  7388. | #define HAVE_OPENSSL 1
  7389. | #define HAVE_LIBGPG_ERROR 1
  7390. | #define HAVE_LIBGCRYPT 1
  7391. | #define HAVE_GCRYPT 1
  7392. | #define HAVE_GNUTLS 1
  7393. | #define HAVE_LIBBZ2 1
  7394. | #define HAVE_LIBJPEG 1
  7395. | #define HAVE_LIBTIFF 1
  7396. | #define HAVE_LIBPTHREAD 1
  7397. | #define HAVE_PTHREAD_SETNAME_NP 1
  7398. | #define HAVE_LIBLZO2 1
  7399. | #define HAVE_LIBZ 1
  7400. | #define HAVE_LIBCRYPTO 1
  7401. | #define HAVE_LIBSSL 1
  7402. | #define HAVE_LIBMYSQLCLIENT 1
  7403. | #define HAVE_LIBTINYXML 1
  7404. | #define HAVE_LIBPCRECPP 1
  7405. | #define HAVE_LIBPCRE 1
  7406. | #define HAVE_LIBBLURAY 1
  7407. | #define HAVE_LIBBLURAY_BDJ 1
  7408. | #define HAVE_LIBJASPER 1
  7409. | #define HAVE_DBUS 1
  7410. | #define HAVE_LIBMICROHTTPD 1
  7411. | #define HAS_DVD_DRIVE 1
  7412. | #define HAS_ALSA 1
  7413. | #define HAVE_X11 1
  7414. | #define HAVE_LIBSSH 1
  7415. | #define HAVE_LIBSSH 1
  7416. | #define HAVE_LIBSMBCLIENT 1
  7417. | #define HAVE_LIBUDEV 1
  7418. | #define HAVE_SYS_CAPABILITY_H 1
  7419. | #define HAVE_LIBCAP 1
  7420. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  7421. | #define USE_STATIC_FFMPEG 1
  7422. | #define HAVE_LIBVA 1
  7423. | #define HAVE_DIRENT_H 1
  7424. | #define STDC_HEADERS 1
  7425. | #define HAVE_SYS_WAIT_H 1
  7426. | #define HAVE_ARPA_INET_H 1
  7427. | #define HAVE_FCNTL_H 1
  7428. | #define HAVE_FLOAT_H 1
  7429. | #define HAVE_INTTYPES_H 1
  7430. | #define HAVE_LIMITS_H 1
  7431. | #define HAVE_LOCALE_H 1
  7432. | #define HAVE_MALLOC_H 1
  7433. | #define HAVE_MEMORY_H 1
  7434. | #define HAVE_NETDB_H 1
  7435. | #define HAVE_NETINET_IN_H 1
  7436. | #define HAVE_STDDEF_H 1
  7437. | #define HAVE_STDINT_H 1
  7438. | #define HAVE_STDLIB_H 1
  7439. | #define HAVE_STRING_H 1
  7440. | #define HAVE_STRINGS_H 1
  7441. | #define HAVE_SYS_FILE_H 1
  7442. | #define HAVE_SYS_IOCTL_H 1
  7443. | #define HAVE_SYS_MOUNT_H 1
  7444. | #define HAVE_SYS_PARAM_H 1
  7445. | #define HAVE_SYS_SOCKET_H 1
  7446. | #define HAVE_SYS_TIME_H 1
  7447. | #define HAVE_SYS_TIMEB_H 1
  7448. | #define HAVE_SYS_VFS_H 1
  7449. | #define HAVE_TERMIOS_H 1
  7450. | #define HAVE_UNISTD_H 1
  7451. | #define HAVE_UTIME_H 1
  7452. | #define HAVE_WCHAR_H 1
  7453. | #define HAVE_WCTYPE_H 1
  7454. | #define HAVE_CDIO_ISO9660_H 1
  7455. | #define HAVE__BOOL 1
  7456. | #define HAVE_STDBOOL_H 1
  7457. | /* end confdefs.h. */
  7458. | #include <stdio.h>
  7459. | #ifdef HAVE_SYS_TYPES_H
  7460. | # include <sys/types.h>
  7461. | #endif
  7462. | #ifdef HAVE_SYS_STAT_H
  7463. | # include <sys/stat.h>
  7464. | #endif
  7465. | #ifdef STDC_HEADERS
  7466. | # include <stdlib.h>
  7467. | # include <stddef.h>
  7468. | #else
  7469. | # ifdef HAVE_STDLIB_H
  7470. | # include <stdlib.h>
  7471. | # endif
  7472. | #endif
  7473. | #ifdef HAVE_STRING_H
  7474. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7475. | # include <memory.h>
  7476. | # endif
  7477. | # include <string.h>
  7478. | #endif
  7479. | #ifdef HAVE_STRINGS_H
  7480. | # include <strings.h>
  7481. | #endif
  7482. | #ifdef HAVE_INTTYPES_H
  7483. | # include <inttypes.h>
  7484. | #endif
  7485. | #ifdef HAVE_STDINT_H
  7486. | # include <stdint.h>
  7487. | #endif
  7488. | #ifdef HAVE_UNISTD_H
  7489. | # include <unistd.h>
  7490. | #endif
  7491. | enum { N = 16 / 2 - 1 };
  7492. | int
  7493. | main ()
  7494. | {
  7495. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  7496. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  7497. | test_array [0] = 0;
  7498. | return test_array [0];
  7499. |
  7500. | ;
  7501. | return 0;
  7502. | }
  7503. configure:31676: result: yes
  7504. configure:31687: checking for int32_t
  7505. configure:31687: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7506. configure:31687: $? = 0
  7507. configure:31687: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7508. conftest.c: In function 'main':
  7509. conftest.c:219:53: warning: integer overflow in expression [-Woverflow]
  7510. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  7511. ^
  7512. conftest.c:218:12: error: storage size of 'test_array' isn't constant
  7513. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  7514. ^
  7515. conftest.c:218:12: warning: unused variable 'test_array' [-Wunused-variable]
  7516. configure:31687: $? = 1
  7517. configure: failed program was:
  7518. | /* confdefs.h */
  7519. | #define PACKAGE_NAME "kodi"
  7520. | #define PACKAGE_TARNAME "kodi"
  7521. | #define PACKAGE_VERSION "15.2.000"
  7522. | #define PACKAGE_STRING "kodi 15.2.000"
  7523. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7524. | #define PACKAGE_URL ""
  7525. | #define PACKAGE "kodi"
  7526. | #define VERSION "15.2.000"
  7527. | #define HAVE_LIRC 1
  7528. | #define LIRC_DEVICE "/dev/lircd"
  7529. | #define HAVE_CXX11 1
  7530. | #define STDC_HEADERS 1
  7531. | #define HAVE_SYS_TYPES_H 1
  7532. | #define HAVE_SYS_STAT_H 1
  7533. | #define HAVE_STDLIB_H 1
  7534. | #define HAVE_STRING_H 1
  7535. | #define HAVE_MEMORY_H 1
  7536. | #define HAVE_STRINGS_H 1
  7537. | #define HAVE_INTTYPES_H 1
  7538. | #define HAVE_STDINT_H 1
  7539. | #define HAVE_UNISTD_H 1
  7540. | #define HAVE_DLFCN_H 1
  7541. | #define LT_OBJDIR ".libs/"
  7542. | #define HAVE_ALLOCA_H 1
  7543. | #define HAVE_ALLOCA 1
  7544. | #define HAVE_UNISTD_H 1
  7545. | #define HAVE_CHOWN 1
  7546. | #define HAVE_DIRENT_H 1
  7547. | #define HAVE_FSEEKO 1
  7548. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7549. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7550. | #define TIME_WITH_SYS_TIME 1
  7551. | #define HAVE_SYS_TIME_H 1
  7552. | #define HAVE_UNISTD_H 1
  7553. | #define HAVE_STDLIB_H 1
  7554. | #define HAVE_SYS_PARAM_H 1
  7555. | #define HAVE_UTIME_H 1
  7556. | #define HAVE_ALARM 1
  7557. | #define HAVE_GETPAGESIZE 1
  7558. | #define HAVE_MMAP 1
  7559. | #define HAVE_SYS_SELECT_H 1
  7560. | #define HAVE_SYS_SOCKET_H 1
  7561. | #define SELECT_TYPE_ARG1 int
  7562. | #define SELECT_TYPE_ARG234 (fd_set *)
  7563. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7564. | #define RETSIGTYPE void
  7565. | #define HAVE_STRCOLL 1
  7566. | #define HAVE_STRFTIME 1
  7567. | #define HAVE_UTIME_NULL 1
  7568. | #define HAVE_VPRINTF 1
  7569. | #define HAVE_ATEXIT 1
  7570. | #define HAVE_DUP2 1
  7571. | #define HAVE_FDATASYNC 1
  7572. | #define HAVE_FTIME 1
  7573. | #define HAVE_FTRUNCATE 1
  7574. | #define HAVE_GETCWD 1
  7575. | #define HAVE_GETHOSTBYADDR 1
  7576. | #define HAVE_GETHOSTBYNAME 1
  7577. | #define HAVE_GETHOSTNAME 1
  7578. | #define HAVE_GETPAGESIZE 1
  7579. | #define HAVE_GETPASS 1
  7580. | #define HAVE_GETTIMEOFDAY 1
  7581. | #define HAVE_INET_NTOA 1
  7582. | #define HAVE_LCHOWN 1
  7583. | #define HAVE_LOCALECONV 1
  7584. | #define HAVE_MEMCHR 1
  7585. | #define HAVE_MEMMOVE 1
  7586. | #define HAVE_MEMSET 1
  7587. | #define HAVE_MKDIR 1
  7588. | #define HAVE_MODF 1
  7589. | #define HAVE_MUNMAP 1
  7590. | #define HAVE_RMDIR 1
  7591. | #define HAVE_SELECT 1
  7592. | #define HAVE_SETENV 1
  7593. | #define HAVE_SETLOCALE 1
  7594. | #define HAVE_SOCKET 1
  7595. | #define HAVE_STRCASECMP 1
  7596. | #define HAVE_STRCHR 1
  7597. | #define HAVE_STRCSPN 1
  7598. | #define HAVE_STRDUP 1
  7599. | #define HAVE_STRERROR 1
  7600. | #define HAVE_STRNCASECMP 1
  7601. | #define HAVE_STRPBRK 1
  7602. | #define HAVE_STRRCHR 1
  7603. | #define HAVE_STRSPN 1
  7604. | #define HAVE_STRSTR 1
  7605. | #define HAVE_STRTOL 1
  7606. | #define HAVE_STRTOUL 1
  7607. | #define HAVE_SYSINFO 1
  7608. | #define HAVE_TZSET 1
  7609. | #define HAVE_UTIME 1
  7610. | #define HAVE_POSIX_FADVISE 1
  7611. | #define HAVE_LOCALTIME_R 1
  7612. | #define SIZEOF_INT 4
  7613. | #define SIZEOF_SIZE_T 8
  7614. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7615. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7616. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7617. | #define HAVE_STD__U16STRING 1
  7618. | #define HAVE_STD__U32STRING 1
  7619. | #define HAVE_CHAR16_T 1
  7620. | #define HAVE_CHAR32_T 1
  7621. | #define SIZEOF_WCHAR_T 4
  7622. | #define HAVE_INOTIFY 1
  7623. | #define HAVE_PYTHON "2.7"
  7624. | #define HAVE_LIBGL 1
  7625. | #define HAVE_LIBGLEW 1
  7626. | #define HAVE_LIBGLU 1
  7627. | #define HAVE_MYSQL 1
  7628. | #define HAVE_OPENSSL 1
  7629. | #define HAVE_LIBGPG_ERROR 1
  7630. | #define HAVE_LIBGCRYPT 1
  7631. | #define HAVE_GCRYPT 1
  7632. | #define HAVE_GNUTLS 1
  7633. | #define HAVE_LIBBZ2 1
  7634. | #define HAVE_LIBJPEG 1
  7635. | #define HAVE_LIBTIFF 1
  7636. | #define HAVE_LIBPTHREAD 1
  7637. | #define HAVE_PTHREAD_SETNAME_NP 1
  7638. | #define HAVE_LIBLZO2 1
  7639. | #define HAVE_LIBZ 1
  7640. | #define HAVE_LIBCRYPTO 1
  7641. | #define HAVE_LIBSSL 1
  7642. | #define HAVE_LIBMYSQLCLIENT 1
  7643. | #define HAVE_LIBTINYXML 1
  7644. | #define HAVE_LIBPCRECPP 1
  7645. | #define HAVE_LIBPCRE 1
  7646. | #define HAVE_LIBBLURAY 1
  7647. | #define HAVE_LIBBLURAY_BDJ 1
  7648. | #define HAVE_LIBJASPER 1
  7649. | #define HAVE_DBUS 1
  7650. | #define HAVE_LIBMICROHTTPD 1
  7651. | #define HAS_DVD_DRIVE 1
  7652. | #define HAS_ALSA 1
  7653. | #define HAVE_X11 1
  7654. | #define HAVE_LIBSSH 1
  7655. | #define HAVE_LIBSSH 1
  7656. | #define HAVE_LIBSMBCLIENT 1
  7657. | #define HAVE_LIBUDEV 1
  7658. | #define HAVE_SYS_CAPABILITY_H 1
  7659. | #define HAVE_LIBCAP 1
  7660. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  7661. | #define USE_STATIC_FFMPEG 1
  7662. | #define HAVE_LIBVA 1
  7663. | #define HAVE_DIRENT_H 1
  7664. | #define STDC_HEADERS 1
  7665. | #define HAVE_SYS_WAIT_H 1
  7666. | #define HAVE_ARPA_INET_H 1
  7667. | #define HAVE_FCNTL_H 1
  7668. | #define HAVE_FLOAT_H 1
  7669. | #define HAVE_INTTYPES_H 1
  7670. | #define HAVE_LIMITS_H 1
  7671. | #define HAVE_LOCALE_H 1
  7672. | #define HAVE_MALLOC_H 1
  7673. | #define HAVE_MEMORY_H 1
  7674. | #define HAVE_NETDB_H 1
  7675. | #define HAVE_NETINET_IN_H 1
  7676. | #define HAVE_STDDEF_H 1
  7677. | #define HAVE_STDINT_H 1
  7678. | #define HAVE_STDLIB_H 1
  7679. | #define HAVE_STRING_H 1
  7680. | #define HAVE_STRINGS_H 1
  7681. | #define HAVE_SYS_FILE_H 1
  7682. | #define HAVE_SYS_IOCTL_H 1
  7683. | #define HAVE_SYS_MOUNT_H 1
  7684. | #define HAVE_SYS_PARAM_H 1
  7685. | #define HAVE_SYS_SOCKET_H 1
  7686. | #define HAVE_SYS_TIME_H 1
  7687. | #define HAVE_SYS_TIMEB_H 1
  7688. | #define HAVE_SYS_VFS_H 1
  7689. | #define HAVE_TERMIOS_H 1
  7690. | #define HAVE_UNISTD_H 1
  7691. | #define HAVE_UTIME_H 1
  7692. | #define HAVE_WCHAR_H 1
  7693. | #define HAVE_WCTYPE_H 1
  7694. | #define HAVE_CDIO_ISO9660_H 1
  7695. | #define HAVE__BOOL 1
  7696. | #define HAVE_STDBOOL_H 1
  7697. | /* end confdefs.h. */
  7698. | #include <stdio.h>
  7699. | #ifdef HAVE_SYS_TYPES_H
  7700. | # include <sys/types.h>
  7701. | #endif
  7702. | #ifdef HAVE_SYS_STAT_H
  7703. | # include <sys/stat.h>
  7704. | #endif
  7705. | #ifdef STDC_HEADERS
  7706. | # include <stdlib.h>
  7707. | # include <stddef.h>
  7708. | #else
  7709. | # ifdef HAVE_STDLIB_H
  7710. | # include <stdlib.h>
  7711. | # endif
  7712. | #endif
  7713. | #ifdef HAVE_STRING_H
  7714. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7715. | # include <memory.h>
  7716. | # endif
  7717. | # include <string.h>
  7718. | #endif
  7719. | #ifdef HAVE_STRINGS_H
  7720. | # include <strings.h>
  7721. | #endif
  7722. | #ifdef HAVE_INTTYPES_H
  7723. | # include <inttypes.h>
  7724. | #endif
  7725. | #ifdef HAVE_STDINT_H
  7726. | # include <stdint.h>
  7727. | #endif
  7728. | #ifdef HAVE_UNISTD_H
  7729. | # include <unistd.h>
  7730. | #endif
  7731. | enum { N = 32 / 2 - 1 };
  7732. | int
  7733. | main ()
  7734. | {
  7735. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  7736. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  7737. | test_array [0] = 0;
  7738. | return test_array [0];
  7739. |
  7740. | ;
  7741. | return 0;
  7742. | }
  7743. configure:31687: result: yes
  7744. configure:31698: checking for int64_t
  7745. configure:31698: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7746. configure:31698: $? = 0
  7747. configure:31698: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7748. conftest.c: In function 'main':
  7749. conftest.c:219:53: warning: integer overflow in expression [-Woverflow]
  7750. < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  7751. ^
  7752. conftest.c:218:12: error: storage size of 'test_array' isn't constant
  7753. static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  7754. ^
  7755. conftest.c:218:12: warning: unused variable 'test_array' [-Wunused-variable]
  7756. configure:31698: $? = 1
  7757. configure: failed program was:
  7758. | /* confdefs.h */
  7759. | #define PACKAGE_NAME "kodi"
  7760. | #define PACKAGE_TARNAME "kodi"
  7761. | #define PACKAGE_VERSION "15.2.000"
  7762. | #define PACKAGE_STRING "kodi 15.2.000"
  7763. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7764. | #define PACKAGE_URL ""
  7765. | #define PACKAGE "kodi"
  7766. | #define VERSION "15.2.000"
  7767. | #define HAVE_LIRC 1
  7768. | #define LIRC_DEVICE "/dev/lircd"
  7769. | #define HAVE_CXX11 1
  7770. | #define STDC_HEADERS 1
  7771. | #define HAVE_SYS_TYPES_H 1
  7772. | #define HAVE_SYS_STAT_H 1
  7773. | #define HAVE_STDLIB_H 1
  7774. | #define HAVE_STRING_H 1
  7775. | #define HAVE_MEMORY_H 1
  7776. | #define HAVE_STRINGS_H 1
  7777. | #define HAVE_INTTYPES_H 1
  7778. | #define HAVE_STDINT_H 1
  7779. | #define HAVE_UNISTD_H 1
  7780. | #define HAVE_DLFCN_H 1
  7781. | #define LT_OBJDIR ".libs/"
  7782. | #define HAVE_ALLOCA_H 1
  7783. | #define HAVE_ALLOCA 1
  7784. | #define HAVE_UNISTD_H 1
  7785. | #define HAVE_CHOWN 1
  7786. | #define HAVE_DIRENT_H 1
  7787. | #define HAVE_FSEEKO 1
  7788. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7789. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  7790. | #define TIME_WITH_SYS_TIME 1
  7791. | #define HAVE_SYS_TIME_H 1
  7792. | #define HAVE_UNISTD_H 1
  7793. | #define HAVE_STDLIB_H 1
  7794. | #define HAVE_SYS_PARAM_H 1
  7795. | #define HAVE_UTIME_H 1
  7796. | #define HAVE_ALARM 1
  7797. | #define HAVE_GETPAGESIZE 1
  7798. | #define HAVE_MMAP 1
  7799. | #define HAVE_SYS_SELECT_H 1
  7800. | #define HAVE_SYS_SOCKET_H 1
  7801. | #define SELECT_TYPE_ARG1 int
  7802. | #define SELECT_TYPE_ARG234 (fd_set *)
  7803. | #define SELECT_TYPE_ARG5 (struct timeval *)
  7804. | #define RETSIGTYPE void
  7805. | #define HAVE_STRCOLL 1
  7806. | #define HAVE_STRFTIME 1
  7807. | #define HAVE_UTIME_NULL 1
  7808. | #define HAVE_VPRINTF 1
  7809. | #define HAVE_ATEXIT 1
  7810. | #define HAVE_DUP2 1
  7811. | #define HAVE_FDATASYNC 1
  7812. | #define HAVE_FTIME 1
  7813. | #define HAVE_FTRUNCATE 1
  7814. | #define HAVE_GETCWD 1
  7815. | #define HAVE_GETHOSTBYADDR 1
  7816. | #define HAVE_GETHOSTBYNAME 1
  7817. | #define HAVE_GETHOSTNAME 1
  7818. | #define HAVE_GETPAGESIZE 1
  7819. | #define HAVE_GETPASS 1
  7820. | #define HAVE_GETTIMEOFDAY 1
  7821. | #define HAVE_INET_NTOA 1
  7822. | #define HAVE_LCHOWN 1
  7823. | #define HAVE_LOCALECONV 1
  7824. | #define HAVE_MEMCHR 1
  7825. | #define HAVE_MEMMOVE 1
  7826. | #define HAVE_MEMSET 1
  7827. | #define HAVE_MKDIR 1
  7828. | #define HAVE_MODF 1
  7829. | #define HAVE_MUNMAP 1
  7830. | #define HAVE_RMDIR 1
  7831. | #define HAVE_SELECT 1
  7832. | #define HAVE_SETENV 1
  7833. | #define HAVE_SETLOCALE 1
  7834. | #define HAVE_SOCKET 1
  7835. | #define HAVE_STRCASECMP 1
  7836. | #define HAVE_STRCHR 1
  7837. | #define HAVE_STRCSPN 1
  7838. | #define HAVE_STRDUP 1
  7839. | #define HAVE_STRERROR 1
  7840. | #define HAVE_STRNCASECMP 1
  7841. | #define HAVE_STRPBRK 1
  7842. | #define HAVE_STRRCHR 1
  7843. | #define HAVE_STRSPN 1
  7844. | #define HAVE_STRSTR 1
  7845. | #define HAVE_STRTOL 1
  7846. | #define HAVE_STRTOUL 1
  7847. | #define HAVE_SYSINFO 1
  7848. | #define HAVE_TZSET 1
  7849. | #define HAVE_UTIME 1
  7850. | #define HAVE_POSIX_FADVISE 1
  7851. | #define HAVE_LOCALTIME_R 1
  7852. | #define SIZEOF_INT 4
  7853. | #define SIZEOF_SIZE_T 8
  7854. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  7855. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  7856. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  7857. | #define HAVE_STD__U16STRING 1
  7858. | #define HAVE_STD__U32STRING 1
  7859. | #define HAVE_CHAR16_T 1
  7860. | #define HAVE_CHAR32_T 1
  7861. | #define SIZEOF_WCHAR_T 4
  7862. | #define HAVE_INOTIFY 1
  7863. | #define HAVE_PYTHON "2.7"
  7864. | #define HAVE_LIBGL 1
  7865. | #define HAVE_LIBGLEW 1
  7866. | #define HAVE_LIBGLU 1
  7867. | #define HAVE_MYSQL 1
  7868. | #define HAVE_OPENSSL 1
  7869. | #define HAVE_LIBGPG_ERROR 1
  7870. | #define HAVE_LIBGCRYPT 1
  7871. | #define HAVE_GCRYPT 1
  7872. | #define HAVE_GNUTLS 1
  7873. | #define HAVE_LIBBZ2 1
  7874. | #define HAVE_LIBJPEG 1
  7875. | #define HAVE_LIBTIFF 1
  7876. | #define HAVE_LIBPTHREAD 1
  7877. | #define HAVE_PTHREAD_SETNAME_NP 1
  7878. | #define HAVE_LIBLZO2 1
  7879. | #define HAVE_LIBZ 1
  7880. | #define HAVE_LIBCRYPTO 1
  7881. | #define HAVE_LIBSSL 1
  7882. | #define HAVE_LIBMYSQLCLIENT 1
  7883. | #define HAVE_LIBTINYXML 1
  7884. | #define HAVE_LIBPCRECPP 1
  7885. | #define HAVE_LIBPCRE 1
  7886. | #define HAVE_LIBBLURAY 1
  7887. | #define HAVE_LIBBLURAY_BDJ 1
  7888. | #define HAVE_LIBJASPER 1
  7889. | #define HAVE_DBUS 1
  7890. | #define HAVE_LIBMICROHTTPD 1
  7891. | #define HAS_DVD_DRIVE 1
  7892. | #define HAS_ALSA 1
  7893. | #define HAVE_X11 1
  7894. | #define HAVE_LIBSSH 1
  7895. | #define HAVE_LIBSSH 1
  7896. | #define HAVE_LIBSMBCLIENT 1
  7897. | #define HAVE_LIBUDEV 1
  7898. | #define HAVE_SYS_CAPABILITY_H 1
  7899. | #define HAVE_LIBCAP 1
  7900. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  7901. | #define USE_STATIC_FFMPEG 1
  7902. | #define HAVE_LIBVA 1
  7903. | #define HAVE_DIRENT_H 1
  7904. | #define STDC_HEADERS 1
  7905. | #define HAVE_SYS_WAIT_H 1
  7906. | #define HAVE_ARPA_INET_H 1
  7907. | #define HAVE_FCNTL_H 1
  7908. | #define HAVE_FLOAT_H 1
  7909. | #define HAVE_INTTYPES_H 1
  7910. | #define HAVE_LIMITS_H 1
  7911. | #define HAVE_LOCALE_H 1
  7912. | #define HAVE_MALLOC_H 1
  7913. | #define HAVE_MEMORY_H 1
  7914. | #define HAVE_NETDB_H 1
  7915. | #define HAVE_NETINET_IN_H 1
  7916. | #define HAVE_STDDEF_H 1
  7917. | #define HAVE_STDINT_H 1
  7918. | #define HAVE_STDLIB_H 1
  7919. | #define HAVE_STRING_H 1
  7920. | #define HAVE_STRINGS_H 1
  7921. | #define HAVE_SYS_FILE_H 1
  7922. | #define HAVE_SYS_IOCTL_H 1
  7923. | #define HAVE_SYS_MOUNT_H 1
  7924. | #define HAVE_SYS_PARAM_H 1
  7925. | #define HAVE_SYS_SOCKET_H 1
  7926. | #define HAVE_SYS_TIME_H 1
  7927. | #define HAVE_SYS_TIMEB_H 1
  7928. | #define HAVE_SYS_VFS_H 1
  7929. | #define HAVE_TERMIOS_H 1
  7930. | #define HAVE_UNISTD_H 1
  7931. | #define HAVE_UTIME_H 1
  7932. | #define HAVE_WCHAR_H 1
  7933. | #define HAVE_WCTYPE_H 1
  7934. | #define HAVE_CDIO_ISO9660_H 1
  7935. | #define HAVE__BOOL 1
  7936. | #define HAVE_STDBOOL_H 1
  7937. | /* end confdefs.h. */
  7938. | #include <stdio.h>
  7939. | #ifdef HAVE_SYS_TYPES_H
  7940. | # include <sys/types.h>
  7941. | #endif
  7942. | #ifdef HAVE_SYS_STAT_H
  7943. | # include <sys/stat.h>
  7944. | #endif
  7945. | #ifdef STDC_HEADERS
  7946. | # include <stdlib.h>
  7947. | # include <stddef.h>
  7948. | #else
  7949. | # ifdef HAVE_STDLIB_H
  7950. | # include <stdlib.h>
  7951. | # endif
  7952. | #endif
  7953. | #ifdef HAVE_STRING_H
  7954. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7955. | # include <memory.h>
  7956. | # endif
  7957. | # include <string.h>
  7958. | #endif
  7959. | #ifdef HAVE_STRINGS_H
  7960. | # include <strings.h>
  7961. | #endif
  7962. | #ifdef HAVE_INTTYPES_H
  7963. | # include <inttypes.h>
  7964. | #endif
  7965. | #ifdef HAVE_STDINT_H
  7966. | # include <stdint.h>
  7967. | #endif
  7968. | #ifdef HAVE_UNISTD_H
  7969. | # include <unistd.h>
  7970. | #endif
  7971. | enum { N = 64 / 2 - 1 };
  7972. | int
  7973. | main ()
  7974. | {
  7975. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  7976. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  7977. | test_array [0] = 0;
  7978. | return test_array [0];
  7979. |
  7980. | ;
  7981. | return 0;
  7982. | }
  7983. configure:31698: result: yes
  7984. configure:31709: checking for mode_t
  7985. configure:31709: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7986. configure:31709: $? = 0
  7987. configure:31709: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  7988. conftest.c: In function 'main':
  7989. conftest.c:217:21: error: expected expression before ')' token
  7990. if (sizeof ((mode_t)))
  7991. ^
  7992. configure:31709: $? = 1
  7993. configure: failed program was:
  7994. | /* confdefs.h */
  7995. | #define PACKAGE_NAME "kodi"
  7996. | #define PACKAGE_TARNAME "kodi"
  7997. | #define PACKAGE_VERSION "15.2.000"
  7998. | #define PACKAGE_STRING "kodi 15.2.000"
  7999. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  8000. | #define PACKAGE_URL ""
  8001. | #define PACKAGE "kodi"
  8002. | #define VERSION "15.2.000"
  8003. | #define HAVE_LIRC 1
  8004. | #define LIRC_DEVICE "/dev/lircd"
  8005. | #define HAVE_CXX11 1
  8006. | #define STDC_HEADERS 1
  8007. | #define HAVE_SYS_TYPES_H 1
  8008. | #define HAVE_SYS_STAT_H 1
  8009. | #define HAVE_STDLIB_H 1
  8010. | #define HAVE_STRING_H 1
  8011. | #define HAVE_MEMORY_H 1
  8012. | #define HAVE_STRINGS_H 1
  8013. | #define HAVE_INTTYPES_H 1
  8014. | #define HAVE_STDINT_H 1
  8015. | #define HAVE_UNISTD_H 1
  8016. | #define HAVE_DLFCN_H 1
  8017. | #define LT_OBJDIR ".libs/"
  8018. | #define HAVE_ALLOCA_H 1
  8019. | #define HAVE_ALLOCA 1
  8020. | #define HAVE_UNISTD_H 1
  8021. | #define HAVE_CHOWN 1
  8022. | #define HAVE_DIRENT_H 1
  8023. | #define HAVE_FSEEKO 1
  8024. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8025. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8026. | #define TIME_WITH_SYS_TIME 1
  8027. | #define HAVE_SYS_TIME_H 1
  8028. | #define HAVE_UNISTD_H 1
  8029. | #define HAVE_STDLIB_H 1
  8030. | #define HAVE_SYS_PARAM_H 1
  8031. | #define HAVE_UTIME_H 1
  8032. | #define HAVE_ALARM 1
  8033. | #define HAVE_GETPAGESIZE 1
  8034. | #define HAVE_MMAP 1
  8035. | #define HAVE_SYS_SELECT_H 1
  8036. | #define HAVE_SYS_SOCKET_H 1
  8037. | #define SELECT_TYPE_ARG1 int
  8038. | #define SELECT_TYPE_ARG234 (fd_set *)
  8039. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8040. | #define RETSIGTYPE void
  8041. | #define HAVE_STRCOLL 1
  8042. | #define HAVE_STRFTIME 1
  8043. | #define HAVE_UTIME_NULL 1
  8044. | #define HAVE_VPRINTF 1
  8045. | #define HAVE_ATEXIT 1
  8046. | #define HAVE_DUP2 1
  8047. | #define HAVE_FDATASYNC 1
  8048. | #define HAVE_FTIME 1
  8049. | #define HAVE_FTRUNCATE 1
  8050. | #define HAVE_GETCWD 1
  8051. | #define HAVE_GETHOSTBYADDR 1
  8052. | #define HAVE_GETHOSTBYNAME 1
  8053. | #define HAVE_GETHOSTNAME 1
  8054. | #define HAVE_GETPAGESIZE 1
  8055. | #define HAVE_GETPASS 1
  8056. | #define HAVE_GETTIMEOFDAY 1
  8057. | #define HAVE_INET_NTOA 1
  8058. | #define HAVE_LCHOWN 1
  8059. | #define HAVE_LOCALECONV 1
  8060. | #define HAVE_MEMCHR 1
  8061. | #define HAVE_MEMMOVE 1
  8062. | #define HAVE_MEMSET 1
  8063. | #define HAVE_MKDIR 1
  8064. | #define HAVE_MODF 1
  8065. | #define HAVE_MUNMAP 1
  8066. | #define HAVE_RMDIR 1
  8067. | #define HAVE_SELECT 1
  8068. | #define HAVE_SETENV 1
  8069. | #define HAVE_SETLOCALE 1
  8070. | #define HAVE_SOCKET 1
  8071. | #define HAVE_STRCASECMP 1
  8072. | #define HAVE_STRCHR 1
  8073. | #define HAVE_STRCSPN 1
  8074. | #define HAVE_STRDUP 1
  8075. | #define HAVE_STRERROR 1
  8076. | #define HAVE_STRNCASECMP 1
  8077. | #define HAVE_STRPBRK 1
  8078. | #define HAVE_STRRCHR 1
  8079. | #define HAVE_STRSPN 1
  8080. | #define HAVE_STRSTR 1
  8081. | #define HAVE_STRTOL 1
  8082. | #define HAVE_STRTOUL 1
  8083. | #define HAVE_SYSINFO 1
  8084. | #define HAVE_TZSET 1
  8085. | #define HAVE_UTIME 1
  8086. | #define HAVE_POSIX_FADVISE 1
  8087. | #define HAVE_LOCALTIME_R 1
  8088. | #define SIZEOF_INT 4
  8089. | #define SIZEOF_SIZE_T 8
  8090. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  8091. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  8092. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  8093. | #define HAVE_STD__U16STRING 1
  8094. | #define HAVE_STD__U32STRING 1
  8095. | #define HAVE_CHAR16_T 1
  8096. | #define HAVE_CHAR32_T 1
  8097. | #define SIZEOF_WCHAR_T 4
  8098. | #define HAVE_INOTIFY 1
  8099. | #define HAVE_PYTHON "2.7"
  8100. | #define HAVE_LIBGL 1
  8101. | #define HAVE_LIBGLEW 1
  8102. | #define HAVE_LIBGLU 1
  8103. | #define HAVE_MYSQL 1
  8104. | #define HAVE_OPENSSL 1
  8105. | #define HAVE_LIBGPG_ERROR 1
  8106. | #define HAVE_LIBGCRYPT 1
  8107. | #define HAVE_GCRYPT 1
  8108. | #define HAVE_GNUTLS 1
  8109. | #define HAVE_LIBBZ2 1
  8110. | #define HAVE_LIBJPEG 1
  8111. | #define HAVE_LIBTIFF 1
  8112. | #define HAVE_LIBPTHREAD 1
  8113. | #define HAVE_PTHREAD_SETNAME_NP 1
  8114. | #define HAVE_LIBLZO2 1
  8115. | #define HAVE_LIBZ 1
  8116. | #define HAVE_LIBCRYPTO 1
  8117. | #define HAVE_LIBSSL 1
  8118. | #define HAVE_LIBMYSQLCLIENT 1
  8119. | #define HAVE_LIBTINYXML 1
  8120. | #define HAVE_LIBPCRECPP 1
  8121. | #define HAVE_LIBPCRE 1
  8122. | #define HAVE_LIBBLURAY 1
  8123. | #define HAVE_LIBBLURAY_BDJ 1
  8124. | #define HAVE_LIBJASPER 1
  8125. | #define HAVE_DBUS 1
  8126. | #define HAVE_LIBMICROHTTPD 1
  8127. | #define HAS_DVD_DRIVE 1
  8128. | #define HAS_ALSA 1
  8129. | #define HAVE_X11 1
  8130. | #define HAVE_LIBSSH 1
  8131. | #define HAVE_LIBSSH 1
  8132. | #define HAVE_LIBSMBCLIENT 1
  8133. | #define HAVE_LIBUDEV 1
  8134. | #define HAVE_SYS_CAPABILITY_H 1
  8135. | #define HAVE_LIBCAP 1
  8136. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  8137. | #define USE_STATIC_FFMPEG 1
  8138. | #define HAVE_LIBVA 1
  8139. | #define HAVE_DIRENT_H 1
  8140. | #define STDC_HEADERS 1
  8141. | #define HAVE_SYS_WAIT_H 1
  8142. | #define HAVE_ARPA_INET_H 1
  8143. | #define HAVE_FCNTL_H 1
  8144. | #define HAVE_FLOAT_H 1
  8145. | #define HAVE_INTTYPES_H 1
  8146. | #define HAVE_LIMITS_H 1
  8147. | #define HAVE_LOCALE_H 1
  8148. | #define HAVE_MALLOC_H 1
  8149. | #define HAVE_MEMORY_H 1
  8150. | #define HAVE_NETDB_H 1
  8151. | #define HAVE_NETINET_IN_H 1
  8152. | #define HAVE_STDDEF_H 1
  8153. | #define HAVE_STDINT_H 1
  8154. | #define HAVE_STDLIB_H 1
  8155. | #define HAVE_STRING_H 1
  8156. | #define HAVE_STRINGS_H 1
  8157. | #define HAVE_SYS_FILE_H 1
  8158. | #define HAVE_SYS_IOCTL_H 1
  8159. | #define HAVE_SYS_MOUNT_H 1
  8160. | #define HAVE_SYS_PARAM_H 1
  8161. | #define HAVE_SYS_SOCKET_H 1
  8162. | #define HAVE_SYS_TIME_H 1
  8163. | #define HAVE_SYS_TIMEB_H 1
  8164. | #define HAVE_SYS_VFS_H 1
  8165. | #define HAVE_TERMIOS_H 1
  8166. | #define HAVE_UNISTD_H 1
  8167. | #define HAVE_UTIME_H 1
  8168. | #define HAVE_WCHAR_H 1
  8169. | #define HAVE_WCTYPE_H 1
  8170. | #define HAVE_CDIO_ISO9660_H 1
  8171. | #define HAVE__BOOL 1
  8172. | #define HAVE_STDBOOL_H 1
  8173. | /* end confdefs.h. */
  8174. | #include <stdio.h>
  8175. | #ifdef HAVE_SYS_TYPES_H
  8176. | # include <sys/types.h>
  8177. | #endif
  8178. | #ifdef HAVE_SYS_STAT_H
  8179. | # include <sys/stat.h>
  8180. | #endif
  8181. | #ifdef STDC_HEADERS
  8182. | # include <stdlib.h>
  8183. | # include <stddef.h>
  8184. | #else
  8185. | # ifdef HAVE_STDLIB_H
  8186. | # include <stdlib.h>
  8187. | # endif
  8188. | #endif
  8189. | #ifdef HAVE_STRING_H
  8190. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8191. | # include <memory.h>
  8192. | # endif
  8193. | # include <string.h>
  8194. | #endif
  8195. | #ifdef HAVE_STRINGS_H
  8196. | # include <strings.h>
  8197. | #endif
  8198. | #ifdef HAVE_INTTYPES_H
  8199. | # include <inttypes.h>
  8200. | #endif
  8201. | #ifdef HAVE_STDINT_H
  8202. | # include <stdint.h>
  8203. | #endif
  8204. | #ifdef HAVE_UNISTD_H
  8205. | # include <unistd.h>
  8206. | #endif
  8207. | int
  8208. | main ()
  8209. | {
  8210. | if (sizeof ((mode_t)))
  8211. | return 0;
  8212. | ;
  8213. | return 0;
  8214. | }
  8215. configure:31709: result: yes
  8216. configure:31720: checking for off_t
  8217. configure:31720: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8218. configure:31720: $? = 0
  8219. configure:31720: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8220. conftest.c: In function 'main':
  8221. conftest.c:217:20: error: expected expression before ')' token
  8222. if (sizeof ((off_t)))
  8223. ^
  8224. configure:31720: $? = 1
  8225. configure: failed program was:
  8226. | /* confdefs.h */
  8227. | #define PACKAGE_NAME "kodi"
  8228. | #define PACKAGE_TARNAME "kodi"
  8229. | #define PACKAGE_VERSION "15.2.000"
  8230. | #define PACKAGE_STRING "kodi 15.2.000"
  8231. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  8232. | #define PACKAGE_URL ""
  8233. | #define PACKAGE "kodi"
  8234. | #define VERSION "15.2.000"
  8235. | #define HAVE_LIRC 1
  8236. | #define LIRC_DEVICE "/dev/lircd"
  8237. | #define HAVE_CXX11 1
  8238. | #define STDC_HEADERS 1
  8239. | #define HAVE_SYS_TYPES_H 1
  8240. | #define HAVE_SYS_STAT_H 1
  8241. | #define HAVE_STDLIB_H 1
  8242. | #define HAVE_STRING_H 1
  8243. | #define HAVE_MEMORY_H 1
  8244. | #define HAVE_STRINGS_H 1
  8245. | #define HAVE_INTTYPES_H 1
  8246. | #define HAVE_STDINT_H 1
  8247. | #define HAVE_UNISTD_H 1
  8248. | #define HAVE_DLFCN_H 1
  8249. | #define LT_OBJDIR ".libs/"
  8250. | #define HAVE_ALLOCA_H 1
  8251. | #define HAVE_ALLOCA 1
  8252. | #define HAVE_UNISTD_H 1
  8253. | #define HAVE_CHOWN 1
  8254. | #define HAVE_DIRENT_H 1
  8255. | #define HAVE_FSEEKO 1
  8256. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8257. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8258. | #define TIME_WITH_SYS_TIME 1
  8259. | #define HAVE_SYS_TIME_H 1
  8260. | #define HAVE_UNISTD_H 1
  8261. | #define HAVE_STDLIB_H 1
  8262. | #define HAVE_SYS_PARAM_H 1
  8263. | #define HAVE_UTIME_H 1
  8264. | #define HAVE_ALARM 1
  8265. | #define HAVE_GETPAGESIZE 1
  8266. | #define HAVE_MMAP 1
  8267. | #define HAVE_SYS_SELECT_H 1
  8268. | #define HAVE_SYS_SOCKET_H 1
  8269. | #define SELECT_TYPE_ARG1 int
  8270. | #define SELECT_TYPE_ARG234 (fd_set *)
  8271. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8272. | #define RETSIGTYPE void
  8273. | #define HAVE_STRCOLL 1
  8274. | #define HAVE_STRFTIME 1
  8275. | #define HAVE_UTIME_NULL 1
  8276. | #define HAVE_VPRINTF 1
  8277. | #define HAVE_ATEXIT 1
  8278. | #define HAVE_DUP2 1
  8279. | #define HAVE_FDATASYNC 1
  8280. | #define HAVE_FTIME 1
  8281. | #define HAVE_FTRUNCATE 1
  8282. | #define HAVE_GETCWD 1
  8283. | #define HAVE_GETHOSTBYADDR 1
  8284. | #define HAVE_GETHOSTBYNAME 1
  8285. | #define HAVE_GETHOSTNAME 1
  8286. | #define HAVE_GETPAGESIZE 1
  8287. | #define HAVE_GETPASS 1
  8288. | #define HAVE_GETTIMEOFDAY 1
  8289. | #define HAVE_INET_NTOA 1
  8290. | #define HAVE_LCHOWN 1
  8291. | #define HAVE_LOCALECONV 1
  8292. | #define HAVE_MEMCHR 1
  8293. | #define HAVE_MEMMOVE 1
  8294. | #define HAVE_MEMSET 1
  8295. | #define HAVE_MKDIR 1
  8296. | #define HAVE_MODF 1
  8297. | #define HAVE_MUNMAP 1
  8298. | #define HAVE_RMDIR 1
  8299. | #define HAVE_SELECT 1
  8300. | #define HAVE_SETENV 1
  8301. | #define HAVE_SETLOCALE 1
  8302. | #define HAVE_SOCKET 1
  8303. | #define HAVE_STRCASECMP 1
  8304. | #define HAVE_STRCHR 1
  8305. | #define HAVE_STRCSPN 1
  8306. | #define HAVE_STRDUP 1
  8307. | #define HAVE_STRERROR 1
  8308. | #define HAVE_STRNCASECMP 1
  8309. | #define HAVE_STRPBRK 1
  8310. | #define HAVE_STRRCHR 1
  8311. | #define HAVE_STRSPN 1
  8312. | #define HAVE_STRSTR 1
  8313. | #define HAVE_STRTOL 1
  8314. | #define HAVE_STRTOUL 1
  8315. | #define HAVE_SYSINFO 1
  8316. | #define HAVE_TZSET 1
  8317. | #define HAVE_UTIME 1
  8318. | #define HAVE_POSIX_FADVISE 1
  8319. | #define HAVE_LOCALTIME_R 1
  8320. | #define SIZEOF_INT 4
  8321. | #define SIZEOF_SIZE_T 8
  8322. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  8323. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  8324. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  8325. | #define HAVE_STD__U16STRING 1
  8326. | #define HAVE_STD__U32STRING 1
  8327. | #define HAVE_CHAR16_T 1
  8328. | #define HAVE_CHAR32_T 1
  8329. | #define SIZEOF_WCHAR_T 4
  8330. | #define HAVE_INOTIFY 1
  8331. | #define HAVE_PYTHON "2.7"
  8332. | #define HAVE_LIBGL 1
  8333. | #define HAVE_LIBGLEW 1
  8334. | #define HAVE_LIBGLU 1
  8335. | #define HAVE_MYSQL 1
  8336. | #define HAVE_OPENSSL 1
  8337. | #define HAVE_LIBGPG_ERROR 1
  8338. | #define HAVE_LIBGCRYPT 1
  8339. | #define HAVE_GCRYPT 1
  8340. | #define HAVE_GNUTLS 1
  8341. | #define HAVE_LIBBZ2 1
  8342. | #define HAVE_LIBJPEG 1
  8343. | #define HAVE_LIBTIFF 1
  8344. | #define HAVE_LIBPTHREAD 1
  8345. | #define HAVE_PTHREAD_SETNAME_NP 1
  8346. | #define HAVE_LIBLZO2 1
  8347. | #define HAVE_LIBZ 1
  8348. | #define HAVE_LIBCRYPTO 1
  8349. | #define HAVE_LIBSSL 1
  8350. | #define HAVE_LIBMYSQLCLIENT 1
  8351. | #define HAVE_LIBTINYXML 1
  8352. | #define HAVE_LIBPCRECPP 1
  8353. | #define HAVE_LIBPCRE 1
  8354. | #define HAVE_LIBBLURAY 1
  8355. | #define HAVE_LIBBLURAY_BDJ 1
  8356. | #define HAVE_LIBJASPER 1
  8357. | #define HAVE_DBUS 1
  8358. | #define HAVE_LIBMICROHTTPD 1
  8359. | #define HAS_DVD_DRIVE 1
  8360. | #define HAS_ALSA 1
  8361. | #define HAVE_X11 1
  8362. | #define HAVE_LIBSSH 1
  8363. | #define HAVE_LIBSSH 1
  8364. | #define HAVE_LIBSMBCLIENT 1
  8365. | #define HAVE_LIBUDEV 1
  8366. | #define HAVE_SYS_CAPABILITY_H 1
  8367. | #define HAVE_LIBCAP 1
  8368. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  8369. | #define USE_STATIC_FFMPEG 1
  8370. | #define HAVE_LIBVA 1
  8371. | #define HAVE_DIRENT_H 1
  8372. | #define STDC_HEADERS 1
  8373. | #define HAVE_SYS_WAIT_H 1
  8374. | #define HAVE_ARPA_INET_H 1
  8375. | #define HAVE_FCNTL_H 1
  8376. | #define HAVE_FLOAT_H 1
  8377. | #define HAVE_INTTYPES_H 1
  8378. | #define HAVE_LIMITS_H 1
  8379. | #define HAVE_LOCALE_H 1
  8380. | #define HAVE_MALLOC_H 1
  8381. | #define HAVE_MEMORY_H 1
  8382. | #define HAVE_NETDB_H 1
  8383. | #define HAVE_NETINET_IN_H 1
  8384. | #define HAVE_STDDEF_H 1
  8385. | #define HAVE_STDINT_H 1
  8386. | #define HAVE_STDLIB_H 1
  8387. | #define HAVE_STRING_H 1
  8388. | #define HAVE_STRINGS_H 1
  8389. | #define HAVE_SYS_FILE_H 1
  8390. | #define HAVE_SYS_IOCTL_H 1
  8391. | #define HAVE_SYS_MOUNT_H 1
  8392. | #define HAVE_SYS_PARAM_H 1
  8393. | #define HAVE_SYS_SOCKET_H 1
  8394. | #define HAVE_SYS_TIME_H 1
  8395. | #define HAVE_SYS_TIMEB_H 1
  8396. | #define HAVE_SYS_VFS_H 1
  8397. | #define HAVE_TERMIOS_H 1
  8398. | #define HAVE_UNISTD_H 1
  8399. | #define HAVE_UTIME_H 1
  8400. | #define HAVE_WCHAR_H 1
  8401. | #define HAVE_WCTYPE_H 1
  8402. | #define HAVE_CDIO_ISO9660_H 1
  8403. | #define HAVE__BOOL 1
  8404. | #define HAVE_STDBOOL_H 1
  8405. | /* end confdefs.h. */
  8406. | #include <stdio.h>
  8407. | #ifdef HAVE_SYS_TYPES_H
  8408. | # include <sys/types.h>
  8409. | #endif
  8410. | #ifdef HAVE_SYS_STAT_H
  8411. | # include <sys/stat.h>
  8412. | #endif
  8413. | #ifdef STDC_HEADERS
  8414. | # include <stdlib.h>
  8415. | # include <stddef.h>
  8416. | #else
  8417. | # ifdef HAVE_STDLIB_H
  8418. | # include <stdlib.h>
  8419. | # endif
  8420. | #endif
  8421. | #ifdef HAVE_STRING_H
  8422. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8423. | # include <memory.h>
  8424. | # endif
  8425. | # include <string.h>
  8426. | #endif
  8427. | #ifdef HAVE_STRINGS_H
  8428. | # include <strings.h>
  8429. | #endif
  8430. | #ifdef HAVE_INTTYPES_H
  8431. | # include <inttypes.h>
  8432. | #endif
  8433. | #ifdef HAVE_STDINT_H
  8434. | # include <stdint.h>
  8435. | #endif
  8436. | #ifdef HAVE_UNISTD_H
  8437. | # include <unistd.h>
  8438. | #endif
  8439. | int
  8440. | main ()
  8441. | {
  8442. | if (sizeof ((off_t)))
  8443. | return 0;
  8444. | ;
  8445. | return 0;
  8446. | }
  8447. configure:31720: result: yes
  8448. configure:31731: checking for pid_t
  8449. configure:31731: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8450. configure:31731: $? = 0
  8451. configure:31731: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8452. conftest.c: In function 'main':
  8453. conftest.c:217:20: error: expected expression before ')' token
  8454. if (sizeof ((pid_t)))
  8455. ^
  8456. configure:31731: $? = 1
  8457. configure: failed program was:
  8458. | /* confdefs.h */
  8459. | #define PACKAGE_NAME "kodi"
  8460. | #define PACKAGE_TARNAME "kodi"
  8461. | #define PACKAGE_VERSION "15.2.000"
  8462. | #define PACKAGE_STRING "kodi 15.2.000"
  8463. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  8464. | #define PACKAGE_URL ""
  8465. | #define PACKAGE "kodi"
  8466. | #define VERSION "15.2.000"
  8467. | #define HAVE_LIRC 1
  8468. | #define LIRC_DEVICE "/dev/lircd"
  8469. | #define HAVE_CXX11 1
  8470. | #define STDC_HEADERS 1
  8471. | #define HAVE_SYS_TYPES_H 1
  8472. | #define HAVE_SYS_STAT_H 1
  8473. | #define HAVE_STDLIB_H 1
  8474. | #define HAVE_STRING_H 1
  8475. | #define HAVE_MEMORY_H 1
  8476. | #define HAVE_STRINGS_H 1
  8477. | #define HAVE_INTTYPES_H 1
  8478. | #define HAVE_STDINT_H 1
  8479. | #define HAVE_UNISTD_H 1
  8480. | #define HAVE_DLFCN_H 1
  8481. | #define LT_OBJDIR ".libs/"
  8482. | #define HAVE_ALLOCA_H 1
  8483. | #define HAVE_ALLOCA 1
  8484. | #define HAVE_UNISTD_H 1
  8485. | #define HAVE_CHOWN 1
  8486. | #define HAVE_DIRENT_H 1
  8487. | #define HAVE_FSEEKO 1
  8488. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8489. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8490. | #define TIME_WITH_SYS_TIME 1
  8491. | #define HAVE_SYS_TIME_H 1
  8492. | #define HAVE_UNISTD_H 1
  8493. | #define HAVE_STDLIB_H 1
  8494. | #define HAVE_SYS_PARAM_H 1
  8495. | #define HAVE_UTIME_H 1
  8496. | #define HAVE_ALARM 1
  8497. | #define HAVE_GETPAGESIZE 1
  8498. | #define HAVE_MMAP 1
  8499. | #define HAVE_SYS_SELECT_H 1
  8500. | #define HAVE_SYS_SOCKET_H 1
  8501. | #define SELECT_TYPE_ARG1 int
  8502. | #define SELECT_TYPE_ARG234 (fd_set *)
  8503. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8504. | #define RETSIGTYPE void
  8505. | #define HAVE_STRCOLL 1
  8506. | #define HAVE_STRFTIME 1
  8507. | #define HAVE_UTIME_NULL 1
  8508. | #define HAVE_VPRINTF 1
  8509. | #define HAVE_ATEXIT 1
  8510. | #define HAVE_DUP2 1
  8511. | #define HAVE_FDATASYNC 1
  8512. | #define HAVE_FTIME 1
  8513. | #define HAVE_FTRUNCATE 1
  8514. | #define HAVE_GETCWD 1
  8515. | #define HAVE_GETHOSTBYADDR 1
  8516. | #define HAVE_GETHOSTBYNAME 1
  8517. | #define HAVE_GETHOSTNAME 1
  8518. | #define HAVE_GETPAGESIZE 1
  8519. | #define HAVE_GETPASS 1
  8520. | #define HAVE_GETTIMEOFDAY 1
  8521. | #define HAVE_INET_NTOA 1
  8522. | #define HAVE_LCHOWN 1
  8523. | #define HAVE_LOCALECONV 1
  8524. | #define HAVE_MEMCHR 1
  8525. | #define HAVE_MEMMOVE 1
  8526. | #define HAVE_MEMSET 1
  8527. | #define HAVE_MKDIR 1
  8528. | #define HAVE_MODF 1
  8529. | #define HAVE_MUNMAP 1
  8530. | #define HAVE_RMDIR 1
  8531. | #define HAVE_SELECT 1
  8532. | #define HAVE_SETENV 1
  8533. | #define HAVE_SETLOCALE 1
  8534. | #define HAVE_SOCKET 1
  8535. | #define HAVE_STRCASECMP 1
  8536. | #define HAVE_STRCHR 1
  8537. | #define HAVE_STRCSPN 1
  8538. | #define HAVE_STRDUP 1
  8539. | #define HAVE_STRERROR 1
  8540. | #define HAVE_STRNCASECMP 1
  8541. | #define HAVE_STRPBRK 1
  8542. | #define HAVE_STRRCHR 1
  8543. | #define HAVE_STRSPN 1
  8544. | #define HAVE_STRSTR 1
  8545. | #define HAVE_STRTOL 1
  8546. | #define HAVE_STRTOUL 1
  8547. | #define HAVE_SYSINFO 1
  8548. | #define HAVE_TZSET 1
  8549. | #define HAVE_UTIME 1
  8550. | #define HAVE_POSIX_FADVISE 1
  8551. | #define HAVE_LOCALTIME_R 1
  8552. | #define SIZEOF_INT 4
  8553. | #define SIZEOF_SIZE_T 8
  8554. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  8555. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  8556. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  8557. | #define HAVE_STD__U16STRING 1
  8558. | #define HAVE_STD__U32STRING 1
  8559. | #define HAVE_CHAR16_T 1
  8560. | #define HAVE_CHAR32_T 1
  8561. | #define SIZEOF_WCHAR_T 4
  8562. | #define HAVE_INOTIFY 1
  8563. | #define HAVE_PYTHON "2.7"
  8564. | #define HAVE_LIBGL 1
  8565. | #define HAVE_LIBGLEW 1
  8566. | #define HAVE_LIBGLU 1
  8567. | #define HAVE_MYSQL 1
  8568. | #define HAVE_OPENSSL 1
  8569. | #define HAVE_LIBGPG_ERROR 1
  8570. | #define HAVE_LIBGCRYPT 1
  8571. | #define HAVE_GCRYPT 1
  8572. | #define HAVE_GNUTLS 1
  8573. | #define HAVE_LIBBZ2 1
  8574. | #define HAVE_LIBJPEG 1
  8575. | #define HAVE_LIBTIFF 1
  8576. | #define HAVE_LIBPTHREAD 1
  8577. | #define HAVE_PTHREAD_SETNAME_NP 1
  8578. | #define HAVE_LIBLZO2 1
  8579. | #define HAVE_LIBZ 1
  8580. | #define HAVE_LIBCRYPTO 1
  8581. | #define HAVE_LIBSSL 1
  8582. | #define HAVE_LIBMYSQLCLIENT 1
  8583. | #define HAVE_LIBTINYXML 1
  8584. | #define HAVE_LIBPCRECPP 1
  8585. | #define HAVE_LIBPCRE 1
  8586. | #define HAVE_LIBBLURAY 1
  8587. | #define HAVE_LIBBLURAY_BDJ 1
  8588. | #define HAVE_LIBJASPER 1
  8589. | #define HAVE_DBUS 1
  8590. | #define HAVE_LIBMICROHTTPD 1
  8591. | #define HAS_DVD_DRIVE 1
  8592. | #define HAS_ALSA 1
  8593. | #define HAVE_X11 1
  8594. | #define HAVE_LIBSSH 1
  8595. | #define HAVE_LIBSSH 1
  8596. | #define HAVE_LIBSMBCLIENT 1
  8597. | #define HAVE_LIBUDEV 1
  8598. | #define HAVE_SYS_CAPABILITY_H 1
  8599. | #define HAVE_LIBCAP 1
  8600. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  8601. | #define USE_STATIC_FFMPEG 1
  8602. | #define HAVE_LIBVA 1
  8603. | #define HAVE_DIRENT_H 1
  8604. | #define STDC_HEADERS 1
  8605. | #define HAVE_SYS_WAIT_H 1
  8606. | #define HAVE_ARPA_INET_H 1
  8607. | #define HAVE_FCNTL_H 1
  8608. | #define HAVE_FLOAT_H 1
  8609. | #define HAVE_INTTYPES_H 1
  8610. | #define HAVE_LIMITS_H 1
  8611. | #define HAVE_LOCALE_H 1
  8612. | #define HAVE_MALLOC_H 1
  8613. | #define HAVE_MEMORY_H 1
  8614. | #define HAVE_NETDB_H 1
  8615. | #define HAVE_NETINET_IN_H 1
  8616. | #define HAVE_STDDEF_H 1
  8617. | #define HAVE_STDINT_H 1
  8618. | #define HAVE_STDLIB_H 1
  8619. | #define HAVE_STRING_H 1
  8620. | #define HAVE_STRINGS_H 1
  8621. | #define HAVE_SYS_FILE_H 1
  8622. | #define HAVE_SYS_IOCTL_H 1
  8623. | #define HAVE_SYS_MOUNT_H 1
  8624. | #define HAVE_SYS_PARAM_H 1
  8625. | #define HAVE_SYS_SOCKET_H 1
  8626. | #define HAVE_SYS_TIME_H 1
  8627. | #define HAVE_SYS_TIMEB_H 1
  8628. | #define HAVE_SYS_VFS_H 1
  8629. | #define HAVE_TERMIOS_H 1
  8630. | #define HAVE_UNISTD_H 1
  8631. | #define HAVE_UTIME_H 1
  8632. | #define HAVE_WCHAR_H 1
  8633. | #define HAVE_WCTYPE_H 1
  8634. | #define HAVE_CDIO_ISO9660_H 1
  8635. | #define HAVE__BOOL 1
  8636. | #define HAVE_STDBOOL_H 1
  8637. | /* end confdefs.h. */
  8638. | #include <stdio.h>
  8639. | #ifdef HAVE_SYS_TYPES_H
  8640. | # include <sys/types.h>
  8641. | #endif
  8642. | #ifdef HAVE_SYS_STAT_H
  8643. | # include <sys/stat.h>
  8644. | #endif
  8645. | #ifdef STDC_HEADERS
  8646. | # include <stdlib.h>
  8647. | # include <stddef.h>
  8648. | #else
  8649. | # ifdef HAVE_STDLIB_H
  8650. | # include <stdlib.h>
  8651. | # endif
  8652. | #endif
  8653. | #ifdef HAVE_STRING_H
  8654. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8655. | # include <memory.h>
  8656. | # endif
  8657. | # include <string.h>
  8658. | #endif
  8659. | #ifdef HAVE_STRINGS_H
  8660. | # include <strings.h>
  8661. | #endif
  8662. | #ifdef HAVE_INTTYPES_H
  8663. | # include <inttypes.h>
  8664. | #endif
  8665. | #ifdef HAVE_STDINT_H
  8666. | # include <stdint.h>
  8667. | #endif
  8668. | #ifdef HAVE_UNISTD_H
  8669. | # include <unistd.h>
  8670. | #endif
  8671. | int
  8672. | main ()
  8673. | {
  8674. | if (sizeof ((pid_t)))
  8675. | return 0;
  8676. | ;
  8677. | return 0;
  8678. | }
  8679. configure:31731: result: yes
  8680. configure:31742: checking for C/C++ restrict keyword
  8681. configure:31767: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8682. configure:31767: $? = 0
  8683. configure:31775: result: __restrict
  8684. configure:31788: checking for size_t
  8685. configure:31788: result: yes
  8686. configure:31799: checking for ssize_t
  8687. configure:31799: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8688. configure:31799: $? = 0
  8689. configure:31799: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8690. conftest.c: In function 'main':
  8691. conftest.c:218:22: error: expected expression before ')' token
  8692. if (sizeof ((ssize_t)))
  8693. ^
  8694. configure:31799: $? = 1
  8695. configure: failed program was:
  8696. | /* confdefs.h */
  8697. | #define PACKAGE_NAME "kodi"
  8698. | #define PACKAGE_TARNAME "kodi"
  8699. | #define PACKAGE_VERSION "15.2.000"
  8700. | #define PACKAGE_STRING "kodi 15.2.000"
  8701. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  8702. | #define PACKAGE_URL ""
  8703. | #define PACKAGE "kodi"
  8704. | #define VERSION "15.2.000"
  8705. | #define HAVE_LIRC 1
  8706. | #define LIRC_DEVICE "/dev/lircd"
  8707. | #define HAVE_CXX11 1
  8708. | #define STDC_HEADERS 1
  8709. | #define HAVE_SYS_TYPES_H 1
  8710. | #define HAVE_SYS_STAT_H 1
  8711. | #define HAVE_STDLIB_H 1
  8712. | #define HAVE_STRING_H 1
  8713. | #define HAVE_MEMORY_H 1
  8714. | #define HAVE_STRINGS_H 1
  8715. | #define HAVE_INTTYPES_H 1
  8716. | #define HAVE_STDINT_H 1
  8717. | #define HAVE_UNISTD_H 1
  8718. | #define HAVE_DLFCN_H 1
  8719. | #define LT_OBJDIR ".libs/"
  8720. | #define HAVE_ALLOCA_H 1
  8721. | #define HAVE_ALLOCA 1
  8722. | #define HAVE_UNISTD_H 1
  8723. | #define HAVE_CHOWN 1
  8724. | #define HAVE_DIRENT_H 1
  8725. | #define HAVE_FSEEKO 1
  8726. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8727. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8728. | #define TIME_WITH_SYS_TIME 1
  8729. | #define HAVE_SYS_TIME_H 1
  8730. | #define HAVE_UNISTD_H 1
  8731. | #define HAVE_STDLIB_H 1
  8732. | #define HAVE_SYS_PARAM_H 1
  8733. | #define HAVE_UTIME_H 1
  8734. | #define HAVE_ALARM 1
  8735. | #define HAVE_GETPAGESIZE 1
  8736. | #define HAVE_MMAP 1
  8737. | #define HAVE_SYS_SELECT_H 1
  8738. | #define HAVE_SYS_SOCKET_H 1
  8739. | #define SELECT_TYPE_ARG1 int
  8740. | #define SELECT_TYPE_ARG234 (fd_set *)
  8741. | #define SELECT_TYPE_ARG5 (struct timeval *)
  8742. | #define RETSIGTYPE void
  8743. | #define HAVE_STRCOLL 1
  8744. | #define HAVE_STRFTIME 1
  8745. | #define HAVE_UTIME_NULL 1
  8746. | #define HAVE_VPRINTF 1
  8747. | #define HAVE_ATEXIT 1
  8748. | #define HAVE_DUP2 1
  8749. | #define HAVE_FDATASYNC 1
  8750. | #define HAVE_FTIME 1
  8751. | #define HAVE_FTRUNCATE 1
  8752. | #define HAVE_GETCWD 1
  8753. | #define HAVE_GETHOSTBYADDR 1
  8754. | #define HAVE_GETHOSTBYNAME 1
  8755. | #define HAVE_GETHOSTNAME 1
  8756. | #define HAVE_GETPAGESIZE 1
  8757. | #define HAVE_GETPASS 1
  8758. | #define HAVE_GETTIMEOFDAY 1
  8759. | #define HAVE_INET_NTOA 1
  8760. | #define HAVE_LCHOWN 1
  8761. | #define HAVE_LOCALECONV 1
  8762. | #define HAVE_MEMCHR 1
  8763. | #define HAVE_MEMMOVE 1
  8764. | #define HAVE_MEMSET 1
  8765. | #define HAVE_MKDIR 1
  8766. | #define HAVE_MODF 1
  8767. | #define HAVE_MUNMAP 1
  8768. | #define HAVE_RMDIR 1
  8769. | #define HAVE_SELECT 1
  8770. | #define HAVE_SETENV 1
  8771. | #define HAVE_SETLOCALE 1
  8772. | #define HAVE_SOCKET 1
  8773. | #define HAVE_STRCASECMP 1
  8774. | #define HAVE_STRCHR 1
  8775. | #define HAVE_STRCSPN 1
  8776. | #define HAVE_STRDUP 1
  8777. | #define HAVE_STRERROR 1
  8778. | #define HAVE_STRNCASECMP 1
  8779. | #define HAVE_STRPBRK 1
  8780. | #define HAVE_STRRCHR 1
  8781. | #define HAVE_STRSPN 1
  8782. | #define HAVE_STRSTR 1
  8783. | #define HAVE_STRTOL 1
  8784. | #define HAVE_STRTOUL 1
  8785. | #define HAVE_SYSINFO 1
  8786. | #define HAVE_TZSET 1
  8787. | #define HAVE_UTIME 1
  8788. | #define HAVE_POSIX_FADVISE 1
  8789. | #define HAVE_LOCALTIME_R 1
  8790. | #define SIZEOF_INT 4
  8791. | #define SIZEOF_SIZE_T 8
  8792. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  8793. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  8794. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  8795. | #define HAVE_STD__U16STRING 1
  8796. | #define HAVE_STD__U32STRING 1
  8797. | #define HAVE_CHAR16_T 1
  8798. | #define HAVE_CHAR32_T 1
  8799. | #define SIZEOF_WCHAR_T 4
  8800. | #define HAVE_INOTIFY 1
  8801. | #define HAVE_PYTHON "2.7"
  8802. | #define HAVE_LIBGL 1
  8803. | #define HAVE_LIBGLEW 1
  8804. | #define HAVE_LIBGLU 1
  8805. | #define HAVE_MYSQL 1
  8806. | #define HAVE_OPENSSL 1
  8807. | #define HAVE_LIBGPG_ERROR 1
  8808. | #define HAVE_LIBGCRYPT 1
  8809. | #define HAVE_GCRYPT 1
  8810. | #define HAVE_GNUTLS 1
  8811. | #define HAVE_LIBBZ2 1
  8812. | #define HAVE_LIBJPEG 1
  8813. | #define HAVE_LIBTIFF 1
  8814. | #define HAVE_LIBPTHREAD 1
  8815. | #define HAVE_PTHREAD_SETNAME_NP 1
  8816. | #define HAVE_LIBLZO2 1
  8817. | #define HAVE_LIBZ 1
  8818. | #define HAVE_LIBCRYPTO 1
  8819. | #define HAVE_LIBSSL 1
  8820. | #define HAVE_LIBMYSQLCLIENT 1
  8821. | #define HAVE_LIBTINYXML 1
  8822. | #define HAVE_LIBPCRECPP 1
  8823. | #define HAVE_LIBPCRE 1
  8824. | #define HAVE_LIBBLURAY 1
  8825. | #define HAVE_LIBBLURAY_BDJ 1
  8826. | #define HAVE_LIBJASPER 1
  8827. | #define HAVE_DBUS 1
  8828. | #define HAVE_LIBMICROHTTPD 1
  8829. | #define HAS_DVD_DRIVE 1
  8830. | #define HAS_ALSA 1
  8831. | #define HAVE_X11 1
  8832. | #define HAVE_LIBSSH 1
  8833. | #define HAVE_LIBSSH 1
  8834. | #define HAVE_LIBSMBCLIENT 1
  8835. | #define HAVE_LIBUDEV 1
  8836. | #define HAVE_SYS_CAPABILITY_H 1
  8837. | #define HAVE_LIBCAP 1
  8838. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  8839. | #define USE_STATIC_FFMPEG 1
  8840. | #define HAVE_LIBVA 1
  8841. | #define HAVE_DIRENT_H 1
  8842. | #define STDC_HEADERS 1
  8843. | #define HAVE_SYS_WAIT_H 1
  8844. | #define HAVE_ARPA_INET_H 1
  8845. | #define HAVE_FCNTL_H 1
  8846. | #define HAVE_FLOAT_H 1
  8847. | #define HAVE_INTTYPES_H 1
  8848. | #define HAVE_LIMITS_H 1
  8849. | #define HAVE_LOCALE_H 1
  8850. | #define HAVE_MALLOC_H 1
  8851. | #define HAVE_MEMORY_H 1
  8852. | #define HAVE_NETDB_H 1
  8853. | #define HAVE_NETINET_IN_H 1
  8854. | #define HAVE_STDDEF_H 1
  8855. | #define HAVE_STDINT_H 1
  8856. | #define HAVE_STDLIB_H 1
  8857. | #define HAVE_STRING_H 1
  8858. | #define HAVE_STRINGS_H 1
  8859. | #define HAVE_SYS_FILE_H 1
  8860. | #define HAVE_SYS_IOCTL_H 1
  8861. | #define HAVE_SYS_MOUNT_H 1
  8862. | #define HAVE_SYS_PARAM_H 1
  8863. | #define HAVE_SYS_SOCKET_H 1
  8864. | #define HAVE_SYS_TIME_H 1
  8865. | #define HAVE_SYS_TIMEB_H 1
  8866. | #define HAVE_SYS_VFS_H 1
  8867. | #define HAVE_TERMIOS_H 1
  8868. | #define HAVE_UNISTD_H 1
  8869. | #define HAVE_UTIME_H 1
  8870. | #define HAVE_WCHAR_H 1
  8871. | #define HAVE_WCTYPE_H 1
  8872. | #define HAVE_CDIO_ISO9660_H 1
  8873. | #define HAVE__BOOL 1
  8874. | #define HAVE_STDBOOL_H 1
  8875. | #define restrict __restrict
  8876. | /* end confdefs.h. */
  8877. | #include <stdio.h>
  8878. | #ifdef HAVE_SYS_TYPES_H
  8879. | # include <sys/types.h>
  8880. | #endif
  8881. | #ifdef HAVE_SYS_STAT_H
  8882. | # include <sys/stat.h>
  8883. | #endif
  8884. | #ifdef STDC_HEADERS
  8885. | # include <stdlib.h>
  8886. | # include <stddef.h>
  8887. | #else
  8888. | # ifdef HAVE_STDLIB_H
  8889. | # include <stdlib.h>
  8890. | # endif
  8891. | #endif
  8892. | #ifdef HAVE_STRING_H
  8893. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8894. | # include <memory.h>
  8895. | # endif
  8896. | # include <string.h>
  8897. | #endif
  8898. | #ifdef HAVE_STRINGS_H
  8899. | # include <strings.h>
  8900. | #endif
  8901. | #ifdef HAVE_INTTYPES_H
  8902. | # include <inttypes.h>
  8903. | #endif
  8904. | #ifdef HAVE_STDINT_H
  8905. | # include <stdint.h>
  8906. | #endif
  8907. | #ifdef HAVE_UNISTD_H
  8908. | # include <unistd.h>
  8909. | #endif
  8910. | int
  8911. | main ()
  8912. | {
  8913. | if (sizeof ((ssize_t)))
  8914. | return 0;
  8915. | ;
  8916. | return 0;
  8917. | }
  8918. configure:31799: result: yes
  8919. configure:31810: checking for struct stat.st_rdev
  8920. configure:31810: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8921. configure:31810: $? = 0
  8922. configure:31810: result: yes
  8923. configure:31820: checking whether time.h and sys/time.h may both be included
  8924. configure:31847: result: yes
  8925. configure:31855: checking whether struct tm is in sys/time.h or time.h
  8926. configure:31875: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8927. configure:31875: $? = 0
  8928. configure:31882: result: time.h
  8929. configure:31890: checking for uint8_t
  8930. configure:31890: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8931. configure:31890: $? = 0
  8932. configure:31890: result: yes
  8933. configure:31904: checking for uint16_t
  8934. configure:31904: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8935. configure:31904: $? = 0
  8936. configure:31904: result: yes
  8937. configure:31916: checking for uint32_t
  8938. configure:31916: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8939. configure:31916: $? = 0
  8940. configure:31916: result: yes
  8941. configure:31930: checking for uint64_t
  8942. configure:31930: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8943. configure:31930: $? = 0
  8944. configure:31930: result: yes
  8945. configure:31944: checking whether byte ordering is bigendian
  8946. configure:31959: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  8947. conftest.c:185:9: error: unknown type name 'not'
  8948. not a universal capable compiler
  8949. ^
  8950. conftest.c:185:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  8951. not a universal capable compiler
  8952. ^
  8953. conftest.c:185:15: error: unknown type name 'universal'
  8954. configure:31959: $? = 1
  8955. configure: failed program was:
  8956. | /* confdefs.h */
  8957. | #define PACKAGE_NAME "kodi"
  8958. | #define PACKAGE_TARNAME "kodi"
  8959. | #define PACKAGE_VERSION "15.2.000"
  8960. | #define PACKAGE_STRING "kodi 15.2.000"
  8961. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  8962. | #define PACKAGE_URL ""
  8963. | #define PACKAGE "kodi"
  8964. | #define VERSION "15.2.000"
  8965. | #define HAVE_LIRC 1
  8966. | #define LIRC_DEVICE "/dev/lircd"
  8967. | #define HAVE_CXX11 1
  8968. | #define STDC_HEADERS 1
  8969. | #define HAVE_SYS_TYPES_H 1
  8970. | #define HAVE_SYS_STAT_H 1
  8971. | #define HAVE_STDLIB_H 1
  8972. | #define HAVE_STRING_H 1
  8973. | #define HAVE_MEMORY_H 1
  8974. | #define HAVE_STRINGS_H 1
  8975. | #define HAVE_INTTYPES_H 1
  8976. | #define HAVE_STDINT_H 1
  8977. | #define HAVE_UNISTD_H 1
  8978. | #define HAVE_DLFCN_H 1
  8979. | #define LT_OBJDIR ".libs/"
  8980. | #define HAVE_ALLOCA_H 1
  8981. | #define HAVE_ALLOCA 1
  8982. | #define HAVE_UNISTD_H 1
  8983. | #define HAVE_CHOWN 1
  8984. | #define HAVE_DIRENT_H 1
  8985. | #define HAVE_FSEEKO 1
  8986. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8987. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8988. | #define TIME_WITH_SYS_TIME 1
  8989. | #define HAVE_SYS_TIME_H 1
  8990. | #define HAVE_UNISTD_H 1
  8991. | #define HAVE_STDLIB_H 1
  8992. | #define HAVE_SYS_PARAM_H 1
  8993. | #define HAVE_UTIME_H 1
  8994. | #define HAVE_ALARM 1
  8995. | #define HAVE_GETPAGESIZE 1
  8996. | #define HAVE_MMAP 1
  8997. | #define HAVE_SYS_SELECT_H 1
  8998. | #define HAVE_SYS_SOCKET_H 1
  8999. | #define SELECT_TYPE_ARG1 int
  9000. | #define SELECT_TYPE_ARG234 (fd_set *)
  9001. | #define SELECT_TYPE_ARG5 (struct timeval *)
  9002. | #define RETSIGTYPE void
  9003. | #define HAVE_STRCOLL 1
  9004. | #define HAVE_STRFTIME 1
  9005. | #define HAVE_UTIME_NULL 1
  9006. | #define HAVE_VPRINTF 1
  9007. | #define HAVE_ATEXIT 1
  9008. | #define HAVE_DUP2 1
  9009. | #define HAVE_FDATASYNC 1
  9010. | #define HAVE_FTIME 1
  9011. | #define HAVE_FTRUNCATE 1
  9012. | #define HAVE_GETCWD 1
  9013. | #define HAVE_GETHOSTBYADDR 1
  9014. | #define HAVE_GETHOSTBYNAME 1
  9015. | #define HAVE_GETHOSTNAME 1
  9016. | #define HAVE_GETPAGESIZE 1
  9017. | #define HAVE_GETPASS 1
  9018. | #define HAVE_GETTIMEOFDAY 1
  9019. | #define HAVE_INET_NTOA 1
  9020. | #define HAVE_LCHOWN 1
  9021. | #define HAVE_LOCALECONV 1
  9022. | #define HAVE_MEMCHR 1
  9023. | #define HAVE_MEMMOVE 1
  9024. | #define HAVE_MEMSET 1
  9025. | #define HAVE_MKDIR 1
  9026. | #define HAVE_MODF 1
  9027. | #define HAVE_MUNMAP 1
  9028. | #define HAVE_RMDIR 1
  9029. | #define HAVE_SELECT 1
  9030. | #define HAVE_SETENV 1
  9031. | #define HAVE_SETLOCALE 1
  9032. | #define HAVE_SOCKET 1
  9033. | #define HAVE_STRCASECMP 1
  9034. | #define HAVE_STRCHR 1
  9035. | #define HAVE_STRCSPN 1
  9036. | #define HAVE_STRDUP 1
  9037. | #define HAVE_STRERROR 1
  9038. | #define HAVE_STRNCASECMP 1
  9039. | #define HAVE_STRPBRK 1
  9040. | #define HAVE_STRRCHR 1
  9041. | #define HAVE_STRSPN 1
  9042. | #define HAVE_STRSTR 1
  9043. | #define HAVE_STRTOL 1
  9044. | #define HAVE_STRTOUL 1
  9045. | #define HAVE_SYSINFO 1
  9046. | #define HAVE_TZSET 1
  9047. | #define HAVE_UTIME 1
  9048. | #define HAVE_POSIX_FADVISE 1
  9049. | #define HAVE_LOCALTIME_R 1
  9050. | #define SIZEOF_INT 4
  9051. | #define SIZEOF_SIZE_T 8
  9052. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  9053. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  9054. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  9055. | #define HAVE_STD__U16STRING 1
  9056. | #define HAVE_STD__U32STRING 1
  9057. | #define HAVE_CHAR16_T 1
  9058. | #define HAVE_CHAR32_T 1
  9059. | #define SIZEOF_WCHAR_T 4
  9060. | #define HAVE_INOTIFY 1
  9061. | #define HAVE_PYTHON "2.7"
  9062. | #define HAVE_LIBGL 1
  9063. | #define HAVE_LIBGLEW 1
  9064. | #define HAVE_LIBGLU 1
  9065. | #define HAVE_MYSQL 1
  9066. | #define HAVE_OPENSSL 1
  9067. | #define HAVE_LIBGPG_ERROR 1
  9068. | #define HAVE_LIBGCRYPT 1
  9069. | #define HAVE_GCRYPT 1
  9070. | #define HAVE_GNUTLS 1
  9071. | #define HAVE_LIBBZ2 1
  9072. | #define HAVE_LIBJPEG 1
  9073. | #define HAVE_LIBTIFF 1
  9074. | #define HAVE_LIBPTHREAD 1
  9075. | #define HAVE_PTHREAD_SETNAME_NP 1
  9076. | #define HAVE_LIBLZO2 1
  9077. | #define HAVE_LIBZ 1
  9078. | #define HAVE_LIBCRYPTO 1
  9079. | #define HAVE_LIBSSL 1
  9080. | #define HAVE_LIBMYSQLCLIENT 1
  9081. | #define HAVE_LIBTINYXML 1
  9082. | #define HAVE_LIBPCRECPP 1
  9083. | #define HAVE_LIBPCRE 1
  9084. | #define HAVE_LIBBLURAY 1
  9085. | #define HAVE_LIBBLURAY_BDJ 1
  9086. | #define HAVE_LIBJASPER 1
  9087. | #define HAVE_DBUS 1
  9088. | #define HAVE_LIBMICROHTTPD 1
  9089. | #define HAS_DVD_DRIVE 1
  9090. | #define HAS_ALSA 1
  9091. | #define HAVE_X11 1
  9092. | #define HAVE_LIBSSH 1
  9093. | #define HAVE_LIBSSH 1
  9094. | #define HAVE_LIBSMBCLIENT 1
  9095. | #define HAVE_LIBUDEV 1
  9096. | #define HAVE_SYS_CAPABILITY_H 1
  9097. | #define HAVE_LIBCAP 1
  9098. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  9099. | #define USE_STATIC_FFMPEG 1
  9100. | #define HAVE_LIBVA 1
  9101. | #define HAVE_DIRENT_H 1
  9102. | #define STDC_HEADERS 1
  9103. | #define HAVE_SYS_WAIT_H 1
  9104. | #define HAVE_ARPA_INET_H 1
  9105. | #define HAVE_FCNTL_H 1
  9106. | #define HAVE_FLOAT_H 1
  9107. | #define HAVE_INTTYPES_H 1
  9108. | #define HAVE_LIMITS_H 1
  9109. | #define HAVE_LOCALE_H 1
  9110. | #define HAVE_MALLOC_H 1
  9111. | #define HAVE_MEMORY_H 1
  9112. | #define HAVE_NETDB_H 1
  9113. | #define HAVE_NETINET_IN_H 1
  9114. | #define HAVE_STDDEF_H 1
  9115. | #define HAVE_STDINT_H 1
  9116. | #define HAVE_STDLIB_H 1
  9117. | #define HAVE_STRING_H 1
  9118. | #define HAVE_STRINGS_H 1
  9119. | #define HAVE_SYS_FILE_H 1
  9120. | #define HAVE_SYS_IOCTL_H 1
  9121. | #define HAVE_SYS_MOUNT_H 1
  9122. | #define HAVE_SYS_PARAM_H 1
  9123. | #define HAVE_SYS_SOCKET_H 1
  9124. | #define HAVE_SYS_TIME_H 1
  9125. | #define HAVE_SYS_TIMEB_H 1
  9126. | #define HAVE_SYS_VFS_H 1
  9127. | #define HAVE_TERMIOS_H 1
  9128. | #define HAVE_UNISTD_H 1
  9129. | #define HAVE_UTIME_H 1
  9130. | #define HAVE_WCHAR_H 1
  9131. | #define HAVE_WCTYPE_H 1
  9132. | #define HAVE_CDIO_ISO9660_H 1
  9133. | #define HAVE__BOOL 1
  9134. | #define HAVE_STDBOOL_H 1
  9135. | #define restrict __restrict
  9136. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9137. | #define TIME_WITH_SYS_TIME 1
  9138. | /* end confdefs.h. */
  9139. | #ifndef __APPLE_CC__
  9140. | not a universal capable compiler
  9141. | #endif
  9142. | typedef int dummy;
  9143. |
  9144. configure:32004: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  9145. configure:32004: $? = 0
  9146. configure:32022: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  9147. conftest.c: In function 'main':
  9148. conftest.c:191:4: error: unknown type name 'not'
  9149. not big endian
  9150. ^
  9151. conftest.c:191:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  9152. not big endian
  9153. ^
  9154. configure:32022: $? = 1
  9155. configure: failed program was:
  9156. | /* confdefs.h */
  9157. | #define PACKAGE_NAME "kodi"
  9158. | #define PACKAGE_TARNAME "kodi"
  9159. | #define PACKAGE_VERSION "15.2.000"
  9160. | #define PACKAGE_STRING "kodi 15.2.000"
  9161. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  9162. | #define PACKAGE_URL ""
  9163. | #define PACKAGE "kodi"
  9164. | #define VERSION "15.2.000"
  9165. | #define HAVE_LIRC 1
  9166. | #define LIRC_DEVICE "/dev/lircd"
  9167. | #define HAVE_CXX11 1
  9168. | #define STDC_HEADERS 1
  9169. | #define HAVE_SYS_TYPES_H 1
  9170. | #define HAVE_SYS_STAT_H 1
  9171. | #define HAVE_STDLIB_H 1
  9172. | #define HAVE_STRING_H 1
  9173. | #define HAVE_MEMORY_H 1
  9174. | #define HAVE_STRINGS_H 1
  9175. | #define HAVE_INTTYPES_H 1
  9176. | #define HAVE_STDINT_H 1
  9177. | #define HAVE_UNISTD_H 1
  9178. | #define HAVE_DLFCN_H 1
  9179. | #define LT_OBJDIR ".libs/"
  9180. | #define HAVE_ALLOCA_H 1
  9181. | #define HAVE_ALLOCA 1
  9182. | #define HAVE_UNISTD_H 1
  9183. | #define HAVE_CHOWN 1
  9184. | #define HAVE_DIRENT_H 1
  9185. | #define HAVE_FSEEKO 1
  9186. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9187. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  9188. | #define TIME_WITH_SYS_TIME 1
  9189. | #define HAVE_SYS_TIME_H 1
  9190. | #define HAVE_UNISTD_H 1
  9191. | #define HAVE_STDLIB_H 1
  9192. | #define HAVE_SYS_PARAM_H 1
  9193. | #define HAVE_UTIME_H 1
  9194. | #define HAVE_ALARM 1
  9195. | #define HAVE_GETPAGESIZE 1
  9196. | #define HAVE_MMAP 1
  9197. | #define HAVE_SYS_SELECT_H 1
  9198. | #define HAVE_SYS_SOCKET_H 1
  9199. | #define SELECT_TYPE_ARG1 int
  9200. | #define SELECT_TYPE_ARG234 (fd_set *)
  9201. | #define SELECT_TYPE_ARG5 (struct timeval *)
  9202. | #define RETSIGTYPE void
  9203. | #define HAVE_STRCOLL 1
  9204. | #define HAVE_STRFTIME 1
  9205. | #define HAVE_UTIME_NULL 1
  9206. | #define HAVE_VPRINTF 1
  9207. | #define HAVE_ATEXIT 1
  9208. | #define HAVE_DUP2 1
  9209. | #define HAVE_FDATASYNC 1
  9210. | #define HAVE_FTIME 1
  9211. | #define HAVE_FTRUNCATE 1
  9212. | #define HAVE_GETCWD 1
  9213. | #define HAVE_GETHOSTBYADDR 1
  9214. | #define HAVE_GETHOSTBYNAME 1
  9215. | #define HAVE_GETHOSTNAME 1
  9216. | #define HAVE_GETPAGESIZE 1
  9217. | #define HAVE_GETPASS 1
  9218. | #define HAVE_GETTIMEOFDAY 1
  9219. | #define HAVE_INET_NTOA 1
  9220. | #define HAVE_LCHOWN 1
  9221. | #define HAVE_LOCALECONV 1
  9222. | #define HAVE_MEMCHR 1
  9223. | #define HAVE_MEMMOVE 1
  9224. | #define HAVE_MEMSET 1
  9225. | #define HAVE_MKDIR 1
  9226. | #define HAVE_MODF 1
  9227. | #define HAVE_MUNMAP 1
  9228. | #define HAVE_RMDIR 1
  9229. | #define HAVE_SELECT 1
  9230. | #define HAVE_SETENV 1
  9231. | #define HAVE_SETLOCALE 1
  9232. | #define HAVE_SOCKET 1
  9233. | #define HAVE_STRCASECMP 1
  9234. | #define HAVE_STRCHR 1
  9235. | #define HAVE_STRCSPN 1
  9236. | #define HAVE_STRDUP 1
  9237. | #define HAVE_STRERROR 1
  9238. | #define HAVE_STRNCASECMP 1
  9239. | #define HAVE_STRPBRK 1
  9240. | #define HAVE_STRRCHR 1
  9241. | #define HAVE_STRSPN 1
  9242. | #define HAVE_STRSTR 1
  9243. | #define HAVE_STRTOL 1
  9244. | #define HAVE_STRTOUL 1
  9245. | #define HAVE_SYSINFO 1
  9246. | #define HAVE_TZSET 1
  9247. | #define HAVE_UTIME 1
  9248. | #define HAVE_POSIX_FADVISE 1
  9249. | #define HAVE_LOCALTIME_R 1
  9250. | #define SIZEOF_INT 4
  9251. | #define SIZEOF_SIZE_T 8
  9252. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  9253. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  9254. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  9255. | #define HAVE_STD__U16STRING 1
  9256. | #define HAVE_STD__U32STRING 1
  9257. | #define HAVE_CHAR16_T 1
  9258. | #define HAVE_CHAR32_T 1
  9259. | #define SIZEOF_WCHAR_T 4
  9260. | #define HAVE_INOTIFY 1
  9261. | #define HAVE_PYTHON "2.7"
  9262. | #define HAVE_LIBGL 1
  9263. | #define HAVE_LIBGLEW 1
  9264. | #define HAVE_LIBGLU 1
  9265. | #define HAVE_MYSQL 1
  9266. | #define HAVE_OPENSSL 1
  9267. | #define HAVE_LIBGPG_ERROR 1
  9268. | #define HAVE_LIBGCRYPT 1
  9269. | #define HAVE_GCRYPT 1
  9270. | #define HAVE_GNUTLS 1
  9271. | #define HAVE_LIBBZ2 1
  9272. | #define HAVE_LIBJPEG 1
  9273. | #define HAVE_LIBTIFF 1
  9274. | #define HAVE_LIBPTHREAD 1
  9275. | #define HAVE_PTHREAD_SETNAME_NP 1
  9276. | #define HAVE_LIBLZO2 1
  9277. | #define HAVE_LIBZ 1
  9278. | #define HAVE_LIBCRYPTO 1
  9279. | #define HAVE_LIBSSL 1
  9280. | #define HAVE_LIBMYSQLCLIENT 1
  9281. | #define HAVE_LIBTINYXML 1
  9282. | #define HAVE_LIBPCRECPP 1
  9283. | #define HAVE_LIBPCRE 1
  9284. | #define HAVE_LIBBLURAY 1
  9285. | #define HAVE_LIBBLURAY_BDJ 1
  9286. | #define HAVE_LIBJASPER 1
  9287. | #define HAVE_DBUS 1
  9288. | #define HAVE_LIBMICROHTTPD 1
  9289. | #define HAS_DVD_DRIVE 1
  9290. | #define HAS_ALSA 1
  9291. | #define HAVE_X11 1
  9292. | #define HAVE_LIBSSH 1
  9293. | #define HAVE_LIBSSH 1
  9294. | #define HAVE_LIBSMBCLIENT 1
  9295. | #define HAVE_LIBUDEV 1
  9296. | #define HAVE_SYS_CAPABILITY_H 1
  9297. | #define HAVE_LIBCAP 1
  9298. | #define FFMPEG_VER_SHA "2.6.4-Isengard"
  9299. | #define USE_STATIC_FFMPEG 1
  9300. | #define HAVE_LIBVA 1
  9301. | #define HAVE_DIRENT_H 1
  9302. | #define STDC_HEADERS 1
  9303. | #define HAVE_SYS_WAIT_H 1
  9304. | #define HAVE_ARPA_INET_H 1
  9305. | #define HAVE_FCNTL_H 1
  9306. | #define HAVE_FLOAT_H 1
  9307. | #define HAVE_INTTYPES_H 1
  9308. | #define HAVE_LIMITS_H 1
  9309. | #define HAVE_LOCALE_H 1
  9310. | #define HAVE_MALLOC_H 1
  9311. | #define HAVE_MEMORY_H 1
  9312. | #define HAVE_NETDB_H 1
  9313. | #define HAVE_NETINET_IN_H 1
  9314. | #define HAVE_STDDEF_H 1
  9315. | #define HAVE_STDINT_H 1
  9316. | #define HAVE_STDLIB_H 1
  9317. | #define HAVE_STRING_H 1
  9318. | #define HAVE_STRINGS_H 1
  9319. | #define HAVE_SYS_FILE_H 1
  9320. | #define HAVE_SYS_IOCTL_H 1
  9321. | #define HAVE_SYS_MOUNT_H 1
  9322. | #define HAVE_SYS_PARAM_H 1
  9323. | #define HAVE_SYS_SOCKET_H 1
  9324. | #define HAVE_SYS_TIME_H 1
  9325. | #define HAVE_SYS_TIMEB_H 1
  9326. | #define HAVE_SYS_VFS_H 1
  9327. | #define HAVE_TERMIOS_H 1
  9328. | #define HAVE_UNISTD_H 1
  9329. | #define HAVE_UTIME_H 1
  9330. | #define HAVE_WCHAR_H 1
  9331. | #define HAVE_WCTYPE_H 1
  9332. | #define HAVE_CDIO_ISO9660_H 1
  9333. | #define HAVE__BOOL 1
  9334. | #define HAVE_STDBOOL_H 1
  9335. | #define restrict __restrict
  9336. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9337. | #define TIME_WITH_SYS_TIME 1
  9338. | /* end confdefs.h. */
  9339. | #include <sys/types.h>
  9340. | #include <sys/param.h>
  9341. |
  9342. | int
  9343. | main ()
  9344. | {
  9345. | #if BYTE_ORDER != BIG_ENDIAN
  9346. | not big endian
  9347. | #endif
  9348. |
  9349. | ;
  9350. | return 0;
  9351. | }
  9352. configure:32150: result: no
  9353. configure:32325: checking for SQUISH
  9354. configure:32332: $PKG_CONFIG --exists --print-errors "squish"
  9355. configure:32335: $? = 0
  9356. configure:32349: $PKG_CONFIG --exists --print-errors "squish"
  9357. configure:32352: $? = 0
  9358. configure:32390: result: yes
  9359. configure:32398: checking for TexturePacker
  9360. configure:32429: result: none
  9361. configure:32448: "Texturepacker not found"
  9362. configure:32471: checking for ccache
  9363. configure:32502: result: none
  9364. configure:32514: ccache not found. Falling back to default CC
  9365. configure:32545: == DVDCSS support enabled. ==
  9366. configure:32565: == Google Test Framework will be configured. ==
  9367. configure:32659: == Google Breakpad Framework will not be configured. ==
  9368. configure:33278: checking that generated files are newer than configure
  9369. configure:33284: result: done
  9370. configure:33320: creating ./config.status
  9371. configure:35903: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
  9372.  
  9373. ## ---------------------- ##
  9374. ## Running config.status. ##
  9375. ## ---------------------- ##
  9376.  
  9377. This file was extended by kodi config.status 15.2.000, which was
  9378. generated by GNU Autoconf 2.69. Invocation command line was
  9379.  
  9380. CONFIG_FILES =
  9381. CONFIG_HEADERS =
  9382. CONFIG_LINKS =
  9383. CONFIG_COMMANDS =
  9384. $ ./config.status
  9385.  
  9386. on Sigma
  9387.  
  9388. config.status:1598: creating .dummy
  9389. config.status:1598: creating Makefile
  9390. config.status:1598: creating Makefile.include
  9391. config.status:1598: creating addons/skin.confluence/media/Makefile
  9392. config.status:1598: creating xbmc/Makefile
  9393. config.status:1598: creating xbmc/cdrip/Makefile
  9394. config.status:1598: creating xbmc/cores/Makefile
  9395. config.status:1598: creating xbmc/cores/VideoRenderers/Makefile
  9396. config.status:1598: creating xbmc/cores/dvdplayer/Makefile
  9397. config.status:1598: creating lib/libdvd/Makefile
  9398. config.status:1598: creating xbmc/cores/DllLoader/Makefile
  9399. config.status:1598: creating xbmc/cores/DllLoader/exports/Makefile
  9400. config.status:1598: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
  9401. config.status:1598: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
  9402. config.status:1598: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
  9403. config.status:1598: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
  9404. config.status:1598: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
  9405. config.status:1598: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
  9406. config.status:1598: creating xbmc/cores/AudioEngine/Makefile
  9407. config.status:1598: creating xbmc/cores/paplayer/Makefile
  9408. config.status:1598: creating xbmc/cores/omxplayer/Makefile
  9409. config.status:1598: creating xbmc/cores/playercorefactory/Makefile
  9410. config.status:1598: creating xbmc/music/karaoke/Makefile
  9411. config.status:1598: creating xbmc/osx/Makefile
  9412. config.status:1598: creating xbmc/guilib/Makefile
  9413. config.status:1598: creating xbmc/input/linux/Makefile
  9414. config.status:1598: creating xbmc/interfaces/Makefile
  9415. config.status:1598: creating xbmc/network/Makefile
  9416. config.status:1598: creating xbmc/network/upnp/Makefile
  9417. config.status:1598: creating lib/libexif/Makefile
  9418. config.status:1598: creating lib/libhdhomerun/Makefile
  9419. config.status:1598: creating lib/cximage-6.0/Makefile
  9420. config.status:1598: creating lib/libUPnP/Makefile
  9421. config.status:1598: creating xbmc/DllPaths_generated.h
  9422. config.status:1598: creating xbmc/DllPaths_generated_android.h
  9423. config.status:1598: creating xbmc/freebsd/Makefile
  9424. config.status:1598: creating xbmc/linux/Makefile
  9425. config.status:1598: creating xbmc/filesystem/Makefile
  9426. config.status:1598: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
  9427. config.status:1598: creating xbmc/visualizations/XBMCProjectM/Makefile
  9428. config.status:1598: creating xbmc/visualizations/Goom/Makefile
  9429. config.status:1598: creating xbmc/visualizations/OpenGLSpectrum/Makefile
  9430. config.status:1598: creating xbmc/visualizations/fishBMC/Makefile
  9431. config.status:1598: creating xbmc/visualizations/WaveForm/Makefile
  9432. config.status:1598: creating xbmc/windowing/Makefile
  9433. config.status:1598: creating xbmc/windowing/egl/Makefile
  9434. config.status:1598: creating lib/addons/library.xbmc.addon/Makefile
  9435. config.status:1598: creating lib/addons/library.xbmc.codec/Makefile
  9436. config.status:1598: creating lib/addons/library.kodi.guilib/Makefile
  9437. config.status:1598: creating lib/addons/library.xbmc.pvr/Makefile
  9438. config.status:1598: creating xbmc/visualizations/EGLHelpers/Makefile
  9439. config.status:1598: creating tools/Linux/kodi.sh
  9440. config.status:1598: creating tools/Linux/kodi-standalone.sh
  9441. config.status:1598: creating tools/Linux/kodi-xsession.desktop
  9442. config.status:1598: creating tools/EventClients/Makefile
  9443. config.status:1598: creating tools/EventClients/Clients/OSXRemote/Makefile
  9444. config.status:1598: creating xbmc/peripherals/bus/Makefile
  9445. config.status:1598: creating xbmc/peripherals/devices/Makefile
  9446. config.status:1598: creating xbmc/android/activity/Makefile
  9447. config.status:1598: creating xbmc/android/loader/Makefile
  9448. config.status:1598: creating xbmc/android/jni/Makefile
  9449. config.status:1598: creating xbmc/utils/Makefile
  9450. config.status:1598: creating xbmc/main/Makefile
  9451. config.status:1598: creating tools/darwin/Configurations/App.xcconfig
  9452. config.status:1598: creating tools/darwin/Configurations/Common.xcconfig
  9453. config.status:1598: creating tools/darwin/packaging/ios/mkdeb-ios.sh
  9454. config.status:1598: creating tools/darwin/packaging/atv2/mkdeb-atv2.sh
  9455. config.status:1598: creating tools/darwin/packaging/osx/mkdmg-osx.sh
  9456. config.status:1598: creating tools/darwin/packaging/migrate_to_kodi_ios.sh
  9457. config.status:1598: creating tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh
  9458. config.status:1598: creating xbmc/osx/Info.plist
  9459. config.status:1598: creating xbmc/osx/ios/XBMCIOS-Info.plist
  9460. config.status:1598: creating xbmc/osx/atv2/XBMCATV2-Info.plist
  9461. config.status:1598: creating project/cmake/kodi-config.cmake
  9462. config.status:1598: creating project/cmake/xbmc-config.cmake
  9463. config.status:1598: creating tools/android/packaging/xbmc/AndroidManifest.xml
  9464. config.status:1598: creating tools/android/packaging/Makefile
  9465. config.status:1598: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java
  9466. config.status:1598: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java
  9467. config.status:1598: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java
  9468. config.status:1598: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java
  9469. config.status:1598: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCSettingsContentObserver.java
  9470. config.status:1598: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnAudioFocusChangeListener.java
  9471. config.status:1598: creating tools/android/packaging/xbmc/strings.xml
  9472. config.status:1598: creating addons/xbmc.addon/addon.xml
  9473. config.status:1598: creating xbmc/network/httprequesthandler/python/Makefile
  9474. config.status:1598: creating xbmc/linux/sse4/Makefile
  9475. config.status:1598: creating xbmc/interfaces/python/Makefile
  9476. config.status:1598: creating xbmc/interfaces/python/test/Makefile
  9477. config.status:1598: creating xbmc/config.h
  9478. config.status:1832: executing depfiles commands
  9479. config.status:1832: executing libtool commands
  9480.  
  9481. ## ---------------- ##
  9482. ## Cache variables. ##
  9483. ## ---------------- ##
  9484.  
  9485. ac_cv_build=x86_64-pc-linux-gnu
  9486. ac_cv_build_prog_CPP='gcc -E'
  9487. ac_cv_build_prog_CXXCPP='g++ -E'
  9488. ac_cv_build_prog_cc_g=yes
  9489. ac_cv_build_prog_cxx_g=yes
  9490. ac_cv_c_bigendian=no
  9491. ac_cv_c_compiler_gnu=yes
  9492. ac_cv_c_const=yes
  9493. ac_cv_c_inline=inline
  9494. ac_cv_c_int16_t=yes
  9495. ac_cv_c_int32_t=yes
  9496. ac_cv_c_int64_t=yes
  9497. ac_cv_c_int8_t=yes
  9498. ac_cv_c_restrict=__restrict
  9499. ac_cv_c_uint16_t=yes
  9500. ac_cv_c_uint32_t=yes
  9501. ac_cv_c_uint64_t=yes
  9502. ac_cv_c_uint8_t=yes
  9503. ac_cv_cxx_compiler_gnu=yes
  9504. ac_cv_env_ALSA_CFLAGS_set=
  9505. ac_cv_env_ALSA_CFLAGS_value=
  9506. ac_cv_env_ALSA_LIBS_set=
  9507. ac_cv_env_ALSA_LIBS_value=
  9508. ac_cv_env_BREAKPAD_CFLAGS_set=
  9509. ac_cv_env_BREAKPAD_CFLAGS_value=
  9510. ac_cv_env_BREAKPAD_LIBS_set=
  9511. ac_cv_env_BREAKPAD_LIBS_value=
  9512. ac_cv_env_CCC_set=
  9513. ac_cv_env_CCC_value=
  9514. ac_cv_env_CC_set=
  9515. ac_cv_env_CC_value=
  9516. ac_cv_env_CDIO_CFLAGS_set=
  9517. ac_cv_env_CDIO_CFLAGS_value=
  9518. ac_cv_env_CDIO_LIBS_set=
  9519. ac_cv_env_CDIO_LIBS_value=
  9520. ac_cv_env_CEC_CFLAGS_set=
  9521. ac_cv_env_CEC_CFLAGS_value=
  9522. ac_cv_env_CEC_LIBS_set=
  9523. ac_cv_env_CEC_LIBS_value=
  9524. ac_cv_env_CFLAGS_set=
  9525. ac_cv_env_CFLAGS_value=
  9526. ac_cv_env_CPPFLAGS_set=
  9527. ac_cv_env_CPPFLAGS_value=
  9528. ac_cv_env_CPP_set=
  9529. ac_cv_env_CPP_value=
  9530. ac_cv_env_CXXCPP_set=
  9531. ac_cv_env_CXXCPP_value=
  9532. ac_cv_env_CXXFLAGS_set=
  9533. ac_cv_env_CXXFLAGS_value=
  9534. ac_cv_env_CXX_set=
  9535. ac_cv_env_CXX_value=
  9536. ac_cv_env_DBUS_CFLAGS_set=
  9537. ac_cv_env_DBUS_CFLAGS_value=
  9538. ac_cv_env_DBUS_LIBS_set=
  9539. ac_cv_env_DBUS_LIBS_value=
  9540. ac_cv_env_DRM_CFLAGS_set=
  9541. ac_cv_env_DRM_CFLAGS_value=
  9542. ac_cv_env_DRM_LIBS_set=
  9543. ac_cv_env_DRM_LIBS_value=
  9544. ac_cv_env_FFMPEG_CFLAGS_set=
  9545. ac_cv_env_FFMPEG_CFLAGS_value=
  9546. ac_cv_env_FFMPEG_LIBS_set=
  9547. ac_cv_env_FFMPEG_LIBS_value=
  9548. ac_cv_env_FREETYPE2_CFLAGS_set=
  9549. ac_cv_env_FREETYPE2_CFLAGS_value=
  9550. ac_cv_env_FREETYPE2_LIBS_set=
  9551. ac_cv_env_FREETYPE2_LIBS_value=
  9552. ac_cv_env_FRIBIDI_CFLAGS_set=
  9553. ac_cv_env_FRIBIDI_CFLAGS_value=
  9554. ac_cv_env_FRIBIDI_LIBS_set=
  9555. ac_cv_env_FRIBIDI_LIBS_value=
  9556. ac_cv_env_GNUTLS_CFLAGS_set=
  9557. ac_cv_env_GNUTLS_CFLAGS_value=
  9558. ac_cv_env_GNUTLS_LIBS_set=
  9559. ac_cv_env_GNUTLS_LIBS_value=
  9560. ac_cv_env_LDFLAGS_set=
  9561. ac_cv_env_LDFLAGS_value=
  9562. ac_cv_env_LIBBLURAY_CFLAGS_set=
  9563. ac_cv_env_LIBBLURAY_CFLAGS_value=
  9564. ac_cv_env_LIBBLURAY_LIBS_set=
  9565. ac_cv_env_LIBBLURAY_LIBS_value=
  9566. ac_cv_env_LIBCURL_CFLAGS_set=
  9567. ac_cv_env_LIBCURL_CFLAGS_value=
  9568. ac_cv_env_LIBCURL_LIBS_set=
  9569. ac_cv_env_LIBCURL_LIBS_value=
  9570. ac_cv_env_LIBS_set=
  9571. ac_cv_env_LIBS_value=
  9572. ac_cv_env_LIBVA_CFLAGS_set=
  9573. ac_cv_env_LIBVA_CFLAGS_value=
  9574. ac_cv_env_LIBVA_LIBS_set=
  9575. ac_cv_env_LIBVA_LIBS_value=
  9576. ac_cv_env_LIBXML_CFLAGS_set=
  9577. ac_cv_env_LIBXML_CFLAGS_value=
  9578. ac_cv_env_LIBXML_LIBS_set=
  9579. ac_cv_env_LIBXML_LIBS_value=
  9580. ac_cv_env_LIBXSLT_CFLAGS_set=
  9581. ac_cv_env_LIBXSLT_CFLAGS_value=
  9582. ac_cv_env_LIBXSLT_LIBS_set=
  9583. ac_cv_env_LIBXSLT_LIBS_value=
  9584. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  9585. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  9586. ac_cv_env_PCRECPP_CFLAGS_set=
  9587. ac_cv_env_PCRECPP_CFLAGS_value=
  9588. ac_cv_env_PCRECPP_LIBS_set=
  9589. ac_cv_env_PCRECPP_LIBS_value=
  9590. ac_cv_env_PCRE_CFLAGS_set=
  9591. ac_cv_env_PCRE_CFLAGS_value=
  9592. ac_cv_env_PCRE_LIBS_set=
  9593. ac_cv_env_PCRE_LIBS_value=
  9594. ac_cv_env_PIXMAN_CFLAGS_set=
  9595. ac_cv_env_PIXMAN_CFLAGS_value=
  9596. ac_cv_env_PIXMAN_LIBS_set=
  9597. ac_cv_env_PIXMAN_LIBS_value=
  9598. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  9599. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  9600. ac_cv_env_PKG_CONFIG_PATH_set=
  9601. ac_cv_env_PKG_CONFIG_PATH_value=
  9602. ac_cv_env_PKG_CONFIG_set=
  9603. ac_cv_env_PKG_CONFIG_value=
  9604. ac_cv_env_PNG_CFLAGS_set=
  9605. ac_cv_env_PNG_CFLAGS_value=
  9606. ac_cv_env_PNG_LIBS_set=
  9607. ac_cv_env_PNG_LIBS_value=
  9608. ac_cv_env_PULSE_CFLAGS_set=
  9609. ac_cv_env_PULSE_CFLAGS_value=
  9610. ac_cv_env_PULSE_LIBS_set=
  9611. ac_cv_env_PULSE_LIBS_value=
  9612. ac_cv_env_PYTHON_VERSION_set=
  9613. ac_cv_env_PYTHON_VERSION_value=
  9614. ac_cv_env_SAMBA_CFLAGS_set=
  9615. ac_cv_env_SAMBA_CFLAGS_value=
  9616. ac_cv_env_SAMBA_LIBS_set=
  9617. ac_cv_env_SAMBA_LIBS_value=
  9618. ac_cv_env_SDL2_CFLAGS_set=
  9619. ac_cv_env_SDL2_CFLAGS_value=
  9620. ac_cv_env_SDL2_LIBS_set=
  9621. ac_cv_env_SDL2_LIBS_value=
  9622. ac_cv_env_SQLITE3_CFLAGS_set=
  9623. ac_cv_env_SQLITE3_CFLAGS_value=
  9624. ac_cv_env_SQLITE3_LIBS_set=
  9625. ac_cv_env_SQLITE3_LIBS_value=
  9626. ac_cv_env_SQUISH_CFLAGS_set=
  9627. ac_cv_env_SQUISH_CFLAGS_value=
  9628. ac_cv_env_SQUISH_LIBS_set=
  9629. ac_cv_env_SQUISH_LIBS_value=
  9630. ac_cv_env_TAGLIB_CFLAGS_set=
  9631. ac_cv_env_TAGLIB_CFLAGS_value=
  9632. ac_cv_env_TAGLIB_LIBS_set=
  9633. ac_cv_env_TAGLIB_LIBS_value=
  9634. ac_cv_env_TINYXML_CFLAGS_set=
  9635. ac_cv_env_TINYXML_CFLAGS_value=
  9636. ac_cv_env_TINYXML_LIBS_set=
  9637. ac_cv_env_TINYXML_LIBS_value=
  9638. ac_cv_env_UDEV_CFLAGS_set=
  9639. ac_cv_env_UDEV_CFLAGS_value=
  9640. ac_cv_env_UDEV_LIBS_set=
  9641. ac_cv_env_UDEV_LIBS_value=
  9642. ac_cv_env_USB_CFLAGS_set=
  9643. ac_cv_env_USB_CFLAGS_value=
  9644. ac_cv_env_USB_LIBS_set=
  9645. ac_cv_env_USB_LIBS_value=
  9646. ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
  9647. ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
  9648. ac_cv_env_WAYLAND_CLIENT_LIBS_set=
  9649. ac_cv_env_WAYLAND_CLIENT_LIBS_value=
  9650. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  9651. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  9652. ac_cv_env_WAYLAND_EGL_LIBS_set=
  9653. ac_cv_env_WAYLAND_EGL_LIBS_value=
  9654. ac_cv_env_WESTON_CFLAGS_set=
  9655. ac_cv_env_WESTON_CFLAGS_value=
  9656. ac_cv_env_WESTON_LIBS_set=
  9657. ac_cv_env_WESTON_LIBS_value=
  9658. ac_cv_env_X11_CFLAGS_set=
  9659. ac_cv_env_X11_CFLAGS_value=
  9660. ac_cv_env_X11_LIBS_set=
  9661. ac_cv_env_X11_LIBS_value=
  9662. ac_cv_env_XEXT_CFLAGS_set=
  9663. ac_cv_env_XEXT_CFLAGS_value=
  9664. ac_cv_env_XEXT_LIBS_set=
  9665. ac_cv_env_XEXT_LIBS_value=
  9666. ac_cv_env_XKBCOMMON_CFLAGS_set=
  9667. ac_cv_env_XKBCOMMON_CFLAGS_value=
  9668. ac_cv_env_XKBCOMMON_LIBS_set=
  9669. ac_cv_env_XKBCOMMON_LIBS_value=
  9670. ac_cv_env_XMU_CFLAGS_set=
  9671. ac_cv_env_XMU_CFLAGS_value=
  9672. ac_cv_env_XMU_LIBS_set=
  9673. ac_cv_env_XMU_LIBS_value=
  9674. ac_cv_env_XRANDR_CFLAGS_set=
  9675. ac_cv_env_XRANDR_CFLAGS_value=
  9676. ac_cv_env_XRANDR_LIBS_set=
  9677. ac_cv_env_XRANDR_LIBS_value=
  9678. ac_cv_env_XT_CFLAGS_set=
  9679. ac_cv_env_XT_CFLAGS_value=
  9680. ac_cv_env_XT_LIBS_set=
  9681. ac_cv_env_XT_LIBS_value=
  9682. ac_cv_env_YAJL_CFLAGS_set=
  9683. ac_cv_env_YAJL_CFLAGS_value=
  9684. ac_cv_env_YAJL_LIBS_set=
  9685. ac_cv_env_YAJL_LIBS_value=
  9686. ac_cv_env_ZIP_CFLAGS_set=
  9687. ac_cv_env_ZIP_CFLAGS_value=
  9688. ac_cv_env_ZIP_LIBS_set=
  9689. ac_cv_env_ZIP_LIBS_value=
  9690. ac_cv_env_build_alias_set=
  9691. ac_cv_env_build_alias_value=
  9692. ac_cv_env_host_alias_set=
  9693. ac_cv_env_host_alias_value=
  9694. ac_cv_env_target_alias_set=
  9695. ac_cv_env_target_alias_value=
  9696. ac_cv_func__doprnt=no
  9697. ac_cv_func_alarm=yes
  9698. ac_cv_func_alloca_works=yes
  9699. ac_cv_func_atexit=yes
  9700. ac_cv_func_chown_works=yes
  9701. ac_cv_func_closedir_void=no
  9702. ac_cv_func_dup2=yes
  9703. ac_cv_func_fdatasync=yes
  9704. ac_cv_func_floor=no
  9705. ac_cv_func_fs_stat_dev=no
  9706. ac_cv_func_ftime=yes
  9707. ac_cv_func_ftruncate=yes
  9708. ac_cv_func_getcwd=yes
  9709. ac_cv_func_gethostbyaddr=yes
  9710. ac_cv_func_gethostbyname=yes
  9711. ac_cv_func_gethostname=yes
  9712. ac_cv_func_getpagesize=yes
  9713. ac_cv_func_getpass=yes
  9714. ac_cv_func_gettimeofday=yes
  9715. ac_cv_func_inet_ntoa=yes
  9716. ac_cv_func_lchown=yes
  9717. ac_cv_func_localeconv=yes
  9718. ac_cv_func_localtime_r=yes
  9719. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  9720. ac_cv_func_lstat_empty_string_bug=no
  9721. ac_cv_func_memchr=yes
  9722. ac_cv_func_memcmp_working=yes
  9723. ac_cv_func_memmove=yes
  9724. ac_cv_func_memset=yes
  9725. ac_cv_func_mkdir=yes
  9726. ac_cv_func_mmap_fixed_mapped=yes
  9727. ac_cv_func_modf=yes
  9728. ac_cv_func_munmap=yes
  9729. ac_cv_func_posix_fadvise=yes
  9730. ac_cv_func_pow=no
  9731. ac_cv_func_rmdir=yes
  9732. ac_cv_func_select=yes
  9733. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  9734. ac_cv_func_setenv=yes
  9735. ac_cv_func_setlocale=yes
  9736. ac_cv_func_setvbuf_reversed=no
  9737. ac_cv_func_socket=yes
  9738. ac_cv_func_sqrt=no
  9739. ac_cv_func_stat_empty_string_bug=no
  9740. ac_cv_func_strcasecmp=yes
  9741. ac_cv_func_strchr=yes
  9742. ac_cv_func_strcoll_works=yes
  9743. ac_cv_func_strcspn=yes
  9744. ac_cv_func_strdup=yes
  9745. ac_cv_func_strerror=yes
  9746. ac_cv_func_strftime=yes
  9747. ac_cv_func_strncasecmp=yes
  9748. ac_cv_func_strpbrk=yes
  9749. ac_cv_func_strrchr=yes
  9750. ac_cv_func_strspn=yes
  9751. ac_cv_func_strstr=yes
  9752. ac_cv_func_strtod=yes
  9753. ac_cv_func_strtol=yes
  9754. ac_cv_func_strtoul=yes
  9755. ac_cv_func_sysinfo=yes
  9756. ac_cv_func_tzset=yes
  9757. ac_cv_func_utime=yes
  9758. ac_cv_func_utime_null=yes
  9759. ac_cv_func_vprintf=yes
  9760. ac_cv_func_working_mktime=yes
  9761. ac_cv_have_decl_BD_EVENT_IDLE=yes
  9762. ac_cv_header_arpa_inet_h=yes
  9763. ac_cv_header_ass_ass_h=yes
  9764. ac_cv_header_boost_circular_buffer_hpp=yes
  9765. ac_cv_header_cdio_iso9660_h=yes
  9766. ac_cv_header_dirent_dirent_h=yes
  9767. ac_cv_header_dlfcn_h=yes
  9768. ac_cv_header_fcntl_h=yes
  9769. ac_cv_header_float_h=yes
  9770. ac_cv_header_gcrypt_h=yes
  9771. ac_cv_header_inttypes_h=yes
  9772. ac_cv_header_jpeglib_h=yes
  9773. ac_cv_header_librtmp_amf_h=no
  9774. ac_cv_header_librtmp_log_h=no
  9775. ac_cv_header_librtmp_rtmp_h=no
  9776. ac_cv_header_limits_h=yes
  9777. ac_cv_header_locale_h=yes
  9778. ac_cv_header_malloc_h=yes
  9779. ac_cv_header_memory_h=yes
  9780. ac_cv_header_mpeg2dec_mpeg2_h=yes
  9781. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  9782. ac_cv_header_netdb_h=yes
  9783. ac_cv_header_netinet_in_h=yes
  9784. ac_cv_header_nfsc_libnfs_h=no
  9785. ac_cv_header_ogg_ogg_h=yes
  9786. ac_cv_header_openssl_crypto_h=yes
  9787. ac_cv_header_plist_plist_h=no
  9788. ac_cv_header_shairplay_raop_h=no
  9789. ac_cv_header_stat_broken=no
  9790. ac_cv_header_stdbool_h=yes
  9791. ac_cv_header_stdc=yes
  9792. ac_cv_header_stddef_h=yes
  9793. ac_cv_header_stdint_h=yes
  9794. ac_cv_header_stdlib_h=yes
  9795. ac_cv_header_string_h=yes
  9796. ac_cv_header_strings_h=yes
  9797. ac_cv_header_sys_capability_h=yes
  9798. ac_cv_header_sys_file_h=yes
  9799. ac_cv_header_sys_inotify_h=yes
  9800. ac_cv_header_sys_ioctl_h=yes
  9801. ac_cv_header_sys_mount_h=yes
  9802. ac_cv_header_sys_param_h=yes
  9803. ac_cv_header_sys_select_h=yes
  9804. ac_cv_header_sys_socket_h=yes
  9805. ac_cv_header_sys_stat_h=yes
  9806. ac_cv_header_sys_time_h=yes
  9807. ac_cv_header_sys_timeb_h=yes
  9808. ac_cv_header_sys_types_h=yes
  9809. ac_cv_header_sys_vfs_h=yes
  9810. ac_cv_header_sys_wait_h=yes
  9811. ac_cv_header_termios_h=yes
  9812. ac_cv_header_time=yes
  9813. ac_cv_header_unistd_h=yes
  9814. ac_cv_header_utime_h=yes
  9815. ac_cv_header_vdpau_vdpau_h=no
  9816. ac_cv_header_vorbis_vorbisfile_h=yes
  9817. ac_cv_header_wchar_h=yes
  9818. ac_cv_header_wctype_h=yes
  9819. ac_cv_host=x86_64-pc-linux-gnu
  9820. ac_cv_lib_GLEW_main=yes
  9821. ac_cv_lib_GLU_main=yes
  9822. ac_cv_lib_GL_main=yes
  9823. ac_cv_lib_avahi_common_main=no
  9824. ac_cv_lib_bluetooth_hci_devid=no
  9825. ac_cv_lib_bluray_bd_register_argb_overlay_proc=yes
  9826. ac_cv_lib_bz2_main=yes
  9827. ac_cv_lib_cap_main=yes
  9828. ac_cv_lib_crypto_main=yes
  9829. ac_cv_lib_error_at_line=yes
  9830. ac_cv_lib_gcrypt_gcry_control=yes
  9831. ac_cv_lib_gpg_error_main=yes
  9832. ac_cv_lib_jasper_main=yes
  9833. ac_cv_lib_jpeg_main=yes
  9834. ac_cv_lib_lzo2_main=yes
  9835. ac_cv_lib_mDNSEmbedded_embedded_mDNSInit=no
  9836. ac_cv_lib_microhttpd_main=yes
  9837. ac_cv_lib_mysqlclient_main=yes
  9838. ac_cv_lib_pthread_main=yes
  9839. ac_cv_lib_pthread_pthread_setname_np=yes
  9840. ac_cv_lib_ssh_sftp_tell64=yes
  9841. ac_cv_lib_ssl_main=yes
  9842. ac_cv_lib_tiff_main=yes
  9843. ac_cv_lib_tinyxml_main=yes
  9844. ac_cv_lib_z_main=yes
  9845. ac_cv_member_struct_stat_st_rdev=yes
  9846. ac_cv_objext=o
  9847. ac_cv_path_CCACHE=none
  9848. ac_cv_path_DOXYGEN_EXE=none
  9849. ac_cv_path_EGREP='/bin/grep -E'
  9850. ac_cv_path_FGREP='/bin/grep -F'
  9851. ac_cv_path_GREP=/bin/grep
  9852. ac_cv_path_JAVA_EXE=/usr/bin/java
  9853. ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
  9854. ac_cv_path_PYTHON=/usr/bin/python
  9855. ac_cv_path_SED=/bin/sed
  9856. ac_cv_path_SWIG_EXE=/usr/bin/swig
  9857. ac_cv_path_TEXTUREPACKER=none
  9858. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  9859. ac_cv_path_install='/usr/bin/install -c'
  9860. ac_cv_path_lt_DD=/bin/dd
  9861. ac_cv_path_mkdir=/bin/mkdir
  9862. ac_cv_prog_AWK=gawk
  9863. ac_cv_prog_CPP='gcc -E'
  9864. ac_cv_prog_CXXCPP='g++ -E'
  9865. ac_cv_prog_HAVE_CMAKE=yes
  9866. ac_cv_prog_HAVE_GAWK=yes
  9867. ac_cv_prog_HAVE_GIT=yes
  9868. ac_cv_prog_HAVE_GPERF=yes
  9869. ac_cv_prog_HAVE_UNZIP=yes
  9870. ac_cv_prog_HAVE_ZIP=yes
  9871. ac_cv_prog_ac_ct_AR=ar
  9872. ac_cv_prog_ac_ct_CC=gcc
  9873. ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
  9874. ac_cv_prog_ac_ct_CXX=g++
  9875. ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
  9876. ac_cv_prog_ac_ct_OBJDUMP=objdump
  9877. ac_cv_prog_ac_ct_RANLIB=ranlib
  9878. ac_cv_prog_ac_ct_STRIP=strip
  9879. ac_cv_prog_cc_c89=
  9880. ac_cv_prog_cc_g=yes
  9881. ac_cv_prog_cxx_g=yes
  9882. ac_cv_prog_gcc_traditional=no
  9883. ac_cv_prog_make_make_set=yes
  9884. ac_cv_search___dn_expand=-lresolv
  9885. ac_cv_search__dn_expand=no
  9886. ac_cv_search_clock_gettime='none required'
  9887. ac_cv_search_dlopen='none required'
  9888. ac_cv_search_dn_expand=no
  9889. ac_cv_search_iconv_open='none required'
  9890. ac_cv_search_opendir='none required'
  9891. ac_cv_sizeof_int=4
  9892. ac_cv_sizeof_size_t=8
  9893. ac_cv_sizeof_wchar_t=4
  9894. ac_cv_struct_tm=time.h
  9895. ac_cv_sys_largefile_source=no
  9896. ac_cv_type__Bool=yes
  9897. ac_cv_type_char16_t=yes
  9898. ac_cv_type_char32_t=yes
  9899. ac_cv_type_mode_t=yes
  9900. ac_cv_type_off_t=yes
  9901. ac_cv_type_pid_t=yes
  9902. ac_cv_type_signal=void
  9903. ac_cv_type_size_t=yes
  9904. ac_cv_type_ssize_t=yes
  9905. ac_cv_type_std__u16string=yes
  9906. ac_cv_type_std__u32string=yes
  9907. ac_cv_type_uid_t=yes
  9908. ac_cv_working_alloca_h=yes
  9909. am_cv_CC_dependencies_compiler_type=none
  9910. am_cv_CXX_dependencies_compiler_type=none
  9911. am_cv_make_support_nested_variables=yes
  9912. am_cv_prog_cc_c_o=yes
  9913. ax_cv_cxx_compile_cxx11=no
  9914. ax_cv_cxx_compile_cxx11__std_gnupp11=yes
  9915. lt_cv_ar_at_file=@
  9916. lt_cv_archive_cmds_need_lc=no
  9917. lt_cv_deplibs_check_method=pass_all
  9918. lt_cv_file_magic_cmd='$MAGIC_CMD'
  9919. lt_cv_file_magic_test_file=
  9920. lt_cv_ld_reload_flag=-r
  9921. lt_cv_nm_interface='BSD nm'
  9922. lt_cv_objdir=.libs
  9923. lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
  9924. lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  9925. lt_cv_path_NM='/usr/bin/nm -B'
  9926. lt_cv_path_mainfest_tool=no
  9927. lt_cv_prog_compiler_c_o=yes
  9928. lt_cv_prog_compiler_c_o_CXX=yes
  9929. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  9930. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  9931. lt_cv_prog_compiler_pic_works=yes
  9932. lt_cv_prog_compiler_pic_works_CXX=yes
  9933. lt_cv_prog_compiler_rtti_exceptions=no
  9934. lt_cv_prog_compiler_static_works=yes
  9935. lt_cv_prog_compiler_static_works_CXX=yes
  9936. lt_cv_prog_gnu_ld=yes
  9937. lt_cv_prog_gnu_ldcxx=yes
  9938. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  9939. lt_cv_shlibpath_overrides_runpath=yes
  9940. 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'\'''
  9941. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  9942. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  9943. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  9944. lt_cv_sys_global_symbol_to_import=
  9945. lt_cv_sys_max_cmd_len=1572864
  9946. lt_cv_to_host_file_cmd=func_convert_file_noop
  9947. lt_cv_to_tool_file_cmd=func_convert_file_noop
  9948. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  9949. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  9950. pkg_cv_ALSA_LIBS='-lasound '
  9951. pkg_cv_CDIO_CFLAGS=
  9952. pkg_cv_CDIO_LIBS='-lcdio -lm '
  9953. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  9954. pkg_cv_DBUS_LIBS='-ldbus-1 '
  9955. pkg_cv_DRM_CFLAGS='-I/usr/include/libdrm '
  9956. pkg_cv_DRM_LIBS='-ldrm '
  9957. pkg_cv_FFMPEG_CFLAGS='-I/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include '
  9958. pkg_cv_FFMPEG_LIBS='-L/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lavformat -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lavcodec -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lpostproc -lswscale -lm -lswresample -lm -lavutil -lm '
  9959. pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  9960. pkg_cv_FREETYPE2_LIBS='-lfreetype '
  9961. pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
  9962. pkg_cv_FRIBIDI_LIBS='-lfribidi -lglib-2.0 '
  9963. pkg_cv_GNUTLS_CFLAGS=
  9964. pkg_cv_GNUTLS_LIBS='-lgnutls '
  9965. pkg_cv_LIBBLURAY_CFLAGS=
  9966. pkg_cv_LIBBLURAY_LIBS='-lbluray '
  9967. pkg_cv_LIBCURL_CFLAGS=
  9968. pkg_cv_LIBCURL_LIBS='-lcurl '
  9969. pkg_cv_LIBVA_CFLAGS=
  9970. pkg_cv_LIBVA_LIBS='-lva-x11 -lva '
  9971. pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 '
  9972. pkg_cv_LIBXML_LIBS='-lxml2 '
  9973. pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
  9974. pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 '
  9975. pkg_cv_PCRECPP_CFLAGS=
  9976. pkg_cv_PCRECPP_LIBS='-lpcrecpp '
  9977. pkg_cv_PCRE_CFLAGS=
  9978. pkg_cv_PCRE_LIBS='-lpcre '
  9979. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng16 '
  9980. pkg_cv_PNG_LIBS='-lpng16 '
  9981. pkg_cv_SAMBA_CFLAGS=
  9982. pkg_cv_SAMBA_LIBS='-lsmbclient '
  9983. pkg_cv_SQLITE3_CFLAGS=
  9984. pkg_cv_SQLITE3_LIBS='-lsqlite3 '
  9985. pkg_cv_SQUISH_CFLAGS='-I/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/include '
  9986. pkg_cv_SQUISH_LIBS='-L/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
  9987. pkg_cv_TAGLIB_CFLAGS='-I/usr/include/taglib '
  9988. pkg_cv_TAGLIB_LIBS='-ltag '
  9989. pkg_cv_UDEV_CFLAGS=
  9990. pkg_cv_UDEV_LIBS='-ludev '
  9991. pkg_cv_X11_CFLAGS=
  9992. pkg_cv_X11_LIBS='-lX11 '
  9993. pkg_cv_XEXT_CFLAGS=
  9994. pkg_cv_XEXT_LIBS='-lXext '
  9995. pkg_cv_XMU_CFLAGS=
  9996. pkg_cv_XMU_LIBS='-lXmu -lXt -lX11 '
  9997. pkg_cv_XRANDR_CFLAGS=
  9998. pkg_cv_XRANDR_LIBS='-lXrandr '
  9999. pkg_cv_XT_CFLAGS=
  10000. pkg_cv_XT_LIBS='-lXt -lX11 '
  10001. pkg_cv_YAJL_CFLAGS='-I/usr/include/yajl '
  10002. pkg_cv_YAJL_LIBS='-lyajl '
  10003.  
  10004. ## ----------------- ##
  10005. ## Output variables. ##
  10006. ## ----------------- ##
  10007.  
  10008. ACLOCAL='${SHELL} /home/kodi/xbmc/build-aux/missing aclocal-1.15'
  10009. ALLOCA=''
  10010. ALSA_CFLAGS='-I/usr/include/alsa '
  10011. ALSA_LIBS='-lasound '
  10012. AMDEPBACKSLASH='\'
  10013. AMDEP_FALSE='#'
  10014. AMDEP_TRUE=''
  10015. AMTAR='$${TAR-tar}'
  10016. AM_BACKSLASH='\'
  10017. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  10018. AM_DEFAULT_VERBOSITY='1'
  10019. AM_V='$(V)'
  10020. APP_ADDON_API='15.2.000'
  10021. APP_INCLUDE_DIR='/usr/local/include/kodi'
  10022. APP_LIB_DIR='/usr/local/lib/kodi'
  10023. APP_NAME='Kodi'
  10024. APP_NAME_LC='kodi'
  10025. APP_NAME_UC='KODI'
  10026. APP_PREFIX='/usr/local'
  10027. APP_VERSION='15.2'
  10028. APP_VERSION_CODE='152000'
  10029. APP_VERSION_MAJOR='15'
  10030. APP_VERSION_MINOR='2'
  10031. APP_VERSION_TAG=''
  10032. APP_VERSION_TAG_LC=''
  10033. AR='ar'
  10034. ARCH='x86_64-linux'
  10035. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  10036. ASS_SONAME='libass.so.5'
  10037. AUTOCONF='${SHELL} /home/kodi/xbmc/build-aux/missing autoconf'
  10038. AUTOHEADER='${SHELL} /home/kodi/xbmc/build-aux/missing autoheader'
  10039. AUTOMAKE='${SHELL} /home/kodi/xbmc/build-aux/missing automake-1.15'
  10040. AWK='gawk'
  10041. BLURAY_SONAME='libbluray.so.1'
  10042. BREAKPAD_CFLAGS=''
  10043. BREAKPAD_LIBS=''
  10044. BUILD_DVDCSS='1'
  10045. BUILD_EXEEXT=''
  10046. BUILD_OBJEXT=''
  10047. CC='gcc'
  10048. CCACHE='none'
  10049. CCDEPMODE='depmode=none'
  10050. CC_FOR_BUILD='gcc'
  10051. CDIO_CFLAGS=''
  10052. CDIO_LIBS='-lcdio -lm '
  10053. CEC_CFLAGS=''
  10054. CEC_LIBS=''
  10055. CFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  10056. CFLAGS_FOR_BUILD='-g -O2'
  10057. CPP='gcc -E'
  10058. CPPFLAGS=''
  10059. CPPFLAGS_FOR_BUILD=''
  10060. CPP_FOR_BUILD='gcc -E'
  10061. CURL_SONAME='libcurl.so.4'
  10062. CXX11_SWITCH='-std=gnu++11'
  10063. CXX='g++'
  10064. CXXCPP='g++ -E'
  10065. CXXCPPFLAGS_FOR_BUILD=''
  10066. CXXCPP_FOR_BUILD='g++ -E'
  10067. CXXDEPMODE='depmode=none'
  10068. CXXFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11'
  10069. CXXFLAGS_FOR_BUILD='-g -O2'
  10070. CXX_FOR_BUILD='g++'
  10071. CYGPATH_W='echo'
  10072. DARWIN_NATIVE_ARCH=''
  10073. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
  10074. DBUS_LIBS='-ldbus-1 '
  10075. DEFS='-DHAVE_CONFIG_H'
  10076. DEPDIR='.deps'
  10077. DEPENDS_ROOT_FOR_XCODE=''
  10078. DISABLE_FISHBMC='0'
  10079. DISABLE_GOOM='1'
  10080. DISABLE_PROJECTM='0'
  10081. DISABLE_RSXS='0'
  10082. DISABLE_SPECTRUM='0'
  10083. DISABLE_WAVEFORM='0'
  10084. DLLTOOL='false'
  10085. DOXYGEN_EXE='none'
  10086. DRM_CFLAGS='-I/usr/include/libdrm '
  10087. DRM_LIBS='-ldrm '
  10088. DSYMUTIL=''
  10089. DUMPBIN=''
  10090. ECHO_C=''
  10091. ECHO_N='-n'
  10092. ECHO_T=''
  10093. EGREP='/bin/grep -E'
  10094. EXEEXT=''
  10095. FFMPEG_CFLAGS='-I/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include '
  10096. FFMPEG_LIBDIR='/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib'
  10097. FFMPEG_LIBS='-L/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lavformat -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lavcodec -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lpostproc -lswscale -lm -lswresample -lm -lavutil -lm '
  10098. FGREP='/bin/grep -F'
  10099. FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  10100. FREETYPE2_LIBS='-lfreetype '
  10101. FRIBIDI_CFLAGS='-I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
  10102. FRIBIDI_LIBS='-lfribidi -lglib-2.0 '
  10103. GNUTLS_ALL_LIBS='-lgnutls -lz -lgmp -lhogweed -lgmp -lnettle -ltasn1 -lz '
  10104. GNUTLS_CFLAGS=''
  10105. GNUTLS_LIBS='-lgnutls '
  10106. GREP='/bin/grep'
  10107. GTEST_CONFIGURED='1'
  10108. HAVE_CMAKE='yes'
  10109. HAVE_CXX11='1'
  10110. HAVE_FPC=''
  10111. HAVE_GAWK='yes'
  10112. HAVE_GDC=''
  10113. HAVE_GIT='yes'
  10114. HAVE_GPERF='yes'
  10115. HAVE_LIBBLURAY='1'
  10116. HAVE_LIBPULSE='0'
  10117. HAVE_NASM=''
  10118. HAVE_UNZIP='yes'
  10119. HAVE_XBMC_NONFREE='1'
  10120. HAVE_ZIP='yes'
  10121. 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/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/taglib -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/alsa -I/usr/include/libdrm -I/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include -I/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/include '
  10122. INSTALL_DATA='${INSTALL} -m 644'
  10123. INSTALL_PROGRAM='${INSTALL}'
  10124. INSTALL_SCRIPT='${INSTALL}'
  10125. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  10126. JAVA_EXE='/usr/bin/java'
  10127. LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  10128. LDFLAGS=''
  10129. LDFLAGS_FOR_BUILD=''
  10130. LIBASS_BASENAME=''
  10131. LIBBLURAY_CFLAGS=''
  10132. LIBBLURAY_LIBS='-lbluray '
  10133. LIBCEC_SONAME=''
  10134. LIBCURL_BASENAME=''
  10135. LIBCURL_CFLAGS=''
  10136. LIBCURL_LIBS='-lcurl '
  10137. LIBMEPG2_BASENAME=''
  10138. LIBOBJS=''
  10139. LIBOGG_BASENAME=''
  10140. LIBS='-lssh -lmicrohttpd -ljasper -lresolv -ltinyxml -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lX11 -lXext -lXrandr -ldrm -lXt -lX11 -lXmu -lXt -lX11 -lsmbclient -ludev -lcap -L/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb -lxcb-xfixes -lxcb-render -lxcb-shape -lxcb -lxcb-shape -lxcb -lX11 -lnettle -lhogweed -lgmp -lvorbisenc -lvorbis -logg -lgnutls -lm -llzma -lbz2 -lz -pthread -lm -lm -lm -lva-x11 -lva -L/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
  10141. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  10142. LIBVA_CFLAGS=''
  10143. LIBVA_LIBS='-lva-x11 -lva '
  10144. LIBVORBISFILE_BASENAME=''
  10145. LIBVORBIS_BASENAME=''
  10146. LIBXML_CFLAGS='-I/usr/include/libxml2 '
  10147. LIBXML_LIBS='-lxml2 '
  10148. LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
  10149. LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 '
  10150. LIPO=''
  10151. LN_S='ln -s'
  10152. LTLIBOBJS=''
  10153. LT_SYS_LIBRARY_PATH=''
  10154. MAKEINFO='${SHELL} /home/kodi/xbmc/build-aux/missing makeinfo'
  10155. MANIFEST_TOOL=':'
  10156. MKDIR_P='/bin/mkdir -p'
  10157. MPEG2_SONAME='libmpeg2.so.0'
  10158. MYSQL_CONFIG='/usr/bin/mysql_config'
  10159. MYSQL_LIBS='-L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl'
  10160. NATIVE_ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  10161. NFS_SONAME=''
  10162. NM='/usr/bin/nm -B'
  10163. NMEDIT=''
  10164. OBJDUMP='objdump'
  10165. OBJEXT='o'
  10166. OGG_SONAME='libogg.so.0'
  10167. OTOOL64=''
  10168. OTOOL=''
  10169. 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 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/libexif/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.kodi.guilib/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/src/org/xbmc/kodi/XBMCSettingsContentObserver.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnAudioFocusChangeListener.java tools/android/packaging/xbmc/strings.xml addons/xbmc.addon/addon.xml xbmc/network/httprequesthandler/python/Makefile xbmc/linux/sse4/Makefile xbmc/interfaces/python/Makefile xbmc/interfaces/python/test/Makefile .dummy'
  10170. PACKAGE='kodi'
  10171. PACKAGE_BUGREPORT='http://trac.kodi.tv'
  10172. PACKAGE_NAME='kodi'
  10173. PACKAGE_STRING='kodi 15.2.000'
  10174. PACKAGE_TARNAME='kodi'
  10175. PACKAGE_URL=''
  10176. PACKAGE_VERSION='15.2.000'
  10177. PATH_SEPARATOR=':'
  10178. PCRECPP_CFLAGS=''
  10179. PCRECPP_LIBS='-lpcrecpp '
  10180. PCRE_CFLAGS=''
  10181. PCRE_LIBS='-lpcre '
  10182. PIXMAN_CFLAGS=''
  10183. PIXMAN_LIBS=''
  10184. PKG_CONFIG='/usr/bin/pkg-config'
  10185. PKG_CONFIG_LIBDIR=''
  10186. PKG_CONFIG_PATH='/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:/home/kodi/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib/pkgconfig:'
  10187. PLIST_SONAME=''
  10188. PNG_CFLAGS='-I/usr/include/libpng16 '
  10189. PNG_LIBS='-lpng16 '
  10190. POW_LIB=''
  10191. PULSE_CFLAGS=''
  10192. PULSE_LIBS=''
  10193. PYTHON='/usr/bin/python'
  10194. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  10195. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
  10196. PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
  10197. PYTHON_LDFLAGS='-L/usr/lib64 -lpython2.7'
  10198. PYTHON_SITE_PKG='/usr/lib64/python2.7/site-packages'
  10199. PYTHON_VERSION='2.7'
  10200. RANLIB='ranlib'
  10201. RTMP_SONAME=''
  10202. SAMBA_CFLAGS=''
  10203. SAMBA_LIBS='-lsmbclient '
  10204. SDL2_CFLAGS=''
  10205. SDL2_LIBS=''
  10206. SDL_DEFINES=' -D'\''GIT_REV="20151019-02e7013"'\'''
  10207. SED='/bin/sed'
  10208. SET_MAKE=''
  10209. SHAIRPLAY_SONAME=''
  10210. SHELL='/bin/sh'
  10211. SQLITE3_CFLAGS=''
  10212. SQLITE3_LIBS='-lsqlite3 '
  10213. SQUISH_CFLAGS='-I/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/include '
  10214. SQUISH_LIBS='-L/home/kodi/xbmc/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
  10215. STRIP='strip'
  10216. SWIG20_EXE=''
  10217. SWIG_EXE='/usr/bin/swig'
  10218. TAGLIB_CFLAGS='-I/usr/include/taglib '
  10219. TAGLIB_LIBS='-ltag '
  10220. TEXTUREPACKER='/home/kodi/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker'
  10221. TINYXML_CFLAGS=''
  10222. TINYXML_LIBS=''
  10223. UDEV_CFLAGS=''
  10224. UDEV_LIBS='-ludev '
  10225. 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\""'
  10226. USB_CFLAGS=''
  10227. USB_LIBS=''
  10228. USE_AIRPLAY='0'
  10229. USE_AIRTUNES='0'
  10230. USE_ALSA='1'
  10231. USE_ANDROID=''
  10232. USE_ASAP_CODEC='0'
  10233. USE_BREAKPAD='0'
  10234. USE_DOXYGEN='0'
  10235. USE_IMXVPU=''
  10236. USE_LIBAMCODEC=''
  10237. USE_LIBAV_HACKS=''
  10238. USE_LIBCEC='0'
  10239. USE_LIBNFS='0'
  10240. USE_LIBSMBCLIENT='1'
  10241. USE_LIBSTAGEFRIGHT=''
  10242. USE_LIBUDEV='1'
  10243. USE_LIBUSB='0'
  10244. USE_LIBXBMC=''
  10245. USE_MDNSEMBEDDED='0'
  10246. USE_MMAL=''
  10247. USE_MYSQL='1'
  10248. USE_OMXLIB=''
  10249. USE_OMXPLAYER=''
  10250. USE_OPENGL='1'
  10251. USE_OPENGLES='0'
  10252. USE_OPENMAX='0'
  10253. USE_PULSE='0'
  10254. USE_SSE4='1'
  10255. USE_STATIC_FFMPEG='1'
  10256. USE_TEXTUREPACKER='0'
  10257. USE_TOUCH_SKIN='0'
  10258. USE_UPNP='1'
  10259. USE_VAAPI='1'
  10260. USE_VDPAU='0'
  10261. USE_WAYLAND=''
  10262. USE_WAYLAND_TEST_EXTENSION=''
  10263. USE_WEB_SERVER='1'
  10264. USE_X11='1'
  10265. USE_XKBCOMMON=''
  10266. VERSION='15.2.000'
  10267. VORBISENC_ALL_LIBS='-lvorbisenc -lvorbis -lm -logg '
  10268. VORBISFILE_SONAME='libvorbisfile.so.3'
  10269. VORBIS_SONAME='libvorbis.so.0'
  10270. WAYLAND_CLIENT_CFLAGS=''
  10271. WAYLAND_CLIENT_LIBRARY_SONAME=''
  10272. WAYLAND_CLIENT_LIBS=''
  10273. WAYLAND_EGL_CFLAGS=''
  10274. WAYLAND_EGL_LIBRARY_SONAME=''
  10275. WAYLAND_EGL_LIBS=''
  10276. WAYLAND_SCANNER=''
  10277. WAYLAND_TEST_INCLUDES=''
  10278. WAYLAND_TEST_LIBS=''
  10279. WESTON_CFLAGS=''
  10280. WESTON_LIBS=''
  10281. X11_CFLAGS=''
  10282. X11_LIBS='-lX11 '
  10283. XEXT_CFLAGS=''
  10284. XEXT_LIBS='-lXext '
  10285. XKBCOMMON_CFLAGS=''
  10286. XKBCOMMON_LIBRARY_SONAME=''
  10287. XKBCOMMON_LIBS=''
  10288. XMU_CFLAGS=''
  10289. XMU_LIBS='-lXmu -lXt -lX11 '
  10290. XRANDR_CFLAGS=''
  10291. XRANDR_LIBS='-lXrandr '
  10292. XT_CFLAGS=''
  10293. XT_LIBS='-lXt -lX11 '
  10294. YAJL_CFLAGS='-I/usr/include/yajl '
  10295. YAJL_LIBS='-lyajl '
  10296. ZIP_CFLAGS=''
  10297. ZIP_LIBS=''
  10298. ac_ct_AR='ar'
  10299. ac_ct_CC='gcc'
  10300. ac_ct_CC_FOR_BUILD='gcc'
  10301. ac_ct_CXX='g++'
  10302. ac_ct_CXX_FOR_BUILD='g++'
  10303. ac_ct_DUMPBIN=''
  10304. am__EXEEXT_FALSE=''
  10305. am__EXEEXT_TRUE='#'
  10306. am__fastdepCC_FALSE=''
  10307. am__fastdepCC_TRUE='#'
  10308. am__fastdepCXX_FALSE=''
  10309. am__fastdepCXX_TRUE='#'
  10310. am__include='include'
  10311. am__isrc=''
  10312. am__leading_dot='.'
  10313. am__nodep='_no'
  10314. am__quote=''
  10315. am__tar='$${TAR-tar} chof - "$$tardir"'
  10316. am__untar='$${TAR-tar} xf -'
  10317. bindir='${exec_prefix}/bin'
  10318. build='x86_64-pc-linux-gnu'
  10319. build_alias=''
  10320. build_cpu='x86_64'
  10321. build_os='linux-gnu'
  10322. build_vendor='pc'
  10323. datadir='${datarootdir}'
  10324. datarootdir='${prefix}/share'
  10325. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  10326. dvidir='${docdir}'
  10327. exec_prefix='/usr/local'
  10328. host='x86_64-pc-linux-gnu'
  10329. host_alias=''
  10330. host_cpu='x86_64'
  10331. host_os='linux-gnu'
  10332. host_vendor='pc'
  10333. htmldir='${docdir}'
  10334. includedir='${prefix}/include'
  10335. infodir='${datarootdir}/info'
  10336. install_sh='${SHELL} /home/kodi/xbmc/build-aux/install-sh'
  10337. libdir='${exec_prefix}/lib'
  10338. libexecdir='${exec_prefix}/libexec'
  10339. localedir='${datarootdir}/locale'
  10340. localstatedir='${prefix}/var'
  10341. mandir='${datarootdir}/man'
  10342. mkdir_p='$(MKDIR_P)'
  10343. oldincludedir='/usr/include'
  10344. pdfdir='${docdir}'
  10345. prefix='/usr/local'
  10346. program_transform_name='s,x,x,'
  10347. psdir='${docdir}'
  10348. sbindir='${exec_prefix}/sbin'
  10349. sharedstatedir='${prefix}/com'
  10350. sysconfdir='${prefix}/etc'
  10351. target_alias=''
  10352.  
  10353. ## ------------------- ##
  10354. ## File substitutions. ##
  10355. ## ------------------- ##
  10356.  
  10357. XBMC_STANDALONE_SH_PULSE='/dev/null'
  10358.  
  10359. ## ----------- ##
  10360. ## confdefs.h. ##
  10361. ## ----------- ##
  10362.  
  10363. /* confdefs.h */
  10364. #define PACKAGE_NAME "kodi"
  10365. #define PACKAGE_TARNAME "kodi"
  10366. #define PACKAGE_VERSION "15.2.000"
  10367. #define PACKAGE_STRING "kodi 15.2.000"
  10368. #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  10369. #define PACKAGE_URL ""
  10370. #define PACKAGE "kodi"
  10371. #define VERSION "15.2.000"
  10372. #define HAVE_LIRC 1
  10373. #define LIRC_DEVICE "/dev/lircd"
  10374. #define HAVE_CXX11 1
  10375. #define STDC_HEADERS 1
  10376. #define HAVE_SYS_TYPES_H 1
  10377. #define HAVE_SYS_STAT_H 1
  10378. #define HAVE_STDLIB_H 1
  10379. #define HAVE_STRING_H 1
  10380. #define HAVE_MEMORY_H 1
  10381. #define HAVE_STRINGS_H 1
  10382. #define HAVE_INTTYPES_H 1
  10383. #define HAVE_STDINT_H 1
  10384. #define HAVE_UNISTD_H 1
  10385. #define HAVE_DLFCN_H 1
  10386. #define LT_OBJDIR ".libs/"
  10387. #define HAVE_ALLOCA_H 1
  10388. #define HAVE_ALLOCA 1
  10389. #define HAVE_UNISTD_H 1
  10390. #define HAVE_CHOWN 1
  10391. #define HAVE_DIRENT_H 1
  10392. #define HAVE_FSEEKO 1
  10393. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  10394. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  10395. #define TIME_WITH_SYS_TIME 1
  10396. #define HAVE_SYS_TIME_H 1
  10397. #define HAVE_UNISTD_H 1
  10398. #define HAVE_STDLIB_H 1
  10399. #define HAVE_SYS_PARAM_H 1
  10400. #define HAVE_UTIME_H 1
  10401. #define HAVE_ALARM 1
  10402. #define HAVE_GETPAGESIZE 1
  10403. #define HAVE_MMAP 1
  10404. #define HAVE_SYS_SELECT_H 1
  10405. #define HAVE_SYS_SOCKET_H 1
  10406. #define SELECT_TYPE_ARG1 int
  10407. #define SELECT_TYPE_ARG234 (fd_set *)
  10408. #define SELECT_TYPE_ARG5 (struct timeval *)
  10409. #define RETSIGTYPE void
  10410. #define HAVE_STRCOLL 1
  10411. #define HAVE_STRFTIME 1
  10412. #define HAVE_UTIME_NULL 1
  10413. #define HAVE_VPRINTF 1
  10414. #define HAVE_ATEXIT 1
  10415. #define HAVE_DUP2 1
  10416. #define HAVE_FDATASYNC 1
  10417. #define HAVE_FTIME 1
  10418. #define HAVE_FTRUNCATE 1
  10419. #define HAVE_GETCWD 1
  10420. #define HAVE_GETHOSTBYADDR 1
  10421. #define HAVE_GETHOSTBYNAME 1
  10422. #define HAVE_GETHOSTNAME 1
  10423. #define HAVE_GETPAGESIZE 1
  10424. #define HAVE_GETPASS 1
  10425. #define HAVE_GETTIMEOFDAY 1
  10426. #define HAVE_INET_NTOA 1
  10427. #define HAVE_LCHOWN 1
  10428. #define HAVE_LOCALECONV 1
  10429. #define HAVE_MEMCHR 1
  10430. #define HAVE_MEMMOVE 1
  10431. #define HAVE_MEMSET 1
  10432. #define HAVE_MKDIR 1
  10433. #define HAVE_MODF 1
  10434. #define HAVE_MUNMAP 1
  10435. #define HAVE_RMDIR 1
  10436. #define HAVE_SELECT 1
  10437. #define HAVE_SETENV 1
  10438. #define HAVE_SETLOCALE 1
  10439. #define HAVE_SOCKET 1
  10440. #define HAVE_STRCASECMP 1
  10441. #define HAVE_STRCHR 1
  10442. #define HAVE_STRCSPN 1
  10443. #define HAVE_STRDUP 1
  10444. #define HAVE_STRERROR 1
  10445. #define HAVE_STRNCASECMP 1
  10446. #define HAVE_STRPBRK 1
  10447. #define HAVE_STRRCHR 1
  10448. #define HAVE_STRSPN 1
  10449. #define HAVE_STRSTR 1
  10450. #define HAVE_STRTOL 1
  10451. #define HAVE_STRTOUL 1
  10452. #define HAVE_SYSINFO 1
  10453. #define HAVE_TZSET 1
  10454. #define HAVE_UTIME 1
  10455. #define HAVE_POSIX_FADVISE 1
  10456. #define HAVE_LOCALTIME_R 1
  10457. #define SIZEOF_INT 4
  10458. #define SIZEOF_SIZE_T 8
  10459. #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  10460. #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  10461. #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  10462. #define HAVE_STD__U16STRING 1
  10463. #define HAVE_STD__U32STRING 1
  10464. #define HAVE_CHAR16_T 1
  10465. #define HAVE_CHAR32_T 1
  10466. #define SIZEOF_WCHAR_T 4
  10467. #define HAVE_INOTIFY 1
  10468. #define HAVE_PYTHON "2.7"
  10469. #define HAVE_LIBGL 1
  10470. #define HAVE_LIBGLEW 1
  10471. #define HAVE_LIBGLU 1
  10472. #define HAVE_MYSQL 1
  10473. #define HAVE_OPENSSL 1
  10474. #define HAVE_LIBGPG_ERROR 1
  10475. #define HAVE_LIBGCRYPT 1
  10476. #define HAVE_GCRYPT 1
  10477. #define HAVE_GNUTLS 1
  10478. #define HAVE_LIBBZ2 1
  10479. #define HAVE_LIBJPEG 1
  10480. #define HAVE_LIBTIFF 1
  10481. #define HAVE_LIBPTHREAD 1
  10482. #define HAVE_PTHREAD_SETNAME_NP 1
  10483. #define HAVE_LIBLZO2 1
  10484. #define HAVE_LIBZ 1
  10485. #define HAVE_LIBCRYPTO 1
  10486. #define HAVE_LIBSSL 1
  10487. #define HAVE_LIBMYSQLCLIENT 1
  10488. #define HAVE_LIBTINYXML 1
  10489. #define HAVE_LIBPCRECPP 1
  10490. #define HAVE_LIBPCRE 1
  10491. #define HAVE_LIBBLURAY 1
  10492. #define HAVE_LIBBLURAY_BDJ 1
  10493. #define HAVE_LIBJASPER 1
  10494. #define HAVE_DBUS 1
  10495. #define HAVE_LIBMICROHTTPD 1
  10496. #define HAS_DVD_DRIVE 1
  10497. #define HAS_ALSA 1
  10498. #define HAVE_X11 1
  10499. #define HAVE_LIBSSH 1
  10500. #define HAVE_LIBSSH 1
  10501. #define HAVE_LIBSMBCLIENT 1
  10502. #define HAVE_LIBUDEV 1
  10503. #define HAVE_SYS_CAPABILITY_H 1
  10504. #define HAVE_LIBCAP 1
  10505. #define FFMPEG_VER_SHA "2.6.4-Isengard"
  10506. #define USE_STATIC_FFMPEG 1
  10507. #define HAVE_LIBVA 1
  10508. #define HAVE_DIRENT_H 1
  10509. #define STDC_HEADERS 1
  10510. #define HAVE_SYS_WAIT_H 1
  10511. #define HAVE_ARPA_INET_H 1
  10512. #define HAVE_FCNTL_H 1
  10513. #define HAVE_FLOAT_H 1
  10514. #define HAVE_INTTYPES_H 1
  10515. #define HAVE_LIMITS_H 1
  10516. #define HAVE_LOCALE_H 1
  10517. #define HAVE_MALLOC_H 1
  10518. #define HAVE_MEMORY_H 1
  10519. #define HAVE_NETDB_H 1
  10520. #define HAVE_NETINET_IN_H 1
  10521. #define HAVE_STDDEF_H 1
  10522. #define HAVE_STDINT_H 1
  10523. #define HAVE_STDLIB_H 1
  10524. #define HAVE_STRING_H 1
  10525. #define HAVE_STRINGS_H 1
  10526. #define HAVE_SYS_FILE_H 1
  10527. #define HAVE_SYS_IOCTL_H 1
  10528. #define HAVE_SYS_MOUNT_H 1
  10529. #define HAVE_SYS_PARAM_H 1
  10530. #define HAVE_SYS_SOCKET_H 1
  10531. #define HAVE_SYS_TIME_H 1
  10532. #define HAVE_SYS_TIMEB_H 1
  10533. #define HAVE_SYS_VFS_H 1
  10534. #define HAVE_TERMIOS_H 1
  10535. #define HAVE_UNISTD_H 1
  10536. #define HAVE_UTIME_H 1
  10537. #define HAVE_WCHAR_H 1
  10538. #define HAVE_WCTYPE_H 1
  10539. #define HAVE_CDIO_ISO9660_H 1
  10540. #define HAVE__BOOL 1
  10541. #define HAVE_STDBOOL_H 1
  10542. #define restrict __restrict
  10543. #define HAVE_STRUCT_STAT_ST_RDEV 1
  10544. #define TIME_WITH_SYS_TIME 1
  10545. #define USE_ALSA 1
  10546. #define HAVE_XBMC_NONFREE 1
  10547. #define USE_UPNP 1
  10548.  
  10549. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement