Advertisement
Guest User

config.log

a guest
Nov 16th, 2014
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 205.97 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 13.9.802, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/allwinner/xbmc-pvr-binhf --disable-x11 --disable-sdl --disable-xrandr --disable-joystick --disable-gl --disable-vdpau --disable-vaapi --disable-openmax --enable-gles --disable-mysql --disable-optical-drive --disable-vtbdecoder --disable-pulse --disable-projectm --disable-libcec --disable-optimizations
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = QBee-X
  14. uname -m = armv7l
  15. uname -r = 3.4.79-sun4i+
  16. uname -s = Linux
  17. uname -v = #45 PREEMPT Wed Feb 12 19:13:18 EST 2014
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:3871: checking for a BSD-compatible install
  43. configure:3939: result: /usr/bin/install -c
  44. configure:3950: checking whether build environment is sane
  45. configure:4000: result: yes
  46. configure:4141: checking for a thread-safe mkdir -p
  47. configure:4180: result: /bin/mkdir -p
  48. configure:4193: checking for gawk
  49. configure:4209: found /usr/bin/gawk
  50. configure:4220: result: gawk
  51. configure:4231: checking whether make sets $(MAKE)
  52. configure:4253: result: yes
  53. configure:4337: checking build system type
  54. configure:4351: result: armv7l-unknown-linux-gnueabihf
  55. configure:4371: checking host system type
  56. configure:4384: result: armv7l-unknown-linux-gnueabihf
  57. configure:4451: checking for git
  58. configure:4467: found /usr/bin/git
  59. configure:4479: result: yes
  60. configure:5083: checking for gcc
  61. configure:5099: found /usr/bin/gcc
  62. configure:5110: result: gcc
  63. configure:5339: checking for C compiler version
  64. configure:5348: gcc --version >&5
  65. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  66. Copyright (C) 2011 Free Software Foundation, Inc.
  67. This is free software; see the source for copying conditions. There is NO
  68. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69.  
  70. configure:5359: $? = 0
  71. configure:5348: gcc -v >&5
  72. Using built-in specs.
  73. COLLECT_GCC=gcc
  74. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  75. Target: arm-linux-gnueabihf
  76. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  77. Thread model: posix
  78. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  79. configure:5359: $? = 0
  80. configure:5348: gcc -V >&5
  81. gcc: fatal error: no input files
  82. compilation terminated.
  83. configure:5359: $? = 4
  84. configure:5348: gcc -qversion >&5
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:5359: $? = 4
  88. configure:5379: checking whether the C compiler works
  89. configure:5401: gcc conftest.c >&5
  90. configure:5405: $? = 0
  91. configure:5453: result: yes
  92. configure:5456: checking for C compiler default output file name
  93. configure:5458: result: a.out
  94. configure:5464: checking for suffix of executables
  95. configure:5471: gcc -o conftest conftest.c >&5
  96. configure:5475: $? = 0
  97. configure:5497: result:
  98. configure:5519: checking whether we are cross compiling
  99. configure:5527: gcc -o conftest conftest.c >&5
  100. configure:5531: $? = 0
  101. configure:5538: ./conftest
  102. configure:5542: $? = 0
  103. configure:5557: result: no
  104. configure:5562: checking for suffix of object files
  105. configure:5584: gcc -c conftest.c >&5
  106. configure:5588: $? = 0
  107. configure:5609: result: o
  108. configure:5613: checking whether we are using the GNU C compiler
  109. configure:5632: gcc -c conftest.c >&5
  110. configure:5632: $? = 0
  111. configure:5641: result: yes
  112. configure:5650: checking whether gcc accepts -g
  113. configure:5670: gcc -c -g conftest.c >&5
  114. configure:5670: $? = 0
  115. configure:5711: result: yes
  116. configure:5728: checking for gcc option to accept ISO C89
  117. configure:5792: gcc -c -g -O2 conftest.c >&5
  118. configure:5792: $? = 0
  119. configure:5805: result: none needed
  120. configure:5836: checking for style of include used by make
  121. configure:5864: result: GNU
  122. configure:5890: checking dependency style of gcc
  123. configure:6001: result: none
  124. configure:6021: checking how to run the C preprocessor
  125. configure:6052: gcc -E conftest.c
  126. configure:6052: $? = 0
  127. configure:6066: gcc -E conftest.c
  128. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  129. compilation terminated.
  130. configure:6066: $? = 1
  131. configure: failed program was:
  132. | /* confdefs.h */
  133. | #define PACKAGE_NAME "kodi"
  134. | #define PACKAGE_TARNAME "kodi"
  135. | #define PACKAGE_VERSION "13.9.802"
  136. | #define PACKAGE_STRING "kodi 13.9.802"
  137. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  138. | #define PACKAGE_URL ""
  139. | #define PACKAGE "kodi"
  140. | #define VERSION "13.9.802"
  141. | #define LIRC_DEVICE "/dev/lircd"
  142. | /* end confdefs.h. */
  143. | #include <ac_nonexistent.h>
  144. configure:6091: result: gcc -E
  145. configure:6111: gcc -E conftest.c
  146. configure:6111: $? = 0
  147. configure:6125: gcc -E conftest.c
  148. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  149. compilation terminated.
  150. configure:6125: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h */
  153. | #define PACKAGE_NAME "kodi"
  154. | #define PACKAGE_TARNAME "kodi"
  155. | #define PACKAGE_VERSION "13.9.802"
  156. | #define PACKAGE_STRING "kodi 13.9.802"
  157. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  158. | #define PACKAGE_URL ""
  159. | #define PACKAGE "kodi"
  160. | #define VERSION "13.9.802"
  161. | #define LIRC_DEVICE "/dev/lircd"
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:6209: checking for gcc
  165. configure:6225: found /usr/bin/gcc
  166. configure:6236: result: gcc
  167. configure:6465: checking for C compiler version
  168. configure:6474: gcc --version >&5
  169. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  170. Copyright (C) 2011 Free Software Foundation, Inc.
  171. This is free software; see the source for copying conditions. There is NO
  172. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  173.  
  174. configure:6485: $? = 0
  175. configure:6474: gcc -v >&5
  176. Using built-in specs.
  177. COLLECT_GCC=gcc
  178. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  179. Target: arm-linux-gnueabihf
  180. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  181. Thread model: posix
  182. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  183. configure:6485: $? = 0
  184. configure:6474: gcc -V >&5
  185. gcc: fatal error: no input files
  186. compilation terminated.
  187. configure:6485: $? = 4
  188. configure:6474: gcc -qversion >&5
  189. gcc: fatal error: no input files
  190. compilation terminated.
  191. configure:6485: $? = 4
  192. configure:6489: checking whether we are using the GNU C compiler
  193. configure:6517: result: yes
  194. configure:6526: checking whether gcc accepts -g
  195. configure:6546: gcc -c -g -O2 conftest.c >&5
  196. configure:6546: $? = 0
  197. configure:6587: result: yes
  198. configure:6604: checking for gcc option to accept ISO C89
  199. configure:6681: result: none needed
  200. configure:6703: checking dependency style of gcc
  201. configure:6812: result: none
  202. configure:6832: checking how to run the C preprocessor
  203. configure:6863: gcc -E conftest.c
  204. configure:6863: $? = 0
  205. configure:6877: gcc -E conftest.c
  206. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  207. compilation terminated.
  208. configure:6877: $? = 1
  209. configure: failed program was:
  210. | /* confdefs.h */
  211. | #define PACKAGE_NAME "kodi"
  212. | #define PACKAGE_TARNAME "kodi"
  213. | #define PACKAGE_VERSION "13.9.802"
  214. | #define PACKAGE_STRING "kodi 13.9.802"
  215. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  216. | #define PACKAGE_URL ""
  217. | #define PACKAGE "kodi"
  218. | #define VERSION "13.9.802"
  219. | #define LIRC_DEVICE "/dev/lircd"
  220. | /* end confdefs.h. */
  221. | #include <ac_nonexistent.h>
  222. configure:6902: result: gcc -E
  223. configure:6922: gcc -E conftest.c
  224. configure:6922: $? = 0
  225. configure:6936: gcc -E conftest.c
  226. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  227. compilation terminated.
  228. configure:6936: $? = 1
  229. configure: failed program was:
  230. | /* confdefs.h */
  231. | #define PACKAGE_NAME "kodi"
  232. | #define PACKAGE_TARNAME "kodi"
  233. | #define PACKAGE_VERSION "13.9.802"
  234. | #define PACKAGE_STRING "kodi 13.9.802"
  235. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  236. | #define PACKAGE_URL ""
  237. | #define PACKAGE "kodi"
  238. | #define VERSION "13.9.802"
  239. | #define LIRC_DEVICE "/dev/lircd"
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:7033: checking for g++
  243. configure:7049: found /usr/bin/g++
  244. configure:7060: result: g++
  245. configure:7087: checking for C++ compiler version
  246. configure:7096: g++ --version >&5
  247. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  248. Copyright (C) 2011 Free Software Foundation, Inc.
  249. This is free software; see the source for copying conditions. There is NO
  250. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  251.  
  252. configure:7107: $? = 0
  253. configure:7096: g++ -v >&5
  254. Using built-in specs.
  255. COLLECT_GCC=g++
  256. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  257. Target: arm-linux-gnueabihf
  258. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  259. Thread model: posix
  260. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  261. configure:7107: $? = 0
  262. configure:7096: g++ -V >&5
  263. g++: fatal error: no input files
  264. compilation terminated.
  265. configure:7107: $? = 4
  266. configure:7096: g++ -qversion >&5
  267. g++: fatal error: no input files
  268. compilation terminated.
  269. configure:7107: $? = 4
  270. configure:7111: checking whether we are using the GNU C++ compiler
  271. configure:7130: g++ -c conftest.cpp >&5
  272. configure:7130: $? = 0
  273. configure:7139: result: yes
  274. configure:7148: checking whether g++ accepts -g
  275. configure:7168: g++ -c -g conftest.cpp >&5
  276. configure:7168: $? = 0
  277. configure:7209: result: yes
  278. configure:7234: checking dependency style of g++
  279. configure:7345: result: none
  280. configure:7365: checking how to run the C++ preprocessor
  281. configure:7392: g++ -E conftest.cpp
  282. configure:7392: $? = 0
  283. configure:7406: g++ -E conftest.cpp
  284. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  285. compilation terminated.
  286. configure:7406: $? = 1
  287. configure: failed program was:
  288. | /* confdefs.h */
  289. | #define PACKAGE_NAME "kodi"
  290. | #define PACKAGE_TARNAME "kodi"
  291. | #define PACKAGE_VERSION "13.9.802"
  292. | #define PACKAGE_STRING "kodi 13.9.802"
  293. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  294. | #define PACKAGE_URL ""
  295. | #define PACKAGE "kodi"
  296. | #define VERSION "13.9.802"
  297. | #define LIRC_DEVICE "/dev/lircd"
  298. | /* end confdefs.h. */
  299. | #include <ac_nonexistent.h>
  300. configure:7431: result: g++ -E
  301. configure:7451: g++ -E conftest.cpp
  302. configure:7451: $? = 0
  303. configure:7465: g++ -E conftest.cpp
  304. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  305. compilation terminated.
  306. configure:7465: $? = 1
  307. configure: failed program was:
  308. | /* confdefs.h */
  309. | #define PACKAGE_NAME "kodi"
  310. | #define PACKAGE_TARNAME "kodi"
  311. | #define PACKAGE_VERSION "13.9.802"
  312. | #define PACKAGE_STRING "kodi 13.9.802"
  313. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  314. | #define PACKAGE_URL ""
  315. | #define PACKAGE "kodi"
  316. | #define VERSION "13.9.802"
  317. | #define LIRC_DEVICE "/dev/lircd"
  318. | /* end confdefs.h. */
  319. | #include <ac_nonexistent.h>
  320. configure:7558: checking for g++
  321. configure:7574: found /usr/bin/g++
  322. configure:7585: result: g++
  323. configure:7612: checking for C++ compiler version
  324. configure:7621: g++ --version >&5
  325. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  326. Copyright (C) 2011 Free Software Foundation, Inc.
  327. This is free software; see the source for copying conditions. There is NO
  328. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  329.  
  330. configure:7632: $? = 0
  331. configure:7621: g++ -v >&5
  332. Using built-in specs.
  333. COLLECT_GCC=g++
  334. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  335. Target: arm-linux-gnueabihf
  336. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  337. Thread model: posix
  338. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  339. configure:7632: $? = 0
  340. configure:7621: g++ -V >&5
  341. g++: fatal error: no input files
  342. compilation terminated.
  343. configure:7632: $? = 4
  344. configure:7621: g++ -qversion >&5
  345. g++: fatal error: no input files
  346. compilation terminated.
  347. configure:7632: $? = 4
  348. configure:7636: checking whether we are using the GNU C++ compiler
  349. configure:7664: result: yes
  350. configure:7673: checking whether g++ accepts -g
  351. configure:7693: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  352. configure:7693: $? = 0
  353. configure:7734: result: yes
  354. configure:7759: checking dependency style of g++
  355. configure:7868: result: none
  356. configure:7888: checking how to run the C++ preprocessor
  357. configure:7915: g++ -E conftest.cpp
  358. configure:7915: $? = 0
  359. configure:7929: g++ -E conftest.cpp
  360. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  361. compilation terminated.
  362. configure:7929: $? = 1
  363. configure: failed program was:
  364. | /* confdefs.h */
  365. | #define PACKAGE_NAME "kodi"
  366. | #define PACKAGE_TARNAME "kodi"
  367. | #define PACKAGE_VERSION "13.9.802"
  368. | #define PACKAGE_STRING "kodi 13.9.802"
  369. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  370. | #define PACKAGE_URL ""
  371. | #define PACKAGE "kodi"
  372. | #define VERSION "13.9.802"
  373. | #define LIRC_DEVICE "/dev/lircd"
  374. | /* end confdefs.h. */
  375. | #include <ac_nonexistent.h>
  376. configure:7954: result: g++ -E
  377. configure:7974: g++ -E conftest.cpp
  378. configure:7974: $? = 0
  379. configure:7988: g++ -E conftest.cpp
  380. conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
  381. compilation terminated.
  382. configure:7988: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h */
  385. | #define PACKAGE_NAME "kodi"
  386. | #define PACKAGE_TARNAME "kodi"
  387. | #define PACKAGE_VERSION "13.9.802"
  388. | #define PACKAGE_STRING "kodi 13.9.802"
  389. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  390. | #define PACKAGE_URL ""
  391. | #define PACKAGE "kodi"
  392. | #define VERSION "13.9.802"
  393. | #define LIRC_DEVICE "/dev/lircd"
  394. | /* end confdefs.h. */
  395. | #include <ac_nonexistent.h>
  396. configure:8069: checking how to print strings
  397. configure:8096: result: printf
  398. configure:8117: checking for a sed that does not truncate output
  399. configure:8181: result: /bin/sed
  400. configure:8199: checking for grep that handles long lines and -e
  401. configure:8257: result: /bin/grep
  402. configure:8262: checking for egrep
  403. configure:8324: result: /bin/grep -E
  404. configure:8329: checking for fgrep
  405. configure:8391: result: /bin/grep -F
  406. configure:8426: checking for ld used by gcc
  407. configure:8493: result: /usr/bin/ld
  408. configure:8500: checking if the linker (/usr/bin/ld) is GNU ld
  409. configure:8515: result: yes
  410. configure:8527: checking for BSD- or MS-compatible name lister (nm)
  411. configure:8576: result: /usr/bin/nm -B
  412. configure:8706: checking the name lister (/usr/bin/nm -B) interface
  413. configure:8713: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  414. configure:8716: /usr/bin/nm -B "conftest.o"
  415. configure:8719: output
  416. 00000000 B some_variable
  417. configure:8726: result: BSD nm
  418. configure:8729: checking whether ln -s works
  419. configure:8733: result: yes
  420. configure:8741: checking the maximum length of command line arguments
  421. configure:8871: result: 1572864
  422. configure:8888: checking whether the shell understands some XSI constructs
  423. configure:8898: result: yes
  424. configure:8902: checking whether the shell understands "+="
  425. configure:8908: result: yes
  426. configure:8943: checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format
  427. configure:8983: result: func_convert_file_noop
  428. configure:8990: checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format
  429. configure:9010: result: func_convert_file_noop
  430. configure:9017: checking for /usr/bin/ld option to reload object files
  431. configure:9024: result: -r
  432. configure:9098: checking for objdump
  433. configure:9114: found /usr/bin/objdump
  434. configure:9125: result: objdump
  435. configure:9157: checking how to recognize dependent libraries
  436. configure:9359: result: pass_all
  437. configure:9444: checking for dlltool
  438. configure:9474: result: no
  439. configure:9504: checking how to associate runtime and link libraries
  440. configure:9531: result: printf %s\n
  441. configure:9592: checking for ar
  442. configure:9608: found /usr/bin/ar
  443. configure:9619: result: ar
  444. configure:9656: checking for archiver @FILE support
  445. configure:9673: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  446. configure:9673: $? = 0
  447. configure:9676: ar cru libconftest.a @conftest.lst >&5
  448. configure:9679: $? = 0
  449. configure:9684: ar cru libconftest.a @conftest.lst >&5
  450. ar: conftest.o: No such file or directory
  451. configure:9687: $? = 1
  452. configure:9699: result: @
  453. configure:9757: checking for strip
  454. configure:9773: found /usr/bin/strip
  455. configure:9784: result: strip
  456. configure:9856: checking for ranlib
  457. configure:9872: found /usr/bin/ranlib
  458. configure:9883: result: ranlib
  459. configure:9985: checking command to parse /usr/bin/nm -B output from gcc object
  460. configure:10105: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  461. configure:10108: $? = 0
  462. configure:10112: /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
  463. configure:10115: $? = 0
  464. configure:10181: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
  465. configure:10184: $? = 0
  466. configure:10222: result: ok
  467. configure:10259: checking for sysroot
  468. configure:10289: result: no
  469. configure:10545: checking for mt
  470. configure:10561: found /bin/mt
  471. configure:10572: result: mt
  472. configure:10595: checking if mt is a manifest tool
  473. configure:10601: mt '-?'
  474. configure:10609: result: no
  475. configure:11247: checking for ANSI C header files
  476. configure:11267: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  477. configure:11267: $? = 0
  478. configure:11340: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  479. configure:11340: $? = 0
  480. configure:11340: ./conftest
  481. configure:11340: $? = 0
  482. configure:11351: result: yes
  483. configure:11364: checking for sys/types.h
  484. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  485. configure:11364: $? = 0
  486. configure:11364: result: yes
  487. configure:11364: checking for sys/stat.h
  488. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  489. configure:11364: $? = 0
  490. configure:11364: result: yes
  491. configure:11364: checking for stdlib.h
  492. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  493. configure:11364: $? = 0
  494. configure:11364: result: yes
  495. configure:11364: checking for string.h
  496. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  497. configure:11364: $? = 0
  498. configure:11364: result: yes
  499. configure:11364: checking for memory.h
  500. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  501. configure:11364: $? = 0
  502. configure:11364: result: yes
  503. configure:11364: checking for strings.h
  504. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  505. configure:11364: $? = 0
  506. configure:11364: result: yes
  507. configure:11364: checking for inttypes.h
  508. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  509. configure:11364: $? = 0
  510. configure:11364: result: yes
  511. configure:11364: checking for stdint.h
  512. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  513. configure:11364: $? = 0
  514. configure:11364: result: yes
  515. configure:11364: checking for unistd.h
  516. configure:11364: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  517. configure:11364: $? = 0
  518. configure:11364: result: yes
  519. configure:11378: checking for dlfcn.h
  520. configure:11378: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  521. configure:11378: $? = 0
  522. configure:11378: result: yes
  523. configure:11595: checking for objdir
  524. configure:11610: result: .libs
  525. configure:11877: checking if gcc supports -fno-rtti -fno-exceptions
  526. configure:11895: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  527. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  528. configure:11899: $? = 0
  529. configure:11912: result: no
  530. configure:12239: checking for gcc option to produce PIC
  531. configure:12246: result: -fPIC -DPIC
  532. configure:12254: checking if gcc PIC flag -fPIC -DPIC works
  533. configure:12272: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  534. configure:12276: $? = 0
  535. configure:12289: result: yes
  536. configure:12318: checking if gcc static flag -static works
  537. configure:12346: result: yes
  538. configure:12361: checking if gcc supports -c -o file.o
  539. configure:12382: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  540. configure:12386: $? = 0
  541. configure:12408: result: yes
  542. configure:12416: checking if gcc supports -c -o file.o
  543. configure:12463: result: yes
  544. configure:12496: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  545. configure:13653: result: yes
  546. configure:13690: checking whether -lc should be explicitly linked in
  547. configure:13698: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  548. configure:13701: $? = 0
  549. configure:13716: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  550. configure:13719: $? = 0
  551. configure:13733: result: no
  552. configure:13893: checking dynamic linker characteristics
  553. configure:14404: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
  554. configure:14404: $? = 0
  555. configure:14638: result: GNU/Linux ld.so
  556. configure:14745: checking how to hardcode library paths into programs
  557. configure:14770: result: immediate
  558. configure:15310: checking whether stripping libraries is possible
  559. configure:15315: result: yes
  560. configure:15350: checking if libtool supports shared libraries
  561. configure:15352: result: yes
  562. configure:15355: checking whether to build shared libraries
  563. configure:15376: result: yes
  564. configure:15379: checking whether to build static libraries
  565. configure:15383: result: yes
  566. configure:15406: checking how to run the C++ preprocessor
  567. configure:15472: result: g++ -E
  568. configure:15492: g++ -E conftest.cpp
  569. configure:15492: $? = 0
  570. configure:15506: g++ -E conftest.cpp
  571. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  572. compilation terminated.
  573. configure:15506: $? = 1
  574. configure: failed program was:
  575. | /* confdefs.h */
  576. | #define PACKAGE_NAME "kodi"
  577. | #define PACKAGE_TARNAME "kodi"
  578. | #define PACKAGE_VERSION "13.9.802"
  579. | #define PACKAGE_STRING "kodi 13.9.802"
  580. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  581. | #define PACKAGE_URL ""
  582. | #define PACKAGE "kodi"
  583. | #define VERSION "13.9.802"
  584. | #define LIRC_DEVICE "/dev/lircd"
  585. | #define STDC_HEADERS 1
  586. | #define HAVE_SYS_TYPES_H 1
  587. | #define HAVE_SYS_STAT_H 1
  588. | #define HAVE_STDLIB_H 1
  589. | #define HAVE_STRING_H 1
  590. | #define HAVE_MEMORY_H 1
  591. | #define HAVE_STRINGS_H 1
  592. | #define HAVE_INTTYPES_H 1
  593. | #define HAVE_STDINT_H 1
  594. | #define HAVE_UNISTD_H 1
  595. | #define HAVE_DLFCN_H 1
  596. | #define LT_OBJDIR ".libs/"
  597. | /* end confdefs.h. */
  598. | #include <ac_nonexistent.h>
  599. configure:15675: checking for ld used by g++
  600. configure:15742: result: /usr/bin/ld
  601. configure:15749: checking if the linker (/usr/bin/ld) is GNU ld
  602. configure:15764: result: yes
  603. configure:15819: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  604. configure:16824: result: yes
  605. configure:16860: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  606. configure:16863: $? = 0
  607. configure:17383: checking for g++ option to produce PIC
  608. configure:17390: result: -fPIC -DPIC
  609. configure:17398: checking if g++ PIC flag -fPIC -DPIC works
  610. configure:17416: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.cpp >&5
  611. configure:17420: $? = 0
  612. configure:17433: result: yes
  613. configure:17456: checking if g++ static flag -static works
  614. configure:17484: result: yes
  615. configure:17496: checking if g++ supports -c -o file.o
  616. configure:17517: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.cpp >&5
  617. configure:17521: $? = 0
  618. configure:17543: result: yes
  619. configure:17548: checking if g++ supports -c -o file.o
  620. configure:17595: result: yes
  621. configure:17625: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  622. configure:17664: result: yes
  623. configure:17805: checking dynamic linker characteristics
  624. configure:18484: result: GNU/Linux ld.so
  625. configure:18537: checking how to hardcode library paths into programs
  626. configure:18562: result: immediate
  627. configure:18627: checking for gawk
  628. configure:18654: result: gawk
  629. configure:18665: checking whether ln -s works
  630. configure:18669: result: yes
  631. configure:18676: checking whether make sets $(MAKE)
  632. configure:18698: result: yes
  633. configure:18761: checking for pkg-config
  634. configure:18779: found /usr/bin/pkg-config
  635. configure:18791: result: /usr/bin/pkg-config
  636. configure:18816: checking pkg-config is at least version 0.9.0
  637. configure:18819: result: yes
  638. configure:19173: checking for size_t
  639. configure:19173: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  640. configure:19173: $? = 0
  641. configure:19173: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  642. conftest.c: In function 'main':
  643. conftest.c:60:21: error: expected expression before ')' token
  644. configure:19173: $? = 1
  645. configure: failed program was:
  646. | /* confdefs.h */
  647. | #define PACKAGE_NAME "kodi"
  648. | #define PACKAGE_TARNAME "kodi"
  649. | #define PACKAGE_VERSION "13.9.802"
  650. | #define PACKAGE_STRING "kodi 13.9.802"
  651. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  652. | #define PACKAGE_URL ""
  653. | #define PACKAGE "kodi"
  654. | #define VERSION "13.9.802"
  655. | #define LIRC_DEVICE "/dev/lircd"
  656. | #define STDC_HEADERS 1
  657. | #define HAVE_SYS_TYPES_H 1
  658. | #define HAVE_SYS_STAT_H 1
  659. | #define HAVE_STDLIB_H 1
  660. | #define HAVE_STRING_H 1
  661. | #define HAVE_MEMORY_H 1
  662. | #define HAVE_STRINGS_H 1
  663. | #define HAVE_INTTYPES_H 1
  664. | #define HAVE_STDINT_H 1
  665. | #define HAVE_UNISTD_H 1
  666. | #define HAVE_DLFCN_H 1
  667. | #define LT_OBJDIR ".libs/"
  668. | /* end confdefs.h. */
  669. | #include <stdio.h>
  670. | #ifdef HAVE_SYS_TYPES_H
  671. | # include <sys/types.h>
  672. | #endif
  673. | #ifdef HAVE_SYS_STAT_H
  674. | # include <sys/stat.h>
  675. | #endif
  676. | #ifdef STDC_HEADERS
  677. | # include <stdlib.h>
  678. | # include <stddef.h>
  679. | #else
  680. | # ifdef HAVE_STDLIB_H
  681. | # include <stdlib.h>
  682. | # endif
  683. | #endif
  684. | #ifdef HAVE_STRING_H
  685. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  686. | # include <memory.h>
  687. | # endif
  688. | # include <string.h>
  689. | #endif
  690. | #ifdef HAVE_STRINGS_H
  691. | # include <strings.h>
  692. | #endif
  693. | #ifdef HAVE_INTTYPES_H
  694. | # include <inttypes.h>
  695. | #endif
  696. | #ifdef HAVE_STDINT_H
  697. | # include <stdint.h>
  698. | #endif
  699. | #ifdef HAVE_UNISTD_H
  700. | # include <unistd.h>
  701. | #endif
  702. | int
  703. | main ()
  704. | {
  705. | if (sizeof ((size_t)))
  706. | return 0;
  707. | ;
  708. | return 0;
  709. | }
  710. configure:19173: result: yes
  711. configure:19186: checking for working alloca.h
  712. configure:19203: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  713. configure:19203: $? = 0
  714. configure:19211: result: yes
  715. configure:19219: checking for alloca
  716. configure:19256: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  717. configure:19256: $? = 0
  718. configure:19264: result: yes
  719. configure:19373: checking for uid_t in sys/types.h
  720. configure:19392: result: yes
  721. configure:19405: checking for unistd.h
  722. configure:19405: result: yes
  723. configure:19415: checking for working chown
  724. configure:19448: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  725. configure:19448: $? = 0
  726. configure:19448: ./conftest
  727. configure:19448: $? = 0
  728. configure:19460: result: yes
  729. configure:19471: checking for dirent.h that defines DIR
  730. configure:19490: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  731. configure:19490: $? = 0
  732. configure:19498: result: yes
  733. configure:19511: checking for library containing opendir
  734. configure:19542: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  735. configure:19542: $? = 0
  736. configure:19559: result: none required
  737. configure:19626: checking whether closedir returns void
  738. configure:19650: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  739. configure:19650: $? = 0
  740. configure:19650: ./conftest
  741. configure:19650: $? = 0
  742. configure:19660: result: no
  743. configure:19668: checking for error_at_line
  744. configure:19684: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  745. configure:19684: $? = 0
  746. configure:19692: result: yes
  747. configure:19703: checking for _LARGEFILE_SOURCE value needed for large files
  748. configure:19722: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  749. configure:19722: $? = 0
  750. configure:19750: result: no
  751. configure:19772: checking whether gcc needs -traditional
  752. configure:19806: result: no
  753. configure:19813: checking whether lstat correctly handles trailing slash
  754. configure:19839: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  755. configure:19839: $? = 0
  756. configure:19839: ./conftest
  757. configure:19839: $? = 0
  758. configure:19856: result: yes
  759. configure:19875: checking whether lstat accepts an empty string
  760. configure:19895: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  761. configure:19895: $? = 0
  762. configure:19895: ./conftest
  763. configure:19895: $? = 0
  764. configure:19905: result: no
  765. configure:19921: checking whether lstat correctly handles trailing slash
  766. configure:19964: result: yes
  767. configure:19983: checking for working memcmp
  768. configure:20026: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  769. configure:20026: $? = 0
  770. configure:20026: ./conftest
  771. configure:20026: $? = 0
  772. configure:20036: result: yes
  773. configure:20045: checking whether time.h and sys/time.h may both be included
  774. configure:20065: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  775. configure:20065: $? = 0
  776. configure:20072: result: yes
  777. configure:20086: checking for sys/time.h
  778. configure:20086: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  779. configure:20086: $? = 0
  780. configure:20086: result: yes
  781. configure:20086: checking for unistd.h
  782. configure:20086: result: yes
  783. configure:20086: checking for stdlib.h
  784. configure:20086: result: yes
  785. configure:20086: checking for sys/param.h
  786. configure:20086: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  787. configure:20086: $? = 0
  788. configure:20086: result: yes
  789. configure:20086: checking for utime.h
  790. configure:20086: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  791. configure:20086: $? = 0
  792. configure:20086: result: yes
  793. configure:20107: checking for alarm
  794. configure:20107: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  795. configure:20107: $? = 0
  796. configure:20107: result: yes
  797. configure:20120: checking for working mktime
  798. configure:20322: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  799. configure:20322: $? = 0
  800. configure:20322: ./conftest
  801. configure:20322: $? = 0
  802. configure:20332: result: yes
  803. configure:20350: checking for getpagesize
  804. configure:20350: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  805. configure:20350: $? = 0
  806. configure:20350: result: yes
  807. configure:20359: checking for working mmap
  808. configure:20506: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  809. configure:20506: $? = 0
  810. configure:20506: ./conftest
  811. configure:20506: $? = 0
  812. configure:20516: result: yes
  813. configure:20531: checking sys/select.h usability
  814. configure:20531: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  815. configure:20531: $? = 0
  816. configure:20531: result: yes
  817. configure:20531: checking sys/select.h presence
  818. configure:20531: gcc -E conftest.c
  819. configure:20531: $? = 0
  820. configure:20531: result: yes
  821. configure:20531: checking for sys/select.h
  822. configure:20531: result: yes
  823. configure:20531: checking sys/socket.h usability
  824. configure:20531: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  825. configure:20531: $? = 0
  826. configure:20531: result: yes
  827. configure:20531: checking sys/socket.h presence
  828. configure:20531: gcc -E conftest.c
  829. configure:20531: $? = 0
  830. configure:20531: result: yes
  831. configure:20531: checking for sys/socket.h
  832. configure:20531: result: yes
  833. configure:20541: checking types of arguments for select
  834. configure:20569: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  835. configure:20569: $? = 0
  836. configure:20580: result: int,fd_set *,struct timeval *
  837. configure:20610: checking return type of signal handlers
  838. configure:20628: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  839. conftest.c: In function 'main':
  840. conftest.c:52:1: error: void value not ignored as it ought to be
  841. configure:20628: $? = 1
  842. configure: failed program was:
  843. | /* confdefs.h */
  844. | #define PACKAGE_NAME "kodi"
  845. | #define PACKAGE_TARNAME "kodi"
  846. | #define PACKAGE_VERSION "13.9.802"
  847. | #define PACKAGE_STRING "kodi 13.9.802"
  848. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  849. | #define PACKAGE_URL ""
  850. | #define PACKAGE "kodi"
  851. | #define VERSION "13.9.802"
  852. | #define LIRC_DEVICE "/dev/lircd"
  853. | #define STDC_HEADERS 1
  854. | #define HAVE_SYS_TYPES_H 1
  855. | #define HAVE_SYS_STAT_H 1
  856. | #define HAVE_STDLIB_H 1
  857. | #define HAVE_STRING_H 1
  858. | #define HAVE_MEMORY_H 1
  859. | #define HAVE_STRINGS_H 1
  860. | #define HAVE_INTTYPES_H 1
  861. | #define HAVE_STDINT_H 1
  862. | #define HAVE_UNISTD_H 1
  863. | #define HAVE_DLFCN_H 1
  864. | #define LT_OBJDIR ".libs/"
  865. | #define HAVE_ALLOCA_H 1
  866. | #define HAVE_ALLOCA 1
  867. | #define HAVE_UNISTD_H 1
  868. | #define HAVE_CHOWN 1
  869. | #define HAVE_DIRENT_H 1
  870. | #define HAVE_FSEEKO 1
  871. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  872. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  873. | #define TIME_WITH_SYS_TIME 1
  874. | #define HAVE_SYS_TIME_H 1
  875. | #define HAVE_UNISTD_H 1
  876. | #define HAVE_STDLIB_H 1
  877. | #define HAVE_SYS_PARAM_H 1
  878. | #define HAVE_UTIME_H 1
  879. | #define HAVE_ALARM 1
  880. | #define HAVE_GETPAGESIZE 1
  881. | #define HAVE_MMAP 1
  882. | #define HAVE_SYS_SELECT_H 1
  883. | #define HAVE_SYS_SOCKET_H 1
  884. | #define SELECT_TYPE_ARG1 int
  885. | #define SELECT_TYPE_ARG234 (fd_set *)
  886. | #define SELECT_TYPE_ARG5 (struct timeval *)
  887. | /* end confdefs.h. */
  888. | #include <sys/types.h>
  889. | #include <signal.h>
  890. |
  891. | int
  892. | main ()
  893. | {
  894. | return *(signal (0, 0)) (0) == 1;
  895. | ;
  896. | return 0;
  897. | }
  898. configure:20635: result: void
  899. configure:20643: checking whether stat accepts an empty string
  900. configure:20663: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  901. configure:20663: $? = 0
  902. configure:20663: ./conftest
  903. configure:20663: $? = 0
  904. configure:20673: result: no
  905. configure:20689: checking for working strcoll
  906. configure:20710: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  907. configure:20710: $? = 0
  908. configure:20710: ./conftest
  909. configure:20710: $? = 0
  910. configure:20720: result: yes
  911. configure:20730: checking for strftime
  912. configure:20730: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  913. conftest.c:71:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
  914. configure:20730: $? = 0
  915. configure:20730: result: yes
  916. configure:20783: checking for working strtod
  917. configure:20824: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  918. configure:20824: $? = 0
  919. configure:20824: ./conftest
  920. configure:20824: $? = 0
  921. configure:20834: result: yes
  922. configure:20899: checking whether utime accepts a null argument
  923. configure:20928: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  924. configure:20928: $? = 0
  925. configure:20928: ./conftest
  926. configure:20928: $? = 0
  927. configure:20938: result: yes
  928. configure:20950: checking for vprintf
  929. configure:20950: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  930. conftest.c:73:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
  931. configure:20950: $? = 0
  932. configure:20950: result: yes
  933. configure:20956: checking for _doprnt
  934. configure:20956: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  935. /tmp/cc1fZq4j.o: In function `main':
  936. /home/cubie/Documenti/kodi/conftest.c:85: undefined reference to `_doprnt'
  937. collect2: ld returned 1 exit status
  938. configure:20956: $? = 1
  939. configure: failed program was:
  940. | /* confdefs.h */
  941. | #define PACKAGE_NAME "kodi"
  942. | #define PACKAGE_TARNAME "kodi"
  943. | #define PACKAGE_VERSION "13.9.802"
  944. | #define PACKAGE_STRING "kodi 13.9.802"
  945. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  946. | #define PACKAGE_URL ""
  947. | #define PACKAGE "kodi"
  948. | #define VERSION "13.9.802"
  949. | #define LIRC_DEVICE "/dev/lircd"
  950. | #define STDC_HEADERS 1
  951. | #define HAVE_SYS_TYPES_H 1
  952. | #define HAVE_SYS_STAT_H 1
  953. | #define HAVE_STDLIB_H 1
  954. | #define HAVE_STRING_H 1
  955. | #define HAVE_MEMORY_H 1
  956. | #define HAVE_STRINGS_H 1
  957. | #define HAVE_INTTYPES_H 1
  958. | #define HAVE_STDINT_H 1
  959. | #define HAVE_UNISTD_H 1
  960. | #define HAVE_DLFCN_H 1
  961. | #define LT_OBJDIR ".libs/"
  962. | #define HAVE_ALLOCA_H 1
  963. | #define HAVE_ALLOCA 1
  964. | #define HAVE_UNISTD_H 1
  965. | #define HAVE_CHOWN 1
  966. | #define HAVE_DIRENT_H 1
  967. | #define HAVE_FSEEKO 1
  968. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  969. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  970. | #define TIME_WITH_SYS_TIME 1
  971. | #define HAVE_SYS_TIME_H 1
  972. | #define HAVE_UNISTD_H 1
  973. | #define HAVE_STDLIB_H 1
  974. | #define HAVE_SYS_PARAM_H 1
  975. | #define HAVE_UTIME_H 1
  976. | #define HAVE_ALARM 1
  977. | #define HAVE_GETPAGESIZE 1
  978. | #define HAVE_MMAP 1
  979. | #define HAVE_SYS_SELECT_H 1
  980. | #define HAVE_SYS_SOCKET_H 1
  981. | #define SELECT_TYPE_ARG1 int
  982. | #define SELECT_TYPE_ARG234 (fd_set *)
  983. | #define SELECT_TYPE_ARG5 (struct timeval *)
  984. | #define RETSIGTYPE void
  985. | #define HAVE_STRCOLL 1
  986. | #define HAVE_STRFTIME 1
  987. | #define HAVE_UTIME_NULL 1
  988. | #define HAVE_VPRINTF 1
  989. | /* end confdefs.h. */
  990. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  991. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  992. | #define _doprnt innocuous__doprnt
  993. |
  994. | /* System header to define __stub macros and hopefully few prototypes,
  995. | which can conflict with char _doprnt (); below.
  996. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  997. | <limits.h> exists even on freestanding compilers. */
  998. |
  999. | #ifdef __STDC__
  1000. | # include <limits.h>
  1001. | #else
  1002. | # include <assert.h>
  1003. | #endif
  1004. |
  1005. | #undef _doprnt
  1006. |
  1007. | /* Override any GCC internal prototype to avoid an error.
  1008. | Use char because int might match the return type of a GCC
  1009. | builtin and then its argument prototype would still apply. */
  1010. | #ifdef __cplusplus
  1011. | extern "C"
  1012. | #endif
  1013. | char _doprnt ();
  1014. | /* The GNU C library defines this for functions which it implements
  1015. | to always fail with ENOSYS. Some functions are actually named
  1016. | something starting with __ and the normal name is an alias. */
  1017. | #if defined __stub__doprnt || defined __stub____doprnt
  1018. | choke me
  1019. | #endif
  1020. |
  1021. | int
  1022. | main ()
  1023. | {
  1024. | return _doprnt ();
  1025. | ;
  1026. | return 0;
  1027. | }
  1028. configure:20956: result: no
  1029. configure:20970: checking for atexit
  1030. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1031. configure:20970: $? = 0
  1032. configure:20970: result: yes
  1033. configure:20970: checking for dup2
  1034. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1035. configure:20970: $? = 0
  1036. configure:20970: result: yes
  1037. configure:20970: checking for fdatasync
  1038. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1039. configure:20970: $? = 0
  1040. configure:20970: result: yes
  1041. configure:20970: checking for floor
  1042. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1043. conftest.c:77:6: warning: conflicting types for built-in function 'floor' [enabled by default]
  1044. /tmp/ccemEHci.o: In function `main':
  1045. /home/cubie/Documenti/kodi/conftest.c:88: undefined reference to `floor'
  1046. collect2: ld returned 1 exit status
  1047. configure:20970: $? = 1
  1048. configure: failed program was:
  1049. | /* confdefs.h */
  1050. | #define PACKAGE_NAME "kodi"
  1051. | #define PACKAGE_TARNAME "kodi"
  1052. | #define PACKAGE_VERSION "13.9.802"
  1053. | #define PACKAGE_STRING "kodi 13.9.802"
  1054. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1055. | #define PACKAGE_URL ""
  1056. | #define PACKAGE "kodi"
  1057. | #define VERSION "13.9.802"
  1058. | #define LIRC_DEVICE "/dev/lircd"
  1059. | #define STDC_HEADERS 1
  1060. | #define HAVE_SYS_TYPES_H 1
  1061. | #define HAVE_SYS_STAT_H 1
  1062. | #define HAVE_STDLIB_H 1
  1063. | #define HAVE_STRING_H 1
  1064. | #define HAVE_MEMORY_H 1
  1065. | #define HAVE_STRINGS_H 1
  1066. | #define HAVE_INTTYPES_H 1
  1067. | #define HAVE_STDINT_H 1
  1068. | #define HAVE_UNISTD_H 1
  1069. | #define HAVE_DLFCN_H 1
  1070. | #define LT_OBJDIR ".libs/"
  1071. | #define HAVE_ALLOCA_H 1
  1072. | #define HAVE_ALLOCA 1
  1073. | #define HAVE_UNISTD_H 1
  1074. | #define HAVE_CHOWN 1
  1075. | #define HAVE_DIRENT_H 1
  1076. | #define HAVE_FSEEKO 1
  1077. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1078. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1079. | #define TIME_WITH_SYS_TIME 1
  1080. | #define HAVE_SYS_TIME_H 1
  1081. | #define HAVE_UNISTD_H 1
  1082. | #define HAVE_STDLIB_H 1
  1083. | #define HAVE_SYS_PARAM_H 1
  1084. | #define HAVE_UTIME_H 1
  1085. | #define HAVE_ALARM 1
  1086. | #define HAVE_GETPAGESIZE 1
  1087. | #define HAVE_MMAP 1
  1088. | #define HAVE_SYS_SELECT_H 1
  1089. | #define HAVE_SYS_SOCKET_H 1
  1090. | #define SELECT_TYPE_ARG1 int
  1091. | #define SELECT_TYPE_ARG234 (fd_set *)
  1092. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1093. | #define RETSIGTYPE void
  1094. | #define HAVE_STRCOLL 1
  1095. | #define HAVE_STRFTIME 1
  1096. | #define HAVE_UTIME_NULL 1
  1097. | #define HAVE_VPRINTF 1
  1098. | #define HAVE_ATEXIT 1
  1099. | #define HAVE_DUP2 1
  1100. | #define HAVE_FDATASYNC 1
  1101. | /* end confdefs.h. */
  1102. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1103. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1104. | #define floor innocuous_floor
  1105. |
  1106. | /* System header to define __stub macros and hopefully few prototypes,
  1107. | which can conflict with char floor (); below.
  1108. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1109. | <limits.h> exists even on freestanding compilers. */
  1110. |
  1111. | #ifdef __STDC__
  1112. | # include <limits.h>
  1113. | #else
  1114. | # include <assert.h>
  1115. | #endif
  1116. |
  1117. | #undef floor
  1118. |
  1119. | /* Override any GCC internal prototype to avoid an error.
  1120. | Use char because int might match the return type of a GCC
  1121. | builtin and then its argument prototype would still apply. */
  1122. | #ifdef __cplusplus
  1123. | extern "C"
  1124. | #endif
  1125. | char floor ();
  1126. | /* The GNU C library defines this for functions which it implements
  1127. | to always fail with ENOSYS. Some functions are actually named
  1128. | something starting with __ and the normal name is an alias. */
  1129. | #if defined __stub_floor || defined __stub___floor
  1130. | choke me
  1131. | #endif
  1132. |
  1133. | int
  1134. | main ()
  1135. | {
  1136. | return floor ();
  1137. | ;
  1138. | return 0;
  1139. | }
  1140. configure:20970: result: no
  1141. configure:20970: checking for fs_stat_dev
  1142. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1143. /tmp/ccinwcgU.o: In function `main':
  1144. /home/cubie/Documenti/kodi/conftest.c:88: undefined reference to `fs_stat_dev'
  1145. collect2: ld returned 1 exit status
  1146. configure:20970: $? = 1
  1147. configure: failed program was:
  1148. | /* confdefs.h */
  1149. | #define PACKAGE_NAME "kodi"
  1150. | #define PACKAGE_TARNAME "kodi"
  1151. | #define PACKAGE_VERSION "13.9.802"
  1152. | #define PACKAGE_STRING "kodi 13.9.802"
  1153. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1154. | #define PACKAGE_URL ""
  1155. | #define PACKAGE "kodi"
  1156. | #define VERSION "13.9.802"
  1157. | #define LIRC_DEVICE "/dev/lircd"
  1158. | #define STDC_HEADERS 1
  1159. | #define HAVE_SYS_TYPES_H 1
  1160. | #define HAVE_SYS_STAT_H 1
  1161. | #define HAVE_STDLIB_H 1
  1162. | #define HAVE_STRING_H 1
  1163. | #define HAVE_MEMORY_H 1
  1164. | #define HAVE_STRINGS_H 1
  1165. | #define HAVE_INTTYPES_H 1
  1166. | #define HAVE_STDINT_H 1
  1167. | #define HAVE_UNISTD_H 1
  1168. | #define HAVE_DLFCN_H 1
  1169. | #define LT_OBJDIR ".libs/"
  1170. | #define HAVE_ALLOCA_H 1
  1171. | #define HAVE_ALLOCA 1
  1172. | #define HAVE_UNISTD_H 1
  1173. | #define HAVE_CHOWN 1
  1174. | #define HAVE_DIRENT_H 1
  1175. | #define HAVE_FSEEKO 1
  1176. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1177. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1178. | #define TIME_WITH_SYS_TIME 1
  1179. | #define HAVE_SYS_TIME_H 1
  1180. | #define HAVE_UNISTD_H 1
  1181. | #define HAVE_STDLIB_H 1
  1182. | #define HAVE_SYS_PARAM_H 1
  1183. | #define HAVE_UTIME_H 1
  1184. | #define HAVE_ALARM 1
  1185. | #define HAVE_GETPAGESIZE 1
  1186. | #define HAVE_MMAP 1
  1187. | #define HAVE_SYS_SELECT_H 1
  1188. | #define HAVE_SYS_SOCKET_H 1
  1189. | #define SELECT_TYPE_ARG1 int
  1190. | #define SELECT_TYPE_ARG234 (fd_set *)
  1191. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1192. | #define RETSIGTYPE void
  1193. | #define HAVE_STRCOLL 1
  1194. | #define HAVE_STRFTIME 1
  1195. | #define HAVE_UTIME_NULL 1
  1196. | #define HAVE_VPRINTF 1
  1197. | #define HAVE_ATEXIT 1
  1198. | #define HAVE_DUP2 1
  1199. | #define HAVE_FDATASYNC 1
  1200. | /* end confdefs.h. */
  1201. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1202. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1203. | #define fs_stat_dev innocuous_fs_stat_dev
  1204. |
  1205. | /* System header to define __stub macros and hopefully few prototypes,
  1206. | which can conflict with char fs_stat_dev (); below.
  1207. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1208. | <limits.h> exists even on freestanding compilers. */
  1209. |
  1210. | #ifdef __STDC__
  1211. | # include <limits.h>
  1212. | #else
  1213. | # include <assert.h>
  1214. | #endif
  1215. |
  1216. | #undef fs_stat_dev
  1217. |
  1218. | /* Override any GCC internal prototype to avoid an error.
  1219. | Use char because int might match the return type of a GCC
  1220. | builtin and then its argument prototype would still apply. */
  1221. | #ifdef __cplusplus
  1222. | extern "C"
  1223. | #endif
  1224. | char fs_stat_dev ();
  1225. | /* The GNU C library defines this for functions which it implements
  1226. | to always fail with ENOSYS. Some functions are actually named
  1227. | something starting with __ and the normal name is an alias. */
  1228. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1229. | choke me
  1230. | #endif
  1231. |
  1232. | int
  1233. | main ()
  1234. | {
  1235. | return fs_stat_dev ();
  1236. | ;
  1237. | return 0;
  1238. | }
  1239. configure:20970: result: no
  1240. configure:20970: checking for ftime
  1241. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1242. configure:20970: $? = 0
  1243. configure:20970: result: yes
  1244. configure:20970: checking for ftruncate
  1245. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1246. configure:20970: $? = 0
  1247. configure:20970: result: yes
  1248. configure:20970: checking for getcwd
  1249. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1250. configure:20970: $? = 0
  1251. configure:20970: result: yes
  1252. configure:20970: checking for gethostbyaddr
  1253. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1254. configure:20970: $? = 0
  1255. configure:20970: result: yes
  1256. configure:20970: checking for gethostbyname
  1257. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1258. configure:20970: $? = 0
  1259. configure:20970: result: yes
  1260. configure:20970: checking for gethostname
  1261. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1262. configure:20970: $? = 0
  1263. configure:20970: result: yes
  1264. configure:20970: checking for getpagesize
  1265. configure:20970: result: yes
  1266. configure:20970: checking for getpass
  1267. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1268. configure:20970: $? = 0
  1269. configure:20970: result: yes
  1270. configure:20970: checking for gettimeofday
  1271. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1272. configure:20970: $? = 0
  1273. configure:20970: result: yes
  1274. configure:20970: checking for inet_ntoa
  1275. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1276. configure:20970: $? = 0
  1277. configure:20970: result: yes
  1278. configure:20970: checking for lchown
  1279. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1280. configure:20970: $? = 0
  1281. configure:20970: result: yes
  1282. configure:20970: checking for localeconv
  1283. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1284. configure:20970: $? = 0
  1285. configure:20970: result: yes
  1286. configure:20970: checking for memchr
  1287. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1288. conftest.c:89:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
  1289. configure:20970: $? = 0
  1290. configure:20970: result: yes
  1291. configure:20970: checking for memmove
  1292. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1293. conftest.c:90:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  1294. configure:20970: $? = 0
  1295. configure:20970: result: yes
  1296. configure:20970: checking for memset
  1297. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1298. conftest.c:91:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  1299. configure:20970: $? = 0
  1300. configure:20970: result: yes
  1301. configure:20970: checking for mkdir
  1302. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1303. configure:20970: $? = 0
  1304. configure:20970: result: yes
  1305. configure:20970: checking for modf
  1306. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1307. conftest.c:93:6: warning: conflicting types for built-in function 'modf' [enabled by default]
  1308. configure:20970: $? = 0
  1309. configure:20970: result: yes
  1310. configure:20970: checking for munmap
  1311. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1312. configure:20970: $? = 0
  1313. configure:20970: result: yes
  1314. configure:20970: checking for pow
  1315. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1316. conftest.c:95:6: warning: conflicting types for built-in function 'pow' [enabled by default]
  1317. /tmp/ccQh6CZn.o: In function `main':
  1318. /home/cubie/Documenti/kodi/conftest.c:106: undefined reference to `pow'
  1319. collect2: ld returned 1 exit status
  1320. configure:20970: $? = 1
  1321. configure: failed program was:
  1322. | /* confdefs.h */
  1323. | #define PACKAGE_NAME "kodi"
  1324. | #define PACKAGE_TARNAME "kodi"
  1325. | #define PACKAGE_VERSION "13.9.802"
  1326. | #define PACKAGE_STRING "kodi 13.9.802"
  1327. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1328. | #define PACKAGE_URL ""
  1329. | #define PACKAGE "kodi"
  1330. | #define VERSION "13.9.802"
  1331. | #define LIRC_DEVICE "/dev/lircd"
  1332. | #define STDC_HEADERS 1
  1333. | #define HAVE_SYS_TYPES_H 1
  1334. | #define HAVE_SYS_STAT_H 1
  1335. | #define HAVE_STDLIB_H 1
  1336. | #define HAVE_STRING_H 1
  1337. | #define HAVE_MEMORY_H 1
  1338. | #define HAVE_STRINGS_H 1
  1339. | #define HAVE_INTTYPES_H 1
  1340. | #define HAVE_STDINT_H 1
  1341. | #define HAVE_UNISTD_H 1
  1342. | #define HAVE_DLFCN_H 1
  1343. | #define LT_OBJDIR ".libs/"
  1344. | #define HAVE_ALLOCA_H 1
  1345. | #define HAVE_ALLOCA 1
  1346. | #define HAVE_UNISTD_H 1
  1347. | #define HAVE_CHOWN 1
  1348. | #define HAVE_DIRENT_H 1
  1349. | #define HAVE_FSEEKO 1
  1350. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1351. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1352. | #define TIME_WITH_SYS_TIME 1
  1353. | #define HAVE_SYS_TIME_H 1
  1354. | #define HAVE_UNISTD_H 1
  1355. | #define HAVE_STDLIB_H 1
  1356. | #define HAVE_SYS_PARAM_H 1
  1357. | #define HAVE_UTIME_H 1
  1358. | #define HAVE_ALARM 1
  1359. | #define HAVE_GETPAGESIZE 1
  1360. | #define HAVE_MMAP 1
  1361. | #define HAVE_SYS_SELECT_H 1
  1362. | #define HAVE_SYS_SOCKET_H 1
  1363. | #define SELECT_TYPE_ARG1 int
  1364. | #define SELECT_TYPE_ARG234 (fd_set *)
  1365. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1366. | #define RETSIGTYPE void
  1367. | #define HAVE_STRCOLL 1
  1368. | #define HAVE_STRFTIME 1
  1369. | #define HAVE_UTIME_NULL 1
  1370. | #define HAVE_VPRINTF 1
  1371. | #define HAVE_ATEXIT 1
  1372. | #define HAVE_DUP2 1
  1373. | #define HAVE_FDATASYNC 1
  1374. | #define HAVE_FTIME 1
  1375. | #define HAVE_FTRUNCATE 1
  1376. | #define HAVE_GETCWD 1
  1377. | #define HAVE_GETHOSTBYADDR 1
  1378. | #define HAVE_GETHOSTBYNAME 1
  1379. | #define HAVE_GETHOSTNAME 1
  1380. | #define HAVE_GETPAGESIZE 1
  1381. | #define HAVE_GETPASS 1
  1382. | #define HAVE_GETTIMEOFDAY 1
  1383. | #define HAVE_INET_NTOA 1
  1384. | #define HAVE_LCHOWN 1
  1385. | #define HAVE_LOCALECONV 1
  1386. | #define HAVE_MEMCHR 1
  1387. | #define HAVE_MEMMOVE 1
  1388. | #define HAVE_MEMSET 1
  1389. | #define HAVE_MKDIR 1
  1390. | #define HAVE_MODF 1
  1391. | #define HAVE_MUNMAP 1
  1392. | /* end confdefs.h. */
  1393. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1394. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1395. | #define pow innocuous_pow
  1396. |
  1397. | /* System header to define __stub macros and hopefully few prototypes,
  1398. | which can conflict with char pow (); below.
  1399. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1400. | <limits.h> exists even on freestanding compilers. */
  1401. |
  1402. | #ifdef __STDC__
  1403. | # include <limits.h>
  1404. | #else
  1405. | # include <assert.h>
  1406. | #endif
  1407. |
  1408. | #undef pow
  1409. |
  1410. | /* Override any GCC internal prototype to avoid an error.
  1411. | Use char because int might match the return type of a GCC
  1412. | builtin and then its argument prototype would still apply. */
  1413. | #ifdef __cplusplus
  1414. | extern "C"
  1415. | #endif
  1416. | char pow ();
  1417. | /* The GNU C library defines this for functions which it implements
  1418. | to always fail with ENOSYS. Some functions are actually named
  1419. | something starting with __ and the normal name is an alias. */
  1420. | #if defined __stub_pow || defined __stub___pow
  1421. | choke me
  1422. | #endif
  1423. |
  1424. | int
  1425. | main ()
  1426. | {
  1427. | return pow ();
  1428. | ;
  1429. | return 0;
  1430. | }
  1431. configure:20970: result: no
  1432. configure:20970: checking for rmdir
  1433. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1434. configure:20970: $? = 0
  1435. configure:20970: result: yes
  1436. configure:20970: checking for select
  1437. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1438. configure:20970: $? = 0
  1439. configure:20970: result: yes
  1440. configure:20970: checking for setenv
  1441. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1442. configure:20970: $? = 0
  1443. configure:20970: result: yes
  1444. configure:20970: checking for setlocale
  1445. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1446. configure:20970: $? = 0
  1447. configure:20970: result: yes
  1448. configure:20970: checking for socket
  1449. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1450. configure:20970: $? = 0
  1451. configure:20970: result: yes
  1452. configure:20970: checking for sqrt
  1453. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1454. conftest.c:100:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
  1455. /tmp/ccslxPi7.o: In function `main':
  1456. /home/cubie/Documenti/kodi/conftest.c:111: undefined reference to `sqrt'
  1457. collect2: ld returned 1 exit status
  1458. configure:20970: $? = 1
  1459. configure: failed program was:
  1460. | /* confdefs.h */
  1461. | #define PACKAGE_NAME "kodi"
  1462. | #define PACKAGE_TARNAME "kodi"
  1463. | #define PACKAGE_VERSION "13.9.802"
  1464. | #define PACKAGE_STRING "kodi 13.9.802"
  1465. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1466. | #define PACKAGE_URL ""
  1467. | #define PACKAGE "kodi"
  1468. | #define VERSION "13.9.802"
  1469. | #define LIRC_DEVICE "/dev/lircd"
  1470. | #define STDC_HEADERS 1
  1471. | #define HAVE_SYS_TYPES_H 1
  1472. | #define HAVE_SYS_STAT_H 1
  1473. | #define HAVE_STDLIB_H 1
  1474. | #define HAVE_STRING_H 1
  1475. | #define HAVE_MEMORY_H 1
  1476. | #define HAVE_STRINGS_H 1
  1477. | #define HAVE_INTTYPES_H 1
  1478. | #define HAVE_STDINT_H 1
  1479. | #define HAVE_UNISTD_H 1
  1480. | #define HAVE_DLFCN_H 1
  1481. | #define LT_OBJDIR ".libs/"
  1482. | #define HAVE_ALLOCA_H 1
  1483. | #define HAVE_ALLOCA 1
  1484. | #define HAVE_UNISTD_H 1
  1485. | #define HAVE_CHOWN 1
  1486. | #define HAVE_DIRENT_H 1
  1487. | #define HAVE_FSEEKO 1
  1488. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1489. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1490. | #define TIME_WITH_SYS_TIME 1
  1491. | #define HAVE_SYS_TIME_H 1
  1492. | #define HAVE_UNISTD_H 1
  1493. | #define HAVE_STDLIB_H 1
  1494. | #define HAVE_SYS_PARAM_H 1
  1495. | #define HAVE_UTIME_H 1
  1496. | #define HAVE_ALARM 1
  1497. | #define HAVE_GETPAGESIZE 1
  1498. | #define HAVE_MMAP 1
  1499. | #define HAVE_SYS_SELECT_H 1
  1500. | #define HAVE_SYS_SOCKET_H 1
  1501. | #define SELECT_TYPE_ARG1 int
  1502. | #define SELECT_TYPE_ARG234 (fd_set *)
  1503. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1504. | #define RETSIGTYPE void
  1505. | #define HAVE_STRCOLL 1
  1506. | #define HAVE_STRFTIME 1
  1507. | #define HAVE_UTIME_NULL 1
  1508. | #define HAVE_VPRINTF 1
  1509. | #define HAVE_ATEXIT 1
  1510. | #define HAVE_DUP2 1
  1511. | #define HAVE_FDATASYNC 1
  1512. | #define HAVE_FTIME 1
  1513. | #define HAVE_FTRUNCATE 1
  1514. | #define HAVE_GETCWD 1
  1515. | #define HAVE_GETHOSTBYADDR 1
  1516. | #define HAVE_GETHOSTBYNAME 1
  1517. | #define HAVE_GETHOSTNAME 1
  1518. | #define HAVE_GETPAGESIZE 1
  1519. | #define HAVE_GETPASS 1
  1520. | #define HAVE_GETTIMEOFDAY 1
  1521. | #define HAVE_INET_NTOA 1
  1522. | #define HAVE_LCHOWN 1
  1523. | #define HAVE_LOCALECONV 1
  1524. | #define HAVE_MEMCHR 1
  1525. | #define HAVE_MEMMOVE 1
  1526. | #define HAVE_MEMSET 1
  1527. | #define HAVE_MKDIR 1
  1528. | #define HAVE_MODF 1
  1529. | #define HAVE_MUNMAP 1
  1530. | #define HAVE_RMDIR 1
  1531. | #define HAVE_SELECT 1
  1532. | #define HAVE_SETENV 1
  1533. | #define HAVE_SETLOCALE 1
  1534. | #define HAVE_SOCKET 1
  1535. | /* end confdefs.h. */
  1536. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1537. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1538. | #define sqrt innocuous_sqrt
  1539. |
  1540. | /* System header to define __stub macros and hopefully few prototypes,
  1541. | which can conflict with char sqrt (); below.
  1542. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1543. | <limits.h> exists even on freestanding compilers. */
  1544. |
  1545. | #ifdef __STDC__
  1546. | # include <limits.h>
  1547. | #else
  1548. | # include <assert.h>
  1549. | #endif
  1550. |
  1551. | #undef sqrt
  1552. |
  1553. | /* Override any GCC internal prototype to avoid an error.
  1554. | Use char because int might match the return type of a GCC
  1555. | builtin and then its argument prototype would still apply. */
  1556. | #ifdef __cplusplus
  1557. | extern "C"
  1558. | #endif
  1559. | char sqrt ();
  1560. | /* The GNU C library defines this for functions which it implements
  1561. | to always fail with ENOSYS. Some functions are actually named
  1562. | something starting with __ and the normal name is an alias. */
  1563. | #if defined __stub_sqrt || defined __stub___sqrt
  1564. | choke me
  1565. | #endif
  1566. |
  1567. | int
  1568. | main ()
  1569. | {
  1570. | return sqrt ();
  1571. | ;
  1572. | return 0;
  1573. | }
  1574. configure:20970: result: no
  1575. configure:20970: checking for strcasecmp
  1576. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1577. conftest.c:100:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1578. configure:20970: $? = 0
  1579. configure:20970: result: yes
  1580. configure:20970: checking for strchr
  1581. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1582. conftest.c:101:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1583. configure:20970: $? = 0
  1584. configure:20970: result: yes
  1585. configure:20970: checking for strcspn
  1586. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1587. conftest.c:102:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
  1588. configure:20970: $? = 0
  1589. configure:20970: result: yes
  1590. configure:20970: checking for strdup
  1591. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1592. conftest.c:103:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1593. configure:20970: $? = 0
  1594. configure:20970: result: yes
  1595. configure:20970: checking for strerror
  1596. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1597. configure:20970: $? = 0
  1598. configure:20970: result: yes
  1599. configure:20970: checking for strncasecmp
  1600. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1601. conftest.c:105:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1602. configure:20970: $? = 0
  1603. configure:20970: result: yes
  1604. configure:20970: checking for strpbrk
  1605. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1606. conftest.c:106:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
  1607. configure:20970: $? = 0
  1608. configure:20970: result: yes
  1609. configure:20970: checking for strrchr
  1610. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1611. conftest.c:107:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1612. configure:20970: $? = 0
  1613. configure:20970: result: yes
  1614. configure:20970: checking for strspn
  1615. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1616. conftest.c:108:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
  1617. configure:20970: $? = 0
  1618. configure:20970: result: yes
  1619. configure:20970: checking for strstr
  1620. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1621. conftest.c:109:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1622. configure:20970: $? = 0
  1623. configure:20970: result: yes
  1624. configure:20970: checking for strtol
  1625. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1626. configure:20970: $? = 0
  1627. configure:20970: result: yes
  1628. configure:20970: checking for strtoul
  1629. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1630. configure:20970: $? = 0
  1631. configure:20970: result: yes
  1632. configure:20970: checking for sysinfo
  1633. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1634. configure:20970: $? = 0
  1635. configure:20970: result: yes
  1636. configure:20970: checking for tzset
  1637. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1638. configure:20970: $? = 0
  1639. configure:20970: result: yes
  1640. configure:20970: checking for utime
  1641. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1642. configure:20970: $? = 0
  1643. configure:20970: result: yes
  1644. configure:20970: checking for posix_fadvise
  1645. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1646. configure:20970: $? = 0
  1647. configure:20970: result: yes
  1648. configure:20970: checking for localtime_r
  1649. configure:20970: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1650. configure:20970: $? = 0
  1651. configure:20970: result: yes
  1652. configure:20985: checking size of int
  1653. configure:20990: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1654. configure:20990: $? = 0
  1655. configure:20990: ./conftest
  1656. configure:20990: $? = 0
  1657. configure:21004: result: 4
  1658. configure:21018: checking size of size_t
  1659. configure:21023: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1660. configure:21023: $? = 0
  1661. configure:21023: ./conftest
  1662. configure:21023: $? = 0
  1663. configure:21037: result: 4
  1664. configure:21049: checking for __sync_add_and_fetch(temp, 1)
  1665. configure:21062: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1666. conftest.c: In function 'main':
  1667. conftest.c:100:20: warning: unused variable 'ret' [-Wunused-variable]
  1668. configure:21062: $? = 0
  1669. configure:21069: result: yes
  1670. configure:21077: checking for __sync_sub_and_fetch(temp, 1)
  1671. configure:21090: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1672. conftest.c: In function 'main':
  1673. conftest.c:101:20: warning: unused variable 'ret' [-Wunused-variable]
  1674. configure:21090: $? = 0
  1675. configure:21097: result: yes
  1676. configure:21105: checking for __sync_val_compare_and_swap(temp, 1, 1)
  1677. configure:21118: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  1678. conftest.c: In function 'main':
  1679. conftest.c:102:22: warning: unused variable 'ret' [-Wunused-variable]
  1680. configure:21118: $? = 0
  1681. configure:21125: result: yes
  1682. configure:21140: checking for std::u16string
  1683. configure:21140: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.cpp >&5
  1684. conftest.cpp: In function 'int main()':
  1685. conftest.cpp:104:13: error: 'u16string' is not a member of 'std'
  1686. configure:21140: $? = 1
  1687. configure: failed program was:
  1688. | /* confdefs.h */
  1689. | #define PACKAGE_NAME "kodi"
  1690. | #define PACKAGE_TARNAME "kodi"
  1691. | #define PACKAGE_VERSION "13.9.802"
  1692. | #define PACKAGE_STRING "kodi 13.9.802"
  1693. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1694. | #define PACKAGE_URL ""
  1695. | #define PACKAGE "kodi"
  1696. | #define VERSION "13.9.802"
  1697. | #define LIRC_DEVICE "/dev/lircd"
  1698. | #define STDC_HEADERS 1
  1699. | #define HAVE_SYS_TYPES_H 1
  1700. | #define HAVE_SYS_STAT_H 1
  1701. | #define HAVE_STDLIB_H 1
  1702. | #define HAVE_STRING_H 1
  1703. | #define HAVE_MEMORY_H 1
  1704. | #define HAVE_STRINGS_H 1
  1705. | #define HAVE_INTTYPES_H 1
  1706. | #define HAVE_STDINT_H 1
  1707. | #define HAVE_UNISTD_H 1
  1708. | #define HAVE_DLFCN_H 1
  1709. | #define LT_OBJDIR ".libs/"
  1710. | #define HAVE_ALLOCA_H 1
  1711. | #define HAVE_ALLOCA 1
  1712. | #define HAVE_UNISTD_H 1
  1713. | #define HAVE_CHOWN 1
  1714. | #define HAVE_DIRENT_H 1
  1715. | #define HAVE_FSEEKO 1
  1716. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1717. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1718. | #define TIME_WITH_SYS_TIME 1
  1719. | #define HAVE_SYS_TIME_H 1
  1720. | #define HAVE_UNISTD_H 1
  1721. | #define HAVE_STDLIB_H 1
  1722. | #define HAVE_SYS_PARAM_H 1
  1723. | #define HAVE_UTIME_H 1
  1724. | #define HAVE_ALARM 1
  1725. | #define HAVE_GETPAGESIZE 1
  1726. | #define HAVE_MMAP 1
  1727. | #define HAVE_SYS_SELECT_H 1
  1728. | #define HAVE_SYS_SOCKET_H 1
  1729. | #define SELECT_TYPE_ARG1 int
  1730. | #define SELECT_TYPE_ARG234 (fd_set *)
  1731. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1732. | #define RETSIGTYPE void
  1733. | #define HAVE_STRCOLL 1
  1734. | #define HAVE_STRFTIME 1
  1735. | #define HAVE_UTIME_NULL 1
  1736. | #define HAVE_VPRINTF 1
  1737. | #define HAVE_ATEXIT 1
  1738. | #define HAVE_DUP2 1
  1739. | #define HAVE_FDATASYNC 1
  1740. | #define HAVE_FTIME 1
  1741. | #define HAVE_FTRUNCATE 1
  1742. | #define HAVE_GETCWD 1
  1743. | #define HAVE_GETHOSTBYADDR 1
  1744. | #define HAVE_GETHOSTBYNAME 1
  1745. | #define HAVE_GETHOSTNAME 1
  1746. | #define HAVE_GETPAGESIZE 1
  1747. | #define HAVE_GETPASS 1
  1748. | #define HAVE_GETTIMEOFDAY 1
  1749. | #define HAVE_INET_NTOA 1
  1750. | #define HAVE_LCHOWN 1
  1751. | #define HAVE_LOCALECONV 1
  1752. | #define HAVE_MEMCHR 1
  1753. | #define HAVE_MEMMOVE 1
  1754. | #define HAVE_MEMSET 1
  1755. | #define HAVE_MKDIR 1
  1756. | #define HAVE_MODF 1
  1757. | #define HAVE_MUNMAP 1
  1758. | #define HAVE_RMDIR 1
  1759. | #define HAVE_SELECT 1
  1760. | #define HAVE_SETENV 1
  1761. | #define HAVE_SETLOCALE 1
  1762. | #define HAVE_SOCKET 1
  1763. | #define HAVE_STRCASECMP 1
  1764. | #define HAVE_STRCHR 1
  1765. | #define HAVE_STRCSPN 1
  1766. | #define HAVE_STRDUP 1
  1767. | #define HAVE_STRERROR 1
  1768. | #define HAVE_STRNCASECMP 1
  1769. | #define HAVE_STRPBRK 1
  1770. | #define HAVE_STRRCHR 1
  1771. | #define HAVE_STRSPN 1
  1772. | #define HAVE_STRSTR 1
  1773. | #define HAVE_STRTOL 1
  1774. | #define HAVE_STRTOUL 1
  1775. | #define HAVE_SYSINFO 1
  1776. | #define HAVE_TZSET 1
  1777. | #define HAVE_UTIME 1
  1778. | #define HAVE_POSIX_FADVISE 1
  1779. | #define HAVE_LOCALTIME_R 1
  1780. | #define SIZEOF_INT 4
  1781. | #define SIZEOF_SIZE_T 4
  1782. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1783. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1784. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1785. | /* end confdefs.h. */
  1786. | #include <string>
  1787. |
  1788. | int
  1789. | main ()
  1790. | {
  1791. | if (sizeof (std::u16string))
  1792. | return 0;
  1793. | ;
  1794. | return 0;
  1795. | }
  1796. configure:21140: result: no
  1797. configure:21150: checking for std::u32string
  1798. configure:21150: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.cpp >&5
  1799. conftest.cpp: In function 'int main()':
  1800. conftest.cpp:104:13: error: 'u32string' is not a member of 'std'
  1801. configure:21150: $? = 1
  1802. configure: failed program was:
  1803. | /* confdefs.h */
  1804. | #define PACKAGE_NAME "kodi"
  1805. | #define PACKAGE_TARNAME "kodi"
  1806. | #define PACKAGE_VERSION "13.9.802"
  1807. | #define PACKAGE_STRING "kodi 13.9.802"
  1808. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1809. | #define PACKAGE_URL ""
  1810. | #define PACKAGE "kodi"
  1811. | #define VERSION "13.9.802"
  1812. | #define LIRC_DEVICE "/dev/lircd"
  1813. | #define STDC_HEADERS 1
  1814. | #define HAVE_SYS_TYPES_H 1
  1815. | #define HAVE_SYS_STAT_H 1
  1816. | #define HAVE_STDLIB_H 1
  1817. | #define HAVE_STRING_H 1
  1818. | #define HAVE_MEMORY_H 1
  1819. | #define HAVE_STRINGS_H 1
  1820. | #define HAVE_INTTYPES_H 1
  1821. | #define HAVE_STDINT_H 1
  1822. | #define HAVE_UNISTD_H 1
  1823. | #define HAVE_DLFCN_H 1
  1824. | #define LT_OBJDIR ".libs/"
  1825. | #define HAVE_ALLOCA_H 1
  1826. | #define HAVE_ALLOCA 1
  1827. | #define HAVE_UNISTD_H 1
  1828. | #define HAVE_CHOWN 1
  1829. | #define HAVE_DIRENT_H 1
  1830. | #define HAVE_FSEEKO 1
  1831. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1832. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1833. | #define TIME_WITH_SYS_TIME 1
  1834. | #define HAVE_SYS_TIME_H 1
  1835. | #define HAVE_UNISTD_H 1
  1836. | #define HAVE_STDLIB_H 1
  1837. | #define HAVE_SYS_PARAM_H 1
  1838. | #define HAVE_UTIME_H 1
  1839. | #define HAVE_ALARM 1
  1840. | #define HAVE_GETPAGESIZE 1
  1841. | #define HAVE_MMAP 1
  1842. | #define HAVE_SYS_SELECT_H 1
  1843. | #define HAVE_SYS_SOCKET_H 1
  1844. | #define SELECT_TYPE_ARG1 int
  1845. | #define SELECT_TYPE_ARG234 (fd_set *)
  1846. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1847. | #define RETSIGTYPE void
  1848. | #define HAVE_STRCOLL 1
  1849. | #define HAVE_STRFTIME 1
  1850. | #define HAVE_UTIME_NULL 1
  1851. | #define HAVE_VPRINTF 1
  1852. | #define HAVE_ATEXIT 1
  1853. | #define HAVE_DUP2 1
  1854. | #define HAVE_FDATASYNC 1
  1855. | #define HAVE_FTIME 1
  1856. | #define HAVE_FTRUNCATE 1
  1857. | #define HAVE_GETCWD 1
  1858. | #define HAVE_GETHOSTBYADDR 1
  1859. | #define HAVE_GETHOSTBYNAME 1
  1860. | #define HAVE_GETHOSTNAME 1
  1861. | #define HAVE_GETPAGESIZE 1
  1862. | #define HAVE_GETPASS 1
  1863. | #define HAVE_GETTIMEOFDAY 1
  1864. | #define HAVE_INET_NTOA 1
  1865. | #define HAVE_LCHOWN 1
  1866. | #define HAVE_LOCALECONV 1
  1867. | #define HAVE_MEMCHR 1
  1868. | #define HAVE_MEMMOVE 1
  1869. | #define HAVE_MEMSET 1
  1870. | #define HAVE_MKDIR 1
  1871. | #define HAVE_MODF 1
  1872. | #define HAVE_MUNMAP 1
  1873. | #define HAVE_RMDIR 1
  1874. | #define HAVE_SELECT 1
  1875. | #define HAVE_SETENV 1
  1876. | #define HAVE_SETLOCALE 1
  1877. | #define HAVE_SOCKET 1
  1878. | #define HAVE_STRCASECMP 1
  1879. | #define HAVE_STRCHR 1
  1880. | #define HAVE_STRCSPN 1
  1881. | #define HAVE_STRDUP 1
  1882. | #define HAVE_STRERROR 1
  1883. | #define HAVE_STRNCASECMP 1
  1884. | #define HAVE_STRPBRK 1
  1885. | #define HAVE_STRRCHR 1
  1886. | #define HAVE_STRSPN 1
  1887. | #define HAVE_STRSTR 1
  1888. | #define HAVE_STRTOL 1
  1889. | #define HAVE_STRTOUL 1
  1890. | #define HAVE_SYSINFO 1
  1891. | #define HAVE_TZSET 1
  1892. | #define HAVE_UTIME 1
  1893. | #define HAVE_POSIX_FADVISE 1
  1894. | #define HAVE_LOCALTIME_R 1
  1895. | #define SIZEOF_INT 4
  1896. | #define SIZEOF_SIZE_T 4
  1897. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1898. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1899. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1900. | /* end confdefs.h. */
  1901. | #include <string>
  1902. |
  1903. | int
  1904. | main ()
  1905. | {
  1906. | if (sizeof (std::u32string))
  1907. | return 0;
  1908. | ;
  1909. | return 0;
  1910. | }
  1911. configure:21150: result: no
  1912. configure:21161: checking for char16_t
  1913. configure:21161: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.cpp >&5
  1914. conftest.cpp: In function 'int main()':
  1915. conftest.cpp:135:13: error: 'char16_t' was not declared in this scope
  1916. configure:21161: $? = 1
  1917. configure: failed program was:
  1918. | /* confdefs.h */
  1919. | #define PACKAGE_NAME "kodi"
  1920. | #define PACKAGE_TARNAME "kodi"
  1921. | #define PACKAGE_VERSION "13.9.802"
  1922. | #define PACKAGE_STRING "kodi 13.9.802"
  1923. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  1924. | #define PACKAGE_URL ""
  1925. | #define PACKAGE "kodi"
  1926. | #define VERSION "13.9.802"
  1927. | #define LIRC_DEVICE "/dev/lircd"
  1928. | #define STDC_HEADERS 1
  1929. | #define HAVE_SYS_TYPES_H 1
  1930. | #define HAVE_SYS_STAT_H 1
  1931. | #define HAVE_STDLIB_H 1
  1932. | #define HAVE_STRING_H 1
  1933. | #define HAVE_MEMORY_H 1
  1934. | #define HAVE_STRINGS_H 1
  1935. | #define HAVE_INTTYPES_H 1
  1936. | #define HAVE_STDINT_H 1
  1937. | #define HAVE_UNISTD_H 1
  1938. | #define HAVE_DLFCN_H 1
  1939. | #define LT_OBJDIR ".libs/"
  1940. | #define HAVE_ALLOCA_H 1
  1941. | #define HAVE_ALLOCA 1
  1942. | #define HAVE_UNISTD_H 1
  1943. | #define HAVE_CHOWN 1
  1944. | #define HAVE_DIRENT_H 1
  1945. | #define HAVE_FSEEKO 1
  1946. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1947. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1948. | #define TIME_WITH_SYS_TIME 1
  1949. | #define HAVE_SYS_TIME_H 1
  1950. | #define HAVE_UNISTD_H 1
  1951. | #define HAVE_STDLIB_H 1
  1952. | #define HAVE_SYS_PARAM_H 1
  1953. | #define HAVE_UTIME_H 1
  1954. | #define HAVE_ALARM 1
  1955. | #define HAVE_GETPAGESIZE 1
  1956. | #define HAVE_MMAP 1
  1957. | #define HAVE_SYS_SELECT_H 1
  1958. | #define HAVE_SYS_SOCKET_H 1
  1959. | #define SELECT_TYPE_ARG1 int
  1960. | #define SELECT_TYPE_ARG234 (fd_set *)
  1961. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1962. | #define RETSIGTYPE void
  1963. | #define HAVE_STRCOLL 1
  1964. | #define HAVE_STRFTIME 1
  1965. | #define HAVE_UTIME_NULL 1
  1966. | #define HAVE_VPRINTF 1
  1967. | #define HAVE_ATEXIT 1
  1968. | #define HAVE_DUP2 1
  1969. | #define HAVE_FDATASYNC 1
  1970. | #define HAVE_FTIME 1
  1971. | #define HAVE_FTRUNCATE 1
  1972. | #define HAVE_GETCWD 1
  1973. | #define HAVE_GETHOSTBYADDR 1
  1974. | #define HAVE_GETHOSTBYNAME 1
  1975. | #define HAVE_GETHOSTNAME 1
  1976. | #define HAVE_GETPAGESIZE 1
  1977. | #define HAVE_GETPASS 1
  1978. | #define HAVE_GETTIMEOFDAY 1
  1979. | #define HAVE_INET_NTOA 1
  1980. | #define HAVE_LCHOWN 1
  1981. | #define HAVE_LOCALECONV 1
  1982. | #define HAVE_MEMCHR 1
  1983. | #define HAVE_MEMMOVE 1
  1984. | #define HAVE_MEMSET 1
  1985. | #define HAVE_MKDIR 1
  1986. | #define HAVE_MODF 1
  1987. | #define HAVE_MUNMAP 1
  1988. | #define HAVE_RMDIR 1
  1989. | #define HAVE_SELECT 1
  1990. | #define HAVE_SETENV 1
  1991. | #define HAVE_SETLOCALE 1
  1992. | #define HAVE_SOCKET 1
  1993. | #define HAVE_STRCASECMP 1
  1994. | #define HAVE_STRCHR 1
  1995. | #define HAVE_STRCSPN 1
  1996. | #define HAVE_STRDUP 1
  1997. | #define HAVE_STRERROR 1
  1998. | #define HAVE_STRNCASECMP 1
  1999. | #define HAVE_STRPBRK 1
  2000. | #define HAVE_STRRCHR 1
  2001. | #define HAVE_STRSPN 1
  2002. | #define HAVE_STRSTR 1
  2003. | #define HAVE_STRTOL 1
  2004. | #define HAVE_STRTOUL 1
  2005. | #define HAVE_SYSINFO 1
  2006. | #define HAVE_TZSET 1
  2007. | #define HAVE_UTIME 1
  2008. | #define HAVE_POSIX_FADVISE 1
  2009. | #define HAVE_LOCALTIME_R 1
  2010. | #define SIZEOF_INT 4
  2011. | #define SIZEOF_SIZE_T 4
  2012. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2013. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2014. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2015. | /* end confdefs.h. */
  2016. | #include <stdio.h>
  2017. | #ifdef HAVE_SYS_TYPES_H
  2018. | # include <sys/types.h>
  2019. | #endif
  2020. | #ifdef HAVE_SYS_STAT_H
  2021. | # include <sys/stat.h>
  2022. | #endif
  2023. | #ifdef STDC_HEADERS
  2024. | # include <stdlib.h>
  2025. | # include <stddef.h>
  2026. | #else
  2027. | # ifdef HAVE_STDLIB_H
  2028. | # include <stdlib.h>
  2029. | # endif
  2030. | #endif
  2031. | #ifdef HAVE_STRING_H
  2032. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2033. | # include <memory.h>
  2034. | # endif
  2035. | # include <string.h>
  2036. | #endif
  2037. | #ifdef HAVE_STRINGS_H
  2038. | # include <strings.h>
  2039. | #endif
  2040. | #ifdef HAVE_INTTYPES_H
  2041. | # include <inttypes.h>
  2042. | #endif
  2043. | #ifdef HAVE_STDINT_H
  2044. | # include <stdint.h>
  2045. | #endif
  2046. | #ifdef HAVE_UNISTD_H
  2047. | # include <unistd.h>
  2048. | #endif
  2049. | int
  2050. | main ()
  2051. | {
  2052. | if (sizeof (char16_t))
  2053. | return 0;
  2054. | ;
  2055. | return 0;
  2056. | }
  2057. configure:21161: result: no
  2058. configure:21170: checking for char32_t
  2059. configure:21170: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.cpp >&5
  2060. conftest.cpp: In function 'int main()':
  2061. conftest.cpp:135:13: error: 'char32_t' was not declared in this scope
  2062. configure:21170: $? = 1
  2063. configure: failed program was:
  2064. | /* confdefs.h */
  2065. | #define PACKAGE_NAME "kodi"
  2066. | #define PACKAGE_TARNAME "kodi"
  2067. | #define PACKAGE_VERSION "13.9.802"
  2068. | #define PACKAGE_STRING "kodi 13.9.802"
  2069. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  2070. | #define PACKAGE_URL ""
  2071. | #define PACKAGE "kodi"
  2072. | #define VERSION "13.9.802"
  2073. | #define LIRC_DEVICE "/dev/lircd"
  2074. | #define STDC_HEADERS 1
  2075. | #define HAVE_SYS_TYPES_H 1
  2076. | #define HAVE_SYS_STAT_H 1
  2077. | #define HAVE_STDLIB_H 1
  2078. | #define HAVE_STRING_H 1
  2079. | #define HAVE_MEMORY_H 1
  2080. | #define HAVE_STRINGS_H 1
  2081. | #define HAVE_INTTYPES_H 1
  2082. | #define HAVE_STDINT_H 1
  2083. | #define HAVE_UNISTD_H 1
  2084. | #define HAVE_DLFCN_H 1
  2085. | #define LT_OBJDIR ".libs/"
  2086. | #define HAVE_ALLOCA_H 1
  2087. | #define HAVE_ALLOCA 1
  2088. | #define HAVE_UNISTD_H 1
  2089. | #define HAVE_CHOWN 1
  2090. | #define HAVE_DIRENT_H 1
  2091. | #define HAVE_FSEEKO 1
  2092. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2093. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2094. | #define TIME_WITH_SYS_TIME 1
  2095. | #define HAVE_SYS_TIME_H 1
  2096. | #define HAVE_UNISTD_H 1
  2097. | #define HAVE_STDLIB_H 1
  2098. | #define HAVE_SYS_PARAM_H 1
  2099. | #define HAVE_UTIME_H 1
  2100. | #define HAVE_ALARM 1
  2101. | #define HAVE_GETPAGESIZE 1
  2102. | #define HAVE_MMAP 1
  2103. | #define HAVE_SYS_SELECT_H 1
  2104. | #define HAVE_SYS_SOCKET_H 1
  2105. | #define SELECT_TYPE_ARG1 int
  2106. | #define SELECT_TYPE_ARG234 (fd_set *)
  2107. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2108. | #define RETSIGTYPE void
  2109. | #define HAVE_STRCOLL 1
  2110. | #define HAVE_STRFTIME 1
  2111. | #define HAVE_UTIME_NULL 1
  2112. | #define HAVE_VPRINTF 1
  2113. | #define HAVE_ATEXIT 1
  2114. | #define HAVE_DUP2 1
  2115. | #define HAVE_FDATASYNC 1
  2116. | #define HAVE_FTIME 1
  2117. | #define HAVE_FTRUNCATE 1
  2118. | #define HAVE_GETCWD 1
  2119. | #define HAVE_GETHOSTBYADDR 1
  2120. | #define HAVE_GETHOSTBYNAME 1
  2121. | #define HAVE_GETHOSTNAME 1
  2122. | #define HAVE_GETPAGESIZE 1
  2123. | #define HAVE_GETPASS 1
  2124. | #define HAVE_GETTIMEOFDAY 1
  2125. | #define HAVE_INET_NTOA 1
  2126. | #define HAVE_LCHOWN 1
  2127. | #define HAVE_LOCALECONV 1
  2128. | #define HAVE_MEMCHR 1
  2129. | #define HAVE_MEMMOVE 1
  2130. | #define HAVE_MEMSET 1
  2131. | #define HAVE_MKDIR 1
  2132. | #define HAVE_MODF 1
  2133. | #define HAVE_MUNMAP 1
  2134. | #define HAVE_RMDIR 1
  2135. | #define HAVE_SELECT 1
  2136. | #define HAVE_SETENV 1
  2137. | #define HAVE_SETLOCALE 1
  2138. | #define HAVE_SOCKET 1
  2139. | #define HAVE_STRCASECMP 1
  2140. | #define HAVE_STRCHR 1
  2141. | #define HAVE_STRCSPN 1
  2142. | #define HAVE_STRDUP 1
  2143. | #define HAVE_STRERROR 1
  2144. | #define HAVE_STRNCASECMP 1
  2145. | #define HAVE_STRPBRK 1
  2146. | #define HAVE_STRRCHR 1
  2147. | #define HAVE_STRSPN 1
  2148. | #define HAVE_STRSTR 1
  2149. | #define HAVE_STRTOL 1
  2150. | #define HAVE_STRTOUL 1
  2151. | #define HAVE_SYSINFO 1
  2152. | #define HAVE_TZSET 1
  2153. | #define HAVE_UTIME 1
  2154. | #define HAVE_POSIX_FADVISE 1
  2155. | #define HAVE_LOCALTIME_R 1
  2156. | #define SIZEOF_INT 4
  2157. | #define SIZEOF_SIZE_T 4
  2158. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2159. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2160. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2161. | /* end confdefs.h. */
  2162. | #include <stdio.h>
  2163. | #ifdef HAVE_SYS_TYPES_H
  2164. | # include <sys/types.h>
  2165. | #endif
  2166. | #ifdef HAVE_SYS_STAT_H
  2167. | # include <sys/stat.h>
  2168. | #endif
  2169. | #ifdef STDC_HEADERS
  2170. | # include <stdlib.h>
  2171. | # include <stddef.h>
  2172. | #else
  2173. | # ifdef HAVE_STDLIB_H
  2174. | # include <stdlib.h>
  2175. | # endif
  2176. | #endif
  2177. | #ifdef HAVE_STRING_H
  2178. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2179. | # include <memory.h>
  2180. | # endif
  2181. | # include <string.h>
  2182. | #endif
  2183. | #ifdef HAVE_STRINGS_H
  2184. | # include <strings.h>
  2185. | #endif
  2186. | #ifdef HAVE_INTTYPES_H
  2187. | # include <inttypes.h>
  2188. | #endif
  2189. | #ifdef HAVE_STDINT_H
  2190. | # include <stdint.h>
  2191. | #endif
  2192. | #ifdef HAVE_UNISTD_H
  2193. | # include <unistd.h>
  2194. | #endif
  2195. | int
  2196. | main ()
  2197. | {
  2198. | if (sizeof (char32_t))
  2199. | return 0;
  2200. | ;
  2201. | return 0;
  2202. | }
  2203. configure:21170: result: no
  2204. configure:21184: checking size of wchar_t
  2205. configure:21189: g++ -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.cpp >&5
  2206. configure:21189: $? = 0
  2207. configure:21189: ./conftest
  2208. configure:21189: $? = 0
  2209. configure:21203: result: 4
  2210. configure:21224: checking sys/inotify.h usability
  2211. configure:21224: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2212. configure:21224: $? = 0
  2213. configure:21224: result: yes
  2214. configure:21224: checking sys/inotify.h presence
  2215. configure:21224: gcc -E conftest.c
  2216. configure:21224: $? = 0
  2217. configure:21224: result: yes
  2218. configure:21224: checking for sys/inotify.h
  2219. configure:21224: result: yes
  2220. configure:21241: checking boost/shared_ptr.hpp usability
  2221. configure:21241: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.cpp >&5
  2222. configure:21241: $? = 0
  2223. configure:21241: result: yes
  2224. configure:21241: checking boost/shared_ptr.hpp presence
  2225. configure:21241: g++ -E conftest.cpp
  2226. configure:21241: $? = 0
  2227. configure:21241: result: yes
  2228. configure:21241: checking for boost/shared_ptr.hpp
  2229. configure:21241: result: yes
  2230. configure:21266: checking for python
  2231. configure:21284: found /usr/bin/python
  2232. configure:21296: result: /usr/bin/python
  2233. configure:21312: checking for a version of Python >= '2.1.0'
  2234. configure:21338: result: yes
  2235. configure:21346: checking for a version of Python >= 2.4
  2236. configure:21352: result: yes
  2237. configure:21369: checking for the distutils Python package
  2238. configure:21373: result: yes
  2239. configure:21387: checking for Python include path
  2240. configure:21397: result: -I/usr/include/python2.7
  2241. configure:21404: checking for Python library path
  2242. configure:21497: result: -L/usr/lib -lpython2.7
  2243. configure:21504: checking for Python site-packages path
  2244. configure:21510: result: /usr/lib/python2.7/dist-packages
  2245. configure:21517: checking python extra libraries
  2246. configure:21524: result: -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil
  2247. configure:21531: checking python extra linking flags
  2248. configure:21538: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  2249. configure:21545: checking consistency of all components of python development environment
  2250. configure:21571: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -I/usr/include/python2.7 conftest.c -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil >&5
  2251. configure:21571: $? = 0
  2252. configure:21588: result: yes
  2253. configure:21620: Using Python 2.7
  2254. configure:22239: result: == Wayland disabled. ==
  2255. configure:22268: checking for main in -lEGL
  2256. configure:22287: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lEGL -L/usr/lib -lpython2.7 >&5
  2257. configure:22287: $? = 0
  2258. configure:22296: result: yes
  2259. configure:22309: checking for main in -lGLESv2
  2260. configure:22328: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2261. configure:22328: $? = 0
  2262. configure:22337: result: yes
  2263. configure:22633: checking ass/ass.h usability
  2264. configure:22633: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2265. configure:22633: $? = 0
  2266. configure:22633: result: yes
  2267. configure:22633: checking ass/ass.h presence
  2268. configure:22633: gcc -E conftest.c
  2269. configure:22633: $? = 0
  2270. configure:22633: result: yes
  2271. configure:22633: checking for ass/ass.h
  2272. configure:22633: result: yes
  2273. configure:22641: checking mpeg2dec/mpeg2.h usability
  2274. configure:22641: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2275. configure:22641: $? = 0
  2276. configure:22641: result: yes
  2277. configure:22641: checking mpeg2dec/mpeg2.h presence
  2278. configure:22641: gcc -E conftest.c
  2279. configure:22641: $? = 0
  2280. configure:22641: result: yes
  2281. configure:22641: checking for mpeg2dec/mpeg2.h
  2282. configure:22641: result: yes
  2283. configure:22649: checking for mpeg2dec/mpeg2convert.h
  2284. configure:22649: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2285. configure:22649: $? = 0
  2286. configure:22649: result: yes
  2287. configure:22659: checking jpeglib.h usability
  2288. configure:22659: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2289. configure:22659: $? = 0
  2290. configure:22659: result: yes
  2291. configure:22659: checking jpeglib.h presence
  2292. configure:22659: gcc -E conftest.c
  2293. configure:22659: $? = 0
  2294. configure:22659: result: yes
  2295. configure:22659: checking for jpeglib.h
  2296. configure:22659: result: yes
  2297. configure:22667: checking ogg/ogg.h usability
  2298. configure:22667: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2299. configure:22667: $? = 0
  2300. configure:22667: result: yes
  2301. configure:22667: checking ogg/ogg.h presence
  2302. configure:22667: gcc -E conftest.c
  2303. configure:22667: $? = 0
  2304. configure:22667: result: yes
  2305. configure:22667: checking for ogg/ogg.h
  2306. configure:22667: result: yes
  2307. configure:22675: checking vorbis/vorbisfile.h usability
  2308. configure:22675: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2309. configure:22675: $? = 0
  2310. configure:22675: result: yes
  2311. configure:22675: checking vorbis/vorbisfile.h presence
  2312. configure:22675: gcc -E conftest.c
  2313. configure:22675: $? = 0
  2314. configure:22675: result: yes
  2315. configure:22675: checking for vorbis/vorbisfile.h
  2316. configure:22675: result: yes
  2317. configure:22683: checking libmodplug/modplug.h usability
  2318. configure:22683: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2319. configure:22683: $? = 0
  2320. configure:22683: result: yes
  2321. configure:22683: checking libmodplug/modplug.h presence
  2322. configure:22683: gcc -E conftest.c
  2323. configure:22683: $? = 0
  2324. configure:22683: result: yes
  2325. configure:22683: checking for libmodplug/modplug.h
  2326. configure:22683: result: yes
  2327. configure:22692: checking curl/curl.h usability
  2328. configure:22692: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2329. configure:22692: $? = 0
  2330. configure:22692: result: yes
  2331. configure:22692: checking curl/curl.h presence
  2332. configure:22692: gcc -E conftest.c
  2333. configure:22692: $? = 0
  2334. configure:22692: result: yes
  2335. configure:22692: checking for curl/curl.h
  2336. configure:22692: result: yes
  2337. configure:22709: checking for libcurl soname
  2338. configure:22751: result: libcurl-gnutls.so.4
  2339. configure:22756: checking for CRYPTO_set_locking_callback(0) in libcurl-gnutls.so.4
  2340. configure:22772: result: no
  2341. configure:22776: checking openssl/crypto.h usability
  2342. configure:22776: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2343. configure:22776: $? = 0
  2344. configure:22776: result: yes
  2345. configure:22776: checking openssl/crypto.h presence
  2346. configure:22776: gcc -E conftest.c
  2347. configure:22776: $? = 0
  2348. configure:22776: result: yes
  2349. configure:22776: checking for openssl/crypto.h
  2350. configure:22776: result: yes
  2351. configure:22784: checking gcrypt.h usability
  2352. configure:22784: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  2353. configure:22784: $? = 0
  2354. configure:22784: result: yes
  2355. configure:22784: checking gcrypt.h presence
  2356. configure:22784: gcc -E conftest.c
  2357. configure:22784: $? = 0
  2358. configure:22784: result: yes
  2359. configure:22784: checking for gcrypt.h
  2360. configure:22784: result: yes
  2361. configure:22794: checking for main in -lgpg-error
  2362. configure:22813: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2363. configure:22813: $? = 0
  2364. configure:22822: result: yes
  2365. configure:22835: checking for gcry_control in -lgcrypt
  2366. configure:22860: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2367. configure:22860: $? = 0
  2368. configure:22869: result: yes
  2369. configure:22888: checking for GNUTLS
  2370. configure:22895: $PKG_CONFIG --exists --print-errors "gnutls"
  2371. configure:22898: $? = 0
  2372. configure:22912: $PKG_CONFIG --exists --print-errors "gnutls"
  2373. configure:22915: $? = 0
  2374. configure:22955: result: yes
  2375. configure:22962: checking for main in -lbz2
  2376. configure:22981: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2377. configure:22981: $? = 0
  2378. configure:22990: result: yes
  2379. configure:23003: checking for main in -ljpeg
  2380. configure:23022: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2381. configure:23022: $? = 0
  2382. configure:23031: result: yes
  2383. configure:23044: checking for main in -ltiff
  2384. configure:23063: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2385. configure:23063: $? = 0
  2386. configure:23072: result: yes
  2387. configure:23169: checking for main in -lpthread
  2388. configure:23188: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2389. configure:23188: $? = 0
  2390. configure:23197: result: yes
  2391. configure:23210: checking for pthread_setname_np in -lpthread
  2392. configure:23235: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lpthread -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2393. configure:23235: $? = 0
  2394. configure:23244: result: yes
  2395. configure:23257: checking for main in -llzo2
  2396. configure:23276: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2397. configure:23276: $? = 0
  2398. configure:23285: result: yes
  2399. configure:23298: checking for main in -lz
  2400. configure:23317: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2401. configure:23317: $? = 0
  2402. configure:23326: result: yes
  2403. configure:23339: checking for main in -lcrypto
  2404. configure:23358: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2405. configure:23358: $? = 0
  2406. configure:23367: result: yes
  2407. configure:23380: checking for main in -lssl
  2408. configure:23399: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2409. configure:23399: $? = 0
  2410. configure:23408: result: yes
  2411. configure:23464: checking for hci_devid in -lbluetooth
  2412. configure:23489: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2413. configure:23489: $? = 0
  2414. configure:23498: result: yes
  2415. configure:23512: checking for main in -lyajl
  2416. configure:23531: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2417. configure:23531: $? = 0
  2418. configure:23540: result: yes
  2419. configure:23553: checking for main in -ltinyxml
  2420. configure:23572: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 >&5
  2421. configure:23572: $? = 0
  2422. configure:23581: result: yes
  2423. configure:23727: checking for LIBXML
  2424. configure:23734: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2425. configure:23737: $? = 0
  2426. configure:23751: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  2427. configure:23754: $? = 0
  2428. configure:23792: result: yes
  2429. configure:23798: checking for LIBXSLT
  2430. configure:23805: $PKG_CONFIG --exists --print-errors "libxslt"
  2431. configure:23808: $? = 0
  2432. configure:23822: $PKG_CONFIG --exists --print-errors "libxslt"
  2433. configure:23825: $? = 0
  2434. configure:23863: result: yes
  2435. configure:23869: checking for FRIBIDI
  2436. configure:23876: $PKG_CONFIG --exists --print-errors "fribidi"
  2437. configure:23879: $? = 0
  2438. configure:23893: $PKG_CONFIG --exists --print-errors "fribidi"
  2439. configure:23896: $? = 0
  2440. configure:23934: result: yes
  2441. configure:23940: checking for SQLITE3
  2442. configure:23947: $PKG_CONFIG --exists --print-errors "sqlite3"
  2443. configure:23950: $? = 0
  2444. configure:23964: $PKG_CONFIG --exists --print-errors "sqlite3"
  2445. configure:23967: $? = 0
  2446. configure:24005: result: yes
  2447. configure:24011: checking for PNG
  2448. configure:24018: $PKG_CONFIG --exists --print-errors "libpng"
  2449. configure:24021: $? = 0
  2450. configure:24035: $PKG_CONFIG --exists --print-errors "libpng"
  2451. configure:24038: $? = 0
  2452. configure:24076: result: yes
  2453. configure:24082: checking for PCRECPP
  2454. configure:24089: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2455. configure:24092: $? = 0
  2456. configure:24106: $PKG_CONFIG --exists --print-errors "libpcrecpp"
  2457. configure:24109: $? = 0
  2458. configure:24147: result: yes
  2459. configure:24156: checking for PCRE
  2460. configure:24163: $PKG_CONFIG --exists --print-errors "libpcre"
  2461. configure:24166: $? = 0
  2462. configure:24180: $PKG_CONFIG --exists --print-errors "libpcre"
  2463. configure:24183: $? = 0
  2464. configure:24221: result: yes
  2465. configure:24230: checking for FREETYPE2
  2466. configure:24237: $PKG_CONFIG --exists --print-errors "freetype2"
  2467. configure:24240: $? = 0
  2468. configure:24254: $PKG_CONFIG --exists --print-errors "freetype2"
  2469. configure:24257: $? = 0
  2470. configure:24295: result: yes
  2471. configure:24301: checking for TAGLIB
  2472. configure:24308: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
  2473. configure:24311: $? = 0
  2474. configure:24325: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
  2475. configure:24328: $? = 0
  2476. configure:24366: result: yes
  2477. configure:24599: checking for LIBBLURAY
  2478. configure:24606: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2479. configure:24609: $? = 0
  2480. configure:24623: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
  2481. configure:24626: $? = 0
  2482. configure:24664: result: yes
  2483. configure:24687: checking for libbluray soname
  2484. configure:24729: result: libbluray.so.1
  2485. configure:24739: checking for bd_register_argb_overlay_proc in -lbluray
  2486. configure:24764: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lbluray -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2487. /tmp/cc0VYqL5.o: In function `main':
  2488. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `bd_register_argb_overlay_proc'
  2489. collect2: ld returned 1 exit status
  2490. configure:24764: $? = 1
  2491. configure: failed program was:
  2492. | /* confdefs.h */
  2493. | #define PACKAGE_NAME "kodi"
  2494. | #define PACKAGE_TARNAME "kodi"
  2495. | #define PACKAGE_VERSION "13.9.802"
  2496. | #define PACKAGE_STRING "kodi 13.9.802"
  2497. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  2498. | #define PACKAGE_URL ""
  2499. | #define PACKAGE "kodi"
  2500. | #define VERSION "13.9.802"
  2501. | #define LIRC_DEVICE "/dev/lircd"
  2502. | #define STDC_HEADERS 1
  2503. | #define HAVE_SYS_TYPES_H 1
  2504. | #define HAVE_SYS_STAT_H 1
  2505. | #define HAVE_STDLIB_H 1
  2506. | #define HAVE_STRING_H 1
  2507. | #define HAVE_MEMORY_H 1
  2508. | #define HAVE_STRINGS_H 1
  2509. | #define HAVE_INTTYPES_H 1
  2510. | #define HAVE_STDINT_H 1
  2511. | #define HAVE_UNISTD_H 1
  2512. | #define HAVE_DLFCN_H 1
  2513. | #define LT_OBJDIR ".libs/"
  2514. | #define HAVE_ALLOCA_H 1
  2515. | #define HAVE_ALLOCA 1
  2516. | #define HAVE_UNISTD_H 1
  2517. | #define HAVE_CHOWN 1
  2518. | #define HAVE_DIRENT_H 1
  2519. | #define HAVE_FSEEKO 1
  2520. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2521. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2522. | #define TIME_WITH_SYS_TIME 1
  2523. | #define HAVE_SYS_TIME_H 1
  2524. | #define HAVE_UNISTD_H 1
  2525. | #define HAVE_STDLIB_H 1
  2526. | #define HAVE_SYS_PARAM_H 1
  2527. | #define HAVE_UTIME_H 1
  2528. | #define HAVE_ALARM 1
  2529. | #define HAVE_GETPAGESIZE 1
  2530. | #define HAVE_MMAP 1
  2531. | #define HAVE_SYS_SELECT_H 1
  2532. | #define HAVE_SYS_SOCKET_H 1
  2533. | #define SELECT_TYPE_ARG1 int
  2534. | #define SELECT_TYPE_ARG234 (fd_set *)
  2535. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2536. | #define RETSIGTYPE void
  2537. | #define HAVE_STRCOLL 1
  2538. | #define HAVE_STRFTIME 1
  2539. | #define HAVE_UTIME_NULL 1
  2540. | #define HAVE_VPRINTF 1
  2541. | #define HAVE_ATEXIT 1
  2542. | #define HAVE_DUP2 1
  2543. | #define HAVE_FDATASYNC 1
  2544. | #define HAVE_FTIME 1
  2545. | #define HAVE_FTRUNCATE 1
  2546. | #define HAVE_GETCWD 1
  2547. | #define HAVE_GETHOSTBYADDR 1
  2548. | #define HAVE_GETHOSTBYNAME 1
  2549. | #define HAVE_GETHOSTNAME 1
  2550. | #define HAVE_GETPAGESIZE 1
  2551. | #define HAVE_GETPASS 1
  2552. | #define HAVE_GETTIMEOFDAY 1
  2553. | #define HAVE_INET_NTOA 1
  2554. | #define HAVE_LCHOWN 1
  2555. | #define HAVE_LOCALECONV 1
  2556. | #define HAVE_MEMCHR 1
  2557. | #define HAVE_MEMMOVE 1
  2558. | #define HAVE_MEMSET 1
  2559. | #define HAVE_MKDIR 1
  2560. | #define HAVE_MODF 1
  2561. | #define HAVE_MUNMAP 1
  2562. | #define HAVE_RMDIR 1
  2563. | #define HAVE_SELECT 1
  2564. | #define HAVE_SETENV 1
  2565. | #define HAVE_SETLOCALE 1
  2566. | #define HAVE_SOCKET 1
  2567. | #define HAVE_STRCASECMP 1
  2568. | #define HAVE_STRCHR 1
  2569. | #define HAVE_STRCSPN 1
  2570. | #define HAVE_STRDUP 1
  2571. | #define HAVE_STRERROR 1
  2572. | #define HAVE_STRNCASECMP 1
  2573. | #define HAVE_STRPBRK 1
  2574. | #define HAVE_STRRCHR 1
  2575. | #define HAVE_STRSPN 1
  2576. | #define HAVE_STRSTR 1
  2577. | #define HAVE_STRTOL 1
  2578. | #define HAVE_STRTOUL 1
  2579. | #define HAVE_SYSINFO 1
  2580. | #define HAVE_TZSET 1
  2581. | #define HAVE_UTIME 1
  2582. | #define HAVE_POSIX_FADVISE 1
  2583. | #define HAVE_LOCALTIME_R 1
  2584. | #define SIZEOF_INT 4
  2585. | #define SIZEOF_SIZE_T 4
  2586. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2587. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2588. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2589. | #define SIZEOF_WCHAR_T 4
  2590. | #define HAVE_INOTIFY 1
  2591. | #define HAVE_PYTHON "2.7"
  2592. | #define HAVE_LIBEGL 1
  2593. | #define HAVE_LIBGLESV2 1
  2594. | #define HAVE_OPENSSL 1
  2595. | #define HAVE_LIBGPG_ERROR 1
  2596. | #define HAVE_LIBGCRYPT 1
  2597. | #define HAVE_GCRYPT 1
  2598. | #define HAVE_GNUTLS 1
  2599. | #define HAVE_LIBBZ2 1
  2600. | #define HAVE_LIBJPEG 1
  2601. | #define HAVE_LIBTIFF 1
  2602. | #define HAVE_LIBPTHREAD 1
  2603. | #define HAVE_PTHREAD_SETNAME_NP 1
  2604. | #define HAVE_LIBLZO2 1
  2605. | #define HAVE_LIBZ 1
  2606. | #define HAVE_LIBCRYPTO 1
  2607. | #define HAVE_LIBSSL 1
  2608. | #define HAVE_LIBBLUETOOTH 1
  2609. | #define HAVE_LIBYAJL 1
  2610. | #define HAVE_LIBTINYXML 1
  2611. | #define HAVE_LIBPCRECPP 1
  2612. | #define HAVE_LIBPCRE 1
  2613. | #define HAVE_LIBBLURAY 1
  2614. | /* end confdefs.h. */
  2615. |
  2616. | /* Override any GCC internal prototype to avoid an error.
  2617. | Use char because int might match the return type of a GCC
  2618. | builtin and then its argument prototype would still apply. */
  2619. | #ifdef __cplusplus
  2620. | extern "C"
  2621. | #endif
  2622. | char bd_register_argb_overlay_proc ();
  2623. | int
  2624. | main ()
  2625. | {
  2626. | return bd_register_argb_overlay_proc ();
  2627. | ;
  2628. | return 0;
  2629. | }
  2630. configure:24773: result: no
  2631. configure:24842: checking for library containing iconv_open
  2632. configure:24873: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2633. configure:24873: $? = 0
  2634. configure:24890: result: none required
  2635. configure:24957: checking for library containing dlopen
  2636. configure:24988: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2637. /tmp/cc8h5BC3.o: In function `main':
  2638. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `dlopen'
  2639. collect2: ld returned 1 exit status
  2640. configure:24988: $? = 1
  2641. configure: failed program was:
  2642. | /* confdefs.h */
  2643. | #define PACKAGE_NAME "kodi"
  2644. | #define PACKAGE_TARNAME "kodi"
  2645. | #define PACKAGE_VERSION "13.9.802"
  2646. | #define PACKAGE_STRING "kodi 13.9.802"
  2647. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  2648. | #define PACKAGE_URL ""
  2649. | #define PACKAGE "kodi"
  2650. | #define VERSION "13.9.802"
  2651. | #define LIRC_DEVICE "/dev/lircd"
  2652. | #define STDC_HEADERS 1
  2653. | #define HAVE_SYS_TYPES_H 1
  2654. | #define HAVE_SYS_STAT_H 1
  2655. | #define HAVE_STDLIB_H 1
  2656. | #define HAVE_STRING_H 1
  2657. | #define HAVE_MEMORY_H 1
  2658. | #define HAVE_STRINGS_H 1
  2659. | #define HAVE_INTTYPES_H 1
  2660. | #define HAVE_STDINT_H 1
  2661. | #define HAVE_UNISTD_H 1
  2662. | #define HAVE_DLFCN_H 1
  2663. | #define LT_OBJDIR ".libs/"
  2664. | #define HAVE_ALLOCA_H 1
  2665. | #define HAVE_ALLOCA 1
  2666. | #define HAVE_UNISTD_H 1
  2667. | #define HAVE_CHOWN 1
  2668. | #define HAVE_DIRENT_H 1
  2669. | #define HAVE_FSEEKO 1
  2670. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2671. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2672. | #define TIME_WITH_SYS_TIME 1
  2673. | #define HAVE_SYS_TIME_H 1
  2674. | #define HAVE_UNISTD_H 1
  2675. | #define HAVE_STDLIB_H 1
  2676. | #define HAVE_SYS_PARAM_H 1
  2677. | #define HAVE_UTIME_H 1
  2678. | #define HAVE_ALARM 1
  2679. | #define HAVE_GETPAGESIZE 1
  2680. | #define HAVE_MMAP 1
  2681. | #define HAVE_SYS_SELECT_H 1
  2682. | #define HAVE_SYS_SOCKET_H 1
  2683. | #define SELECT_TYPE_ARG1 int
  2684. | #define SELECT_TYPE_ARG234 (fd_set *)
  2685. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2686. | #define RETSIGTYPE void
  2687. | #define HAVE_STRCOLL 1
  2688. | #define HAVE_STRFTIME 1
  2689. | #define HAVE_UTIME_NULL 1
  2690. | #define HAVE_VPRINTF 1
  2691. | #define HAVE_ATEXIT 1
  2692. | #define HAVE_DUP2 1
  2693. | #define HAVE_FDATASYNC 1
  2694. | #define HAVE_FTIME 1
  2695. | #define HAVE_FTRUNCATE 1
  2696. | #define HAVE_GETCWD 1
  2697. | #define HAVE_GETHOSTBYADDR 1
  2698. | #define HAVE_GETHOSTBYNAME 1
  2699. | #define HAVE_GETHOSTNAME 1
  2700. | #define HAVE_GETPAGESIZE 1
  2701. | #define HAVE_GETPASS 1
  2702. | #define HAVE_GETTIMEOFDAY 1
  2703. | #define HAVE_INET_NTOA 1
  2704. | #define HAVE_LCHOWN 1
  2705. | #define HAVE_LOCALECONV 1
  2706. | #define HAVE_MEMCHR 1
  2707. | #define HAVE_MEMMOVE 1
  2708. | #define HAVE_MEMSET 1
  2709. | #define HAVE_MKDIR 1
  2710. | #define HAVE_MODF 1
  2711. | #define HAVE_MUNMAP 1
  2712. | #define HAVE_RMDIR 1
  2713. | #define HAVE_SELECT 1
  2714. | #define HAVE_SETENV 1
  2715. | #define HAVE_SETLOCALE 1
  2716. | #define HAVE_SOCKET 1
  2717. | #define HAVE_STRCASECMP 1
  2718. | #define HAVE_STRCHR 1
  2719. | #define HAVE_STRCSPN 1
  2720. | #define HAVE_STRDUP 1
  2721. | #define HAVE_STRERROR 1
  2722. | #define HAVE_STRNCASECMP 1
  2723. | #define HAVE_STRPBRK 1
  2724. | #define HAVE_STRRCHR 1
  2725. | #define HAVE_STRSPN 1
  2726. | #define HAVE_STRSTR 1
  2727. | #define HAVE_STRTOL 1
  2728. | #define HAVE_STRTOUL 1
  2729. | #define HAVE_SYSINFO 1
  2730. | #define HAVE_TZSET 1
  2731. | #define HAVE_UTIME 1
  2732. | #define HAVE_POSIX_FADVISE 1
  2733. | #define HAVE_LOCALTIME_R 1
  2734. | #define SIZEOF_INT 4
  2735. | #define SIZEOF_SIZE_T 4
  2736. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2737. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2738. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2739. | #define SIZEOF_WCHAR_T 4
  2740. | #define HAVE_INOTIFY 1
  2741. | #define HAVE_PYTHON "2.7"
  2742. | #define HAVE_LIBEGL 1
  2743. | #define HAVE_LIBGLESV2 1
  2744. | #define HAVE_OPENSSL 1
  2745. | #define HAVE_LIBGPG_ERROR 1
  2746. | #define HAVE_LIBGCRYPT 1
  2747. | #define HAVE_GCRYPT 1
  2748. | #define HAVE_GNUTLS 1
  2749. | #define HAVE_LIBBZ2 1
  2750. | #define HAVE_LIBJPEG 1
  2751. | #define HAVE_LIBTIFF 1
  2752. | #define HAVE_LIBPTHREAD 1
  2753. | #define HAVE_PTHREAD_SETNAME_NP 1
  2754. | #define HAVE_LIBLZO2 1
  2755. | #define HAVE_LIBZ 1
  2756. | #define HAVE_LIBCRYPTO 1
  2757. | #define HAVE_LIBSSL 1
  2758. | #define HAVE_LIBBLUETOOTH 1
  2759. | #define HAVE_LIBYAJL 1
  2760. | #define HAVE_LIBTINYXML 1
  2761. | #define HAVE_LIBPCRECPP 1
  2762. | #define HAVE_LIBPCRE 1
  2763. | #define HAVE_LIBBLURAY 1
  2764. | /* end confdefs.h. */
  2765. |
  2766. | /* Override any GCC internal prototype to avoid an error.
  2767. | Use char because int might match the return type of a GCC
  2768. | builtin and then its argument prototype would still apply. */
  2769. | #ifdef __cplusplus
  2770. | extern "C"
  2771. | #endif
  2772. | char dlopen ();
  2773. | int
  2774. | main ()
  2775. | {
  2776. | return dlopen ();
  2777. | ;
  2778. | return 0;
  2779. | }
  2780. configure:24988: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2781. configure:24988: $? = 0
  2782. configure:25005: result: -ldl
  2783. configure:25013: checking for library containing clock_gettime
  2784. configure:25044: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2785. /tmp/cccdIQIQ.o: In function `main':
  2786. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `clock_gettime'
  2787. collect2: ld returned 1 exit status
  2788. configure:25044: $? = 1
  2789. configure: failed program was:
  2790. | /* confdefs.h */
  2791. | #define PACKAGE_NAME "kodi"
  2792. | #define PACKAGE_TARNAME "kodi"
  2793. | #define PACKAGE_VERSION "13.9.802"
  2794. | #define PACKAGE_STRING "kodi 13.9.802"
  2795. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  2796. | #define PACKAGE_URL ""
  2797. | #define PACKAGE "kodi"
  2798. | #define VERSION "13.9.802"
  2799. | #define LIRC_DEVICE "/dev/lircd"
  2800. | #define STDC_HEADERS 1
  2801. | #define HAVE_SYS_TYPES_H 1
  2802. | #define HAVE_SYS_STAT_H 1
  2803. | #define HAVE_STDLIB_H 1
  2804. | #define HAVE_STRING_H 1
  2805. | #define HAVE_MEMORY_H 1
  2806. | #define HAVE_STRINGS_H 1
  2807. | #define HAVE_INTTYPES_H 1
  2808. | #define HAVE_STDINT_H 1
  2809. | #define HAVE_UNISTD_H 1
  2810. | #define HAVE_DLFCN_H 1
  2811. | #define LT_OBJDIR ".libs/"
  2812. | #define HAVE_ALLOCA_H 1
  2813. | #define HAVE_ALLOCA 1
  2814. | #define HAVE_UNISTD_H 1
  2815. | #define HAVE_CHOWN 1
  2816. | #define HAVE_DIRENT_H 1
  2817. | #define HAVE_FSEEKO 1
  2818. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2819. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2820. | #define TIME_WITH_SYS_TIME 1
  2821. | #define HAVE_SYS_TIME_H 1
  2822. | #define HAVE_UNISTD_H 1
  2823. | #define HAVE_STDLIB_H 1
  2824. | #define HAVE_SYS_PARAM_H 1
  2825. | #define HAVE_UTIME_H 1
  2826. | #define HAVE_ALARM 1
  2827. | #define HAVE_GETPAGESIZE 1
  2828. | #define HAVE_MMAP 1
  2829. | #define HAVE_SYS_SELECT_H 1
  2830. | #define HAVE_SYS_SOCKET_H 1
  2831. | #define SELECT_TYPE_ARG1 int
  2832. | #define SELECT_TYPE_ARG234 (fd_set *)
  2833. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2834. | #define RETSIGTYPE void
  2835. | #define HAVE_STRCOLL 1
  2836. | #define HAVE_STRFTIME 1
  2837. | #define HAVE_UTIME_NULL 1
  2838. | #define HAVE_VPRINTF 1
  2839. | #define HAVE_ATEXIT 1
  2840. | #define HAVE_DUP2 1
  2841. | #define HAVE_FDATASYNC 1
  2842. | #define HAVE_FTIME 1
  2843. | #define HAVE_FTRUNCATE 1
  2844. | #define HAVE_GETCWD 1
  2845. | #define HAVE_GETHOSTBYADDR 1
  2846. | #define HAVE_GETHOSTBYNAME 1
  2847. | #define HAVE_GETHOSTNAME 1
  2848. | #define HAVE_GETPAGESIZE 1
  2849. | #define HAVE_GETPASS 1
  2850. | #define HAVE_GETTIMEOFDAY 1
  2851. | #define HAVE_INET_NTOA 1
  2852. | #define HAVE_LCHOWN 1
  2853. | #define HAVE_LOCALECONV 1
  2854. | #define HAVE_MEMCHR 1
  2855. | #define HAVE_MEMMOVE 1
  2856. | #define HAVE_MEMSET 1
  2857. | #define HAVE_MKDIR 1
  2858. | #define HAVE_MODF 1
  2859. | #define HAVE_MUNMAP 1
  2860. | #define HAVE_RMDIR 1
  2861. | #define HAVE_SELECT 1
  2862. | #define HAVE_SETENV 1
  2863. | #define HAVE_SETLOCALE 1
  2864. | #define HAVE_SOCKET 1
  2865. | #define HAVE_STRCASECMP 1
  2866. | #define HAVE_STRCHR 1
  2867. | #define HAVE_STRCSPN 1
  2868. | #define HAVE_STRDUP 1
  2869. | #define HAVE_STRERROR 1
  2870. | #define HAVE_STRNCASECMP 1
  2871. | #define HAVE_STRPBRK 1
  2872. | #define HAVE_STRRCHR 1
  2873. | #define HAVE_STRSPN 1
  2874. | #define HAVE_STRSTR 1
  2875. | #define HAVE_STRTOL 1
  2876. | #define HAVE_STRTOUL 1
  2877. | #define HAVE_SYSINFO 1
  2878. | #define HAVE_TZSET 1
  2879. | #define HAVE_UTIME 1
  2880. | #define HAVE_POSIX_FADVISE 1
  2881. | #define HAVE_LOCALTIME_R 1
  2882. | #define SIZEOF_INT 4
  2883. | #define SIZEOF_SIZE_T 4
  2884. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2885. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2886. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2887. | #define SIZEOF_WCHAR_T 4
  2888. | #define HAVE_INOTIFY 1
  2889. | #define HAVE_PYTHON "2.7"
  2890. | #define HAVE_LIBEGL 1
  2891. | #define HAVE_LIBGLESV2 1
  2892. | #define HAVE_OPENSSL 1
  2893. | #define HAVE_LIBGPG_ERROR 1
  2894. | #define HAVE_LIBGCRYPT 1
  2895. | #define HAVE_GCRYPT 1
  2896. | #define HAVE_GNUTLS 1
  2897. | #define HAVE_LIBBZ2 1
  2898. | #define HAVE_LIBJPEG 1
  2899. | #define HAVE_LIBTIFF 1
  2900. | #define HAVE_LIBPTHREAD 1
  2901. | #define HAVE_PTHREAD_SETNAME_NP 1
  2902. | #define HAVE_LIBLZO2 1
  2903. | #define HAVE_LIBZ 1
  2904. | #define HAVE_LIBCRYPTO 1
  2905. | #define HAVE_LIBSSL 1
  2906. | #define HAVE_LIBBLUETOOTH 1
  2907. | #define HAVE_LIBYAJL 1
  2908. | #define HAVE_LIBTINYXML 1
  2909. | #define HAVE_LIBPCRECPP 1
  2910. | #define HAVE_LIBPCRE 1
  2911. | #define HAVE_LIBBLURAY 1
  2912. | /* end confdefs.h. */
  2913. |
  2914. | /* Override any GCC internal prototype to avoid an error.
  2915. | Use char because int might match the return type of a GCC
  2916. | builtin and then its argument prototype would still apply. */
  2917. | #ifdef __cplusplus
  2918. | extern "C"
  2919. | #endif
  2920. | char clock_gettime ();
  2921. | int
  2922. | main ()
  2923. | {
  2924. | return clock_gettime ();
  2925. | ;
  2926. | return 0;
  2927. | }
  2928. configure:25044: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2929. configure:25044: $? = 0
  2930. configure:25061: result: -lrt
  2931. configure:25069: checking for library containing dn_expand
  2932. configure:25100: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  2933. /tmp/ccEOatdF.o: In function `main':
  2934. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `dn_expand'
  2935. collect2: ld returned 1 exit status
  2936. configure:25100: $? = 1
  2937. configure: failed program was:
  2938. | /* confdefs.h */
  2939. | #define PACKAGE_NAME "kodi"
  2940. | #define PACKAGE_TARNAME "kodi"
  2941. | #define PACKAGE_VERSION "13.9.802"
  2942. | #define PACKAGE_STRING "kodi 13.9.802"
  2943. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  2944. | #define PACKAGE_URL ""
  2945. | #define PACKAGE "kodi"
  2946. | #define VERSION "13.9.802"
  2947. | #define LIRC_DEVICE "/dev/lircd"
  2948. | #define STDC_HEADERS 1
  2949. | #define HAVE_SYS_TYPES_H 1
  2950. | #define HAVE_SYS_STAT_H 1
  2951. | #define HAVE_STDLIB_H 1
  2952. | #define HAVE_STRING_H 1
  2953. | #define HAVE_MEMORY_H 1
  2954. | #define HAVE_STRINGS_H 1
  2955. | #define HAVE_INTTYPES_H 1
  2956. | #define HAVE_STDINT_H 1
  2957. | #define HAVE_UNISTD_H 1
  2958. | #define HAVE_DLFCN_H 1
  2959. | #define LT_OBJDIR ".libs/"
  2960. | #define HAVE_ALLOCA_H 1
  2961. | #define HAVE_ALLOCA 1
  2962. | #define HAVE_UNISTD_H 1
  2963. | #define HAVE_CHOWN 1
  2964. | #define HAVE_DIRENT_H 1
  2965. | #define HAVE_FSEEKO 1
  2966. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2967. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2968. | #define TIME_WITH_SYS_TIME 1
  2969. | #define HAVE_SYS_TIME_H 1
  2970. | #define HAVE_UNISTD_H 1
  2971. | #define HAVE_STDLIB_H 1
  2972. | #define HAVE_SYS_PARAM_H 1
  2973. | #define HAVE_UTIME_H 1
  2974. | #define HAVE_ALARM 1
  2975. | #define HAVE_GETPAGESIZE 1
  2976. | #define HAVE_MMAP 1
  2977. | #define HAVE_SYS_SELECT_H 1
  2978. | #define HAVE_SYS_SOCKET_H 1
  2979. | #define SELECT_TYPE_ARG1 int
  2980. | #define SELECT_TYPE_ARG234 (fd_set *)
  2981. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2982. | #define RETSIGTYPE void
  2983. | #define HAVE_STRCOLL 1
  2984. | #define HAVE_STRFTIME 1
  2985. | #define HAVE_UTIME_NULL 1
  2986. | #define HAVE_VPRINTF 1
  2987. | #define HAVE_ATEXIT 1
  2988. | #define HAVE_DUP2 1
  2989. | #define HAVE_FDATASYNC 1
  2990. | #define HAVE_FTIME 1
  2991. | #define HAVE_FTRUNCATE 1
  2992. | #define HAVE_GETCWD 1
  2993. | #define HAVE_GETHOSTBYADDR 1
  2994. | #define HAVE_GETHOSTBYNAME 1
  2995. | #define HAVE_GETHOSTNAME 1
  2996. | #define HAVE_GETPAGESIZE 1
  2997. | #define HAVE_GETPASS 1
  2998. | #define HAVE_GETTIMEOFDAY 1
  2999. | #define HAVE_INET_NTOA 1
  3000. | #define HAVE_LCHOWN 1
  3001. | #define HAVE_LOCALECONV 1
  3002. | #define HAVE_MEMCHR 1
  3003. | #define HAVE_MEMMOVE 1
  3004. | #define HAVE_MEMSET 1
  3005. | #define HAVE_MKDIR 1
  3006. | #define HAVE_MODF 1
  3007. | #define HAVE_MUNMAP 1
  3008. | #define HAVE_RMDIR 1
  3009. | #define HAVE_SELECT 1
  3010. | #define HAVE_SETENV 1
  3011. | #define HAVE_SETLOCALE 1
  3012. | #define HAVE_SOCKET 1
  3013. | #define HAVE_STRCASECMP 1
  3014. | #define HAVE_STRCHR 1
  3015. | #define HAVE_STRCSPN 1
  3016. | #define HAVE_STRDUP 1
  3017. | #define HAVE_STRERROR 1
  3018. | #define HAVE_STRNCASECMP 1
  3019. | #define HAVE_STRPBRK 1
  3020. | #define HAVE_STRRCHR 1
  3021. | #define HAVE_STRSPN 1
  3022. | #define HAVE_STRSTR 1
  3023. | #define HAVE_STRTOL 1
  3024. | #define HAVE_STRTOUL 1
  3025. | #define HAVE_SYSINFO 1
  3026. | #define HAVE_TZSET 1
  3027. | #define HAVE_UTIME 1
  3028. | #define HAVE_POSIX_FADVISE 1
  3029. | #define HAVE_LOCALTIME_R 1
  3030. | #define SIZEOF_INT 4
  3031. | #define SIZEOF_SIZE_T 4
  3032. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3033. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3034. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3035. | #define SIZEOF_WCHAR_T 4
  3036. | #define HAVE_INOTIFY 1
  3037. | #define HAVE_PYTHON "2.7"
  3038. | #define HAVE_LIBEGL 1
  3039. | #define HAVE_LIBGLESV2 1
  3040. | #define HAVE_OPENSSL 1
  3041. | #define HAVE_LIBGPG_ERROR 1
  3042. | #define HAVE_LIBGCRYPT 1
  3043. | #define HAVE_GCRYPT 1
  3044. | #define HAVE_GNUTLS 1
  3045. | #define HAVE_LIBBZ2 1
  3046. | #define HAVE_LIBJPEG 1
  3047. | #define HAVE_LIBTIFF 1
  3048. | #define HAVE_LIBPTHREAD 1
  3049. | #define HAVE_PTHREAD_SETNAME_NP 1
  3050. | #define HAVE_LIBLZO2 1
  3051. | #define HAVE_LIBZ 1
  3052. | #define HAVE_LIBCRYPTO 1
  3053. | #define HAVE_LIBSSL 1
  3054. | #define HAVE_LIBBLUETOOTH 1
  3055. | #define HAVE_LIBYAJL 1
  3056. | #define HAVE_LIBTINYXML 1
  3057. | #define HAVE_LIBPCRECPP 1
  3058. | #define HAVE_LIBPCRE 1
  3059. | #define HAVE_LIBBLURAY 1
  3060. | /* end confdefs.h. */
  3061. |
  3062. | /* Override any GCC internal prototype to avoid an error.
  3063. | Use char because int might match the return type of a GCC
  3064. | builtin and then its argument prototype would still apply. */
  3065. | #ifdef __cplusplus
  3066. | extern "C"
  3067. | #endif
  3068. | char dn_expand ();
  3069. | int
  3070. | main ()
  3071. | {
  3072. | return dn_expand ();
  3073. | ;
  3074. | return 0;
  3075. | }
  3076. configure:25100: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  3077. /tmp/cc6Ax7Bp.o: In function `main':
  3078. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `dn_expand'
  3079. collect2: ld returned 1 exit status
  3080. configure:25100: $? = 1
  3081. configure: failed program was:
  3082. | /* confdefs.h */
  3083. | #define PACKAGE_NAME "kodi"
  3084. | #define PACKAGE_TARNAME "kodi"
  3085. | #define PACKAGE_VERSION "13.9.802"
  3086. | #define PACKAGE_STRING "kodi 13.9.802"
  3087. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  3088. | #define PACKAGE_URL ""
  3089. | #define PACKAGE "kodi"
  3090. | #define VERSION "13.9.802"
  3091. | #define LIRC_DEVICE "/dev/lircd"
  3092. | #define STDC_HEADERS 1
  3093. | #define HAVE_SYS_TYPES_H 1
  3094. | #define HAVE_SYS_STAT_H 1
  3095. | #define HAVE_STDLIB_H 1
  3096. | #define HAVE_STRING_H 1
  3097. | #define HAVE_MEMORY_H 1
  3098. | #define HAVE_STRINGS_H 1
  3099. | #define HAVE_INTTYPES_H 1
  3100. | #define HAVE_STDINT_H 1
  3101. | #define HAVE_UNISTD_H 1
  3102. | #define HAVE_DLFCN_H 1
  3103. | #define LT_OBJDIR ".libs/"
  3104. | #define HAVE_ALLOCA_H 1
  3105. | #define HAVE_ALLOCA 1
  3106. | #define HAVE_UNISTD_H 1
  3107. | #define HAVE_CHOWN 1
  3108. | #define HAVE_DIRENT_H 1
  3109. | #define HAVE_FSEEKO 1
  3110. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3111. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3112. | #define TIME_WITH_SYS_TIME 1
  3113. | #define HAVE_SYS_TIME_H 1
  3114. | #define HAVE_UNISTD_H 1
  3115. | #define HAVE_STDLIB_H 1
  3116. | #define HAVE_SYS_PARAM_H 1
  3117. | #define HAVE_UTIME_H 1
  3118. | #define HAVE_ALARM 1
  3119. | #define HAVE_GETPAGESIZE 1
  3120. | #define HAVE_MMAP 1
  3121. | #define HAVE_SYS_SELECT_H 1
  3122. | #define HAVE_SYS_SOCKET_H 1
  3123. | #define SELECT_TYPE_ARG1 int
  3124. | #define SELECT_TYPE_ARG234 (fd_set *)
  3125. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3126. | #define RETSIGTYPE void
  3127. | #define HAVE_STRCOLL 1
  3128. | #define HAVE_STRFTIME 1
  3129. | #define HAVE_UTIME_NULL 1
  3130. | #define HAVE_VPRINTF 1
  3131. | #define HAVE_ATEXIT 1
  3132. | #define HAVE_DUP2 1
  3133. | #define HAVE_FDATASYNC 1
  3134. | #define HAVE_FTIME 1
  3135. | #define HAVE_FTRUNCATE 1
  3136. | #define HAVE_GETCWD 1
  3137. | #define HAVE_GETHOSTBYADDR 1
  3138. | #define HAVE_GETHOSTBYNAME 1
  3139. | #define HAVE_GETHOSTNAME 1
  3140. | #define HAVE_GETPAGESIZE 1
  3141. | #define HAVE_GETPASS 1
  3142. | #define HAVE_GETTIMEOFDAY 1
  3143. | #define HAVE_INET_NTOA 1
  3144. | #define HAVE_LCHOWN 1
  3145. | #define HAVE_LOCALECONV 1
  3146. | #define HAVE_MEMCHR 1
  3147. | #define HAVE_MEMMOVE 1
  3148. | #define HAVE_MEMSET 1
  3149. | #define HAVE_MKDIR 1
  3150. | #define HAVE_MODF 1
  3151. | #define HAVE_MUNMAP 1
  3152. | #define HAVE_RMDIR 1
  3153. | #define HAVE_SELECT 1
  3154. | #define HAVE_SETENV 1
  3155. | #define HAVE_SETLOCALE 1
  3156. | #define HAVE_SOCKET 1
  3157. | #define HAVE_STRCASECMP 1
  3158. | #define HAVE_STRCHR 1
  3159. | #define HAVE_STRCSPN 1
  3160. | #define HAVE_STRDUP 1
  3161. | #define HAVE_STRERROR 1
  3162. | #define HAVE_STRNCASECMP 1
  3163. | #define HAVE_STRPBRK 1
  3164. | #define HAVE_STRRCHR 1
  3165. | #define HAVE_STRSPN 1
  3166. | #define HAVE_STRSTR 1
  3167. | #define HAVE_STRTOL 1
  3168. | #define HAVE_STRTOUL 1
  3169. | #define HAVE_SYSINFO 1
  3170. | #define HAVE_TZSET 1
  3171. | #define HAVE_UTIME 1
  3172. | #define HAVE_POSIX_FADVISE 1
  3173. | #define HAVE_LOCALTIME_R 1
  3174. | #define SIZEOF_INT 4
  3175. | #define SIZEOF_SIZE_T 4
  3176. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3177. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3178. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3179. | #define SIZEOF_WCHAR_T 4
  3180. | #define HAVE_INOTIFY 1
  3181. | #define HAVE_PYTHON "2.7"
  3182. | #define HAVE_LIBEGL 1
  3183. | #define HAVE_LIBGLESV2 1
  3184. | #define HAVE_OPENSSL 1
  3185. | #define HAVE_LIBGPG_ERROR 1
  3186. | #define HAVE_LIBGCRYPT 1
  3187. | #define HAVE_GCRYPT 1
  3188. | #define HAVE_GNUTLS 1
  3189. | #define HAVE_LIBBZ2 1
  3190. | #define HAVE_LIBJPEG 1
  3191. | #define HAVE_LIBTIFF 1
  3192. | #define HAVE_LIBPTHREAD 1
  3193. | #define HAVE_PTHREAD_SETNAME_NP 1
  3194. | #define HAVE_LIBLZO2 1
  3195. | #define HAVE_LIBZ 1
  3196. | #define HAVE_LIBCRYPTO 1
  3197. | #define HAVE_LIBSSL 1
  3198. | #define HAVE_LIBBLUETOOTH 1
  3199. | #define HAVE_LIBYAJL 1
  3200. | #define HAVE_LIBTINYXML 1
  3201. | #define HAVE_LIBPCRECPP 1
  3202. | #define HAVE_LIBPCRE 1
  3203. | #define HAVE_LIBBLURAY 1
  3204. | /* end confdefs.h. */
  3205. |
  3206. | /* Override any GCC internal prototype to avoid an error.
  3207. | Use char because int might match the return type of a GCC
  3208. | builtin and then its argument prototype would still apply. */
  3209. | #ifdef __cplusplus
  3210. | extern "C"
  3211. | #endif
  3212. | char dn_expand ();
  3213. | int
  3214. | main ()
  3215. | {
  3216. | return dn_expand ();
  3217. | ;
  3218. | return 0;
  3219. | }
  3220. configure:25117: result: no
  3221. configure:25125: checking for library containing _dn_expand
  3222. configure:25156: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  3223. /tmp/ccWGoKlA.o: In function `main':
  3224. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `_dn_expand'
  3225. collect2: ld returned 1 exit status
  3226. configure:25156: $? = 1
  3227. configure: failed program was:
  3228. | /* confdefs.h */
  3229. | #define PACKAGE_NAME "kodi"
  3230. | #define PACKAGE_TARNAME "kodi"
  3231. | #define PACKAGE_VERSION "13.9.802"
  3232. | #define PACKAGE_STRING "kodi 13.9.802"
  3233. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  3234. | #define PACKAGE_URL ""
  3235. | #define PACKAGE "kodi"
  3236. | #define VERSION "13.9.802"
  3237. | #define LIRC_DEVICE "/dev/lircd"
  3238. | #define STDC_HEADERS 1
  3239. | #define HAVE_SYS_TYPES_H 1
  3240. | #define HAVE_SYS_STAT_H 1
  3241. | #define HAVE_STDLIB_H 1
  3242. | #define HAVE_STRING_H 1
  3243. | #define HAVE_MEMORY_H 1
  3244. | #define HAVE_STRINGS_H 1
  3245. | #define HAVE_INTTYPES_H 1
  3246. | #define HAVE_STDINT_H 1
  3247. | #define HAVE_UNISTD_H 1
  3248. | #define HAVE_DLFCN_H 1
  3249. | #define LT_OBJDIR ".libs/"
  3250. | #define HAVE_ALLOCA_H 1
  3251. | #define HAVE_ALLOCA 1
  3252. | #define HAVE_UNISTD_H 1
  3253. | #define HAVE_CHOWN 1
  3254. | #define HAVE_DIRENT_H 1
  3255. | #define HAVE_FSEEKO 1
  3256. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3257. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3258. | #define TIME_WITH_SYS_TIME 1
  3259. | #define HAVE_SYS_TIME_H 1
  3260. | #define HAVE_UNISTD_H 1
  3261. | #define HAVE_STDLIB_H 1
  3262. | #define HAVE_SYS_PARAM_H 1
  3263. | #define HAVE_UTIME_H 1
  3264. | #define HAVE_ALARM 1
  3265. | #define HAVE_GETPAGESIZE 1
  3266. | #define HAVE_MMAP 1
  3267. | #define HAVE_SYS_SELECT_H 1
  3268. | #define HAVE_SYS_SOCKET_H 1
  3269. | #define SELECT_TYPE_ARG1 int
  3270. | #define SELECT_TYPE_ARG234 (fd_set *)
  3271. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3272. | #define RETSIGTYPE void
  3273. | #define HAVE_STRCOLL 1
  3274. | #define HAVE_STRFTIME 1
  3275. | #define HAVE_UTIME_NULL 1
  3276. | #define HAVE_VPRINTF 1
  3277. | #define HAVE_ATEXIT 1
  3278. | #define HAVE_DUP2 1
  3279. | #define HAVE_FDATASYNC 1
  3280. | #define HAVE_FTIME 1
  3281. | #define HAVE_FTRUNCATE 1
  3282. | #define HAVE_GETCWD 1
  3283. | #define HAVE_GETHOSTBYADDR 1
  3284. | #define HAVE_GETHOSTBYNAME 1
  3285. | #define HAVE_GETHOSTNAME 1
  3286. | #define HAVE_GETPAGESIZE 1
  3287. | #define HAVE_GETPASS 1
  3288. | #define HAVE_GETTIMEOFDAY 1
  3289. | #define HAVE_INET_NTOA 1
  3290. | #define HAVE_LCHOWN 1
  3291. | #define HAVE_LOCALECONV 1
  3292. | #define HAVE_MEMCHR 1
  3293. | #define HAVE_MEMMOVE 1
  3294. | #define HAVE_MEMSET 1
  3295. | #define HAVE_MKDIR 1
  3296. | #define HAVE_MODF 1
  3297. | #define HAVE_MUNMAP 1
  3298. | #define HAVE_RMDIR 1
  3299. | #define HAVE_SELECT 1
  3300. | #define HAVE_SETENV 1
  3301. | #define HAVE_SETLOCALE 1
  3302. | #define HAVE_SOCKET 1
  3303. | #define HAVE_STRCASECMP 1
  3304. | #define HAVE_STRCHR 1
  3305. | #define HAVE_STRCSPN 1
  3306. | #define HAVE_STRDUP 1
  3307. | #define HAVE_STRERROR 1
  3308. | #define HAVE_STRNCASECMP 1
  3309. | #define HAVE_STRPBRK 1
  3310. | #define HAVE_STRRCHR 1
  3311. | #define HAVE_STRSPN 1
  3312. | #define HAVE_STRSTR 1
  3313. | #define HAVE_STRTOL 1
  3314. | #define HAVE_STRTOUL 1
  3315. | #define HAVE_SYSINFO 1
  3316. | #define HAVE_TZSET 1
  3317. | #define HAVE_UTIME 1
  3318. | #define HAVE_POSIX_FADVISE 1
  3319. | #define HAVE_LOCALTIME_R 1
  3320. | #define SIZEOF_INT 4
  3321. | #define SIZEOF_SIZE_T 4
  3322. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3323. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3324. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3325. | #define SIZEOF_WCHAR_T 4
  3326. | #define HAVE_INOTIFY 1
  3327. | #define HAVE_PYTHON "2.7"
  3328. | #define HAVE_LIBEGL 1
  3329. | #define HAVE_LIBGLESV2 1
  3330. | #define HAVE_OPENSSL 1
  3331. | #define HAVE_LIBGPG_ERROR 1
  3332. | #define HAVE_LIBGCRYPT 1
  3333. | #define HAVE_GCRYPT 1
  3334. | #define HAVE_GNUTLS 1
  3335. | #define HAVE_LIBBZ2 1
  3336. | #define HAVE_LIBJPEG 1
  3337. | #define HAVE_LIBTIFF 1
  3338. | #define HAVE_LIBPTHREAD 1
  3339. | #define HAVE_PTHREAD_SETNAME_NP 1
  3340. | #define HAVE_LIBLZO2 1
  3341. | #define HAVE_LIBZ 1
  3342. | #define HAVE_LIBCRYPTO 1
  3343. | #define HAVE_LIBSSL 1
  3344. | #define HAVE_LIBBLUETOOTH 1
  3345. | #define HAVE_LIBYAJL 1
  3346. | #define HAVE_LIBTINYXML 1
  3347. | #define HAVE_LIBPCRECPP 1
  3348. | #define HAVE_LIBPCRE 1
  3349. | #define HAVE_LIBBLURAY 1
  3350. | /* end confdefs.h. */
  3351. |
  3352. | /* Override any GCC internal prototype to avoid an error.
  3353. | Use char because int might match the return type of a GCC
  3354. | builtin and then its argument prototype would still apply. */
  3355. | #ifdef __cplusplus
  3356. | extern "C"
  3357. | #endif
  3358. | char _dn_expand ();
  3359. | int
  3360. | main ()
  3361. | {
  3362. | return _dn_expand ();
  3363. | ;
  3364. | return 0;
  3365. | }
  3366. configure:25156: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  3367. /tmp/ccsJzCqm.o: In function `main':
  3368. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `_dn_expand'
  3369. collect2: ld returned 1 exit status
  3370. configure:25156: $? = 1
  3371. configure: failed program was:
  3372. | /* confdefs.h */
  3373. | #define PACKAGE_NAME "kodi"
  3374. | #define PACKAGE_TARNAME "kodi"
  3375. | #define PACKAGE_VERSION "13.9.802"
  3376. | #define PACKAGE_STRING "kodi 13.9.802"
  3377. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  3378. | #define PACKAGE_URL ""
  3379. | #define PACKAGE "kodi"
  3380. | #define VERSION "13.9.802"
  3381. | #define LIRC_DEVICE "/dev/lircd"
  3382. | #define STDC_HEADERS 1
  3383. | #define HAVE_SYS_TYPES_H 1
  3384. | #define HAVE_SYS_STAT_H 1
  3385. | #define HAVE_STDLIB_H 1
  3386. | #define HAVE_STRING_H 1
  3387. | #define HAVE_MEMORY_H 1
  3388. | #define HAVE_STRINGS_H 1
  3389. | #define HAVE_INTTYPES_H 1
  3390. | #define HAVE_STDINT_H 1
  3391. | #define HAVE_UNISTD_H 1
  3392. | #define HAVE_DLFCN_H 1
  3393. | #define LT_OBJDIR ".libs/"
  3394. | #define HAVE_ALLOCA_H 1
  3395. | #define HAVE_ALLOCA 1
  3396. | #define HAVE_UNISTD_H 1
  3397. | #define HAVE_CHOWN 1
  3398. | #define HAVE_DIRENT_H 1
  3399. | #define HAVE_FSEEKO 1
  3400. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3401. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3402. | #define TIME_WITH_SYS_TIME 1
  3403. | #define HAVE_SYS_TIME_H 1
  3404. | #define HAVE_UNISTD_H 1
  3405. | #define HAVE_STDLIB_H 1
  3406. | #define HAVE_SYS_PARAM_H 1
  3407. | #define HAVE_UTIME_H 1
  3408. | #define HAVE_ALARM 1
  3409. | #define HAVE_GETPAGESIZE 1
  3410. | #define HAVE_MMAP 1
  3411. | #define HAVE_SYS_SELECT_H 1
  3412. | #define HAVE_SYS_SOCKET_H 1
  3413. | #define SELECT_TYPE_ARG1 int
  3414. | #define SELECT_TYPE_ARG234 (fd_set *)
  3415. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3416. | #define RETSIGTYPE void
  3417. | #define HAVE_STRCOLL 1
  3418. | #define HAVE_STRFTIME 1
  3419. | #define HAVE_UTIME_NULL 1
  3420. | #define HAVE_VPRINTF 1
  3421. | #define HAVE_ATEXIT 1
  3422. | #define HAVE_DUP2 1
  3423. | #define HAVE_FDATASYNC 1
  3424. | #define HAVE_FTIME 1
  3425. | #define HAVE_FTRUNCATE 1
  3426. | #define HAVE_GETCWD 1
  3427. | #define HAVE_GETHOSTBYADDR 1
  3428. | #define HAVE_GETHOSTBYNAME 1
  3429. | #define HAVE_GETHOSTNAME 1
  3430. | #define HAVE_GETPAGESIZE 1
  3431. | #define HAVE_GETPASS 1
  3432. | #define HAVE_GETTIMEOFDAY 1
  3433. | #define HAVE_INET_NTOA 1
  3434. | #define HAVE_LCHOWN 1
  3435. | #define HAVE_LOCALECONV 1
  3436. | #define HAVE_MEMCHR 1
  3437. | #define HAVE_MEMMOVE 1
  3438. | #define HAVE_MEMSET 1
  3439. | #define HAVE_MKDIR 1
  3440. | #define HAVE_MODF 1
  3441. | #define HAVE_MUNMAP 1
  3442. | #define HAVE_RMDIR 1
  3443. | #define HAVE_SELECT 1
  3444. | #define HAVE_SETENV 1
  3445. | #define HAVE_SETLOCALE 1
  3446. | #define HAVE_SOCKET 1
  3447. | #define HAVE_STRCASECMP 1
  3448. | #define HAVE_STRCHR 1
  3449. | #define HAVE_STRCSPN 1
  3450. | #define HAVE_STRDUP 1
  3451. | #define HAVE_STRERROR 1
  3452. | #define HAVE_STRNCASECMP 1
  3453. | #define HAVE_STRPBRK 1
  3454. | #define HAVE_STRRCHR 1
  3455. | #define HAVE_STRSPN 1
  3456. | #define HAVE_STRSTR 1
  3457. | #define HAVE_STRTOL 1
  3458. | #define HAVE_STRTOUL 1
  3459. | #define HAVE_SYSINFO 1
  3460. | #define HAVE_TZSET 1
  3461. | #define HAVE_UTIME 1
  3462. | #define HAVE_POSIX_FADVISE 1
  3463. | #define HAVE_LOCALTIME_R 1
  3464. | #define SIZEOF_INT 4
  3465. | #define SIZEOF_SIZE_T 4
  3466. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3467. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3468. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3469. | #define SIZEOF_WCHAR_T 4
  3470. | #define HAVE_INOTIFY 1
  3471. | #define HAVE_PYTHON "2.7"
  3472. | #define HAVE_LIBEGL 1
  3473. | #define HAVE_LIBGLESV2 1
  3474. | #define HAVE_OPENSSL 1
  3475. | #define HAVE_LIBGPG_ERROR 1
  3476. | #define HAVE_LIBGCRYPT 1
  3477. | #define HAVE_GCRYPT 1
  3478. | #define HAVE_GNUTLS 1
  3479. | #define HAVE_LIBBZ2 1
  3480. | #define HAVE_LIBJPEG 1
  3481. | #define HAVE_LIBTIFF 1
  3482. | #define HAVE_LIBPTHREAD 1
  3483. | #define HAVE_PTHREAD_SETNAME_NP 1
  3484. | #define HAVE_LIBLZO2 1
  3485. | #define HAVE_LIBZ 1
  3486. | #define HAVE_LIBCRYPTO 1
  3487. | #define HAVE_LIBSSL 1
  3488. | #define HAVE_LIBBLUETOOTH 1
  3489. | #define HAVE_LIBYAJL 1
  3490. | #define HAVE_LIBTINYXML 1
  3491. | #define HAVE_LIBPCRECPP 1
  3492. | #define HAVE_LIBPCRE 1
  3493. | #define HAVE_LIBBLURAY 1
  3494. | /* end confdefs.h. */
  3495. |
  3496. | /* Override any GCC internal prototype to avoid an error.
  3497. | Use char because int might match the return type of a GCC
  3498. | builtin and then its argument prototype would still apply. */
  3499. | #ifdef __cplusplus
  3500. | extern "C"
  3501. | #endif
  3502. | char _dn_expand ();
  3503. | int
  3504. | main ()
  3505. | {
  3506. | return _dn_expand ();
  3507. | ;
  3508. | return 0;
  3509. | }
  3510. configure:25173: result: no
  3511. configure:25181: checking for library containing __dn_expand
  3512. configure:25212: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  3513. /tmp/ccM45vmu.o: In function `main':
  3514. /home/cubie/Documenti/kodi/conftest.c:135: undefined reference to `__dn_expand'
  3515. collect2: ld returned 1 exit status
  3516. configure:25212: $? = 1
  3517. configure: failed program was:
  3518. | /* confdefs.h */
  3519. | #define PACKAGE_NAME "kodi"
  3520. | #define PACKAGE_TARNAME "kodi"
  3521. | #define PACKAGE_VERSION "13.9.802"
  3522. | #define PACKAGE_STRING "kodi 13.9.802"
  3523. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  3524. | #define PACKAGE_URL ""
  3525. | #define PACKAGE "kodi"
  3526. | #define VERSION "13.9.802"
  3527. | #define LIRC_DEVICE "/dev/lircd"
  3528. | #define STDC_HEADERS 1
  3529. | #define HAVE_SYS_TYPES_H 1
  3530. | #define HAVE_SYS_STAT_H 1
  3531. | #define HAVE_STDLIB_H 1
  3532. | #define HAVE_STRING_H 1
  3533. | #define HAVE_MEMORY_H 1
  3534. | #define HAVE_STRINGS_H 1
  3535. | #define HAVE_INTTYPES_H 1
  3536. | #define HAVE_STDINT_H 1
  3537. | #define HAVE_UNISTD_H 1
  3538. | #define HAVE_DLFCN_H 1
  3539. | #define LT_OBJDIR ".libs/"
  3540. | #define HAVE_ALLOCA_H 1
  3541. | #define HAVE_ALLOCA 1
  3542. | #define HAVE_UNISTD_H 1
  3543. | #define HAVE_CHOWN 1
  3544. | #define HAVE_DIRENT_H 1
  3545. | #define HAVE_FSEEKO 1
  3546. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3547. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3548. | #define TIME_WITH_SYS_TIME 1
  3549. | #define HAVE_SYS_TIME_H 1
  3550. | #define HAVE_UNISTD_H 1
  3551. | #define HAVE_STDLIB_H 1
  3552. | #define HAVE_SYS_PARAM_H 1
  3553. | #define HAVE_UTIME_H 1
  3554. | #define HAVE_ALARM 1
  3555. | #define HAVE_GETPAGESIZE 1
  3556. | #define HAVE_MMAP 1
  3557. | #define HAVE_SYS_SELECT_H 1
  3558. | #define HAVE_SYS_SOCKET_H 1
  3559. | #define SELECT_TYPE_ARG1 int
  3560. | #define SELECT_TYPE_ARG234 (fd_set *)
  3561. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3562. | #define RETSIGTYPE void
  3563. | #define HAVE_STRCOLL 1
  3564. | #define HAVE_STRFTIME 1
  3565. | #define HAVE_UTIME_NULL 1
  3566. | #define HAVE_VPRINTF 1
  3567. | #define HAVE_ATEXIT 1
  3568. | #define HAVE_DUP2 1
  3569. | #define HAVE_FDATASYNC 1
  3570. | #define HAVE_FTIME 1
  3571. | #define HAVE_FTRUNCATE 1
  3572. | #define HAVE_GETCWD 1
  3573. | #define HAVE_GETHOSTBYADDR 1
  3574. | #define HAVE_GETHOSTBYNAME 1
  3575. | #define HAVE_GETHOSTNAME 1
  3576. | #define HAVE_GETPAGESIZE 1
  3577. | #define HAVE_GETPASS 1
  3578. | #define HAVE_GETTIMEOFDAY 1
  3579. | #define HAVE_INET_NTOA 1
  3580. | #define HAVE_LCHOWN 1
  3581. | #define HAVE_LOCALECONV 1
  3582. | #define HAVE_MEMCHR 1
  3583. | #define HAVE_MEMMOVE 1
  3584. | #define HAVE_MEMSET 1
  3585. | #define HAVE_MKDIR 1
  3586. | #define HAVE_MODF 1
  3587. | #define HAVE_MUNMAP 1
  3588. | #define HAVE_RMDIR 1
  3589. | #define HAVE_SELECT 1
  3590. | #define HAVE_SETENV 1
  3591. | #define HAVE_SETLOCALE 1
  3592. | #define HAVE_SOCKET 1
  3593. | #define HAVE_STRCASECMP 1
  3594. | #define HAVE_STRCHR 1
  3595. | #define HAVE_STRCSPN 1
  3596. | #define HAVE_STRDUP 1
  3597. | #define HAVE_STRERROR 1
  3598. | #define HAVE_STRNCASECMP 1
  3599. | #define HAVE_STRPBRK 1
  3600. | #define HAVE_STRRCHR 1
  3601. | #define HAVE_STRSPN 1
  3602. | #define HAVE_STRSTR 1
  3603. | #define HAVE_STRTOL 1
  3604. | #define HAVE_STRTOUL 1
  3605. | #define HAVE_SYSINFO 1
  3606. | #define HAVE_TZSET 1
  3607. | #define HAVE_UTIME 1
  3608. | #define HAVE_POSIX_FADVISE 1
  3609. | #define HAVE_LOCALTIME_R 1
  3610. | #define SIZEOF_INT 4
  3611. | #define SIZEOF_SIZE_T 4
  3612. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3613. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3614. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3615. | #define SIZEOF_WCHAR_T 4
  3616. | #define HAVE_INOTIFY 1
  3617. | #define HAVE_PYTHON "2.7"
  3618. | #define HAVE_LIBEGL 1
  3619. | #define HAVE_LIBGLESV2 1
  3620. | #define HAVE_OPENSSL 1
  3621. | #define HAVE_LIBGPG_ERROR 1
  3622. | #define HAVE_LIBGCRYPT 1
  3623. | #define HAVE_GCRYPT 1
  3624. | #define HAVE_GNUTLS 1
  3625. | #define HAVE_LIBBZ2 1
  3626. | #define HAVE_LIBJPEG 1
  3627. | #define HAVE_LIBTIFF 1
  3628. | #define HAVE_LIBPTHREAD 1
  3629. | #define HAVE_PTHREAD_SETNAME_NP 1
  3630. | #define HAVE_LIBLZO2 1
  3631. | #define HAVE_LIBZ 1
  3632. | #define HAVE_LIBCRYPTO 1
  3633. | #define HAVE_LIBSSL 1
  3634. | #define HAVE_LIBBLUETOOTH 1
  3635. | #define HAVE_LIBYAJL 1
  3636. | #define HAVE_LIBTINYXML 1
  3637. | #define HAVE_LIBPCRECPP 1
  3638. | #define HAVE_LIBPCRE 1
  3639. | #define HAVE_LIBBLURAY 1
  3640. | /* end confdefs.h. */
  3641. |
  3642. | /* Override any GCC internal prototype to avoid an error.
  3643. | Use char because int might match the return type of a GCC
  3644. | builtin and then its argument prototype would still apply. */
  3645. | #ifdef __cplusplus
  3646. | extern "C"
  3647. | #endif
  3648. | char __dn_expand ();
  3649. | int
  3650. | main ()
  3651. | {
  3652. | return __dn_expand ();
  3653. | ;
  3654. | return 0;
  3655. | }
  3656. configure:25212: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  3657. configure:25212: $? = 0
  3658. configure:25229: result: -lresolv
  3659. configure:25291: checking for main in -ljasper
  3660. configure:25310: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag >&5
  3661. configure:25310: $? = 0
  3662. configure:25319: result: yes
  3663. configure:25336: checking for ALSA
  3664. configure:25343: $PKG_CONFIG --exists --print-errors "alsa"
  3665. configure:25346: $? = 0
  3666. configure:25360: $PKG_CONFIG --exists --print-errors "alsa"
  3667. configure:25363: $? = 0
  3668. configure:25403: result: yes
  3669. configure:25411: checking for DBUS
  3670. configure:25418: $PKG_CONFIG --exists --print-errors "dbus-1"
  3671. configure:25421: $? = 0
  3672. configure:25435: $PKG_CONFIG --exists --print-errors "dbus-1"
  3673. configure:25438: $? = 0
  3674. configure:25478: result: yes
  3675. configure:25770: checking for libogg soname
  3676. configure:25812: result: libogg.so.0
  3677. configure:25826: checking for libvorbis soname
  3678. configure:25868: result: libvorbis.so.0
  3679. configure:25882: checking for libvorbisfile soname
  3680. configure:25924: result: libvorbisfile.so.3
  3681. configure:25938: checking for libmodplug soname
  3682. configure:25980: result: libmodplug.so.1
  3683. configure:25994: checking for libass soname
  3684. configure:26036: result: libass.so.4
  3685. configure:26050: checking for libmpeg2 soname
  3686. configure:26092: result: libmpeg2.so.0
  3687. configure:26100: checking for main in -lmicrohttpd
  3688. configure:26119: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt >&5
  3689. configure:26119: $? = 0
  3690. configure:26128: result: yes
  3691. configure:26154: checking for ALSA
  3692. configure:26219: result: yes
  3693. configure:26329: result: == PulseAudio support disabled. ==
  3694. configure:26341: checking for main in -lavahi-common
  3695. configure:26360: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound >&5
  3696. configure:26360: $? = 0
  3697. configure:26369: result: yes
  3698. configure:26385: checking for main in -lavahi-client
  3699. configure:26404: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound >&5
  3700. configure:26404: $? = 0
  3701. configure:26413: result: yes
  3702. configure:26436: checking for embedded_mDNSInit in -lmDNSEmbedded
  3703. configure:26461: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lmDNSEmbedded -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound >&5
  3704. /usr/bin/ld: cannot find -lmDNSEmbedded
  3705. collect2: ld returned 1 exit status
  3706. configure:26461: $? = 1
  3707. configure: failed program was:
  3708. | /* confdefs.h */
  3709. | #define PACKAGE_NAME "kodi"
  3710. | #define PACKAGE_TARNAME "kodi"
  3711. | #define PACKAGE_VERSION "13.9.802"
  3712. | #define PACKAGE_STRING "kodi 13.9.802"
  3713. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  3714. | #define PACKAGE_URL ""
  3715. | #define PACKAGE "kodi"
  3716. | #define VERSION "13.9.802"
  3717. | #define LIRC_DEVICE "/dev/lircd"
  3718. | #define STDC_HEADERS 1
  3719. | #define HAVE_SYS_TYPES_H 1
  3720. | #define HAVE_SYS_STAT_H 1
  3721. | #define HAVE_STDLIB_H 1
  3722. | #define HAVE_STRING_H 1
  3723. | #define HAVE_MEMORY_H 1
  3724. | #define HAVE_STRINGS_H 1
  3725. | #define HAVE_INTTYPES_H 1
  3726. | #define HAVE_STDINT_H 1
  3727. | #define HAVE_UNISTD_H 1
  3728. | #define HAVE_DLFCN_H 1
  3729. | #define LT_OBJDIR ".libs/"
  3730. | #define HAVE_ALLOCA_H 1
  3731. | #define HAVE_ALLOCA 1
  3732. | #define HAVE_UNISTD_H 1
  3733. | #define HAVE_CHOWN 1
  3734. | #define HAVE_DIRENT_H 1
  3735. | #define HAVE_FSEEKO 1
  3736. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3737. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3738. | #define TIME_WITH_SYS_TIME 1
  3739. | #define HAVE_SYS_TIME_H 1
  3740. | #define HAVE_UNISTD_H 1
  3741. | #define HAVE_STDLIB_H 1
  3742. | #define HAVE_SYS_PARAM_H 1
  3743. | #define HAVE_UTIME_H 1
  3744. | #define HAVE_ALARM 1
  3745. | #define HAVE_GETPAGESIZE 1
  3746. | #define HAVE_MMAP 1
  3747. | #define HAVE_SYS_SELECT_H 1
  3748. | #define HAVE_SYS_SOCKET_H 1
  3749. | #define SELECT_TYPE_ARG1 int
  3750. | #define SELECT_TYPE_ARG234 (fd_set *)
  3751. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3752. | #define RETSIGTYPE void
  3753. | #define HAVE_STRCOLL 1
  3754. | #define HAVE_STRFTIME 1
  3755. | #define HAVE_UTIME_NULL 1
  3756. | #define HAVE_VPRINTF 1
  3757. | #define HAVE_ATEXIT 1
  3758. | #define HAVE_DUP2 1
  3759. | #define HAVE_FDATASYNC 1
  3760. | #define HAVE_FTIME 1
  3761. | #define HAVE_FTRUNCATE 1
  3762. | #define HAVE_GETCWD 1
  3763. | #define HAVE_GETHOSTBYADDR 1
  3764. | #define HAVE_GETHOSTBYNAME 1
  3765. | #define HAVE_GETHOSTNAME 1
  3766. | #define HAVE_GETPAGESIZE 1
  3767. | #define HAVE_GETPASS 1
  3768. | #define HAVE_GETTIMEOFDAY 1
  3769. | #define HAVE_INET_NTOA 1
  3770. | #define HAVE_LCHOWN 1
  3771. | #define HAVE_LOCALECONV 1
  3772. | #define HAVE_MEMCHR 1
  3773. | #define HAVE_MEMMOVE 1
  3774. | #define HAVE_MEMSET 1
  3775. | #define HAVE_MKDIR 1
  3776. | #define HAVE_MODF 1
  3777. | #define HAVE_MUNMAP 1
  3778. | #define HAVE_RMDIR 1
  3779. | #define HAVE_SELECT 1
  3780. | #define HAVE_SETENV 1
  3781. | #define HAVE_SETLOCALE 1
  3782. | #define HAVE_SOCKET 1
  3783. | #define HAVE_STRCASECMP 1
  3784. | #define HAVE_STRCHR 1
  3785. | #define HAVE_STRCSPN 1
  3786. | #define HAVE_STRDUP 1
  3787. | #define HAVE_STRERROR 1
  3788. | #define HAVE_STRNCASECMP 1
  3789. | #define HAVE_STRPBRK 1
  3790. | #define HAVE_STRRCHR 1
  3791. | #define HAVE_STRSPN 1
  3792. | #define HAVE_STRSTR 1
  3793. | #define HAVE_STRTOL 1
  3794. | #define HAVE_STRTOUL 1
  3795. | #define HAVE_SYSINFO 1
  3796. | #define HAVE_TZSET 1
  3797. | #define HAVE_UTIME 1
  3798. | #define HAVE_POSIX_FADVISE 1
  3799. | #define HAVE_LOCALTIME_R 1
  3800. | #define SIZEOF_INT 4
  3801. | #define SIZEOF_SIZE_T 4
  3802. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3803. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3804. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3805. | #define SIZEOF_WCHAR_T 4
  3806. | #define HAVE_INOTIFY 1
  3807. | #define HAVE_PYTHON "2.7"
  3808. | #define HAVE_LIBEGL 1
  3809. | #define HAVE_LIBGLESV2 1
  3810. | #define HAVE_OPENSSL 1
  3811. | #define HAVE_LIBGPG_ERROR 1
  3812. | #define HAVE_LIBGCRYPT 1
  3813. | #define HAVE_GCRYPT 1
  3814. | #define HAVE_GNUTLS 1
  3815. | #define HAVE_LIBBZ2 1
  3816. | #define HAVE_LIBJPEG 1
  3817. | #define HAVE_LIBTIFF 1
  3818. | #define HAVE_LIBPTHREAD 1
  3819. | #define HAVE_PTHREAD_SETNAME_NP 1
  3820. | #define HAVE_LIBLZO2 1
  3821. | #define HAVE_LIBZ 1
  3822. | #define HAVE_LIBCRYPTO 1
  3823. | #define HAVE_LIBSSL 1
  3824. | #define HAVE_LIBBLUETOOTH 1
  3825. | #define HAVE_LIBYAJL 1
  3826. | #define HAVE_LIBTINYXML 1
  3827. | #define HAVE_LIBPCRECPP 1
  3828. | #define HAVE_LIBPCRE 1
  3829. | #define HAVE_LIBBLURAY 1
  3830. | #define HAVE_LIBJASPER 1
  3831. | #define HAVE_DBUS 1
  3832. | #define HAVE_LIBMICROHTTPD 1
  3833. | #define HAS_ALSA 1
  3834. | #define HAVE_LIBAVAHI_COMMON 1
  3835. | #define HAVE_LIBAVAHI_CLIENT 1
  3836. | /* end confdefs.h. */
  3837. |
  3838. | /* Override any GCC internal prototype to avoid an error.
  3839. | Use char because int might match the return type of a GCC
  3840. | builtin and then its argument prototype would still apply. */
  3841. | #ifdef __cplusplus
  3842. | extern "C"
  3843. | #endif
  3844. | char embedded_mDNSInit ();
  3845. | int
  3846. | main ()
  3847. | {
  3848. | return embedded_mDNSInit ();
  3849. | ;
  3850. | return 0;
  3851. | }
  3852. configure:26470: result: no
  3853. configure:26484: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
  3854. configure:26723: result: == X11 disabled. ==
  3855. configure:26730: result: == XRandR support disabled. SDL will be used for resolution support. ==
  3856. configure:26784: == WAVEFORM enabled ==
  3857. configure:26795: == SPECTRUM enabled ==
  3858. configure:26815: == GOOM disabled. ==
  3859. configure:26823: == RSXS disabled. ==
  3860. configure:26979: == FishBMC disabled. ==
  3861. configure:26991: == ProjectM disabled. ==
  3862. configure:27019: checking for sftp_tell64 in -lssh
  3863. configure:27044: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound >&5
  3864. configure:27044: $? = 0
  3865. configure:27053: result: yes
  3866. configure:27076: checking librtmp/log.h usability
  3867. configure:27076: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  3868. configure:27076: $? = 0
  3869. configure:27076: result: yes
  3870. configure:27076: checking librtmp/log.h presence
  3871. configure:27076: gcc -E conftest.c
  3872. configure:27076: $? = 0
  3873. configure:27076: result: yes
  3874. configure:27076: checking for librtmp/log.h
  3875. configure:27076: result: yes
  3876. configure:27076: checking librtmp/amf.h usability
  3877. configure:27076: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  3878. configure:27076: $? = 0
  3879. configure:27076: result: yes
  3880. configure:27076: checking librtmp/amf.h presence
  3881. configure:27076: gcc -E conftest.c
  3882. configure:27076: $? = 0
  3883. configure:27076: result: yes
  3884. configure:27076: checking for librtmp/amf.h
  3885. configure:27076: result: yes
  3886. configure:27076: checking librtmp/rtmp.h usability
  3887. configure:27076: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  3888. configure:27076: $? = 0
  3889. configure:27076: result: yes
  3890. configure:27076: checking librtmp/rtmp.h presence
  3891. configure:27076: gcc -E conftest.c
  3892. configure:27076: $? = 0
  3893. configure:27076: result: yes
  3894. configure:27076: checking for librtmp/rtmp.h
  3895. configure:27076: result: yes
  3896. configure:27105: checking for librtmp soname
  3897. configure:27147: result: librtmp.so.0
  3898. configure:27167: checking for SAMBA
  3899. configure:27174: $PKG_CONFIG --exists --print-errors "smbclient"
  3900. Package smbclient was not found in the pkg-config search path.
  3901. Perhaps you should add the directory containing `smbclient.pc'
  3902. to the PKG_CONFIG_PATH environment variable
  3903. No package 'smbclient' found
  3904. configure:27177: $? = 1
  3905. configure:27191: $PKG_CONFIG --exists --print-errors "smbclient"
  3906. Package smbclient was not found in the pkg-config search path.
  3907. Perhaps you should add the directory containing `smbclient.pc'
  3908. to the PKG_CONFIG_PATH environment variable
  3909. No package 'smbclient' found
  3910. configure:27194: $? = 1
  3911. configure:27208: result: no
  3912. No package 'smbclient' found
  3913. configure:27224: checking for main in -lsmbclient
  3914. configure:27243: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lsmbclient -lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound >&5
  3915. configure:27243: $? = 0
  3916. configure:27252: result: yes
  3917. configure:27337: checking nfsc/libnfs.h usability
  3918. configure:27337: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  3919. configure:27337: $? = 0
  3920. configure:27337: result: yes
  3921. configure:27337: checking nfsc/libnfs.h presence
  3922. configure:27337: gcc -E conftest.c
  3923. configure:27337: $? = 0
  3924. configure:27337: result: yes
  3925. configure:27337: checking for nfsc/libnfs.h
  3926. configure:27337: result: yes
  3927. configure:27368: checking for libnfs soname
  3928. configure:27410: result: libnfs.so.1
  3929. configure:27433: checking afpfs-ng/libafpclient.h usability
  3930. configure:27433: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  3931. conftest.c:173:35: fatal error: afpfs-ng/libafpclient.h: No such file or directory
  3932. compilation terminated.
  3933. configure:27433: $? = 1
  3934. configure: failed program was:
  3935. | /* confdefs.h */
  3936. | #define PACKAGE_NAME "kodi"
  3937. | #define PACKAGE_TARNAME "kodi"
  3938. | #define PACKAGE_VERSION "13.9.802"
  3939. | #define PACKAGE_STRING "kodi 13.9.802"
  3940. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  3941. | #define PACKAGE_URL ""
  3942. | #define PACKAGE "kodi"
  3943. | #define VERSION "13.9.802"
  3944. | #define LIRC_DEVICE "/dev/lircd"
  3945. | #define STDC_HEADERS 1
  3946. | #define HAVE_SYS_TYPES_H 1
  3947. | #define HAVE_SYS_STAT_H 1
  3948. | #define HAVE_STDLIB_H 1
  3949. | #define HAVE_STRING_H 1
  3950. | #define HAVE_MEMORY_H 1
  3951. | #define HAVE_STRINGS_H 1
  3952. | #define HAVE_INTTYPES_H 1
  3953. | #define HAVE_STDINT_H 1
  3954. | #define HAVE_UNISTD_H 1
  3955. | #define HAVE_DLFCN_H 1
  3956. | #define LT_OBJDIR ".libs/"
  3957. | #define HAVE_ALLOCA_H 1
  3958. | #define HAVE_ALLOCA 1
  3959. | #define HAVE_UNISTD_H 1
  3960. | #define HAVE_CHOWN 1
  3961. | #define HAVE_DIRENT_H 1
  3962. | #define HAVE_FSEEKO 1
  3963. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3964. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3965. | #define TIME_WITH_SYS_TIME 1
  3966. | #define HAVE_SYS_TIME_H 1
  3967. | #define HAVE_UNISTD_H 1
  3968. | #define HAVE_STDLIB_H 1
  3969. | #define HAVE_SYS_PARAM_H 1
  3970. | #define HAVE_UTIME_H 1
  3971. | #define HAVE_ALARM 1
  3972. | #define HAVE_GETPAGESIZE 1
  3973. | #define HAVE_MMAP 1
  3974. | #define HAVE_SYS_SELECT_H 1
  3975. | #define HAVE_SYS_SOCKET_H 1
  3976. | #define SELECT_TYPE_ARG1 int
  3977. | #define SELECT_TYPE_ARG234 (fd_set *)
  3978. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3979. | #define RETSIGTYPE void
  3980. | #define HAVE_STRCOLL 1
  3981. | #define HAVE_STRFTIME 1
  3982. | #define HAVE_UTIME_NULL 1
  3983. | #define HAVE_VPRINTF 1
  3984. | #define HAVE_ATEXIT 1
  3985. | #define HAVE_DUP2 1
  3986. | #define HAVE_FDATASYNC 1
  3987. | #define HAVE_FTIME 1
  3988. | #define HAVE_FTRUNCATE 1
  3989. | #define HAVE_GETCWD 1
  3990. | #define HAVE_GETHOSTBYADDR 1
  3991. | #define HAVE_GETHOSTBYNAME 1
  3992. | #define HAVE_GETHOSTNAME 1
  3993. | #define HAVE_GETPAGESIZE 1
  3994. | #define HAVE_GETPASS 1
  3995. | #define HAVE_GETTIMEOFDAY 1
  3996. | #define HAVE_INET_NTOA 1
  3997. | #define HAVE_LCHOWN 1
  3998. | #define HAVE_LOCALECONV 1
  3999. | #define HAVE_MEMCHR 1
  4000. | #define HAVE_MEMMOVE 1
  4001. | #define HAVE_MEMSET 1
  4002. | #define HAVE_MKDIR 1
  4003. | #define HAVE_MODF 1
  4004. | #define HAVE_MUNMAP 1
  4005. | #define HAVE_RMDIR 1
  4006. | #define HAVE_SELECT 1
  4007. | #define HAVE_SETENV 1
  4008. | #define HAVE_SETLOCALE 1
  4009. | #define HAVE_SOCKET 1
  4010. | #define HAVE_STRCASECMP 1
  4011. | #define HAVE_STRCHR 1
  4012. | #define HAVE_STRCSPN 1
  4013. | #define HAVE_STRDUP 1
  4014. | #define HAVE_STRERROR 1
  4015. | #define HAVE_STRNCASECMP 1
  4016. | #define HAVE_STRPBRK 1
  4017. | #define HAVE_STRRCHR 1
  4018. | #define HAVE_STRSPN 1
  4019. | #define HAVE_STRSTR 1
  4020. | #define HAVE_STRTOL 1
  4021. | #define HAVE_STRTOUL 1
  4022. | #define HAVE_SYSINFO 1
  4023. | #define HAVE_TZSET 1
  4024. | #define HAVE_UTIME 1
  4025. | #define HAVE_POSIX_FADVISE 1
  4026. | #define HAVE_LOCALTIME_R 1
  4027. | #define SIZEOF_INT 4
  4028. | #define SIZEOF_SIZE_T 4
  4029. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4030. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4031. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4032. | #define SIZEOF_WCHAR_T 4
  4033. | #define HAVE_INOTIFY 1
  4034. | #define HAVE_PYTHON "2.7"
  4035. | #define HAVE_LIBEGL 1
  4036. | #define HAVE_LIBGLESV2 1
  4037. | #define HAVE_OPENSSL 1
  4038. | #define HAVE_LIBGPG_ERROR 1
  4039. | #define HAVE_LIBGCRYPT 1
  4040. | #define HAVE_GCRYPT 1
  4041. | #define HAVE_GNUTLS 1
  4042. | #define HAVE_LIBBZ2 1
  4043. | #define HAVE_LIBJPEG 1
  4044. | #define HAVE_LIBTIFF 1
  4045. | #define HAVE_LIBPTHREAD 1
  4046. | #define HAVE_PTHREAD_SETNAME_NP 1
  4047. | #define HAVE_LIBLZO2 1
  4048. | #define HAVE_LIBZ 1
  4049. | #define HAVE_LIBCRYPTO 1
  4050. | #define HAVE_LIBSSL 1
  4051. | #define HAVE_LIBBLUETOOTH 1
  4052. | #define HAVE_LIBYAJL 1
  4053. | #define HAVE_LIBTINYXML 1
  4054. | #define HAVE_LIBPCRECPP 1
  4055. | #define HAVE_LIBPCRE 1
  4056. | #define HAVE_LIBBLURAY 1
  4057. | #define HAVE_LIBJASPER 1
  4058. | #define HAVE_DBUS 1
  4059. | #define HAVE_LIBMICROHTTPD 1
  4060. | #define HAS_ALSA 1
  4061. | #define HAVE_LIBAVAHI_COMMON 1
  4062. | #define HAVE_LIBAVAHI_CLIENT 1
  4063. | #define HAVE_LIBSSH 1
  4064. | #define HAVE_LIBSSH 1
  4065. | #define HAVE_LIBRTMP_LOG_H 1
  4066. | #define HAVE_LIBRTMP_AMF_H 1
  4067. | #define HAVE_LIBRTMP_RTMP_H 1
  4068. | #define HAS_LIBRTMP 1
  4069. | #define HAVE_LIBSMBCLIENT 1
  4070. | #define HAVE_LIBSMBCLIENT 1
  4071. | #define HAVE_NFSC_LIBNFS_H 1
  4072. | #define HAVE_LIBNFS 1
  4073. | /* end confdefs.h. */
  4074. | #include <stdio.h>
  4075. | #ifdef HAVE_SYS_TYPES_H
  4076. | # include <sys/types.h>
  4077. | #endif
  4078. | #ifdef HAVE_SYS_STAT_H
  4079. | # include <sys/stat.h>
  4080. | #endif
  4081. | #ifdef STDC_HEADERS
  4082. | # include <stdlib.h>
  4083. | # include <stddef.h>
  4084. | #else
  4085. | # ifdef HAVE_STDLIB_H
  4086. | # include <stdlib.h>
  4087. | # endif
  4088. | #endif
  4089. | #ifdef HAVE_STRING_H
  4090. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4091. | # include <memory.h>
  4092. | # endif
  4093. | # include <string.h>
  4094. | #endif
  4095. | #ifdef HAVE_STRINGS_H
  4096. | # include <strings.h>
  4097. | #endif
  4098. | #ifdef HAVE_INTTYPES_H
  4099. | # include <inttypes.h>
  4100. | #endif
  4101. | #ifdef HAVE_STDINT_H
  4102. | # include <stdint.h>
  4103. | #endif
  4104. | #ifdef HAVE_UNISTD_H
  4105. | # include <unistd.h>
  4106. | #endif
  4107. | #include <afpfs-ng/libafpclient.h>
  4108. configure:27433: result: no
  4109. configure:27433: checking afpfs-ng/libafpclient.h presence
  4110. configure:27433: gcc -E conftest.c
  4111. conftest.c:140:35: fatal error: afpfs-ng/libafpclient.h: No such file or directory
  4112. compilation terminated.
  4113. configure:27433: $? = 1
  4114. configure: failed program was:
  4115. | /* confdefs.h */
  4116. | #define PACKAGE_NAME "kodi"
  4117. | #define PACKAGE_TARNAME "kodi"
  4118. | #define PACKAGE_VERSION "13.9.802"
  4119. | #define PACKAGE_STRING "kodi 13.9.802"
  4120. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  4121. | #define PACKAGE_URL ""
  4122. | #define PACKAGE "kodi"
  4123. | #define VERSION "13.9.802"
  4124. | #define LIRC_DEVICE "/dev/lircd"
  4125. | #define STDC_HEADERS 1
  4126. | #define HAVE_SYS_TYPES_H 1
  4127. | #define HAVE_SYS_STAT_H 1
  4128. | #define HAVE_STDLIB_H 1
  4129. | #define HAVE_STRING_H 1
  4130. | #define HAVE_MEMORY_H 1
  4131. | #define HAVE_STRINGS_H 1
  4132. | #define HAVE_INTTYPES_H 1
  4133. | #define HAVE_STDINT_H 1
  4134. | #define HAVE_UNISTD_H 1
  4135. | #define HAVE_DLFCN_H 1
  4136. | #define LT_OBJDIR ".libs/"
  4137. | #define HAVE_ALLOCA_H 1
  4138. | #define HAVE_ALLOCA 1
  4139. | #define HAVE_UNISTD_H 1
  4140. | #define HAVE_CHOWN 1
  4141. | #define HAVE_DIRENT_H 1
  4142. | #define HAVE_FSEEKO 1
  4143. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4144. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4145. | #define TIME_WITH_SYS_TIME 1
  4146. | #define HAVE_SYS_TIME_H 1
  4147. | #define HAVE_UNISTD_H 1
  4148. | #define HAVE_STDLIB_H 1
  4149. | #define HAVE_SYS_PARAM_H 1
  4150. | #define HAVE_UTIME_H 1
  4151. | #define HAVE_ALARM 1
  4152. | #define HAVE_GETPAGESIZE 1
  4153. | #define HAVE_MMAP 1
  4154. | #define HAVE_SYS_SELECT_H 1
  4155. | #define HAVE_SYS_SOCKET_H 1
  4156. | #define SELECT_TYPE_ARG1 int
  4157. | #define SELECT_TYPE_ARG234 (fd_set *)
  4158. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4159. | #define RETSIGTYPE void
  4160. | #define HAVE_STRCOLL 1
  4161. | #define HAVE_STRFTIME 1
  4162. | #define HAVE_UTIME_NULL 1
  4163. | #define HAVE_VPRINTF 1
  4164. | #define HAVE_ATEXIT 1
  4165. | #define HAVE_DUP2 1
  4166. | #define HAVE_FDATASYNC 1
  4167. | #define HAVE_FTIME 1
  4168. | #define HAVE_FTRUNCATE 1
  4169. | #define HAVE_GETCWD 1
  4170. | #define HAVE_GETHOSTBYADDR 1
  4171. | #define HAVE_GETHOSTBYNAME 1
  4172. | #define HAVE_GETHOSTNAME 1
  4173. | #define HAVE_GETPAGESIZE 1
  4174. | #define HAVE_GETPASS 1
  4175. | #define HAVE_GETTIMEOFDAY 1
  4176. | #define HAVE_INET_NTOA 1
  4177. | #define HAVE_LCHOWN 1
  4178. | #define HAVE_LOCALECONV 1
  4179. | #define HAVE_MEMCHR 1
  4180. | #define HAVE_MEMMOVE 1
  4181. | #define HAVE_MEMSET 1
  4182. | #define HAVE_MKDIR 1
  4183. | #define HAVE_MODF 1
  4184. | #define HAVE_MUNMAP 1
  4185. | #define HAVE_RMDIR 1
  4186. | #define HAVE_SELECT 1
  4187. | #define HAVE_SETENV 1
  4188. | #define HAVE_SETLOCALE 1
  4189. | #define HAVE_SOCKET 1
  4190. | #define HAVE_STRCASECMP 1
  4191. | #define HAVE_STRCHR 1
  4192. | #define HAVE_STRCSPN 1
  4193. | #define HAVE_STRDUP 1
  4194. | #define HAVE_STRERROR 1
  4195. | #define HAVE_STRNCASECMP 1
  4196. | #define HAVE_STRPBRK 1
  4197. | #define HAVE_STRRCHR 1
  4198. | #define HAVE_STRSPN 1
  4199. | #define HAVE_STRSTR 1
  4200. | #define HAVE_STRTOL 1
  4201. | #define HAVE_STRTOUL 1
  4202. | #define HAVE_SYSINFO 1
  4203. | #define HAVE_TZSET 1
  4204. | #define HAVE_UTIME 1
  4205. | #define HAVE_POSIX_FADVISE 1
  4206. | #define HAVE_LOCALTIME_R 1
  4207. | #define SIZEOF_INT 4
  4208. | #define SIZEOF_SIZE_T 4
  4209. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4210. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4211. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4212. | #define SIZEOF_WCHAR_T 4
  4213. | #define HAVE_INOTIFY 1
  4214. | #define HAVE_PYTHON "2.7"
  4215. | #define HAVE_LIBEGL 1
  4216. | #define HAVE_LIBGLESV2 1
  4217. | #define HAVE_OPENSSL 1
  4218. | #define HAVE_LIBGPG_ERROR 1
  4219. | #define HAVE_LIBGCRYPT 1
  4220. | #define HAVE_GCRYPT 1
  4221. | #define HAVE_GNUTLS 1
  4222. | #define HAVE_LIBBZ2 1
  4223. | #define HAVE_LIBJPEG 1
  4224. | #define HAVE_LIBTIFF 1
  4225. | #define HAVE_LIBPTHREAD 1
  4226. | #define HAVE_PTHREAD_SETNAME_NP 1
  4227. | #define HAVE_LIBLZO2 1
  4228. | #define HAVE_LIBZ 1
  4229. | #define HAVE_LIBCRYPTO 1
  4230. | #define HAVE_LIBSSL 1
  4231. | #define HAVE_LIBBLUETOOTH 1
  4232. | #define HAVE_LIBYAJL 1
  4233. | #define HAVE_LIBTINYXML 1
  4234. | #define HAVE_LIBPCRECPP 1
  4235. | #define HAVE_LIBPCRE 1
  4236. | #define HAVE_LIBBLURAY 1
  4237. | #define HAVE_LIBJASPER 1
  4238. | #define HAVE_DBUS 1
  4239. | #define HAVE_LIBMICROHTTPD 1
  4240. | #define HAS_ALSA 1
  4241. | #define HAVE_LIBAVAHI_COMMON 1
  4242. | #define HAVE_LIBAVAHI_CLIENT 1
  4243. | #define HAVE_LIBSSH 1
  4244. | #define HAVE_LIBSSH 1
  4245. | #define HAVE_LIBRTMP_LOG_H 1
  4246. | #define HAVE_LIBRTMP_AMF_H 1
  4247. | #define HAVE_LIBRTMP_RTMP_H 1
  4248. | #define HAS_LIBRTMP 1
  4249. | #define HAVE_LIBSMBCLIENT 1
  4250. | #define HAVE_LIBSMBCLIENT 1
  4251. | #define HAVE_NFSC_LIBNFS_H 1
  4252. | #define HAVE_LIBNFS 1
  4253. | /* end confdefs.h. */
  4254. | #include <afpfs-ng/libafpclient.h>
  4255. configure:27433: result: no
  4256. configure:27433: checking for afpfs-ng/libafpclient.h
  4257. configure:27433: result: no
  4258. configure:27443: == Could not find libafpclient. AFP client support disabled. ==
  4259. configure:27522: checking plist/plist.h usability
  4260. configure:27522: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  4261. configure:27522: $? = 0
  4262. configure:27522: result: yes
  4263. configure:27522: checking plist/plist.h presence
  4264. configure:27522: gcc -E conftest.c
  4265. configure:27522: $? = 0
  4266. configure:27522: result: yes
  4267. configure:27522: checking for plist/plist.h
  4268. configure:27522: result: yes
  4269. configure:27548: checking for libplist soname
  4270. configure:27590: result: libplist.so.1
  4271. configure:27607: checking shairplay/raop.h usability
  4272. configure:27607: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  4273. conftest.c:174:28: fatal error: shairplay/raop.h: No such file or directory
  4274. compilation terminated.
  4275. configure:27607: $? = 1
  4276. configure: failed program was:
  4277. | /* confdefs.h */
  4278. | #define PACKAGE_NAME "kodi"
  4279. | #define PACKAGE_TARNAME "kodi"
  4280. | #define PACKAGE_VERSION "13.9.802"
  4281. | #define PACKAGE_STRING "kodi 13.9.802"
  4282. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  4283. | #define PACKAGE_URL ""
  4284. | #define PACKAGE "kodi"
  4285. | #define VERSION "13.9.802"
  4286. | #define LIRC_DEVICE "/dev/lircd"
  4287. | #define STDC_HEADERS 1
  4288. | #define HAVE_SYS_TYPES_H 1
  4289. | #define HAVE_SYS_STAT_H 1
  4290. | #define HAVE_STDLIB_H 1
  4291. | #define HAVE_STRING_H 1
  4292. | #define HAVE_MEMORY_H 1
  4293. | #define HAVE_STRINGS_H 1
  4294. | #define HAVE_INTTYPES_H 1
  4295. | #define HAVE_STDINT_H 1
  4296. | #define HAVE_UNISTD_H 1
  4297. | #define HAVE_DLFCN_H 1
  4298. | #define LT_OBJDIR ".libs/"
  4299. | #define HAVE_ALLOCA_H 1
  4300. | #define HAVE_ALLOCA 1
  4301. | #define HAVE_UNISTD_H 1
  4302. | #define HAVE_CHOWN 1
  4303. | #define HAVE_DIRENT_H 1
  4304. | #define HAVE_FSEEKO 1
  4305. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4306. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4307. | #define TIME_WITH_SYS_TIME 1
  4308. | #define HAVE_SYS_TIME_H 1
  4309. | #define HAVE_UNISTD_H 1
  4310. | #define HAVE_STDLIB_H 1
  4311. | #define HAVE_SYS_PARAM_H 1
  4312. | #define HAVE_UTIME_H 1
  4313. | #define HAVE_ALARM 1
  4314. | #define HAVE_GETPAGESIZE 1
  4315. | #define HAVE_MMAP 1
  4316. | #define HAVE_SYS_SELECT_H 1
  4317. | #define HAVE_SYS_SOCKET_H 1
  4318. | #define SELECT_TYPE_ARG1 int
  4319. | #define SELECT_TYPE_ARG234 (fd_set *)
  4320. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4321. | #define RETSIGTYPE void
  4322. | #define HAVE_STRCOLL 1
  4323. | #define HAVE_STRFTIME 1
  4324. | #define HAVE_UTIME_NULL 1
  4325. | #define HAVE_VPRINTF 1
  4326. | #define HAVE_ATEXIT 1
  4327. | #define HAVE_DUP2 1
  4328. | #define HAVE_FDATASYNC 1
  4329. | #define HAVE_FTIME 1
  4330. | #define HAVE_FTRUNCATE 1
  4331. | #define HAVE_GETCWD 1
  4332. | #define HAVE_GETHOSTBYADDR 1
  4333. | #define HAVE_GETHOSTBYNAME 1
  4334. | #define HAVE_GETHOSTNAME 1
  4335. | #define HAVE_GETPAGESIZE 1
  4336. | #define HAVE_GETPASS 1
  4337. | #define HAVE_GETTIMEOFDAY 1
  4338. | #define HAVE_INET_NTOA 1
  4339. | #define HAVE_LCHOWN 1
  4340. | #define HAVE_LOCALECONV 1
  4341. | #define HAVE_MEMCHR 1
  4342. | #define HAVE_MEMMOVE 1
  4343. | #define HAVE_MEMSET 1
  4344. | #define HAVE_MKDIR 1
  4345. | #define HAVE_MODF 1
  4346. | #define HAVE_MUNMAP 1
  4347. | #define HAVE_RMDIR 1
  4348. | #define HAVE_SELECT 1
  4349. | #define HAVE_SETENV 1
  4350. | #define HAVE_SETLOCALE 1
  4351. | #define HAVE_SOCKET 1
  4352. | #define HAVE_STRCASECMP 1
  4353. | #define HAVE_STRCHR 1
  4354. | #define HAVE_STRCSPN 1
  4355. | #define HAVE_STRDUP 1
  4356. | #define HAVE_STRERROR 1
  4357. | #define HAVE_STRNCASECMP 1
  4358. | #define HAVE_STRPBRK 1
  4359. | #define HAVE_STRRCHR 1
  4360. | #define HAVE_STRSPN 1
  4361. | #define HAVE_STRSTR 1
  4362. | #define HAVE_STRTOL 1
  4363. | #define HAVE_STRTOUL 1
  4364. | #define HAVE_SYSINFO 1
  4365. | #define HAVE_TZSET 1
  4366. | #define HAVE_UTIME 1
  4367. | #define HAVE_POSIX_FADVISE 1
  4368. | #define HAVE_LOCALTIME_R 1
  4369. | #define SIZEOF_INT 4
  4370. | #define SIZEOF_SIZE_T 4
  4371. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4372. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4373. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4374. | #define SIZEOF_WCHAR_T 4
  4375. | #define HAVE_INOTIFY 1
  4376. | #define HAVE_PYTHON "2.7"
  4377. | #define HAVE_LIBEGL 1
  4378. | #define HAVE_LIBGLESV2 1
  4379. | #define HAVE_OPENSSL 1
  4380. | #define HAVE_LIBGPG_ERROR 1
  4381. | #define HAVE_LIBGCRYPT 1
  4382. | #define HAVE_GCRYPT 1
  4383. | #define HAVE_GNUTLS 1
  4384. | #define HAVE_LIBBZ2 1
  4385. | #define HAVE_LIBJPEG 1
  4386. | #define HAVE_LIBTIFF 1
  4387. | #define HAVE_LIBPTHREAD 1
  4388. | #define HAVE_PTHREAD_SETNAME_NP 1
  4389. | #define HAVE_LIBLZO2 1
  4390. | #define HAVE_LIBZ 1
  4391. | #define HAVE_LIBCRYPTO 1
  4392. | #define HAVE_LIBSSL 1
  4393. | #define HAVE_LIBBLUETOOTH 1
  4394. | #define HAVE_LIBYAJL 1
  4395. | #define HAVE_LIBTINYXML 1
  4396. | #define HAVE_LIBPCRECPP 1
  4397. | #define HAVE_LIBPCRE 1
  4398. | #define HAVE_LIBBLURAY 1
  4399. | #define HAVE_LIBJASPER 1
  4400. | #define HAVE_DBUS 1
  4401. | #define HAVE_LIBMICROHTTPD 1
  4402. | #define HAS_ALSA 1
  4403. | #define HAVE_LIBAVAHI_COMMON 1
  4404. | #define HAVE_LIBAVAHI_CLIENT 1
  4405. | #define HAVE_LIBSSH 1
  4406. | #define HAVE_LIBSSH 1
  4407. | #define HAVE_LIBRTMP_LOG_H 1
  4408. | #define HAVE_LIBRTMP_AMF_H 1
  4409. | #define HAVE_LIBRTMP_RTMP_H 1
  4410. | #define HAS_LIBRTMP 1
  4411. | #define HAVE_LIBSMBCLIENT 1
  4412. | #define HAVE_LIBSMBCLIENT 1
  4413. | #define HAVE_NFSC_LIBNFS_H 1
  4414. | #define HAVE_LIBNFS 1
  4415. | #define HAVE_LIBPLIST 1
  4416. | /* end confdefs.h. */
  4417. | #include <stdio.h>
  4418. | #ifdef HAVE_SYS_TYPES_H
  4419. | # include <sys/types.h>
  4420. | #endif
  4421. | #ifdef HAVE_SYS_STAT_H
  4422. | # include <sys/stat.h>
  4423. | #endif
  4424. | #ifdef STDC_HEADERS
  4425. | # include <stdlib.h>
  4426. | # include <stddef.h>
  4427. | #else
  4428. | # ifdef HAVE_STDLIB_H
  4429. | # include <stdlib.h>
  4430. | # endif
  4431. | #endif
  4432. | #ifdef HAVE_STRING_H
  4433. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4434. | # include <memory.h>
  4435. | # endif
  4436. | # include <string.h>
  4437. | #endif
  4438. | #ifdef HAVE_STRINGS_H
  4439. | # include <strings.h>
  4440. | #endif
  4441. | #ifdef HAVE_INTTYPES_H
  4442. | # include <inttypes.h>
  4443. | #endif
  4444. | #ifdef HAVE_STDINT_H
  4445. | # include <stdint.h>
  4446. | #endif
  4447. | #ifdef HAVE_UNISTD_H
  4448. | # include <unistd.h>
  4449. | #endif
  4450. | #include <shairplay/raop.h>
  4451. configure:27607: result: no
  4452. configure:27607: checking shairplay/raop.h presence
  4453. configure:27607: gcc -E conftest.c
  4454. conftest.c:141:28: fatal error: shairplay/raop.h: No such file or directory
  4455. compilation terminated.
  4456. configure:27607: $? = 1
  4457. configure: failed program was:
  4458. | /* confdefs.h */
  4459. | #define PACKAGE_NAME "kodi"
  4460. | #define PACKAGE_TARNAME "kodi"
  4461. | #define PACKAGE_VERSION "13.9.802"
  4462. | #define PACKAGE_STRING "kodi 13.9.802"
  4463. | #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  4464. | #define PACKAGE_URL ""
  4465. | #define PACKAGE "kodi"
  4466. | #define VERSION "13.9.802"
  4467. | #define LIRC_DEVICE "/dev/lircd"
  4468. | #define STDC_HEADERS 1
  4469. | #define HAVE_SYS_TYPES_H 1
  4470. | #define HAVE_SYS_STAT_H 1
  4471. | #define HAVE_STDLIB_H 1
  4472. | #define HAVE_STRING_H 1
  4473. | #define HAVE_MEMORY_H 1
  4474. | #define HAVE_STRINGS_H 1
  4475. | #define HAVE_INTTYPES_H 1
  4476. | #define HAVE_STDINT_H 1
  4477. | #define HAVE_UNISTD_H 1
  4478. | #define HAVE_DLFCN_H 1
  4479. | #define LT_OBJDIR ".libs/"
  4480. | #define HAVE_ALLOCA_H 1
  4481. | #define HAVE_ALLOCA 1
  4482. | #define HAVE_UNISTD_H 1
  4483. | #define HAVE_CHOWN 1
  4484. | #define HAVE_DIRENT_H 1
  4485. | #define HAVE_FSEEKO 1
  4486. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4487. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4488. | #define TIME_WITH_SYS_TIME 1
  4489. | #define HAVE_SYS_TIME_H 1
  4490. | #define HAVE_UNISTD_H 1
  4491. | #define HAVE_STDLIB_H 1
  4492. | #define HAVE_SYS_PARAM_H 1
  4493. | #define HAVE_UTIME_H 1
  4494. | #define HAVE_ALARM 1
  4495. | #define HAVE_GETPAGESIZE 1
  4496. | #define HAVE_MMAP 1
  4497. | #define HAVE_SYS_SELECT_H 1
  4498. | #define HAVE_SYS_SOCKET_H 1
  4499. | #define SELECT_TYPE_ARG1 int
  4500. | #define SELECT_TYPE_ARG234 (fd_set *)
  4501. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4502. | #define RETSIGTYPE void
  4503. | #define HAVE_STRCOLL 1
  4504. | #define HAVE_STRFTIME 1
  4505. | #define HAVE_UTIME_NULL 1
  4506. | #define HAVE_VPRINTF 1
  4507. | #define HAVE_ATEXIT 1
  4508. | #define HAVE_DUP2 1
  4509. | #define HAVE_FDATASYNC 1
  4510. | #define HAVE_FTIME 1
  4511. | #define HAVE_FTRUNCATE 1
  4512. | #define HAVE_GETCWD 1
  4513. | #define HAVE_GETHOSTBYADDR 1
  4514. | #define HAVE_GETHOSTBYNAME 1
  4515. | #define HAVE_GETHOSTNAME 1
  4516. | #define HAVE_GETPAGESIZE 1
  4517. | #define HAVE_GETPASS 1
  4518. | #define HAVE_GETTIMEOFDAY 1
  4519. | #define HAVE_INET_NTOA 1
  4520. | #define HAVE_LCHOWN 1
  4521. | #define HAVE_LOCALECONV 1
  4522. | #define HAVE_MEMCHR 1
  4523. | #define HAVE_MEMMOVE 1
  4524. | #define HAVE_MEMSET 1
  4525. | #define HAVE_MKDIR 1
  4526. | #define HAVE_MODF 1
  4527. | #define HAVE_MUNMAP 1
  4528. | #define HAVE_RMDIR 1
  4529. | #define HAVE_SELECT 1
  4530. | #define HAVE_SETENV 1
  4531. | #define HAVE_SETLOCALE 1
  4532. | #define HAVE_SOCKET 1
  4533. | #define HAVE_STRCASECMP 1
  4534. | #define HAVE_STRCHR 1
  4535. | #define HAVE_STRCSPN 1
  4536. | #define HAVE_STRDUP 1
  4537. | #define HAVE_STRERROR 1
  4538. | #define HAVE_STRNCASECMP 1
  4539. | #define HAVE_STRPBRK 1
  4540. | #define HAVE_STRRCHR 1
  4541. | #define HAVE_STRSPN 1
  4542. | #define HAVE_STRSTR 1
  4543. | #define HAVE_STRTOL 1
  4544. | #define HAVE_STRTOUL 1
  4545. | #define HAVE_SYSINFO 1
  4546. | #define HAVE_TZSET 1
  4547. | #define HAVE_UTIME 1
  4548. | #define HAVE_POSIX_FADVISE 1
  4549. | #define HAVE_LOCALTIME_R 1
  4550. | #define SIZEOF_INT 4
  4551. | #define SIZEOF_SIZE_T 4
  4552. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  4553. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  4554. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  4555. | #define SIZEOF_WCHAR_T 4
  4556. | #define HAVE_INOTIFY 1
  4557. | #define HAVE_PYTHON "2.7"
  4558. | #define HAVE_LIBEGL 1
  4559. | #define HAVE_LIBGLESV2 1
  4560. | #define HAVE_OPENSSL 1
  4561. | #define HAVE_LIBGPG_ERROR 1
  4562. | #define HAVE_LIBGCRYPT 1
  4563. | #define HAVE_GCRYPT 1
  4564. | #define HAVE_GNUTLS 1
  4565. | #define HAVE_LIBBZ2 1
  4566. | #define HAVE_LIBJPEG 1
  4567. | #define HAVE_LIBTIFF 1
  4568. | #define HAVE_LIBPTHREAD 1
  4569. | #define HAVE_PTHREAD_SETNAME_NP 1
  4570. | #define HAVE_LIBLZO2 1
  4571. | #define HAVE_LIBZ 1
  4572. | #define HAVE_LIBCRYPTO 1
  4573. | #define HAVE_LIBSSL 1
  4574. | #define HAVE_LIBBLUETOOTH 1
  4575. | #define HAVE_LIBYAJL 1
  4576. | #define HAVE_LIBTINYXML 1
  4577. | #define HAVE_LIBPCRECPP 1
  4578. | #define HAVE_LIBPCRE 1
  4579. | #define HAVE_LIBBLURAY 1
  4580. | #define HAVE_LIBJASPER 1
  4581. | #define HAVE_DBUS 1
  4582. | #define HAVE_LIBMICROHTTPD 1
  4583. | #define HAS_ALSA 1
  4584. | #define HAVE_LIBAVAHI_COMMON 1
  4585. | #define HAVE_LIBAVAHI_CLIENT 1
  4586. | #define HAVE_LIBSSH 1
  4587. | #define HAVE_LIBSSH 1
  4588. | #define HAVE_LIBRTMP_LOG_H 1
  4589. | #define HAVE_LIBRTMP_AMF_H 1
  4590. | #define HAVE_LIBRTMP_RTMP_H 1
  4591. | #define HAS_LIBRTMP 1
  4592. | #define HAVE_LIBSMBCLIENT 1
  4593. | #define HAVE_LIBSMBCLIENT 1
  4594. | #define HAVE_NFSC_LIBNFS_H 1
  4595. | #define HAVE_LIBNFS 1
  4596. | #define HAVE_LIBPLIST 1
  4597. | /* end confdefs.h. */
  4598. | #include <shairplay/raop.h>
  4599. configure:27607: result: no
  4600. configure:27607: checking for shairplay/raop.h
  4601. configure:27607: result: no
  4602. configure:27614: == Could not find libshairplay. ==
  4603. configure:27713: checking for UDEV
  4604. configure:27720: $PKG_CONFIG --exists --print-errors "libudev"
  4605. configure:27723: $? = 0
  4606. configure:27737: $PKG_CONFIG --exists --print-errors "libudev"
  4607. configure:27740: $? = 0
  4608. configure:27780: result: yes
  4609. configure:27875: == libusb disabled. ==
  4610. configure:28305: == libcec disabled. CEC adapter support will not be available. ==
  4611. configure:28313: checking sys/capability.h usability
  4612. configure:28313: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c >&5
  4613. configure:28313: $? = 0
  4614. configure:28313: result: yes
  4615. configure:28313: checking sys/capability.h presence
  4616. configure:28313: gcc -E conftest.c
  4617. configure:28313: $? = 0
  4618. configure:28313: result: yes
  4619. configure:28313: checking for sys/capability.h
  4620. configure:28313: result: yes
  4621. configure:28333: checking for main in -lcap
  4622. configure:28352: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad conftest.c -lcap -lsmbclient -lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound -ludev -lrt >&5
  4623. configure:28352: $? = 0
  4624. configure:28361: result: yes
  4625. configure:28529: "FFmpeg installation forced by user - installing our version"
  4626. configure:28546: checking for FFMPEG
  4627. configure:28553: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  4628. Requested 'libavcodec >= 56.1.100' but version of libavcodec is 53.35.0
  4629. Requested 'libavfilter >= 5.1.100' but version of libavfilter is 2.15.0
  4630. Requested 'libavformat >= 56.4.101' but version of libavformat is 53.21.1
  4631. Requested 'libavutil >= 54.7.100' but version of libavutil is 51.22.2
  4632. Requested 'libpostproc >= 53.0.100' but version of libpostproc is 52.0.0
  4633. Requested 'libswscale >= 3.0.100' but version of libswscale is 2.1.0
  4634. configure:28556: $? = 1
  4635. configure:28570: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
  4636. Requested 'libavcodec >= 56.1.100' but version of libavcodec is 53.35.0
  4637. Requested 'libavfilter >= 5.1.100' but version of libavfilter is 2.15.0
  4638. Requested 'libavformat >= 56.4.101' but version of libavformat is 53.21.1
  4639. Requested 'libavutil >= 54.7.100' but version of libavutil is 51.22.2
  4640. Requested 'libpostproc >= 53.0.100' but version of libpostproc is 52.0.0
  4641. Requested 'libswscale >= 3.0.100' but version of libswscale is 2.1.0
  4642. configure:28573: $? = 1
  4643. configure:28587: result: no
  4644. Requested 'libavcodec >= 56.1.100' but version of libavcodec is 53.35.0
  4645. Requested 'libavfilter >= 5.1.100' but version of libavfilter is 2.15.0
  4646. Requested 'libavformat >= 56.4.101' but version of libavformat is 53.21.1
  4647. Requested 'libavutil >= 54.7.100' but version of libavutil is 51.22.2
  4648. Requested 'libpostproc >= 53.0.100' but version of libpostproc is 52.0.0
  4649. Requested 'libswscale >= 3.0.100' but version of libswscale is 2.1.0
  4650. Package 'libswresample' requires 'libavutil >= 54.7.100' but version of libavutil is 51.22.2
  4651. configure:28603: error: "ffmpeg not found"
  4652.  
  4653. ## ---------------- ##
  4654. ## Cache variables. ##
  4655. ## ---------------- ##
  4656.  
  4657. ac_cv_build=armv7l-unknown-linux-gnueabihf
  4658. ac_cv_build_prog_CPP='gcc -E'
  4659. ac_cv_build_prog_CXXCPP='g++ -E'
  4660. ac_cv_build_prog_cc_g=yes
  4661. ac_cv_build_prog_cxx_g=yes
  4662. ac_cv_c_compiler_gnu=yes
  4663. ac_cv_cxx_compiler_gnu=yes
  4664. ac_cv_env_ALSA_CFLAGS_set=
  4665. ac_cv_env_ALSA_CFLAGS_value=
  4666. ac_cv_env_ALSA_LIBS_set=
  4667. ac_cv_env_ALSA_LIBS_value=
  4668. ac_cv_env_CCC_set=
  4669. ac_cv_env_CCC_value=
  4670. ac_cv_env_CC_set=
  4671. ac_cv_env_CC_value=
  4672. ac_cv_env_CDIO_CFLAGS_set=
  4673. ac_cv_env_CDIO_CFLAGS_value=
  4674. ac_cv_env_CDIO_LIBS_set=
  4675. ac_cv_env_CDIO_LIBS_value=
  4676. ac_cv_env_CEC_CFLAGS_set=
  4677. ac_cv_env_CEC_CFLAGS_value=
  4678. ac_cv_env_CEC_LIBS_set=
  4679. ac_cv_env_CEC_LIBS_value=
  4680. ac_cv_env_CFLAGS_set=
  4681. ac_cv_env_CFLAGS_value=
  4682. ac_cv_env_CPPFLAGS_set=
  4683. ac_cv_env_CPPFLAGS_value=
  4684. ac_cv_env_CPP_set=
  4685. ac_cv_env_CPP_value=
  4686. ac_cv_env_CXXCPP_set=
  4687. ac_cv_env_CXXCPP_value=
  4688. ac_cv_env_CXXFLAGS_set=
  4689. ac_cv_env_CXXFLAGS_value=
  4690. ac_cv_env_CXX_set=
  4691. ac_cv_env_CXX_value=
  4692. ac_cv_env_DBUS_CFLAGS_set=
  4693. ac_cv_env_DBUS_CFLAGS_value=
  4694. ac_cv_env_DBUS_LIBS_set=
  4695. ac_cv_env_DBUS_LIBS_value=
  4696. ac_cv_env_DRM_CFLAGS_set=
  4697. ac_cv_env_DRM_CFLAGS_value=
  4698. ac_cv_env_DRM_LIBS_set=
  4699. ac_cv_env_DRM_LIBS_value=
  4700. ac_cv_env_FFMPEG_CFLAGS_set=
  4701. ac_cv_env_FFMPEG_CFLAGS_value=
  4702. ac_cv_env_FFMPEG_LIBS_set=
  4703. ac_cv_env_FFMPEG_LIBS_value=
  4704. ac_cv_env_FREETYPE2_CFLAGS_set=
  4705. ac_cv_env_FREETYPE2_CFLAGS_value=
  4706. ac_cv_env_FREETYPE2_LIBS_set=
  4707. ac_cv_env_FREETYPE2_LIBS_value=
  4708. ac_cv_env_FRIBIDI_CFLAGS_set=
  4709. ac_cv_env_FRIBIDI_CFLAGS_value=
  4710. ac_cv_env_FRIBIDI_LIBS_set=
  4711. ac_cv_env_FRIBIDI_LIBS_value=
  4712. ac_cv_env_GNUTLS_CFLAGS_set=
  4713. ac_cv_env_GNUTLS_CFLAGS_value=
  4714. ac_cv_env_GNUTLS_LIBS_set=
  4715. ac_cv_env_GNUTLS_LIBS_value=
  4716. ac_cv_env_LDFLAGS_set=
  4717. ac_cv_env_LDFLAGS_value=
  4718. ac_cv_env_LIBBLURAY_CFLAGS_set=
  4719. ac_cv_env_LIBBLURAY_CFLAGS_value=
  4720. ac_cv_env_LIBBLURAY_LIBS_set=
  4721. ac_cv_env_LIBBLURAY_LIBS_value=
  4722. ac_cv_env_LIBS_set=
  4723. ac_cv_env_LIBS_value=
  4724. ac_cv_env_LIBVA_CFLAGS_set=
  4725. ac_cv_env_LIBVA_CFLAGS_value=
  4726. ac_cv_env_LIBVA_LIBS_set=
  4727. ac_cv_env_LIBVA_LIBS_value=
  4728. ac_cv_env_LIBXML_CFLAGS_set=
  4729. ac_cv_env_LIBXML_CFLAGS_value=
  4730. ac_cv_env_LIBXML_LIBS_set=
  4731. ac_cv_env_LIBXML_LIBS_value=
  4732. ac_cv_env_LIBXSLT_CFLAGS_set=
  4733. ac_cv_env_LIBXSLT_CFLAGS_value=
  4734. ac_cv_env_LIBXSLT_LIBS_set=
  4735. ac_cv_env_LIBXSLT_LIBS_value=
  4736. ac_cv_env_PCRECPP_CFLAGS_set=
  4737. ac_cv_env_PCRECPP_CFLAGS_value=
  4738. ac_cv_env_PCRECPP_LIBS_set=
  4739. ac_cv_env_PCRECPP_LIBS_value=
  4740. ac_cv_env_PCRE_CFLAGS_set=
  4741. ac_cv_env_PCRE_CFLAGS_value=
  4742. ac_cv_env_PCRE_LIBS_set=
  4743. ac_cv_env_PCRE_LIBS_value=
  4744. ac_cv_env_PIXMAN_CFLAGS_set=
  4745. ac_cv_env_PIXMAN_CFLAGS_value=
  4746. ac_cv_env_PIXMAN_LIBS_set=
  4747. ac_cv_env_PIXMAN_LIBS_value=
  4748. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  4749. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  4750. ac_cv_env_PKG_CONFIG_PATH_set=
  4751. ac_cv_env_PKG_CONFIG_PATH_value=
  4752. ac_cv_env_PKG_CONFIG_set=
  4753. ac_cv_env_PKG_CONFIG_value=
  4754. ac_cv_env_PNG_CFLAGS_set=
  4755. ac_cv_env_PNG_CFLAGS_value=
  4756. ac_cv_env_PNG_LIBS_set=
  4757. ac_cv_env_PNG_LIBS_value=
  4758. ac_cv_env_PULSE_CFLAGS_set=
  4759. ac_cv_env_PULSE_CFLAGS_value=
  4760. ac_cv_env_PULSE_LIBS_set=
  4761. ac_cv_env_PULSE_LIBS_value=
  4762. ac_cv_env_PYTHON_VERSION_set=
  4763. ac_cv_env_PYTHON_VERSION_value=
  4764. ac_cv_env_SAMBA_CFLAGS_set=
  4765. ac_cv_env_SAMBA_CFLAGS_value=
  4766. ac_cv_env_SAMBA_LIBS_set=
  4767. ac_cv_env_SAMBA_LIBS_value=
  4768. ac_cv_env_SDL2_CFLAGS_set=
  4769. ac_cv_env_SDL2_CFLAGS_value=
  4770. ac_cv_env_SDL2_LIBS_set=
  4771. ac_cv_env_SDL2_LIBS_value=
  4772. ac_cv_env_SDL_CFLAGS_set=
  4773. ac_cv_env_SDL_CFLAGS_value=
  4774. ac_cv_env_SDL_LIBS_set=
  4775. ac_cv_env_SDL_LIBS_value=
  4776. ac_cv_env_SQLITE3_CFLAGS_set=
  4777. ac_cv_env_SQLITE3_CFLAGS_value=
  4778. ac_cv_env_SQLITE3_LIBS_set=
  4779. ac_cv_env_SQLITE3_LIBS_value=
  4780. ac_cv_env_TAGLIB_CFLAGS_set=
  4781. ac_cv_env_TAGLIB_CFLAGS_value=
  4782. ac_cv_env_TAGLIB_LIBS_set=
  4783. ac_cv_env_TAGLIB_LIBS_value=
  4784. ac_cv_env_UDEV_CFLAGS_set=
  4785. ac_cv_env_UDEV_CFLAGS_value=
  4786. ac_cv_env_UDEV_LIBS_set=
  4787. ac_cv_env_UDEV_LIBS_value=
  4788. ac_cv_env_USB_CFLAGS_set=
  4789. ac_cv_env_USB_CFLAGS_value=
  4790. ac_cv_env_USB_LIBS_set=
  4791. ac_cv_env_USB_LIBS_value=
  4792. ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
  4793. ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
  4794. ac_cv_env_WAYLAND_CLIENT_LIBS_set=
  4795. ac_cv_env_WAYLAND_CLIENT_LIBS_value=
  4796. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  4797. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  4798. ac_cv_env_WAYLAND_EGL_LIBS_set=
  4799. ac_cv_env_WAYLAND_EGL_LIBS_value=
  4800. ac_cv_env_WESTON_CFLAGS_set=
  4801. ac_cv_env_WESTON_CFLAGS_value=
  4802. ac_cv_env_WESTON_LIBS_set=
  4803. ac_cv_env_WESTON_LIBS_value=
  4804. ac_cv_env_X11_CFLAGS_set=
  4805. ac_cv_env_X11_CFLAGS_value=
  4806. ac_cv_env_X11_LIBS_set=
  4807. ac_cv_env_X11_LIBS_value=
  4808. ac_cv_env_XEXT_CFLAGS_set=
  4809. ac_cv_env_XEXT_CFLAGS_value=
  4810. ac_cv_env_XEXT_LIBS_set=
  4811. ac_cv_env_XEXT_LIBS_value=
  4812. ac_cv_env_XKBCOMMON_CFLAGS_set=
  4813. ac_cv_env_XKBCOMMON_CFLAGS_value=
  4814. ac_cv_env_XKBCOMMON_LIBS_set=
  4815. ac_cv_env_XKBCOMMON_LIBS_value=
  4816. ac_cv_env_XMU_CFLAGS_set=
  4817. ac_cv_env_XMU_CFLAGS_value=
  4818. ac_cv_env_XMU_LIBS_set=
  4819. ac_cv_env_XMU_LIBS_value=
  4820. ac_cv_env_XT_CFLAGS_set=
  4821. ac_cv_env_XT_CFLAGS_value=
  4822. ac_cv_env_XT_LIBS_set=
  4823. ac_cv_env_XT_LIBS_value=
  4824. ac_cv_env_ZIP_CFLAGS_set=
  4825. ac_cv_env_ZIP_CFLAGS_value=
  4826. ac_cv_env_ZIP_LIBS_set=
  4827. ac_cv_env_ZIP_LIBS_value=
  4828. ac_cv_env_build_alias_set=
  4829. ac_cv_env_build_alias_value=
  4830. ac_cv_env_host_alias_set=
  4831. ac_cv_env_host_alias_value=
  4832. ac_cv_env_target_alias_set=
  4833. ac_cv_env_target_alias_value=
  4834. ac_cv_func__doprnt=no
  4835. ac_cv_func_alarm=yes
  4836. ac_cv_func_alloca_works=yes
  4837. ac_cv_func_atexit=yes
  4838. ac_cv_func_chown_works=yes
  4839. ac_cv_func_closedir_void=no
  4840. ac_cv_func_dup2=yes
  4841. ac_cv_func_fdatasync=yes
  4842. ac_cv_func_floor=no
  4843. ac_cv_func_fs_stat_dev=no
  4844. ac_cv_func_ftime=yes
  4845. ac_cv_func_ftruncate=yes
  4846. ac_cv_func_getcwd=yes
  4847. ac_cv_func_gethostbyaddr=yes
  4848. ac_cv_func_gethostbyname=yes
  4849. ac_cv_func_gethostname=yes
  4850. ac_cv_func_getpagesize=yes
  4851. ac_cv_func_getpass=yes
  4852. ac_cv_func_gettimeofday=yes
  4853. ac_cv_func_inet_ntoa=yes
  4854. ac_cv_func_lchown=yes
  4855. ac_cv_func_localeconv=yes
  4856. ac_cv_func_localtime_r=yes
  4857. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  4858. ac_cv_func_lstat_empty_string_bug=no
  4859. ac_cv_func_memchr=yes
  4860. ac_cv_func_memcmp_working=yes
  4861. ac_cv_func_memmove=yes
  4862. ac_cv_func_memset=yes
  4863. ac_cv_func_mkdir=yes
  4864. ac_cv_func_mmap_fixed_mapped=yes
  4865. ac_cv_func_modf=yes
  4866. ac_cv_func_munmap=yes
  4867. ac_cv_func_posix_fadvise=yes
  4868. ac_cv_func_pow=no
  4869. ac_cv_func_rmdir=yes
  4870. ac_cv_func_select=yes
  4871. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  4872. ac_cv_func_setenv=yes
  4873. ac_cv_func_setlocale=yes
  4874. ac_cv_func_setvbuf_reversed=no
  4875. ac_cv_func_socket=yes
  4876. ac_cv_func_sqrt=no
  4877. ac_cv_func_stat_empty_string_bug=no
  4878. ac_cv_func_strcasecmp=yes
  4879. ac_cv_func_strchr=yes
  4880. ac_cv_func_strcoll_works=yes
  4881. ac_cv_func_strcspn=yes
  4882. ac_cv_func_strdup=yes
  4883. ac_cv_func_strerror=yes
  4884. ac_cv_func_strftime=yes
  4885. ac_cv_func_strncasecmp=yes
  4886. ac_cv_func_strpbrk=yes
  4887. ac_cv_func_strrchr=yes
  4888. ac_cv_func_strspn=yes
  4889. ac_cv_func_strstr=yes
  4890. ac_cv_func_strtod=yes
  4891. ac_cv_func_strtol=yes
  4892. ac_cv_func_strtoul=yes
  4893. ac_cv_func_sysinfo=yes
  4894. ac_cv_func_tzset=yes
  4895. ac_cv_func_utime=yes
  4896. ac_cv_func_utime_null=yes
  4897. ac_cv_func_vprintf=yes
  4898. ac_cv_func_working_mktime=yes
  4899. ac_cv_header_afpfs_ng_libafpclient_h=no
  4900. ac_cv_header_ass_ass_h=yes
  4901. ac_cv_header_boost_shared_ptr_hpp=yes
  4902. ac_cv_header_curl_curl_h=yes
  4903. ac_cv_header_dirent_dirent_h=yes
  4904. ac_cv_header_dlfcn_h=yes
  4905. ac_cv_header_gcrypt_h=yes
  4906. ac_cv_header_inttypes_h=yes
  4907. ac_cv_header_jpeglib_h=yes
  4908. ac_cv_header_libmodplug_modplug_h=yes
  4909. ac_cv_header_librtmp_amf_h=yes
  4910. ac_cv_header_librtmp_log_h=yes
  4911. ac_cv_header_librtmp_rtmp_h=yes
  4912. ac_cv_header_memory_h=yes
  4913. ac_cv_header_mpeg2dec_mpeg2_h=yes
  4914. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  4915. ac_cv_header_nfsc_libnfs_h=yes
  4916. ac_cv_header_ogg_ogg_h=yes
  4917. ac_cv_header_openssl_crypto_h=yes
  4918. ac_cv_header_plist_plist_h=yes
  4919. ac_cv_header_shairplay_raop_h=no
  4920. ac_cv_header_stdc=yes
  4921. ac_cv_header_stdint_h=yes
  4922. ac_cv_header_stdlib_h=yes
  4923. ac_cv_header_string_h=yes
  4924. ac_cv_header_strings_h=yes
  4925. ac_cv_header_sys_capability_h=yes
  4926. ac_cv_header_sys_inotify_h=yes
  4927. ac_cv_header_sys_param_h=yes
  4928. ac_cv_header_sys_select_h=yes
  4929. ac_cv_header_sys_socket_h=yes
  4930. ac_cv_header_sys_stat_h=yes
  4931. ac_cv_header_sys_time_h=yes
  4932. ac_cv_header_sys_types_h=yes
  4933. ac_cv_header_time=yes
  4934. ac_cv_header_unistd_h=yes
  4935. ac_cv_header_utime_h=yes
  4936. ac_cv_header_vorbis_vorbisfile_h=yes
  4937. ac_cv_host=armv7l-unknown-linux-gnueabihf
  4938. ac_cv_lib_EGL_main=yes
  4939. ac_cv_lib_GLESv2_main=yes
  4940. ac_cv_lib_avahi_client_main=yes
  4941. ac_cv_lib_avahi_common_main=yes
  4942. ac_cv_lib_bluetooth_hci_devid=yes
  4943. ac_cv_lib_bluray_bd_register_argb_overlay_proc=no
  4944. ac_cv_lib_bz2_main=yes
  4945. ac_cv_lib_cap_main=yes
  4946. ac_cv_lib_crypto_main=yes
  4947. ac_cv_lib_error_at_line=yes
  4948. ac_cv_lib_gcrypt_gcry_control=yes
  4949. ac_cv_lib_gpg_error_main=yes
  4950. ac_cv_lib_jasper_main=yes
  4951. ac_cv_lib_jpeg_main=yes
  4952. ac_cv_lib_lzo2_main=yes
  4953. ac_cv_lib_mDNSEmbedded_embedded_mDNSInit=no
  4954. ac_cv_lib_microhttpd_main=yes
  4955. ac_cv_lib_pthread_main=yes
  4956. ac_cv_lib_pthread_pthread_setname_np=yes
  4957. ac_cv_lib_smbclient_main=yes
  4958. ac_cv_lib_ssh_sftp_tell64=yes
  4959. ac_cv_lib_ssl_main=yes
  4960. ac_cv_lib_tiff_main=yes
  4961. ac_cv_lib_tinyxml_main=yes
  4962. ac_cv_lib_yajl_main=yes
  4963. ac_cv_lib_z_main=yes
  4964. ac_cv_objext=o
  4965. ac_cv_path_EGREP='/bin/grep -E'
  4966. ac_cv_path_FGREP='/bin/grep -F'
  4967. ac_cv_path_GREP=/bin/grep
  4968. ac_cv_path_PYTHON=/usr/bin/python
  4969. ac_cv_path_SED=/bin/sed
  4970. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  4971. ac_cv_path_install='/usr/bin/install -c'
  4972. ac_cv_path_mkdir=/bin/mkdir
  4973. ac_cv_prog_AWK=gawk
  4974. ac_cv_prog_CPP='gcc -E'
  4975. ac_cv_prog_CXXCPP='g++ -E'
  4976. ac_cv_prog_HAVE_GIT=yes
  4977. ac_cv_prog_ac_ct_AR=ar
  4978. ac_cv_prog_ac_ct_CC=gcc
  4979. ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
  4980. ac_cv_prog_ac_ct_CXX=g++
  4981. ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
  4982. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  4983. ac_cv_prog_ac_ct_OBJDUMP=objdump
  4984. ac_cv_prog_ac_ct_RANLIB=ranlib
  4985. ac_cv_prog_ac_ct_STRIP=strip
  4986. ac_cv_prog_cc_c89=
  4987. ac_cv_prog_cc_g=yes
  4988. ac_cv_prog_cxx_g=yes
  4989. ac_cv_prog_gcc_traditional=no
  4990. ac_cv_prog_make_make_set=yes
  4991. ac_cv_search___dn_expand=-lresolv
  4992. ac_cv_search__dn_expand=no
  4993. ac_cv_search_clock_gettime=-lrt
  4994. ac_cv_search_dlopen=-ldl
  4995. ac_cv_search_dn_expand=no
  4996. ac_cv_search_iconv_open='none required'
  4997. ac_cv_search_opendir='none required'
  4998. ac_cv_sizeof_int=4
  4999. ac_cv_sizeof_size_t=4
  5000. ac_cv_sizeof_wchar_t=4
  5001. ac_cv_sys_largefile_source=no
  5002. ac_cv_type_char16_t=no
  5003. ac_cv_type_char32_t=no
  5004. ac_cv_type_signal=void
  5005. ac_cv_type_size_t=yes
  5006. ac_cv_type_std__u16string=no
  5007. ac_cv_type_std__u32string=no
  5008. ac_cv_type_uid_t=yes
  5009. ac_cv_working_alloca_h=yes
  5010. am_cv_CC_FOR_BUILD_dependencies_compiler_type=none
  5011. am_cv_CC_dependencies_compiler_type=none
  5012. am_cv_CXX_FOR_BUILD_dependencies_compiler_type=none
  5013. am_cv_CXX_dependencies_compiler_type=none
  5014. lt_cv_ar_at_file=@
  5015. lt_cv_archive_cmds_need_lc=no
  5016. lt_cv_deplibs_check_method=pass_all
  5017. lt_cv_file_magic_cmd='$MAGIC_CMD'
  5018. lt_cv_file_magic_test_file=
  5019. lt_cv_ld_reload_flag=-r
  5020. lt_cv_nm_interface='BSD nm'
  5021. lt_cv_objdir=.libs
  5022. lt_cv_path_LD=/usr/bin/ld
  5023. lt_cv_path_LDCXX=/usr/bin/ld
  5024. lt_cv_path_NM='/usr/bin/nm -B'
  5025. lt_cv_path_mainfest_tool=no
  5026. lt_cv_prog_compiler_c_o=yes
  5027. lt_cv_prog_compiler_c_o_CXX=yes
  5028. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  5029. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  5030. lt_cv_prog_compiler_pic_works=yes
  5031. lt_cv_prog_compiler_pic_works_CXX=yes
  5032. lt_cv_prog_compiler_rtti_exceptions=no
  5033. lt_cv_prog_compiler_static_works=yes
  5034. lt_cv_prog_compiler_static_works_CXX=yes
  5035. lt_cv_prog_gnu_ld=yes
  5036. lt_cv_prog_gnu_ldcxx=yes
  5037. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  5038. lt_cv_shlibpath_overrides_runpath=no
  5039. 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'\'''
  5040. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  5041. 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'\'''
  5042. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  5043. lt_cv_sys_max_cmd_len=1572864
  5044. lt_cv_to_host_file_cmd=func_convert_file_noop
  5045. lt_cv_to_tool_file_cmd=func_convert_file_noop
  5046. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  5047. pkg_cv_ALSA_LIBS='-lasound '
  5048. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include '
  5049. pkg_cv_DBUS_LIBS='-ldbus-1 -lpthread -lrt '
  5050. pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  5051. pkg_cv_FREETYPE2_LIBS='-lfreetype '
  5052. pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  5053. pkg_cv_FRIBIDI_LIBS='-lfribidi '
  5054. pkg_cv_GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 '
  5055. pkg_cv_GNUTLS_LIBS='-lgnutls '
  5056. pkg_cv_LIBBLURAY_CFLAGS=' '
  5057. pkg_cv_LIBBLURAY_LIBS='-lbluray '
  5058. pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 '
  5059. pkg_cv_LIBXML_LIBS='-lxml2 '
  5060. pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
  5061. pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 '
  5062. pkg_cv_PCRECPP_CFLAGS=' '
  5063. pkg_cv_PCRECPP_LIBS='-lpcre -lpcrecpp '
  5064. pkg_cv_PCRE_CFLAGS=' '
  5065. pkg_cv_PCRE_LIBS='-lpcre '
  5066. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng12 '
  5067. pkg_cv_PNG_LIBS='-lpng12 '
  5068. pkg_cv_SQLITE3_CFLAGS=' '
  5069. pkg_cv_SQLITE3_LIBS='-lsqlite3 '
  5070. pkg_cv_TAGLIB_CFLAGS='-I/usr/local/include/taglib '
  5071. pkg_cv_TAGLIB_LIBS='-L/usr/local/lib -ltag '
  5072. pkg_cv_UDEV_CFLAGS=' '
  5073. pkg_cv_UDEV_LIBS='-ludev -lrt '
  5074.  
  5075. ## ----------------- ##
  5076. ## Output variables. ##
  5077. ## ----------------- ##
  5078.  
  5079. ACLOCAL='${SHELL} /home/cubie/Documenti/kodi/build-aux/missing --run aclocal-1.11'
  5080. AFPCLIENT_SONAME=''
  5081. ALLOCA=''
  5082. ALSA_CFLAGS='-I/usr/include/alsa '
  5083. ALSA_LIBS='-lasound '
  5084. AMDEPBACKSLASH='\'
  5085. AMDEP_FALSE='#'
  5086. AMDEP_TRUE=''
  5087. AMTAR='$${TAR-tar}'
  5088. APP_ADDON_API='13.9.802'
  5089. APP_NAME='Kodi'
  5090. APP_NAME_LC='kodi'
  5091. APP_VERSION_CODE='139802'
  5092. APP_VERSION_MAJOR='14'
  5093. APP_VERSION_MINOR='0'
  5094. APP_VERSION_TAG='BETA2'
  5095. APP_VERSION_TAG_LC='beta2'
  5096. AR='ar'
  5097. ARCH='arm'
  5098. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  5099. ASS_SONAME='libass.so.4'
  5100. AUTOCONF='${SHELL} /home/cubie/Documenti/kodi/build-aux/missing --run autoconf'
  5101. AUTOHEADER='${SHELL} /home/cubie/Documenti/kodi/build-aux/missing --run autoheader'
  5102. AUTOMAKE='${SHELL} /home/cubie/Documenti/kodi/build-aux/missing --run automake-1.11'
  5103. AWK='gawk'
  5104. BLURAY_SONAME='libbluray.so.1'
  5105. BUILD_DVDCSS=''
  5106. BUILD_EXEEXT=''
  5107. BUILD_OBJEXT=''
  5108. CC='gcc'
  5109. CCACHE=''
  5110. CCDEPMODE='depmode=none'
  5111. CC_FOR_BUILD='gcc'
  5112. CC_FOR_BUILDDEPMODE='depmode=none'
  5113. CDIO_CFLAGS=''
  5114. CDIO_LIBS=''
  5115. CEC_CFLAGS=''
  5116. CEC_LIBS=''
  5117. CFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad'
  5118. CFLAGS_FOR_BUILD='-g -O2'
  5119. CPP='gcc -E'
  5120. CPPFLAGS=''
  5121. CPPFLAGS_FOR_BUILD=''
  5122. CPP_FOR_BUILD='gcc -E'
  5123. CURL_SONAME='libcurl-gnutls.so.4'
  5124. CXX='g++'
  5125. CXXCPP='g++ -E'
  5126. CXXCPPFLAGS_FOR_BUILD=''
  5127. CXXCPP_FOR_BUILD='g++ -E'
  5128. CXXDEPMODE='depmode=none'
  5129. CXXFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad'
  5130. CXXFLAGS_FOR_BUILD='-g -O2'
  5131. CXX_FOR_BUILD='g++'
  5132. CXX_FOR_BUILDDEPMODE='depmode=none'
  5133. CYGPATH_W='echo'
  5134. DARWIN_NATIVE_ARCH=''
  5135. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include '
  5136. DBUS_LIBS='-ldbus-1 -lpthread -lrt '
  5137. DEFS=''
  5138. DEPDIR='.deps'
  5139. DEPENDS_ROOT_FOR_XCODE=''
  5140. DISABLE_FISHBMC='1'
  5141. DISABLE_GOOM='1'
  5142. DISABLE_PROJECTM='1'
  5143. DISABLE_RSXS='1'
  5144. DISABLE_SPECTRUM='0'
  5145. DISABLE_WAVEFORM='0'
  5146. DLLTOOL='false'
  5147. DOXYGEN_EXE=''
  5148. DRM_CFLAGS=''
  5149. DRM_LIBS=''
  5150. DSYMUTIL=''
  5151. DUMPBIN=''
  5152. ECHO_C=''
  5153. ECHO_N='-n'
  5154. ECHO_T=''
  5155. EGREP='/bin/grep -E'
  5156. EXEEXT=''
  5157. FFMPEG_CFLAGS=''
  5158. FFMPEG_LIBDIR=''
  5159. FFMPEG_LIBS=''
  5160. FGREP='/bin/grep -F'
  5161. FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
  5162. FREETYPE2_LIBS='-lfreetype '
  5163. FRIBIDI_CFLAGS='-I/usr/include/fribidi '
  5164. FRIBIDI_LIBS='-lfribidi '
  5165. GNUTLS_ALL_LIBS=''
  5166. GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 '
  5167. GNUTLS_LIBS='-lgnutls '
  5168. GREP='/bin/grep'
  5169. GTEST_CONFIGURED=''
  5170. HAVE_CMAKE=''
  5171. HAVE_FPC=''
  5172. HAVE_GAWK=''
  5173. HAVE_GDC=''
  5174. HAVE_GIT='yes'
  5175. HAVE_GPERF=''
  5176. HAVE_LIBBLURAY='1'
  5177. HAVE_LIBPULSE=''
  5178. HAVE_NASM=''
  5179. HAVE_UNZIP=''
  5180. HAVE_XBMC_NONFREE=''
  5181. HAVE_ZIP=''
  5182. INCLUDES='-I$(abs_top_srcdir) -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/local/include/taglib -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/alsa '
  5183. INSTALL_DATA='${INSTALL} -m 644'
  5184. INSTALL_PROGRAM='${INSTALL}'
  5185. INSTALL_SCRIPT='${INSTALL}'
  5186. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5187. JAVA_EXE=''
  5188. LD='/usr/bin/ld'
  5189. LDFLAGS=''
  5190. LDFLAGS_FOR_BUILD=''
  5191. LIBASS_BASENAME=''
  5192. LIBBLURAY_CFLAGS=' '
  5193. LIBBLURAY_LIBS='-lbluray '
  5194. LIBCEC_SONAME=''
  5195. LIBCURL_BASENAME=''
  5196. LIBMEPG2_BASENAME=''
  5197. LIBMODPLUG_BASENAME=''
  5198. LIBOBJS=''
  5199. LIBOGG_BASENAME=''
  5200. LIBS='-lsmbclient -lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -lrt -ldl -ltinyxml -lyajl -lbluetooth -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLESv2 -lEGL -L/usr/lib -lpython2.7 -lxml2 -lxslt -lxml2 -lfribidi -lsqlite3 -lpng12 -lpcre -lpcrecpp -lpcre -lfreetype -L/usr/local/lib -ltag -lasound -ldbus-1 -lpthread -lrt -lasound -ludev -lrt -lcap'
  5201. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  5202. LIBVA_CFLAGS=''
  5203. LIBVA_LIBS=''
  5204. LIBVORBISFILE_BASENAME=''
  5205. LIBVORBIS_BASENAME=''
  5206. LIBXML_CFLAGS='-I/usr/include/libxml2 '
  5207. LIBXML_LIBS='-lxml2 '
  5208. LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
  5209. LIBXSLT_LIBS='-lxslt -lxml2 '
  5210. LIPO=''
  5211. LN_S='ln -s'
  5212. LTLIBOBJS=''
  5213. MAKEINFO='${SHELL} /home/cubie/Documenti/kodi/build-aux/missing --run makeinfo'
  5214. MANIFEST_TOOL=':'
  5215. MKDIR_P='/bin/mkdir -p'
  5216. MODPLUG_SONAME='libmodplug.so.1'
  5217. MPEG2_SONAME='libmpeg2.so.0'
  5218. MYSQL_CONFIG=''
  5219. MYSQL_LIBS=''
  5220. NFS_SONAME='libnfs.so.1'
  5221. NM='/usr/bin/nm -B'
  5222. NMEDIT=''
  5223. OBJDUMP='objdump'
  5224. OBJEXT='o'
  5225. OGG_SONAME='libogg.so.0'
  5226. OTOOL64=''
  5227. OTOOL=''
  5228. OUTPUT_FILES=''
  5229. PACKAGE='kodi'
  5230. PACKAGE_BUGREPORT='http://issues.kodi.tv'
  5231. PACKAGE_NAME='kodi'
  5232. PACKAGE_STRING='kodi 13.9.802'
  5233. PACKAGE_TARNAME='kodi'
  5234. PACKAGE_URL=''
  5235. PACKAGE_VERSION='13.9.802'
  5236. PATH_SEPARATOR=':'
  5237. PCRECPP_CFLAGS=' '
  5238. PCRECPP_LIBS='-lpcre -lpcrecpp '
  5239. PCRE_CFLAGS=' '
  5240. PCRE_LIBS='-lpcre '
  5241. PIXMAN_CFLAGS=''
  5242. PIXMAN_LIBS=''
  5243. PKG_CONFIG='/usr/bin/pkg-config'
  5244. PKG_CONFIG_LIBDIR=''
  5245. PKG_CONFIG_PATH='/home/cubie/Documenti/kodi/tools/depends/target/ffmpeg/ffmpeg-install/lib/pkgconfig:'
  5246. PLIST_SONAME='libplist.so.1'
  5247. PNG_CFLAGS='-I/usr/include/libpng12 '
  5248. PNG_LIBS='-lpng12 '
  5249. POW_LIB=''
  5250. PULSE_CFLAGS=''
  5251. PULSE_LIBS=''
  5252. PYTHON='/usr/bin/python'
  5253. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  5254. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
  5255. PYTHON_EXTRA_LIBS='-lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil'
  5256. PYTHON_LDFLAGS='-L/usr/lib -lpython2.7'
  5257. PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
  5258. PYTHON_VERSION='2.7'
  5259. RANLIB='ranlib'
  5260. RTMP_SONAME='librtmp.so.0'
  5261. SAMBA_CFLAGS=''
  5262. SAMBA_LIBS=''
  5263. SDL2_CFLAGS=''
  5264. SDL2_LIBS=''
  5265. SDL_CFLAGS=''
  5266. SDL_DEFINES=' -D'\''GIT_REV="20141115-349426e"'\'''
  5267. SDL_LIBS=''
  5268. SED='/bin/sed'
  5269. SET_MAKE=''
  5270. SHAIRPLAY_SONAME=''
  5271. SHELL='/bin/bash'
  5272. SQLITE3_CFLAGS=' '
  5273. SQLITE3_LIBS='-lsqlite3 '
  5274. STRIP='strip'
  5275. SWIG20_EXE=''
  5276. SWIG_EXE=''
  5277. TAGLIB_CFLAGS='-I/usr/local/include/taglib '
  5278. TAGLIB_LIBS='-L/usr/local/lib -ltag '
  5279. UDEV_CFLAGS=' '
  5280. UDEV_LIBS='-ludev -lrt '
  5281. UPNP_DEFINES=''
  5282. USB_CFLAGS=''
  5283. USB_LIBS=''
  5284. USE_AIRPLAY='1'
  5285. USE_AIRTUNES='0'
  5286. USE_ALSA=''
  5287. USE_ANDROID=''
  5288. USE_ASAP_CODEC=''
  5289. USE_DOXYGEN=''
  5290. USE_IMXVPU=''
  5291. USE_LIBAFPCLIENT='0'
  5292. USE_LIBAMCODEC=''
  5293. USE_LIBAV_HACKS=''
  5294. USE_LIBCEC='0'
  5295. USE_LIBNFS='1'
  5296. USE_LIBSMBCLIENT='1'
  5297. USE_LIBSTAGEFRIGHT=''
  5298. USE_LIBUDEV='1'
  5299. USE_LIBUSB='0'
  5300. USE_LIBXBMC=''
  5301. USE_MDNSEMBEDDED='0'
  5302. USE_MMAL=''
  5303. USE_MYSQL=''
  5304. USE_OMXLIB=''
  5305. USE_OMXPLAYER=''
  5306. USE_OPENGL=''
  5307. USE_OPENGLES=''
  5308. USE_OPENMAX=''
  5309. USE_PULSE='0'
  5310. USE_PVR_ADDONS=''
  5311. USE_SSE4=''
  5312. USE_STATIC_FFMPEG='1'
  5313. USE_TEXTUREPACKER=''
  5314. USE_TOUCH_SKIN='0'
  5315. USE_UPNP=''
  5316. USE_VAAPI=''
  5317. USE_VDPAU=''
  5318. USE_WAYLAND=''
  5319. USE_WAYLAND_TEST_EXTENSION=''
  5320. USE_WEB_SERVER=''
  5321. USE_X11=''
  5322. USE_XKBCOMMON=''
  5323. USE_XRANDR=''
  5324. VERSION='13.9.802'
  5325. VORBISENC_ALL_LIBS=''
  5326. VORBISFILE_SONAME='libvorbisfile.so.3'
  5327. VORBIS_SONAME='libvorbis.so.0'
  5328. WAYLAND_CLIENT_CFLAGS=''
  5329. WAYLAND_CLIENT_LIBRARY_SONAME=''
  5330. WAYLAND_CLIENT_LIBS=''
  5331. WAYLAND_EGL_CFLAGS=''
  5332. WAYLAND_EGL_LIBRARY_SONAME=''
  5333. WAYLAND_EGL_LIBS=''
  5334. WAYLAND_SCANNER=''
  5335. WAYLAND_TEST_INCLUDES=''
  5336. WAYLAND_TEST_LIBS=''
  5337. WESTON_CFLAGS=''
  5338. WESTON_LIBS=''
  5339. X11_CFLAGS=''
  5340. X11_LIBS=''
  5341. XEXT_CFLAGS=''
  5342. XEXT_LIBS=''
  5343. XKBCOMMON_CFLAGS=''
  5344. XKBCOMMON_LIBRARY_SONAME=''
  5345. XKBCOMMON_LIBS=''
  5346. XMU_CFLAGS=''
  5347. XMU_LIBS=''
  5348. XT_CFLAGS=''
  5349. XT_LIBS=''
  5350. ZIP_CFLAGS=''
  5351. ZIP_LIBS=''
  5352. ac_ct_AR='ar'
  5353. ac_ct_CC='gcc'
  5354. ac_ct_CC_FOR_BUILD='gcc'
  5355. ac_ct_CXX='g++'
  5356. ac_ct_CXX_FOR_BUILD='g++'
  5357. ac_ct_DUMPBIN=''
  5358. am__EXEEXT_FALSE=''
  5359. am__EXEEXT_TRUE=''
  5360. am__fastdepCC_FALSE=''
  5361. am__fastdepCC_FOR_BUILD_FALSE=''
  5362. am__fastdepCC_FOR_BUILD_TRUE='#'
  5363. am__fastdepCC_TRUE='#'
  5364. am__fastdepCXX_FALSE=''
  5365. am__fastdepCXX_FOR_BUILD_FALSE=''
  5366. am__fastdepCXX_FOR_BUILD_TRUE='#'
  5367. am__fastdepCXX_TRUE='#'
  5368. am__include='include'
  5369. am__isrc=''
  5370. am__leading_dot='.'
  5371. am__nodep='_no'
  5372. am__quote=''
  5373. am__tar='$${TAR-tar} chof - "$$tardir"'
  5374. am__untar='$${TAR-tar} xf -'
  5375. bindir='${exec_prefix}/bin'
  5376. build='armv7l-unknown-linux-gnueabihf'
  5377. build_alias=''
  5378. build_cpu='armv7l'
  5379. build_os='linux-gnueabihf'
  5380. build_vendor='unknown'
  5381. datadir='${datarootdir}'
  5382. datarootdir='${prefix}/share'
  5383. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5384. dvidir='${docdir}'
  5385. exec_prefix='NONE'
  5386. host='armv7l-unknown-linux-gnueabihf'
  5387. host_alias=''
  5388. host_cpu='armv7l'
  5389. host_os='linux-gnueabihf'
  5390. host_vendor='unknown'
  5391. htmldir='${docdir}'
  5392. includedir='${prefix}/include'
  5393. infodir='${datarootdir}/info'
  5394. install_sh='${SHELL} /home/cubie/Documenti/kodi/build-aux/install-sh'
  5395. libdir='${exec_prefix}/lib'
  5396. libexecdir='${exec_prefix}/libexec'
  5397. localedir='${datarootdir}/locale'
  5398. localstatedir='${prefix}/var'
  5399. mandir='${datarootdir}/man'
  5400. mkdir_p='/bin/mkdir -p'
  5401. oldincludedir='/usr/include'
  5402. pdfdir='${docdir}'
  5403. prefix='/allwinner/xbmc-pvr-binhf'
  5404. program_transform_name='s,x,x,'
  5405. psdir='${docdir}'
  5406. sbindir='${exec_prefix}/sbin'
  5407. sharedstatedir='${prefix}/com'
  5408. sysconfdir='${prefix}/etc'
  5409. target_alias=''
  5410.  
  5411. ## ------------------- ##
  5412. ## File substitutions. ##
  5413. ## ------------------- ##
  5414.  
  5415. XBMC_STANDALONE_SH_PULSE=''
  5416.  
  5417. ## ----------- ##
  5418. ## confdefs.h. ##
  5419. ## ----------- ##
  5420.  
  5421. /* confdefs.h */
  5422. #define PACKAGE_NAME "kodi"
  5423. #define PACKAGE_TARNAME "kodi"
  5424. #define PACKAGE_VERSION "13.9.802"
  5425. #define PACKAGE_STRING "kodi 13.9.802"
  5426. #define PACKAGE_BUGREPORT "http://issues.kodi.tv"
  5427. #define PACKAGE_URL ""
  5428. #define PACKAGE "kodi"
  5429. #define VERSION "13.9.802"
  5430. #define LIRC_DEVICE "/dev/lircd"
  5431. #define STDC_HEADERS 1
  5432. #define HAVE_SYS_TYPES_H 1
  5433. #define HAVE_SYS_STAT_H 1
  5434. #define HAVE_STDLIB_H 1
  5435. #define HAVE_STRING_H 1
  5436. #define HAVE_MEMORY_H 1
  5437. #define HAVE_STRINGS_H 1
  5438. #define HAVE_INTTYPES_H 1
  5439. #define HAVE_STDINT_H 1
  5440. #define HAVE_UNISTD_H 1
  5441. #define HAVE_DLFCN_H 1
  5442. #define LT_OBJDIR ".libs/"
  5443. #define HAVE_ALLOCA_H 1
  5444. #define HAVE_ALLOCA 1
  5445. #define HAVE_UNISTD_H 1
  5446. #define HAVE_CHOWN 1
  5447. #define HAVE_DIRENT_H 1
  5448. #define HAVE_FSEEKO 1
  5449. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5450. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5451. #define TIME_WITH_SYS_TIME 1
  5452. #define HAVE_SYS_TIME_H 1
  5453. #define HAVE_UNISTD_H 1
  5454. #define HAVE_STDLIB_H 1
  5455. #define HAVE_SYS_PARAM_H 1
  5456. #define HAVE_UTIME_H 1
  5457. #define HAVE_ALARM 1
  5458. #define HAVE_GETPAGESIZE 1
  5459. #define HAVE_MMAP 1
  5460. #define HAVE_SYS_SELECT_H 1
  5461. #define HAVE_SYS_SOCKET_H 1
  5462. #define SELECT_TYPE_ARG1 int
  5463. #define SELECT_TYPE_ARG234 (fd_set *)
  5464. #define SELECT_TYPE_ARG5 (struct timeval *)
  5465. #define RETSIGTYPE void
  5466. #define HAVE_STRCOLL 1
  5467. #define HAVE_STRFTIME 1
  5468. #define HAVE_UTIME_NULL 1
  5469. #define HAVE_VPRINTF 1
  5470. #define HAVE_ATEXIT 1
  5471. #define HAVE_DUP2 1
  5472. #define HAVE_FDATASYNC 1
  5473. #define HAVE_FTIME 1
  5474. #define HAVE_FTRUNCATE 1
  5475. #define HAVE_GETCWD 1
  5476. #define HAVE_GETHOSTBYADDR 1
  5477. #define HAVE_GETHOSTBYNAME 1
  5478. #define HAVE_GETHOSTNAME 1
  5479. #define HAVE_GETPAGESIZE 1
  5480. #define HAVE_GETPASS 1
  5481. #define HAVE_GETTIMEOFDAY 1
  5482. #define HAVE_INET_NTOA 1
  5483. #define HAVE_LCHOWN 1
  5484. #define HAVE_LOCALECONV 1
  5485. #define HAVE_MEMCHR 1
  5486. #define HAVE_MEMMOVE 1
  5487. #define HAVE_MEMSET 1
  5488. #define HAVE_MKDIR 1
  5489. #define HAVE_MODF 1
  5490. #define HAVE_MUNMAP 1
  5491. #define HAVE_RMDIR 1
  5492. #define HAVE_SELECT 1
  5493. #define HAVE_SETENV 1
  5494. #define HAVE_SETLOCALE 1
  5495. #define HAVE_SOCKET 1
  5496. #define HAVE_STRCASECMP 1
  5497. #define HAVE_STRCHR 1
  5498. #define HAVE_STRCSPN 1
  5499. #define HAVE_STRDUP 1
  5500. #define HAVE_STRERROR 1
  5501. #define HAVE_STRNCASECMP 1
  5502. #define HAVE_STRPBRK 1
  5503. #define HAVE_STRRCHR 1
  5504. #define HAVE_STRSPN 1
  5505. #define HAVE_STRSTR 1
  5506. #define HAVE_STRTOL 1
  5507. #define HAVE_STRTOUL 1
  5508. #define HAVE_SYSINFO 1
  5509. #define HAVE_TZSET 1
  5510. #define HAVE_UTIME 1
  5511. #define HAVE_POSIX_FADVISE 1
  5512. #define HAVE_LOCALTIME_R 1
  5513. #define SIZEOF_INT 4
  5514. #define SIZEOF_SIZE_T 4
  5515. #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  5516. #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  5517. #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  5518. #define SIZEOF_WCHAR_T 4
  5519. #define HAVE_INOTIFY 1
  5520. #define HAVE_PYTHON "2.7"
  5521. #define HAVE_LIBEGL 1
  5522. #define HAVE_LIBGLESV2 1
  5523. #define HAVE_OPENSSL 1
  5524. #define HAVE_LIBGPG_ERROR 1
  5525. #define HAVE_LIBGCRYPT 1
  5526. #define HAVE_GCRYPT 1
  5527. #define HAVE_GNUTLS 1
  5528. #define HAVE_LIBBZ2 1
  5529. #define HAVE_LIBJPEG 1
  5530. #define HAVE_LIBTIFF 1
  5531. #define HAVE_LIBPTHREAD 1
  5532. #define HAVE_PTHREAD_SETNAME_NP 1
  5533. #define HAVE_LIBLZO2 1
  5534. #define HAVE_LIBZ 1
  5535. #define HAVE_LIBCRYPTO 1
  5536. #define HAVE_LIBSSL 1
  5537. #define HAVE_LIBBLUETOOTH 1
  5538. #define HAVE_LIBYAJL 1
  5539. #define HAVE_LIBTINYXML 1
  5540. #define HAVE_LIBPCRECPP 1
  5541. #define HAVE_LIBPCRE 1
  5542. #define HAVE_LIBBLURAY 1
  5543. #define HAVE_LIBJASPER 1
  5544. #define HAVE_DBUS 1
  5545. #define HAVE_LIBMICROHTTPD 1
  5546. #define HAS_ALSA 1
  5547. #define HAVE_LIBAVAHI_COMMON 1
  5548. #define HAVE_LIBAVAHI_CLIENT 1
  5549. #define HAVE_LIBSSH 1
  5550. #define HAVE_LIBSSH 1
  5551. #define HAVE_LIBRTMP_LOG_H 1
  5552. #define HAVE_LIBRTMP_AMF_H 1
  5553. #define HAVE_LIBRTMP_RTMP_H 1
  5554. #define HAS_LIBRTMP 1
  5555. #define HAVE_LIBSMBCLIENT 1
  5556. #define HAVE_LIBSMBCLIENT 1
  5557. #define HAVE_NFSC_LIBNFS_H 1
  5558. #define HAVE_LIBNFS 1
  5559. #define HAVE_LIBPLIST 1
  5560. #define HAVE_LIBUDEV 1
  5561. #define HAVE_SYS_CAPABILITY_H 1
  5562. #define HAVE_LIBCAP 1
  5563. #define FFMPEG_VER_SHA "2.4.3-Helix-beta1"
  5564. #define USE_STATIC_FFMPEG 1
  5565.  
  5566. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement