Advertisement
Guest User

Untitled

a guest
Oct 9th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 283.83 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by kodi configure 16.9.804, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = bender
  14. uname -m = x86_64
  15. uname -r = 4.7.0-1-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 4.7.5-1 (2016-09-26)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/local/games
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:3840: checking for a BSD-compatible install
  42. configure:3908: result: /usr/bin/install -c
  43. configure:3919: checking whether build environment is sane
  44. configure:3974: result: yes
  45. configure:4125: checking for a thread-safe mkdir -p
  46. configure:4164: result: /bin/mkdir -p
  47. configure:4171: checking for gawk
  48. configure:4187: found /usr/bin/gawk
  49. configure:4198: result: gawk
  50. configure:4209: checking whether make sets $(MAKE)
  51. configure:4231: result: yes
  52. configure:4260: checking whether make supports nested variables
  53. configure:4277: result: yes
  54. configure:4407: checking build system type
  55. configure:4421: result: x86_64-pc-linux-gnu
  56. configure:4441: checking host system type
  57. configure:4454: result: x86_64-pc-linux-gnu
  58. configure:4533: checking for git
  59. configure:4549: found /usr/bin/git
  60. configure:4561: result: yes
  61. configure:5057: checking for gcc
  62. configure:5073: found /usr/bin/gcc
  63. configure:5084: result: gcc
  64. configure:5313: checking for C compiler version
  65. configure:5322: gcc --version >&5
  66. gcc (Debian 6.1.1-11) 6.1.1 20160802
  67. Copyright (C) 2016 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:5333: $? = 0
  72. configure:5322: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  76. Target: x86_64-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Debian 6.1.1-11' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  78. Thread model: posix
  79. gcc version 6.1.1 20160802 (Debian 6.1.1-11)
  80. configure:5333: $? = 0
  81. configure:5322: gcc -V >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:5333: $? = 1
  86. configure:5322: gcc -qversion >&5
  87. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:5333: $? = 1
  91. configure:5353: checking whether the C compiler works
  92. configure:5375: gcc conftest.c >&5
  93. configure:5379: $? = 0
  94. configure:5427: result: yes
  95. configure:5430: checking for C compiler default output file name
  96. configure:5432: result: a.out
  97. configure:5438: checking for suffix of executables
  98. configure:5445: gcc -o conftest conftest.c >&5
  99. configure:5449: $? = 0
  100. configure:5471: result:
  101. configure:5493: checking whether we are cross compiling
  102. configure:5501: gcc -o conftest conftest.c >&5
  103. configure:5505: $? = 0
  104. configure:5512: ./conftest
  105. configure:5516: $? = 0
  106. configure:5531: result: no
  107. configure:5536: checking for suffix of object files
  108. configure:5558: gcc -c conftest.c >&5
  109. configure:5562: $? = 0
  110. configure:5583: result: o
  111. configure:5587: checking whether we are using the GNU C compiler
  112. configure:5606: gcc -c conftest.c >&5
  113. configure:5606: $? = 0
  114. configure:5615: result: yes
  115. configure:5624: checking whether gcc accepts -g
  116. configure:5644: gcc -c -g conftest.c >&5
  117. configure:5644: $? = 0
  118. configure:5685: result: yes
  119. configure:5702: checking for gcc option to accept ISO C89
  120. configure:5765: gcc -c -g -O2 conftest.c >&5
  121. configure:5765: $? = 0
  122. configure:5778: result: none needed
  123. configure:5803: checking whether gcc understands -c and -o together
  124. configure:5825: gcc -c conftest.c -o conftest2.o
  125. configure:5828: $? = 0
  126. configure:5825: gcc -c conftest.c -o conftest2.o
  127. configure:5828: $? = 0
  128. configure:5840: result: yes
  129. configure:5868: checking for style of include used by make
  130. configure:5896: result: GNU
  131. configure:5922: checking dependency style of gcc
  132. configure:6033: result: none
  133. configure:6053: checking how to run the C preprocessor
  134. configure:6084: gcc -E conftest.c
  135. configure:6084: $? = 0
  136. configure:6098: gcc -E conftest.c
  137. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  138. #include <ac_nonexistent.h>
  139. ^
  140. compilation terminated.
  141. configure:6098: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h */
  144. | #define PACKAGE_NAME "kodi"
  145. | #define PACKAGE_TARNAME "kodi"
  146. | #define PACKAGE_VERSION "16.9.804"
  147. | #define PACKAGE_STRING "kodi 16.9.804"
  148. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  149. | #define PACKAGE_URL ""
  150. | #define PACKAGE "kodi"
  151. | #define VERSION "16.9.804"
  152. | #define HAVE_LIRC 1
  153. | #define LIRC_DEVICE "/dev/lircd"
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:6123: result: gcc -E
  157. configure:6143: gcc -E conftest.c
  158. configure:6143: $? = 0
  159. configure:6157: gcc -E conftest.c
  160. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  161. #include <ac_nonexistent.h>
  162. ^
  163. compilation terminated.
  164. configure:6157: $? = 1
  165. configure: failed program was:
  166. | /* confdefs.h */
  167. | #define PACKAGE_NAME "kodi"
  168. | #define PACKAGE_TARNAME "kodi"
  169. | #define PACKAGE_VERSION "16.9.804"
  170. | #define PACKAGE_STRING "kodi 16.9.804"
  171. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  172. | #define PACKAGE_URL ""
  173. | #define PACKAGE "kodi"
  174. | #define VERSION "16.9.804"
  175. | #define HAVE_LIRC 1
  176. | #define LIRC_DEVICE "/dev/lircd"
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:6241: checking for gcc
  180. configure:6257: found /usr/bin/gcc
  181. configure:6268: result: gcc
  182. configure:6497: checking for C compiler version
  183. configure:6506: gcc --version >&5
  184. gcc (Debian 6.1.1-11) 6.1.1 20160802
  185. Copyright (C) 2016 Free Software Foundation, Inc.
  186. This is free software; see the source for copying conditions. There is NO
  187. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  188.  
  189. configure:6517: $? = 0
  190. configure:6506: gcc -v >&5
  191. Using built-in specs.
  192. COLLECT_GCC=gcc
  193. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  194. Target: x86_64-linux-gnu
  195. Configured with: ../src/configure -v --with-pkgversion='Debian 6.1.1-11' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  196. Thread model: posix
  197. gcc version 6.1.1 20160802 (Debian 6.1.1-11)
  198. configure:6517: $? = 0
  199. configure:6506: gcc -V >&5
  200. gcc: error: unrecognized command line option '-V'
  201. gcc: fatal error: no input files
  202. compilation terminated.
  203. configure:6517: $? = 1
  204. configure:6506: gcc -qversion >&5
  205. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  206. gcc: fatal error: no input files
  207. compilation terminated.
  208. configure:6517: $? = 1
  209. configure:6521: checking whether we are using the GNU C compiler
  210. configure:6549: result: yes
  211. configure:6558: checking whether gcc accepts -g
  212. configure:6578: gcc -c -g -O2 conftest.c >&5
  213. configure:6578: $? = 0
  214. configure:6619: result: yes
  215. configure:6636: checking for gcc option to accept ISO C89
  216. configure:6712: result: none needed
  217. configure:6737: checking whether gcc understands -c and -o together
  218. configure:6774: result: yes
  219. configure:6793: checking dependency style of gcc
  220. configure:6904: result: none
  221. configure:6924: checking how to run the C preprocessor
  222. configure:6955: gcc -E conftest.c
  223. configure:6955: $? = 0
  224. configure:6969: gcc -E conftest.c
  225. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  226. #include <ac_nonexistent.h>
  227. ^
  228. compilation terminated.
  229. configure:6969: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME "kodi"
  233. | #define PACKAGE_TARNAME "kodi"
  234. | #define PACKAGE_VERSION "16.9.804"
  235. | #define PACKAGE_STRING "kodi 16.9.804"
  236. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  237. | #define PACKAGE_URL ""
  238. | #define PACKAGE "kodi"
  239. | #define VERSION "16.9.804"
  240. | #define HAVE_LIRC 1
  241. | #define LIRC_DEVICE "/dev/lircd"
  242. | /* end confdefs.h. */
  243. | #include <ac_nonexistent.h>
  244. configure:6994: result: gcc -E
  245. configure:7014: gcc -E conftest.c
  246. configure:7014: $? = 0
  247. configure:7028: gcc -E conftest.c
  248. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  249. #include <ac_nonexistent.h>
  250. ^
  251. compilation terminated.
  252. configure:7028: $? = 1
  253. configure: failed program was:
  254. | /* confdefs.h */
  255. | #define PACKAGE_NAME "kodi"
  256. | #define PACKAGE_TARNAME "kodi"
  257. | #define PACKAGE_VERSION "16.9.804"
  258. | #define PACKAGE_STRING "kodi 16.9.804"
  259. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  260. | #define PACKAGE_URL ""
  261. | #define PACKAGE "kodi"
  262. | #define VERSION "16.9.804"
  263. | #define HAVE_LIRC 1
  264. | #define LIRC_DEVICE "/dev/lircd"
  265. | /* end confdefs.h. */
  266. | #include <ac_nonexistent.h>
  267. configure:7125: checking for g++
  268. configure:7141: found /usr/bin/g++
  269. configure:7152: result: g++
  270. configure:7179: checking for C++ compiler version
  271. configure:7188: g++ --version >&5
  272. g++ (Debian 6.1.1-11) 6.1.1 20160802
  273. Copyright (C) 2016 Free Software Foundation, Inc.
  274. This is free software; see the source for copying conditions. There is NO
  275. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  276.  
  277. configure:7199: $? = 0
  278. configure:7188: g++ -v >&5
  279. Using built-in specs.
  280. COLLECT_GCC=g++
  281. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  282. Target: x86_64-linux-gnu
  283. Configured with: ../src/configure -v --with-pkgversion='Debian 6.1.1-11' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  284. Thread model: posix
  285. gcc version 6.1.1 20160802 (Debian 6.1.1-11)
  286. configure:7199: $? = 0
  287. configure:7188: g++ -V >&5
  288. g++: error: unrecognized command line option '-V'
  289. g++: fatal error: no input files
  290. compilation terminated.
  291. configure:7199: $? = 1
  292. configure:7188: g++ -qversion >&5
  293. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  294. g++: fatal error: no input files
  295. compilation terminated.
  296. configure:7199: $? = 1
  297. configure:7203: checking whether we are using the GNU C++ compiler
  298. configure:7222: g++ -c conftest.cpp >&5
  299. configure:7222: $? = 0
  300. configure:7231: result: yes
  301. configure:7240: checking whether g++ accepts -g
  302. configure:7260: g++ -c -g conftest.cpp >&5
  303. configure:7260: $? = 0
  304. configure:7301: result: yes
  305. configure:7326: checking dependency style of g++
  306. configure:7437: result: none
  307. configure:7457: checking how to run the C++ preprocessor
  308. configure:7484: g++ -E conftest.cpp
  309. configure:7484: $? = 0
  310. configure:7498: g++ -E conftest.cpp
  311. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  312. #include <ac_nonexistent.h>
  313. ^
  314. compilation terminated.
  315. configure:7498: $? = 1
  316. configure: failed program was:
  317. | /* confdefs.h */
  318. | #define PACKAGE_NAME "kodi"
  319. | #define PACKAGE_TARNAME "kodi"
  320. | #define PACKAGE_VERSION "16.9.804"
  321. | #define PACKAGE_STRING "kodi 16.9.804"
  322. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  323. | #define PACKAGE_URL ""
  324. | #define PACKAGE "kodi"
  325. | #define VERSION "16.9.804"
  326. | #define HAVE_LIRC 1
  327. | #define LIRC_DEVICE "/dev/lircd"
  328. | /* end confdefs.h. */
  329. | #include <ac_nonexistent.h>
  330. configure:7523: result: g++ -E
  331. configure:7543: g++ -E conftest.cpp
  332. configure:7543: $? = 0
  333. configure:7557: g++ -E conftest.cpp
  334. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  335. #include <ac_nonexistent.h>
  336. ^
  337. compilation terminated.
  338. configure:7557: $? = 1
  339. configure: failed program was:
  340. | /* confdefs.h */
  341. | #define PACKAGE_NAME "kodi"
  342. | #define PACKAGE_TARNAME "kodi"
  343. | #define PACKAGE_VERSION "16.9.804"
  344. | #define PACKAGE_STRING "kodi 16.9.804"
  345. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  346. | #define PACKAGE_URL ""
  347. | #define PACKAGE "kodi"
  348. | #define VERSION "16.9.804"
  349. | #define HAVE_LIRC 1
  350. | #define LIRC_DEVICE "/dev/lircd"
  351. | /* end confdefs.h. */
  352. | #include <ac_nonexistent.h>
  353. configure:7650: checking for g++
  354. configure:7666: found /usr/bin/g++
  355. configure:7677: result: g++
  356. configure:7704: checking for C++ compiler version
  357. configure:7713: g++ --version >&5
  358. g++ (Debian 6.1.1-11) 6.1.1 20160802
  359. Copyright (C) 2016 Free Software Foundation, Inc.
  360. This is free software; see the source for copying conditions. There is NO
  361. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  362.  
  363. configure:7724: $? = 0
  364. configure:7713: g++ -v >&5
  365. Using built-in specs.
  366. COLLECT_GCC=g++
  367. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  368. Target: x86_64-linux-gnu
  369. Configured with: ../src/configure -v --with-pkgversion='Debian 6.1.1-11' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  370. Thread model: posix
  371. gcc version 6.1.1 20160802 (Debian 6.1.1-11)
  372. configure:7724: $? = 0
  373. configure:7713: g++ -V >&5
  374. g++: error: unrecognized command line option '-V'
  375. g++: fatal error: no input files
  376. compilation terminated.
  377. configure:7724: $? = 1
  378. configure:7713: g++ -qversion >&5
  379. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  380. g++: fatal error: no input files
  381. compilation terminated.
  382. configure:7724: $? = 1
  383. configure:7728: checking whether we are using the GNU C++ compiler
  384. configure:7756: result: yes
  385. configure:7765: checking whether g++ accepts -g
  386. configure:7785: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  387. configure:7785: $? = 0
  388. configure:7826: result: yes
  389. configure:7851: checking dependency style of g++
  390. configure:7962: result: none
  391. configure:7982: checking how to run the C++ preprocessor
  392. configure:8009: g++ -E conftest.cpp
  393. configure:8009: $? = 0
  394. configure:8023: g++ -E conftest.cpp
  395. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  396. #include <ac_nonexistent.h>
  397. ^
  398. compilation terminated.
  399. configure:8023: $? = 1
  400. configure: failed program was:
  401. | /* confdefs.h */
  402. | #define PACKAGE_NAME "kodi"
  403. | #define PACKAGE_TARNAME "kodi"
  404. | #define PACKAGE_VERSION "16.9.804"
  405. | #define PACKAGE_STRING "kodi 16.9.804"
  406. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  407. | #define PACKAGE_URL ""
  408. | #define PACKAGE "kodi"
  409. | #define VERSION "16.9.804"
  410. | #define HAVE_LIRC 1
  411. | #define LIRC_DEVICE "/dev/lircd"
  412. | /* end confdefs.h. */
  413. | #include <ac_nonexistent.h>
  414. configure:8048: result: g++ -E
  415. configure:8068: g++ -E conftest.cpp
  416. configure:8068: $? = 0
  417. configure:8082: g++ -E conftest.cpp
  418. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  419. #include <ac_nonexistent.h>
  420. ^
  421. compilation terminated.
  422. configure:8082: $? = 1
  423. configure: failed program was:
  424. | /* confdefs.h */
  425. | #define PACKAGE_NAME "kodi"
  426. | #define PACKAGE_TARNAME "kodi"
  427. | #define PACKAGE_VERSION "16.9.804"
  428. | #define PACKAGE_STRING "kodi 16.9.804"
  429. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  430. | #define PACKAGE_URL ""
  431. | #define PACKAGE "kodi"
  432. | #define VERSION "16.9.804"
  433. | #define HAVE_LIRC 1
  434. | #define LIRC_DEVICE "/dev/lircd"
  435. | /* end confdefs.h. */
  436. | #include <ac_nonexistent.h>
  437. configure:8125: checking whether g++ supports C++11 features by default
  438. configure:8159: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  439. configure:8159: $? = 0
  440. configure:8166: result: yes
  441. configure:8362: checking how to print strings
  442. configure:8389: result: printf
  443. configure:8410: checking for a sed that does not truncate output
  444. configure:8474: result: /bin/sed
  445. configure:8492: checking for grep that handles long lines and -e
  446. configure:8550: result: /bin/grep
  447. configure:8555: checking for egrep
  448. configure:8617: result: /bin/grep -E
  449. configure:8622: checking for fgrep
  450. configure:8684: result: /bin/grep -F
  451. configure:8719: checking for ld used by gcc
  452. configure:8786: result: /usr/bin/ld
  453. configure:8793: checking if the linker (/usr/bin/ld) is GNU ld
  454. configure:8808: result: yes
  455. configure:8820: checking for BSD- or MS-compatible name lister (nm)
  456. configure:8874: result: /usr/bin/nm -B
  457. configure:9004: checking the name lister (/usr/bin/nm -B) interface
  458. configure:9011: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  459. configure:9014: /usr/bin/nm -B "conftest.o"
  460. configure:9017: output
  461. 0000000000000000 B some_variable
  462. configure:9024: result: BSD nm
  463. configure:9027: checking whether ln -s works
  464. configure:9031: result: yes
  465. configure:9039: checking the maximum length of command line arguments
  466. configure:9170: result: 1572864
  467. configure:9218: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  468. configure:9258: result: func_convert_file_noop
  469. configure:9265: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  470. configure:9285: result: func_convert_file_noop
  471. configure:9292: checking for /usr/bin/ld option to reload object files
  472. configure:9299: result: -r
  473. configure:9373: checking for objdump
  474. configure:9389: found /usr/bin/objdump
  475. configure:9400: result: objdump
  476. configure:9432: checking how to recognize dependent libraries
  477. configure:9632: result: pass_all
  478. configure:9717: checking for dlltool
  479. configure:9747: result: no
  480. configure:9777: checking how to associate runtime and link libraries
  481. configure:9804: result: printf %s\n
  482. configure:9865: checking for ar
  483. configure:9881: found /usr/bin/ar
  484. configure:9892: result: ar
  485. configure:9929: checking for archiver @FILE support
  486. configure:9946: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  487. configure:9946: $? = 0
  488. configure:9949: ar cru libconftest.a @conftest.lst >&5
  489. ar: `u' modifier ignored since `D' is the default (see `U')
  490. configure:9952: $? = 0
  491. configure:9957: ar cru libconftest.a @conftest.lst >&5
  492. ar: `u' modifier ignored since `D' is the default (see `U')
  493. ar: conftest.o: No such file or directory
  494. configure:9960: $? = 1
  495. configure:9972: result: @
  496. configure:10030: checking for strip
  497. configure:10046: found /usr/bin/strip
  498. configure:10057: result: strip
  499. configure:10129: checking for ranlib
  500. configure:10145: found /usr/bin/ranlib
  501. configure:10156: result: ranlib
  502. configure:10258: checking command to parse /usr/bin/nm -B output from gcc object
  503. configure:10411: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  504. configure:10414: $? = 0
  505. configure:10418: /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
  506. configure:10421: $? = 0
  507. configure:10487: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
  508. configure:10490: $? = 0
  509. configure:10528: result: ok
  510. configure:10575: checking for sysroot
  511. configure:10605: result: no
  512. configure:10612: checking for a working dd
  513. configure:10650: result: /bin/dd
  514. configure:10654: checking how to truncate binary pipes
  515. configure:10669: result: /bin/dd bs=4096 count=1
  516. configure:10805: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  517. configure:10808: $? = 0
  518. configure:10998: checking for mt
  519. configure:11014: found /bin/mt
  520. configure:11025: result: mt
  521. configure:11048: checking if mt is a manifest tool
  522. configure:11054: mt '-?'
  523. configure:11062: result: no
  524. configure:11735: checking for ANSI C header files
  525. configure:11755: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  526. configure:11755: $? = 0
  527. configure:11828: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  528. configure:11828: $? = 0
  529. configure:11828: ./conftest
  530. configure:11828: $? = 0
  531. configure:11839: result: yes
  532. configure:11852: checking for sys/types.h
  533. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  534. configure:11852: $? = 0
  535. configure:11852: result: yes
  536. configure:11852: checking for sys/stat.h
  537. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  538. configure:11852: $? = 0
  539. configure:11852: result: yes
  540. configure:11852: checking for stdlib.h
  541. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  542. configure:11852: $? = 0
  543. configure:11852: result: yes
  544. configure:11852: checking for string.h
  545. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  546. configure:11852: $? = 0
  547. configure:11852: result: yes
  548. configure:11852: checking for memory.h
  549. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  550. configure:11852: $? = 0
  551. configure:11852: result: yes
  552. configure:11852: checking for strings.h
  553. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  554. configure:11852: $? = 0
  555. configure:11852: result: yes
  556. configure:11852: checking for inttypes.h
  557. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  558. configure:11852: $? = 0
  559. configure:11852: result: yes
  560. configure:11852: checking for stdint.h
  561. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  562. configure:11852: $? = 0
  563. configure:11852: result: yes
  564. configure:11852: checking for unistd.h
  565. configure:11852: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  566. configure:11852: $? = 0
  567. configure:11852: result: yes
  568. configure:11866: checking for dlfcn.h
  569. configure:11866: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  570. configure:11866: $? = 0
  571. configure:11866: result: yes
  572. configure:12132: checking for objdir
  573. configure:12147: result: .libs
  574. configure:12407: checking if gcc supports -fno-rtti -fno-exceptions
  575. configure:12425: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  576. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  577. configure:12429: $? = 0
  578. configure:12442: result: no
  579. configure:12800: checking for gcc option to produce PIC
  580. configure:12807: result: -fPIC -DPIC
  581. configure:12815: checking if gcc PIC flag -fPIC -DPIC works
  582. configure:12833: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  583. configure:12837: $? = 0
  584. configure:12850: result: yes
  585. configure:12879: checking if gcc static flag -static works
  586. configure:12907: result: yes
  587. configure:12922: checking if gcc supports -c -o file.o
  588. configure:12943: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  589. configure:12947: $? = 0
  590. configure:12969: result: yes
  591. configure:12977: checking if gcc supports -c -o file.o
  592. configure:13024: result: yes
  593. configure:13057: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  594. configure:14320: result: yes
  595. configure:14357: checking whether -lc should be explicitly linked in
  596. configure:14365: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  597. configure:14368: $? = 0
  598. configure:14383: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  599. configure:14386: $? = 0
  600. configure:14400: result: no
  601. configure:14560: checking dynamic linker characteristics
  602. configure:15141: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
  603. configure:15141: $? = 0
  604. configure:15390: result: GNU/Linux ld.so
  605. configure:15512: checking how to hardcode library paths into programs
  606. configure:15537: result: immediate
  607. configure:16085: checking whether stripping libraries is possible
  608. configure:16090: result: yes
  609. configure:16125: checking if libtool supports shared libraries
  610. configure:16127: result: yes
  611. configure:16130: checking whether to build shared libraries
  612. configure:16155: result: yes
  613. configure:16158: checking whether to build static libraries
  614. configure:16162: result: yes
  615. configure:16185: checking how to run the C++ preprocessor
  616. configure:16251: result: g++ -E
  617. configure:16271: g++ -E conftest.cpp
  618. configure:16271: $? = 0
  619. configure:16285: g++ -E conftest.cpp
  620. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  621. #include <ac_nonexistent.h>
  622. ^
  623. compilation terminated.
  624. configure:16285: $? = 1
  625. configure: failed program was:
  626. | /* confdefs.h */
  627. | #define PACKAGE_NAME "kodi"
  628. | #define PACKAGE_TARNAME "kodi"
  629. | #define PACKAGE_VERSION "16.9.804"
  630. | #define PACKAGE_STRING "kodi 16.9.804"
  631. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  632. | #define PACKAGE_URL ""
  633. | #define PACKAGE "kodi"
  634. | #define VERSION "16.9.804"
  635. | #define HAVE_LIRC 1
  636. | #define LIRC_DEVICE "/dev/lircd"
  637. | #define HAVE_CXX11 1
  638. | #define STDC_HEADERS 1
  639. | #define HAVE_SYS_TYPES_H 1
  640. | #define HAVE_SYS_STAT_H 1
  641. | #define HAVE_STDLIB_H 1
  642. | #define HAVE_STRING_H 1
  643. | #define HAVE_MEMORY_H 1
  644. | #define HAVE_STRINGS_H 1
  645. | #define HAVE_INTTYPES_H 1
  646. | #define HAVE_STDINT_H 1
  647. | #define HAVE_UNISTD_H 1
  648. | #define HAVE_DLFCN_H 1
  649. | #define LT_OBJDIR ".libs/"
  650. | /* end confdefs.h. */
  651. | #include <ac_nonexistent.h>
  652. configure:16447: checking for ld used by g++
  653. configure:16514: result: /usr/bin/ld -m elf_x86_64
  654. configure:16521: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  655. configure:16536: result: yes
  656. configure:16591: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  657. configure:17664: result: yes
  658. configure:17700: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  659. configure:17703: $? = 0
  660. configure:18184: checking for g++ option to produce PIC
  661. configure:18191: result: -fPIC -DPIC
  662. configure:18199: checking if g++ PIC flag -fPIC -DPIC works
  663. configure:18217: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.cpp >&5
  664. configure:18221: $? = 0
  665. configure:18234: result: yes
  666. configure:18257: checking if g++ static flag -static works
  667. configure:18285: result: yes
  668. configure:18297: checking if g++ supports -c -o file.o
  669. configure:18318: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.cpp >&5
  670. configure:18322: $? = 0
  671. configure:18344: result: yes
  672. configure:18349: checking if g++ supports -c -o file.o
  673. configure:18396: result: yes
  674. configure:18426: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  675. configure:18469: result: yes
  676. configure:18610: checking dynamic linker characteristics
  677. configure:19367: result: GNU/Linux ld.so
  678. configure:19432: checking how to hardcode library paths into programs
  679. configure:19457: result: immediate
  680. configure:19522: checking for gawk
  681. configure:19549: result: gawk
  682. configure:19560: checking whether ln -s works
  683. configure:19564: result: yes
  684. configure:19571: checking whether make sets $(MAKE)
  685. configure:19593: result: yes
  686. configure:19656: checking for pkg-config
  687. configure:19674: found /usr/bin/pkg-config
  688. configure:19686: result: /usr/bin/pkg-config
  689. configure:19711: checking pkg-config is at least version 0.9.0
  690. configure:19714: result: yes
  691. configure:20177: gcc -c -msse -msse2 -msse4.1 conftest.c >&5
  692. configure:20177: $? = 0
  693. configure:20212: checking for size_t
  694. configure:20212: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  695. configure:20212: $? = 0
  696. configure:20212: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  697. conftest.c: In function 'main':
  698. conftest.c:65:21: error: expected expression before ')' token
  699. if (sizeof ((size_t)))
  700. ^
  701. configure:20212: $? = 1
  702. configure: failed program was:
  703. | /* confdefs.h */
  704. | #define PACKAGE_NAME "kodi"
  705. | #define PACKAGE_TARNAME "kodi"
  706. | #define PACKAGE_VERSION "16.9.804"
  707. | #define PACKAGE_STRING "kodi 16.9.804"
  708. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  709. | #define PACKAGE_URL ""
  710. | #define PACKAGE "kodi"
  711. | #define VERSION "16.9.804"
  712. | #define HAVE_LIRC 1
  713. | #define LIRC_DEVICE "/dev/lircd"
  714. | #define HAVE_CXX11 1
  715. | #define STDC_HEADERS 1
  716. | #define HAVE_SYS_TYPES_H 1
  717. | #define HAVE_SYS_STAT_H 1
  718. | #define HAVE_STDLIB_H 1
  719. | #define HAVE_STRING_H 1
  720. | #define HAVE_MEMORY_H 1
  721. | #define HAVE_STRINGS_H 1
  722. | #define HAVE_INTTYPES_H 1
  723. | #define HAVE_STDINT_H 1
  724. | #define HAVE_UNISTD_H 1
  725. | #define HAVE_DLFCN_H 1
  726. | #define LT_OBJDIR ".libs/"
  727. | #define HAVE_SSE 1
  728. | #define HAVE_SSE2 1
  729. | #define HAVE_SSE4 1
  730. | /* end confdefs.h. */
  731. | #include <stdio.h>
  732. | #ifdef HAVE_SYS_TYPES_H
  733. | # include <sys/types.h>
  734. | #endif
  735. | #ifdef HAVE_SYS_STAT_H
  736. | # include <sys/stat.h>
  737. | #endif
  738. | #ifdef STDC_HEADERS
  739. | # include <stdlib.h>
  740. | # include <stddef.h>
  741. | #else
  742. | # ifdef HAVE_STDLIB_H
  743. | # include <stdlib.h>
  744. | # endif
  745. | #endif
  746. | #ifdef HAVE_STRING_H
  747. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  748. | # include <memory.h>
  749. | # endif
  750. | # include <string.h>
  751. | #endif
  752. | #ifdef HAVE_STRINGS_H
  753. | # include <strings.h>
  754. | #endif
  755. | #ifdef HAVE_INTTYPES_H
  756. | # include <inttypes.h>
  757. | #endif
  758. | #ifdef HAVE_STDINT_H
  759. | # include <stdint.h>
  760. | #endif
  761. | #ifdef HAVE_UNISTD_H
  762. | # include <unistd.h>
  763. | #endif
  764. | int
  765. | main ()
  766. | {
  767. | if (sizeof ((size_t)))
  768. | return 0;
  769. | ;
  770. | return 0;
  771. | }
  772. configure:20212: result: yes
  773. configure:20225: checking for working alloca.h
  774. configure:20242: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  775. configure:20242: $? = 0
  776. configure:20250: result: yes
  777. configure:20258: checking for alloca
  778. configure:20295: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  779. configure:20295: $? = 0
  780. configure:20303: result: yes
  781. configure:20409: checking for uid_t in sys/types.h
  782. configure:20428: result: yes
  783. configure:20441: checking for unistd.h
  784. configure:20441: result: yes
  785. configure:20451: checking for working chown
  786. 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
  787. configure:20484: $? = 0
  788. configure:20484: ./conftest
  789. configure:20484: $? = 0
  790. configure:20496: result: yes
  791. configure:20507: checking for dirent.h that defines DIR
  792. configure:20526: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  793. configure:20526: $? = 0
  794. configure:20534: result: yes
  795. configure:20547: checking for library containing opendir
  796. configure:20578: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  797. configure:20578: $? = 0
  798. configure:20595: result: none required
  799. configure:20662: checking whether closedir returns void
  800. configure:20686: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  801. configure:20686: $? = 0
  802. configure:20686: ./conftest
  803. configure:20686: $? = 0
  804. configure:20696: result: no
  805. configure:20704: checking for error_at_line
  806. configure:20720: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  807. configure:20720: $? = 0
  808. configure:20728: result: yes
  809. configure:20739: checking for _LARGEFILE_SOURCE value needed for large files
  810. configure:20758: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  811. configure:20758: $? = 0
  812. configure:20786: result: no
  813. configure:20808: checking whether gcc needs -traditional
  814. configure:20842: result: no
  815. configure:20849: checking whether lstat correctly handles trailing slash
  816. 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
  817. configure:20875: $? = 0
  818. configure:20875: ./conftest
  819. configure:20875: $? = 0
  820. configure:20892: result: yes
  821. configure:20911: checking whether lstat accepts an empty string
  822. configure:20931: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  823. configure:20931: $? = 0
  824. configure:20931: ./conftest
  825. configure:20931: $? = 0
  826. configure:20941: result: no
  827. configure:20957: checking whether lstat correctly handles trailing slash
  828. configure:21000: result: yes
  829. configure:21019: checking for working memcmp
  830. configure:21062: 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:21062: $? = 0
  832. configure:21062: ./conftest
  833. configure:21062: $? = 0
  834. configure:21072: result: yes
  835. configure:21081: checking whether time.h and sys/time.h may both be included
  836. configure:21101: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  837. configure:21101: $? = 0
  838. configure:21108: result: yes
  839. configure:21122: checking for sys/time.h
  840. configure:21122: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  841. configure:21122: $? = 0
  842. configure:21122: result: yes
  843. configure:21122: checking for unistd.h
  844. configure:21122: result: yes
  845. configure:21122: checking for stdlib.h
  846. configure:21122: result: yes
  847. configure:21122: checking for sys/param.h
  848. configure:21122: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  849. configure:21122: $? = 0
  850. configure:21122: result: yes
  851. configure:21122: checking for utime.h
  852. configure:21122: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  853. configure:21122: $? = 0
  854. configure:21122: result: yes
  855. configure:21143: checking for alarm
  856. configure:21143: 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:21143: $? = 0
  858. configure:21143: result: yes
  859. configure:21156: checking for working mktime
  860. configure:21358: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  861. configure:21358: $? = 0
  862. configure:21358: ./conftest
  863. configure:21358: $? = 0
  864. configure:21368: result: yes
  865. configure:21386: checking for getpagesize
  866. configure:21386: 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:21386: $? = 0
  868. configure:21386: result: yes
  869. configure:21395: checking for working mmap
  870. configure:21542: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  871. configure:21542: $? = 0
  872. configure:21542: ./conftest
  873. configure:21542: $? = 0
  874. configure:21552: result: yes
  875. configure:21567: checking sys/select.h usability
  876. configure:21567: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  877. configure:21567: $? = 0
  878. configure:21567: result: yes
  879. configure:21567: checking sys/select.h presence
  880. configure:21567: gcc -E conftest.c
  881. configure:21567: $? = 0
  882. configure:21567: result: yes
  883. configure:21567: checking for sys/select.h
  884. configure:21567: result: yes
  885. configure:21567: checking sys/socket.h usability
  886. configure:21567: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  887. configure:21567: $? = 0
  888. configure:21567: result: yes
  889. configure:21567: checking sys/socket.h presence
  890. configure:21567: gcc -E conftest.c
  891. configure:21567: $? = 0
  892. configure:21567: result: yes
  893. configure:21567: checking for sys/socket.h
  894. configure:21567: result: yes
  895. configure:21577: checking types of arguments for select
  896. configure:21605: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  897. configure:21605: $? = 0
  898. configure:21616: result: int,fd_set *,struct timeval *
  899. configure:21646: checking return type of signal handlers
  900. configure:21664: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  901. conftest.c: In function 'main':
  902. conftest.c:57:10: error: void value not ignored as it ought to be
  903. return *(signal (0, 0)) (0) == 1;
  904. ~^~~~~~~~~~~~~~~~~~
  905. configure:21664: $? = 1
  906. configure: failed program was:
  907. | /* confdefs.h */
  908. | #define PACKAGE_NAME "kodi"
  909. | #define PACKAGE_TARNAME "kodi"
  910. | #define PACKAGE_VERSION "16.9.804"
  911. | #define PACKAGE_STRING "kodi 16.9.804"
  912. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  913. | #define PACKAGE_URL ""
  914. | #define PACKAGE "kodi"
  915. | #define VERSION "16.9.804"
  916. | #define HAVE_LIRC 1
  917. | #define LIRC_DEVICE "/dev/lircd"
  918. | #define HAVE_CXX11 1
  919. | #define STDC_HEADERS 1
  920. | #define HAVE_SYS_TYPES_H 1
  921. | #define HAVE_SYS_STAT_H 1
  922. | #define HAVE_STDLIB_H 1
  923. | #define HAVE_STRING_H 1
  924. | #define HAVE_MEMORY_H 1
  925. | #define HAVE_STRINGS_H 1
  926. | #define HAVE_INTTYPES_H 1
  927. | #define HAVE_STDINT_H 1
  928. | #define HAVE_UNISTD_H 1
  929. | #define HAVE_DLFCN_H 1
  930. | #define LT_OBJDIR ".libs/"
  931. | #define HAVE_SSE 1
  932. | #define HAVE_SSE2 1
  933. | #define HAVE_SSE4 1
  934. | #define HAVE_ALLOCA_H 1
  935. | #define HAVE_ALLOCA 1
  936. | #define HAVE_UNISTD_H 1
  937. | #define HAVE_CHOWN 1
  938. | #define HAVE_DIRENT_H 1
  939. | #define HAVE_FSEEKO 1
  940. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  941. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  942. | #define TIME_WITH_SYS_TIME 1
  943. | #define HAVE_SYS_TIME_H 1
  944. | #define HAVE_UNISTD_H 1
  945. | #define HAVE_STDLIB_H 1
  946. | #define HAVE_SYS_PARAM_H 1
  947. | #define HAVE_UTIME_H 1
  948. | #define HAVE_ALARM 1
  949. | #define HAVE_GETPAGESIZE 1
  950. | #define HAVE_MMAP 1
  951. | #define HAVE_SYS_SELECT_H 1
  952. | #define HAVE_SYS_SOCKET_H 1
  953. | #define SELECT_TYPE_ARG1 int
  954. | #define SELECT_TYPE_ARG234 (fd_set *)
  955. | #define SELECT_TYPE_ARG5 (struct timeval *)
  956. | /* end confdefs.h. */
  957. | #include <sys/types.h>
  958. | #include <signal.h>
  959. |
  960. | int
  961. | main ()
  962. | {
  963. | return *(signal (0, 0)) (0) == 1;
  964. | ;
  965. | return 0;
  966. | }
  967. configure:21671: result: void
  968. configure:21679: checking whether stat accepts an empty string
  969. configure:21699: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  970. configure:21699: $? = 0
  971. configure:21699: ./conftest
  972. configure:21699: $? = 0
  973. configure:21709: result: no
  974. configure:21725: checking for working strcoll
  975. configure:21746: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  976. configure:21746: $? = 0
  977. configure:21746: ./conftest
  978. configure:21746: $? = 0
  979. configure:21756: result: yes
  980. configure:21766: checking for strftime
  981. configure:21766: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  982. conftest.c:76:6: warning: conflicting types for built-in function 'strftime'
  983. char strftime ();
  984. ^~~~~~~~
  985. configure:21766: $? = 0
  986. configure:21766: result: yes
  987. configure:21819: checking for working strtod
  988. configure:21860: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  989. configure:21860: $? = 0
  990. configure:21860: ./conftest
  991. configure:21860: $? = 0
  992. configure:21870: result: yes
  993. configure:21935: checking whether utime accepts a null argument
  994. configure:21964: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  995. configure:21964: $? = 0
  996. configure:21964: ./conftest
  997. configure:21964: $? = 0
  998. configure:21974: result: yes
  999. configure:21986: checking for vprintf
  1000. configure:21986: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1001. conftest.c:78:6: warning: conflicting types for built-in function 'vprintf'
  1002. char vprintf ();
  1003. ^~~~~~~
  1004. configure:21986: $? = 0
  1005. configure:21986: result: yes
  1006. configure:21992: checking for _doprnt
  1007. configure:21992: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1008. /tmp/ccsreGtm.o: In function `main':
  1009. /home/media/software/xbmc/conftest.c:90: undefined reference to `_doprnt'
  1010. collect2: error: ld returned 1 exit status
  1011. configure:21992: $? = 1
  1012. configure: failed program was:
  1013. | /* confdefs.h */
  1014. | #define PACKAGE_NAME "kodi"
  1015. | #define PACKAGE_TARNAME "kodi"
  1016. | #define PACKAGE_VERSION "16.9.804"
  1017. | #define PACKAGE_STRING "kodi 16.9.804"
  1018. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1019. | #define PACKAGE_URL ""
  1020. | #define PACKAGE "kodi"
  1021. | #define VERSION "16.9.804"
  1022. | #define HAVE_LIRC 1
  1023. | #define LIRC_DEVICE "/dev/lircd"
  1024. | #define HAVE_CXX11 1
  1025. | #define STDC_HEADERS 1
  1026. | #define HAVE_SYS_TYPES_H 1
  1027. | #define HAVE_SYS_STAT_H 1
  1028. | #define HAVE_STDLIB_H 1
  1029. | #define HAVE_STRING_H 1
  1030. | #define HAVE_MEMORY_H 1
  1031. | #define HAVE_STRINGS_H 1
  1032. | #define HAVE_INTTYPES_H 1
  1033. | #define HAVE_STDINT_H 1
  1034. | #define HAVE_UNISTD_H 1
  1035. | #define HAVE_DLFCN_H 1
  1036. | #define LT_OBJDIR ".libs/"
  1037. | #define HAVE_SSE 1
  1038. | #define HAVE_SSE2 1
  1039. | #define HAVE_SSE4 1
  1040. | #define HAVE_ALLOCA_H 1
  1041. | #define HAVE_ALLOCA 1
  1042. | #define HAVE_UNISTD_H 1
  1043. | #define HAVE_CHOWN 1
  1044. | #define HAVE_DIRENT_H 1
  1045. | #define HAVE_FSEEKO 1
  1046. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1047. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1048. | #define TIME_WITH_SYS_TIME 1
  1049. | #define HAVE_SYS_TIME_H 1
  1050. | #define HAVE_UNISTD_H 1
  1051. | #define HAVE_STDLIB_H 1
  1052. | #define HAVE_SYS_PARAM_H 1
  1053. | #define HAVE_UTIME_H 1
  1054. | #define HAVE_ALARM 1
  1055. | #define HAVE_GETPAGESIZE 1
  1056. | #define HAVE_MMAP 1
  1057. | #define HAVE_SYS_SELECT_H 1
  1058. | #define HAVE_SYS_SOCKET_H 1
  1059. | #define SELECT_TYPE_ARG1 int
  1060. | #define SELECT_TYPE_ARG234 (fd_set *)
  1061. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1062. | #define RETSIGTYPE void
  1063. | #define HAVE_STRCOLL 1
  1064. | #define HAVE_STRFTIME 1
  1065. | #define HAVE_UTIME_NULL 1
  1066. | #define HAVE_VPRINTF 1
  1067. | /* end confdefs.h. */
  1068. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1069. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1070. | #define _doprnt innocuous__doprnt
  1071. |
  1072. | /* System header to define __stub macros and hopefully few prototypes,
  1073. | which can conflict with char _doprnt (); below.
  1074. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1075. | <limits.h> exists even on freestanding compilers. */
  1076. |
  1077. | #ifdef __STDC__
  1078. | # include <limits.h>
  1079. | #else
  1080. | # include <assert.h>
  1081. | #endif
  1082. |
  1083. | #undef _doprnt
  1084. |
  1085. | /* Override any GCC internal prototype to avoid an error.
  1086. | Use char because int might match the return type of a GCC
  1087. | builtin and then its argument prototype would still apply. */
  1088. | #ifdef __cplusplus
  1089. | extern "C"
  1090. | #endif
  1091. | char _doprnt ();
  1092. | /* The GNU C library defines this for functions which it implements
  1093. | to always fail with ENOSYS. Some functions are actually named
  1094. | something starting with __ and the normal name is an alias. */
  1095. | #if defined __stub__doprnt || defined __stub____doprnt
  1096. | choke me
  1097. | #endif
  1098. |
  1099. | int
  1100. | main ()
  1101. | {
  1102. | return _doprnt ();
  1103. | ;
  1104. | return 0;
  1105. | }
  1106. configure:21992: result: no
  1107. configure:22006: checking for atexit
  1108. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1109. configure:22006: $? = 0
  1110. configure:22006: result: yes
  1111. configure:22006: checking for dup2
  1112. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1113. configure:22006: $? = 0
  1114. configure:22006: result: yes
  1115. configure:22006: checking for fdatasync
  1116. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1117. configure:22006: $? = 0
  1118. configure:22006: result: yes
  1119. configure:22006: checking for floor
  1120. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1121. conftest.c:82:6: warning: conflicting types for built-in function 'floor'
  1122. char floor ();
  1123. ^~~~~
  1124. /tmp/ccMhPV7E.o: In function `main':
  1125. /home/media/software/xbmc/conftest.c:93: undefined reference to `floor'
  1126. collect2: error: ld returned 1 exit status
  1127. configure:22006: $? = 1
  1128. configure: failed program was:
  1129. | /* confdefs.h */
  1130. | #define PACKAGE_NAME "kodi"
  1131. | #define PACKAGE_TARNAME "kodi"
  1132. | #define PACKAGE_VERSION "16.9.804"
  1133. | #define PACKAGE_STRING "kodi 16.9.804"
  1134. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1135. | #define PACKAGE_URL ""
  1136. | #define PACKAGE "kodi"
  1137. | #define VERSION "16.9.804"
  1138. | #define HAVE_LIRC 1
  1139. | #define LIRC_DEVICE "/dev/lircd"
  1140. | #define HAVE_CXX11 1
  1141. | #define STDC_HEADERS 1
  1142. | #define HAVE_SYS_TYPES_H 1
  1143. | #define HAVE_SYS_STAT_H 1
  1144. | #define HAVE_STDLIB_H 1
  1145. | #define HAVE_STRING_H 1
  1146. | #define HAVE_MEMORY_H 1
  1147. | #define HAVE_STRINGS_H 1
  1148. | #define HAVE_INTTYPES_H 1
  1149. | #define HAVE_STDINT_H 1
  1150. | #define HAVE_UNISTD_H 1
  1151. | #define HAVE_DLFCN_H 1
  1152. | #define LT_OBJDIR ".libs/"
  1153. | #define HAVE_SSE 1
  1154. | #define HAVE_SSE2 1
  1155. | #define HAVE_SSE4 1
  1156. | #define HAVE_ALLOCA_H 1
  1157. | #define HAVE_ALLOCA 1
  1158. | #define HAVE_UNISTD_H 1
  1159. | #define HAVE_CHOWN 1
  1160. | #define HAVE_DIRENT_H 1
  1161. | #define HAVE_FSEEKO 1
  1162. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1163. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1164. | #define TIME_WITH_SYS_TIME 1
  1165. | #define HAVE_SYS_TIME_H 1
  1166. | #define HAVE_UNISTD_H 1
  1167. | #define HAVE_STDLIB_H 1
  1168. | #define HAVE_SYS_PARAM_H 1
  1169. | #define HAVE_UTIME_H 1
  1170. | #define HAVE_ALARM 1
  1171. | #define HAVE_GETPAGESIZE 1
  1172. | #define HAVE_MMAP 1
  1173. | #define HAVE_SYS_SELECT_H 1
  1174. | #define HAVE_SYS_SOCKET_H 1
  1175. | #define SELECT_TYPE_ARG1 int
  1176. | #define SELECT_TYPE_ARG234 (fd_set *)
  1177. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1178. | #define RETSIGTYPE void
  1179. | #define HAVE_STRCOLL 1
  1180. | #define HAVE_STRFTIME 1
  1181. | #define HAVE_UTIME_NULL 1
  1182. | #define HAVE_VPRINTF 1
  1183. | #define HAVE_ATEXIT 1
  1184. | #define HAVE_DUP2 1
  1185. | #define HAVE_FDATASYNC 1
  1186. | /* end confdefs.h. */
  1187. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1188. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1189. | #define floor innocuous_floor
  1190. |
  1191. | /* System header to define __stub macros and hopefully few prototypes,
  1192. | which can conflict with char floor (); below.
  1193. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1194. | <limits.h> exists even on freestanding compilers. */
  1195. |
  1196. | #ifdef __STDC__
  1197. | # include <limits.h>
  1198. | #else
  1199. | # include <assert.h>
  1200. | #endif
  1201. |
  1202. | #undef floor
  1203. |
  1204. | /* Override any GCC internal prototype to avoid an error.
  1205. | Use char because int might match the return type of a GCC
  1206. | builtin and then its argument prototype would still apply. */
  1207. | #ifdef __cplusplus
  1208. | extern "C"
  1209. | #endif
  1210. | char floor ();
  1211. | /* The GNU C library defines this for functions which it implements
  1212. | to always fail with ENOSYS. Some functions are actually named
  1213. | something starting with __ and the normal name is an alias. */
  1214. | #if defined __stub_floor || defined __stub___floor
  1215. | choke me
  1216. | #endif
  1217. |
  1218. | int
  1219. | main ()
  1220. | {
  1221. | return floor ();
  1222. | ;
  1223. | return 0;
  1224. | }
  1225. configure:22006: result: no
  1226. configure:22006: checking for fs_stat_dev
  1227. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1228. /tmp/ccz1wd3J.o: In function `main':
  1229. /home/media/software/xbmc/conftest.c:93: undefined reference to `fs_stat_dev'
  1230. collect2: error: ld returned 1 exit status
  1231. configure:22006: $? = 1
  1232. configure: failed program was:
  1233. | /* confdefs.h */
  1234. | #define PACKAGE_NAME "kodi"
  1235. | #define PACKAGE_TARNAME "kodi"
  1236. | #define PACKAGE_VERSION "16.9.804"
  1237. | #define PACKAGE_STRING "kodi 16.9.804"
  1238. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1239. | #define PACKAGE_URL ""
  1240. | #define PACKAGE "kodi"
  1241. | #define VERSION "16.9.804"
  1242. | #define HAVE_LIRC 1
  1243. | #define LIRC_DEVICE "/dev/lircd"
  1244. | #define HAVE_CXX11 1
  1245. | #define STDC_HEADERS 1
  1246. | #define HAVE_SYS_TYPES_H 1
  1247. | #define HAVE_SYS_STAT_H 1
  1248. | #define HAVE_STDLIB_H 1
  1249. | #define HAVE_STRING_H 1
  1250. | #define HAVE_MEMORY_H 1
  1251. | #define HAVE_STRINGS_H 1
  1252. | #define HAVE_INTTYPES_H 1
  1253. | #define HAVE_STDINT_H 1
  1254. | #define HAVE_UNISTD_H 1
  1255. | #define HAVE_DLFCN_H 1
  1256. | #define LT_OBJDIR ".libs/"
  1257. | #define HAVE_SSE 1
  1258. | #define HAVE_SSE2 1
  1259. | #define HAVE_SSE4 1
  1260. | #define HAVE_ALLOCA_H 1
  1261. | #define HAVE_ALLOCA 1
  1262. | #define HAVE_UNISTD_H 1
  1263. | #define HAVE_CHOWN 1
  1264. | #define HAVE_DIRENT_H 1
  1265. | #define HAVE_FSEEKO 1
  1266. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1267. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1268. | #define TIME_WITH_SYS_TIME 1
  1269. | #define HAVE_SYS_TIME_H 1
  1270. | #define HAVE_UNISTD_H 1
  1271. | #define HAVE_STDLIB_H 1
  1272. | #define HAVE_SYS_PARAM_H 1
  1273. | #define HAVE_UTIME_H 1
  1274. | #define HAVE_ALARM 1
  1275. | #define HAVE_GETPAGESIZE 1
  1276. | #define HAVE_MMAP 1
  1277. | #define HAVE_SYS_SELECT_H 1
  1278. | #define HAVE_SYS_SOCKET_H 1
  1279. | #define SELECT_TYPE_ARG1 int
  1280. | #define SELECT_TYPE_ARG234 (fd_set *)
  1281. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1282. | #define RETSIGTYPE void
  1283. | #define HAVE_STRCOLL 1
  1284. | #define HAVE_STRFTIME 1
  1285. | #define HAVE_UTIME_NULL 1
  1286. | #define HAVE_VPRINTF 1
  1287. | #define HAVE_ATEXIT 1
  1288. | #define HAVE_DUP2 1
  1289. | #define HAVE_FDATASYNC 1
  1290. | /* end confdefs.h. */
  1291. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1292. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1293. | #define fs_stat_dev innocuous_fs_stat_dev
  1294. |
  1295. | /* System header to define __stub macros and hopefully few prototypes,
  1296. | which can conflict with char fs_stat_dev (); below.
  1297. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1298. | <limits.h> exists even on freestanding compilers. */
  1299. |
  1300. | #ifdef __STDC__
  1301. | # include <limits.h>
  1302. | #else
  1303. | # include <assert.h>
  1304. | #endif
  1305. |
  1306. | #undef fs_stat_dev
  1307. |
  1308. | /* Override any GCC internal prototype to avoid an error.
  1309. | Use char because int might match the return type of a GCC
  1310. | builtin and then its argument prototype would still apply. */
  1311. | #ifdef __cplusplus
  1312. | extern "C"
  1313. | #endif
  1314. | char fs_stat_dev ();
  1315. | /* The GNU C library defines this for functions which it implements
  1316. | to always fail with ENOSYS. Some functions are actually named
  1317. | something starting with __ and the normal name is an alias. */
  1318. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1319. | choke me
  1320. | #endif
  1321. |
  1322. | int
  1323. | main ()
  1324. | {
  1325. | return fs_stat_dev ();
  1326. | ;
  1327. | return 0;
  1328. | }
  1329. configure:22006: result: no
  1330. configure:22006: checking for ftime
  1331. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1332. configure:22006: $? = 0
  1333. configure:22006: result: yes
  1334. configure:22006: checking for ftruncate
  1335. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1336. configure:22006: $? = 0
  1337. configure:22006: result: yes
  1338. configure:22006: checking for getcwd
  1339. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1340. configure:22006: $? = 0
  1341. configure:22006: result: yes
  1342. configure:22006: checking for gethostbyaddr
  1343. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1344. configure:22006: $? = 0
  1345. configure:22006: result: yes
  1346. configure:22006: checking for gethostbyname
  1347. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1348. configure:22006: $? = 0
  1349. configure:22006: result: yes
  1350. configure:22006: checking for gethostname
  1351. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1352. configure:22006: $? = 0
  1353. configure:22006: result: yes
  1354. configure:22006: checking for getpagesize
  1355. configure:22006: result: yes
  1356. configure:22006: checking for getpass
  1357. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1358. configure:22006: $? = 0
  1359. configure:22006: result: yes
  1360. configure:22006: checking for gettimeofday
  1361. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1362. configure:22006: $? = 0
  1363. configure:22006: result: yes
  1364. configure:22006: checking for inet_ntoa
  1365. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1366. configure:22006: $? = 0
  1367. configure:22006: result: yes
  1368. configure:22006: checking for lchown
  1369. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1370. configure:22006: $? = 0
  1371. configure:22006: result: yes
  1372. configure:22006: checking for localeconv
  1373. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1374. configure:22006: $? = 0
  1375. configure:22006: result: yes
  1376. configure:22006: checking for memchr
  1377. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1378. conftest.c:94:6: warning: conflicting types for built-in function 'memchr'
  1379. char memchr ();
  1380. ^~~~~~
  1381. configure:22006: $? = 0
  1382. configure:22006: result: yes
  1383. configure:22006: checking for memmove
  1384. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1385. conftest.c:95:6: warning: conflicting types for built-in function 'memmove'
  1386. char memmove ();
  1387. ^~~~~~~
  1388. configure:22006: $? = 0
  1389. configure:22006: result: yes
  1390. configure:22006: checking for memset
  1391. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1392. conftest.c:96:6: warning: conflicting types for built-in function 'memset'
  1393. char memset ();
  1394. ^~~~~~
  1395. configure:22006: $? = 0
  1396. configure:22006: result: yes
  1397. configure:22006: checking for mkdir
  1398. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1399. configure:22006: $? = 0
  1400. configure:22006: result: yes
  1401. configure:22006: checking for modf
  1402. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1403. conftest.c:98:6: warning: conflicting types for built-in function 'modf'
  1404. char modf ();
  1405. ^~~~
  1406. configure:22006: $? = 0
  1407. configure:22006: result: yes
  1408. configure:22006: checking for munmap
  1409. configure:22006: 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:22006: $? = 0
  1411. configure:22006: result: yes
  1412. configure:22006: checking for pow
  1413. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1414. conftest.c:100:6: warning: conflicting types for built-in function 'pow'
  1415. char pow ();
  1416. ^~~
  1417. /tmp/ccFHDLwn.o: In function `main':
  1418. /home/media/software/xbmc/conftest.c:111: undefined reference to `pow'
  1419. collect2: error: ld returned 1 exit status
  1420. configure:22006: $? = 1
  1421. configure: failed program was:
  1422. | /* confdefs.h */
  1423. | #define PACKAGE_NAME "kodi"
  1424. | #define PACKAGE_TARNAME "kodi"
  1425. | #define PACKAGE_VERSION "16.9.804"
  1426. | #define PACKAGE_STRING "kodi 16.9.804"
  1427. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1428. | #define PACKAGE_URL ""
  1429. | #define PACKAGE "kodi"
  1430. | #define VERSION "16.9.804"
  1431. | #define HAVE_LIRC 1
  1432. | #define LIRC_DEVICE "/dev/lircd"
  1433. | #define HAVE_CXX11 1
  1434. | #define STDC_HEADERS 1
  1435. | #define HAVE_SYS_TYPES_H 1
  1436. | #define HAVE_SYS_STAT_H 1
  1437. | #define HAVE_STDLIB_H 1
  1438. | #define HAVE_STRING_H 1
  1439. | #define HAVE_MEMORY_H 1
  1440. | #define HAVE_STRINGS_H 1
  1441. | #define HAVE_INTTYPES_H 1
  1442. | #define HAVE_STDINT_H 1
  1443. | #define HAVE_UNISTD_H 1
  1444. | #define HAVE_DLFCN_H 1
  1445. | #define LT_OBJDIR ".libs/"
  1446. | #define HAVE_SSE 1
  1447. | #define HAVE_SSE2 1
  1448. | #define HAVE_SSE4 1
  1449. | #define HAVE_ALLOCA_H 1
  1450. | #define HAVE_ALLOCA 1
  1451. | #define HAVE_UNISTD_H 1
  1452. | #define HAVE_CHOWN 1
  1453. | #define HAVE_DIRENT_H 1
  1454. | #define HAVE_FSEEKO 1
  1455. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1456. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1457. | #define TIME_WITH_SYS_TIME 1
  1458. | #define HAVE_SYS_TIME_H 1
  1459. | #define HAVE_UNISTD_H 1
  1460. | #define HAVE_STDLIB_H 1
  1461. | #define HAVE_SYS_PARAM_H 1
  1462. | #define HAVE_UTIME_H 1
  1463. | #define HAVE_ALARM 1
  1464. | #define HAVE_GETPAGESIZE 1
  1465. | #define HAVE_MMAP 1
  1466. | #define HAVE_SYS_SELECT_H 1
  1467. | #define HAVE_SYS_SOCKET_H 1
  1468. | #define SELECT_TYPE_ARG1 int
  1469. | #define SELECT_TYPE_ARG234 (fd_set *)
  1470. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1471. | #define RETSIGTYPE void
  1472. | #define HAVE_STRCOLL 1
  1473. | #define HAVE_STRFTIME 1
  1474. | #define HAVE_UTIME_NULL 1
  1475. | #define HAVE_VPRINTF 1
  1476. | #define HAVE_ATEXIT 1
  1477. | #define HAVE_DUP2 1
  1478. | #define HAVE_FDATASYNC 1
  1479. | #define HAVE_FTIME 1
  1480. | #define HAVE_FTRUNCATE 1
  1481. | #define HAVE_GETCWD 1
  1482. | #define HAVE_GETHOSTBYADDR 1
  1483. | #define HAVE_GETHOSTBYNAME 1
  1484. | #define HAVE_GETHOSTNAME 1
  1485. | #define HAVE_GETPAGESIZE 1
  1486. | #define HAVE_GETPASS 1
  1487. | #define HAVE_GETTIMEOFDAY 1
  1488. | #define HAVE_INET_NTOA 1
  1489. | #define HAVE_LCHOWN 1
  1490. | #define HAVE_LOCALECONV 1
  1491. | #define HAVE_MEMCHR 1
  1492. | #define HAVE_MEMMOVE 1
  1493. | #define HAVE_MEMSET 1
  1494. | #define HAVE_MKDIR 1
  1495. | #define HAVE_MODF 1
  1496. | #define HAVE_MUNMAP 1
  1497. | /* end confdefs.h. */
  1498. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1499. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1500. | #define pow innocuous_pow
  1501. |
  1502. | /* System header to define __stub macros and hopefully few prototypes,
  1503. | which can conflict with char pow (); below.
  1504. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1505. | <limits.h> exists even on freestanding compilers. */
  1506. |
  1507. | #ifdef __STDC__
  1508. | # include <limits.h>
  1509. | #else
  1510. | # include <assert.h>
  1511. | #endif
  1512. |
  1513. | #undef pow
  1514. |
  1515. | /* Override any GCC internal prototype to avoid an error.
  1516. | Use char because int might match the return type of a GCC
  1517. | builtin and then its argument prototype would still apply. */
  1518. | #ifdef __cplusplus
  1519. | extern "C"
  1520. | #endif
  1521. | char pow ();
  1522. | /* The GNU C library defines this for functions which it implements
  1523. | to always fail with ENOSYS. Some functions are actually named
  1524. | something starting with __ and the normal name is an alias. */
  1525. | #if defined __stub_pow || defined __stub___pow
  1526. | choke me
  1527. | #endif
  1528. |
  1529. | int
  1530. | main ()
  1531. | {
  1532. | return pow ();
  1533. | ;
  1534. | return 0;
  1535. | }
  1536. configure:22006: result: no
  1537. configure:22006: checking for rmdir
  1538. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1539. configure:22006: $? = 0
  1540. configure:22006: result: yes
  1541. configure:22006: checking for select
  1542. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1543. configure:22006: $? = 0
  1544. configure:22006: result: yes
  1545. configure:22006: checking for setenv
  1546. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1547. configure:22006: $? = 0
  1548. configure:22006: result: yes
  1549. configure:22006: checking for setlocale
  1550. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1551. configure:22006: $? = 0
  1552. configure:22006: result: yes
  1553. configure:22006: checking for socket
  1554. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1555. configure:22006: $? = 0
  1556. configure:22006: result: yes
  1557. configure:22006: checking for sqrt
  1558. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1559. conftest.c:105:6: warning: conflicting types for built-in function 'sqrt'
  1560. char sqrt ();
  1561. ^~~~
  1562. /tmp/cc17C7ZC.o: In function `main':
  1563. /home/media/software/xbmc/conftest.c:116: undefined reference to `sqrt'
  1564. collect2: error: ld returned 1 exit status
  1565. configure:22006: $? = 1
  1566. configure: failed program was:
  1567. | /* confdefs.h */
  1568. | #define PACKAGE_NAME "kodi"
  1569. | #define PACKAGE_TARNAME "kodi"
  1570. | #define PACKAGE_VERSION "16.9.804"
  1571. | #define PACKAGE_STRING "kodi 16.9.804"
  1572. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1573. | #define PACKAGE_URL ""
  1574. | #define PACKAGE "kodi"
  1575. | #define VERSION "16.9.804"
  1576. | #define HAVE_LIRC 1
  1577. | #define LIRC_DEVICE "/dev/lircd"
  1578. | #define HAVE_CXX11 1
  1579. | #define STDC_HEADERS 1
  1580. | #define HAVE_SYS_TYPES_H 1
  1581. | #define HAVE_SYS_STAT_H 1
  1582. | #define HAVE_STDLIB_H 1
  1583. | #define HAVE_STRING_H 1
  1584. | #define HAVE_MEMORY_H 1
  1585. | #define HAVE_STRINGS_H 1
  1586. | #define HAVE_INTTYPES_H 1
  1587. | #define HAVE_STDINT_H 1
  1588. | #define HAVE_UNISTD_H 1
  1589. | #define HAVE_DLFCN_H 1
  1590. | #define LT_OBJDIR ".libs/"
  1591. | #define HAVE_SSE 1
  1592. | #define HAVE_SSE2 1
  1593. | #define HAVE_SSE4 1
  1594. | #define HAVE_ALLOCA_H 1
  1595. | #define HAVE_ALLOCA 1
  1596. | #define HAVE_UNISTD_H 1
  1597. | #define HAVE_CHOWN 1
  1598. | #define HAVE_DIRENT_H 1
  1599. | #define HAVE_FSEEKO 1
  1600. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1601. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1602. | #define TIME_WITH_SYS_TIME 1
  1603. | #define HAVE_SYS_TIME_H 1
  1604. | #define HAVE_UNISTD_H 1
  1605. | #define HAVE_STDLIB_H 1
  1606. | #define HAVE_SYS_PARAM_H 1
  1607. | #define HAVE_UTIME_H 1
  1608. | #define HAVE_ALARM 1
  1609. | #define HAVE_GETPAGESIZE 1
  1610. | #define HAVE_MMAP 1
  1611. | #define HAVE_SYS_SELECT_H 1
  1612. | #define HAVE_SYS_SOCKET_H 1
  1613. | #define SELECT_TYPE_ARG1 int
  1614. | #define SELECT_TYPE_ARG234 (fd_set *)
  1615. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1616. | #define RETSIGTYPE void
  1617. | #define HAVE_STRCOLL 1
  1618. | #define HAVE_STRFTIME 1
  1619. | #define HAVE_UTIME_NULL 1
  1620. | #define HAVE_VPRINTF 1
  1621. | #define HAVE_ATEXIT 1
  1622. | #define HAVE_DUP2 1
  1623. | #define HAVE_FDATASYNC 1
  1624. | #define HAVE_FTIME 1
  1625. | #define HAVE_FTRUNCATE 1
  1626. | #define HAVE_GETCWD 1
  1627. | #define HAVE_GETHOSTBYADDR 1
  1628. | #define HAVE_GETHOSTBYNAME 1
  1629. | #define HAVE_GETHOSTNAME 1
  1630. | #define HAVE_GETPAGESIZE 1
  1631. | #define HAVE_GETPASS 1
  1632. | #define HAVE_GETTIMEOFDAY 1
  1633. | #define HAVE_INET_NTOA 1
  1634. | #define HAVE_LCHOWN 1
  1635. | #define HAVE_LOCALECONV 1
  1636. | #define HAVE_MEMCHR 1
  1637. | #define HAVE_MEMMOVE 1
  1638. | #define HAVE_MEMSET 1
  1639. | #define HAVE_MKDIR 1
  1640. | #define HAVE_MODF 1
  1641. | #define HAVE_MUNMAP 1
  1642. | #define HAVE_RMDIR 1
  1643. | #define HAVE_SELECT 1
  1644. | #define HAVE_SETENV 1
  1645. | #define HAVE_SETLOCALE 1
  1646. | #define HAVE_SOCKET 1
  1647. | /* end confdefs.h. */
  1648. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1649. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1650. | #define sqrt innocuous_sqrt
  1651. |
  1652. | /* System header to define __stub macros and hopefully few prototypes,
  1653. | which can conflict with char sqrt (); below.
  1654. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1655. | <limits.h> exists even on freestanding compilers. */
  1656. |
  1657. | #ifdef __STDC__
  1658. | # include <limits.h>
  1659. | #else
  1660. | # include <assert.h>
  1661. | #endif
  1662. |
  1663. | #undef sqrt
  1664. |
  1665. | /* Override any GCC internal prototype to avoid an error.
  1666. | Use char because int might match the return type of a GCC
  1667. | builtin and then its argument prototype would still apply. */
  1668. | #ifdef __cplusplus
  1669. | extern "C"
  1670. | #endif
  1671. | char sqrt ();
  1672. | /* The GNU C library defines this for functions which it implements
  1673. | to always fail with ENOSYS. Some functions are actually named
  1674. | something starting with __ and the normal name is an alias. */
  1675. | #if defined __stub_sqrt || defined __stub___sqrt
  1676. | choke me
  1677. | #endif
  1678. |
  1679. | int
  1680. | main ()
  1681. | {
  1682. | return sqrt ();
  1683. | ;
  1684. | return 0;
  1685. | }
  1686. configure:22006: result: no
  1687. configure:22006: checking for strcasecmp
  1688. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1689. conftest.c:105:6: warning: conflicting types for built-in function 'strcasecmp'
  1690. char strcasecmp ();
  1691. ^~~~~~~~~~
  1692. configure:22006: $? = 0
  1693. configure:22006: result: yes
  1694. configure:22006: checking for strchr
  1695. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1696. conftest.c:106:6: warning: conflicting types for built-in function 'strchr'
  1697. char strchr ();
  1698. ^~~~~~
  1699. configure:22006: $? = 0
  1700. configure:22006: result: yes
  1701. configure:22006: checking for strcspn
  1702. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1703. conftest.c:107:6: warning: conflicting types for built-in function 'strcspn'
  1704. char strcspn ();
  1705. ^~~~~~~
  1706. configure:22006: $? = 0
  1707. configure:22006: result: yes
  1708. configure:22006: checking for strdup
  1709. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1710. conftest.c:108:6: warning: conflicting types for built-in function 'strdup'
  1711. char strdup ();
  1712. ^~~~~~
  1713. configure:22006: $? = 0
  1714. configure:22006: result: yes
  1715. configure:22006: checking for strerror
  1716. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1717. configure:22006: $? = 0
  1718. configure:22006: result: yes
  1719. configure:22006: checking for strncasecmp
  1720. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1721. conftest.c:110:6: warning: conflicting types for built-in function 'strncasecmp'
  1722. char strncasecmp ();
  1723. ^~~~~~~~~~~
  1724. configure:22006: $? = 0
  1725. configure:22006: result: yes
  1726. configure:22006: checking for strpbrk
  1727. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1728. conftest.c:111:6: warning: conflicting types for built-in function 'strpbrk'
  1729. char strpbrk ();
  1730. ^~~~~~~
  1731. configure:22006: $? = 0
  1732. configure:22006: result: yes
  1733. configure:22006: checking for strrchr
  1734. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1735. conftest.c:112:6: warning: conflicting types for built-in function 'strrchr'
  1736. char strrchr ();
  1737. ^~~~~~~
  1738. configure:22006: $? = 0
  1739. configure:22006: result: yes
  1740. configure:22006: checking for strspn
  1741. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1742. conftest.c:113:6: warning: conflicting types for built-in function 'strspn'
  1743. char strspn ();
  1744. ^~~~~~
  1745. configure:22006: $? = 0
  1746. configure:22006: result: yes
  1747. configure:22006: checking for strstr
  1748. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1749. conftest.c:114:6: warning: conflicting types for built-in function 'strstr'
  1750. char strstr ();
  1751. ^~~~~~
  1752. configure:22006: $? = 0
  1753. configure:22006: result: yes
  1754. configure:22006: checking for strtol
  1755. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1756. configure:22006: $? = 0
  1757. configure:22006: result: yes
  1758. configure:22006: checking for strtoul
  1759. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1760. configure:22006: $? = 0
  1761. configure:22006: result: yes
  1762. configure:22006: checking for sysinfo
  1763. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1764. configure:22006: $? = 0
  1765. configure:22006: result: yes
  1766. configure:22006: checking for tzset
  1767. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1768. configure:22006: $? = 0
  1769. configure:22006: result: yes
  1770. configure:22006: checking for utime
  1771. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1772. configure:22006: $? = 0
  1773. configure:22006: result: yes
  1774. configure:22006: checking for posix_fadvise
  1775. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1776. configure:22006: $? = 0
  1777. configure:22006: result: yes
  1778. configure:22006: checking for localtime_r
  1779. configure:22006: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1780. configure:22006: $? = 0
  1781. configure:22006: result: yes
  1782. configure:22021: checking size of int
  1783. configure:22026: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1784. configure:22026: $? = 0
  1785. configure:22026: ./conftest
  1786. configure:22026: $? = 0
  1787. configure:22040: result: 4
  1788. configure:22054: checking size of size_t
  1789. configure:22059: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1790. configure:22059: $? = 0
  1791. configure:22059: ./conftest
  1792. configure:22059: $? = 0
  1793. configure:22073: result: 8
  1794. configure:22085: checking for __sync_add_and_fetch(temp, 1)
  1795. configure:22098: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1796. conftest.c: In function 'main':
  1797. conftest.c:105:20: warning: unused variable 'ret' [-Wunused-variable]
  1798. long* temp=0; long ret=__sync_add_and_fetch(temp, 1);
  1799. ^~~
  1800. configure:22098: $? = 0
  1801. configure:22105: result: yes
  1802. configure:22113: checking for __sync_sub_and_fetch(temp, 1)
  1803. configure:22126: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1804. conftest.c: In function 'main':
  1805. conftest.c:106:20: warning: unused variable 'ret' [-Wunused-variable]
  1806. long* temp=0; long ret=__sync_sub_and_fetch(temp, 1);
  1807. ^~~
  1808. configure:22126: $? = 0
  1809. configure:22133: result: yes
  1810. configure:22141: checking for __sync_val_compare_and_swap(temp, 1, 1)
  1811. configure:22154: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1812. conftest.c: In function 'main':
  1813. conftest.c:107:22: warning: unused variable 'ret' [-Wunused-variable]
  1814. long *temp = 0; long ret=__sync_val_compare_and_swap(temp, 1, 1);
  1815. ^~~
  1816. configure:22154: $? = 0
  1817. configure:22161: result: yes
  1818. configure:22176: checking for std::u16string
  1819. configure:22176: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  1820. configure:22176: $? = 0
  1821. configure:22176: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  1822. conftest.cpp: In function 'int main()':
  1823. conftest.cpp:109:28: error: expected primary-expression before ')' token
  1824. if (sizeof ((std::u16string)))
  1825. ^
  1826. configure:22176: $? = 1
  1827. configure: failed program was:
  1828. | /* confdefs.h */
  1829. | #define PACKAGE_NAME "kodi"
  1830. | #define PACKAGE_TARNAME "kodi"
  1831. | #define PACKAGE_VERSION "16.9.804"
  1832. | #define PACKAGE_STRING "kodi 16.9.804"
  1833. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1834. | #define PACKAGE_URL ""
  1835. | #define PACKAGE "kodi"
  1836. | #define VERSION "16.9.804"
  1837. | #define HAVE_LIRC 1
  1838. | #define LIRC_DEVICE "/dev/lircd"
  1839. | #define HAVE_CXX11 1
  1840. | #define STDC_HEADERS 1
  1841. | #define HAVE_SYS_TYPES_H 1
  1842. | #define HAVE_SYS_STAT_H 1
  1843. | #define HAVE_STDLIB_H 1
  1844. | #define HAVE_STRING_H 1
  1845. | #define HAVE_MEMORY_H 1
  1846. | #define HAVE_STRINGS_H 1
  1847. | #define HAVE_INTTYPES_H 1
  1848. | #define HAVE_STDINT_H 1
  1849. | #define HAVE_UNISTD_H 1
  1850. | #define HAVE_DLFCN_H 1
  1851. | #define LT_OBJDIR ".libs/"
  1852. | #define HAVE_SSE 1
  1853. | #define HAVE_SSE2 1
  1854. | #define HAVE_SSE4 1
  1855. | #define HAVE_ALLOCA_H 1
  1856. | #define HAVE_ALLOCA 1
  1857. | #define HAVE_UNISTD_H 1
  1858. | #define HAVE_CHOWN 1
  1859. | #define HAVE_DIRENT_H 1
  1860. | #define HAVE_FSEEKO 1
  1861. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1862. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1863. | #define TIME_WITH_SYS_TIME 1
  1864. | #define HAVE_SYS_TIME_H 1
  1865. | #define HAVE_UNISTD_H 1
  1866. | #define HAVE_STDLIB_H 1
  1867. | #define HAVE_SYS_PARAM_H 1
  1868. | #define HAVE_UTIME_H 1
  1869. | #define HAVE_ALARM 1
  1870. | #define HAVE_GETPAGESIZE 1
  1871. | #define HAVE_MMAP 1
  1872. | #define HAVE_SYS_SELECT_H 1
  1873. | #define HAVE_SYS_SOCKET_H 1
  1874. | #define SELECT_TYPE_ARG1 int
  1875. | #define SELECT_TYPE_ARG234 (fd_set *)
  1876. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1877. | #define RETSIGTYPE void
  1878. | #define HAVE_STRCOLL 1
  1879. | #define HAVE_STRFTIME 1
  1880. | #define HAVE_UTIME_NULL 1
  1881. | #define HAVE_VPRINTF 1
  1882. | #define HAVE_ATEXIT 1
  1883. | #define HAVE_DUP2 1
  1884. | #define HAVE_FDATASYNC 1
  1885. | #define HAVE_FTIME 1
  1886. | #define HAVE_FTRUNCATE 1
  1887. | #define HAVE_GETCWD 1
  1888. | #define HAVE_GETHOSTBYADDR 1
  1889. | #define HAVE_GETHOSTBYNAME 1
  1890. | #define HAVE_GETHOSTNAME 1
  1891. | #define HAVE_GETPAGESIZE 1
  1892. | #define HAVE_GETPASS 1
  1893. | #define HAVE_GETTIMEOFDAY 1
  1894. | #define HAVE_INET_NTOA 1
  1895. | #define HAVE_LCHOWN 1
  1896. | #define HAVE_LOCALECONV 1
  1897. | #define HAVE_MEMCHR 1
  1898. | #define HAVE_MEMMOVE 1
  1899. | #define HAVE_MEMSET 1
  1900. | #define HAVE_MKDIR 1
  1901. | #define HAVE_MODF 1
  1902. | #define HAVE_MUNMAP 1
  1903. | #define HAVE_RMDIR 1
  1904. | #define HAVE_SELECT 1
  1905. | #define HAVE_SETENV 1
  1906. | #define HAVE_SETLOCALE 1
  1907. | #define HAVE_SOCKET 1
  1908. | #define HAVE_STRCASECMP 1
  1909. | #define HAVE_STRCHR 1
  1910. | #define HAVE_STRCSPN 1
  1911. | #define HAVE_STRDUP 1
  1912. | #define HAVE_STRERROR 1
  1913. | #define HAVE_STRNCASECMP 1
  1914. | #define HAVE_STRPBRK 1
  1915. | #define HAVE_STRRCHR 1
  1916. | #define HAVE_STRSPN 1
  1917. | #define HAVE_STRSTR 1
  1918. | #define HAVE_STRTOL 1
  1919. | #define HAVE_STRTOUL 1
  1920. | #define HAVE_SYSINFO 1
  1921. | #define HAVE_TZSET 1
  1922. | #define HAVE_UTIME 1
  1923. | #define HAVE_POSIX_FADVISE 1
  1924. | #define HAVE_LOCALTIME_R 1
  1925. | #define SIZEOF_INT 4
  1926. | #define SIZEOF_SIZE_T 8
  1927. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1928. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1929. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1930. | /* end confdefs.h. */
  1931. | #include <string>
  1932. |
  1933. | int
  1934. | main ()
  1935. | {
  1936. | if (sizeof ((std::u16string)))
  1937. | return 0;
  1938. | ;
  1939. | return 0;
  1940. | }
  1941. configure:22176: result: yes
  1942. configure:22186: checking for std::u32string
  1943. configure:22186: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  1944. configure:22186: $? = 0
  1945. configure:22186: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  1946. conftest.cpp: In function 'int main()':
  1947. conftest.cpp:110:28: error: expected primary-expression before ')' token
  1948. if (sizeof ((std::u32string)))
  1949. ^
  1950. configure:22186: $? = 1
  1951. configure: failed program was:
  1952. | /* confdefs.h */
  1953. | #define PACKAGE_NAME "kodi"
  1954. | #define PACKAGE_TARNAME "kodi"
  1955. | #define PACKAGE_VERSION "16.9.804"
  1956. | #define PACKAGE_STRING "kodi 16.9.804"
  1957. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1958. | #define PACKAGE_URL ""
  1959. | #define PACKAGE "kodi"
  1960. | #define VERSION "16.9.804"
  1961. | #define HAVE_LIRC 1
  1962. | #define LIRC_DEVICE "/dev/lircd"
  1963. | #define HAVE_CXX11 1
  1964. | #define STDC_HEADERS 1
  1965. | #define HAVE_SYS_TYPES_H 1
  1966. | #define HAVE_SYS_STAT_H 1
  1967. | #define HAVE_STDLIB_H 1
  1968. | #define HAVE_STRING_H 1
  1969. | #define HAVE_MEMORY_H 1
  1970. | #define HAVE_STRINGS_H 1
  1971. | #define HAVE_INTTYPES_H 1
  1972. | #define HAVE_STDINT_H 1
  1973. | #define HAVE_UNISTD_H 1
  1974. | #define HAVE_DLFCN_H 1
  1975. | #define LT_OBJDIR ".libs/"
  1976. | #define HAVE_SSE 1
  1977. | #define HAVE_SSE2 1
  1978. | #define HAVE_SSE4 1
  1979. | #define HAVE_ALLOCA_H 1
  1980. | #define HAVE_ALLOCA 1
  1981. | #define HAVE_UNISTD_H 1
  1982. | #define HAVE_CHOWN 1
  1983. | #define HAVE_DIRENT_H 1
  1984. | #define HAVE_FSEEKO 1
  1985. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1986. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1987. | #define TIME_WITH_SYS_TIME 1
  1988. | #define HAVE_SYS_TIME_H 1
  1989. | #define HAVE_UNISTD_H 1
  1990. | #define HAVE_STDLIB_H 1
  1991. | #define HAVE_SYS_PARAM_H 1
  1992. | #define HAVE_UTIME_H 1
  1993. | #define HAVE_ALARM 1
  1994. | #define HAVE_GETPAGESIZE 1
  1995. | #define HAVE_MMAP 1
  1996. | #define HAVE_SYS_SELECT_H 1
  1997. | #define HAVE_SYS_SOCKET_H 1
  1998. | #define SELECT_TYPE_ARG1 int
  1999. | #define SELECT_TYPE_ARG234 (fd_set *)
  2000. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2001. | #define RETSIGTYPE void
  2002. | #define HAVE_STRCOLL 1
  2003. | #define HAVE_STRFTIME 1
  2004. | #define HAVE_UTIME_NULL 1
  2005. | #define HAVE_VPRINTF 1
  2006. | #define HAVE_ATEXIT 1
  2007. | #define HAVE_DUP2 1
  2008. | #define HAVE_FDATASYNC 1
  2009. | #define HAVE_FTIME 1
  2010. | #define HAVE_FTRUNCATE 1
  2011. | #define HAVE_GETCWD 1
  2012. | #define HAVE_GETHOSTBYADDR 1
  2013. | #define HAVE_GETHOSTBYNAME 1
  2014. | #define HAVE_GETHOSTNAME 1
  2015. | #define HAVE_GETPAGESIZE 1
  2016. | #define HAVE_GETPASS 1
  2017. | #define HAVE_GETTIMEOFDAY 1
  2018. | #define HAVE_INET_NTOA 1
  2019. | #define HAVE_LCHOWN 1
  2020. | #define HAVE_LOCALECONV 1
  2021. | #define HAVE_MEMCHR 1
  2022. | #define HAVE_MEMMOVE 1
  2023. | #define HAVE_MEMSET 1
  2024. | #define HAVE_MKDIR 1
  2025. | #define HAVE_MODF 1
  2026. | #define HAVE_MUNMAP 1
  2027. | #define HAVE_RMDIR 1
  2028. | #define HAVE_SELECT 1
  2029. | #define HAVE_SETENV 1
  2030. | #define HAVE_SETLOCALE 1
  2031. | #define HAVE_SOCKET 1
  2032. | #define HAVE_STRCASECMP 1
  2033. | #define HAVE_STRCHR 1
  2034. | #define HAVE_STRCSPN 1
  2035. | #define HAVE_STRDUP 1
  2036. | #define HAVE_STRERROR 1
  2037. | #define HAVE_STRNCASECMP 1
  2038. | #define HAVE_STRPBRK 1
  2039. | #define HAVE_STRRCHR 1
  2040. | #define HAVE_STRSPN 1
  2041. | #define HAVE_STRSTR 1
  2042. | #define HAVE_STRTOL 1
  2043. | #define HAVE_STRTOUL 1
  2044. | #define HAVE_SYSINFO 1
  2045. | #define HAVE_TZSET 1
  2046. | #define HAVE_UTIME 1
  2047. | #define HAVE_POSIX_FADVISE 1
  2048. | #define HAVE_LOCALTIME_R 1
  2049. | #define SIZEOF_INT 4
  2050. | #define SIZEOF_SIZE_T 8
  2051. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2052. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2053. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2054. | #define HAVE_STD__U16STRING 1
  2055. | /* end confdefs.h. */
  2056. | #include <string>
  2057. |
  2058. | int
  2059. | main ()
  2060. | {
  2061. | if (sizeof ((std::u32string)))
  2062. | return 0;
  2063. | ;
  2064. | return 0;
  2065. | }
  2066. configure:22186: result: yes
  2067. configure:22197: checking for char16_t
  2068. configure:22197: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  2069. configure:22197: $? = 0
  2070. configure:22197: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  2071. conftest.cpp: In function 'int main()':
  2072. conftest.cpp:142:14: error: expected primary-expression before 'char16_t'
  2073. if (sizeof ((char16_t)))
  2074. ^~~~~~~~
  2075. conftest.cpp:142:14: error: expected ')' before 'char16_t'
  2076. conftest.cpp:143:14: error: expected ')' before ';' token
  2077. return 0;
  2078. ^
  2079. conftest.cpp:143:14: error: expected ')' before ';' token
  2080. configure:22197: $? = 1
  2081. configure: failed program was:
  2082. | /* confdefs.h */
  2083. | #define PACKAGE_NAME "kodi"
  2084. | #define PACKAGE_TARNAME "kodi"
  2085. | #define PACKAGE_VERSION "16.9.804"
  2086. | #define PACKAGE_STRING "kodi 16.9.804"
  2087. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2088. | #define PACKAGE_URL ""
  2089. | #define PACKAGE "kodi"
  2090. | #define VERSION "16.9.804"
  2091. | #define HAVE_LIRC 1
  2092. | #define LIRC_DEVICE "/dev/lircd"
  2093. | #define HAVE_CXX11 1
  2094. | #define STDC_HEADERS 1
  2095. | #define HAVE_SYS_TYPES_H 1
  2096. | #define HAVE_SYS_STAT_H 1
  2097. | #define HAVE_STDLIB_H 1
  2098. | #define HAVE_STRING_H 1
  2099. | #define HAVE_MEMORY_H 1
  2100. | #define HAVE_STRINGS_H 1
  2101. | #define HAVE_INTTYPES_H 1
  2102. | #define HAVE_STDINT_H 1
  2103. | #define HAVE_UNISTD_H 1
  2104. | #define HAVE_DLFCN_H 1
  2105. | #define LT_OBJDIR ".libs/"
  2106. | #define HAVE_SSE 1
  2107. | #define HAVE_SSE2 1
  2108. | #define HAVE_SSE4 1
  2109. | #define HAVE_ALLOCA_H 1
  2110. | #define HAVE_ALLOCA 1
  2111. | #define HAVE_UNISTD_H 1
  2112. | #define HAVE_CHOWN 1
  2113. | #define HAVE_DIRENT_H 1
  2114. | #define HAVE_FSEEKO 1
  2115. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2116. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2117. | #define TIME_WITH_SYS_TIME 1
  2118. | #define HAVE_SYS_TIME_H 1
  2119. | #define HAVE_UNISTD_H 1
  2120. | #define HAVE_STDLIB_H 1
  2121. | #define HAVE_SYS_PARAM_H 1
  2122. | #define HAVE_UTIME_H 1
  2123. | #define HAVE_ALARM 1
  2124. | #define HAVE_GETPAGESIZE 1
  2125. | #define HAVE_MMAP 1
  2126. | #define HAVE_SYS_SELECT_H 1
  2127. | #define HAVE_SYS_SOCKET_H 1
  2128. | #define SELECT_TYPE_ARG1 int
  2129. | #define SELECT_TYPE_ARG234 (fd_set *)
  2130. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2131. | #define RETSIGTYPE void
  2132. | #define HAVE_STRCOLL 1
  2133. | #define HAVE_STRFTIME 1
  2134. | #define HAVE_UTIME_NULL 1
  2135. | #define HAVE_VPRINTF 1
  2136. | #define HAVE_ATEXIT 1
  2137. | #define HAVE_DUP2 1
  2138. | #define HAVE_FDATASYNC 1
  2139. | #define HAVE_FTIME 1
  2140. | #define HAVE_FTRUNCATE 1
  2141. | #define HAVE_GETCWD 1
  2142. | #define HAVE_GETHOSTBYADDR 1
  2143. | #define HAVE_GETHOSTBYNAME 1
  2144. | #define HAVE_GETHOSTNAME 1
  2145. | #define HAVE_GETPAGESIZE 1
  2146. | #define HAVE_GETPASS 1
  2147. | #define HAVE_GETTIMEOFDAY 1
  2148. | #define HAVE_INET_NTOA 1
  2149. | #define HAVE_LCHOWN 1
  2150. | #define HAVE_LOCALECONV 1
  2151. | #define HAVE_MEMCHR 1
  2152. | #define HAVE_MEMMOVE 1
  2153. | #define HAVE_MEMSET 1
  2154. | #define HAVE_MKDIR 1
  2155. | #define HAVE_MODF 1
  2156. | #define HAVE_MUNMAP 1
  2157. | #define HAVE_RMDIR 1
  2158. | #define HAVE_SELECT 1
  2159. | #define HAVE_SETENV 1
  2160. | #define HAVE_SETLOCALE 1
  2161. | #define HAVE_SOCKET 1
  2162. | #define HAVE_STRCASECMP 1
  2163. | #define HAVE_STRCHR 1
  2164. | #define HAVE_STRCSPN 1
  2165. | #define HAVE_STRDUP 1
  2166. | #define HAVE_STRERROR 1
  2167. | #define HAVE_STRNCASECMP 1
  2168. | #define HAVE_STRPBRK 1
  2169. | #define HAVE_STRRCHR 1
  2170. | #define HAVE_STRSPN 1
  2171. | #define HAVE_STRSTR 1
  2172. | #define HAVE_STRTOL 1
  2173. | #define HAVE_STRTOUL 1
  2174. | #define HAVE_SYSINFO 1
  2175. | #define HAVE_TZSET 1
  2176. | #define HAVE_UTIME 1
  2177. | #define HAVE_POSIX_FADVISE 1
  2178. | #define HAVE_LOCALTIME_R 1
  2179. | #define SIZEOF_INT 4
  2180. | #define SIZEOF_SIZE_T 8
  2181. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2182. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2183. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2184. | #define HAVE_STD__U16STRING 1
  2185. | #define HAVE_STD__U32STRING 1
  2186. | /* end confdefs.h. */
  2187. | #include <stdio.h>
  2188. | #ifdef HAVE_SYS_TYPES_H
  2189. | # include <sys/types.h>
  2190. | #endif
  2191. | #ifdef HAVE_SYS_STAT_H
  2192. | # include <sys/stat.h>
  2193. | #endif
  2194. | #ifdef STDC_HEADERS
  2195. | # include <stdlib.h>
  2196. | # include <stddef.h>
  2197. | #else
  2198. | # ifdef HAVE_STDLIB_H
  2199. | # include <stdlib.h>
  2200. | # endif
  2201. | #endif
  2202. | #ifdef HAVE_STRING_H
  2203. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2204. | # include <memory.h>
  2205. | # endif
  2206. | # include <string.h>
  2207. | #endif
  2208. | #ifdef HAVE_STRINGS_H
  2209. | # include <strings.h>
  2210. | #endif
  2211. | #ifdef HAVE_INTTYPES_H
  2212. | # include <inttypes.h>
  2213. | #endif
  2214. | #ifdef HAVE_STDINT_H
  2215. | # include <stdint.h>
  2216. | #endif
  2217. | #ifdef HAVE_UNISTD_H
  2218. | # include <unistd.h>
  2219. | #endif
  2220. | int
  2221. | main ()
  2222. | {
  2223. | if (sizeof ((char16_t)))
  2224. | return 0;
  2225. | ;
  2226. | return 0;
  2227. | }
  2228. configure:22197: result: yes
  2229. configure:22206: checking for char32_t
  2230. configure:22206: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  2231. configure:22206: $? = 0
  2232. configure:22206: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  2233. conftest.cpp: In function 'int main()':
  2234. conftest.cpp:143:14: error: expected primary-expression before 'char32_t'
  2235. if (sizeof ((char32_t)))
  2236. ^~~~~~~~
  2237. conftest.cpp:143:14: error: expected ')' before 'char32_t'
  2238. conftest.cpp:144:14: error: expected ')' before ';' token
  2239. return 0;
  2240. ^
  2241. conftest.cpp:144:14: error: expected ')' before ';' token
  2242. configure:22206: $? = 1
  2243. configure: failed program was:
  2244. | /* confdefs.h */
  2245. | #define PACKAGE_NAME "kodi"
  2246. | #define PACKAGE_TARNAME "kodi"
  2247. | #define PACKAGE_VERSION "16.9.804"
  2248. | #define PACKAGE_STRING "kodi 16.9.804"
  2249. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2250. | #define PACKAGE_URL ""
  2251. | #define PACKAGE "kodi"
  2252. | #define VERSION "16.9.804"
  2253. | #define HAVE_LIRC 1
  2254. | #define LIRC_DEVICE "/dev/lircd"
  2255. | #define HAVE_CXX11 1
  2256. | #define STDC_HEADERS 1
  2257. | #define HAVE_SYS_TYPES_H 1
  2258. | #define HAVE_SYS_STAT_H 1
  2259. | #define HAVE_STDLIB_H 1
  2260. | #define HAVE_STRING_H 1
  2261. | #define HAVE_MEMORY_H 1
  2262. | #define HAVE_STRINGS_H 1
  2263. | #define HAVE_INTTYPES_H 1
  2264. | #define HAVE_STDINT_H 1
  2265. | #define HAVE_UNISTD_H 1
  2266. | #define HAVE_DLFCN_H 1
  2267. | #define LT_OBJDIR ".libs/"
  2268. | #define HAVE_SSE 1
  2269. | #define HAVE_SSE2 1
  2270. | #define HAVE_SSE4 1
  2271. | #define HAVE_ALLOCA_H 1
  2272. | #define HAVE_ALLOCA 1
  2273. | #define HAVE_UNISTD_H 1
  2274. | #define HAVE_CHOWN 1
  2275. | #define HAVE_DIRENT_H 1
  2276. | #define HAVE_FSEEKO 1
  2277. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2278. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2279. | #define TIME_WITH_SYS_TIME 1
  2280. | #define HAVE_SYS_TIME_H 1
  2281. | #define HAVE_UNISTD_H 1
  2282. | #define HAVE_STDLIB_H 1
  2283. | #define HAVE_SYS_PARAM_H 1
  2284. | #define HAVE_UTIME_H 1
  2285. | #define HAVE_ALARM 1
  2286. | #define HAVE_GETPAGESIZE 1
  2287. | #define HAVE_MMAP 1
  2288. | #define HAVE_SYS_SELECT_H 1
  2289. | #define HAVE_SYS_SOCKET_H 1
  2290. | #define SELECT_TYPE_ARG1 int
  2291. | #define SELECT_TYPE_ARG234 (fd_set *)
  2292. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2293. | #define RETSIGTYPE void
  2294. | #define HAVE_STRCOLL 1
  2295. | #define HAVE_STRFTIME 1
  2296. | #define HAVE_UTIME_NULL 1
  2297. | #define HAVE_VPRINTF 1
  2298. | #define HAVE_ATEXIT 1
  2299. | #define HAVE_DUP2 1
  2300. | #define HAVE_FDATASYNC 1
  2301. | #define HAVE_FTIME 1
  2302. | #define HAVE_FTRUNCATE 1
  2303. | #define HAVE_GETCWD 1
  2304. | #define HAVE_GETHOSTBYADDR 1
  2305. | #define HAVE_GETHOSTBYNAME 1
  2306. | #define HAVE_GETHOSTNAME 1
  2307. | #define HAVE_GETPAGESIZE 1
  2308. | #define HAVE_GETPASS 1
  2309. | #define HAVE_GETTIMEOFDAY 1
  2310. | #define HAVE_INET_NTOA 1
  2311. | #define HAVE_LCHOWN 1
  2312. | #define HAVE_LOCALECONV 1
  2313. | #define HAVE_MEMCHR 1
  2314. | #define HAVE_MEMMOVE 1
  2315. | #define HAVE_MEMSET 1
  2316. | #define HAVE_MKDIR 1
  2317. | #define HAVE_MODF 1
  2318. | #define HAVE_MUNMAP 1
  2319. | #define HAVE_RMDIR 1
  2320. | #define HAVE_SELECT 1
  2321. | #define HAVE_SETENV 1
  2322. | #define HAVE_SETLOCALE 1
  2323. | #define HAVE_SOCKET 1
  2324. | #define HAVE_STRCASECMP 1
  2325. | #define HAVE_STRCHR 1
  2326. | #define HAVE_STRCSPN 1
  2327. | #define HAVE_STRDUP 1
  2328. | #define HAVE_STRERROR 1
  2329. | #define HAVE_STRNCASECMP 1
  2330. | #define HAVE_STRPBRK 1
  2331. | #define HAVE_STRRCHR 1
  2332. | #define HAVE_STRSPN 1
  2333. | #define HAVE_STRSTR 1
  2334. | #define HAVE_STRTOL 1
  2335. | #define HAVE_STRTOUL 1
  2336. | #define HAVE_SYSINFO 1
  2337. | #define HAVE_TZSET 1
  2338. | #define HAVE_UTIME 1
  2339. | #define HAVE_POSIX_FADVISE 1
  2340. | #define HAVE_LOCALTIME_R 1
  2341. | #define SIZEOF_INT 4
  2342. | #define SIZEOF_SIZE_T 8
  2343. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2344. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2345. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2346. | #define HAVE_STD__U16STRING 1
  2347. | #define HAVE_STD__U32STRING 1
  2348. | #define HAVE_CHAR16_T 1
  2349. | /* end confdefs.h. */
  2350. | #include <stdio.h>
  2351. | #ifdef HAVE_SYS_TYPES_H
  2352. | # include <sys/types.h>
  2353. | #endif
  2354. | #ifdef HAVE_SYS_STAT_H
  2355. | # include <sys/stat.h>
  2356. | #endif
  2357. | #ifdef STDC_HEADERS
  2358. | # include <stdlib.h>
  2359. | # include <stddef.h>
  2360. | #else
  2361. | # ifdef HAVE_STDLIB_H
  2362. | # include <stdlib.h>
  2363. | # endif
  2364. | #endif
  2365. | #ifdef HAVE_STRING_H
  2366. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2367. | # include <memory.h>
  2368. | # endif
  2369. | # include <string.h>
  2370. | #endif
  2371. | #ifdef HAVE_STRINGS_H
  2372. | # include <strings.h>
  2373. | #endif
  2374. | #ifdef HAVE_INTTYPES_H
  2375. | # include <inttypes.h>
  2376. | #endif
  2377. | #ifdef HAVE_STDINT_H
  2378. | # include <stdint.h>
  2379. | #endif
  2380. | #ifdef HAVE_UNISTD_H
  2381. | # include <unistd.h>
  2382. | #endif
  2383. | int
  2384. | main ()
  2385. | {
  2386. | if (sizeof ((char32_t)))
  2387. | return 0;
  2388. | ;
  2389. | return 0;
  2390. | }
  2391. configure:22206: result: yes
  2392. configure:22220: checking size of wchar_t
  2393. configure:22225: g++ -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  2394. configure:22225: $? = 0
  2395. configure:22225: ./conftest
  2396. configure:22225: $? = 0
  2397. configure:22239: result: 4
  2398. configure:22257: checking sys/inotify.h usability
  2399. configure:22257: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2400. configure:22257: $? = 0
  2401. configure:22257: result: yes
  2402. configure:22257: checking sys/inotify.h presence
  2403. configure:22257: gcc -E conftest.c
  2404. configure:22257: $? = 0
  2405. configure:22257: result: yes
  2406. configure:22257: checking for sys/inotify.h
  2407. configure:22257: result: yes
  2408. configure:22276: checking for python
  2409. configure:22294: found /usr/bin/python
  2410. configure:22306: result: /usr/bin/python
  2411. configure:22322: checking for a version of Python >= '2.1.0'
  2412. configure:22348: result: yes
  2413. configure:22356: checking for a version of Python >= '2.6'
  2414. configure:22362: result: yes
  2415. configure:22379: checking for the distutils Python package
  2416. configure:22383: result: yes
  2417. configure:22397: checking for Python include path
  2418. configure:22413: result: -I/usr/include/python2.7
  2419. configure:22420: checking for Python library path
  2420. configure:22497: result: -L/usr/lib -lpython2.7
  2421. configure:22504: checking for Python site-packages path
  2422. configure:22510: result: /usr/lib/python2.7/dist-packages
  2423. configure:22517: checking python extra libraries
  2424. configure:22524: result: -lpthread -ldl -lutil -lm
  2425. configure:22531: checking python extra linking flags
  2426. configure:22538: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  2427. configure:22545: checking consistency of all components of python development environment
  2428. configure:22571: 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/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lpthread -ldl -lutil -lm >&5
  2429. configure:22571: $? = 0
  2430. configure:22588: result: yes
  2431. configure:22621: checking for python
  2432. configure:22651: result: /usr/bin/python
  2433. configure:22667: checking for a version of Python >= '2.1.0'
  2434. configure:22693: result: yes
  2435. configure:22701: checking for a version of Python < '3.0'
  2436. configure:22707: result: yes
  2437. configure:22724: checking for the distutils Python package
  2438. configure:22728: result: yes
  2439. configure:22742: checking for Python include path
  2440. configure:22758: result: -I/usr/include/python2.7
  2441. configure:22765: checking for Python library path
  2442. configure:22842: result: -L/usr/lib -lpython2.7
  2443. configure:22849: checking for Python site-packages path
  2444. configure:22855: result: /usr/lib/python2.7/dist-packages
  2445. configure:22862: checking python extra libraries
  2446. configure:22869: result: -lpthread -ldl -lutil -lm
  2447. configure:22876: checking python extra linking flags
  2448. configure:22883: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  2449. configure:22890: checking consistency of all components of python development environment
  2450. configure:22916: 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/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lpthread -ldl -lutil -lm >&5
  2451. configure:22916: $? = 0
  2452. configure:22933: result: yes
  2453. configure:22965: Using Python 2.7
  2454. configure:23094: checking for main in -lGL
  2455. configure:23113: 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/lib -lpython2.7 >&5
  2456. configure:23113: $? = 0
  2457. configure:23122: result: yes
  2458. configure:23135: checking for main in -lGLU
  2459. configure:23154: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGLU -lGL -L/usr/lib -lpython2.7 >&5
  2460. configure:23154: $? = 0
  2461. configure:23163: result: yes
  2462. configure:23226: checking for mysql_config
  2463. configure:23244: found /usr/bin/mysql_config
  2464. configure:23257: result: /usr/bin/mysql_config
  2465. configure:23277: checking ass/ass.h usability
  2466. configure:23277: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2467. configure:23277: $? = 0
  2468. configure:23277: result: yes
  2469. configure:23277: checking ass/ass.h presence
  2470. configure:23277: gcc -E conftest.c
  2471. configure:23277: $? = 0
  2472. configure:23277: result: yes
  2473. configure:23277: checking for ass/ass.h
  2474. configure:23277: result: yes
  2475. configure:23288: checking for LIBCURL
  2476. configure:23295: $PKG_CONFIG --exists --print-errors "libcurl"
  2477. configure:23298: $? = 0
  2478. configure:23312: $PKG_CONFIG --exists --print-errors "libcurl"
  2479. configure:23315: $? = 0
  2480. configure:23353: result: yes
  2481. configure:23366: checking for libcurl soname
  2482. configure:23408: result: libcurl-gnutls.so.4
  2483. configure:23413: checking for CRYPTO_set_locking_callback(0) in libcurl-gnutls.so.4
  2484. configure:23429: result: no
  2485. configure:23435: checking for OPENSSL
  2486. configure:23442: $PKG_CONFIG --exists --print-errors "openssl"
  2487. configure:23445: $? = 0
  2488. configure:23459: $PKG_CONFIG --exists --print-errors "openssl"
  2489. configure:23462: $? = 0
  2490. configure:23520: result: yes
  2491. configure:23526: checking gcrypt.h usability
  2492. configure:23526: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2493. configure:23526: $? = 0
  2494. configure:23526: result: yes
  2495. configure:23526: checking gcrypt.h presence
  2496. configure:23526: gcc -E conftest.c
  2497. configure:23526: $? = 0
  2498. configure:23526: result: yes
  2499. configure:23526: checking for gcrypt.h
  2500. configure:23526: result: yes
  2501. configure:23536: checking for main in -lgpg-error
  2502. configure:23555: 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 -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2503. configure:23555: $? = 0
  2504. configure:23564: result: yes
  2505. configure:23577: checking for gcry_control in -lgcrypt
  2506. configure:23602: 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 -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2507. configure:23602: $? = 0
  2508. configure:23611: result: yes
  2509. configure:23630: checking for GNUTLS
  2510. configure:23637: $PKG_CONFIG --exists --print-errors "gnutls"
  2511. configure:23640: $? = 0
  2512. configure:23654: $PKG_CONFIG --exists --print-errors "gnutls"
  2513. configure:23657: $? = 0
  2514. configure:23697: result: yes
  2515. configure:23704: checking for main in -lbz2
  2516. configure:23723: 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 -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2517. configure:23723: $? = 0
  2518. configure:23732: result: yes
  2519. configure:23829: checking for main in -lpthread
  2520. configure:23848: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2521. configure:23848: $? = 0
  2522. configure:23857: result: yes
  2523. configure:23870: checking for pthread_setname_np in -lpthread
  2524. configure:23895: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lpthread -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2525. configure:23895: $? = 0
  2526. configure:23904: result: yes
  2527. configure:23917: checking for main in -llzo2
  2528. configure:23936: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2529. configure:23936: $? = 0
  2530. configure:23945: result: yes
  2531. configure:23958: checking for main in -lz
  2532. configure:23977: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2533. configure:23977: $? = 0
  2534. configure:23986: result: yes
  2535. configure:23999: checking for main in -lcrypto
  2536. configure:24018: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2537. configure:24018: $? = 0
  2538. configure:24027: result: yes
  2539. configure:24040: checking for main in -lssl
  2540. configure:24059: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2541. configure:24059: $? = 0
  2542. configure:24068: result: yes
  2543. configure:24082: checking for main in -lmysqlclient
  2544. configure:24101: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto >&5
  2545. configure:24101: $? = 0
  2546. configure:24110: result: yes
  2547. configure:24134: checking for TINYXML
  2548. configure:24141: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
  2549. configure:24144: $? = 0
  2550. configure:24158: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
  2551. configure:24161: $? = 0
  2552. configure:24333: result: yes
  2553. configure:24347: checking for UUID
  2554. configure:24354: $PKG_CONFIG --exists --print-errors "uuid"
  2555. configure:24357: $? = 0
  2556. configure:24371: $PKG_CONFIG --exists --print-errors "uuid"
  2557. configure:24374: $? = 0
  2558. configure:24412: result: yes
  2559. configure:24418: checking "for libcrossguid"
  2560. configure:24439: g++ -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid >&5
  2561. configure:24439: $? = 0
  2562. configure:24440: result: yes
  2563. configure:24457: checking for YAJL
  2564. configure:24464: $PKG_CONFIG --exists --print-errors "yajl >= 2"
  2565. configure:24467: $? = 0
  2566. configure:24481: $PKG_CONFIG --exists --print-errors "yajl >= 2"
  2567. configure:24484: $? = 0
  2568. configure:24552: result: yes
  2569. configure:24754: checking for LIBXML
  2570. configure:24761: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2571. configure:24764: $? = 0
  2572. configure:24778: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2573. configure:24781: $? = 0
  2574. configure:24819: result: yes
  2575. configure:24825: checking for LIBXSLT
  2576. configure:24832: $PKG_CONFIG --exists --print-errors "libxslt"
  2577. configure:24835: $? = 0
  2578. configure:24849: $PKG_CONFIG --exists --print-errors "libxslt"
  2579. configure:24852: $? = 0
  2580. configure:24890: result: yes
  2581. configure:24909: checking for FRIBIDI
  2582. configure:24916: $PKG_CONFIG --exists --print-errors "fribidi"
  2583. configure:24919: $? = 0
  2584. configure:24933: $PKG_CONFIG --exists --print-errors "fribidi"
  2585. configure:24936: $? = 0
  2586. configure:24974: result: yes
  2587. configure:24980: checking for SQLITE3
  2588. configure:24987: $PKG_CONFIG --exists --print-errors "sqlite3"
  2589. configure:24990: $? = 0
  2590. configure:25004: $PKG_CONFIG --exists --print-errors "sqlite3"
  2591. configure:25007: $? = 0
  2592. configure:25045: result: yes
  2593. configure:25051: checking for PCRECPP
  2594. configure:25058: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2595. configure:25061: $? = 0
  2596. configure:25075: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2597. configure:25078: $? = 0
  2598. configure:25116: result: yes
  2599. configure:25125: checking for PCRE
  2600. configure:25132: $PKG_CONFIG --exists --print-errors "libpcre"
  2601. configure:25135: $? = 0
  2602. configure:25149: $PKG_CONFIG --exists --print-errors "libpcre"
  2603. configure:25152: $? = 0
  2604. configure:25190: result: yes
  2605. configure:25199: checking for FREETYPE2
  2606. configure:25206: $PKG_CONFIG --exists --print-errors "freetype2"
  2607. configure:25209: $? = 0
  2608. configure:25223: $PKG_CONFIG --exists --print-errors "freetype2"
  2609. configure:25226: $? = 0
  2610. configure:25264: result: yes
  2611. configure:25270: checking for TAGLIB
  2612. configure:25277: $PKG_CONFIG --exists --print-errors "taglib >= 1.9"
  2613. configure:25280: $? = 0
  2614. configure:25294: $PKG_CONFIG --exists --print-errors "taglib >= 1.9"
  2615. configure:25297: $? = 0
  2616. configure:25335: result: yes
  2617. configure:25343: checking for CDIO
  2618. configure:25350: $PKG_CONFIG --exists --print-errors "libcdio"
  2619. configure:25353: $? = 0
  2620. configure:25367: $PKG_CONFIG --exists --print-errors "libcdio"
  2621. configure:25370: $? = 0
  2622. configure:25408: result: yes
  2623. configure:25568: checking for LIBBLURAY
  2624. configure:25575: $PKG_CONFIG --exists --print-errors "libbluray >= 0.7.0"
  2625. configure:25578: $? = 0
  2626. configure:25592: $PKG_CONFIG --exists --print-errors "libbluray >= 0.7.0"
  2627. configure:25595: $? = 0
  2628. configure:25633: result: yes
  2629. configure:25656: checking for libbluray soname
  2630. configure:25698: result: libbluray.so.1
  2631. configure:25708: checking for bd_register_argb_overlay_proc in -lbluray
  2632. configure:25733: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lbluray -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2633. configure:25733: $? = 0
  2634. configure:25742: result: yes
  2635. configure:25791: checking whether BD_EVENT_IDLE is declared
  2636. configure:25791: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2637. configure:25791: $? = 0
  2638. configure:25791: result: yes
  2639. configure:25811: checking for library containing iconv_open
  2640. configure:25842: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2641. configure:25842: $? = 0
  2642. configure:25859: result: none required
  2643. configure:25926: checking for library containing dlopen
  2644. configure:25957: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2645. configure:25957: $? = 0
  2646. configure:25974: result: none required
  2647. configure:25982: checking for library containing clock_gettime
  2648. configure:26013: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2649. configure:26013: $? = 0
  2650. configure:26030: result: none required
  2651. configure:26038: checking for library containing dn_expand
  2652. configure:26069: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2653. /tmp/ccXYGO4q.o: In function `main':
  2654. /home/media/software/xbmc/conftest.c:143: undefined reference to `dn_expand'
  2655. collect2: error: ld returned 1 exit status
  2656. configure:26069: $? = 1
  2657. configure: failed program was:
  2658. | /* confdefs.h */
  2659. | #define PACKAGE_NAME "kodi"
  2660. | #define PACKAGE_TARNAME "kodi"
  2661. | #define PACKAGE_VERSION "16.9.804"
  2662. | #define PACKAGE_STRING "kodi 16.9.804"
  2663. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2664. | #define PACKAGE_URL ""
  2665. | #define PACKAGE "kodi"
  2666. | #define VERSION "16.9.804"
  2667. | #define HAVE_LIRC 1
  2668. | #define LIRC_DEVICE "/dev/lircd"
  2669. | #define HAVE_CXX11 1
  2670. | #define STDC_HEADERS 1
  2671. | #define HAVE_SYS_TYPES_H 1
  2672. | #define HAVE_SYS_STAT_H 1
  2673. | #define HAVE_STDLIB_H 1
  2674. | #define HAVE_STRING_H 1
  2675. | #define HAVE_MEMORY_H 1
  2676. | #define HAVE_STRINGS_H 1
  2677. | #define HAVE_INTTYPES_H 1
  2678. | #define HAVE_STDINT_H 1
  2679. | #define HAVE_UNISTD_H 1
  2680. | #define HAVE_DLFCN_H 1
  2681. | #define LT_OBJDIR ".libs/"
  2682. | #define HAVE_SSE 1
  2683. | #define HAVE_SSE2 1
  2684. | #define HAVE_SSE4 1
  2685. | #define HAVE_ALLOCA_H 1
  2686. | #define HAVE_ALLOCA 1
  2687. | #define HAVE_UNISTD_H 1
  2688. | #define HAVE_CHOWN 1
  2689. | #define HAVE_DIRENT_H 1
  2690. | #define HAVE_FSEEKO 1
  2691. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2692. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2693. | #define TIME_WITH_SYS_TIME 1
  2694. | #define HAVE_SYS_TIME_H 1
  2695. | #define HAVE_UNISTD_H 1
  2696. | #define HAVE_STDLIB_H 1
  2697. | #define HAVE_SYS_PARAM_H 1
  2698. | #define HAVE_UTIME_H 1
  2699. | #define HAVE_ALARM 1
  2700. | #define HAVE_GETPAGESIZE 1
  2701. | #define HAVE_MMAP 1
  2702. | #define HAVE_SYS_SELECT_H 1
  2703. | #define HAVE_SYS_SOCKET_H 1
  2704. | #define SELECT_TYPE_ARG1 int
  2705. | #define SELECT_TYPE_ARG234 (fd_set *)
  2706. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2707. | #define RETSIGTYPE void
  2708. | #define HAVE_STRCOLL 1
  2709. | #define HAVE_STRFTIME 1
  2710. | #define HAVE_UTIME_NULL 1
  2711. | #define HAVE_VPRINTF 1
  2712. | #define HAVE_ATEXIT 1
  2713. | #define HAVE_DUP2 1
  2714. | #define HAVE_FDATASYNC 1
  2715. | #define HAVE_FTIME 1
  2716. | #define HAVE_FTRUNCATE 1
  2717. | #define HAVE_GETCWD 1
  2718. | #define HAVE_GETHOSTBYADDR 1
  2719. | #define HAVE_GETHOSTBYNAME 1
  2720. | #define HAVE_GETHOSTNAME 1
  2721. | #define HAVE_GETPAGESIZE 1
  2722. | #define HAVE_GETPASS 1
  2723. | #define HAVE_GETTIMEOFDAY 1
  2724. | #define HAVE_INET_NTOA 1
  2725. | #define HAVE_LCHOWN 1
  2726. | #define HAVE_LOCALECONV 1
  2727. | #define HAVE_MEMCHR 1
  2728. | #define HAVE_MEMMOVE 1
  2729. | #define HAVE_MEMSET 1
  2730. | #define HAVE_MKDIR 1
  2731. | #define HAVE_MODF 1
  2732. | #define HAVE_MUNMAP 1
  2733. | #define HAVE_RMDIR 1
  2734. | #define HAVE_SELECT 1
  2735. | #define HAVE_SETENV 1
  2736. | #define HAVE_SETLOCALE 1
  2737. | #define HAVE_SOCKET 1
  2738. | #define HAVE_STRCASECMP 1
  2739. | #define HAVE_STRCHR 1
  2740. | #define HAVE_STRCSPN 1
  2741. | #define HAVE_STRDUP 1
  2742. | #define HAVE_STRERROR 1
  2743. | #define HAVE_STRNCASECMP 1
  2744. | #define HAVE_STRPBRK 1
  2745. | #define HAVE_STRRCHR 1
  2746. | #define HAVE_STRSPN 1
  2747. | #define HAVE_STRSTR 1
  2748. | #define HAVE_STRTOL 1
  2749. | #define HAVE_STRTOUL 1
  2750. | #define HAVE_SYSINFO 1
  2751. | #define HAVE_TZSET 1
  2752. | #define HAVE_UTIME 1
  2753. | #define HAVE_POSIX_FADVISE 1
  2754. | #define HAVE_LOCALTIME_R 1
  2755. | #define SIZEOF_INT 4
  2756. | #define SIZEOF_SIZE_T 8
  2757. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2758. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2759. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2760. | #define HAVE_STD__U16STRING 1
  2761. | #define HAVE_STD__U32STRING 1
  2762. | #define HAVE_CHAR16_T 1
  2763. | #define HAVE_CHAR32_T 1
  2764. | #define SIZEOF_WCHAR_T 4
  2765. | #define HAVE_INOTIFY 1
  2766. | #define HAVE_PYTHON "2.7"
  2767. | #define HAVE_LIBGL 1
  2768. | #define HAVE_LIBGLU 1
  2769. | #define HAVE_MYSQL 1
  2770. | #define HAVE_OPENSSL 1
  2771. | #define HAVE_LIBGPG_ERROR 1
  2772. | #define HAVE_LIBGCRYPT 1
  2773. | #define HAVE_GCRYPT 1
  2774. | #define HAVE_GNUTLS 1
  2775. | #define HAVE_LIBBZ2 1
  2776. | #define HAVE_LIBPTHREAD 1
  2777. | #define HAVE_PTHREAD_SETNAME_NP 1
  2778. | #define HAVE_LIBLZO2 1
  2779. | #define HAVE_LIBZ 1
  2780. | #define HAVE_LIBCRYPTO 1
  2781. | #define HAVE_LIBSSL 1
  2782. | #define HAVE_LIBMYSQLCLIENT 1
  2783. | #define HAVE_LIBXSLT 1
  2784. | #define HAVE_LIBPCRECPP 1
  2785. | #define HAVE_LIBPCRE 1
  2786. | #define HAVE_LIBBLURAY 1
  2787. | #define HAVE_LIBBLURAY_BDJ 1
  2788. | /* end confdefs.h. */
  2789. |
  2790. | /* Override any GCC internal prototype to avoid an error.
  2791. | Use char because int might match the return type of a GCC
  2792. | builtin and then its argument prototype would still apply. */
  2793. | #ifdef __cplusplus
  2794. | extern "C"
  2795. | #endif
  2796. | char dn_expand ();
  2797. | int
  2798. | main ()
  2799. | {
  2800. | return dn_expand ();
  2801. | ;
  2802. | return 0;
  2803. | }
  2804. configure:26069: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2805. /tmp/cckmQxvD.o: In function `main':
  2806. /home/media/software/xbmc/conftest.c:143: undefined reference to `dn_expand'
  2807. collect2: error: ld returned 1 exit status
  2808. configure:26069: $? = 1
  2809. configure: failed program was:
  2810. | /* confdefs.h */
  2811. | #define PACKAGE_NAME "kodi"
  2812. | #define PACKAGE_TARNAME "kodi"
  2813. | #define PACKAGE_VERSION "16.9.804"
  2814. | #define PACKAGE_STRING "kodi 16.9.804"
  2815. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2816. | #define PACKAGE_URL ""
  2817. | #define PACKAGE "kodi"
  2818. | #define VERSION "16.9.804"
  2819. | #define HAVE_LIRC 1
  2820. | #define LIRC_DEVICE "/dev/lircd"
  2821. | #define HAVE_CXX11 1
  2822. | #define STDC_HEADERS 1
  2823. | #define HAVE_SYS_TYPES_H 1
  2824. | #define HAVE_SYS_STAT_H 1
  2825. | #define HAVE_STDLIB_H 1
  2826. | #define HAVE_STRING_H 1
  2827. | #define HAVE_MEMORY_H 1
  2828. | #define HAVE_STRINGS_H 1
  2829. | #define HAVE_INTTYPES_H 1
  2830. | #define HAVE_STDINT_H 1
  2831. | #define HAVE_UNISTD_H 1
  2832. | #define HAVE_DLFCN_H 1
  2833. | #define LT_OBJDIR ".libs/"
  2834. | #define HAVE_SSE 1
  2835. | #define HAVE_SSE2 1
  2836. | #define HAVE_SSE4 1
  2837. | #define HAVE_ALLOCA_H 1
  2838. | #define HAVE_ALLOCA 1
  2839. | #define HAVE_UNISTD_H 1
  2840. | #define HAVE_CHOWN 1
  2841. | #define HAVE_DIRENT_H 1
  2842. | #define HAVE_FSEEKO 1
  2843. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2844. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2845. | #define TIME_WITH_SYS_TIME 1
  2846. | #define HAVE_SYS_TIME_H 1
  2847. | #define HAVE_UNISTD_H 1
  2848. | #define HAVE_STDLIB_H 1
  2849. | #define HAVE_SYS_PARAM_H 1
  2850. | #define HAVE_UTIME_H 1
  2851. | #define HAVE_ALARM 1
  2852. | #define HAVE_GETPAGESIZE 1
  2853. | #define HAVE_MMAP 1
  2854. | #define HAVE_SYS_SELECT_H 1
  2855. | #define HAVE_SYS_SOCKET_H 1
  2856. | #define SELECT_TYPE_ARG1 int
  2857. | #define SELECT_TYPE_ARG234 (fd_set *)
  2858. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2859. | #define RETSIGTYPE void
  2860. | #define HAVE_STRCOLL 1
  2861. | #define HAVE_STRFTIME 1
  2862. | #define HAVE_UTIME_NULL 1
  2863. | #define HAVE_VPRINTF 1
  2864. | #define HAVE_ATEXIT 1
  2865. | #define HAVE_DUP2 1
  2866. | #define HAVE_FDATASYNC 1
  2867. | #define HAVE_FTIME 1
  2868. | #define HAVE_FTRUNCATE 1
  2869. | #define HAVE_GETCWD 1
  2870. | #define HAVE_GETHOSTBYADDR 1
  2871. | #define HAVE_GETHOSTBYNAME 1
  2872. | #define HAVE_GETHOSTNAME 1
  2873. | #define HAVE_GETPAGESIZE 1
  2874. | #define HAVE_GETPASS 1
  2875. | #define HAVE_GETTIMEOFDAY 1
  2876. | #define HAVE_INET_NTOA 1
  2877. | #define HAVE_LCHOWN 1
  2878. | #define HAVE_LOCALECONV 1
  2879. | #define HAVE_MEMCHR 1
  2880. | #define HAVE_MEMMOVE 1
  2881. | #define HAVE_MEMSET 1
  2882. | #define HAVE_MKDIR 1
  2883. | #define HAVE_MODF 1
  2884. | #define HAVE_MUNMAP 1
  2885. | #define HAVE_RMDIR 1
  2886. | #define HAVE_SELECT 1
  2887. | #define HAVE_SETENV 1
  2888. | #define HAVE_SETLOCALE 1
  2889. | #define HAVE_SOCKET 1
  2890. | #define HAVE_STRCASECMP 1
  2891. | #define HAVE_STRCHR 1
  2892. | #define HAVE_STRCSPN 1
  2893. | #define HAVE_STRDUP 1
  2894. | #define HAVE_STRERROR 1
  2895. | #define HAVE_STRNCASECMP 1
  2896. | #define HAVE_STRPBRK 1
  2897. | #define HAVE_STRRCHR 1
  2898. | #define HAVE_STRSPN 1
  2899. | #define HAVE_STRSTR 1
  2900. | #define HAVE_STRTOL 1
  2901. | #define HAVE_STRTOUL 1
  2902. | #define HAVE_SYSINFO 1
  2903. | #define HAVE_TZSET 1
  2904. | #define HAVE_UTIME 1
  2905. | #define HAVE_POSIX_FADVISE 1
  2906. | #define HAVE_LOCALTIME_R 1
  2907. | #define SIZEOF_INT 4
  2908. | #define SIZEOF_SIZE_T 8
  2909. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2910. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2911. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2912. | #define HAVE_STD__U16STRING 1
  2913. | #define HAVE_STD__U32STRING 1
  2914. | #define HAVE_CHAR16_T 1
  2915. | #define HAVE_CHAR32_T 1
  2916. | #define SIZEOF_WCHAR_T 4
  2917. | #define HAVE_INOTIFY 1
  2918. | #define HAVE_PYTHON "2.7"
  2919. | #define HAVE_LIBGL 1
  2920. | #define HAVE_LIBGLU 1
  2921. | #define HAVE_MYSQL 1
  2922. | #define HAVE_OPENSSL 1
  2923. | #define HAVE_LIBGPG_ERROR 1
  2924. | #define HAVE_LIBGCRYPT 1
  2925. | #define HAVE_GCRYPT 1
  2926. | #define HAVE_GNUTLS 1
  2927. | #define HAVE_LIBBZ2 1
  2928. | #define HAVE_LIBPTHREAD 1
  2929. | #define HAVE_PTHREAD_SETNAME_NP 1
  2930. | #define HAVE_LIBLZO2 1
  2931. | #define HAVE_LIBZ 1
  2932. | #define HAVE_LIBCRYPTO 1
  2933. | #define HAVE_LIBSSL 1
  2934. | #define HAVE_LIBMYSQLCLIENT 1
  2935. | #define HAVE_LIBXSLT 1
  2936. | #define HAVE_LIBPCRECPP 1
  2937. | #define HAVE_LIBPCRE 1
  2938. | #define HAVE_LIBBLURAY 1
  2939. | #define HAVE_LIBBLURAY_BDJ 1
  2940. | /* end confdefs.h. */
  2941. |
  2942. | /* Override any GCC internal prototype to avoid an error.
  2943. | Use char because int might match the return type of a GCC
  2944. | builtin and then its argument prototype would still apply. */
  2945. | #ifdef __cplusplus
  2946. | extern "C"
  2947. | #endif
  2948. | char dn_expand ();
  2949. | int
  2950. | main ()
  2951. | {
  2952. | return dn_expand ();
  2953. | ;
  2954. | return 0;
  2955. | }
  2956. configure:26086: result: no
  2957. configure:26094: checking for library containing _dn_expand
  2958. configure:26125: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  2959. /tmp/ccl5fEcR.o: In function `main':
  2960. /home/media/software/xbmc/conftest.c:143: undefined reference to `_dn_expand'
  2961. collect2: error: ld returned 1 exit status
  2962. configure:26125: $? = 1
  2963. configure: failed program was:
  2964. | /* confdefs.h */
  2965. | #define PACKAGE_NAME "kodi"
  2966. | #define PACKAGE_TARNAME "kodi"
  2967. | #define PACKAGE_VERSION "16.9.804"
  2968. | #define PACKAGE_STRING "kodi 16.9.804"
  2969. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2970. | #define PACKAGE_URL ""
  2971. | #define PACKAGE "kodi"
  2972. | #define VERSION "16.9.804"
  2973. | #define HAVE_LIRC 1
  2974. | #define LIRC_DEVICE "/dev/lircd"
  2975. | #define HAVE_CXX11 1
  2976. | #define STDC_HEADERS 1
  2977. | #define HAVE_SYS_TYPES_H 1
  2978. | #define HAVE_SYS_STAT_H 1
  2979. | #define HAVE_STDLIB_H 1
  2980. | #define HAVE_STRING_H 1
  2981. | #define HAVE_MEMORY_H 1
  2982. | #define HAVE_STRINGS_H 1
  2983. | #define HAVE_INTTYPES_H 1
  2984. | #define HAVE_STDINT_H 1
  2985. | #define HAVE_UNISTD_H 1
  2986. | #define HAVE_DLFCN_H 1
  2987. | #define LT_OBJDIR ".libs/"
  2988. | #define HAVE_SSE 1
  2989. | #define HAVE_SSE2 1
  2990. | #define HAVE_SSE4 1
  2991. | #define HAVE_ALLOCA_H 1
  2992. | #define HAVE_ALLOCA 1
  2993. | #define HAVE_UNISTD_H 1
  2994. | #define HAVE_CHOWN 1
  2995. | #define HAVE_DIRENT_H 1
  2996. | #define HAVE_FSEEKO 1
  2997. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2998. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2999. | #define TIME_WITH_SYS_TIME 1
  3000. | #define HAVE_SYS_TIME_H 1
  3001. | #define HAVE_UNISTD_H 1
  3002. | #define HAVE_STDLIB_H 1
  3003. | #define HAVE_SYS_PARAM_H 1
  3004. | #define HAVE_UTIME_H 1
  3005. | #define HAVE_ALARM 1
  3006. | #define HAVE_GETPAGESIZE 1
  3007. | #define HAVE_MMAP 1
  3008. | #define HAVE_SYS_SELECT_H 1
  3009. | #define HAVE_SYS_SOCKET_H 1
  3010. | #define SELECT_TYPE_ARG1 int
  3011. | #define SELECT_TYPE_ARG234 (fd_set *)
  3012. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3013. | #define RETSIGTYPE void
  3014. | #define HAVE_STRCOLL 1
  3015. | #define HAVE_STRFTIME 1
  3016. | #define HAVE_UTIME_NULL 1
  3017. | #define HAVE_VPRINTF 1
  3018. | #define HAVE_ATEXIT 1
  3019. | #define HAVE_DUP2 1
  3020. | #define HAVE_FDATASYNC 1
  3021. | #define HAVE_FTIME 1
  3022. | #define HAVE_FTRUNCATE 1
  3023. | #define HAVE_GETCWD 1
  3024. | #define HAVE_GETHOSTBYADDR 1
  3025. | #define HAVE_GETHOSTBYNAME 1
  3026. | #define HAVE_GETHOSTNAME 1
  3027. | #define HAVE_GETPAGESIZE 1
  3028. | #define HAVE_GETPASS 1
  3029. | #define HAVE_GETTIMEOFDAY 1
  3030. | #define HAVE_INET_NTOA 1
  3031. | #define HAVE_LCHOWN 1
  3032. | #define HAVE_LOCALECONV 1
  3033. | #define HAVE_MEMCHR 1
  3034. | #define HAVE_MEMMOVE 1
  3035. | #define HAVE_MEMSET 1
  3036. | #define HAVE_MKDIR 1
  3037. | #define HAVE_MODF 1
  3038. | #define HAVE_MUNMAP 1
  3039. | #define HAVE_RMDIR 1
  3040. | #define HAVE_SELECT 1
  3041. | #define HAVE_SETENV 1
  3042. | #define HAVE_SETLOCALE 1
  3043. | #define HAVE_SOCKET 1
  3044. | #define HAVE_STRCASECMP 1
  3045. | #define HAVE_STRCHR 1
  3046. | #define HAVE_STRCSPN 1
  3047. | #define HAVE_STRDUP 1
  3048. | #define HAVE_STRERROR 1
  3049. | #define HAVE_STRNCASECMP 1
  3050. | #define HAVE_STRPBRK 1
  3051. | #define HAVE_STRRCHR 1
  3052. | #define HAVE_STRSPN 1
  3053. | #define HAVE_STRSTR 1
  3054. | #define HAVE_STRTOL 1
  3055. | #define HAVE_STRTOUL 1
  3056. | #define HAVE_SYSINFO 1
  3057. | #define HAVE_TZSET 1
  3058. | #define HAVE_UTIME 1
  3059. | #define HAVE_POSIX_FADVISE 1
  3060. | #define HAVE_LOCALTIME_R 1
  3061. | #define SIZEOF_INT 4
  3062. | #define SIZEOF_SIZE_T 8
  3063. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3064. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3065. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3066. | #define HAVE_STD__U16STRING 1
  3067. | #define HAVE_STD__U32STRING 1
  3068. | #define HAVE_CHAR16_T 1
  3069. | #define HAVE_CHAR32_T 1
  3070. | #define SIZEOF_WCHAR_T 4
  3071. | #define HAVE_INOTIFY 1
  3072. | #define HAVE_PYTHON "2.7"
  3073. | #define HAVE_LIBGL 1
  3074. | #define HAVE_LIBGLU 1
  3075. | #define HAVE_MYSQL 1
  3076. | #define HAVE_OPENSSL 1
  3077. | #define HAVE_LIBGPG_ERROR 1
  3078. | #define HAVE_LIBGCRYPT 1
  3079. | #define HAVE_GCRYPT 1
  3080. | #define HAVE_GNUTLS 1
  3081. | #define HAVE_LIBBZ2 1
  3082. | #define HAVE_LIBPTHREAD 1
  3083. | #define HAVE_PTHREAD_SETNAME_NP 1
  3084. | #define HAVE_LIBLZO2 1
  3085. | #define HAVE_LIBZ 1
  3086. | #define HAVE_LIBCRYPTO 1
  3087. | #define HAVE_LIBSSL 1
  3088. | #define HAVE_LIBMYSQLCLIENT 1
  3089. | #define HAVE_LIBXSLT 1
  3090. | #define HAVE_LIBPCRECPP 1
  3091. | #define HAVE_LIBPCRE 1
  3092. | #define HAVE_LIBBLURAY 1
  3093. | #define HAVE_LIBBLURAY_BDJ 1
  3094. | /* end confdefs.h. */
  3095. |
  3096. | /* Override any GCC internal prototype to avoid an error.
  3097. | Use char because int might match the return type of a GCC
  3098. | builtin and then its argument prototype would still apply. */
  3099. | #ifdef __cplusplus
  3100. | extern "C"
  3101. | #endif
  3102. | char _dn_expand ();
  3103. | int
  3104. | main ()
  3105. | {
  3106. | return _dn_expand ();
  3107. | ;
  3108. | return 0;
  3109. | }
  3110. configure:26125: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3111. /tmp/ccj3AZG1.o: In function `main':
  3112. /home/media/software/xbmc/conftest.c:143: undefined reference to `_dn_expand'
  3113. collect2: error: ld returned 1 exit status
  3114. configure:26125: $? = 1
  3115. configure: failed program was:
  3116. | /* confdefs.h */
  3117. | #define PACKAGE_NAME "kodi"
  3118. | #define PACKAGE_TARNAME "kodi"
  3119. | #define PACKAGE_VERSION "16.9.804"
  3120. | #define PACKAGE_STRING "kodi 16.9.804"
  3121. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3122. | #define PACKAGE_URL ""
  3123. | #define PACKAGE "kodi"
  3124. | #define VERSION "16.9.804"
  3125. | #define HAVE_LIRC 1
  3126. | #define LIRC_DEVICE "/dev/lircd"
  3127. | #define HAVE_CXX11 1
  3128. | #define STDC_HEADERS 1
  3129. | #define HAVE_SYS_TYPES_H 1
  3130. | #define HAVE_SYS_STAT_H 1
  3131. | #define HAVE_STDLIB_H 1
  3132. | #define HAVE_STRING_H 1
  3133. | #define HAVE_MEMORY_H 1
  3134. | #define HAVE_STRINGS_H 1
  3135. | #define HAVE_INTTYPES_H 1
  3136. | #define HAVE_STDINT_H 1
  3137. | #define HAVE_UNISTD_H 1
  3138. | #define HAVE_DLFCN_H 1
  3139. | #define LT_OBJDIR ".libs/"
  3140. | #define HAVE_SSE 1
  3141. | #define HAVE_SSE2 1
  3142. | #define HAVE_SSE4 1
  3143. | #define HAVE_ALLOCA_H 1
  3144. | #define HAVE_ALLOCA 1
  3145. | #define HAVE_UNISTD_H 1
  3146. | #define HAVE_CHOWN 1
  3147. | #define HAVE_DIRENT_H 1
  3148. | #define HAVE_FSEEKO 1
  3149. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3150. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3151. | #define TIME_WITH_SYS_TIME 1
  3152. | #define HAVE_SYS_TIME_H 1
  3153. | #define HAVE_UNISTD_H 1
  3154. | #define HAVE_STDLIB_H 1
  3155. | #define HAVE_SYS_PARAM_H 1
  3156. | #define HAVE_UTIME_H 1
  3157. | #define HAVE_ALARM 1
  3158. | #define HAVE_GETPAGESIZE 1
  3159. | #define HAVE_MMAP 1
  3160. | #define HAVE_SYS_SELECT_H 1
  3161. | #define HAVE_SYS_SOCKET_H 1
  3162. | #define SELECT_TYPE_ARG1 int
  3163. | #define SELECT_TYPE_ARG234 (fd_set *)
  3164. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3165. | #define RETSIGTYPE void
  3166. | #define HAVE_STRCOLL 1
  3167. | #define HAVE_STRFTIME 1
  3168. | #define HAVE_UTIME_NULL 1
  3169. | #define HAVE_VPRINTF 1
  3170. | #define HAVE_ATEXIT 1
  3171. | #define HAVE_DUP2 1
  3172. | #define HAVE_FDATASYNC 1
  3173. | #define HAVE_FTIME 1
  3174. | #define HAVE_FTRUNCATE 1
  3175. | #define HAVE_GETCWD 1
  3176. | #define HAVE_GETHOSTBYADDR 1
  3177. | #define HAVE_GETHOSTBYNAME 1
  3178. | #define HAVE_GETHOSTNAME 1
  3179. | #define HAVE_GETPAGESIZE 1
  3180. | #define HAVE_GETPASS 1
  3181. | #define HAVE_GETTIMEOFDAY 1
  3182. | #define HAVE_INET_NTOA 1
  3183. | #define HAVE_LCHOWN 1
  3184. | #define HAVE_LOCALECONV 1
  3185. | #define HAVE_MEMCHR 1
  3186. | #define HAVE_MEMMOVE 1
  3187. | #define HAVE_MEMSET 1
  3188. | #define HAVE_MKDIR 1
  3189. | #define HAVE_MODF 1
  3190. | #define HAVE_MUNMAP 1
  3191. | #define HAVE_RMDIR 1
  3192. | #define HAVE_SELECT 1
  3193. | #define HAVE_SETENV 1
  3194. | #define HAVE_SETLOCALE 1
  3195. | #define HAVE_SOCKET 1
  3196. | #define HAVE_STRCASECMP 1
  3197. | #define HAVE_STRCHR 1
  3198. | #define HAVE_STRCSPN 1
  3199. | #define HAVE_STRDUP 1
  3200. | #define HAVE_STRERROR 1
  3201. | #define HAVE_STRNCASECMP 1
  3202. | #define HAVE_STRPBRK 1
  3203. | #define HAVE_STRRCHR 1
  3204. | #define HAVE_STRSPN 1
  3205. | #define HAVE_STRSTR 1
  3206. | #define HAVE_STRTOL 1
  3207. | #define HAVE_STRTOUL 1
  3208. | #define HAVE_SYSINFO 1
  3209. | #define HAVE_TZSET 1
  3210. | #define HAVE_UTIME 1
  3211. | #define HAVE_POSIX_FADVISE 1
  3212. | #define HAVE_LOCALTIME_R 1
  3213. | #define SIZEOF_INT 4
  3214. | #define SIZEOF_SIZE_T 8
  3215. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3216. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3217. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3218. | #define HAVE_STD__U16STRING 1
  3219. | #define HAVE_STD__U32STRING 1
  3220. | #define HAVE_CHAR16_T 1
  3221. | #define HAVE_CHAR32_T 1
  3222. | #define SIZEOF_WCHAR_T 4
  3223. | #define HAVE_INOTIFY 1
  3224. | #define HAVE_PYTHON "2.7"
  3225. | #define HAVE_LIBGL 1
  3226. | #define HAVE_LIBGLU 1
  3227. | #define HAVE_MYSQL 1
  3228. | #define HAVE_OPENSSL 1
  3229. | #define HAVE_LIBGPG_ERROR 1
  3230. | #define HAVE_LIBGCRYPT 1
  3231. | #define HAVE_GCRYPT 1
  3232. | #define HAVE_GNUTLS 1
  3233. | #define HAVE_LIBBZ2 1
  3234. | #define HAVE_LIBPTHREAD 1
  3235. | #define HAVE_PTHREAD_SETNAME_NP 1
  3236. | #define HAVE_LIBLZO2 1
  3237. | #define HAVE_LIBZ 1
  3238. | #define HAVE_LIBCRYPTO 1
  3239. | #define HAVE_LIBSSL 1
  3240. | #define HAVE_LIBMYSQLCLIENT 1
  3241. | #define HAVE_LIBXSLT 1
  3242. | #define HAVE_LIBPCRECPP 1
  3243. | #define HAVE_LIBPCRE 1
  3244. | #define HAVE_LIBBLURAY 1
  3245. | #define HAVE_LIBBLURAY_BDJ 1
  3246. | /* end confdefs.h. */
  3247. |
  3248. | /* Override any GCC internal prototype to avoid an error.
  3249. | Use char because int might match the return type of a GCC
  3250. | builtin and then its argument prototype would still apply. */
  3251. | #ifdef __cplusplus
  3252. | extern "C"
  3253. | #endif
  3254. | char _dn_expand ();
  3255. | int
  3256. | main ()
  3257. | {
  3258. | return _dn_expand ();
  3259. | ;
  3260. | return 0;
  3261. | }
  3262. configure:26142: result: no
  3263. configure:26150: checking for library containing __dn_expand
  3264. configure:26181: 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 -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3265. /tmp/ccM7YA8a.o: In function `main':
  3266. /home/media/software/xbmc/conftest.c:143: undefined reference to `__dn_expand'
  3267. collect2: error: ld returned 1 exit status
  3268. configure:26181: $? = 1
  3269. configure: failed program was:
  3270. | /* confdefs.h */
  3271. | #define PACKAGE_NAME "kodi"
  3272. | #define PACKAGE_TARNAME "kodi"
  3273. | #define PACKAGE_VERSION "16.9.804"
  3274. | #define PACKAGE_STRING "kodi 16.9.804"
  3275. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3276. | #define PACKAGE_URL ""
  3277. | #define PACKAGE "kodi"
  3278. | #define VERSION "16.9.804"
  3279. | #define HAVE_LIRC 1
  3280. | #define LIRC_DEVICE "/dev/lircd"
  3281. | #define HAVE_CXX11 1
  3282. | #define STDC_HEADERS 1
  3283. | #define HAVE_SYS_TYPES_H 1
  3284. | #define HAVE_SYS_STAT_H 1
  3285. | #define HAVE_STDLIB_H 1
  3286. | #define HAVE_STRING_H 1
  3287. | #define HAVE_MEMORY_H 1
  3288. | #define HAVE_STRINGS_H 1
  3289. | #define HAVE_INTTYPES_H 1
  3290. | #define HAVE_STDINT_H 1
  3291. | #define HAVE_UNISTD_H 1
  3292. | #define HAVE_DLFCN_H 1
  3293. | #define LT_OBJDIR ".libs/"
  3294. | #define HAVE_SSE 1
  3295. | #define HAVE_SSE2 1
  3296. | #define HAVE_SSE4 1
  3297. | #define HAVE_ALLOCA_H 1
  3298. | #define HAVE_ALLOCA 1
  3299. | #define HAVE_UNISTD_H 1
  3300. | #define HAVE_CHOWN 1
  3301. | #define HAVE_DIRENT_H 1
  3302. | #define HAVE_FSEEKO 1
  3303. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3304. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3305. | #define TIME_WITH_SYS_TIME 1
  3306. | #define HAVE_SYS_TIME_H 1
  3307. | #define HAVE_UNISTD_H 1
  3308. | #define HAVE_STDLIB_H 1
  3309. | #define HAVE_SYS_PARAM_H 1
  3310. | #define HAVE_UTIME_H 1
  3311. | #define HAVE_ALARM 1
  3312. | #define HAVE_GETPAGESIZE 1
  3313. | #define HAVE_MMAP 1
  3314. | #define HAVE_SYS_SELECT_H 1
  3315. | #define HAVE_SYS_SOCKET_H 1
  3316. | #define SELECT_TYPE_ARG1 int
  3317. | #define SELECT_TYPE_ARG234 (fd_set *)
  3318. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3319. | #define RETSIGTYPE void
  3320. | #define HAVE_STRCOLL 1
  3321. | #define HAVE_STRFTIME 1
  3322. | #define HAVE_UTIME_NULL 1
  3323. | #define HAVE_VPRINTF 1
  3324. | #define HAVE_ATEXIT 1
  3325. | #define HAVE_DUP2 1
  3326. | #define HAVE_FDATASYNC 1
  3327. | #define HAVE_FTIME 1
  3328. | #define HAVE_FTRUNCATE 1
  3329. | #define HAVE_GETCWD 1
  3330. | #define HAVE_GETHOSTBYADDR 1
  3331. | #define HAVE_GETHOSTBYNAME 1
  3332. | #define HAVE_GETHOSTNAME 1
  3333. | #define HAVE_GETPAGESIZE 1
  3334. | #define HAVE_GETPASS 1
  3335. | #define HAVE_GETTIMEOFDAY 1
  3336. | #define HAVE_INET_NTOA 1
  3337. | #define HAVE_LCHOWN 1
  3338. | #define HAVE_LOCALECONV 1
  3339. | #define HAVE_MEMCHR 1
  3340. | #define HAVE_MEMMOVE 1
  3341. | #define HAVE_MEMSET 1
  3342. | #define HAVE_MKDIR 1
  3343. | #define HAVE_MODF 1
  3344. | #define HAVE_MUNMAP 1
  3345. | #define HAVE_RMDIR 1
  3346. | #define HAVE_SELECT 1
  3347. | #define HAVE_SETENV 1
  3348. | #define HAVE_SETLOCALE 1
  3349. | #define HAVE_SOCKET 1
  3350. | #define HAVE_STRCASECMP 1
  3351. | #define HAVE_STRCHR 1
  3352. | #define HAVE_STRCSPN 1
  3353. | #define HAVE_STRDUP 1
  3354. | #define HAVE_STRERROR 1
  3355. | #define HAVE_STRNCASECMP 1
  3356. | #define HAVE_STRPBRK 1
  3357. | #define HAVE_STRRCHR 1
  3358. | #define HAVE_STRSPN 1
  3359. | #define HAVE_STRSTR 1
  3360. | #define HAVE_STRTOL 1
  3361. | #define HAVE_STRTOUL 1
  3362. | #define HAVE_SYSINFO 1
  3363. | #define HAVE_TZSET 1
  3364. | #define HAVE_UTIME 1
  3365. | #define HAVE_POSIX_FADVISE 1
  3366. | #define HAVE_LOCALTIME_R 1
  3367. | #define SIZEOF_INT 4
  3368. | #define SIZEOF_SIZE_T 8
  3369. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3370. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3371. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3372. | #define HAVE_STD__U16STRING 1
  3373. | #define HAVE_STD__U32STRING 1
  3374. | #define HAVE_CHAR16_T 1
  3375. | #define HAVE_CHAR32_T 1
  3376. | #define SIZEOF_WCHAR_T 4
  3377. | #define HAVE_INOTIFY 1
  3378. | #define HAVE_PYTHON "2.7"
  3379. | #define HAVE_LIBGL 1
  3380. | #define HAVE_LIBGLU 1
  3381. | #define HAVE_MYSQL 1
  3382. | #define HAVE_OPENSSL 1
  3383. | #define HAVE_LIBGPG_ERROR 1
  3384. | #define HAVE_LIBGCRYPT 1
  3385. | #define HAVE_GCRYPT 1
  3386. | #define HAVE_GNUTLS 1
  3387. | #define HAVE_LIBBZ2 1
  3388. | #define HAVE_LIBPTHREAD 1
  3389. | #define HAVE_PTHREAD_SETNAME_NP 1
  3390. | #define HAVE_LIBLZO2 1
  3391. | #define HAVE_LIBZ 1
  3392. | #define HAVE_LIBCRYPTO 1
  3393. | #define HAVE_LIBSSL 1
  3394. | #define HAVE_LIBMYSQLCLIENT 1
  3395. | #define HAVE_LIBXSLT 1
  3396. | #define HAVE_LIBPCRECPP 1
  3397. | #define HAVE_LIBPCRE 1
  3398. | #define HAVE_LIBBLURAY 1
  3399. | #define HAVE_LIBBLURAY_BDJ 1
  3400. | /* end confdefs.h. */
  3401. |
  3402. | /* Override any GCC internal prototype to avoid an error.
  3403. | Use char because int might match the return type of a GCC
  3404. | builtin and then its argument prototype would still apply. */
  3405. | #ifdef __cplusplus
  3406. | extern "C"
  3407. | #endif
  3408. | char __dn_expand ();
  3409. | int
  3410. | main ()
  3411. | {
  3412. | return __dn_expand ();
  3413. | ;
  3414. | return 0;
  3415. | }
  3416. configure:26181: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
  3417. configure:26181: $? = 0
  3418. configure:26198: result: -lresolv
  3419. configure:26262: checking for ALSA
  3420. configure:26269: $PKG_CONFIG --exists --print-errors "alsa"
  3421. configure:26272: $? = 0
  3422. configure:26286: $PKG_CONFIG --exists --print-errors "alsa"
  3423. configure:26289: $? = 0
  3424. configure:26329: result: yes
  3425. configure:26337: checking for DBUS
  3426. configure:26344: $PKG_CONFIG --exists --print-errors "dbus-1"
  3427. configure:26347: $? = 0
  3428. configure:26361: $PKG_CONFIG --exists --print-errors "dbus-1"
  3429. configure:26364: $? = 0
  3430. configure:26404: result: yes
  3431. configure:26426: checking for libass soname
  3432. configure:26468: result: libass.so.5
  3433. configure:26476: checking for main in -lmicrohttpd
  3434. configure:26495: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lmicrohttpd -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 >&5
  3435. configure:26495: $? = 0
  3436. configure:26504: result: yes
  3437. configure:26533: checking for ALSA
  3438. configure:26598: result: yes
  3439. configure:26625: checking for PULSE
  3440. configure:26632: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  3441. configure:26635: $? = 0
  3442. configure:26649: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
  3443. configure:26652: $? = 0
  3444. configure:26690: result: yes
  3445. configure:26716: checking for main in -lavahi-common
  3446. configure:26735: 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 -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse >&5
  3447. configure:26735: $? = 0
  3448. configure:26744: result: yes
  3449. configure:26760: checking for main in -lavahi-client
  3450. configure:26779: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lavahi-client -lavahi-common -lmicrohttpd -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse >&5
  3451. configure:26779: $? = 0
  3452. configure:26788: result: yes
  3453. configure:26810: checking for embedded_mDNSInit in -lmDNSEmbedded
  3454. configure:26835: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lmDNSEmbedded -lavahi-client -lavahi-common -lmicrohttpd -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse >&5
  3455. /usr/bin/ld: cannot find -lmDNSEmbedded
  3456. collect2: error: ld returned 1 exit status
  3457. configure:26835: $? = 1
  3458. configure: failed program was:
  3459. | /* confdefs.h */
  3460. | #define PACKAGE_NAME "kodi"
  3461. | #define PACKAGE_TARNAME "kodi"
  3462. | #define PACKAGE_VERSION "16.9.804"
  3463. | #define PACKAGE_STRING "kodi 16.9.804"
  3464. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3465. | #define PACKAGE_URL ""
  3466. | #define PACKAGE "kodi"
  3467. | #define VERSION "16.9.804"
  3468. | #define HAVE_LIRC 1
  3469. | #define LIRC_DEVICE "/dev/lircd"
  3470. | #define HAVE_CXX11 1
  3471. | #define STDC_HEADERS 1
  3472. | #define HAVE_SYS_TYPES_H 1
  3473. | #define HAVE_SYS_STAT_H 1
  3474. | #define HAVE_STDLIB_H 1
  3475. | #define HAVE_STRING_H 1
  3476. | #define HAVE_MEMORY_H 1
  3477. | #define HAVE_STRINGS_H 1
  3478. | #define HAVE_INTTYPES_H 1
  3479. | #define HAVE_STDINT_H 1
  3480. | #define HAVE_UNISTD_H 1
  3481. | #define HAVE_DLFCN_H 1
  3482. | #define LT_OBJDIR ".libs/"
  3483. | #define HAVE_SSE 1
  3484. | #define HAVE_SSE2 1
  3485. | #define HAVE_SSE4 1
  3486. | #define HAVE_ALLOCA_H 1
  3487. | #define HAVE_ALLOCA 1
  3488. | #define HAVE_UNISTD_H 1
  3489. | #define HAVE_CHOWN 1
  3490. | #define HAVE_DIRENT_H 1
  3491. | #define HAVE_FSEEKO 1
  3492. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3493. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3494. | #define TIME_WITH_SYS_TIME 1
  3495. | #define HAVE_SYS_TIME_H 1
  3496. | #define HAVE_UNISTD_H 1
  3497. | #define HAVE_STDLIB_H 1
  3498. | #define HAVE_SYS_PARAM_H 1
  3499. | #define HAVE_UTIME_H 1
  3500. | #define HAVE_ALARM 1
  3501. | #define HAVE_GETPAGESIZE 1
  3502. | #define HAVE_MMAP 1
  3503. | #define HAVE_SYS_SELECT_H 1
  3504. | #define HAVE_SYS_SOCKET_H 1
  3505. | #define SELECT_TYPE_ARG1 int
  3506. | #define SELECT_TYPE_ARG234 (fd_set *)
  3507. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3508. | #define RETSIGTYPE void
  3509. | #define HAVE_STRCOLL 1
  3510. | #define HAVE_STRFTIME 1
  3511. | #define HAVE_UTIME_NULL 1
  3512. | #define HAVE_VPRINTF 1
  3513. | #define HAVE_ATEXIT 1
  3514. | #define HAVE_DUP2 1
  3515. | #define HAVE_FDATASYNC 1
  3516. | #define HAVE_FTIME 1
  3517. | #define HAVE_FTRUNCATE 1
  3518. | #define HAVE_GETCWD 1
  3519. | #define HAVE_GETHOSTBYADDR 1
  3520. | #define HAVE_GETHOSTBYNAME 1
  3521. | #define HAVE_GETHOSTNAME 1
  3522. | #define HAVE_GETPAGESIZE 1
  3523. | #define HAVE_GETPASS 1
  3524. | #define HAVE_GETTIMEOFDAY 1
  3525. | #define HAVE_INET_NTOA 1
  3526. | #define HAVE_LCHOWN 1
  3527. | #define HAVE_LOCALECONV 1
  3528. | #define HAVE_MEMCHR 1
  3529. | #define HAVE_MEMMOVE 1
  3530. | #define HAVE_MEMSET 1
  3531. | #define HAVE_MKDIR 1
  3532. | #define HAVE_MODF 1
  3533. | #define HAVE_MUNMAP 1
  3534. | #define HAVE_RMDIR 1
  3535. | #define HAVE_SELECT 1
  3536. | #define HAVE_SETENV 1
  3537. | #define HAVE_SETLOCALE 1
  3538. | #define HAVE_SOCKET 1
  3539. | #define HAVE_STRCASECMP 1
  3540. | #define HAVE_STRCHR 1
  3541. | #define HAVE_STRCSPN 1
  3542. | #define HAVE_STRDUP 1
  3543. | #define HAVE_STRERROR 1
  3544. | #define HAVE_STRNCASECMP 1
  3545. | #define HAVE_STRPBRK 1
  3546. | #define HAVE_STRRCHR 1
  3547. | #define HAVE_STRSPN 1
  3548. | #define HAVE_STRSTR 1
  3549. | #define HAVE_STRTOL 1
  3550. | #define HAVE_STRTOUL 1
  3551. | #define HAVE_SYSINFO 1
  3552. | #define HAVE_TZSET 1
  3553. | #define HAVE_UTIME 1
  3554. | #define HAVE_POSIX_FADVISE 1
  3555. | #define HAVE_LOCALTIME_R 1
  3556. | #define SIZEOF_INT 4
  3557. | #define SIZEOF_SIZE_T 8
  3558. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3559. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3560. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3561. | #define HAVE_STD__U16STRING 1
  3562. | #define HAVE_STD__U32STRING 1
  3563. | #define HAVE_CHAR16_T 1
  3564. | #define HAVE_CHAR32_T 1
  3565. | #define SIZEOF_WCHAR_T 4
  3566. | #define HAVE_INOTIFY 1
  3567. | #define HAVE_PYTHON "2.7"
  3568. | #define HAVE_LIBGL 1
  3569. | #define HAVE_LIBGLU 1
  3570. | #define HAVE_MYSQL 1
  3571. | #define HAVE_OPENSSL 1
  3572. | #define HAVE_LIBGPG_ERROR 1
  3573. | #define HAVE_LIBGCRYPT 1
  3574. | #define HAVE_GCRYPT 1
  3575. | #define HAVE_GNUTLS 1
  3576. | #define HAVE_LIBBZ2 1
  3577. | #define HAVE_LIBPTHREAD 1
  3578. | #define HAVE_PTHREAD_SETNAME_NP 1
  3579. | #define HAVE_LIBLZO2 1
  3580. | #define HAVE_LIBZ 1
  3581. | #define HAVE_LIBCRYPTO 1
  3582. | #define HAVE_LIBSSL 1
  3583. | #define HAVE_LIBMYSQLCLIENT 1
  3584. | #define HAVE_LIBXSLT 1
  3585. | #define HAVE_LIBPCRECPP 1
  3586. | #define HAVE_LIBPCRE 1
  3587. | #define HAVE_LIBBLURAY 1
  3588. | #define HAVE_LIBBLURAY_BDJ 1
  3589. | #define HAVE_DBUS 1
  3590. | #define HAVE_LIBMICROHTTPD 1
  3591. | #define HAS_DVD_DRIVE 1
  3592. | #define HAS_ALSA 1
  3593. | #define HAVE_LIBPULSE 1
  3594. | #define HAVE_LIBAVAHI_COMMON 1
  3595. | #define HAVE_LIBAVAHI_CLIENT 1
  3596. | /* end confdefs.h. */
  3597. |
  3598. | /* Override any GCC internal prototype to avoid an error.
  3599. | Use char because int might match the return type of a GCC
  3600. | builtin and then its argument prototype would still apply. */
  3601. | #ifdef __cplusplus
  3602. | extern "C"
  3603. | #endif
  3604. | char embedded_mDNSInit ();
  3605. | int
  3606. | main ()
  3607. | {
  3608. | return embedded_mDNSInit ();
  3609. | ;
  3610. | return 0;
  3611. | }
  3612. configure:26844: result: no
  3613. configure:26858: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
  3614. configure:26878: == X11 enabled. ==
  3615. configure:26882: checking for X11
  3616. configure:26889: $PKG_CONFIG --exists --print-errors "x11"
  3617. configure:26892: $? = 0
  3618. configure:26906: $PKG_CONFIG --exists --print-errors "x11"
  3619. configure:26909: $? = 0
  3620. configure:26947: result: yes
  3621. configure:26953: checking for XEXT
  3622. configure:26960: $PKG_CONFIG --exists --print-errors "xext"
  3623. configure:26963: $? = 0
  3624. configure:26977: $PKG_CONFIG --exists --print-errors "xext"
  3625. configure:26980: $? = 0
  3626. configure:27018: result: yes
  3627. configure:27024: checking for XRANDR
  3628. configure:27031: $PKG_CONFIG --exists --print-errors "xrandr"
  3629. configure:27034: $? = 0
  3630. configure:27048: $PKG_CONFIG --exists --print-errors "xrandr"
  3631. configure:27051: $? = 0
  3632. configure:27089: result: yes
  3633. configure:27095: checking for DRM
  3634. configure:27102: $PKG_CONFIG --exists --print-errors "libdrm"
  3635. configure:27105: $? = 0
  3636. configure:27119: $PKG_CONFIG --exists --print-errors "libdrm"
  3637. configure:27122: $? = 0
  3638. configure:27160: result: yes
  3639. configure:27166: checking for EGL
  3640. configure:27173: $PKG_CONFIG --exists --print-errors "egl"
  3641. configure:27176: $? = 0
  3642. configure:27190: $PKG_CONFIG --exists --print-errors "egl"
  3643. configure:27193: $? = 0
  3644. configure:27231: result: yes
  3645. configure:27251: checking for LIBSSH
  3646. configure:27258: $PKG_CONFIG --exists --print-errors "libssh"
  3647. configure:27261: $? = 0
  3648. configure:27275: $PKG_CONFIG --exists --print-errors "libssh"
  3649. configure:27278: $? = 0
  3650. configure:27316: result: yes
  3651. configure:27328: checking for SAMBA
  3652. configure:27335: $PKG_CONFIG --exists --print-errors "smbclient"
  3653. configure:27338: $? = 0
  3654. configure:27352: $PKG_CONFIG --exists --print-errors "smbclient"
  3655. configure:27355: $? = 0
  3656. configure:27477: result: yes
  3657. configure:27498: checking nfsc/libnfs.h usability
  3658. configure:27498: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  3659. configure:27498: $? = 0
  3660. configure:27498: result: yes
  3661. configure:27498: checking nfsc/libnfs.h presence
  3662. configure:27498: gcc -E conftest.c
  3663. configure:27498: $? = 0
  3664. configure:27498: result: yes
  3665. configure:27498: checking for nfsc/libnfs.h
  3666. configure:27498: result: yes
  3667. configure:27529: checking for libnfs soname
  3668. configure:27571: result: libnfs.so.8
  3669. configure:27592: checking plist/plist.h usability
  3670. configure:27592: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  3671. configure:27592: $? = 0
  3672. configure:27592: result: yes
  3673. configure:27592: checking plist/plist.h presence
  3674. configure:27592: gcc -E conftest.c
  3675. configure:27592: $? = 0
  3676. configure:27592: result: yes
  3677. configure:27592: checking for plist/plist.h
  3678. configure:27592: result: yes
  3679. configure:27618: checking for libplist soname
  3680. configure:27660: result: libplist.so.3
  3681. configure:27677: checking shairplay/raop.h usability
  3682. configure:27677: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  3683. conftest.c:178:28: fatal error: shairplay/raop.h: No such file or directory
  3684. #include <shairplay/raop.h>
  3685. ^
  3686. compilation terminated.
  3687. configure:27677: $? = 1
  3688. configure: failed program was:
  3689. | /* confdefs.h */
  3690. | #define PACKAGE_NAME "kodi"
  3691. | #define PACKAGE_TARNAME "kodi"
  3692. | #define PACKAGE_VERSION "16.9.804"
  3693. | #define PACKAGE_STRING "kodi 16.9.804"
  3694. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3695. | #define PACKAGE_URL ""
  3696. | #define PACKAGE "kodi"
  3697. | #define VERSION "16.9.804"
  3698. | #define HAVE_LIRC 1
  3699. | #define LIRC_DEVICE "/dev/lircd"
  3700. | #define HAVE_CXX11 1
  3701. | #define STDC_HEADERS 1
  3702. | #define HAVE_SYS_TYPES_H 1
  3703. | #define HAVE_SYS_STAT_H 1
  3704. | #define HAVE_STDLIB_H 1
  3705. | #define HAVE_STRING_H 1
  3706. | #define HAVE_MEMORY_H 1
  3707. | #define HAVE_STRINGS_H 1
  3708. | #define HAVE_INTTYPES_H 1
  3709. | #define HAVE_STDINT_H 1
  3710. | #define HAVE_UNISTD_H 1
  3711. | #define HAVE_DLFCN_H 1
  3712. | #define LT_OBJDIR ".libs/"
  3713. | #define HAVE_SSE 1
  3714. | #define HAVE_SSE2 1
  3715. | #define HAVE_SSE4 1
  3716. | #define HAVE_ALLOCA_H 1
  3717. | #define HAVE_ALLOCA 1
  3718. | #define HAVE_UNISTD_H 1
  3719. | #define HAVE_CHOWN 1
  3720. | #define HAVE_DIRENT_H 1
  3721. | #define HAVE_FSEEKO 1
  3722. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3723. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3724. | #define TIME_WITH_SYS_TIME 1
  3725. | #define HAVE_SYS_TIME_H 1
  3726. | #define HAVE_UNISTD_H 1
  3727. | #define HAVE_STDLIB_H 1
  3728. | #define HAVE_SYS_PARAM_H 1
  3729. | #define HAVE_UTIME_H 1
  3730. | #define HAVE_ALARM 1
  3731. | #define HAVE_GETPAGESIZE 1
  3732. | #define HAVE_MMAP 1
  3733. | #define HAVE_SYS_SELECT_H 1
  3734. | #define HAVE_SYS_SOCKET_H 1
  3735. | #define SELECT_TYPE_ARG1 int
  3736. | #define SELECT_TYPE_ARG234 (fd_set *)
  3737. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3738. | #define RETSIGTYPE void
  3739. | #define HAVE_STRCOLL 1
  3740. | #define HAVE_STRFTIME 1
  3741. | #define HAVE_UTIME_NULL 1
  3742. | #define HAVE_VPRINTF 1
  3743. | #define HAVE_ATEXIT 1
  3744. | #define HAVE_DUP2 1
  3745. | #define HAVE_FDATASYNC 1
  3746. | #define HAVE_FTIME 1
  3747. | #define HAVE_FTRUNCATE 1
  3748. | #define HAVE_GETCWD 1
  3749. | #define HAVE_GETHOSTBYADDR 1
  3750. | #define HAVE_GETHOSTBYNAME 1
  3751. | #define HAVE_GETHOSTNAME 1
  3752. | #define HAVE_GETPAGESIZE 1
  3753. | #define HAVE_GETPASS 1
  3754. | #define HAVE_GETTIMEOFDAY 1
  3755. | #define HAVE_INET_NTOA 1
  3756. | #define HAVE_LCHOWN 1
  3757. | #define HAVE_LOCALECONV 1
  3758. | #define HAVE_MEMCHR 1
  3759. | #define HAVE_MEMMOVE 1
  3760. | #define HAVE_MEMSET 1
  3761. | #define HAVE_MKDIR 1
  3762. | #define HAVE_MODF 1
  3763. | #define HAVE_MUNMAP 1
  3764. | #define HAVE_RMDIR 1
  3765. | #define HAVE_SELECT 1
  3766. | #define HAVE_SETENV 1
  3767. | #define HAVE_SETLOCALE 1
  3768. | #define HAVE_SOCKET 1
  3769. | #define HAVE_STRCASECMP 1
  3770. | #define HAVE_STRCHR 1
  3771. | #define HAVE_STRCSPN 1
  3772. | #define HAVE_STRDUP 1
  3773. | #define HAVE_STRERROR 1
  3774. | #define HAVE_STRNCASECMP 1
  3775. | #define HAVE_STRPBRK 1
  3776. | #define HAVE_STRRCHR 1
  3777. | #define HAVE_STRSPN 1
  3778. | #define HAVE_STRSTR 1
  3779. | #define HAVE_STRTOL 1
  3780. | #define HAVE_STRTOUL 1
  3781. | #define HAVE_SYSINFO 1
  3782. | #define HAVE_TZSET 1
  3783. | #define HAVE_UTIME 1
  3784. | #define HAVE_POSIX_FADVISE 1
  3785. | #define HAVE_LOCALTIME_R 1
  3786. | #define SIZEOF_INT 4
  3787. | #define SIZEOF_SIZE_T 8
  3788. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3789. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3790. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3791. | #define HAVE_STD__U16STRING 1
  3792. | #define HAVE_STD__U32STRING 1
  3793. | #define HAVE_CHAR16_T 1
  3794. | #define HAVE_CHAR32_T 1
  3795. | #define SIZEOF_WCHAR_T 4
  3796. | #define HAVE_INOTIFY 1
  3797. | #define HAVE_PYTHON "2.7"
  3798. | #define HAVE_LIBGL 1
  3799. | #define HAVE_LIBGLU 1
  3800. | #define HAVE_MYSQL 1
  3801. | #define HAVE_OPENSSL 1
  3802. | #define HAVE_LIBGPG_ERROR 1
  3803. | #define HAVE_LIBGCRYPT 1
  3804. | #define HAVE_GCRYPT 1
  3805. | #define HAVE_GNUTLS 1
  3806. | #define HAVE_LIBBZ2 1
  3807. | #define HAVE_LIBPTHREAD 1
  3808. | #define HAVE_PTHREAD_SETNAME_NP 1
  3809. | #define HAVE_LIBLZO2 1
  3810. | #define HAVE_LIBZ 1
  3811. | #define HAVE_LIBCRYPTO 1
  3812. | #define HAVE_LIBSSL 1
  3813. | #define HAVE_LIBMYSQLCLIENT 1
  3814. | #define HAVE_LIBXSLT 1
  3815. | #define HAVE_LIBPCRECPP 1
  3816. | #define HAVE_LIBPCRE 1
  3817. | #define HAVE_LIBBLURAY 1
  3818. | #define HAVE_LIBBLURAY_BDJ 1
  3819. | #define HAVE_DBUS 1
  3820. | #define HAVE_LIBMICROHTTPD 1
  3821. | #define HAS_DVD_DRIVE 1
  3822. | #define HAS_ALSA 1
  3823. | #define HAVE_LIBPULSE 1
  3824. | #define HAVE_LIBAVAHI_COMMON 1
  3825. | #define HAVE_LIBAVAHI_CLIENT 1
  3826. | #define HAVE_X11 1
  3827. | #define HAVE_LIBSSH 1
  3828. | #define HAVE_LIBSMBCLIENT 1
  3829. | #define HAVE_NFSC_LIBNFS_H 1
  3830. | #define HAVE_LIBNFS 1
  3831. | #define HAVE_LIBPLIST 1
  3832. | /* end confdefs.h. */
  3833. | #include <stdio.h>
  3834. | #ifdef HAVE_SYS_TYPES_H
  3835. | # include <sys/types.h>
  3836. | #endif
  3837. | #ifdef HAVE_SYS_STAT_H
  3838. | # include <sys/stat.h>
  3839. | #endif
  3840. | #ifdef STDC_HEADERS
  3841. | # include <stdlib.h>
  3842. | # include <stddef.h>
  3843. | #else
  3844. | # ifdef HAVE_STDLIB_H
  3845. | # include <stdlib.h>
  3846. | # endif
  3847. | #endif
  3848. | #ifdef HAVE_STRING_H
  3849. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3850. | # include <memory.h>
  3851. | # endif
  3852. | # include <string.h>
  3853. | #endif
  3854. | #ifdef HAVE_STRINGS_H
  3855. | # include <strings.h>
  3856. | #endif
  3857. | #ifdef HAVE_INTTYPES_H
  3858. | # include <inttypes.h>
  3859. | #endif
  3860. | #ifdef HAVE_STDINT_H
  3861. | # include <stdint.h>
  3862. | #endif
  3863. | #ifdef HAVE_UNISTD_H
  3864. | # include <unistd.h>
  3865. | #endif
  3866. | #include <shairplay/raop.h>
  3867. configure:27677: result: no
  3868. configure:27677: checking shairplay/raop.h presence
  3869. configure:27677: gcc -E conftest.c
  3870. conftest.c:145:28: fatal error: shairplay/raop.h: No such file or directory
  3871. #include <shairplay/raop.h>
  3872. ^
  3873. compilation terminated.
  3874. configure:27677: $? = 1
  3875. configure: failed program was:
  3876. | /* confdefs.h */
  3877. | #define PACKAGE_NAME "kodi"
  3878. | #define PACKAGE_TARNAME "kodi"
  3879. | #define PACKAGE_VERSION "16.9.804"
  3880. | #define PACKAGE_STRING "kodi 16.9.804"
  3881. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3882. | #define PACKAGE_URL ""
  3883. | #define PACKAGE "kodi"
  3884. | #define VERSION "16.9.804"
  3885. | #define HAVE_LIRC 1
  3886. | #define LIRC_DEVICE "/dev/lircd"
  3887. | #define HAVE_CXX11 1
  3888. | #define STDC_HEADERS 1
  3889. | #define HAVE_SYS_TYPES_H 1
  3890. | #define HAVE_SYS_STAT_H 1
  3891. | #define HAVE_STDLIB_H 1
  3892. | #define HAVE_STRING_H 1
  3893. | #define HAVE_MEMORY_H 1
  3894. | #define HAVE_STRINGS_H 1
  3895. | #define HAVE_INTTYPES_H 1
  3896. | #define HAVE_STDINT_H 1
  3897. | #define HAVE_UNISTD_H 1
  3898. | #define HAVE_DLFCN_H 1
  3899. | #define LT_OBJDIR ".libs/"
  3900. | #define HAVE_SSE 1
  3901. | #define HAVE_SSE2 1
  3902. | #define HAVE_SSE4 1
  3903. | #define HAVE_ALLOCA_H 1
  3904. | #define HAVE_ALLOCA 1
  3905. | #define HAVE_UNISTD_H 1
  3906. | #define HAVE_CHOWN 1
  3907. | #define HAVE_DIRENT_H 1
  3908. | #define HAVE_FSEEKO 1
  3909. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3910. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3911. | #define TIME_WITH_SYS_TIME 1
  3912. | #define HAVE_SYS_TIME_H 1
  3913. | #define HAVE_UNISTD_H 1
  3914. | #define HAVE_STDLIB_H 1
  3915. | #define HAVE_SYS_PARAM_H 1
  3916. | #define HAVE_UTIME_H 1
  3917. | #define HAVE_ALARM 1
  3918. | #define HAVE_GETPAGESIZE 1
  3919. | #define HAVE_MMAP 1
  3920. | #define HAVE_SYS_SELECT_H 1
  3921. | #define HAVE_SYS_SOCKET_H 1
  3922. | #define SELECT_TYPE_ARG1 int
  3923. | #define SELECT_TYPE_ARG234 (fd_set *)
  3924. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3925. | #define RETSIGTYPE void
  3926. | #define HAVE_STRCOLL 1
  3927. | #define HAVE_STRFTIME 1
  3928. | #define HAVE_UTIME_NULL 1
  3929. | #define HAVE_VPRINTF 1
  3930. | #define HAVE_ATEXIT 1
  3931. | #define HAVE_DUP2 1
  3932. | #define HAVE_FDATASYNC 1
  3933. | #define HAVE_FTIME 1
  3934. | #define HAVE_FTRUNCATE 1
  3935. | #define HAVE_GETCWD 1
  3936. | #define HAVE_GETHOSTBYADDR 1
  3937. | #define HAVE_GETHOSTBYNAME 1
  3938. | #define HAVE_GETHOSTNAME 1
  3939. | #define HAVE_GETPAGESIZE 1
  3940. | #define HAVE_GETPASS 1
  3941. | #define HAVE_GETTIMEOFDAY 1
  3942. | #define HAVE_INET_NTOA 1
  3943. | #define HAVE_LCHOWN 1
  3944. | #define HAVE_LOCALECONV 1
  3945. | #define HAVE_MEMCHR 1
  3946. | #define HAVE_MEMMOVE 1
  3947. | #define HAVE_MEMSET 1
  3948. | #define HAVE_MKDIR 1
  3949. | #define HAVE_MODF 1
  3950. | #define HAVE_MUNMAP 1
  3951. | #define HAVE_RMDIR 1
  3952. | #define HAVE_SELECT 1
  3953. | #define HAVE_SETENV 1
  3954. | #define HAVE_SETLOCALE 1
  3955. | #define HAVE_SOCKET 1
  3956. | #define HAVE_STRCASECMP 1
  3957. | #define HAVE_STRCHR 1
  3958. | #define HAVE_STRCSPN 1
  3959. | #define HAVE_STRDUP 1
  3960. | #define HAVE_STRERROR 1
  3961. | #define HAVE_STRNCASECMP 1
  3962. | #define HAVE_STRPBRK 1
  3963. | #define HAVE_STRRCHR 1
  3964. | #define HAVE_STRSPN 1
  3965. | #define HAVE_STRSTR 1
  3966. | #define HAVE_STRTOL 1
  3967. | #define HAVE_STRTOUL 1
  3968. | #define HAVE_SYSINFO 1
  3969. | #define HAVE_TZSET 1
  3970. | #define HAVE_UTIME 1
  3971. | #define HAVE_POSIX_FADVISE 1
  3972. | #define HAVE_LOCALTIME_R 1
  3973. | #define SIZEOF_INT 4
  3974. | #define SIZEOF_SIZE_T 8
  3975. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3976. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3977. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3978. | #define HAVE_STD__U16STRING 1
  3979. | #define HAVE_STD__U32STRING 1
  3980. | #define HAVE_CHAR16_T 1
  3981. | #define HAVE_CHAR32_T 1
  3982. | #define SIZEOF_WCHAR_T 4
  3983. | #define HAVE_INOTIFY 1
  3984. | #define HAVE_PYTHON "2.7"
  3985. | #define HAVE_LIBGL 1
  3986. | #define HAVE_LIBGLU 1
  3987. | #define HAVE_MYSQL 1
  3988. | #define HAVE_OPENSSL 1
  3989. | #define HAVE_LIBGPG_ERROR 1
  3990. | #define HAVE_LIBGCRYPT 1
  3991. | #define HAVE_GCRYPT 1
  3992. | #define HAVE_GNUTLS 1
  3993. | #define HAVE_LIBBZ2 1
  3994. | #define HAVE_LIBPTHREAD 1
  3995. | #define HAVE_PTHREAD_SETNAME_NP 1
  3996. | #define HAVE_LIBLZO2 1
  3997. | #define HAVE_LIBZ 1
  3998. | #define HAVE_LIBCRYPTO 1
  3999. | #define HAVE_LIBSSL 1
  4000. | #define HAVE_LIBMYSQLCLIENT 1
  4001. | #define HAVE_LIBXSLT 1
  4002. | #define HAVE_LIBPCRECPP 1
  4003. | #define HAVE_LIBPCRE 1
  4004. | #define HAVE_LIBBLURAY 1
  4005. | #define HAVE_LIBBLURAY_BDJ 1
  4006. | #define HAVE_DBUS 1
  4007. | #define HAVE_LIBMICROHTTPD 1
  4008. | #define HAS_DVD_DRIVE 1
  4009. | #define HAS_ALSA 1
  4010. | #define HAVE_LIBPULSE 1
  4011. | #define HAVE_LIBAVAHI_COMMON 1
  4012. | #define HAVE_LIBAVAHI_CLIENT 1
  4013. | #define HAVE_X11 1
  4014. | #define HAVE_LIBSSH 1
  4015. | #define HAVE_LIBSMBCLIENT 1
  4016. | #define HAVE_NFSC_LIBNFS_H 1
  4017. | #define HAVE_LIBNFS 1
  4018. | #define HAVE_LIBPLIST 1
  4019. | /* end confdefs.h. */
  4020. | #include <shairplay/raop.h>
  4021. configure:27677: result: no
  4022. configure:27677: checking for shairplay/raop.h
  4023. configure:27677: result: no
  4024. configure:27684: == Could not find libshairplay. ==
  4025. configure:27779: checking for UDEV
  4026. configure:27786: $PKG_CONFIG --exists --print-errors "libudev"
  4027. configure:27789: $? = 0
  4028. configure:27803: $PKG_CONFIG --exists --print-errors "libudev"
  4029. configure:27806: $? = 0
  4030. configure:27846: result: yes
  4031. configure:27940: == libusb disabled. ==
  4032. configure:28220: checking for CEC
  4033. configure:28227: $PKG_CONFIG --exists --print-errors "libcec >= 3.0.0"
  4034. configure:28230: $? = 0
  4035. configure:28244: $PKG_CONFIG --exists --print-errors "libcec >= 3.0.0"
  4036. configure:28247: $? = 0
  4037. configure:28287: result: yes
  4038. configure:28307: checking for libcec soname
  4039. configure:28349: result: libcec.so.3
  4040. configure:28354: == libcec enabled. ==
  4041. configure:28372: checking for LCMS2
  4042. configure:28379: $PKG_CONFIG --exists --print-errors "lcms2"
  4043. configure:28382: $? = 0
  4044. configure:28396: $PKG_CONFIG --exists --print-errors "lcms2"
  4045. configure:28399: $? = 0
  4046. configure:28439: result: yes
  4047. configure:28525: == lcms2 enabled. ==
  4048. configure:28534: checking for BLUETOOTH
  4049. configure:28541: $PKG_CONFIG --exists --print-errors "bluez"
  4050. configure:28544: $? = 0
  4051. configure:28558: $PKG_CONFIG --exists --print-errors "bluez"
  4052. configure:28561: $? = 0
  4053. configure:28601: result: yes
  4054. configure:28687: == libbluetooth enabled. ==
  4055. configure:28695: checking sys/capability.h usability
  4056. configure:28695: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4057. configure:28695: $? = 0
  4058. configure:28695: result: yes
  4059. configure:28695: checking sys/capability.h presence
  4060. configure:28695: gcc -E conftest.c
  4061. configure:28695: $? = 0
  4062. configure:28695: result: yes
  4063. configure:28695: checking for sys/capability.h
  4064. configure:28695: result: yes
  4065. configure:28715: checking for main in -lcap
  4066. configure:28734: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcap -lavahi-client -lavahi-common -lmicrohttpd -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse -lX11 -lXext -lXrandr -ldrm -lEGL -lssh -lsmbclient -ludev -llcms2 -lbluetooth >&5
  4067. configure:28734: $? = 0
  4068. configure:28743: result: yes
  4069. configure:28911: "FFmpeg installation forced by user - installing our version"
  4070. configure:28928: checking for FFMPEG
  4071. configure:28935: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  4072. configure:28938: $? = 0
  4073. configure:28952: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  4074. configure:28955: $? = 0
  4075. configure:28993: result: yes
  4076. configure:29019: checking for swig
  4077. configure:29037: found /usr/bin/swig
  4078. configure:29050: result: /usr/bin/swig
  4079. configure:29112: checking for java
  4080. configure:29130: found /usr/bin/java
  4081. configure:29143: result: /usr/bin/java
  4082. configure:29159: checking for doxygen
  4083. configure:29177: found /usr/bin/doxygen
  4084. configure:29190: result: /usr/bin/doxygen
  4085. configure:29221: checking vdpau/vdpau.h usability
  4086. configure:29221: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4087. configure:29221: $? = 0
  4088. configure:29221: result: yes
  4089. configure:29221: checking vdpau/vdpau.h presence
  4090. configure:29221: gcc -E conftest.c
  4091. configure:29221: $? = 0
  4092. configure:29221: result: yes
  4093. configure:29221: checking for vdpau/vdpau.h
  4094. configure:29221: result: yes
  4095. configure:29262: checking for LIBVA
  4096. configure:29269: $PKG_CONFIG --exists --print-errors "libva >= 0.38 libva-x11 >= 0.38"
  4097. configure:29272: $? = 0
  4098. configure:29286: $PKG_CONFIG --exists --print-errors "libva >= 0.38 libva-x11 >= 0.38"
  4099. configure:29289: $? = 0
  4100. configure:29329: result: yes
  4101. configure:29386: == OpenMax support manually disabled. ==
  4102. configure:29531: checking for gawk
  4103. configure:29547: found /usr/bin/gawk
  4104. configure:29559: result: yes
  4105. configure:29574: checking for cmake
  4106. configure:29590: found /usr/bin/cmake
  4107. configure:29602: result: yes
  4108. configure:29616: checking for gperf
  4109. configure:29632: found /usr/bin/gperf
  4110. configure:29644: result: yes
  4111. configure:29658: checking for unzip
  4112. configure:29674: found /usr/bin/unzip
  4113. configure:29686: result: yes
  4114. configure:29700: checking for zip
  4115. configure:29716: found /usr/bin/zip
  4116. configure:29728: result: yes
  4117. configure:29788: checking for dirent.h that defines DIR
  4118. configure:29815: result: yes
  4119. configure:29828: checking for library containing opendir
  4120. configure:29876: result: none required
  4121. configure:29943: checking for ANSI C header files
  4122. configure:30047: result: yes
  4123. configure:30055: checking for sys/wait.h that is POSIX.1 compatible
  4124. configure:30081: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4125. configure:30081: $? = 0
  4126. configure:30088: result: yes
  4127. configure:30102: checking arpa/inet.h usability
  4128. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4129. configure:30102: $? = 0
  4130. configure:30102: result: yes
  4131. configure:30102: checking arpa/inet.h presence
  4132. configure:30102: gcc -E conftest.c
  4133. configure:30102: $? = 0
  4134. configure:30102: result: yes
  4135. configure:30102: checking for arpa/inet.h
  4136. configure:30102: result: yes
  4137. configure:30102: checking fcntl.h usability
  4138. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4139. configure:30102: $? = 0
  4140. configure:30102: result: yes
  4141. configure:30102: checking fcntl.h presence
  4142. configure:30102: gcc -E conftest.c
  4143. configure:30102: $? = 0
  4144. configure:30102: result: yes
  4145. configure:30102: checking for fcntl.h
  4146. configure:30102: result: yes
  4147. configure:30102: checking float.h usability
  4148. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4149. configure:30102: $? = 0
  4150. configure:30102: result: yes
  4151. configure:30102: checking float.h presence
  4152. configure:30102: gcc -E conftest.c
  4153. configure:30102: $? = 0
  4154. configure:30102: result: yes
  4155. configure:30102: checking for float.h
  4156. configure:30102: result: yes
  4157. configure:30102: checking for inttypes.h
  4158. configure:30102: result: yes
  4159. configure:30102: checking limits.h usability
  4160. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4161. configure:30102: $? = 0
  4162. configure:30102: result: yes
  4163. configure:30102: checking limits.h presence
  4164. configure:30102: gcc -E conftest.c
  4165. configure:30102: $? = 0
  4166. configure:30102: result: yes
  4167. configure:30102: checking for limits.h
  4168. configure:30102: result: yes
  4169. configure:30102: checking locale.h usability
  4170. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4171. configure:30102: $? = 0
  4172. configure:30102: result: yes
  4173. configure:30102: checking locale.h presence
  4174. configure:30102: gcc -E conftest.c
  4175. configure:30102: $? = 0
  4176. configure:30102: result: yes
  4177. configure:30102: checking for locale.h
  4178. configure:30102: result: yes
  4179. configure:30102: checking malloc.h usability
  4180. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4181. configure:30102: $? = 0
  4182. configure:30102: result: yes
  4183. configure:30102: checking malloc.h presence
  4184. configure:30102: gcc -E conftest.c
  4185. configure:30102: $? = 0
  4186. configure:30102: result: yes
  4187. configure:30102: checking for malloc.h
  4188. configure:30102: result: yes
  4189. configure:30102: checking for memory.h
  4190. configure:30102: result: yes
  4191. configure:30102: checking netdb.h usability
  4192. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4193. configure:30102: $? = 0
  4194. configure:30102: result: yes
  4195. configure:30102: checking netdb.h presence
  4196. configure:30102: gcc -E conftest.c
  4197. configure:30102: $? = 0
  4198. configure:30102: result: yes
  4199. configure:30102: checking for netdb.h
  4200. configure:30102: result: yes
  4201. configure:30102: checking netinet/in.h usability
  4202. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4203. configure:30102: $? = 0
  4204. configure:30102: result: yes
  4205. configure:30102: checking netinet/in.h presence
  4206. configure:30102: gcc -E conftest.c
  4207. configure:30102: $? = 0
  4208. configure:30102: result: yes
  4209. configure:30102: checking for netinet/in.h
  4210. configure:30102: result: yes
  4211. configure:30102: checking stddef.h usability
  4212. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4213. configure:30102: $? = 0
  4214. configure:30102: result: yes
  4215. configure:30102: checking stddef.h presence
  4216. configure:30102: gcc -E conftest.c
  4217. configure:30102: $? = 0
  4218. configure:30102: result: yes
  4219. configure:30102: checking for stddef.h
  4220. configure:30102: result: yes
  4221. configure:30102: checking for stdint.h
  4222. configure:30102: result: yes
  4223. configure:30102: checking for stdlib.h
  4224. configure:30102: result: yes
  4225. configure:30102: checking for string.h
  4226. configure:30102: result: yes
  4227. configure:30102: checking for strings.h
  4228. configure:30102: result: yes
  4229. configure:30102: checking sys/file.h usability
  4230. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4231. configure:30102: $? = 0
  4232. configure:30102: result: yes
  4233. configure:30102: checking sys/file.h presence
  4234. configure:30102: gcc -E conftest.c
  4235. configure:30102: $? = 0
  4236. configure:30102: result: yes
  4237. configure:30102: checking for sys/file.h
  4238. configure:30102: result: yes
  4239. configure:30102: checking sys/ioctl.h usability
  4240. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4241. configure:30102: $? = 0
  4242. configure:30102: result: yes
  4243. configure:30102: checking sys/ioctl.h presence
  4244. configure:30102: gcc -E conftest.c
  4245. configure:30102: $? = 0
  4246. configure:30102: result: yes
  4247. configure:30102: checking for sys/ioctl.h
  4248. configure:30102: result: yes
  4249. configure:30102: checking sys/mount.h usability
  4250. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4251. configure:30102: $? = 0
  4252. configure:30102: result: yes
  4253. configure:30102: checking sys/mount.h presence
  4254. configure:30102: gcc -E conftest.c
  4255. configure:30102: $? = 0
  4256. configure:30102: result: yes
  4257. configure:30102: checking for sys/mount.h
  4258. configure:30102: result: yes
  4259. configure:30102: checking for sys/param.h
  4260. configure:30102: result: yes
  4261. configure:30102: checking for sys/socket.h
  4262. configure:30102: result: yes
  4263. configure:30102: checking for sys/time.h
  4264. configure:30102: result: yes
  4265. configure:30102: checking sys/timeb.h usability
  4266. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4267. configure:30102: $? = 0
  4268. configure:30102: result: yes
  4269. configure:30102: checking sys/timeb.h presence
  4270. configure:30102: gcc -E conftest.c
  4271. configure:30102: $? = 0
  4272. configure:30102: result: yes
  4273. configure:30102: checking for sys/timeb.h
  4274. configure:30102: result: yes
  4275. configure:30102: checking sys/vfs.h usability
  4276. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4277. configure:30102: $? = 0
  4278. configure:30102: result: yes
  4279. configure:30102: checking sys/vfs.h presence
  4280. configure:30102: gcc -E conftest.c
  4281. configure:30102: $? = 0
  4282. configure:30102: result: yes
  4283. configure:30102: checking for sys/vfs.h
  4284. configure:30102: result: yes
  4285. configure:30102: checking termios.h usability
  4286. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4287. configure:30102: $? = 0
  4288. configure:30102: result: yes
  4289. configure:30102: checking termios.h presence
  4290. configure:30102: gcc -E conftest.c
  4291. configure:30102: $? = 0
  4292. configure:30102: result: yes
  4293. configure:30102: checking for termios.h
  4294. configure:30102: result: yes
  4295. configure:30102: checking for unistd.h
  4296. configure:30102: result: yes
  4297. configure:30102: checking for utime.h
  4298. configure:30102: result: yes
  4299. configure:30102: checking wchar.h usability
  4300. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4301. configure:30102: $? = 0
  4302. configure:30102: result: yes
  4303. configure:30102: checking wchar.h presence
  4304. configure:30102: gcc -E conftest.c
  4305. configure:30102: $? = 0
  4306. configure:30102: result: yes
  4307. configure:30102: checking for wchar.h
  4308. configure:30102: result: yes
  4309. configure:30102: checking wctype.h usability
  4310. configure:30102: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4311. configure:30102: $? = 0
  4312. configure:30102: result: yes
  4313. configure:30102: checking wctype.h presence
  4314. configure:30102: gcc -E conftest.c
  4315. configure:30102: $? = 0
  4316. configure:30102: result: yes
  4317. configure:30102: checking for wctype.h
  4318. configure:30102: result: yes
  4319. configure:30114: checking cdio/iso9660.h usability
  4320. configure:30114: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4321. configure:30114: $? = 0
  4322. configure:30114: result: yes
  4323. configure:30114: checking cdio/iso9660.h presence
  4324. configure:30114: gcc -E conftest.c
  4325. configure:30114: $? = 0
  4326. configure:30114: result: yes
  4327. configure:30114: checking for cdio/iso9660.h
  4328. configure:30114: result: yes
  4329. configure:30128: checking whether stat file-mode macros are broken
  4330. configure:30155: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4331. configure:30155: $? = 0
  4332. configure:30162: result: no
  4333. configure:30170: checking for stdbool.h that conforms to C99
  4334. configure:30237: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4335. conftest.c: In function 'main':
  4336. conftest.c:236:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
  4337. bool e = &s;
  4338. ^~~~
  4339. conftest.c:240:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
  4340. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4341. ^
  4342. conftest.c:240:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
  4343. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4344. ^
  4345. conftest.c:240:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
  4346. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4347. ^
  4348. conftest.c:240:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
  4349. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4350. ^
  4351. conftest.c:240:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
  4352. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4353. ^
  4354. conftest.c:240:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
  4355. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4356. ^
  4357. conftest.c:240:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
  4358. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4359. ^
  4360. conftest.c:240:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
  4361. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  4362. ^
  4363. conftest.c:241:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
  4364. ^
  4365. conftest.c:241:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
  4366. ^
  4367. conftest.c:241:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
  4368. ^
  4369. configure:30237: $? = 0
  4370. configure:30244: result: yes
  4371. configure:30246: checking for _Bool
  4372. configure:30246: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4373. configure:30246: $? = 0
  4374. configure:30246: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4375. conftest.c: In function 'main':
  4376. conftest.c:223:20: error: expected expression before ')' token
  4377. if (sizeof ((_Bool)))
  4378. ^
  4379. configure:30246: $? = 1
  4380. configure: failed program was:
  4381. | /* confdefs.h */
  4382. | #define PACKAGE_NAME "kodi"
  4383. | #define PACKAGE_TARNAME "kodi"
  4384. | #define PACKAGE_VERSION "16.9.804"
  4385. | #define PACKAGE_STRING "kodi 16.9.804"
  4386. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4387. | #define PACKAGE_URL ""
  4388. | #define PACKAGE "kodi"
  4389. | #define VERSION "16.9.804"
  4390. | #define HAVE_LIRC 1
  4391. | #define LIRC_DEVICE "/dev/lircd"
  4392. | #define HAVE_CXX11 1
  4393. | #define STDC_HEADERS 1
  4394. | #define HAVE_SYS_TYPES_H 1
  4395. | #define HAVE_SYS_STAT_H 1
  4396. | #define HAVE_STDLIB_H 1
  4397. | #define HAVE_STRING_H 1
  4398. | #define HAVE_MEMORY_H 1
  4399. | #define HAVE_STRINGS_H 1
  4400. | #define HAVE_INTTYPES_H 1
  4401. | #define HAVE_STDINT_H 1
  4402. | #define HAVE_UNISTD_H 1
  4403. | #define HAVE_DLFCN_H 1
  4404. | #define LT_OBJDIR ".libs/"
  4405. | #define HAVE_SSE 1
  4406. | #define HAVE_SSE2 1
  4407. | #define HAVE_SSE4 1
  4408. | #define HAVE_ALLOCA_H 1
  4409. | #define HAVE_ALLOCA 1
  4410. | #define HAVE_UNISTD_H 1
  4411. | #define HAVE_CHOWN 1
  4412. | #define HAVE_DIRENT_H 1
  4413. | #define HAVE_FSEEKO 1
  4414. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4415. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4416. | #define TIME_WITH_SYS_TIME 1
  4417. | #define HAVE_SYS_TIME_H 1
  4418. | #define HAVE_UNISTD_H 1
  4419. | #define HAVE_STDLIB_H 1
  4420. | #define HAVE_SYS_PARAM_H 1
  4421. | #define HAVE_UTIME_H 1
  4422. | #define HAVE_ALARM 1
  4423. | #define HAVE_GETPAGESIZE 1
  4424. | #define HAVE_MMAP 1
  4425. | #define HAVE_SYS_SELECT_H 1
  4426. | #define HAVE_SYS_SOCKET_H 1
  4427. | #define SELECT_TYPE_ARG1 int
  4428. | #define SELECT_TYPE_ARG234 (fd_set *)
  4429. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4430. | #define RETSIGTYPE void
  4431. | #define HAVE_STRCOLL 1
  4432. | #define HAVE_STRFTIME 1
  4433. | #define HAVE_UTIME_NULL 1
  4434. | #define HAVE_VPRINTF 1
  4435. | #define HAVE_ATEXIT 1
  4436. | #define HAVE_DUP2 1
  4437. | #define HAVE_FDATASYNC 1
  4438. | #define HAVE_FTIME 1
  4439. | #define HAVE_FTRUNCATE 1
  4440. | #define HAVE_GETCWD 1
  4441. | #define HAVE_GETHOSTBYADDR 1
  4442. | #define HAVE_GETHOSTBYNAME 1
  4443. | #define HAVE_GETHOSTNAME 1
  4444. | #define HAVE_GETPAGESIZE 1
  4445. | #define HAVE_GETPASS 1
  4446. | #define HAVE_GETTIMEOFDAY 1
  4447. | #define HAVE_INET_NTOA 1
  4448. | #define HAVE_LCHOWN 1
  4449. | #define HAVE_LOCALECONV 1
  4450. | #define HAVE_MEMCHR 1
  4451. | #define HAVE_MEMMOVE 1
  4452. | #define HAVE_MEMSET 1
  4453. | #define HAVE_MKDIR 1
  4454. | #define HAVE_MODF 1
  4455. | #define HAVE_MUNMAP 1
  4456. | #define HAVE_RMDIR 1
  4457. | #define HAVE_SELECT 1
  4458. | #define HAVE_SETENV 1
  4459. | #define HAVE_SETLOCALE 1
  4460. | #define HAVE_SOCKET 1
  4461. | #define HAVE_STRCASECMP 1
  4462. | #define HAVE_STRCHR 1
  4463. | #define HAVE_STRCSPN 1
  4464. | #define HAVE_STRDUP 1
  4465. | #define HAVE_STRERROR 1
  4466. | #define HAVE_STRNCASECMP 1
  4467. | #define HAVE_STRPBRK 1
  4468. | #define HAVE_STRRCHR 1
  4469. | #define HAVE_STRSPN 1
  4470. | #define HAVE_STRSTR 1
  4471. | #define HAVE_STRTOL 1
  4472. | #define HAVE_STRTOUL 1
  4473. | #define HAVE_SYSINFO 1
  4474. | #define HAVE_TZSET 1
  4475. | #define HAVE_UTIME 1
  4476. | #define HAVE_POSIX_FADVISE 1
  4477. | #define HAVE_LOCALTIME_R 1
  4478. | #define SIZEOF_INT 4
  4479. | #define SIZEOF_SIZE_T 8
  4480. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4481. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4482. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4483. | #define HAVE_STD__U16STRING 1
  4484. | #define HAVE_STD__U32STRING 1
  4485. | #define HAVE_CHAR16_T 1
  4486. | #define HAVE_CHAR32_T 1
  4487. | #define SIZEOF_WCHAR_T 4
  4488. | #define HAVE_INOTIFY 1
  4489. | #define HAVE_PYTHON "2.7"
  4490. | #define HAVE_LIBGL 1
  4491. | #define HAVE_LIBGLU 1
  4492. | #define HAVE_MYSQL 1
  4493. | #define HAVE_OPENSSL 1
  4494. | #define HAVE_LIBGPG_ERROR 1
  4495. | #define HAVE_LIBGCRYPT 1
  4496. | #define HAVE_GCRYPT 1
  4497. | #define HAVE_GNUTLS 1
  4498. | #define HAVE_LIBBZ2 1
  4499. | #define HAVE_LIBPTHREAD 1
  4500. | #define HAVE_PTHREAD_SETNAME_NP 1
  4501. | #define HAVE_LIBLZO2 1
  4502. | #define HAVE_LIBZ 1
  4503. | #define HAVE_LIBCRYPTO 1
  4504. | #define HAVE_LIBSSL 1
  4505. | #define HAVE_LIBMYSQLCLIENT 1
  4506. | #define HAVE_LIBXSLT 1
  4507. | #define HAVE_LIBPCRECPP 1
  4508. | #define HAVE_LIBPCRE 1
  4509. | #define HAVE_LIBBLURAY 1
  4510. | #define HAVE_LIBBLURAY_BDJ 1
  4511. | #define HAVE_DBUS 1
  4512. | #define HAVE_LIBMICROHTTPD 1
  4513. | #define HAS_DVD_DRIVE 1
  4514. | #define HAS_ALSA 1
  4515. | #define HAVE_LIBPULSE 1
  4516. | #define HAVE_LIBAVAHI_COMMON 1
  4517. | #define HAVE_LIBAVAHI_CLIENT 1
  4518. | #define HAVE_X11 1
  4519. | #define HAVE_LIBSSH 1
  4520. | #define HAVE_LIBSMBCLIENT 1
  4521. | #define HAVE_NFSC_LIBNFS_H 1
  4522. | #define HAVE_LIBNFS 1
  4523. | #define HAVE_LIBPLIST 1
  4524. | #define HAVE_LIBUDEV 1
  4525. | #define HAVE_LIBCEC 1
  4526. | #define HAVE_LCMS2 1
  4527. | #define HAVE_LIBBLUETOOTH 1
  4528. | #define HAVE_SYS_CAPABILITY_H 1
  4529. | #define HAVE_LIBCAP 1
  4530. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  4531. | #define USE_STATIC_FFMPEG 1
  4532. | #define HAVE_LIBVDPAU /**/
  4533. | #define HAVE_LIBVA 1
  4534. | #define HAVE_DIRENT_H 1
  4535. | #define STDC_HEADERS 1
  4536. | #define HAVE_SYS_WAIT_H 1
  4537. | #define HAVE_ARPA_INET_H 1
  4538. | #define HAVE_FCNTL_H 1
  4539. | #define HAVE_FLOAT_H 1
  4540. | #define HAVE_INTTYPES_H 1
  4541. | #define HAVE_LIMITS_H 1
  4542. | #define HAVE_LOCALE_H 1
  4543. | #define HAVE_MALLOC_H 1
  4544. | #define HAVE_MEMORY_H 1
  4545. | #define HAVE_NETDB_H 1
  4546. | #define HAVE_NETINET_IN_H 1
  4547. | #define HAVE_STDDEF_H 1
  4548. | #define HAVE_STDINT_H 1
  4549. | #define HAVE_STDLIB_H 1
  4550. | #define HAVE_STRING_H 1
  4551. | #define HAVE_STRINGS_H 1
  4552. | #define HAVE_SYS_FILE_H 1
  4553. | #define HAVE_SYS_IOCTL_H 1
  4554. | #define HAVE_SYS_MOUNT_H 1
  4555. | #define HAVE_SYS_PARAM_H 1
  4556. | #define HAVE_SYS_SOCKET_H 1
  4557. | #define HAVE_SYS_TIME_H 1
  4558. | #define HAVE_SYS_TIMEB_H 1
  4559. | #define HAVE_SYS_VFS_H 1
  4560. | #define HAVE_TERMIOS_H 1
  4561. | #define HAVE_UNISTD_H 1
  4562. | #define HAVE_UTIME_H 1
  4563. | #define HAVE_WCHAR_H 1
  4564. | #define HAVE_WCTYPE_H 1
  4565. | #define HAVE_CDIO_ISO9660_H 1
  4566. | /* end confdefs.h. */
  4567. | #include <stdio.h>
  4568. | #ifdef HAVE_SYS_TYPES_H
  4569. | # include <sys/types.h>
  4570. | #endif
  4571. | #ifdef HAVE_SYS_STAT_H
  4572. | # include <sys/stat.h>
  4573. | #endif
  4574. | #ifdef STDC_HEADERS
  4575. | # include <stdlib.h>
  4576. | # include <stddef.h>
  4577. | #else
  4578. | # ifdef HAVE_STDLIB_H
  4579. | # include <stdlib.h>
  4580. | # endif
  4581. | #endif
  4582. | #ifdef HAVE_STRING_H
  4583. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4584. | # include <memory.h>
  4585. | # endif
  4586. | # include <string.h>
  4587. | #endif
  4588. | #ifdef HAVE_STRINGS_H
  4589. | # include <strings.h>
  4590. | #endif
  4591. | #ifdef HAVE_INTTYPES_H
  4592. | # include <inttypes.h>
  4593. | #endif
  4594. | #ifdef HAVE_STDINT_H
  4595. | # include <stdint.h>
  4596. | #endif
  4597. | #ifdef HAVE_UNISTD_H
  4598. | # include <unistd.h>
  4599. | #endif
  4600. | int
  4601. | main ()
  4602. | {
  4603. | if (sizeof ((_Bool)))
  4604. | return 0;
  4605. | ;
  4606. | return 0;
  4607. | }
  4608. configure:30246: result: yes
  4609. configure:30263: checking for an ANSI C-conforming const
  4610. configure:30329: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4611. configure:30329: $? = 0
  4612. configure:30336: result: yes
  4613. configure:30344: checking for uid_t in sys/types.h
  4614. configure:30363: result: yes
  4615. configure:30374: checking for inline
  4616. configure:30390: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4617. configure:30390: $? = 0
  4618. configure:30398: result: inline
  4619. configure:30416: checking for int8_t
  4620. configure:30416: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4621. configure:30416: $? = 0
  4622. configure:30416: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4623. conftest.c: In function 'main':
  4624. conftest.c:226:12: error: size of array 'test_array' is negative
  4625. static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  4626. ^~~~~~~~~~
  4627. configure:30416: $? = 1
  4628. configure: failed program was:
  4629. | /* confdefs.h */
  4630. | #define PACKAGE_NAME "kodi"
  4631. | #define PACKAGE_TARNAME "kodi"
  4632. | #define PACKAGE_VERSION "16.9.804"
  4633. | #define PACKAGE_STRING "kodi 16.9.804"
  4634. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4635. | #define PACKAGE_URL ""
  4636. | #define PACKAGE "kodi"
  4637. | #define VERSION "16.9.804"
  4638. | #define HAVE_LIRC 1
  4639. | #define LIRC_DEVICE "/dev/lircd"
  4640. | #define HAVE_CXX11 1
  4641. | #define STDC_HEADERS 1
  4642. | #define HAVE_SYS_TYPES_H 1
  4643. | #define HAVE_SYS_STAT_H 1
  4644. | #define HAVE_STDLIB_H 1
  4645. | #define HAVE_STRING_H 1
  4646. | #define HAVE_MEMORY_H 1
  4647. | #define HAVE_STRINGS_H 1
  4648. | #define HAVE_INTTYPES_H 1
  4649. | #define HAVE_STDINT_H 1
  4650. | #define HAVE_UNISTD_H 1
  4651. | #define HAVE_DLFCN_H 1
  4652. | #define LT_OBJDIR ".libs/"
  4653. | #define HAVE_SSE 1
  4654. | #define HAVE_SSE2 1
  4655. | #define HAVE_SSE4 1
  4656. | #define HAVE_ALLOCA_H 1
  4657. | #define HAVE_ALLOCA 1
  4658. | #define HAVE_UNISTD_H 1
  4659. | #define HAVE_CHOWN 1
  4660. | #define HAVE_DIRENT_H 1
  4661. | #define HAVE_FSEEKO 1
  4662. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4663. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4664. | #define TIME_WITH_SYS_TIME 1
  4665. | #define HAVE_SYS_TIME_H 1
  4666. | #define HAVE_UNISTD_H 1
  4667. | #define HAVE_STDLIB_H 1
  4668. | #define HAVE_SYS_PARAM_H 1
  4669. | #define HAVE_UTIME_H 1
  4670. | #define HAVE_ALARM 1
  4671. | #define HAVE_GETPAGESIZE 1
  4672. | #define HAVE_MMAP 1
  4673. | #define HAVE_SYS_SELECT_H 1
  4674. | #define HAVE_SYS_SOCKET_H 1
  4675. | #define SELECT_TYPE_ARG1 int
  4676. | #define SELECT_TYPE_ARG234 (fd_set *)
  4677. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4678. | #define RETSIGTYPE void
  4679. | #define HAVE_STRCOLL 1
  4680. | #define HAVE_STRFTIME 1
  4681. | #define HAVE_UTIME_NULL 1
  4682. | #define HAVE_VPRINTF 1
  4683. | #define HAVE_ATEXIT 1
  4684. | #define HAVE_DUP2 1
  4685. | #define HAVE_FDATASYNC 1
  4686. | #define HAVE_FTIME 1
  4687. | #define HAVE_FTRUNCATE 1
  4688. | #define HAVE_GETCWD 1
  4689. | #define HAVE_GETHOSTBYADDR 1
  4690. | #define HAVE_GETHOSTBYNAME 1
  4691. | #define HAVE_GETHOSTNAME 1
  4692. | #define HAVE_GETPAGESIZE 1
  4693. | #define HAVE_GETPASS 1
  4694. | #define HAVE_GETTIMEOFDAY 1
  4695. | #define HAVE_INET_NTOA 1
  4696. | #define HAVE_LCHOWN 1
  4697. | #define HAVE_LOCALECONV 1
  4698. | #define HAVE_MEMCHR 1
  4699. | #define HAVE_MEMMOVE 1
  4700. | #define HAVE_MEMSET 1
  4701. | #define HAVE_MKDIR 1
  4702. | #define HAVE_MODF 1
  4703. | #define HAVE_MUNMAP 1
  4704. | #define HAVE_RMDIR 1
  4705. | #define HAVE_SELECT 1
  4706. | #define HAVE_SETENV 1
  4707. | #define HAVE_SETLOCALE 1
  4708. | #define HAVE_SOCKET 1
  4709. | #define HAVE_STRCASECMP 1
  4710. | #define HAVE_STRCHR 1
  4711. | #define HAVE_STRCSPN 1
  4712. | #define HAVE_STRDUP 1
  4713. | #define HAVE_STRERROR 1
  4714. | #define HAVE_STRNCASECMP 1
  4715. | #define HAVE_STRPBRK 1
  4716. | #define HAVE_STRRCHR 1
  4717. | #define HAVE_STRSPN 1
  4718. | #define HAVE_STRSTR 1
  4719. | #define HAVE_STRTOL 1
  4720. | #define HAVE_STRTOUL 1
  4721. | #define HAVE_SYSINFO 1
  4722. | #define HAVE_TZSET 1
  4723. | #define HAVE_UTIME 1
  4724. | #define HAVE_POSIX_FADVISE 1
  4725. | #define HAVE_LOCALTIME_R 1
  4726. | #define SIZEOF_INT 4
  4727. | #define SIZEOF_SIZE_T 8
  4728. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4729. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4730. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4731. | #define HAVE_STD__U16STRING 1
  4732. | #define HAVE_STD__U32STRING 1
  4733. | #define HAVE_CHAR16_T 1
  4734. | #define HAVE_CHAR32_T 1
  4735. | #define SIZEOF_WCHAR_T 4
  4736. | #define HAVE_INOTIFY 1
  4737. | #define HAVE_PYTHON "2.7"
  4738. | #define HAVE_LIBGL 1
  4739. | #define HAVE_LIBGLU 1
  4740. | #define HAVE_MYSQL 1
  4741. | #define HAVE_OPENSSL 1
  4742. | #define HAVE_LIBGPG_ERROR 1
  4743. | #define HAVE_LIBGCRYPT 1
  4744. | #define HAVE_GCRYPT 1
  4745. | #define HAVE_GNUTLS 1
  4746. | #define HAVE_LIBBZ2 1
  4747. | #define HAVE_LIBPTHREAD 1
  4748. | #define HAVE_PTHREAD_SETNAME_NP 1
  4749. | #define HAVE_LIBLZO2 1
  4750. | #define HAVE_LIBZ 1
  4751. | #define HAVE_LIBCRYPTO 1
  4752. | #define HAVE_LIBSSL 1
  4753. | #define HAVE_LIBMYSQLCLIENT 1
  4754. | #define HAVE_LIBXSLT 1
  4755. | #define HAVE_LIBPCRECPP 1
  4756. | #define HAVE_LIBPCRE 1
  4757. | #define HAVE_LIBBLURAY 1
  4758. | #define HAVE_LIBBLURAY_BDJ 1
  4759. | #define HAVE_DBUS 1
  4760. | #define HAVE_LIBMICROHTTPD 1
  4761. | #define HAS_DVD_DRIVE 1
  4762. | #define HAS_ALSA 1
  4763. | #define HAVE_LIBPULSE 1
  4764. | #define HAVE_LIBAVAHI_COMMON 1
  4765. | #define HAVE_LIBAVAHI_CLIENT 1
  4766. | #define HAVE_X11 1
  4767. | #define HAVE_LIBSSH 1
  4768. | #define HAVE_LIBSMBCLIENT 1
  4769. | #define HAVE_NFSC_LIBNFS_H 1
  4770. | #define HAVE_LIBNFS 1
  4771. | #define HAVE_LIBPLIST 1
  4772. | #define HAVE_LIBUDEV 1
  4773. | #define HAVE_LIBCEC 1
  4774. | #define HAVE_LCMS2 1
  4775. | #define HAVE_LIBBLUETOOTH 1
  4776. | #define HAVE_SYS_CAPABILITY_H 1
  4777. | #define HAVE_LIBCAP 1
  4778. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  4779. | #define USE_STATIC_FFMPEG 1
  4780. | #define HAVE_LIBVDPAU /**/
  4781. | #define HAVE_LIBVA 1
  4782. | #define HAVE_DIRENT_H 1
  4783. | #define STDC_HEADERS 1
  4784. | #define HAVE_SYS_WAIT_H 1
  4785. | #define HAVE_ARPA_INET_H 1
  4786. | #define HAVE_FCNTL_H 1
  4787. | #define HAVE_FLOAT_H 1
  4788. | #define HAVE_INTTYPES_H 1
  4789. | #define HAVE_LIMITS_H 1
  4790. | #define HAVE_LOCALE_H 1
  4791. | #define HAVE_MALLOC_H 1
  4792. | #define HAVE_MEMORY_H 1
  4793. | #define HAVE_NETDB_H 1
  4794. | #define HAVE_NETINET_IN_H 1
  4795. | #define HAVE_STDDEF_H 1
  4796. | #define HAVE_STDINT_H 1
  4797. | #define HAVE_STDLIB_H 1
  4798. | #define HAVE_STRING_H 1
  4799. | #define HAVE_STRINGS_H 1
  4800. | #define HAVE_SYS_FILE_H 1
  4801. | #define HAVE_SYS_IOCTL_H 1
  4802. | #define HAVE_SYS_MOUNT_H 1
  4803. | #define HAVE_SYS_PARAM_H 1
  4804. | #define HAVE_SYS_SOCKET_H 1
  4805. | #define HAVE_SYS_TIME_H 1
  4806. | #define HAVE_SYS_TIMEB_H 1
  4807. | #define HAVE_SYS_VFS_H 1
  4808. | #define HAVE_TERMIOS_H 1
  4809. | #define HAVE_UNISTD_H 1
  4810. | #define HAVE_UTIME_H 1
  4811. | #define HAVE_WCHAR_H 1
  4812. | #define HAVE_WCTYPE_H 1
  4813. | #define HAVE_CDIO_ISO9660_H 1
  4814. | #define HAVE__BOOL 1
  4815. | #define HAVE_STDBOOL_H 1
  4816. | /* end confdefs.h. */
  4817. | #include <stdio.h>
  4818. | #ifdef HAVE_SYS_TYPES_H
  4819. | # include <sys/types.h>
  4820. | #endif
  4821. | #ifdef HAVE_SYS_STAT_H
  4822. | # include <sys/stat.h>
  4823. | #endif
  4824. | #ifdef STDC_HEADERS
  4825. | # include <stdlib.h>
  4826. | # include <stddef.h>
  4827. | #else
  4828. | # ifdef HAVE_STDLIB_H
  4829. | # include <stdlib.h>
  4830. | # endif
  4831. | #endif
  4832. | #ifdef HAVE_STRING_H
  4833. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4834. | # include <memory.h>
  4835. | # endif
  4836. | # include <string.h>
  4837. | #endif
  4838. | #ifdef HAVE_STRINGS_H
  4839. | # include <strings.h>
  4840. | #endif
  4841. | #ifdef HAVE_INTTYPES_H
  4842. | # include <inttypes.h>
  4843. | #endif
  4844. | #ifdef HAVE_STDINT_H
  4845. | # include <stdint.h>
  4846. | #endif
  4847. | #ifdef HAVE_UNISTD_H
  4848. | # include <unistd.h>
  4849. | #endif
  4850. | enum { N = 8 / 2 - 1 };
  4851. | int
  4852. | main ()
  4853. | {
  4854. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  4855. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  4856. | test_array [0] = 0;
  4857. | return test_array [0];
  4858. |
  4859. | ;
  4860. | return 0;
  4861. | }
  4862. configure:30416: result: yes
  4863. configure:30427: checking for int16_t
  4864. configure:30427: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4865. configure:30427: $? = 0
  4866. configure:30427: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  4867. conftest.c: In function 'main':
  4868. conftest.c:226:12: error: size of array 'test_array' is negative
  4869. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  4870. ^~~~~~~~~~
  4871. configure:30427: $? = 1
  4872. configure: failed program was:
  4873. | /* confdefs.h */
  4874. | #define PACKAGE_NAME "kodi"
  4875. | #define PACKAGE_TARNAME "kodi"
  4876. | #define PACKAGE_VERSION "16.9.804"
  4877. | #define PACKAGE_STRING "kodi 16.9.804"
  4878. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  4879. | #define PACKAGE_URL ""
  4880. | #define PACKAGE "kodi"
  4881. | #define VERSION "16.9.804"
  4882. | #define HAVE_LIRC 1
  4883. | #define LIRC_DEVICE "/dev/lircd"
  4884. | #define HAVE_CXX11 1
  4885. | #define STDC_HEADERS 1
  4886. | #define HAVE_SYS_TYPES_H 1
  4887. | #define HAVE_SYS_STAT_H 1
  4888. | #define HAVE_STDLIB_H 1
  4889. | #define HAVE_STRING_H 1
  4890. | #define HAVE_MEMORY_H 1
  4891. | #define HAVE_STRINGS_H 1
  4892. | #define HAVE_INTTYPES_H 1
  4893. | #define HAVE_STDINT_H 1
  4894. | #define HAVE_UNISTD_H 1
  4895. | #define HAVE_DLFCN_H 1
  4896. | #define LT_OBJDIR ".libs/"
  4897. | #define HAVE_SSE 1
  4898. | #define HAVE_SSE2 1
  4899. | #define HAVE_SSE4 1
  4900. | #define HAVE_ALLOCA_H 1
  4901. | #define HAVE_ALLOCA 1
  4902. | #define HAVE_UNISTD_H 1
  4903. | #define HAVE_CHOWN 1
  4904. | #define HAVE_DIRENT_H 1
  4905. | #define HAVE_FSEEKO 1
  4906. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4907. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4908. | #define TIME_WITH_SYS_TIME 1
  4909. | #define HAVE_SYS_TIME_H 1
  4910. | #define HAVE_UNISTD_H 1
  4911. | #define HAVE_STDLIB_H 1
  4912. | #define HAVE_SYS_PARAM_H 1
  4913. | #define HAVE_UTIME_H 1
  4914. | #define HAVE_ALARM 1
  4915. | #define HAVE_GETPAGESIZE 1
  4916. | #define HAVE_MMAP 1
  4917. | #define HAVE_SYS_SELECT_H 1
  4918. | #define HAVE_SYS_SOCKET_H 1
  4919. | #define SELECT_TYPE_ARG1 int
  4920. | #define SELECT_TYPE_ARG234 (fd_set *)
  4921. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4922. | #define RETSIGTYPE void
  4923. | #define HAVE_STRCOLL 1
  4924. | #define HAVE_STRFTIME 1
  4925. | #define HAVE_UTIME_NULL 1
  4926. | #define HAVE_VPRINTF 1
  4927. | #define HAVE_ATEXIT 1
  4928. | #define HAVE_DUP2 1
  4929. | #define HAVE_FDATASYNC 1
  4930. | #define HAVE_FTIME 1
  4931. | #define HAVE_FTRUNCATE 1
  4932. | #define HAVE_GETCWD 1
  4933. | #define HAVE_GETHOSTBYADDR 1
  4934. | #define HAVE_GETHOSTBYNAME 1
  4935. | #define HAVE_GETHOSTNAME 1
  4936. | #define HAVE_GETPAGESIZE 1
  4937. | #define HAVE_GETPASS 1
  4938. | #define HAVE_GETTIMEOFDAY 1
  4939. | #define HAVE_INET_NTOA 1
  4940. | #define HAVE_LCHOWN 1
  4941. | #define HAVE_LOCALECONV 1
  4942. | #define HAVE_MEMCHR 1
  4943. | #define HAVE_MEMMOVE 1
  4944. | #define HAVE_MEMSET 1
  4945. | #define HAVE_MKDIR 1
  4946. | #define HAVE_MODF 1
  4947. | #define HAVE_MUNMAP 1
  4948. | #define HAVE_RMDIR 1
  4949. | #define HAVE_SELECT 1
  4950. | #define HAVE_SETENV 1
  4951. | #define HAVE_SETLOCALE 1
  4952. | #define HAVE_SOCKET 1
  4953. | #define HAVE_STRCASECMP 1
  4954. | #define HAVE_STRCHR 1
  4955. | #define HAVE_STRCSPN 1
  4956. | #define HAVE_STRDUP 1
  4957. | #define HAVE_STRERROR 1
  4958. | #define HAVE_STRNCASECMP 1
  4959. | #define HAVE_STRPBRK 1
  4960. | #define HAVE_STRRCHR 1
  4961. | #define HAVE_STRSPN 1
  4962. | #define HAVE_STRSTR 1
  4963. | #define HAVE_STRTOL 1
  4964. | #define HAVE_STRTOUL 1
  4965. | #define HAVE_SYSINFO 1
  4966. | #define HAVE_TZSET 1
  4967. | #define HAVE_UTIME 1
  4968. | #define HAVE_POSIX_FADVISE 1
  4969. | #define HAVE_LOCALTIME_R 1
  4970. | #define SIZEOF_INT 4
  4971. | #define SIZEOF_SIZE_T 8
  4972. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4973. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4974. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4975. | #define HAVE_STD__U16STRING 1
  4976. | #define HAVE_STD__U32STRING 1
  4977. | #define HAVE_CHAR16_T 1
  4978. | #define HAVE_CHAR32_T 1
  4979. | #define SIZEOF_WCHAR_T 4
  4980. | #define HAVE_INOTIFY 1
  4981. | #define HAVE_PYTHON "2.7"
  4982. | #define HAVE_LIBGL 1
  4983. | #define HAVE_LIBGLU 1
  4984. | #define HAVE_MYSQL 1
  4985. | #define HAVE_OPENSSL 1
  4986. | #define HAVE_LIBGPG_ERROR 1
  4987. | #define HAVE_LIBGCRYPT 1
  4988. | #define HAVE_GCRYPT 1
  4989. | #define HAVE_GNUTLS 1
  4990. | #define HAVE_LIBBZ2 1
  4991. | #define HAVE_LIBPTHREAD 1
  4992. | #define HAVE_PTHREAD_SETNAME_NP 1
  4993. | #define HAVE_LIBLZO2 1
  4994. | #define HAVE_LIBZ 1
  4995. | #define HAVE_LIBCRYPTO 1
  4996. | #define HAVE_LIBSSL 1
  4997. | #define HAVE_LIBMYSQLCLIENT 1
  4998. | #define HAVE_LIBXSLT 1
  4999. | #define HAVE_LIBPCRECPP 1
  5000. | #define HAVE_LIBPCRE 1
  5001. | #define HAVE_LIBBLURAY 1
  5002. | #define HAVE_LIBBLURAY_BDJ 1
  5003. | #define HAVE_DBUS 1
  5004. | #define HAVE_LIBMICROHTTPD 1
  5005. | #define HAS_DVD_DRIVE 1
  5006. | #define HAS_ALSA 1
  5007. | #define HAVE_LIBPULSE 1
  5008. | #define HAVE_LIBAVAHI_COMMON 1
  5009. | #define HAVE_LIBAVAHI_CLIENT 1
  5010. | #define HAVE_X11 1
  5011. | #define HAVE_LIBSSH 1
  5012. | #define HAVE_LIBSMBCLIENT 1
  5013. | #define HAVE_NFSC_LIBNFS_H 1
  5014. | #define HAVE_LIBNFS 1
  5015. | #define HAVE_LIBPLIST 1
  5016. | #define HAVE_LIBUDEV 1
  5017. | #define HAVE_LIBCEC 1
  5018. | #define HAVE_LCMS2 1
  5019. | #define HAVE_LIBBLUETOOTH 1
  5020. | #define HAVE_SYS_CAPABILITY_H 1
  5021. | #define HAVE_LIBCAP 1
  5022. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  5023. | #define USE_STATIC_FFMPEG 1
  5024. | #define HAVE_LIBVDPAU /**/
  5025. | #define HAVE_LIBVA 1
  5026. | #define HAVE_DIRENT_H 1
  5027. | #define STDC_HEADERS 1
  5028. | #define HAVE_SYS_WAIT_H 1
  5029. | #define HAVE_ARPA_INET_H 1
  5030. | #define HAVE_FCNTL_H 1
  5031. | #define HAVE_FLOAT_H 1
  5032. | #define HAVE_INTTYPES_H 1
  5033. | #define HAVE_LIMITS_H 1
  5034. | #define HAVE_LOCALE_H 1
  5035. | #define HAVE_MALLOC_H 1
  5036. | #define HAVE_MEMORY_H 1
  5037. | #define HAVE_NETDB_H 1
  5038. | #define HAVE_NETINET_IN_H 1
  5039. | #define HAVE_STDDEF_H 1
  5040. | #define HAVE_STDINT_H 1
  5041. | #define HAVE_STDLIB_H 1
  5042. | #define HAVE_STRING_H 1
  5043. | #define HAVE_STRINGS_H 1
  5044. | #define HAVE_SYS_FILE_H 1
  5045. | #define HAVE_SYS_IOCTL_H 1
  5046. | #define HAVE_SYS_MOUNT_H 1
  5047. | #define HAVE_SYS_PARAM_H 1
  5048. | #define HAVE_SYS_SOCKET_H 1
  5049. | #define HAVE_SYS_TIME_H 1
  5050. | #define HAVE_SYS_TIMEB_H 1
  5051. | #define HAVE_SYS_VFS_H 1
  5052. | #define HAVE_TERMIOS_H 1
  5053. | #define HAVE_UNISTD_H 1
  5054. | #define HAVE_UTIME_H 1
  5055. | #define HAVE_WCHAR_H 1
  5056. | #define HAVE_WCTYPE_H 1
  5057. | #define HAVE_CDIO_ISO9660_H 1
  5058. | #define HAVE__BOOL 1
  5059. | #define HAVE_STDBOOL_H 1
  5060. | /* end confdefs.h. */
  5061. | #include <stdio.h>
  5062. | #ifdef HAVE_SYS_TYPES_H
  5063. | # include <sys/types.h>
  5064. | #endif
  5065. | #ifdef HAVE_SYS_STAT_H
  5066. | # include <sys/stat.h>
  5067. | #endif
  5068. | #ifdef STDC_HEADERS
  5069. | # include <stdlib.h>
  5070. | # include <stddef.h>
  5071. | #else
  5072. | # ifdef HAVE_STDLIB_H
  5073. | # include <stdlib.h>
  5074. | # endif
  5075. | #endif
  5076. | #ifdef HAVE_STRING_H
  5077. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5078. | # include <memory.h>
  5079. | # endif
  5080. | # include <string.h>
  5081. | #endif
  5082. | #ifdef HAVE_STRINGS_H
  5083. | # include <strings.h>
  5084. | #endif
  5085. | #ifdef HAVE_INTTYPES_H
  5086. | # include <inttypes.h>
  5087. | #endif
  5088. | #ifdef HAVE_STDINT_H
  5089. | # include <stdint.h>
  5090. | #endif
  5091. | #ifdef HAVE_UNISTD_H
  5092. | # include <unistd.h>
  5093. | #endif
  5094. | enum { N = 16 / 2 - 1 };
  5095. | int
  5096. | main ()
  5097. | {
  5098. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  5099. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  5100. | test_array [0] = 0;
  5101. | return test_array [0];
  5102. |
  5103. | ;
  5104. | return 0;
  5105. | }
  5106. configure:30427: result: yes
  5107. configure:30438: checking for int32_t
  5108. configure:30438: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5109. configure:30438: $? = 0
  5110. configure:30438: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5111. conftest.c: In function 'main':
  5112. conftest.c:227:53: warning: integer overflow in expression [-Woverflow]
  5113. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  5114. ^
  5115. conftest.c:226:12: error: storage size of 'test_array' isn't constant
  5116. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  5117. ^~~~~~~~~~
  5118. conftest.c:226:12: warning: unused variable 'test_array' [-Wunused-variable]
  5119. configure:30438: $? = 1
  5120. configure: failed program was:
  5121. | /* confdefs.h */
  5122. | #define PACKAGE_NAME "kodi"
  5123. | #define PACKAGE_TARNAME "kodi"
  5124. | #define PACKAGE_VERSION "16.9.804"
  5125. | #define PACKAGE_STRING "kodi 16.9.804"
  5126. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5127. | #define PACKAGE_URL ""
  5128. | #define PACKAGE "kodi"
  5129. | #define VERSION "16.9.804"
  5130. | #define HAVE_LIRC 1
  5131. | #define LIRC_DEVICE "/dev/lircd"
  5132. | #define HAVE_CXX11 1
  5133. | #define STDC_HEADERS 1
  5134. | #define HAVE_SYS_TYPES_H 1
  5135. | #define HAVE_SYS_STAT_H 1
  5136. | #define HAVE_STDLIB_H 1
  5137. | #define HAVE_STRING_H 1
  5138. | #define HAVE_MEMORY_H 1
  5139. | #define HAVE_STRINGS_H 1
  5140. | #define HAVE_INTTYPES_H 1
  5141. | #define HAVE_STDINT_H 1
  5142. | #define HAVE_UNISTD_H 1
  5143. | #define HAVE_DLFCN_H 1
  5144. | #define LT_OBJDIR ".libs/"
  5145. | #define HAVE_SSE 1
  5146. | #define HAVE_SSE2 1
  5147. | #define HAVE_SSE4 1
  5148. | #define HAVE_ALLOCA_H 1
  5149. | #define HAVE_ALLOCA 1
  5150. | #define HAVE_UNISTD_H 1
  5151. | #define HAVE_CHOWN 1
  5152. | #define HAVE_DIRENT_H 1
  5153. | #define HAVE_FSEEKO 1
  5154. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5155. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5156. | #define TIME_WITH_SYS_TIME 1
  5157. | #define HAVE_SYS_TIME_H 1
  5158. | #define HAVE_UNISTD_H 1
  5159. | #define HAVE_STDLIB_H 1
  5160. | #define HAVE_SYS_PARAM_H 1
  5161. | #define HAVE_UTIME_H 1
  5162. | #define HAVE_ALARM 1
  5163. | #define HAVE_GETPAGESIZE 1
  5164. | #define HAVE_MMAP 1
  5165. | #define HAVE_SYS_SELECT_H 1
  5166. | #define HAVE_SYS_SOCKET_H 1
  5167. | #define SELECT_TYPE_ARG1 int
  5168. | #define SELECT_TYPE_ARG234 (fd_set *)
  5169. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5170. | #define RETSIGTYPE void
  5171. | #define HAVE_STRCOLL 1
  5172. | #define HAVE_STRFTIME 1
  5173. | #define HAVE_UTIME_NULL 1
  5174. | #define HAVE_VPRINTF 1
  5175. | #define HAVE_ATEXIT 1
  5176. | #define HAVE_DUP2 1
  5177. | #define HAVE_FDATASYNC 1
  5178. | #define HAVE_FTIME 1
  5179. | #define HAVE_FTRUNCATE 1
  5180. | #define HAVE_GETCWD 1
  5181. | #define HAVE_GETHOSTBYADDR 1
  5182. | #define HAVE_GETHOSTBYNAME 1
  5183. | #define HAVE_GETHOSTNAME 1
  5184. | #define HAVE_GETPAGESIZE 1
  5185. | #define HAVE_GETPASS 1
  5186. | #define HAVE_GETTIMEOFDAY 1
  5187. | #define HAVE_INET_NTOA 1
  5188. | #define HAVE_LCHOWN 1
  5189. | #define HAVE_LOCALECONV 1
  5190. | #define HAVE_MEMCHR 1
  5191. | #define HAVE_MEMMOVE 1
  5192. | #define HAVE_MEMSET 1
  5193. | #define HAVE_MKDIR 1
  5194. | #define HAVE_MODF 1
  5195. | #define HAVE_MUNMAP 1
  5196. | #define HAVE_RMDIR 1
  5197. | #define HAVE_SELECT 1
  5198. | #define HAVE_SETENV 1
  5199. | #define HAVE_SETLOCALE 1
  5200. | #define HAVE_SOCKET 1
  5201. | #define HAVE_STRCASECMP 1
  5202. | #define HAVE_STRCHR 1
  5203. | #define HAVE_STRCSPN 1
  5204. | #define HAVE_STRDUP 1
  5205. | #define HAVE_STRERROR 1
  5206. | #define HAVE_STRNCASECMP 1
  5207. | #define HAVE_STRPBRK 1
  5208. | #define HAVE_STRRCHR 1
  5209. | #define HAVE_STRSPN 1
  5210. | #define HAVE_STRSTR 1
  5211. | #define HAVE_STRTOL 1
  5212. | #define HAVE_STRTOUL 1
  5213. | #define HAVE_SYSINFO 1
  5214. | #define HAVE_TZSET 1
  5215. | #define HAVE_UTIME 1
  5216. | #define HAVE_POSIX_FADVISE 1
  5217. | #define HAVE_LOCALTIME_R 1
  5218. | #define SIZEOF_INT 4
  5219. | #define SIZEOF_SIZE_T 8
  5220. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5221. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5222. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5223. | #define HAVE_STD__U16STRING 1
  5224. | #define HAVE_STD__U32STRING 1
  5225. | #define HAVE_CHAR16_T 1
  5226. | #define HAVE_CHAR32_T 1
  5227. | #define SIZEOF_WCHAR_T 4
  5228. | #define HAVE_INOTIFY 1
  5229. | #define HAVE_PYTHON "2.7"
  5230. | #define HAVE_LIBGL 1
  5231. | #define HAVE_LIBGLU 1
  5232. | #define HAVE_MYSQL 1
  5233. | #define HAVE_OPENSSL 1
  5234. | #define HAVE_LIBGPG_ERROR 1
  5235. | #define HAVE_LIBGCRYPT 1
  5236. | #define HAVE_GCRYPT 1
  5237. | #define HAVE_GNUTLS 1
  5238. | #define HAVE_LIBBZ2 1
  5239. | #define HAVE_LIBPTHREAD 1
  5240. | #define HAVE_PTHREAD_SETNAME_NP 1
  5241. | #define HAVE_LIBLZO2 1
  5242. | #define HAVE_LIBZ 1
  5243. | #define HAVE_LIBCRYPTO 1
  5244. | #define HAVE_LIBSSL 1
  5245. | #define HAVE_LIBMYSQLCLIENT 1
  5246. | #define HAVE_LIBXSLT 1
  5247. | #define HAVE_LIBPCRECPP 1
  5248. | #define HAVE_LIBPCRE 1
  5249. | #define HAVE_LIBBLURAY 1
  5250. | #define HAVE_LIBBLURAY_BDJ 1
  5251. | #define HAVE_DBUS 1
  5252. | #define HAVE_LIBMICROHTTPD 1
  5253. | #define HAS_DVD_DRIVE 1
  5254. | #define HAS_ALSA 1
  5255. | #define HAVE_LIBPULSE 1
  5256. | #define HAVE_LIBAVAHI_COMMON 1
  5257. | #define HAVE_LIBAVAHI_CLIENT 1
  5258. | #define HAVE_X11 1
  5259. | #define HAVE_LIBSSH 1
  5260. | #define HAVE_LIBSMBCLIENT 1
  5261. | #define HAVE_NFSC_LIBNFS_H 1
  5262. | #define HAVE_LIBNFS 1
  5263. | #define HAVE_LIBPLIST 1
  5264. | #define HAVE_LIBUDEV 1
  5265. | #define HAVE_LIBCEC 1
  5266. | #define HAVE_LCMS2 1
  5267. | #define HAVE_LIBBLUETOOTH 1
  5268. | #define HAVE_SYS_CAPABILITY_H 1
  5269. | #define HAVE_LIBCAP 1
  5270. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  5271. | #define USE_STATIC_FFMPEG 1
  5272. | #define HAVE_LIBVDPAU /**/
  5273. | #define HAVE_LIBVA 1
  5274. | #define HAVE_DIRENT_H 1
  5275. | #define STDC_HEADERS 1
  5276. | #define HAVE_SYS_WAIT_H 1
  5277. | #define HAVE_ARPA_INET_H 1
  5278. | #define HAVE_FCNTL_H 1
  5279. | #define HAVE_FLOAT_H 1
  5280. | #define HAVE_INTTYPES_H 1
  5281. | #define HAVE_LIMITS_H 1
  5282. | #define HAVE_LOCALE_H 1
  5283. | #define HAVE_MALLOC_H 1
  5284. | #define HAVE_MEMORY_H 1
  5285. | #define HAVE_NETDB_H 1
  5286. | #define HAVE_NETINET_IN_H 1
  5287. | #define HAVE_STDDEF_H 1
  5288. | #define HAVE_STDINT_H 1
  5289. | #define HAVE_STDLIB_H 1
  5290. | #define HAVE_STRING_H 1
  5291. | #define HAVE_STRINGS_H 1
  5292. | #define HAVE_SYS_FILE_H 1
  5293. | #define HAVE_SYS_IOCTL_H 1
  5294. | #define HAVE_SYS_MOUNT_H 1
  5295. | #define HAVE_SYS_PARAM_H 1
  5296. | #define HAVE_SYS_SOCKET_H 1
  5297. | #define HAVE_SYS_TIME_H 1
  5298. | #define HAVE_SYS_TIMEB_H 1
  5299. | #define HAVE_SYS_VFS_H 1
  5300. | #define HAVE_TERMIOS_H 1
  5301. | #define HAVE_UNISTD_H 1
  5302. | #define HAVE_UTIME_H 1
  5303. | #define HAVE_WCHAR_H 1
  5304. | #define HAVE_WCTYPE_H 1
  5305. | #define HAVE_CDIO_ISO9660_H 1
  5306. | #define HAVE__BOOL 1
  5307. | #define HAVE_STDBOOL_H 1
  5308. | /* end confdefs.h. */
  5309. | #include <stdio.h>
  5310. | #ifdef HAVE_SYS_TYPES_H
  5311. | # include <sys/types.h>
  5312. | #endif
  5313. | #ifdef HAVE_SYS_STAT_H
  5314. | # include <sys/stat.h>
  5315. | #endif
  5316. | #ifdef STDC_HEADERS
  5317. | # include <stdlib.h>
  5318. | # include <stddef.h>
  5319. | #else
  5320. | # ifdef HAVE_STDLIB_H
  5321. | # include <stdlib.h>
  5322. | # endif
  5323. | #endif
  5324. | #ifdef HAVE_STRING_H
  5325. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5326. | # include <memory.h>
  5327. | # endif
  5328. | # include <string.h>
  5329. | #endif
  5330. | #ifdef HAVE_STRINGS_H
  5331. | # include <strings.h>
  5332. | #endif
  5333. | #ifdef HAVE_INTTYPES_H
  5334. | # include <inttypes.h>
  5335. | #endif
  5336. | #ifdef HAVE_STDINT_H
  5337. | # include <stdint.h>
  5338. | #endif
  5339. | #ifdef HAVE_UNISTD_H
  5340. | # include <unistd.h>
  5341. | #endif
  5342. | enum { N = 32 / 2 - 1 };
  5343. | int
  5344. | main ()
  5345. | {
  5346. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  5347. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  5348. | test_array [0] = 0;
  5349. | return test_array [0];
  5350. |
  5351. | ;
  5352. | return 0;
  5353. | }
  5354. configure:30438: result: yes
  5355. configure:30449: checking for int64_t
  5356. configure:30449: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5357. configure:30449: $? = 0
  5358. configure:30449: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5359. conftest.c: In function 'main':
  5360. conftest.c:227:53: warning: integer overflow in expression [-Woverflow]
  5361. < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  5362. ^
  5363. conftest.c:226:12: error: storage size of 'test_array' isn't constant
  5364. static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  5365. ^~~~~~~~~~
  5366. conftest.c:226:12: warning: unused variable 'test_array' [-Wunused-variable]
  5367. configure:30449: $? = 1
  5368. configure: failed program was:
  5369. | /* confdefs.h */
  5370. | #define PACKAGE_NAME "kodi"
  5371. | #define PACKAGE_TARNAME "kodi"
  5372. | #define PACKAGE_VERSION "16.9.804"
  5373. | #define PACKAGE_STRING "kodi 16.9.804"
  5374. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5375. | #define PACKAGE_URL ""
  5376. | #define PACKAGE "kodi"
  5377. | #define VERSION "16.9.804"
  5378. | #define HAVE_LIRC 1
  5379. | #define LIRC_DEVICE "/dev/lircd"
  5380. | #define HAVE_CXX11 1
  5381. | #define STDC_HEADERS 1
  5382. | #define HAVE_SYS_TYPES_H 1
  5383. | #define HAVE_SYS_STAT_H 1
  5384. | #define HAVE_STDLIB_H 1
  5385. | #define HAVE_STRING_H 1
  5386. | #define HAVE_MEMORY_H 1
  5387. | #define HAVE_STRINGS_H 1
  5388. | #define HAVE_INTTYPES_H 1
  5389. | #define HAVE_STDINT_H 1
  5390. | #define HAVE_UNISTD_H 1
  5391. | #define HAVE_DLFCN_H 1
  5392. | #define LT_OBJDIR ".libs/"
  5393. | #define HAVE_SSE 1
  5394. | #define HAVE_SSE2 1
  5395. | #define HAVE_SSE4 1
  5396. | #define HAVE_ALLOCA_H 1
  5397. | #define HAVE_ALLOCA 1
  5398. | #define HAVE_UNISTD_H 1
  5399. | #define HAVE_CHOWN 1
  5400. | #define HAVE_DIRENT_H 1
  5401. | #define HAVE_FSEEKO 1
  5402. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5403. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5404. | #define TIME_WITH_SYS_TIME 1
  5405. | #define HAVE_SYS_TIME_H 1
  5406. | #define HAVE_UNISTD_H 1
  5407. | #define HAVE_STDLIB_H 1
  5408. | #define HAVE_SYS_PARAM_H 1
  5409. | #define HAVE_UTIME_H 1
  5410. | #define HAVE_ALARM 1
  5411. | #define HAVE_GETPAGESIZE 1
  5412. | #define HAVE_MMAP 1
  5413. | #define HAVE_SYS_SELECT_H 1
  5414. | #define HAVE_SYS_SOCKET_H 1
  5415. | #define SELECT_TYPE_ARG1 int
  5416. | #define SELECT_TYPE_ARG234 (fd_set *)
  5417. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5418. | #define RETSIGTYPE void
  5419. | #define HAVE_STRCOLL 1
  5420. | #define HAVE_STRFTIME 1
  5421. | #define HAVE_UTIME_NULL 1
  5422. | #define HAVE_VPRINTF 1
  5423. | #define HAVE_ATEXIT 1
  5424. | #define HAVE_DUP2 1
  5425. | #define HAVE_FDATASYNC 1
  5426. | #define HAVE_FTIME 1
  5427. | #define HAVE_FTRUNCATE 1
  5428. | #define HAVE_GETCWD 1
  5429. | #define HAVE_GETHOSTBYADDR 1
  5430. | #define HAVE_GETHOSTBYNAME 1
  5431. | #define HAVE_GETHOSTNAME 1
  5432. | #define HAVE_GETPAGESIZE 1
  5433. | #define HAVE_GETPASS 1
  5434. | #define HAVE_GETTIMEOFDAY 1
  5435. | #define HAVE_INET_NTOA 1
  5436. | #define HAVE_LCHOWN 1
  5437. | #define HAVE_LOCALECONV 1
  5438. | #define HAVE_MEMCHR 1
  5439. | #define HAVE_MEMMOVE 1
  5440. | #define HAVE_MEMSET 1
  5441. | #define HAVE_MKDIR 1
  5442. | #define HAVE_MODF 1
  5443. | #define HAVE_MUNMAP 1
  5444. | #define HAVE_RMDIR 1
  5445. | #define HAVE_SELECT 1
  5446. | #define HAVE_SETENV 1
  5447. | #define HAVE_SETLOCALE 1
  5448. | #define HAVE_SOCKET 1
  5449. | #define HAVE_STRCASECMP 1
  5450. | #define HAVE_STRCHR 1
  5451. | #define HAVE_STRCSPN 1
  5452. | #define HAVE_STRDUP 1
  5453. | #define HAVE_STRERROR 1
  5454. | #define HAVE_STRNCASECMP 1
  5455. | #define HAVE_STRPBRK 1
  5456. | #define HAVE_STRRCHR 1
  5457. | #define HAVE_STRSPN 1
  5458. | #define HAVE_STRSTR 1
  5459. | #define HAVE_STRTOL 1
  5460. | #define HAVE_STRTOUL 1
  5461. | #define HAVE_SYSINFO 1
  5462. | #define HAVE_TZSET 1
  5463. | #define HAVE_UTIME 1
  5464. | #define HAVE_POSIX_FADVISE 1
  5465. | #define HAVE_LOCALTIME_R 1
  5466. | #define SIZEOF_INT 4
  5467. | #define SIZEOF_SIZE_T 8
  5468. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5469. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5470. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5471. | #define HAVE_STD__U16STRING 1
  5472. | #define HAVE_STD__U32STRING 1
  5473. | #define HAVE_CHAR16_T 1
  5474. | #define HAVE_CHAR32_T 1
  5475. | #define SIZEOF_WCHAR_T 4
  5476. | #define HAVE_INOTIFY 1
  5477. | #define HAVE_PYTHON "2.7"
  5478. | #define HAVE_LIBGL 1
  5479. | #define HAVE_LIBGLU 1
  5480. | #define HAVE_MYSQL 1
  5481. | #define HAVE_OPENSSL 1
  5482. | #define HAVE_LIBGPG_ERROR 1
  5483. | #define HAVE_LIBGCRYPT 1
  5484. | #define HAVE_GCRYPT 1
  5485. | #define HAVE_GNUTLS 1
  5486. | #define HAVE_LIBBZ2 1
  5487. | #define HAVE_LIBPTHREAD 1
  5488. | #define HAVE_PTHREAD_SETNAME_NP 1
  5489. | #define HAVE_LIBLZO2 1
  5490. | #define HAVE_LIBZ 1
  5491. | #define HAVE_LIBCRYPTO 1
  5492. | #define HAVE_LIBSSL 1
  5493. | #define HAVE_LIBMYSQLCLIENT 1
  5494. | #define HAVE_LIBXSLT 1
  5495. | #define HAVE_LIBPCRECPP 1
  5496. | #define HAVE_LIBPCRE 1
  5497. | #define HAVE_LIBBLURAY 1
  5498. | #define HAVE_LIBBLURAY_BDJ 1
  5499. | #define HAVE_DBUS 1
  5500. | #define HAVE_LIBMICROHTTPD 1
  5501. | #define HAS_DVD_DRIVE 1
  5502. | #define HAS_ALSA 1
  5503. | #define HAVE_LIBPULSE 1
  5504. | #define HAVE_LIBAVAHI_COMMON 1
  5505. | #define HAVE_LIBAVAHI_CLIENT 1
  5506. | #define HAVE_X11 1
  5507. | #define HAVE_LIBSSH 1
  5508. | #define HAVE_LIBSMBCLIENT 1
  5509. | #define HAVE_NFSC_LIBNFS_H 1
  5510. | #define HAVE_LIBNFS 1
  5511. | #define HAVE_LIBPLIST 1
  5512. | #define HAVE_LIBUDEV 1
  5513. | #define HAVE_LIBCEC 1
  5514. | #define HAVE_LCMS2 1
  5515. | #define HAVE_LIBBLUETOOTH 1
  5516. | #define HAVE_SYS_CAPABILITY_H 1
  5517. | #define HAVE_LIBCAP 1
  5518. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  5519. | #define USE_STATIC_FFMPEG 1
  5520. | #define HAVE_LIBVDPAU /**/
  5521. | #define HAVE_LIBVA 1
  5522. | #define HAVE_DIRENT_H 1
  5523. | #define STDC_HEADERS 1
  5524. | #define HAVE_SYS_WAIT_H 1
  5525. | #define HAVE_ARPA_INET_H 1
  5526. | #define HAVE_FCNTL_H 1
  5527. | #define HAVE_FLOAT_H 1
  5528. | #define HAVE_INTTYPES_H 1
  5529. | #define HAVE_LIMITS_H 1
  5530. | #define HAVE_LOCALE_H 1
  5531. | #define HAVE_MALLOC_H 1
  5532. | #define HAVE_MEMORY_H 1
  5533. | #define HAVE_NETDB_H 1
  5534. | #define HAVE_NETINET_IN_H 1
  5535. | #define HAVE_STDDEF_H 1
  5536. | #define HAVE_STDINT_H 1
  5537. | #define HAVE_STDLIB_H 1
  5538. | #define HAVE_STRING_H 1
  5539. | #define HAVE_STRINGS_H 1
  5540. | #define HAVE_SYS_FILE_H 1
  5541. | #define HAVE_SYS_IOCTL_H 1
  5542. | #define HAVE_SYS_MOUNT_H 1
  5543. | #define HAVE_SYS_PARAM_H 1
  5544. | #define HAVE_SYS_SOCKET_H 1
  5545. | #define HAVE_SYS_TIME_H 1
  5546. | #define HAVE_SYS_TIMEB_H 1
  5547. | #define HAVE_SYS_VFS_H 1
  5548. | #define HAVE_TERMIOS_H 1
  5549. | #define HAVE_UNISTD_H 1
  5550. | #define HAVE_UTIME_H 1
  5551. | #define HAVE_WCHAR_H 1
  5552. | #define HAVE_WCTYPE_H 1
  5553. | #define HAVE_CDIO_ISO9660_H 1
  5554. | #define HAVE__BOOL 1
  5555. | #define HAVE_STDBOOL_H 1
  5556. | /* end confdefs.h. */
  5557. | #include <stdio.h>
  5558. | #ifdef HAVE_SYS_TYPES_H
  5559. | # include <sys/types.h>
  5560. | #endif
  5561. | #ifdef HAVE_SYS_STAT_H
  5562. | # include <sys/stat.h>
  5563. | #endif
  5564. | #ifdef STDC_HEADERS
  5565. | # include <stdlib.h>
  5566. | # include <stddef.h>
  5567. | #else
  5568. | # ifdef HAVE_STDLIB_H
  5569. | # include <stdlib.h>
  5570. | # endif
  5571. | #endif
  5572. | #ifdef HAVE_STRING_H
  5573. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5574. | # include <memory.h>
  5575. | # endif
  5576. | # include <string.h>
  5577. | #endif
  5578. | #ifdef HAVE_STRINGS_H
  5579. | # include <strings.h>
  5580. | #endif
  5581. | #ifdef HAVE_INTTYPES_H
  5582. | # include <inttypes.h>
  5583. | #endif
  5584. | #ifdef HAVE_STDINT_H
  5585. | # include <stdint.h>
  5586. | #endif
  5587. | #ifdef HAVE_UNISTD_H
  5588. | # include <unistd.h>
  5589. | #endif
  5590. | enum { N = 64 / 2 - 1 };
  5591. | int
  5592. | main ()
  5593. | {
  5594. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  5595. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  5596. | test_array [0] = 0;
  5597. | return test_array [0];
  5598. |
  5599. | ;
  5600. | return 0;
  5601. | }
  5602. configure:30449: result: yes
  5603. configure:30460: checking for mode_t
  5604. configure:30460: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5605. configure:30460: $? = 0
  5606. configure:30460: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5607. conftest.c: In function 'main':
  5608. conftest.c:225:21: error: expected expression before ')' token
  5609. if (sizeof ((mode_t)))
  5610. ^
  5611. configure:30460: $? = 1
  5612. configure: failed program was:
  5613. | /* confdefs.h */
  5614. | #define PACKAGE_NAME "kodi"
  5615. | #define PACKAGE_TARNAME "kodi"
  5616. | #define PACKAGE_VERSION "16.9.804"
  5617. | #define PACKAGE_STRING "kodi 16.9.804"
  5618. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5619. | #define PACKAGE_URL ""
  5620. | #define PACKAGE "kodi"
  5621. | #define VERSION "16.9.804"
  5622. | #define HAVE_LIRC 1
  5623. | #define LIRC_DEVICE "/dev/lircd"
  5624. | #define HAVE_CXX11 1
  5625. | #define STDC_HEADERS 1
  5626. | #define HAVE_SYS_TYPES_H 1
  5627. | #define HAVE_SYS_STAT_H 1
  5628. | #define HAVE_STDLIB_H 1
  5629. | #define HAVE_STRING_H 1
  5630. | #define HAVE_MEMORY_H 1
  5631. | #define HAVE_STRINGS_H 1
  5632. | #define HAVE_INTTYPES_H 1
  5633. | #define HAVE_STDINT_H 1
  5634. | #define HAVE_UNISTD_H 1
  5635. | #define HAVE_DLFCN_H 1
  5636. | #define LT_OBJDIR ".libs/"
  5637. | #define HAVE_SSE 1
  5638. | #define HAVE_SSE2 1
  5639. | #define HAVE_SSE4 1
  5640. | #define HAVE_ALLOCA_H 1
  5641. | #define HAVE_ALLOCA 1
  5642. | #define HAVE_UNISTD_H 1
  5643. | #define HAVE_CHOWN 1
  5644. | #define HAVE_DIRENT_H 1
  5645. | #define HAVE_FSEEKO 1
  5646. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5647. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5648. | #define TIME_WITH_SYS_TIME 1
  5649. | #define HAVE_SYS_TIME_H 1
  5650. | #define HAVE_UNISTD_H 1
  5651. | #define HAVE_STDLIB_H 1
  5652. | #define HAVE_SYS_PARAM_H 1
  5653. | #define HAVE_UTIME_H 1
  5654. | #define HAVE_ALARM 1
  5655. | #define HAVE_GETPAGESIZE 1
  5656. | #define HAVE_MMAP 1
  5657. | #define HAVE_SYS_SELECT_H 1
  5658. | #define HAVE_SYS_SOCKET_H 1
  5659. | #define SELECT_TYPE_ARG1 int
  5660. | #define SELECT_TYPE_ARG234 (fd_set *)
  5661. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5662. | #define RETSIGTYPE void
  5663. | #define HAVE_STRCOLL 1
  5664. | #define HAVE_STRFTIME 1
  5665. | #define HAVE_UTIME_NULL 1
  5666. | #define HAVE_VPRINTF 1
  5667. | #define HAVE_ATEXIT 1
  5668. | #define HAVE_DUP2 1
  5669. | #define HAVE_FDATASYNC 1
  5670. | #define HAVE_FTIME 1
  5671. | #define HAVE_FTRUNCATE 1
  5672. | #define HAVE_GETCWD 1
  5673. | #define HAVE_GETHOSTBYADDR 1
  5674. | #define HAVE_GETHOSTBYNAME 1
  5675. | #define HAVE_GETHOSTNAME 1
  5676. | #define HAVE_GETPAGESIZE 1
  5677. | #define HAVE_GETPASS 1
  5678. | #define HAVE_GETTIMEOFDAY 1
  5679. | #define HAVE_INET_NTOA 1
  5680. | #define HAVE_LCHOWN 1
  5681. | #define HAVE_LOCALECONV 1
  5682. | #define HAVE_MEMCHR 1
  5683. | #define HAVE_MEMMOVE 1
  5684. | #define HAVE_MEMSET 1
  5685. | #define HAVE_MKDIR 1
  5686. | #define HAVE_MODF 1
  5687. | #define HAVE_MUNMAP 1
  5688. | #define HAVE_RMDIR 1
  5689. | #define HAVE_SELECT 1
  5690. | #define HAVE_SETENV 1
  5691. | #define HAVE_SETLOCALE 1
  5692. | #define HAVE_SOCKET 1
  5693. | #define HAVE_STRCASECMP 1
  5694. | #define HAVE_STRCHR 1
  5695. | #define HAVE_STRCSPN 1
  5696. | #define HAVE_STRDUP 1
  5697. | #define HAVE_STRERROR 1
  5698. | #define HAVE_STRNCASECMP 1
  5699. | #define HAVE_STRPBRK 1
  5700. | #define HAVE_STRRCHR 1
  5701. | #define HAVE_STRSPN 1
  5702. | #define HAVE_STRSTR 1
  5703. | #define HAVE_STRTOL 1
  5704. | #define HAVE_STRTOUL 1
  5705. | #define HAVE_SYSINFO 1
  5706. | #define HAVE_TZSET 1
  5707. | #define HAVE_UTIME 1
  5708. | #define HAVE_POSIX_FADVISE 1
  5709. | #define HAVE_LOCALTIME_R 1
  5710. | #define SIZEOF_INT 4
  5711. | #define SIZEOF_SIZE_T 8
  5712. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5713. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5714. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5715. | #define HAVE_STD__U16STRING 1
  5716. | #define HAVE_STD__U32STRING 1
  5717. | #define HAVE_CHAR16_T 1
  5718. | #define HAVE_CHAR32_T 1
  5719. | #define SIZEOF_WCHAR_T 4
  5720. | #define HAVE_INOTIFY 1
  5721. | #define HAVE_PYTHON "2.7"
  5722. | #define HAVE_LIBGL 1
  5723. | #define HAVE_LIBGLU 1
  5724. | #define HAVE_MYSQL 1
  5725. | #define HAVE_OPENSSL 1
  5726. | #define HAVE_LIBGPG_ERROR 1
  5727. | #define HAVE_LIBGCRYPT 1
  5728. | #define HAVE_GCRYPT 1
  5729. | #define HAVE_GNUTLS 1
  5730. | #define HAVE_LIBBZ2 1
  5731. | #define HAVE_LIBPTHREAD 1
  5732. | #define HAVE_PTHREAD_SETNAME_NP 1
  5733. | #define HAVE_LIBLZO2 1
  5734. | #define HAVE_LIBZ 1
  5735. | #define HAVE_LIBCRYPTO 1
  5736. | #define HAVE_LIBSSL 1
  5737. | #define HAVE_LIBMYSQLCLIENT 1
  5738. | #define HAVE_LIBXSLT 1
  5739. | #define HAVE_LIBPCRECPP 1
  5740. | #define HAVE_LIBPCRE 1
  5741. | #define HAVE_LIBBLURAY 1
  5742. | #define HAVE_LIBBLURAY_BDJ 1
  5743. | #define HAVE_DBUS 1
  5744. | #define HAVE_LIBMICROHTTPD 1
  5745. | #define HAS_DVD_DRIVE 1
  5746. | #define HAS_ALSA 1
  5747. | #define HAVE_LIBPULSE 1
  5748. | #define HAVE_LIBAVAHI_COMMON 1
  5749. | #define HAVE_LIBAVAHI_CLIENT 1
  5750. | #define HAVE_X11 1
  5751. | #define HAVE_LIBSSH 1
  5752. | #define HAVE_LIBSMBCLIENT 1
  5753. | #define HAVE_NFSC_LIBNFS_H 1
  5754. | #define HAVE_LIBNFS 1
  5755. | #define HAVE_LIBPLIST 1
  5756. | #define HAVE_LIBUDEV 1
  5757. | #define HAVE_LIBCEC 1
  5758. | #define HAVE_LCMS2 1
  5759. | #define HAVE_LIBBLUETOOTH 1
  5760. | #define HAVE_SYS_CAPABILITY_H 1
  5761. | #define HAVE_LIBCAP 1
  5762. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  5763. | #define USE_STATIC_FFMPEG 1
  5764. | #define HAVE_LIBVDPAU /**/
  5765. | #define HAVE_LIBVA 1
  5766. | #define HAVE_DIRENT_H 1
  5767. | #define STDC_HEADERS 1
  5768. | #define HAVE_SYS_WAIT_H 1
  5769. | #define HAVE_ARPA_INET_H 1
  5770. | #define HAVE_FCNTL_H 1
  5771. | #define HAVE_FLOAT_H 1
  5772. | #define HAVE_INTTYPES_H 1
  5773. | #define HAVE_LIMITS_H 1
  5774. | #define HAVE_LOCALE_H 1
  5775. | #define HAVE_MALLOC_H 1
  5776. | #define HAVE_MEMORY_H 1
  5777. | #define HAVE_NETDB_H 1
  5778. | #define HAVE_NETINET_IN_H 1
  5779. | #define HAVE_STDDEF_H 1
  5780. | #define HAVE_STDINT_H 1
  5781. | #define HAVE_STDLIB_H 1
  5782. | #define HAVE_STRING_H 1
  5783. | #define HAVE_STRINGS_H 1
  5784. | #define HAVE_SYS_FILE_H 1
  5785. | #define HAVE_SYS_IOCTL_H 1
  5786. | #define HAVE_SYS_MOUNT_H 1
  5787. | #define HAVE_SYS_PARAM_H 1
  5788. | #define HAVE_SYS_SOCKET_H 1
  5789. | #define HAVE_SYS_TIME_H 1
  5790. | #define HAVE_SYS_TIMEB_H 1
  5791. | #define HAVE_SYS_VFS_H 1
  5792. | #define HAVE_TERMIOS_H 1
  5793. | #define HAVE_UNISTD_H 1
  5794. | #define HAVE_UTIME_H 1
  5795. | #define HAVE_WCHAR_H 1
  5796. | #define HAVE_WCTYPE_H 1
  5797. | #define HAVE_CDIO_ISO9660_H 1
  5798. | #define HAVE__BOOL 1
  5799. | #define HAVE_STDBOOL_H 1
  5800. | /* end confdefs.h. */
  5801. | #include <stdio.h>
  5802. | #ifdef HAVE_SYS_TYPES_H
  5803. | # include <sys/types.h>
  5804. | #endif
  5805. | #ifdef HAVE_SYS_STAT_H
  5806. | # include <sys/stat.h>
  5807. | #endif
  5808. | #ifdef STDC_HEADERS
  5809. | # include <stdlib.h>
  5810. | # include <stddef.h>
  5811. | #else
  5812. | # ifdef HAVE_STDLIB_H
  5813. | # include <stdlib.h>
  5814. | # endif
  5815. | #endif
  5816. | #ifdef HAVE_STRING_H
  5817. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5818. | # include <memory.h>
  5819. | # endif
  5820. | # include <string.h>
  5821. | #endif
  5822. | #ifdef HAVE_STRINGS_H
  5823. | # include <strings.h>
  5824. | #endif
  5825. | #ifdef HAVE_INTTYPES_H
  5826. | # include <inttypes.h>
  5827. | #endif
  5828. | #ifdef HAVE_STDINT_H
  5829. | # include <stdint.h>
  5830. | #endif
  5831. | #ifdef HAVE_UNISTD_H
  5832. | # include <unistd.h>
  5833. | #endif
  5834. | int
  5835. | main ()
  5836. | {
  5837. | if (sizeof ((mode_t)))
  5838. | return 0;
  5839. | ;
  5840. | return 0;
  5841. | }
  5842. configure:30460: result: yes
  5843. configure:30471: checking for off_t
  5844. configure:30471: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5845. configure:30471: $? = 0
  5846. configure:30471: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  5847. conftest.c: In function 'main':
  5848. conftest.c:225:20: error: expected expression before ')' token
  5849. if (sizeof ((off_t)))
  5850. ^
  5851. configure:30471: $? = 1
  5852. configure: failed program was:
  5853. | /* confdefs.h */
  5854. | #define PACKAGE_NAME "kodi"
  5855. | #define PACKAGE_TARNAME "kodi"
  5856. | #define PACKAGE_VERSION "16.9.804"
  5857. | #define PACKAGE_STRING "kodi 16.9.804"
  5858. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  5859. | #define PACKAGE_URL ""
  5860. | #define PACKAGE "kodi"
  5861. | #define VERSION "16.9.804"
  5862. | #define HAVE_LIRC 1
  5863. | #define LIRC_DEVICE "/dev/lircd"
  5864. | #define HAVE_CXX11 1
  5865. | #define STDC_HEADERS 1
  5866. | #define HAVE_SYS_TYPES_H 1
  5867. | #define HAVE_SYS_STAT_H 1
  5868. | #define HAVE_STDLIB_H 1
  5869. | #define HAVE_STRING_H 1
  5870. | #define HAVE_MEMORY_H 1
  5871. | #define HAVE_STRINGS_H 1
  5872. | #define HAVE_INTTYPES_H 1
  5873. | #define HAVE_STDINT_H 1
  5874. | #define HAVE_UNISTD_H 1
  5875. | #define HAVE_DLFCN_H 1
  5876. | #define LT_OBJDIR ".libs/"
  5877. | #define HAVE_SSE 1
  5878. | #define HAVE_SSE2 1
  5879. | #define HAVE_SSE4 1
  5880. | #define HAVE_ALLOCA_H 1
  5881. | #define HAVE_ALLOCA 1
  5882. | #define HAVE_UNISTD_H 1
  5883. | #define HAVE_CHOWN 1
  5884. | #define HAVE_DIRENT_H 1
  5885. | #define HAVE_FSEEKO 1
  5886. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5887. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5888. | #define TIME_WITH_SYS_TIME 1
  5889. | #define HAVE_SYS_TIME_H 1
  5890. | #define HAVE_UNISTD_H 1
  5891. | #define HAVE_STDLIB_H 1
  5892. | #define HAVE_SYS_PARAM_H 1
  5893. | #define HAVE_UTIME_H 1
  5894. | #define HAVE_ALARM 1
  5895. | #define HAVE_GETPAGESIZE 1
  5896. | #define HAVE_MMAP 1
  5897. | #define HAVE_SYS_SELECT_H 1
  5898. | #define HAVE_SYS_SOCKET_H 1
  5899. | #define SELECT_TYPE_ARG1 int
  5900. | #define SELECT_TYPE_ARG234 (fd_set *)
  5901. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5902. | #define RETSIGTYPE void
  5903. | #define HAVE_STRCOLL 1
  5904. | #define HAVE_STRFTIME 1
  5905. | #define HAVE_UTIME_NULL 1
  5906. | #define HAVE_VPRINTF 1
  5907. | #define HAVE_ATEXIT 1
  5908. | #define HAVE_DUP2 1
  5909. | #define HAVE_FDATASYNC 1
  5910. | #define HAVE_FTIME 1
  5911. | #define HAVE_FTRUNCATE 1
  5912. | #define HAVE_GETCWD 1
  5913. | #define HAVE_GETHOSTBYADDR 1
  5914. | #define HAVE_GETHOSTBYNAME 1
  5915. | #define HAVE_GETHOSTNAME 1
  5916. | #define HAVE_GETPAGESIZE 1
  5917. | #define HAVE_GETPASS 1
  5918. | #define HAVE_GETTIMEOFDAY 1
  5919. | #define HAVE_INET_NTOA 1
  5920. | #define HAVE_LCHOWN 1
  5921. | #define HAVE_LOCALECONV 1
  5922. | #define HAVE_MEMCHR 1
  5923. | #define HAVE_MEMMOVE 1
  5924. | #define HAVE_MEMSET 1
  5925. | #define HAVE_MKDIR 1
  5926. | #define HAVE_MODF 1
  5927. | #define HAVE_MUNMAP 1
  5928. | #define HAVE_RMDIR 1
  5929. | #define HAVE_SELECT 1
  5930. | #define HAVE_SETENV 1
  5931. | #define HAVE_SETLOCALE 1
  5932. | #define HAVE_SOCKET 1
  5933. | #define HAVE_STRCASECMP 1
  5934. | #define HAVE_STRCHR 1
  5935. | #define HAVE_STRCSPN 1
  5936. | #define HAVE_STRDUP 1
  5937. | #define HAVE_STRERROR 1
  5938. | #define HAVE_STRNCASECMP 1
  5939. | #define HAVE_STRPBRK 1
  5940. | #define HAVE_STRRCHR 1
  5941. | #define HAVE_STRSPN 1
  5942. | #define HAVE_STRSTR 1
  5943. | #define HAVE_STRTOL 1
  5944. | #define HAVE_STRTOUL 1
  5945. | #define HAVE_SYSINFO 1
  5946. | #define HAVE_TZSET 1
  5947. | #define HAVE_UTIME 1
  5948. | #define HAVE_POSIX_FADVISE 1
  5949. | #define HAVE_LOCALTIME_R 1
  5950. | #define SIZEOF_INT 4
  5951. | #define SIZEOF_SIZE_T 8
  5952. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5953. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5954. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5955. | #define HAVE_STD__U16STRING 1
  5956. | #define HAVE_STD__U32STRING 1
  5957. | #define HAVE_CHAR16_T 1
  5958. | #define HAVE_CHAR32_T 1
  5959. | #define SIZEOF_WCHAR_T 4
  5960. | #define HAVE_INOTIFY 1
  5961. | #define HAVE_PYTHON "2.7"
  5962. | #define HAVE_LIBGL 1
  5963. | #define HAVE_LIBGLU 1
  5964. | #define HAVE_MYSQL 1
  5965. | #define HAVE_OPENSSL 1
  5966. | #define HAVE_LIBGPG_ERROR 1
  5967. | #define HAVE_LIBGCRYPT 1
  5968. | #define HAVE_GCRYPT 1
  5969. | #define HAVE_GNUTLS 1
  5970. | #define HAVE_LIBBZ2 1
  5971. | #define HAVE_LIBPTHREAD 1
  5972. | #define HAVE_PTHREAD_SETNAME_NP 1
  5973. | #define HAVE_LIBLZO2 1
  5974. | #define HAVE_LIBZ 1
  5975. | #define HAVE_LIBCRYPTO 1
  5976. | #define HAVE_LIBSSL 1
  5977. | #define HAVE_LIBMYSQLCLIENT 1
  5978. | #define HAVE_LIBXSLT 1
  5979. | #define HAVE_LIBPCRECPP 1
  5980. | #define HAVE_LIBPCRE 1
  5981. | #define HAVE_LIBBLURAY 1
  5982. | #define HAVE_LIBBLURAY_BDJ 1
  5983. | #define HAVE_DBUS 1
  5984. | #define HAVE_LIBMICROHTTPD 1
  5985. | #define HAS_DVD_DRIVE 1
  5986. | #define HAS_ALSA 1
  5987. | #define HAVE_LIBPULSE 1
  5988. | #define HAVE_LIBAVAHI_COMMON 1
  5989. | #define HAVE_LIBAVAHI_CLIENT 1
  5990. | #define HAVE_X11 1
  5991. | #define HAVE_LIBSSH 1
  5992. | #define HAVE_LIBSMBCLIENT 1
  5993. | #define HAVE_NFSC_LIBNFS_H 1
  5994. | #define HAVE_LIBNFS 1
  5995. | #define HAVE_LIBPLIST 1
  5996. | #define HAVE_LIBUDEV 1
  5997. | #define HAVE_LIBCEC 1
  5998. | #define HAVE_LCMS2 1
  5999. | #define HAVE_LIBBLUETOOTH 1
  6000. | #define HAVE_SYS_CAPABILITY_H 1
  6001. | #define HAVE_LIBCAP 1
  6002. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  6003. | #define USE_STATIC_FFMPEG 1
  6004. | #define HAVE_LIBVDPAU /**/
  6005. | #define HAVE_LIBVA 1
  6006. | #define HAVE_DIRENT_H 1
  6007. | #define STDC_HEADERS 1
  6008. | #define HAVE_SYS_WAIT_H 1
  6009. | #define HAVE_ARPA_INET_H 1
  6010. | #define HAVE_FCNTL_H 1
  6011. | #define HAVE_FLOAT_H 1
  6012. | #define HAVE_INTTYPES_H 1
  6013. | #define HAVE_LIMITS_H 1
  6014. | #define HAVE_LOCALE_H 1
  6015. | #define HAVE_MALLOC_H 1
  6016. | #define HAVE_MEMORY_H 1
  6017. | #define HAVE_NETDB_H 1
  6018. | #define HAVE_NETINET_IN_H 1
  6019. | #define HAVE_STDDEF_H 1
  6020. | #define HAVE_STDINT_H 1
  6021. | #define HAVE_STDLIB_H 1
  6022. | #define HAVE_STRING_H 1
  6023. | #define HAVE_STRINGS_H 1
  6024. | #define HAVE_SYS_FILE_H 1
  6025. | #define HAVE_SYS_IOCTL_H 1
  6026. | #define HAVE_SYS_MOUNT_H 1
  6027. | #define HAVE_SYS_PARAM_H 1
  6028. | #define HAVE_SYS_SOCKET_H 1
  6029. | #define HAVE_SYS_TIME_H 1
  6030. | #define HAVE_SYS_TIMEB_H 1
  6031. | #define HAVE_SYS_VFS_H 1
  6032. | #define HAVE_TERMIOS_H 1
  6033. | #define HAVE_UNISTD_H 1
  6034. | #define HAVE_UTIME_H 1
  6035. | #define HAVE_WCHAR_H 1
  6036. | #define HAVE_WCTYPE_H 1
  6037. | #define HAVE_CDIO_ISO9660_H 1
  6038. | #define HAVE__BOOL 1
  6039. | #define HAVE_STDBOOL_H 1
  6040. | /* end confdefs.h. */
  6041. | #include <stdio.h>
  6042. | #ifdef HAVE_SYS_TYPES_H
  6043. | # include <sys/types.h>
  6044. | #endif
  6045. | #ifdef HAVE_SYS_STAT_H
  6046. | # include <sys/stat.h>
  6047. | #endif
  6048. | #ifdef STDC_HEADERS
  6049. | # include <stdlib.h>
  6050. | # include <stddef.h>
  6051. | #else
  6052. | # ifdef HAVE_STDLIB_H
  6053. | # include <stdlib.h>
  6054. | # endif
  6055. | #endif
  6056. | #ifdef HAVE_STRING_H
  6057. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6058. | # include <memory.h>
  6059. | # endif
  6060. | # include <string.h>
  6061. | #endif
  6062. | #ifdef HAVE_STRINGS_H
  6063. | # include <strings.h>
  6064. | #endif
  6065. | #ifdef HAVE_INTTYPES_H
  6066. | # include <inttypes.h>
  6067. | #endif
  6068. | #ifdef HAVE_STDINT_H
  6069. | # include <stdint.h>
  6070. | #endif
  6071. | #ifdef HAVE_UNISTD_H
  6072. | # include <unistd.h>
  6073. | #endif
  6074. | int
  6075. | main ()
  6076. | {
  6077. | if (sizeof ((off_t)))
  6078. | return 0;
  6079. | ;
  6080. | return 0;
  6081. | }
  6082. configure:30471: result: yes
  6083. configure:30482: checking for pid_t
  6084. configure:30482: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6085. configure:30482: $? = 0
  6086. configure:30482: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6087. conftest.c: In function 'main':
  6088. conftest.c:225:20: error: expected expression before ')' token
  6089. if (sizeof ((pid_t)))
  6090. ^
  6091. configure:30482: $? = 1
  6092. configure: failed program was:
  6093. | /* confdefs.h */
  6094. | #define PACKAGE_NAME "kodi"
  6095. | #define PACKAGE_TARNAME "kodi"
  6096. | #define PACKAGE_VERSION "16.9.804"
  6097. | #define PACKAGE_STRING "kodi 16.9.804"
  6098. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6099. | #define PACKAGE_URL ""
  6100. | #define PACKAGE "kodi"
  6101. | #define VERSION "16.9.804"
  6102. | #define HAVE_LIRC 1
  6103. | #define LIRC_DEVICE "/dev/lircd"
  6104. | #define HAVE_CXX11 1
  6105. | #define STDC_HEADERS 1
  6106. | #define HAVE_SYS_TYPES_H 1
  6107. | #define HAVE_SYS_STAT_H 1
  6108. | #define HAVE_STDLIB_H 1
  6109. | #define HAVE_STRING_H 1
  6110. | #define HAVE_MEMORY_H 1
  6111. | #define HAVE_STRINGS_H 1
  6112. | #define HAVE_INTTYPES_H 1
  6113. | #define HAVE_STDINT_H 1
  6114. | #define HAVE_UNISTD_H 1
  6115. | #define HAVE_DLFCN_H 1
  6116. | #define LT_OBJDIR ".libs/"
  6117. | #define HAVE_SSE 1
  6118. | #define HAVE_SSE2 1
  6119. | #define HAVE_SSE4 1
  6120. | #define HAVE_ALLOCA_H 1
  6121. | #define HAVE_ALLOCA 1
  6122. | #define HAVE_UNISTD_H 1
  6123. | #define HAVE_CHOWN 1
  6124. | #define HAVE_DIRENT_H 1
  6125. | #define HAVE_FSEEKO 1
  6126. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6127. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6128. | #define TIME_WITH_SYS_TIME 1
  6129. | #define HAVE_SYS_TIME_H 1
  6130. | #define HAVE_UNISTD_H 1
  6131. | #define HAVE_STDLIB_H 1
  6132. | #define HAVE_SYS_PARAM_H 1
  6133. | #define HAVE_UTIME_H 1
  6134. | #define HAVE_ALARM 1
  6135. | #define HAVE_GETPAGESIZE 1
  6136. | #define HAVE_MMAP 1
  6137. | #define HAVE_SYS_SELECT_H 1
  6138. | #define HAVE_SYS_SOCKET_H 1
  6139. | #define SELECT_TYPE_ARG1 int
  6140. | #define SELECT_TYPE_ARG234 (fd_set *)
  6141. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6142. | #define RETSIGTYPE void
  6143. | #define HAVE_STRCOLL 1
  6144. | #define HAVE_STRFTIME 1
  6145. | #define HAVE_UTIME_NULL 1
  6146. | #define HAVE_VPRINTF 1
  6147. | #define HAVE_ATEXIT 1
  6148. | #define HAVE_DUP2 1
  6149. | #define HAVE_FDATASYNC 1
  6150. | #define HAVE_FTIME 1
  6151. | #define HAVE_FTRUNCATE 1
  6152. | #define HAVE_GETCWD 1
  6153. | #define HAVE_GETHOSTBYADDR 1
  6154. | #define HAVE_GETHOSTBYNAME 1
  6155. | #define HAVE_GETHOSTNAME 1
  6156. | #define HAVE_GETPAGESIZE 1
  6157. | #define HAVE_GETPASS 1
  6158. | #define HAVE_GETTIMEOFDAY 1
  6159. | #define HAVE_INET_NTOA 1
  6160. | #define HAVE_LCHOWN 1
  6161. | #define HAVE_LOCALECONV 1
  6162. | #define HAVE_MEMCHR 1
  6163. | #define HAVE_MEMMOVE 1
  6164. | #define HAVE_MEMSET 1
  6165. | #define HAVE_MKDIR 1
  6166. | #define HAVE_MODF 1
  6167. | #define HAVE_MUNMAP 1
  6168. | #define HAVE_RMDIR 1
  6169. | #define HAVE_SELECT 1
  6170. | #define HAVE_SETENV 1
  6171. | #define HAVE_SETLOCALE 1
  6172. | #define HAVE_SOCKET 1
  6173. | #define HAVE_STRCASECMP 1
  6174. | #define HAVE_STRCHR 1
  6175. | #define HAVE_STRCSPN 1
  6176. | #define HAVE_STRDUP 1
  6177. | #define HAVE_STRERROR 1
  6178. | #define HAVE_STRNCASECMP 1
  6179. | #define HAVE_STRPBRK 1
  6180. | #define HAVE_STRRCHR 1
  6181. | #define HAVE_STRSPN 1
  6182. | #define HAVE_STRSTR 1
  6183. | #define HAVE_STRTOL 1
  6184. | #define HAVE_STRTOUL 1
  6185. | #define HAVE_SYSINFO 1
  6186. | #define HAVE_TZSET 1
  6187. | #define HAVE_UTIME 1
  6188. | #define HAVE_POSIX_FADVISE 1
  6189. | #define HAVE_LOCALTIME_R 1
  6190. | #define SIZEOF_INT 4
  6191. | #define SIZEOF_SIZE_T 8
  6192. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6193. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6194. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6195. | #define HAVE_STD__U16STRING 1
  6196. | #define HAVE_STD__U32STRING 1
  6197. | #define HAVE_CHAR16_T 1
  6198. | #define HAVE_CHAR32_T 1
  6199. | #define SIZEOF_WCHAR_T 4
  6200. | #define HAVE_INOTIFY 1
  6201. | #define HAVE_PYTHON "2.7"
  6202. | #define HAVE_LIBGL 1
  6203. | #define HAVE_LIBGLU 1
  6204. | #define HAVE_MYSQL 1
  6205. | #define HAVE_OPENSSL 1
  6206. | #define HAVE_LIBGPG_ERROR 1
  6207. | #define HAVE_LIBGCRYPT 1
  6208. | #define HAVE_GCRYPT 1
  6209. | #define HAVE_GNUTLS 1
  6210. | #define HAVE_LIBBZ2 1
  6211. | #define HAVE_LIBPTHREAD 1
  6212. | #define HAVE_PTHREAD_SETNAME_NP 1
  6213. | #define HAVE_LIBLZO2 1
  6214. | #define HAVE_LIBZ 1
  6215. | #define HAVE_LIBCRYPTO 1
  6216. | #define HAVE_LIBSSL 1
  6217. | #define HAVE_LIBMYSQLCLIENT 1
  6218. | #define HAVE_LIBXSLT 1
  6219. | #define HAVE_LIBPCRECPP 1
  6220. | #define HAVE_LIBPCRE 1
  6221. | #define HAVE_LIBBLURAY 1
  6222. | #define HAVE_LIBBLURAY_BDJ 1
  6223. | #define HAVE_DBUS 1
  6224. | #define HAVE_LIBMICROHTTPD 1
  6225. | #define HAS_DVD_DRIVE 1
  6226. | #define HAS_ALSA 1
  6227. | #define HAVE_LIBPULSE 1
  6228. | #define HAVE_LIBAVAHI_COMMON 1
  6229. | #define HAVE_LIBAVAHI_CLIENT 1
  6230. | #define HAVE_X11 1
  6231. | #define HAVE_LIBSSH 1
  6232. | #define HAVE_LIBSMBCLIENT 1
  6233. | #define HAVE_NFSC_LIBNFS_H 1
  6234. | #define HAVE_LIBNFS 1
  6235. | #define HAVE_LIBPLIST 1
  6236. | #define HAVE_LIBUDEV 1
  6237. | #define HAVE_LIBCEC 1
  6238. | #define HAVE_LCMS2 1
  6239. | #define HAVE_LIBBLUETOOTH 1
  6240. | #define HAVE_SYS_CAPABILITY_H 1
  6241. | #define HAVE_LIBCAP 1
  6242. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  6243. | #define USE_STATIC_FFMPEG 1
  6244. | #define HAVE_LIBVDPAU /**/
  6245. | #define HAVE_LIBVA 1
  6246. | #define HAVE_DIRENT_H 1
  6247. | #define STDC_HEADERS 1
  6248. | #define HAVE_SYS_WAIT_H 1
  6249. | #define HAVE_ARPA_INET_H 1
  6250. | #define HAVE_FCNTL_H 1
  6251. | #define HAVE_FLOAT_H 1
  6252. | #define HAVE_INTTYPES_H 1
  6253. | #define HAVE_LIMITS_H 1
  6254. | #define HAVE_LOCALE_H 1
  6255. | #define HAVE_MALLOC_H 1
  6256. | #define HAVE_MEMORY_H 1
  6257. | #define HAVE_NETDB_H 1
  6258. | #define HAVE_NETINET_IN_H 1
  6259. | #define HAVE_STDDEF_H 1
  6260. | #define HAVE_STDINT_H 1
  6261. | #define HAVE_STDLIB_H 1
  6262. | #define HAVE_STRING_H 1
  6263. | #define HAVE_STRINGS_H 1
  6264. | #define HAVE_SYS_FILE_H 1
  6265. | #define HAVE_SYS_IOCTL_H 1
  6266. | #define HAVE_SYS_MOUNT_H 1
  6267. | #define HAVE_SYS_PARAM_H 1
  6268. | #define HAVE_SYS_SOCKET_H 1
  6269. | #define HAVE_SYS_TIME_H 1
  6270. | #define HAVE_SYS_TIMEB_H 1
  6271. | #define HAVE_SYS_VFS_H 1
  6272. | #define HAVE_TERMIOS_H 1
  6273. | #define HAVE_UNISTD_H 1
  6274. | #define HAVE_UTIME_H 1
  6275. | #define HAVE_WCHAR_H 1
  6276. | #define HAVE_WCTYPE_H 1
  6277. | #define HAVE_CDIO_ISO9660_H 1
  6278. | #define HAVE__BOOL 1
  6279. | #define HAVE_STDBOOL_H 1
  6280. | /* end confdefs.h. */
  6281. | #include <stdio.h>
  6282. | #ifdef HAVE_SYS_TYPES_H
  6283. | # include <sys/types.h>
  6284. | #endif
  6285. | #ifdef HAVE_SYS_STAT_H
  6286. | # include <sys/stat.h>
  6287. | #endif
  6288. | #ifdef STDC_HEADERS
  6289. | # include <stdlib.h>
  6290. | # include <stddef.h>
  6291. | #else
  6292. | # ifdef HAVE_STDLIB_H
  6293. | # include <stdlib.h>
  6294. | # endif
  6295. | #endif
  6296. | #ifdef HAVE_STRING_H
  6297. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6298. | # include <memory.h>
  6299. | # endif
  6300. | # include <string.h>
  6301. | #endif
  6302. | #ifdef HAVE_STRINGS_H
  6303. | # include <strings.h>
  6304. | #endif
  6305. | #ifdef HAVE_INTTYPES_H
  6306. | # include <inttypes.h>
  6307. | #endif
  6308. | #ifdef HAVE_STDINT_H
  6309. | # include <stdint.h>
  6310. | #endif
  6311. | #ifdef HAVE_UNISTD_H
  6312. | # include <unistd.h>
  6313. | #endif
  6314. | int
  6315. | main ()
  6316. | {
  6317. | if (sizeof ((pid_t)))
  6318. | return 0;
  6319. | ;
  6320. | return 0;
  6321. | }
  6322. configure:30482: result: yes
  6323. configure:30493: checking for C/C++ restrict keyword
  6324. configure:30518: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6325. configure:30518: $? = 0
  6326. configure:30526: result: __restrict
  6327. configure:30539: checking for size_t
  6328. configure:30539: result: yes
  6329. configure:30550: checking for ssize_t
  6330. configure:30550: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6331. configure:30550: $? = 0
  6332. configure:30550: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6333. conftest.c: In function 'main':
  6334. conftest.c:226:22: error: expected expression before ')' token
  6335. if (sizeof ((ssize_t)))
  6336. ^
  6337. configure:30550: $? = 1
  6338. configure: failed program was:
  6339. | /* confdefs.h */
  6340. | #define PACKAGE_NAME "kodi"
  6341. | #define PACKAGE_TARNAME "kodi"
  6342. | #define PACKAGE_VERSION "16.9.804"
  6343. | #define PACKAGE_STRING "kodi 16.9.804"
  6344. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6345. | #define PACKAGE_URL ""
  6346. | #define PACKAGE "kodi"
  6347. | #define VERSION "16.9.804"
  6348. | #define HAVE_LIRC 1
  6349. | #define LIRC_DEVICE "/dev/lircd"
  6350. | #define HAVE_CXX11 1
  6351. | #define STDC_HEADERS 1
  6352. | #define HAVE_SYS_TYPES_H 1
  6353. | #define HAVE_SYS_STAT_H 1
  6354. | #define HAVE_STDLIB_H 1
  6355. | #define HAVE_STRING_H 1
  6356. | #define HAVE_MEMORY_H 1
  6357. | #define HAVE_STRINGS_H 1
  6358. | #define HAVE_INTTYPES_H 1
  6359. | #define HAVE_STDINT_H 1
  6360. | #define HAVE_UNISTD_H 1
  6361. | #define HAVE_DLFCN_H 1
  6362. | #define LT_OBJDIR ".libs/"
  6363. | #define HAVE_SSE 1
  6364. | #define HAVE_SSE2 1
  6365. | #define HAVE_SSE4 1
  6366. | #define HAVE_ALLOCA_H 1
  6367. | #define HAVE_ALLOCA 1
  6368. | #define HAVE_UNISTD_H 1
  6369. | #define HAVE_CHOWN 1
  6370. | #define HAVE_DIRENT_H 1
  6371. | #define HAVE_FSEEKO 1
  6372. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6373. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6374. | #define TIME_WITH_SYS_TIME 1
  6375. | #define HAVE_SYS_TIME_H 1
  6376. | #define HAVE_UNISTD_H 1
  6377. | #define HAVE_STDLIB_H 1
  6378. | #define HAVE_SYS_PARAM_H 1
  6379. | #define HAVE_UTIME_H 1
  6380. | #define HAVE_ALARM 1
  6381. | #define HAVE_GETPAGESIZE 1
  6382. | #define HAVE_MMAP 1
  6383. | #define HAVE_SYS_SELECT_H 1
  6384. | #define HAVE_SYS_SOCKET_H 1
  6385. | #define SELECT_TYPE_ARG1 int
  6386. | #define SELECT_TYPE_ARG234 (fd_set *)
  6387. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6388. | #define RETSIGTYPE void
  6389. | #define HAVE_STRCOLL 1
  6390. | #define HAVE_STRFTIME 1
  6391. | #define HAVE_UTIME_NULL 1
  6392. | #define HAVE_VPRINTF 1
  6393. | #define HAVE_ATEXIT 1
  6394. | #define HAVE_DUP2 1
  6395. | #define HAVE_FDATASYNC 1
  6396. | #define HAVE_FTIME 1
  6397. | #define HAVE_FTRUNCATE 1
  6398. | #define HAVE_GETCWD 1
  6399. | #define HAVE_GETHOSTBYADDR 1
  6400. | #define HAVE_GETHOSTBYNAME 1
  6401. | #define HAVE_GETHOSTNAME 1
  6402. | #define HAVE_GETPAGESIZE 1
  6403. | #define HAVE_GETPASS 1
  6404. | #define HAVE_GETTIMEOFDAY 1
  6405. | #define HAVE_INET_NTOA 1
  6406. | #define HAVE_LCHOWN 1
  6407. | #define HAVE_LOCALECONV 1
  6408. | #define HAVE_MEMCHR 1
  6409. | #define HAVE_MEMMOVE 1
  6410. | #define HAVE_MEMSET 1
  6411. | #define HAVE_MKDIR 1
  6412. | #define HAVE_MODF 1
  6413. | #define HAVE_MUNMAP 1
  6414. | #define HAVE_RMDIR 1
  6415. | #define HAVE_SELECT 1
  6416. | #define HAVE_SETENV 1
  6417. | #define HAVE_SETLOCALE 1
  6418. | #define HAVE_SOCKET 1
  6419. | #define HAVE_STRCASECMP 1
  6420. | #define HAVE_STRCHR 1
  6421. | #define HAVE_STRCSPN 1
  6422. | #define HAVE_STRDUP 1
  6423. | #define HAVE_STRERROR 1
  6424. | #define HAVE_STRNCASECMP 1
  6425. | #define HAVE_STRPBRK 1
  6426. | #define HAVE_STRRCHR 1
  6427. | #define HAVE_STRSPN 1
  6428. | #define HAVE_STRSTR 1
  6429. | #define HAVE_STRTOL 1
  6430. | #define HAVE_STRTOUL 1
  6431. | #define HAVE_SYSINFO 1
  6432. | #define HAVE_TZSET 1
  6433. | #define HAVE_UTIME 1
  6434. | #define HAVE_POSIX_FADVISE 1
  6435. | #define HAVE_LOCALTIME_R 1
  6436. | #define SIZEOF_INT 4
  6437. | #define SIZEOF_SIZE_T 8
  6438. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6439. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6440. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6441. | #define HAVE_STD__U16STRING 1
  6442. | #define HAVE_STD__U32STRING 1
  6443. | #define HAVE_CHAR16_T 1
  6444. | #define HAVE_CHAR32_T 1
  6445. | #define SIZEOF_WCHAR_T 4
  6446. | #define HAVE_INOTIFY 1
  6447. | #define HAVE_PYTHON "2.7"
  6448. | #define HAVE_LIBGL 1
  6449. | #define HAVE_LIBGLU 1
  6450. | #define HAVE_MYSQL 1
  6451. | #define HAVE_OPENSSL 1
  6452. | #define HAVE_LIBGPG_ERROR 1
  6453. | #define HAVE_LIBGCRYPT 1
  6454. | #define HAVE_GCRYPT 1
  6455. | #define HAVE_GNUTLS 1
  6456. | #define HAVE_LIBBZ2 1
  6457. | #define HAVE_LIBPTHREAD 1
  6458. | #define HAVE_PTHREAD_SETNAME_NP 1
  6459. | #define HAVE_LIBLZO2 1
  6460. | #define HAVE_LIBZ 1
  6461. | #define HAVE_LIBCRYPTO 1
  6462. | #define HAVE_LIBSSL 1
  6463. | #define HAVE_LIBMYSQLCLIENT 1
  6464. | #define HAVE_LIBXSLT 1
  6465. | #define HAVE_LIBPCRECPP 1
  6466. | #define HAVE_LIBPCRE 1
  6467. | #define HAVE_LIBBLURAY 1
  6468. | #define HAVE_LIBBLURAY_BDJ 1
  6469. | #define HAVE_DBUS 1
  6470. | #define HAVE_LIBMICROHTTPD 1
  6471. | #define HAS_DVD_DRIVE 1
  6472. | #define HAS_ALSA 1
  6473. | #define HAVE_LIBPULSE 1
  6474. | #define HAVE_LIBAVAHI_COMMON 1
  6475. | #define HAVE_LIBAVAHI_CLIENT 1
  6476. | #define HAVE_X11 1
  6477. | #define HAVE_LIBSSH 1
  6478. | #define HAVE_LIBSMBCLIENT 1
  6479. | #define HAVE_NFSC_LIBNFS_H 1
  6480. | #define HAVE_LIBNFS 1
  6481. | #define HAVE_LIBPLIST 1
  6482. | #define HAVE_LIBUDEV 1
  6483. | #define HAVE_LIBCEC 1
  6484. | #define HAVE_LCMS2 1
  6485. | #define HAVE_LIBBLUETOOTH 1
  6486. | #define HAVE_SYS_CAPABILITY_H 1
  6487. | #define HAVE_LIBCAP 1
  6488. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  6489. | #define USE_STATIC_FFMPEG 1
  6490. | #define HAVE_LIBVDPAU /**/
  6491. | #define HAVE_LIBVA 1
  6492. | #define HAVE_DIRENT_H 1
  6493. | #define STDC_HEADERS 1
  6494. | #define HAVE_SYS_WAIT_H 1
  6495. | #define HAVE_ARPA_INET_H 1
  6496. | #define HAVE_FCNTL_H 1
  6497. | #define HAVE_FLOAT_H 1
  6498. | #define HAVE_INTTYPES_H 1
  6499. | #define HAVE_LIMITS_H 1
  6500. | #define HAVE_LOCALE_H 1
  6501. | #define HAVE_MALLOC_H 1
  6502. | #define HAVE_MEMORY_H 1
  6503. | #define HAVE_NETDB_H 1
  6504. | #define HAVE_NETINET_IN_H 1
  6505. | #define HAVE_STDDEF_H 1
  6506. | #define HAVE_STDINT_H 1
  6507. | #define HAVE_STDLIB_H 1
  6508. | #define HAVE_STRING_H 1
  6509. | #define HAVE_STRINGS_H 1
  6510. | #define HAVE_SYS_FILE_H 1
  6511. | #define HAVE_SYS_IOCTL_H 1
  6512. | #define HAVE_SYS_MOUNT_H 1
  6513. | #define HAVE_SYS_PARAM_H 1
  6514. | #define HAVE_SYS_SOCKET_H 1
  6515. | #define HAVE_SYS_TIME_H 1
  6516. | #define HAVE_SYS_TIMEB_H 1
  6517. | #define HAVE_SYS_VFS_H 1
  6518. | #define HAVE_TERMIOS_H 1
  6519. | #define HAVE_UNISTD_H 1
  6520. | #define HAVE_UTIME_H 1
  6521. | #define HAVE_WCHAR_H 1
  6522. | #define HAVE_WCTYPE_H 1
  6523. | #define HAVE_CDIO_ISO9660_H 1
  6524. | #define HAVE__BOOL 1
  6525. | #define HAVE_STDBOOL_H 1
  6526. | #define restrict __restrict
  6527. | /* end confdefs.h. */
  6528. | #include <stdio.h>
  6529. | #ifdef HAVE_SYS_TYPES_H
  6530. | # include <sys/types.h>
  6531. | #endif
  6532. | #ifdef HAVE_SYS_STAT_H
  6533. | # include <sys/stat.h>
  6534. | #endif
  6535. | #ifdef STDC_HEADERS
  6536. | # include <stdlib.h>
  6537. | # include <stddef.h>
  6538. | #else
  6539. | # ifdef HAVE_STDLIB_H
  6540. | # include <stdlib.h>
  6541. | # endif
  6542. | #endif
  6543. | #ifdef HAVE_STRING_H
  6544. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6545. | # include <memory.h>
  6546. | # endif
  6547. | # include <string.h>
  6548. | #endif
  6549. | #ifdef HAVE_STRINGS_H
  6550. | # include <strings.h>
  6551. | #endif
  6552. | #ifdef HAVE_INTTYPES_H
  6553. | # include <inttypes.h>
  6554. | #endif
  6555. | #ifdef HAVE_STDINT_H
  6556. | # include <stdint.h>
  6557. | #endif
  6558. | #ifdef HAVE_UNISTD_H
  6559. | # include <unistd.h>
  6560. | #endif
  6561. | int
  6562. | main ()
  6563. | {
  6564. | if (sizeof ((ssize_t)))
  6565. | return 0;
  6566. | ;
  6567. | return 0;
  6568. | }
  6569. configure:30550: result: yes
  6570. configure:30561: checking for struct stat.st_rdev
  6571. configure:30561: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6572. configure:30561: $? = 0
  6573. configure:30561: result: yes
  6574. configure:30571: checking whether time.h and sys/time.h may both be included
  6575. configure:30598: result: yes
  6576. configure:30606: checking whether struct tm is in sys/time.h or time.h
  6577. configure:30626: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6578. configure:30626: $? = 0
  6579. configure:30633: result: time.h
  6580. configure:30641: checking for uint8_t
  6581. configure:30641: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6582. configure:30641: $? = 0
  6583. configure:30641: result: yes
  6584. configure:30655: checking for uint16_t
  6585. configure:30655: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6586. configure:30655: $? = 0
  6587. configure:30655: result: yes
  6588. configure:30667: checking for uint32_t
  6589. configure:30667: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6590. configure:30667: $? = 0
  6591. configure:30667: result: yes
  6592. configure:30681: checking for uint64_t
  6593. configure:30681: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6594. configure:30681: $? = 0
  6595. configure:30681: result: yes
  6596. configure:30695: checking whether byte ordering is bigendian
  6597. configure:30710: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6598. conftest.c:193:9: error: unknown type name 'not'
  6599. not a universal capable compiler
  6600. ^~~
  6601. conftest.c:193:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  6602. not a universal capable compiler
  6603. ^~~~~~~~~
  6604. conftest.c:193:15: error: unknown type name 'universal'
  6605. configure:30710: $? = 1
  6606. configure: failed program was:
  6607. | /* confdefs.h */
  6608. | #define PACKAGE_NAME "kodi"
  6609. | #define PACKAGE_TARNAME "kodi"
  6610. | #define PACKAGE_VERSION "16.9.804"
  6611. | #define PACKAGE_STRING "kodi 16.9.804"
  6612. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6613. | #define PACKAGE_URL ""
  6614. | #define PACKAGE "kodi"
  6615. | #define VERSION "16.9.804"
  6616. | #define HAVE_LIRC 1
  6617. | #define LIRC_DEVICE "/dev/lircd"
  6618. | #define HAVE_CXX11 1
  6619. | #define STDC_HEADERS 1
  6620. | #define HAVE_SYS_TYPES_H 1
  6621. | #define HAVE_SYS_STAT_H 1
  6622. | #define HAVE_STDLIB_H 1
  6623. | #define HAVE_STRING_H 1
  6624. | #define HAVE_MEMORY_H 1
  6625. | #define HAVE_STRINGS_H 1
  6626. | #define HAVE_INTTYPES_H 1
  6627. | #define HAVE_STDINT_H 1
  6628. | #define HAVE_UNISTD_H 1
  6629. | #define HAVE_DLFCN_H 1
  6630. | #define LT_OBJDIR ".libs/"
  6631. | #define HAVE_SSE 1
  6632. | #define HAVE_SSE2 1
  6633. | #define HAVE_SSE4 1
  6634. | #define HAVE_ALLOCA_H 1
  6635. | #define HAVE_ALLOCA 1
  6636. | #define HAVE_UNISTD_H 1
  6637. | #define HAVE_CHOWN 1
  6638. | #define HAVE_DIRENT_H 1
  6639. | #define HAVE_FSEEKO 1
  6640. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6641. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6642. | #define TIME_WITH_SYS_TIME 1
  6643. | #define HAVE_SYS_TIME_H 1
  6644. | #define HAVE_UNISTD_H 1
  6645. | #define HAVE_STDLIB_H 1
  6646. | #define HAVE_SYS_PARAM_H 1
  6647. | #define HAVE_UTIME_H 1
  6648. | #define HAVE_ALARM 1
  6649. | #define HAVE_GETPAGESIZE 1
  6650. | #define HAVE_MMAP 1
  6651. | #define HAVE_SYS_SELECT_H 1
  6652. | #define HAVE_SYS_SOCKET_H 1
  6653. | #define SELECT_TYPE_ARG1 int
  6654. | #define SELECT_TYPE_ARG234 (fd_set *)
  6655. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6656. | #define RETSIGTYPE void
  6657. | #define HAVE_STRCOLL 1
  6658. | #define HAVE_STRFTIME 1
  6659. | #define HAVE_UTIME_NULL 1
  6660. | #define HAVE_VPRINTF 1
  6661. | #define HAVE_ATEXIT 1
  6662. | #define HAVE_DUP2 1
  6663. | #define HAVE_FDATASYNC 1
  6664. | #define HAVE_FTIME 1
  6665. | #define HAVE_FTRUNCATE 1
  6666. | #define HAVE_GETCWD 1
  6667. | #define HAVE_GETHOSTBYADDR 1
  6668. | #define HAVE_GETHOSTBYNAME 1
  6669. | #define HAVE_GETHOSTNAME 1
  6670. | #define HAVE_GETPAGESIZE 1
  6671. | #define HAVE_GETPASS 1
  6672. | #define HAVE_GETTIMEOFDAY 1
  6673. | #define HAVE_INET_NTOA 1
  6674. | #define HAVE_LCHOWN 1
  6675. | #define HAVE_LOCALECONV 1
  6676. | #define HAVE_MEMCHR 1
  6677. | #define HAVE_MEMMOVE 1
  6678. | #define HAVE_MEMSET 1
  6679. | #define HAVE_MKDIR 1
  6680. | #define HAVE_MODF 1
  6681. | #define HAVE_MUNMAP 1
  6682. | #define HAVE_RMDIR 1
  6683. | #define HAVE_SELECT 1
  6684. | #define HAVE_SETENV 1
  6685. | #define HAVE_SETLOCALE 1
  6686. | #define HAVE_SOCKET 1
  6687. | #define HAVE_STRCASECMP 1
  6688. | #define HAVE_STRCHR 1
  6689. | #define HAVE_STRCSPN 1
  6690. | #define HAVE_STRDUP 1
  6691. | #define HAVE_STRERROR 1
  6692. | #define HAVE_STRNCASECMP 1
  6693. | #define HAVE_STRPBRK 1
  6694. | #define HAVE_STRRCHR 1
  6695. | #define HAVE_STRSPN 1
  6696. | #define HAVE_STRSTR 1
  6697. | #define HAVE_STRTOL 1
  6698. | #define HAVE_STRTOUL 1
  6699. | #define HAVE_SYSINFO 1
  6700. | #define HAVE_TZSET 1
  6701. | #define HAVE_UTIME 1
  6702. | #define HAVE_POSIX_FADVISE 1
  6703. | #define HAVE_LOCALTIME_R 1
  6704. | #define SIZEOF_INT 4
  6705. | #define SIZEOF_SIZE_T 8
  6706. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6707. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6708. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6709. | #define HAVE_STD__U16STRING 1
  6710. | #define HAVE_STD__U32STRING 1
  6711. | #define HAVE_CHAR16_T 1
  6712. | #define HAVE_CHAR32_T 1
  6713. | #define SIZEOF_WCHAR_T 4
  6714. | #define HAVE_INOTIFY 1
  6715. | #define HAVE_PYTHON "2.7"
  6716. | #define HAVE_LIBGL 1
  6717. | #define HAVE_LIBGLU 1
  6718. | #define HAVE_MYSQL 1
  6719. | #define HAVE_OPENSSL 1
  6720. | #define HAVE_LIBGPG_ERROR 1
  6721. | #define HAVE_LIBGCRYPT 1
  6722. | #define HAVE_GCRYPT 1
  6723. | #define HAVE_GNUTLS 1
  6724. | #define HAVE_LIBBZ2 1
  6725. | #define HAVE_LIBPTHREAD 1
  6726. | #define HAVE_PTHREAD_SETNAME_NP 1
  6727. | #define HAVE_LIBLZO2 1
  6728. | #define HAVE_LIBZ 1
  6729. | #define HAVE_LIBCRYPTO 1
  6730. | #define HAVE_LIBSSL 1
  6731. | #define HAVE_LIBMYSQLCLIENT 1
  6732. | #define HAVE_LIBXSLT 1
  6733. | #define HAVE_LIBPCRECPP 1
  6734. | #define HAVE_LIBPCRE 1
  6735. | #define HAVE_LIBBLURAY 1
  6736. | #define HAVE_LIBBLURAY_BDJ 1
  6737. | #define HAVE_DBUS 1
  6738. | #define HAVE_LIBMICROHTTPD 1
  6739. | #define HAS_DVD_DRIVE 1
  6740. | #define HAS_ALSA 1
  6741. | #define HAVE_LIBPULSE 1
  6742. | #define HAVE_LIBAVAHI_COMMON 1
  6743. | #define HAVE_LIBAVAHI_CLIENT 1
  6744. | #define HAVE_X11 1
  6745. | #define HAVE_LIBSSH 1
  6746. | #define HAVE_LIBSMBCLIENT 1
  6747. | #define HAVE_NFSC_LIBNFS_H 1
  6748. | #define HAVE_LIBNFS 1
  6749. | #define HAVE_LIBPLIST 1
  6750. | #define HAVE_LIBUDEV 1
  6751. | #define HAVE_LIBCEC 1
  6752. | #define HAVE_LCMS2 1
  6753. | #define HAVE_LIBBLUETOOTH 1
  6754. | #define HAVE_SYS_CAPABILITY_H 1
  6755. | #define HAVE_LIBCAP 1
  6756. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  6757. | #define USE_STATIC_FFMPEG 1
  6758. | #define HAVE_LIBVDPAU /**/
  6759. | #define HAVE_LIBVA 1
  6760. | #define HAVE_DIRENT_H 1
  6761. | #define STDC_HEADERS 1
  6762. | #define HAVE_SYS_WAIT_H 1
  6763. | #define HAVE_ARPA_INET_H 1
  6764. | #define HAVE_FCNTL_H 1
  6765. | #define HAVE_FLOAT_H 1
  6766. | #define HAVE_INTTYPES_H 1
  6767. | #define HAVE_LIMITS_H 1
  6768. | #define HAVE_LOCALE_H 1
  6769. | #define HAVE_MALLOC_H 1
  6770. | #define HAVE_MEMORY_H 1
  6771. | #define HAVE_NETDB_H 1
  6772. | #define HAVE_NETINET_IN_H 1
  6773. | #define HAVE_STDDEF_H 1
  6774. | #define HAVE_STDINT_H 1
  6775. | #define HAVE_STDLIB_H 1
  6776. | #define HAVE_STRING_H 1
  6777. | #define HAVE_STRINGS_H 1
  6778. | #define HAVE_SYS_FILE_H 1
  6779. | #define HAVE_SYS_IOCTL_H 1
  6780. | #define HAVE_SYS_MOUNT_H 1
  6781. | #define HAVE_SYS_PARAM_H 1
  6782. | #define HAVE_SYS_SOCKET_H 1
  6783. | #define HAVE_SYS_TIME_H 1
  6784. | #define HAVE_SYS_TIMEB_H 1
  6785. | #define HAVE_SYS_VFS_H 1
  6786. | #define HAVE_TERMIOS_H 1
  6787. | #define HAVE_UNISTD_H 1
  6788. | #define HAVE_UTIME_H 1
  6789. | #define HAVE_WCHAR_H 1
  6790. | #define HAVE_WCTYPE_H 1
  6791. | #define HAVE_CDIO_ISO9660_H 1
  6792. | #define HAVE__BOOL 1
  6793. | #define HAVE_STDBOOL_H 1
  6794. | #define restrict __restrict
  6795. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6796. | #define TIME_WITH_SYS_TIME 1
  6797. | /* end confdefs.h. */
  6798. | #ifndef __APPLE_CC__
  6799. | not a universal capable compiler
  6800. | #endif
  6801. | typedef int dummy;
  6802. |
  6803. configure:30755: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6804. configure:30755: $? = 0
  6805. configure:30773: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  6806. conftest.c: In function 'main':
  6807. conftest.c:199:4: error: unknown type name 'not'
  6808. not big endian
  6809. ^~~
  6810. conftest.c:199:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  6811. not big endian
  6812. ^~~~~~
  6813. configure:30773: $? = 1
  6814. configure: failed program was:
  6815. | /* confdefs.h */
  6816. | #define PACKAGE_NAME "kodi"
  6817. | #define PACKAGE_TARNAME "kodi"
  6818. | #define PACKAGE_VERSION "16.9.804"
  6819. | #define PACKAGE_STRING "kodi 16.9.804"
  6820. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  6821. | #define PACKAGE_URL ""
  6822. | #define PACKAGE "kodi"
  6823. | #define VERSION "16.9.804"
  6824. | #define HAVE_LIRC 1
  6825. | #define LIRC_DEVICE "/dev/lircd"
  6826. | #define HAVE_CXX11 1
  6827. | #define STDC_HEADERS 1
  6828. | #define HAVE_SYS_TYPES_H 1
  6829. | #define HAVE_SYS_STAT_H 1
  6830. | #define HAVE_STDLIB_H 1
  6831. | #define HAVE_STRING_H 1
  6832. | #define HAVE_MEMORY_H 1
  6833. | #define HAVE_STRINGS_H 1
  6834. | #define HAVE_INTTYPES_H 1
  6835. | #define HAVE_STDINT_H 1
  6836. | #define HAVE_UNISTD_H 1
  6837. | #define HAVE_DLFCN_H 1
  6838. | #define LT_OBJDIR ".libs/"
  6839. | #define HAVE_SSE 1
  6840. | #define HAVE_SSE2 1
  6841. | #define HAVE_SSE4 1
  6842. | #define HAVE_ALLOCA_H 1
  6843. | #define HAVE_ALLOCA 1
  6844. | #define HAVE_UNISTD_H 1
  6845. | #define HAVE_CHOWN 1
  6846. | #define HAVE_DIRENT_H 1
  6847. | #define HAVE_FSEEKO 1
  6848. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6849. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6850. | #define TIME_WITH_SYS_TIME 1
  6851. | #define HAVE_SYS_TIME_H 1
  6852. | #define HAVE_UNISTD_H 1
  6853. | #define HAVE_STDLIB_H 1
  6854. | #define HAVE_SYS_PARAM_H 1
  6855. | #define HAVE_UTIME_H 1
  6856. | #define HAVE_ALARM 1
  6857. | #define HAVE_GETPAGESIZE 1
  6858. | #define HAVE_MMAP 1
  6859. | #define HAVE_SYS_SELECT_H 1
  6860. | #define HAVE_SYS_SOCKET_H 1
  6861. | #define SELECT_TYPE_ARG1 int
  6862. | #define SELECT_TYPE_ARG234 (fd_set *)
  6863. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6864. | #define RETSIGTYPE void
  6865. | #define HAVE_STRCOLL 1
  6866. | #define HAVE_STRFTIME 1
  6867. | #define HAVE_UTIME_NULL 1
  6868. | #define HAVE_VPRINTF 1
  6869. | #define HAVE_ATEXIT 1
  6870. | #define HAVE_DUP2 1
  6871. | #define HAVE_FDATASYNC 1
  6872. | #define HAVE_FTIME 1
  6873. | #define HAVE_FTRUNCATE 1
  6874. | #define HAVE_GETCWD 1
  6875. | #define HAVE_GETHOSTBYADDR 1
  6876. | #define HAVE_GETHOSTBYNAME 1
  6877. | #define HAVE_GETHOSTNAME 1
  6878. | #define HAVE_GETPAGESIZE 1
  6879. | #define HAVE_GETPASS 1
  6880. | #define HAVE_GETTIMEOFDAY 1
  6881. | #define HAVE_INET_NTOA 1
  6882. | #define HAVE_LCHOWN 1
  6883. | #define HAVE_LOCALECONV 1
  6884. | #define HAVE_MEMCHR 1
  6885. | #define HAVE_MEMMOVE 1
  6886. | #define HAVE_MEMSET 1
  6887. | #define HAVE_MKDIR 1
  6888. | #define HAVE_MODF 1
  6889. | #define HAVE_MUNMAP 1
  6890. | #define HAVE_RMDIR 1
  6891. | #define HAVE_SELECT 1
  6892. | #define HAVE_SETENV 1
  6893. | #define HAVE_SETLOCALE 1
  6894. | #define HAVE_SOCKET 1
  6895. | #define HAVE_STRCASECMP 1
  6896. | #define HAVE_STRCHR 1
  6897. | #define HAVE_STRCSPN 1
  6898. | #define HAVE_STRDUP 1
  6899. | #define HAVE_STRERROR 1
  6900. | #define HAVE_STRNCASECMP 1
  6901. | #define HAVE_STRPBRK 1
  6902. | #define HAVE_STRRCHR 1
  6903. | #define HAVE_STRSPN 1
  6904. | #define HAVE_STRSTR 1
  6905. | #define HAVE_STRTOL 1
  6906. | #define HAVE_STRTOUL 1
  6907. | #define HAVE_SYSINFO 1
  6908. | #define HAVE_TZSET 1
  6909. | #define HAVE_UTIME 1
  6910. | #define HAVE_POSIX_FADVISE 1
  6911. | #define HAVE_LOCALTIME_R 1
  6912. | #define SIZEOF_INT 4
  6913. | #define SIZEOF_SIZE_T 8
  6914. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  6915. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  6916. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  6917. | #define HAVE_STD__U16STRING 1
  6918. | #define HAVE_STD__U32STRING 1
  6919. | #define HAVE_CHAR16_T 1
  6920. | #define HAVE_CHAR32_T 1
  6921. | #define SIZEOF_WCHAR_T 4
  6922. | #define HAVE_INOTIFY 1
  6923. | #define HAVE_PYTHON "2.7"
  6924. | #define HAVE_LIBGL 1
  6925. | #define HAVE_LIBGLU 1
  6926. | #define HAVE_MYSQL 1
  6927. | #define HAVE_OPENSSL 1
  6928. | #define HAVE_LIBGPG_ERROR 1
  6929. | #define HAVE_LIBGCRYPT 1
  6930. | #define HAVE_GCRYPT 1
  6931. | #define HAVE_GNUTLS 1
  6932. | #define HAVE_LIBBZ2 1
  6933. | #define HAVE_LIBPTHREAD 1
  6934. | #define HAVE_PTHREAD_SETNAME_NP 1
  6935. | #define HAVE_LIBLZO2 1
  6936. | #define HAVE_LIBZ 1
  6937. | #define HAVE_LIBCRYPTO 1
  6938. | #define HAVE_LIBSSL 1
  6939. | #define HAVE_LIBMYSQLCLIENT 1
  6940. | #define HAVE_LIBXSLT 1
  6941. | #define HAVE_LIBPCRECPP 1
  6942. | #define HAVE_LIBPCRE 1
  6943. | #define HAVE_LIBBLURAY 1
  6944. | #define HAVE_LIBBLURAY_BDJ 1
  6945. | #define HAVE_DBUS 1
  6946. | #define HAVE_LIBMICROHTTPD 1
  6947. | #define HAS_DVD_DRIVE 1
  6948. | #define HAS_ALSA 1
  6949. | #define HAVE_LIBPULSE 1
  6950. | #define HAVE_LIBAVAHI_COMMON 1
  6951. | #define HAVE_LIBAVAHI_CLIENT 1
  6952. | #define HAVE_X11 1
  6953. | #define HAVE_LIBSSH 1
  6954. | #define HAVE_LIBSMBCLIENT 1
  6955. | #define HAVE_NFSC_LIBNFS_H 1
  6956. | #define HAVE_LIBNFS 1
  6957. | #define HAVE_LIBPLIST 1
  6958. | #define HAVE_LIBUDEV 1
  6959. | #define HAVE_LIBCEC 1
  6960. | #define HAVE_LCMS2 1
  6961. | #define HAVE_LIBBLUETOOTH 1
  6962. | #define HAVE_SYS_CAPABILITY_H 1
  6963. | #define HAVE_LIBCAP 1
  6964. | #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  6965. | #define USE_STATIC_FFMPEG 1
  6966. | #define HAVE_LIBVDPAU /**/
  6967. | #define HAVE_LIBVA 1
  6968. | #define HAVE_DIRENT_H 1
  6969. | #define STDC_HEADERS 1
  6970. | #define HAVE_SYS_WAIT_H 1
  6971. | #define HAVE_ARPA_INET_H 1
  6972. | #define HAVE_FCNTL_H 1
  6973. | #define HAVE_FLOAT_H 1
  6974. | #define HAVE_INTTYPES_H 1
  6975. | #define HAVE_LIMITS_H 1
  6976. | #define HAVE_LOCALE_H 1
  6977. | #define HAVE_MALLOC_H 1
  6978. | #define HAVE_MEMORY_H 1
  6979. | #define HAVE_NETDB_H 1
  6980. | #define HAVE_NETINET_IN_H 1
  6981. | #define HAVE_STDDEF_H 1
  6982. | #define HAVE_STDINT_H 1
  6983. | #define HAVE_STDLIB_H 1
  6984. | #define HAVE_STRING_H 1
  6985. | #define HAVE_STRINGS_H 1
  6986. | #define HAVE_SYS_FILE_H 1
  6987. | #define HAVE_SYS_IOCTL_H 1
  6988. | #define HAVE_SYS_MOUNT_H 1
  6989. | #define HAVE_SYS_PARAM_H 1
  6990. | #define HAVE_SYS_SOCKET_H 1
  6991. | #define HAVE_SYS_TIME_H 1
  6992. | #define HAVE_SYS_TIMEB_H 1
  6993. | #define HAVE_SYS_VFS_H 1
  6994. | #define HAVE_TERMIOS_H 1
  6995. | #define HAVE_UNISTD_H 1
  6996. | #define HAVE_UTIME_H 1
  6997. | #define HAVE_WCHAR_H 1
  6998. | #define HAVE_WCTYPE_H 1
  6999. | #define HAVE_CDIO_ISO9660_H 1
  7000. | #define HAVE__BOOL 1
  7001. | #define HAVE_STDBOOL_H 1
  7002. | #define restrict __restrict
  7003. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7004. | #define TIME_WITH_SYS_TIME 1
  7005. | /* end confdefs.h. */
  7006. | #include <sys/types.h>
  7007. | #include <sys/param.h>
  7008. |
  7009. | int
  7010. | main ()
  7011. | {
  7012. | #if BYTE_ORDER != BIG_ENDIAN
  7013. | not big endian
  7014. | #endif
  7015. |
  7016. | ;
  7017. | return 0;
  7018. | }
  7019. configure:30901: result: no
  7020. configure:31013: checking for TexturePacker
  7021. configure:31031: found /home/media/software/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker
  7022. configure:31044: result: /home/media/software/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker
  7023. configure:31086: checking for ccache
  7024. configure:31104: found /usr/bin/ccache
  7025. configure:31117: result: /usr/bin/ccache
  7026. configure:31136: enabling ccache
  7027. configure:31160: == Google Test Framework will be configured. ==
  7028. configure:31653: checking that generated files are newer than configure
  7029. configure:31659: result: done
  7030. configure:31695: creating ./config.status
  7031.  
  7032. ## ---------------------- ##
  7033. ## Running config.status. ##
  7034. ## ---------------------- ##
  7035.  
  7036. This file was extended by kodi config.status 16.9.804, which was
  7037. generated by GNU Autoconf 2.69. Invocation command line was
  7038.  
  7039. CONFIG_FILES =
  7040. CONFIG_HEADERS =
  7041. CONFIG_LINKS =
  7042. CONFIG_COMMANDS =
  7043. $ ./config.status
  7044.  
  7045. on bender
  7046.  
  7047. config.status:1570: creating .dummy
  7048. config.status:1570: creating Makefile
  7049. config.status:1570: creating Makefile.include
  7050. config.status:1570: creating addons/skin.estuary/media/Makefile
  7051. config.status:1570: creating addons/skin.estouchy/media/Makefile
  7052. config.status:1570: creating xbmc/Makefile
  7053. config.status:1570: creating xbmc/addons/binary/interfaces/Makefile
  7054. config.status:1570: creating xbmc/cdrip/Makefile
  7055. config.status:1570: creating xbmc/cores/Makefile
  7056. config.status:1570: creating xbmc/cores/VideoPlayer/VideoRenderers/Makefile
  7057. config.status:1570: creating xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/Makefile
  7058. config.status:1570: creating xbmc/cores/VideoPlayer/Makefile
  7059. config.status:1570: creating lib/libdvd/Makefile
  7060. config.status:1570: creating xbmc/cores/DllLoader/Makefile
  7061. config.status:1570: creating xbmc/cores/DllLoader/exports/Makefile
  7062. config.status:1570: creating xbmc/cores/VideoPlayer/DVDCodecs/Makefile
  7063. config.status:1570: creating xbmc/cores/VideoPlayer/DVDCodecs/Audio/Makefile
  7064. config.status:1570: creating xbmc/cores/VideoPlayer/DVDCodecs/Overlay/Makefile
  7065. config.status:1570: creating xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile
  7066. config.status:1570: creating xbmc/cores/VideoPlayer/DVDDemuxers/Makefile
  7067. config.status:1570: creating xbmc/cores/VideoPlayer/DVDSubtitles/Makefile
  7068. config.status:1570: creating xbmc/cores/VideoPlayer/Process/Makefile
  7069. config.status:1570: creating xbmc/cores/AudioEngine/Makefile
  7070. config.status:1570: creating xbmc/cores/paplayer/Makefile
  7071. config.status:1570: creating xbmc/cores/omxplayer/Makefile
  7072. config.status:1570: creating xbmc/cores/playercorefactory/Makefile
  7073. config.status:1570: creating xbmc/messaging/Makefile
  7074. config.status:1570: creating xbmc/messaging/helpers/Makefile
  7075. config.status:1570: creating xbmc/guilib/Makefile
  7076. config.status:1570: creating xbmc/input/linux/Makefile
  7077. config.status:1570: creating xbmc/interfaces/Makefile
  7078. config.status:1570: creating xbmc/interfaces/builtins/Makefile
  7079. config.status:1570: creating xbmc/network/Makefile
  7080. config.status:1570: creating xbmc/network/upnp/Makefile
  7081. config.status:1570: creating lib/libexif/Makefile
  7082. config.status:1570: creating lib/libUPnP/Makefile
  7083. config.status:1570: creating xbmc/DllPaths_generated.h
  7084. config.status:1570: creating xbmc/DllPaths_generated_android.h
  7085. config.status:1570: creating xbmc/freebsd/Makefile
  7086. config.status:1570: creating xbmc/linux/Makefile
  7087. config.status:1570: creating xbmc/filesystem/Makefile
  7088. config.status:1570: creating xbmc/windowing/Makefile
  7089. config.status:1570: creating xbmc/windowing/egl/Makefile
  7090. config.status:1570: creating lib/addons/library.xbmc.addon/Makefile
  7091. config.status:1570: creating lib/addons/library.kodi.adsp/Makefile
  7092. config.status:1570: creating lib/addons/library.kodi.audioengine/Makefile
  7093. config.status:1570: creating lib/addons/library.xbmc.codec/Makefile
  7094. config.status:1570: creating lib/addons/library.kodi.guilib/Makefile
  7095. config.status:1570: creating lib/addons/library.kodi.peripheral/Makefile
  7096. config.status:1570: creating lib/addons/library.xbmc.pvr/Makefile
  7097. config.status:1570: creating lib/addons/library.kodi.inputstream/Makefile
  7098. config.status:1570: creating tools/Linux/kodi.sh
  7099. config.status:1570: creating tools/Linux/kodi-standalone.sh
  7100. config.status:1570: creating tools/Linux/kodi-xsession.desktop
  7101. config.status:1570: creating tools/EventClients/Makefile
  7102. config.status:1570: creating tools/EventClients/Clients/OSXRemote/Makefile
  7103. config.status:1570: creating xbmc/peripherals/addons/Makefile
  7104. config.status:1570: creating xbmc/peripherals/bus/Makefile
  7105. config.status:1570: creating xbmc/peripherals/devices/Makefile
  7106. config.status:1570: creating xbmc/platform/posix/Makefile
  7107. config.status:1570: creating xbmc/platform/darwin/osx/Makefile
  7108. config.status:1570: creating xbmc/platform/android/activity/Makefile
  7109. config.status:1570: creating xbmc/platform/android/loader/Makefile
  7110. config.status:1570: creating xbmc/platform/android/jni/Makefile
  7111. config.status:1570: creating xbmc/utils/Makefile
  7112. config.status:1570: creating xbmc/platform/Makefile
  7113. config.status:1570: creating tools/darwin/Configurations/App.xcconfig
  7114. config.status:1570: creating tools/darwin/Configurations/Common.xcconfig
  7115. config.status:1570: creating tools/darwin/packaging/ios/mkdeb-ios.sh
  7116. config.status:1570: creating tools/darwin/packaging/osx/mkdmg-osx.sh
  7117. config.status:1570: creating tools/darwin/packaging/migrate_to_kodi_ios.sh
  7118. config.status:1570: creating xbmc/platform/darwin/osx/Info.plist
  7119. config.status:1570: creating xbmc/platform/darwin/ios/Info.plist
  7120. config.status:1570: creating project/cmake/KodiConfig.cmake
  7121. config.status:1570: creating tools/android/packaging/xbmc/AndroidManifest.xml
  7122. config.status:1570: creating tools/android/packaging/Makefile
  7123. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java
  7124. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java
  7125. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java
  7126. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCInputDeviceListener.java
  7127. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java
  7128. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCSettingsContentObserver.java
  7129. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnAudioFocusChangeListener.java
  7130. config.status:1570: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCVideoView.java
  7131. config.status:1570: creating tools/android/packaging/xbmc/activity_main.xml
  7132. config.status:1570: creating tools/android/packaging/xbmc/strings.xml
  7133. config.status:1570: creating addons/xbmc.addon/addon.xml
  7134. config.status:1570: creating xbmc/network/httprequesthandler/python/Makefile
  7135. config.status:1570: creating xbmc/linux/sse4/Makefile
  7136. config.status:1570: creating xbmc/interfaces/python/Makefile
  7137. config.status:1570: creating xbmc/interfaces/python/test/Makefile
  7138. config.status:1570: creating xbmc/config.h
  7139. config.status:1804: executing depfiles commands
  7140. config.status:1804: executing libtool commands
  7141.  
  7142. ## ---------------- ##
  7143. ## Cache variables. ##
  7144. ## ---------------- ##
  7145.  
  7146. ac_cv_build=x86_64-pc-linux-gnu
  7147. ac_cv_build_prog_CPP='gcc -E'
  7148. ac_cv_build_prog_CXXCPP='g++ -E'
  7149. ac_cv_build_prog_cc_g=yes
  7150. ac_cv_build_prog_cxx_g=yes
  7151. ac_cv_c_bigendian=no
  7152. ac_cv_c_compiler_gnu=yes
  7153. ac_cv_c_const=yes
  7154. ac_cv_c_inline=inline
  7155. ac_cv_c_int16_t=yes
  7156. ac_cv_c_int32_t=yes
  7157. ac_cv_c_int64_t=yes
  7158. ac_cv_c_int8_t=yes
  7159. ac_cv_c_restrict=__restrict
  7160. ac_cv_c_uint16_t=yes
  7161. ac_cv_c_uint32_t=yes
  7162. ac_cv_c_uint64_t=yes
  7163. ac_cv_c_uint8_t=yes
  7164. ac_cv_cxx_compiler_gnu=yes
  7165. ac_cv_env_ALSA_CFLAGS_set=
  7166. ac_cv_env_ALSA_CFLAGS_value=
  7167. ac_cv_env_ALSA_LIBS_set=
  7168. ac_cv_env_ALSA_LIBS_value=
  7169. ac_cv_env_BLUETOOTH_CFLAGS_set=
  7170. ac_cv_env_BLUETOOTH_CFLAGS_value=
  7171. ac_cv_env_BLUETOOTH_LIBS_set=
  7172. ac_cv_env_BLUETOOTH_LIBS_value=
  7173. ac_cv_env_CCC_set=
  7174. ac_cv_env_CCC_value=
  7175. ac_cv_env_CC_set=
  7176. ac_cv_env_CC_value=
  7177. ac_cv_env_CDIO_CFLAGS_set=
  7178. ac_cv_env_CDIO_CFLAGS_value=
  7179. ac_cv_env_CDIO_LIBS_set=
  7180. ac_cv_env_CDIO_LIBS_value=
  7181. ac_cv_env_CEC_CFLAGS_set=
  7182. ac_cv_env_CEC_CFLAGS_value=
  7183. ac_cv_env_CEC_LIBS_set=
  7184. ac_cv_env_CEC_LIBS_value=
  7185. ac_cv_env_CFLAGS_set=
  7186. ac_cv_env_CFLAGS_value=
  7187. ac_cv_env_CPPFLAGS_set=
  7188. ac_cv_env_CPPFLAGS_value=
  7189. ac_cv_env_CPP_set=
  7190. ac_cv_env_CPP_value=
  7191. ac_cv_env_CXXCPP_set=
  7192. ac_cv_env_CXXCPP_value=
  7193. ac_cv_env_CXXFLAGS_set=
  7194. ac_cv_env_CXXFLAGS_value=
  7195. ac_cv_env_CXX_set=
  7196. ac_cv_env_CXX_value=
  7197. ac_cv_env_DBUS_CFLAGS_set=
  7198. ac_cv_env_DBUS_CFLAGS_value=
  7199. ac_cv_env_DBUS_LIBS_set=
  7200. ac_cv_env_DBUS_LIBS_value=
  7201. ac_cv_env_DRM_CFLAGS_set=
  7202. ac_cv_env_DRM_CFLAGS_value=
  7203. ac_cv_env_DRM_LIBS_set=
  7204. ac_cv_env_DRM_LIBS_value=
  7205. ac_cv_env_EGL_CFLAGS_set=
  7206. ac_cv_env_EGL_CFLAGS_value=
  7207. ac_cv_env_EGL_LIBS_set=
  7208. ac_cv_env_EGL_LIBS_value=
  7209. ac_cv_env_FFMPEG_CFLAGS_set=
  7210. ac_cv_env_FFMPEG_CFLAGS_value=
  7211. ac_cv_env_FFMPEG_LIBS_set=
  7212. ac_cv_env_FFMPEG_LIBS_value=
  7213. ac_cv_env_FREETYPE2_CFLAGS_set=
  7214. ac_cv_env_FREETYPE2_CFLAGS_value=
  7215. ac_cv_env_FREETYPE2_LIBS_set=
  7216. ac_cv_env_FREETYPE2_LIBS_value=
  7217. ac_cv_env_FRIBIDI_CFLAGS_set=
  7218. ac_cv_env_FRIBIDI_CFLAGS_value=
  7219. ac_cv_env_FRIBIDI_LIBS_set=
  7220. ac_cv_env_FRIBIDI_LIBS_value=
  7221. ac_cv_env_GNUTLS_CFLAGS_set=
  7222. ac_cv_env_GNUTLS_CFLAGS_value=
  7223. ac_cv_env_GNUTLS_LIBS_set=
  7224. ac_cv_env_GNUTLS_LIBS_value=
  7225. ac_cv_env_LCMS2_CFLAGS_set=
  7226. ac_cv_env_LCMS2_CFLAGS_value=
  7227. ac_cv_env_LCMS2_LIBS_set=
  7228. ac_cv_env_LCMS2_LIBS_value=
  7229. ac_cv_env_LDFLAGS_set=
  7230. ac_cv_env_LDFLAGS_value=
  7231. ac_cv_env_LIBBLURAY_CFLAGS_set=
  7232. ac_cv_env_LIBBLURAY_CFLAGS_value=
  7233. ac_cv_env_LIBBLURAY_LIBS_set=
  7234. ac_cv_env_LIBBLURAY_LIBS_value=
  7235. ac_cv_env_LIBCURL_CFLAGS_set=
  7236. ac_cv_env_LIBCURL_CFLAGS_value=
  7237. ac_cv_env_LIBCURL_LIBS_set=
  7238. ac_cv_env_LIBCURL_LIBS_value=
  7239. ac_cv_env_LIBSSH_CFLAGS_set=
  7240. ac_cv_env_LIBSSH_CFLAGS_value=
  7241. ac_cv_env_LIBSSH_LIBS_set=
  7242. ac_cv_env_LIBSSH_LIBS_value=
  7243. ac_cv_env_LIBS_set=
  7244. ac_cv_env_LIBS_value=
  7245. ac_cv_env_LIBVA_CFLAGS_set=
  7246. ac_cv_env_LIBVA_CFLAGS_value=
  7247. ac_cv_env_LIBVA_LIBS_set=
  7248. ac_cv_env_LIBVA_LIBS_value=
  7249. ac_cv_env_LIBXML_CFLAGS_set=
  7250. ac_cv_env_LIBXML_CFLAGS_value=
  7251. ac_cv_env_LIBXML_LIBS_set=
  7252. ac_cv_env_LIBXML_LIBS_value=
  7253. ac_cv_env_LIBXSLT_CFLAGS_set=
  7254. ac_cv_env_LIBXSLT_CFLAGS_value=
  7255. ac_cv_env_LIBXSLT_LIBS_set=
  7256. ac_cv_env_LIBXSLT_LIBS_value=
  7257. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  7258. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  7259. ac_cv_env_OPENSSL_CFLAGS_set=
  7260. ac_cv_env_OPENSSL_CFLAGS_value=
  7261. ac_cv_env_OPENSSL_LIBS_set=
  7262. ac_cv_env_OPENSSL_LIBS_value=
  7263. ac_cv_env_PCRECPP_CFLAGS_set=
  7264. ac_cv_env_PCRECPP_CFLAGS_value=
  7265. ac_cv_env_PCRECPP_LIBS_set=
  7266. ac_cv_env_PCRECPP_LIBS_value=
  7267. ac_cv_env_PCRE_CFLAGS_set=
  7268. ac_cv_env_PCRE_CFLAGS_value=
  7269. ac_cv_env_PCRE_LIBS_set=
  7270. ac_cv_env_PCRE_LIBS_value=
  7271. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  7272. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  7273. ac_cv_env_PKG_CONFIG_PATH_set=
  7274. ac_cv_env_PKG_CONFIG_PATH_value=
  7275. ac_cv_env_PKG_CONFIG_set=
  7276. ac_cv_env_PKG_CONFIG_value=
  7277. ac_cv_env_PULSE_CFLAGS_set=
  7278. ac_cv_env_PULSE_CFLAGS_value=
  7279. ac_cv_env_PULSE_LIBS_set=
  7280. ac_cv_env_PULSE_LIBS_value=
  7281. ac_cv_env_PYTHON_VERSION_set=
  7282. ac_cv_env_PYTHON_VERSION_value=
  7283. ac_cv_env_SAMBA_CFLAGS_set=
  7284. ac_cv_env_SAMBA_CFLAGS_value=
  7285. ac_cv_env_SAMBA_LIBS_set=
  7286. ac_cv_env_SAMBA_LIBS_value=
  7287. ac_cv_env_SQLITE3_CFLAGS_set=
  7288. ac_cv_env_SQLITE3_CFLAGS_value=
  7289. ac_cv_env_SQLITE3_LIBS_set=
  7290. ac_cv_env_SQLITE3_LIBS_value=
  7291. ac_cv_env_TAGLIB_CFLAGS_set=
  7292. ac_cv_env_TAGLIB_CFLAGS_value=
  7293. ac_cv_env_TAGLIB_LIBS_set=
  7294. ac_cv_env_TAGLIB_LIBS_value=
  7295. ac_cv_env_TINYXML_CFLAGS_set=
  7296. ac_cv_env_TINYXML_CFLAGS_value=
  7297. ac_cv_env_TINYXML_LIBS_set=
  7298. ac_cv_env_TINYXML_LIBS_value=
  7299. ac_cv_env_UDEV_CFLAGS_set=
  7300. ac_cv_env_UDEV_CFLAGS_value=
  7301. ac_cv_env_UDEV_LIBS_set=
  7302. ac_cv_env_UDEV_LIBS_value=
  7303. ac_cv_env_USB_CFLAGS_set=
  7304. ac_cv_env_USB_CFLAGS_value=
  7305. ac_cv_env_USB_LIBS_set=
  7306. ac_cv_env_USB_LIBS_value=
  7307. ac_cv_env_UUID_CFLAGS_set=
  7308. ac_cv_env_UUID_CFLAGS_value=
  7309. ac_cv_env_UUID_LIBS_set=
  7310. ac_cv_env_UUID_LIBS_value=
  7311. ac_cv_env_X11_CFLAGS_set=
  7312. ac_cv_env_X11_CFLAGS_value=
  7313. ac_cv_env_X11_LIBS_set=
  7314. ac_cv_env_X11_LIBS_value=
  7315. ac_cv_env_XEXT_CFLAGS_set=
  7316. ac_cv_env_XEXT_CFLAGS_value=
  7317. ac_cv_env_XEXT_LIBS_set=
  7318. ac_cv_env_XEXT_LIBS_value=
  7319. ac_cv_env_XRANDR_CFLAGS_set=
  7320. ac_cv_env_XRANDR_CFLAGS_value=
  7321. ac_cv_env_XRANDR_LIBS_set=
  7322. ac_cv_env_XRANDR_LIBS_value=
  7323. ac_cv_env_YAJL_CFLAGS_set=
  7324. ac_cv_env_YAJL_CFLAGS_value=
  7325. ac_cv_env_YAJL_LIBS_set=
  7326. ac_cv_env_YAJL_LIBS_value=
  7327. ac_cv_env_ZIP_CFLAGS_set=
  7328. ac_cv_env_ZIP_CFLAGS_value=
  7329. ac_cv_env_ZIP_LIBS_set=
  7330. ac_cv_env_ZIP_LIBS_value=
  7331. ac_cv_env_build_alias_set=
  7332. ac_cv_env_build_alias_value=
  7333. ac_cv_env_host_alias_set=
  7334. ac_cv_env_host_alias_value=
  7335. ac_cv_env_target_alias_set=
  7336. ac_cv_env_target_alias_value=
  7337. ac_cv_func__doprnt=no
  7338. ac_cv_func_alarm=yes
  7339. ac_cv_func_alloca_works=yes
  7340. ac_cv_func_atexit=yes
  7341. ac_cv_func_chown_works=yes
  7342. ac_cv_func_closedir_void=no
  7343. ac_cv_func_dup2=yes
  7344. ac_cv_func_fdatasync=yes
  7345. ac_cv_func_floor=no
  7346. ac_cv_func_fs_stat_dev=no
  7347. ac_cv_func_ftime=yes
  7348. ac_cv_func_ftruncate=yes
  7349. ac_cv_func_getcwd=yes
  7350. ac_cv_func_gethostbyaddr=yes
  7351. ac_cv_func_gethostbyname=yes
  7352. ac_cv_func_gethostname=yes
  7353. ac_cv_func_getpagesize=yes
  7354. ac_cv_func_getpass=yes
  7355. ac_cv_func_gettimeofday=yes
  7356. ac_cv_func_inet_ntoa=yes
  7357. ac_cv_func_lchown=yes
  7358. ac_cv_func_localeconv=yes
  7359. ac_cv_func_localtime_r=yes
  7360. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  7361. ac_cv_func_lstat_empty_string_bug=no
  7362. ac_cv_func_memchr=yes
  7363. ac_cv_func_memcmp_working=yes
  7364. ac_cv_func_memmove=yes
  7365. ac_cv_func_memset=yes
  7366. ac_cv_func_mkdir=yes
  7367. ac_cv_func_mmap_fixed_mapped=yes
  7368. ac_cv_func_modf=yes
  7369. ac_cv_func_munmap=yes
  7370. ac_cv_func_posix_fadvise=yes
  7371. ac_cv_func_pow=no
  7372. ac_cv_func_rmdir=yes
  7373. ac_cv_func_select=yes
  7374. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  7375. ac_cv_func_setenv=yes
  7376. ac_cv_func_setlocale=yes
  7377. ac_cv_func_setvbuf_reversed=no
  7378. ac_cv_func_socket=yes
  7379. ac_cv_func_sqrt=no
  7380. ac_cv_func_stat_empty_string_bug=no
  7381. ac_cv_func_strcasecmp=yes
  7382. ac_cv_func_strchr=yes
  7383. ac_cv_func_strcoll_works=yes
  7384. ac_cv_func_strcspn=yes
  7385. ac_cv_func_strdup=yes
  7386. ac_cv_func_strerror=yes
  7387. ac_cv_func_strftime=yes
  7388. ac_cv_func_strncasecmp=yes
  7389. ac_cv_func_strpbrk=yes
  7390. ac_cv_func_strrchr=yes
  7391. ac_cv_func_strspn=yes
  7392. ac_cv_func_strstr=yes
  7393. ac_cv_func_strtod=yes
  7394. ac_cv_func_strtol=yes
  7395. ac_cv_func_strtoul=yes
  7396. ac_cv_func_sysinfo=yes
  7397. ac_cv_func_tzset=yes
  7398. ac_cv_func_utime=yes
  7399. ac_cv_func_utime_null=yes
  7400. ac_cv_func_vprintf=yes
  7401. ac_cv_func_working_mktime=yes
  7402. ac_cv_have_decl_BD_EVENT_IDLE=yes
  7403. ac_cv_header_arpa_inet_h=yes
  7404. ac_cv_header_ass_ass_h=yes
  7405. ac_cv_header_cdio_iso9660_h=yes
  7406. ac_cv_header_dirent_dirent_h=yes
  7407. ac_cv_header_dlfcn_h=yes
  7408. ac_cv_header_fcntl_h=yes
  7409. ac_cv_header_float_h=yes
  7410. ac_cv_header_gcrypt_h=yes
  7411. ac_cv_header_inttypes_h=yes
  7412. ac_cv_header_limits_h=yes
  7413. ac_cv_header_locale_h=yes
  7414. ac_cv_header_malloc_h=yes
  7415. ac_cv_header_memory_h=yes
  7416. ac_cv_header_netdb_h=yes
  7417. ac_cv_header_netinet_in_h=yes
  7418. ac_cv_header_nfsc_libnfs_h=yes
  7419. ac_cv_header_plist_plist_h=yes
  7420. ac_cv_header_shairplay_raop_h=no
  7421. ac_cv_header_stat_broken=no
  7422. ac_cv_header_stdbool_h=yes
  7423. ac_cv_header_stdc=yes
  7424. ac_cv_header_stddef_h=yes
  7425. ac_cv_header_stdint_h=yes
  7426. ac_cv_header_stdlib_h=yes
  7427. ac_cv_header_string_h=yes
  7428. ac_cv_header_strings_h=yes
  7429. ac_cv_header_sys_capability_h=yes
  7430. ac_cv_header_sys_file_h=yes
  7431. ac_cv_header_sys_inotify_h=yes
  7432. ac_cv_header_sys_ioctl_h=yes
  7433. ac_cv_header_sys_mount_h=yes
  7434. ac_cv_header_sys_param_h=yes
  7435. ac_cv_header_sys_select_h=yes
  7436. ac_cv_header_sys_socket_h=yes
  7437. ac_cv_header_sys_stat_h=yes
  7438. ac_cv_header_sys_time_h=yes
  7439. ac_cv_header_sys_timeb_h=yes
  7440. ac_cv_header_sys_types_h=yes
  7441. ac_cv_header_sys_vfs_h=yes
  7442. ac_cv_header_sys_wait_h=yes
  7443. ac_cv_header_termios_h=yes
  7444. ac_cv_header_time=yes
  7445. ac_cv_header_unistd_h=yes
  7446. ac_cv_header_utime_h=yes
  7447. ac_cv_header_vdpau_vdpau_h=yes
  7448. ac_cv_header_wchar_h=yes
  7449. ac_cv_header_wctype_h=yes
  7450. ac_cv_host=x86_64-pc-linux-gnu
  7451. ac_cv_lib_GLU_main=yes
  7452. ac_cv_lib_GL_main=yes
  7453. ac_cv_lib_avahi_client_main=yes
  7454. ac_cv_lib_avahi_common_main=yes
  7455. ac_cv_lib_bluray_bd_register_argb_overlay_proc=yes
  7456. ac_cv_lib_bz2_main=yes
  7457. ac_cv_lib_cap_main=yes
  7458. ac_cv_lib_crypto_main=yes
  7459. ac_cv_lib_error_at_line=yes
  7460. ac_cv_lib_gcrypt_gcry_control=yes
  7461. ac_cv_lib_gpg_error_main=yes
  7462. ac_cv_lib_lzo2_main=yes
  7463. ac_cv_lib_mDNSEmbedded_embedded_mDNSInit=no
  7464. ac_cv_lib_microhttpd_main=yes
  7465. ac_cv_lib_mysqlclient_main=yes
  7466. ac_cv_lib_pthread_main=yes
  7467. ac_cv_lib_pthread_pthread_setname_np=yes
  7468. ac_cv_lib_ssl_main=yes
  7469. ac_cv_lib_z_main=yes
  7470. ac_cv_member_struct_stat_st_rdev=yes
  7471. ac_cv_objext=o
  7472. ac_cv_path_CCACHE=/usr/bin/ccache
  7473. ac_cv_path_DOXYGEN_EXE=/usr/bin/doxygen
  7474. ac_cv_path_EGREP='/bin/grep -E'
  7475. ac_cv_path_FGREP='/bin/grep -F'
  7476. ac_cv_path_GREP=/bin/grep
  7477. ac_cv_path_JAVA_EXE=/usr/bin/java
  7478. ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
  7479. ac_cv_path_PYTHON=/usr/bin/python
  7480. ac_cv_path_SED=/bin/sed
  7481. ac_cv_path_SWIG_EXE=/usr/bin/swig
  7482. ac_cv_path_TEXTUREPACKER=/home/media/software/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker
  7483. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  7484. ac_cv_path_install='/usr/bin/install -c'
  7485. ac_cv_path_lt_DD=/bin/dd
  7486. ac_cv_path_mkdir=/bin/mkdir
  7487. ac_cv_prog_AWK=gawk
  7488. ac_cv_prog_CPP='gcc -E'
  7489. ac_cv_prog_CXXCPP='g++ -E'
  7490. ac_cv_prog_HAVE_CMAKE=yes
  7491. ac_cv_prog_HAVE_GAWK=yes
  7492. ac_cv_prog_HAVE_GIT=yes
  7493. ac_cv_prog_HAVE_GPERF=yes
  7494. ac_cv_prog_HAVE_UNZIP=yes
  7495. ac_cv_prog_HAVE_ZIP=yes
  7496. ac_cv_prog_ac_ct_AR=ar
  7497. ac_cv_prog_ac_ct_CC=gcc
  7498. ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
  7499. ac_cv_prog_ac_ct_CXX=g++
  7500. ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
  7501. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  7502. ac_cv_prog_ac_ct_OBJDUMP=objdump
  7503. ac_cv_prog_ac_ct_RANLIB=ranlib
  7504. ac_cv_prog_ac_ct_STRIP=strip
  7505. ac_cv_prog_cc_c89=
  7506. ac_cv_prog_cc_g=yes
  7507. ac_cv_prog_cxx_g=yes
  7508. ac_cv_prog_gcc_traditional=no
  7509. ac_cv_prog_make_make_set=yes
  7510. ac_cv_search___dn_expand=-lresolv
  7511. ac_cv_search__dn_expand=no
  7512. ac_cv_search_clock_gettime='none required'
  7513. ac_cv_search_dlopen='none required'
  7514. ac_cv_search_dn_expand=no
  7515. ac_cv_search_iconv_open='none required'
  7516. ac_cv_search_opendir='none required'
  7517. ac_cv_sizeof_int=4
  7518. ac_cv_sizeof_size_t=8
  7519. ac_cv_sizeof_wchar_t=4
  7520. ac_cv_struct_tm=time.h
  7521. ac_cv_sys_largefile_source=no
  7522. ac_cv_type__Bool=yes
  7523. ac_cv_type_char16_t=yes
  7524. ac_cv_type_char32_t=yes
  7525. ac_cv_type_mode_t=yes
  7526. ac_cv_type_off_t=yes
  7527. ac_cv_type_pid_t=yes
  7528. ac_cv_type_signal=void
  7529. ac_cv_type_size_t=yes
  7530. ac_cv_type_ssize_t=yes
  7531. ac_cv_type_std__u16string=yes
  7532. ac_cv_type_std__u32string=yes
  7533. ac_cv_type_uid_t=yes
  7534. ac_cv_working_alloca_h=yes
  7535. am_cv_CC_dependencies_compiler_type=none
  7536. am_cv_CXX_dependencies_compiler_type=none
  7537. am_cv_make_support_nested_variables=yes
  7538. am_cv_prog_cc_c_o=yes
  7539. ax_cv_cxx_compile_cxx11=yes
  7540. lt_cv_ar_at_file=@
  7541. lt_cv_archive_cmds_need_lc=no
  7542. lt_cv_deplibs_check_method=pass_all
  7543. lt_cv_file_magic_cmd='$MAGIC_CMD'
  7544. lt_cv_file_magic_test_file=
  7545. lt_cv_ld_reload_flag=-r
  7546. lt_cv_nm_interface='BSD nm'
  7547. lt_cv_objdir=.libs
  7548. lt_cv_path_LD=/usr/bin/ld
  7549. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  7550. lt_cv_path_NM='/usr/bin/nm -B'
  7551. lt_cv_path_mainfest_tool=no
  7552. lt_cv_prog_compiler_c_o=yes
  7553. lt_cv_prog_compiler_c_o_CXX=yes
  7554. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  7555. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  7556. lt_cv_prog_compiler_pic_works=yes
  7557. lt_cv_prog_compiler_pic_works_CXX=yes
  7558. lt_cv_prog_compiler_rtti_exceptions=no
  7559. lt_cv_prog_compiler_static_works=yes
  7560. lt_cv_prog_compiler_static_works_CXX=yes
  7561. lt_cv_prog_gnu_ld=yes
  7562. lt_cv_prog_gnu_ldcxx=yes
  7563. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  7564. lt_cv_shlibpath_overrides_runpath=no
  7565. 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'\'''
  7566. 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'\'''
  7567. 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'\'''
  7568. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  7569. lt_cv_sys_global_symbol_to_import=
  7570. lt_cv_sys_max_cmd_len=1572864
  7571. lt_cv_to_host_file_cmd=func_convert_file_noop
  7572. lt_cv_to_tool_file_cmd=func_convert_file_noop
  7573. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  7574. pkg_cv_ALSA_CFLAGS=-I/usr/include/alsa
  7575. pkg_cv_ALSA_LIBS=-lasound
  7576. pkg_cv_BLUETOOTH_CFLAGS=
  7577. pkg_cv_BLUETOOTH_LIBS=-lbluetooth
  7578. pkg_cv_CDIO_CFLAGS=
  7579. pkg_cv_CDIO_LIBS='-lcdio -lm'
  7580. pkg_cv_CEC_CFLAGS=-I/usr/include/libcec
  7581. pkg_cv_CEC_LIBS='-L/usr//usr/lib/x86_64-linux-gnu -lcec -lp8-platform'
  7582. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include'
  7583. pkg_cv_DBUS_LIBS=-ldbus-1
  7584. pkg_cv_DRM_CFLAGS=-I/usr/include/libdrm
  7585. pkg_cv_DRM_LIBS=-ldrm
  7586. pkg_cv_EGL_CFLAGS=-I/usr/include/libdrm
  7587. pkg_cv_EGL_LIBS=-lEGL
  7588. pkg_cv_FFMPEG_CFLAGS=-I/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include
  7589. pkg_cv_FFMPEG_LIBS='-L/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lavformat -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lavcodec -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lpostproc -lswscale -lm -lswresample -lm -lavutil -lm'
  7590. pkg_cv_FREETYPE2_CFLAGS=-I/usr/include/freetype2
  7591. pkg_cv_FREETYPE2_LIBS=-lfreetype
  7592. pkg_cv_FRIBIDI_CFLAGS=-I/usr/include/fribidi
  7593. pkg_cv_FRIBIDI_LIBS=-lfribidi
  7594. pkg_cv_GNUTLS_CFLAGS=-I/usr/include/p11-kit-1
  7595. pkg_cv_GNUTLS_LIBS=-lgnutls
  7596. pkg_cv_LCMS2_CFLAGS=
  7597. pkg_cv_LCMS2_LIBS=-llcms2
  7598. pkg_cv_LIBBLURAY_CFLAGS=
  7599. pkg_cv_LIBBLURAY_LIBS=-lbluray
  7600. pkg_cv_LIBCURL_CFLAGS=
  7601. pkg_cv_LIBCURL_LIBS=-lcurl
  7602. pkg_cv_LIBSSH_CFLAGS=
  7603. pkg_cv_LIBSSH_LIBS=-lssh
  7604. pkg_cv_LIBVA_CFLAGS=
  7605. pkg_cv_LIBVA_LIBS='-lva-x11 -lva'
  7606. pkg_cv_LIBXML_CFLAGS=-I/usr/include/libxml2
  7607. pkg_cv_LIBXML_LIBS=-lxml2
  7608. pkg_cv_LIBXSLT_CFLAGS=-I/usr/include/libxml2
  7609. pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2'
  7610. pkg_cv_OPENSSL_CFLAGS=
  7611. pkg_cv_OPENSSL_LIBS='-lssl -lcrypto'
  7612. pkg_cv_PCRECPP_CFLAGS=
  7613. pkg_cv_PCRECPP_LIBS='-lpcre -lpcrecpp'
  7614. pkg_cv_PCRE_CFLAGS=
  7615. pkg_cv_PCRE_LIBS=-lpcre
  7616. pkg_cv_PULSE_CFLAGS=-D_REENTRANT
  7617. pkg_cv_PULSE_LIBS=-lpulse
  7618. pkg_cv_SAMBA_CFLAGS=-I/usr/include/samba-4.0
  7619. pkg_cv_SAMBA_LIBS=-lsmbclient
  7620. pkg_cv_SQLITE3_CFLAGS=
  7621. pkg_cv_SQLITE3_LIBS=-lsqlite3
  7622. pkg_cv_TAGLIB_CFLAGS=-I/usr/include/taglib
  7623. pkg_cv_TAGLIB_LIBS=-ltag
  7624. pkg_cv_TINYXML_CFLAGS=
  7625. pkg_cv_TINYXML_LIBS=-ltinyxml
  7626. pkg_cv_UDEV_CFLAGS=
  7627. pkg_cv_UDEV_LIBS=-ludev
  7628. pkg_cv_UUID_CFLAGS=-I/usr/include/uuid
  7629. pkg_cv_UUID_LIBS=-luuid
  7630. pkg_cv_X11_CFLAGS=
  7631. pkg_cv_X11_LIBS=-lX11
  7632. pkg_cv_XEXT_CFLAGS=
  7633. pkg_cv_XEXT_LIBS=-lXext
  7634. pkg_cv_XRANDR_CFLAGS=
  7635. pkg_cv_XRANDR_LIBS=-lXrandr
  7636. pkg_cv_YAJL_CFLAGS=-I/usr/include/yajl
  7637. pkg_cv_YAJL_LIBS=-lyajl
  7638.  
  7639. ## ----------------- ##
  7640. ## Output variables. ##
  7641. ## ----------------- ##
  7642.  
  7643. ACLOCAL='${SHELL} /home/media/software/xbmc/build-aux/missing aclocal-1.15'
  7644. ALLOCA=''
  7645. ALSA_CFLAGS='-I/usr/include/alsa'
  7646. ALSA_LIBS='-lasound'
  7647. AMDEPBACKSLASH='\'
  7648. AMDEP_FALSE='#'
  7649. AMDEP_TRUE=''
  7650. AMTAR='$${TAR-tar}'
  7651. AM_BACKSLASH='\'
  7652. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  7653. AM_DEFAULT_VERBOSITY='1'
  7654. AM_V='$(V)'
  7655. APP_ADDON_API='16.9.804'
  7656. APP_DATA_DIR='/usr/local/share/kodi'
  7657. APP_INCLUDE_DIR='/usr/local/include/kodi'
  7658. APP_LIB_DIR='/usr/local/lib/kodi'
  7659. APP_NAME='Kodi'
  7660. APP_NAME_LC='kodi'
  7661. APP_NAME_UC='KODI'
  7662. APP_PREFIX='/usr/local'
  7663. APP_VERSION='17.0-BETA4'
  7664. APP_VERSION_CODE='169804'
  7665. APP_VERSION_MAJOR='17'
  7666. APP_VERSION_MINOR='0'
  7667. APP_VERSION_TAG='BETA4'
  7668. APP_VERSION_TAG_LC='beta4'
  7669. AR='ar'
  7670. ARCH='x86_64-linux'
  7671. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  7672. ASS_SONAME='libass.so.5'
  7673. AUTOCONF='${SHELL} /home/media/software/xbmc/build-aux/missing autoconf'
  7674. AUTOHEADER='${SHELL} /home/media/software/xbmc/build-aux/missing autoheader'
  7675. AUTOMAKE='${SHELL} /home/media/software/xbmc/build-aux/missing automake-1.15'
  7676. AWK='gawk'
  7677. BLUETOOTH_CFLAGS=''
  7678. BLUETOOTH_LIBS='-lbluetooth'
  7679. BLURAY_SONAME='libbluray.so.1'
  7680. BUILD_EXEEXT=''
  7681. BUILD_OBJEXT=''
  7682. CC='/usr/bin/ccache gcc'
  7683. CCACHE='/usr/bin/ccache'
  7684. CCDEPMODE='depmode=none'
  7685. CC_FOR_BUILD='gcc'
  7686. CDIO_CFLAGS=''
  7687. CDIO_LIBS='-lcdio -lm'
  7688. CEC_CFLAGS='-I/usr/include/libcec'
  7689. CEC_LIBS='-L/usr//usr/lib/x86_64-linux-gnu -lcec -lp8-platform'
  7690. CFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  7691. CFLAGS_FOR_BUILD='-g -O2'
  7692. CORE_SYSTEM_NAME='linux'
  7693. CORE_SYSTEM_VARIANT=''
  7694. CPP='gcc -E'
  7695. CPPFLAGS=''
  7696. CPPFLAGS_FOR_BUILD=''
  7697. CPP_FOR_BUILD='gcc -E'
  7698. CROSS_COMPILING=''
  7699. CURL_SONAME='libcurl-gnutls.so.4'
  7700. CXX11_SWITCH=''
  7701. CXX='/usr/bin/ccache g++'
  7702. CXXCPP='g++ -E'
  7703. CXXCPPFLAGS_FOR_BUILD=''
  7704. CXXCPP_FOR_BUILD='g++ -E'
  7705. CXXDEPMODE='depmode=none'
  7706. CXXFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  7707. CXXFLAGS_FOR_BUILD='-g -O2'
  7708. CXX_FOR_BUILD='g++'
  7709. CYGPATH_W='echo'
  7710. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include'
  7711. DBUS_LIBS='-ldbus-1'
  7712. DEFS='-DHAVE_CONFIG_H'
  7713. DEPDIR='.deps'
  7714. DEPENDS_ROOT_FOR_XCODE=''
  7715. DLLTOOL='false'
  7716. DOXYGEN_EXE='/usr/bin/doxygen'
  7717. DRM_CFLAGS='-I/usr/include/libdrm'
  7718. DRM_LIBS='-ldrm'
  7719. DSYMUTIL=''
  7720. DUMPBIN=''
  7721. ECHO_C=''
  7722. ECHO_N='-n'
  7723. ECHO_T=''
  7724. EGL_CFLAGS='-I/usr/include/libdrm'
  7725. EGL_LIBS='-lEGL'
  7726. EGREP='/bin/grep -E'
  7727. EXEEXT=''
  7728. FFMPEG_CFLAGS='-I/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include'
  7729. FFMPEG_LIBDIR='/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib'
  7730. FFMPEG_LIBS='-L/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lavfilter -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lavformat -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lavcodec -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lpostproc -lswscale -lm -lswresample -lm -lavutil -lm'
  7731. FGREP='/bin/grep -F'
  7732. FREETYPE2_CFLAGS='-I/usr/include/freetype2'
  7733. FREETYPE2_LIBS='-lfreetype'
  7734. FRIBIDI_CFLAGS='-I/usr/include/fribidi'
  7735. FRIBIDI_LIBS='-lfribidi'
  7736. GNUTLS_ALL_LIBS='-lgnutls -lp11-kit -lgmp -lhogweed -lgmp -lnettle -ltasn1 -lidn -lp11-kit -lz'
  7737. GNUTLS_CFLAGS='-I/usr/include/p11-kit-1'
  7738. GNUTLS_LIBS='-lgnutls'
  7739. GREP='/bin/grep'
  7740. GTEST_CONFIGURED='1'
  7741. HAVE_CMAKE='yes'
  7742. HAVE_CXX11='1'
  7743. HAVE_GAWK='yes'
  7744. HAVE_GIT='yes'
  7745. HAVE_GPERF='yes'
  7746. HAVE_LIBBLURAY='1'
  7747. HAVE_LIBPULSE='1'
  7748. HAVE_LIBXSLT='1'
  7749. HAVE_NASM=''
  7750. HAVE_SSE2='1'
  7751. HAVE_SSE4='1'
  7752. HAVE_SSE='1'
  7753. HAVE_UNZIP='yes'
  7754. HAVE_XBMC_NONFREE='1'
  7755. HAVE_ZIP='yes'
  7756. INCLUDES=' -I/usr/include/mysql -I/usr/include/yajl -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/taglib -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/alsa -D_REENTRANT -I/usr/include/libdrm -I/usr/include/libdrm -I/usr/include/samba-4.0 -I/usr/include/libcec -I/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/include '
  7757. INSTALL_DATA='${INSTALL} -m 644'
  7758. INSTALL_PROGRAM='${INSTALL}'
  7759. INSTALL_SCRIPT='${INSTALL}'
  7760. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  7761. JAVA_EXE='/usr/bin/java'
  7762. LCMS2_CFLAGS=''
  7763. LCMS2_LIBS='-llcms2'
  7764. LD='/usr/bin/ld -m elf_x86_64'
  7765. LDFLAGS=''
  7766. LDFLAGS_FOR_BUILD=''
  7767. LIBASS_BASENAME=''
  7768. LIBBLURAY_CFLAGS=''
  7769. LIBBLURAY_LIBS='-lbluray'
  7770. LIBCEC_SONAME='libcec.so.3'
  7771. LIBCURL_BASENAME=''
  7772. LIBCURL_CFLAGS=''
  7773. LIBCURL_LIBS='-lcurl'
  7774. LIBMEPG2_BASENAME=''
  7775. LIBOBJS=''
  7776. LIBS='-lavahi-client -lavahi-common -lmicrohttpd -lresolv -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -lbz2 -lgcrypt -lgpg-error -lGLU -lGL -L/usr/lib -lpython2.7 -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl -lssl -lcrypto -ltinyxml -lcrossguid -luuid -lyajl -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpcre -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lasound -lpulse -lX11 -lXext -lXrandr -ldrm -lEGL -lssh -lsmbclient -ludev -llcms2 -lbluetooth -lcap -L/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lvdpau -lva -lva-drm -lva -lva-x11 -lva -lxcb -lxcb-shm -lxcb-xfixes -lxcb-shape -lX11 -lgnutls -lcrystalhd -lm -llzma -lbz2 -lz -pthread -lm -lm -lm -lva-x11 -lva'
  7777. LIBSSH_CFLAGS=''
  7778. LIBSSH_LIBS='-lssh'
  7779. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  7780. LIBVA_CFLAGS=''
  7781. LIBVA_LIBS='-lva-x11 -lva'
  7782. LIBXML_CFLAGS='-I/usr/include/libxml2'
  7783. LIBXML_LIBS='-lxml2'
  7784. LIBXSLT_CFLAGS='-I/usr/include/libxml2'
  7785. LIBXSLT_LIBS='-lxslt -lxml2'
  7786. LIPO=''
  7787. LN_S='ln -s'
  7788. LTLIBOBJS=''
  7789. LT_SYS_LIBRARY_PATH=''
  7790. MAKEINFO='${SHELL} /home/media/software/xbmc/build-aux/missing makeinfo'
  7791. MANIFEST_TOOL=':'
  7792. MKDIR_P='/bin/mkdir -p'
  7793. MYSQL_CONFIG='/usr/bin/mysql_config'
  7794. MYSQL_LIBS='-L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl'
  7795. NATIVE_ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  7796. NFS_SONAME='libnfs.so.8'
  7797. NM='/usr/bin/nm -B'
  7798. NMEDIT=''
  7799. OBJDUMP='objdump'
  7800. OBJEXT='o'
  7801. OPENSSL_CFLAGS=''
  7802. OPENSSL_LIBS='-lssl -lcrypto'
  7803. OTOOL64=''
  7804. OTOOL=''
  7805. OUTPUT_FILES='Makefile Makefile.include addons/skin.estuary/media/Makefile addons/skin.estouchy/media/Makefile xbmc/Makefile xbmc/addons/binary/interfaces/Makefile xbmc/cdrip/Makefile xbmc/cores/Makefile xbmc/cores/VideoPlayer/VideoRenderers/Makefile xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/Makefile xbmc/cores/VideoPlayer/Makefile lib/libdvd/Makefile xbmc/cores/DllLoader/Makefile xbmc/cores/DllLoader/exports/Makefile xbmc/cores/VideoPlayer/DVDCodecs/Makefile xbmc/cores/VideoPlayer/DVDCodecs/Audio/Makefile xbmc/cores/VideoPlayer/DVDCodecs/Overlay/Makefile xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile xbmc/cores/VideoPlayer/DVDDemuxers/Makefile xbmc/cores/VideoPlayer/DVDSubtitles/Makefile xbmc/cores/VideoPlayer/Process/Makefile xbmc/cores/AudioEngine/Makefile xbmc/cores/paplayer/Makefile xbmc/cores/omxplayer/Makefile xbmc/cores/playercorefactory/Makefile xbmc/messaging/Makefile xbmc/messaging/helpers/Makefile xbmc/guilib/Makefile xbmc/input/linux/Makefile xbmc/interfaces/Makefile xbmc/interfaces/builtins/Makefile xbmc/network/Makefile xbmc/network/upnp/Makefile lib/libexif/Makefile lib/libUPnP/Makefile xbmc/DllPaths_generated.h xbmc/DllPaths_generated_android.h xbmc/freebsd/Makefile xbmc/linux/Makefile xbmc/filesystem/Makefile xbmc/windowing/Makefile xbmc/windowing/egl/Makefile lib/addons/library.xbmc.addon/Makefile lib/addons/library.kodi.adsp/Makefile lib/addons/library.kodi.audioengine/Makefile lib/addons/library.xbmc.codec/Makefile lib/addons/library.kodi.guilib/Makefile lib/addons/library.kodi.peripheral/Makefile lib/addons/library.xbmc.pvr/Makefile lib/addons/library.kodi.inputstream/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/addons/Makefile xbmc/peripherals/bus/Makefile xbmc/peripherals/devices/Makefile xbmc/platform/posix/Makefile xbmc/platform/darwin/osx/Makefile xbmc/platform/android/activity/Makefile xbmc/platform/android/loader/Makefile xbmc/platform/android/jni/Makefile xbmc/utils/Makefile xbmc/platform/Makefile tools/darwin/Configurations/App.xcconfig tools/darwin/Configurations/Common.xcconfig tools/darwin/packaging/ios/mkdeb-ios.sh tools/darwin/packaging/osx/mkdmg-osx.sh tools/darwin/packaging/migrate_to_kodi_ios.sh xbmc/platform/darwin/osx/Info.plist xbmc/platform/darwin/ios/Info.plist project/cmake/KodiConfig.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/XBMCInputDeviceListener.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/src/org/xbmc/kodi/XBMCVideoView.java tools/android/packaging/xbmc/activity_main.xml 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'
  7806. PACKAGE='kodi'
  7807. PACKAGE_BUGREPORT='http://trac.kodi.tv'
  7808. PACKAGE_NAME='kodi'
  7809. PACKAGE_STRING='kodi 16.9.804'
  7810. PACKAGE_TARNAME='kodi'
  7811. PACKAGE_URL=''
  7812. PACKAGE_VERSION='16.9.804'
  7813. PATH_SEPARATOR=':'
  7814. PCRECPP_CFLAGS=''
  7815. PCRECPP_LIBS='-lpcre -lpcrecpp'
  7816. PCRE_CFLAGS=''
  7817. PCRE_LIBS='-lpcre'
  7818. PKG_CONFIG='/usr/bin/pkg-config'
  7819. PKG_CONFIG_LIBDIR=''
  7820. PKG_CONFIG_PATH='/home/media/software/xbmc/tools/depends/target/ffmpeg/ffmpeg-install/lib/pkgconfig:'
  7821. PLIST_SONAME='libplist.so.3'
  7822. POW_LIB=''
  7823. PULSE_CFLAGS='-D_REENTRANT'
  7824. PULSE_LIBS='-lpulse'
  7825. PYTHON='/usr/bin/python'
  7826. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  7827. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
  7828. PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
  7829. PYTHON_LDFLAGS='-L/usr/lib -lpython2.7'
  7830. PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
  7831. PYTHON_VERSION='2.7'
  7832. RANLIB='ranlib'
  7833. SAMBA_CFLAGS='-I/usr/include/samba-4.0'
  7834. SAMBA_LIBS='-lsmbclient'
  7835. SDL_DEFINES=' -D'\''GIT_REV="20161009-cd125bf"'\'''
  7836. SED='/bin/sed'
  7837. SET_MAKE=''
  7838. SHAIRPLAY_SONAME=''
  7839. SHELL='/bin/bash'
  7840. SQLITE3_CFLAGS=''
  7841. SQLITE3_LIBS='-lsqlite3'
  7842. STRIP='strip'
  7843. SWIG20_EXE=''
  7844. SWIG_EXE='/usr/bin/swig'
  7845. TAGLIB_CFLAGS='-I/usr/include/taglib'
  7846. TAGLIB_LIBS='-ltag'
  7847. TEXTUREPACKER='/home/media/software/xbmc/tools/depends/native/TexturePacker/bin/TexturePacker'
  7848. TINYXML_CFLAGS=''
  7849. TINYXML_LIBS='-ltinyxml'
  7850. UDEV_CFLAGS=''
  7851. UDEV_LIBS='-ludev'
  7852. 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\""'
  7853. USB_CFLAGS=''
  7854. USB_LIBS=''
  7855. USE_AIRPLAY='1'
  7856. USE_AIRTUNES='0'
  7857. USE_ALSA='1'
  7858. USE_ANDROID=''
  7859. USE_DOXYGEN='1'
  7860. USE_IMXVPU=''
  7861. USE_LIBAMCODEC=''
  7862. USE_LIBAV_HACKS=''
  7863. USE_LIBBLUETOOTH='1'
  7864. USE_LIBCEC='1'
  7865. USE_LIBNFS='1'
  7866. USE_LIBSMBCLIENT='1'
  7867. USE_LIBUDEV='1'
  7868. USE_LIBUSB='0'
  7869. USE_LIBXBMC=''
  7870. USE_MDNSEMBEDDED='0'
  7871. USE_MMAL=''
  7872. USE_MYSQL='1'
  7873. USE_OMXLIB=''
  7874. USE_OMXPLAYER=''
  7875. USE_OPENGL='1'
  7876. USE_OPENGLES='0'
  7877. USE_OPENMAX='0'
  7878. USE_OPTICAL_DRIVE='1'
  7879. USE_PULSE='1'
  7880. USE_STATIC_FFMPEG='1'
  7881. USE_TEXTUREPACKER='1'
  7882. USE_UPNP='1'
  7883. USE_VAAPI='1'
  7884. USE_VDPAU='1'
  7885. USE_WEB_SERVER='1'
  7886. USE_X11='1'
  7887. UUID_CFLAGS='-I/usr/include/uuid'
  7888. UUID_LIBS='-luuid'
  7889. VERSION='16.9.804'
  7890. X11_CFLAGS=''
  7891. X11_LIBS='-lX11'
  7892. XEXT_CFLAGS=''
  7893. XEXT_LIBS='-lXext'
  7894. XRANDR_CFLAGS=''
  7895. XRANDR_LIBS='-lXrandr'
  7896. YAJL_CFLAGS='-I/usr/include/yajl'
  7897. YAJL_LIBS='-lyajl'
  7898. ZIP_CFLAGS=''
  7899. ZIP_LIBS=''
  7900. ac_ct_AR='ar'
  7901. ac_ct_CC='gcc'
  7902. ac_ct_CC_FOR_BUILD='gcc'
  7903. ac_ct_CXX='g++'
  7904. ac_ct_CXX_FOR_BUILD='g++'
  7905. ac_ct_DUMPBIN=''
  7906. am__EXEEXT_FALSE=''
  7907. am__EXEEXT_TRUE='#'
  7908. am__fastdepCC_FALSE=''
  7909. am__fastdepCC_TRUE='#'
  7910. am__fastdepCXX_FALSE=''
  7911. am__fastdepCXX_TRUE='#'
  7912. am__include='include'
  7913. am__isrc=''
  7914. am__leading_dot='.'
  7915. am__nodep='_no'
  7916. am__quote=''
  7917. am__tar='$${TAR-tar} chof - "$$tardir"'
  7918. am__untar='$${TAR-tar} xf -'
  7919. bindir='${exec_prefix}/bin'
  7920. build='x86_64-pc-linux-gnu'
  7921. build_alias=''
  7922. build_cpu='x86_64'
  7923. build_os='linux-gnu'
  7924. build_vendor='pc'
  7925. datadir='${datarootdir}'
  7926. datarootdir='${prefix}/share'
  7927. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  7928. dvidir='${docdir}'
  7929. exec_prefix='/usr/local'
  7930. host='x86_64-pc-linux-gnu'
  7931. host_alias=''
  7932. host_cpu='x86_64'
  7933. host_os='linux-gnu'
  7934. host_vendor='pc'
  7935. htmldir='${docdir}'
  7936. includedir='${prefix}/include'
  7937. infodir='${datarootdir}/info'
  7938. install_sh='${SHELL} /home/media/software/xbmc/build-aux/install-sh'
  7939. libdir='${exec_prefix}/lib'
  7940. libexecdir='${exec_prefix}/libexec'
  7941. localedir='${datarootdir}/locale'
  7942. localstatedir='${prefix}/var'
  7943. mandir='${datarootdir}/man'
  7944. mkdir_p='$(MKDIR_P)'
  7945. oldincludedir='/usr/include'
  7946. pdfdir='${docdir}'
  7947. prefix='/usr/local'
  7948. program_transform_name='s,x,x,'
  7949. psdir='${docdir}'
  7950. runstatedir='${localstatedir}/run'
  7951. sbindir='${exec_prefix}/sbin'
  7952. sharedstatedir='${prefix}/com'
  7953. sysconfdir='${prefix}/etc'
  7954. target_alias=''
  7955.  
  7956. ## ------------------- ##
  7957. ## File substitutions. ##
  7958. ## ------------------- ##
  7959.  
  7960. XBMC_STANDALONE_SH_PULSE='tools/Linux/kodi-standalone.sh.pulse'
  7961.  
  7962. ## ----------- ##
  7963. ## confdefs.h. ##
  7964. ## ----------- ##
  7965.  
  7966. /* confdefs.h */
  7967. #define PACKAGE_NAME "kodi"
  7968. #define PACKAGE_TARNAME "kodi"
  7969. #define PACKAGE_VERSION "16.9.804"
  7970. #define PACKAGE_STRING "kodi 16.9.804"
  7971. #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  7972. #define PACKAGE_URL ""
  7973. #define PACKAGE "kodi"
  7974. #define VERSION "16.9.804"
  7975. #define HAVE_LIRC 1
  7976. #define LIRC_DEVICE "/dev/lircd"
  7977. #define HAVE_CXX11 1
  7978. #define STDC_HEADERS 1
  7979. #define HAVE_SYS_TYPES_H 1
  7980. #define HAVE_SYS_STAT_H 1
  7981. #define HAVE_STDLIB_H 1
  7982. #define HAVE_STRING_H 1
  7983. #define HAVE_MEMORY_H 1
  7984. #define HAVE_STRINGS_H 1
  7985. #define HAVE_INTTYPES_H 1
  7986. #define HAVE_STDINT_H 1
  7987. #define HAVE_UNISTD_H 1
  7988. #define HAVE_DLFCN_H 1
  7989. #define LT_OBJDIR ".libs/"
  7990. #define HAVE_SSE 1
  7991. #define HAVE_SSE2 1
  7992. #define HAVE_SSE4 1
  7993. #define HAVE_ALLOCA_H 1
  7994. #define HAVE_ALLOCA 1
  7995. #define HAVE_UNISTD_H 1
  7996. #define HAVE_CHOWN 1
  7997. #define HAVE_DIRENT_H 1
  7998. #define HAVE_FSEEKO 1
  7999. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8000. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  8001. #define TIME_WITH_SYS_TIME 1
  8002. #define HAVE_SYS_TIME_H 1
  8003. #define HAVE_UNISTD_H 1
  8004. #define HAVE_STDLIB_H 1
  8005. #define HAVE_SYS_PARAM_H 1
  8006. #define HAVE_UTIME_H 1
  8007. #define HAVE_ALARM 1
  8008. #define HAVE_GETPAGESIZE 1
  8009. #define HAVE_MMAP 1
  8010. #define HAVE_SYS_SELECT_H 1
  8011. #define HAVE_SYS_SOCKET_H 1
  8012. #define SELECT_TYPE_ARG1 int
  8013. #define SELECT_TYPE_ARG234 (fd_set *)
  8014. #define SELECT_TYPE_ARG5 (struct timeval *)
  8015. #define RETSIGTYPE void
  8016. #define HAVE_STRCOLL 1
  8017. #define HAVE_STRFTIME 1
  8018. #define HAVE_UTIME_NULL 1
  8019. #define HAVE_VPRINTF 1
  8020. #define HAVE_ATEXIT 1
  8021. #define HAVE_DUP2 1
  8022. #define HAVE_FDATASYNC 1
  8023. #define HAVE_FTIME 1
  8024. #define HAVE_FTRUNCATE 1
  8025. #define HAVE_GETCWD 1
  8026. #define HAVE_GETHOSTBYADDR 1
  8027. #define HAVE_GETHOSTBYNAME 1
  8028. #define HAVE_GETHOSTNAME 1
  8029. #define HAVE_GETPAGESIZE 1
  8030. #define HAVE_GETPASS 1
  8031. #define HAVE_GETTIMEOFDAY 1
  8032. #define HAVE_INET_NTOA 1
  8033. #define HAVE_LCHOWN 1
  8034. #define HAVE_LOCALECONV 1
  8035. #define HAVE_MEMCHR 1
  8036. #define HAVE_MEMMOVE 1
  8037. #define HAVE_MEMSET 1
  8038. #define HAVE_MKDIR 1
  8039. #define HAVE_MODF 1
  8040. #define HAVE_MUNMAP 1
  8041. #define HAVE_RMDIR 1
  8042. #define HAVE_SELECT 1
  8043. #define HAVE_SETENV 1
  8044. #define HAVE_SETLOCALE 1
  8045. #define HAVE_SOCKET 1
  8046. #define HAVE_STRCASECMP 1
  8047. #define HAVE_STRCHR 1
  8048. #define HAVE_STRCSPN 1
  8049. #define HAVE_STRDUP 1
  8050. #define HAVE_STRERROR 1
  8051. #define HAVE_STRNCASECMP 1
  8052. #define HAVE_STRPBRK 1
  8053. #define HAVE_STRRCHR 1
  8054. #define HAVE_STRSPN 1
  8055. #define HAVE_STRSTR 1
  8056. #define HAVE_STRTOL 1
  8057. #define HAVE_STRTOUL 1
  8058. #define HAVE_SYSINFO 1
  8059. #define HAVE_TZSET 1
  8060. #define HAVE_UTIME 1
  8061. #define HAVE_POSIX_FADVISE 1
  8062. #define HAVE_LOCALTIME_R 1
  8063. #define SIZEOF_INT 4
  8064. #define SIZEOF_SIZE_T 8
  8065. #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  8066. #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  8067. #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  8068. #define HAVE_STD__U16STRING 1
  8069. #define HAVE_STD__U32STRING 1
  8070. #define HAVE_CHAR16_T 1
  8071. #define HAVE_CHAR32_T 1
  8072. #define SIZEOF_WCHAR_T 4
  8073. #define HAVE_INOTIFY 1
  8074. #define HAVE_PYTHON "2.7"
  8075. #define HAVE_LIBGL 1
  8076. #define HAVE_LIBGLU 1
  8077. #define HAVE_MYSQL 1
  8078. #define HAVE_OPENSSL 1
  8079. #define HAVE_LIBGPG_ERROR 1
  8080. #define HAVE_LIBGCRYPT 1
  8081. #define HAVE_GCRYPT 1
  8082. #define HAVE_GNUTLS 1
  8083. #define HAVE_LIBBZ2 1
  8084. #define HAVE_LIBPTHREAD 1
  8085. #define HAVE_PTHREAD_SETNAME_NP 1
  8086. #define HAVE_LIBLZO2 1
  8087. #define HAVE_LIBZ 1
  8088. #define HAVE_LIBCRYPTO 1
  8089. #define HAVE_LIBSSL 1
  8090. #define HAVE_LIBMYSQLCLIENT 1
  8091. #define HAVE_LIBXSLT 1
  8092. #define HAVE_LIBPCRECPP 1
  8093. #define HAVE_LIBPCRE 1
  8094. #define HAVE_LIBBLURAY 1
  8095. #define HAVE_LIBBLURAY_BDJ 1
  8096. #define HAVE_DBUS 1
  8097. #define HAVE_LIBMICROHTTPD 1
  8098. #define HAS_DVD_DRIVE 1
  8099. #define HAS_ALSA 1
  8100. #define HAVE_LIBPULSE 1
  8101. #define HAVE_LIBAVAHI_COMMON 1
  8102. #define HAVE_LIBAVAHI_CLIENT 1
  8103. #define HAVE_X11 1
  8104. #define HAVE_LIBSSH 1
  8105. #define HAVE_LIBSMBCLIENT 1
  8106. #define HAVE_NFSC_LIBNFS_H 1
  8107. #define HAVE_LIBNFS 1
  8108. #define HAVE_LIBPLIST 1
  8109. #define HAVE_LIBUDEV 1
  8110. #define HAVE_LIBCEC 1
  8111. #define HAVE_LCMS2 1
  8112. #define HAVE_LIBBLUETOOTH 1
  8113. #define HAVE_SYS_CAPABILITY_H 1
  8114. #define HAVE_LIBCAP 1
  8115. #define FFMPEG_VER_SHA "3.1.4-Krypton-Beta3"
  8116. #define USE_STATIC_FFMPEG 1
  8117. #define HAVE_LIBVDPAU /**/
  8118. #define HAVE_LIBVA 1
  8119. #define HAVE_DIRENT_H 1
  8120. #define STDC_HEADERS 1
  8121. #define HAVE_SYS_WAIT_H 1
  8122. #define HAVE_ARPA_INET_H 1
  8123. #define HAVE_FCNTL_H 1
  8124. #define HAVE_FLOAT_H 1
  8125. #define HAVE_INTTYPES_H 1
  8126. #define HAVE_LIMITS_H 1
  8127. #define HAVE_LOCALE_H 1
  8128. #define HAVE_MALLOC_H 1
  8129. #define HAVE_MEMORY_H 1
  8130. #define HAVE_NETDB_H 1
  8131. #define HAVE_NETINET_IN_H 1
  8132. #define HAVE_STDDEF_H 1
  8133. #define HAVE_STDINT_H 1
  8134. #define HAVE_STDLIB_H 1
  8135. #define HAVE_STRING_H 1
  8136. #define HAVE_STRINGS_H 1
  8137. #define HAVE_SYS_FILE_H 1
  8138. #define HAVE_SYS_IOCTL_H 1
  8139. #define HAVE_SYS_MOUNT_H 1
  8140. #define HAVE_SYS_PARAM_H 1
  8141. #define HAVE_SYS_SOCKET_H 1
  8142. #define HAVE_SYS_TIME_H 1
  8143. #define HAVE_SYS_TIMEB_H 1
  8144. #define HAVE_SYS_VFS_H 1
  8145. #define HAVE_TERMIOS_H 1
  8146. #define HAVE_UNISTD_H 1
  8147. #define HAVE_UTIME_H 1
  8148. #define HAVE_WCHAR_H 1
  8149. #define HAVE_WCTYPE_H 1
  8150. #define HAVE_CDIO_ISO9660_H 1
  8151. #define HAVE__BOOL 1
  8152. #define HAVE_STDBOOL_H 1
  8153. #define restrict __restrict
  8154. #define HAVE_STRUCT_STAT_ST_RDEV 1
  8155. #define TIME_WITH_SYS_TIME 1
  8156. #define USE_ALSA 1
  8157. #define HAVE_XBMC_NONFREE 1
  8158. #define USE_UPNP 1
  8159.  
  8160. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement