Advertisement
Guest User

Untitled

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