Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 113.93 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by kodi configure 14.2.000, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --enable-libbluray
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = jaguar
  14. uname -m = x86_64
  15. uname -r = 2.6.32-504.23.4.el6.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Jun 9 20:57:37 UTC 2015
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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: /home/mark/bin
  31. PATH: /usr/local/bin
  32. PATH: /bin
  33. PATH: /usr/bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/sbin
  36. PATH: /sbin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2805: checking for a BSD-compatible install
  44. configure:2873: result: /usr/bin/install -c
  45. configure:2884: checking whether build environment is sane
  46. configure:2944: result: yes
  47. configure:3085: checking for a thread-safe mkdir -p
  48. configure:3124: result: /bin/mkdir -p
  49. configure:3137: checking for gawk
  50. configure:3153: found /bin/gawk
  51. configure:3164: result: gawk
  52. configure:3175: checking whether make sets $(MAKE)
  53. configure:3197: result: yes
  54. configure:3285: checking build system type
  55. configure:3303: result: x86_64-unknown-linux-gnu
  56. configure:3325: checking host system type
  57. configure:3340: result: x86_64-unknown-linux-gnu
  58. configure:3418: checking for git
  59. configure:3446: result: no
  60. configure:4050: checking for gcc
  61. configure:4066: found /usr/bin/gcc
  62. configure:4077: result: gcc
  63. configure:4309: checking for C compiler version
  64. configure:4317: gcc --version >&5
  65. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
  66. Copyright (C) 2010 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:4321: $? = 0
  71. configure:4328: gcc -v >&5
  72. Using built-in specs.
  73. Target: x86_64-redhat-linux
  74. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  75. Thread model: posix
  76. gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
  77. configure:4332: $? = 0
  78. configure:4339: gcc -V >&5
  79. gcc: '-V' option must have argument
  80. configure:4343: $? = 1
  81. configure:4366: checking for C compiler default output file name
  82. configure:4388: gcc conftest.c >&5
  83. configure:4392: $? = 0
  84. configure:4430: result: a.out
  85. configure:4449: checking whether the C compiler works
  86. configure:4459: ./a.out
  87. configure:4463: $? = 0
  88. configure:4482: result: yes
  89. configure:4489: checking whether we are cross compiling
  90. configure:4491: result: no
  91. configure:4494: checking for suffix of executables
  92. configure:4501: gcc -o conftest conftest.c >&5
  93. configure:4505: $? = 0
  94. configure:4531: result:
  95. configure:4537: checking for suffix of object files
  96. configure:4563: gcc -c conftest.c >&5
  97. configure:4567: $? = 0
  98. configure:4592: result: o
  99. configure:4596: checking whether we are using the GNU C compiler
  100. configure:4625: gcc -c conftest.c >&5
  101. configure:4632: $? = 0
  102. configure:4649: result: yes
  103. configure:4658: checking whether gcc accepts -g
  104. configure:4688: gcc -c -g conftest.c >&5
  105. configure:4695: $? = 0
  106. configure:4796: result: yes
  107. configure:4813: checking for gcc option to accept ISO C89
  108. configure:4887: gcc -c -g -O2 conftest.c >&5
  109. configure:4894: $? = 0
  110. configure:4917: result: none needed
  111. configure:4946: checking for style of include used by make
  112. configure:4974: result: GNU
  113. configure:4999: checking dependency style of gcc
  114. configure:5109: result: none
  115. configure:5129: checking how to run the C preprocessor
  116. configure:5169: gcc -E conftest.c
  117. configure:5176: $? = 0
  118. configure:5207: gcc -E conftest.c
  119. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  120. configure:5214: $? = 1
  121. configure: failed program was:
  122. | /* confdefs.h. */
  123. | #define PACKAGE_NAME "kodi"
  124. | #define PACKAGE_TARNAME "kodi"
  125. | #define PACKAGE_VERSION "14.2.000"
  126. | #define PACKAGE_STRING "kodi 14.2.000"
  127. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  128. | #define PACKAGE "kodi"
  129. | #define VERSION "14.2.000"
  130. | #define LIRC_DEVICE "/dev/lircd"
  131. | /* end confdefs.h. */
  132. | #include <ac_nonexistent.h>
  133. configure:5247: result: gcc -E
  134. configure:5276: gcc -E conftest.c
  135. configure:5283: $? = 0
  136. configure:5314: gcc -E conftest.c
  137. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  138. configure:5321: $? = 1
  139. configure: failed program was:
  140. | /* confdefs.h. */
  141. | #define PACKAGE_NAME "kodi"
  142. | #define PACKAGE_TARNAME "kodi"
  143. | #define PACKAGE_VERSION "14.2.000"
  144. | #define PACKAGE_STRING "kodi 14.2.000"
  145. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  146. | #define PACKAGE "kodi"
  147. | #define VERSION "14.2.000"
  148. | #define LIRC_DEVICE "/dev/lircd"
  149. | /* end confdefs.h. */
  150. | #include <ac_nonexistent.h>
  151. configure:5416: checking for gcc
  152. configure:5432: found /usr/bin/gcc
  153. configure:5443: result: gcc
  154. configure:5675: checking for C compiler version
  155. configure:5683: gcc --version >&5
  156. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
  157. Copyright (C) 2010 Free Software Foundation, Inc.
  158. This is free software; see the source for copying conditions. There is NO
  159. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  160.  
  161. configure:5687: $? = 0
  162. configure:5694: gcc -v >&5
  163. Using built-in specs.
  164. Target: x86_64-redhat-linux
  165. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  166. Thread model: posix
  167. gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
  168. configure:5698: $? = 0
  169. configure:5705: gcc -V >&5
  170. gcc: '-V' option must have argument
  171. configure:5709: $? = 1
  172. configure:5712: checking whether we are using the GNU C compiler
  173. configure:5765: result: yes
  174. configure:5774: checking whether gcc accepts -g
  175. configure:5804: gcc -c -g conftest.c >&5
  176. configure:5811: $? = 0
  177. configure: failed program was:
  178. | /* confdefs.h. */
  179. | #define PACKAGE_NAME "kodi"
  180. | #define PACKAGE_TARNAME "kodi"
  181. | #define PACKAGE_VERSION "14.2.000"
  182. | #define PACKAGE_STRING "kodi 14.2.000"
  183. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  184. | #define PACKAGE "kodi"
  185. | #define VERSION "14.2.000"
  186. | #define LIRC_DEVICE "/dev/lircd"
  187. | /* end confdefs.h. */
  188. |
  189. | int
  190. | main ()
  191. | {
  192. |
  193. | ;
  194. | return 0;
  195. | }
  196. configure:5843: gcc -c conftest.c >&5
  197. configure:5850: $? = 0
  198. configure: failed program was:
  199. | /* confdefs.h. */
  200. | #define PACKAGE_NAME "kodi"
  201. | #define PACKAGE_TARNAME "kodi"
  202. | #define PACKAGE_VERSION "14.2.000"
  203. | #define PACKAGE_STRING "kodi 14.2.000"
  204. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  205. | #define PACKAGE "kodi"
  206. | #define VERSION "14.2.000"
  207. | #define LIRC_DEVICE "/dev/lircd"
  208. | /* end confdefs.h. */
  209. |
  210. | int
  211. | main ()
  212. | {
  213. |
  214. | ;
  215. | return 0;
  216. | }
  217. configure:5883: gcc -c -g conftest.c >&5
  218. configure:5890: $? = 0
  219. configure: failed program was:
  220. | /* confdefs.h. */
  221. | #define PACKAGE_NAME "kodi"
  222. | #define PACKAGE_TARNAME "kodi"
  223. | #define PACKAGE_VERSION "14.2.000"
  224. | #define PACKAGE_STRING "kodi 14.2.000"
  225. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  226. | #define PACKAGE "kodi"
  227. | #define VERSION "14.2.000"
  228. | #define LIRC_DEVICE "/dev/lircd"
  229. | /* end confdefs.h. */
  230. |
  231. | int
  232. | main ()
  233. | {
  234. |
  235. | ;
  236. | return 0;
  237. | }
  238. configure:5912: result: no
  239. configure:5929: checking for gcc option to accept ISO C89
  240. configure:6033: result: none needed
  241. configure:6053: checking dependency style of gcc
  242. configure:6161: result: none
  243. configure:6181: checking how to run the C preprocessor
  244. configure:6221: gcc -E conftest.c
  245. configure:6228: $? = 0
  246. configure:6259: gcc -E conftest.c
  247. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  248. configure:6266: $? = 1
  249. configure: failed program was:
  250. | /* confdefs.h. */
  251. | #define PACKAGE_NAME "kodi"
  252. | #define PACKAGE_TARNAME "kodi"
  253. | #define PACKAGE_VERSION "14.2.000"
  254. | #define PACKAGE_STRING "kodi 14.2.000"
  255. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  256. | #define PACKAGE "kodi"
  257. | #define VERSION "14.2.000"
  258. | #define LIRC_DEVICE "/dev/lircd"
  259. | /* end confdefs.h. */
  260. | #include <ac_nonexistent.h>
  261. configure:6299: result: gcc -E
  262. configure:6328: gcc -E conftest.c
  263. configure:6335: $? = 0
  264. configure:6366: gcc -E conftest.c
  265. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  266. configure:6373: $? = 1
  267. configure: failed program was:
  268. | /* confdefs.h. */
  269. | #define PACKAGE_NAME "kodi"
  270. | #define PACKAGE_TARNAME "kodi"
  271. | #define PACKAGE_VERSION "14.2.000"
  272. | #define PACKAGE_STRING "kodi 14.2.000"
  273. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  274. | #define PACKAGE "kodi"
  275. | #define VERSION "14.2.000"
  276. | #define LIRC_DEVICE "/dev/lircd"
  277. | /* end confdefs.h. */
  278. | #include <ac_nonexistent.h>
  279. configure:6481: checking for g++
  280. configure:6497: found /usr/bin/g++
  281. configure:6508: result: g++
  282. configure:6535: checking for C++ compiler version
  283. configure:6543: g++ --version >&5
  284. g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
  285. Copyright (C) 2010 Free Software Foundation, Inc.
  286. This is free software; see the source for copying conditions. There is NO
  287. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  288.  
  289. configure:6547: $? = 0
  290. configure:6554: g++ -v >&5
  291. Using built-in specs.
  292. Target: x86_64-redhat-linux
  293. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  294. Thread model: posix
  295. gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
  296. configure:6558: $? = 0
  297. configure:6565: g++ -V >&5
  298. g++: '-V' option must have argument
  299. configure:6569: $? = 1
  300. configure:6572: checking whether we are using the GNU C++ compiler
  301. configure:6601: g++ -c conftest.cpp >&5
  302. configure:6608: $? = 0
  303. configure:6625: result: yes
  304. configure:6634: checking whether g++ accepts -g
  305. configure:6664: g++ -c -g conftest.cpp >&5
  306. configure:6671: $? = 0
  307. configure:6772: result: yes
  308. configure:6797: checking dependency style of g++
  309. configure:6907: result: none
  310. configure:6927: checking how to run the C++ preprocessor
  311. configure:6963: g++ -E conftest.cpp
  312. configure:6970: $? = 0
  313. configure:7001: g++ -E conftest.cpp
  314. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  315. configure:7008: $? = 1
  316. configure: failed program was:
  317. | /* confdefs.h. */
  318. | #define PACKAGE_NAME "kodi"
  319. | #define PACKAGE_TARNAME "kodi"
  320. | #define PACKAGE_VERSION "14.2.000"
  321. | #define PACKAGE_STRING "kodi 14.2.000"
  322. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  323. | #define PACKAGE "kodi"
  324. | #define VERSION "14.2.000"
  325. | #define LIRC_DEVICE "/dev/lircd"
  326. | /* end confdefs.h. */
  327. | #include <ac_nonexistent.h>
  328. configure:7041: result: g++ -E
  329. configure:7070: g++ -E conftest.cpp
  330. configure:7077: $? = 0
  331. configure:7108: g++ -E conftest.cpp
  332. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  333. configure:7115: $? = 1
  334. configure: failed program was:
  335. | /* confdefs.h. */
  336. | #define PACKAGE_NAME "kodi"
  337. | #define PACKAGE_TARNAME "kodi"
  338. | #define PACKAGE_VERSION "14.2.000"
  339. | #define PACKAGE_STRING "kodi 14.2.000"
  340. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  341. | #define PACKAGE "kodi"
  342. | #define VERSION "14.2.000"
  343. | #define LIRC_DEVICE "/dev/lircd"
  344. | /* end confdefs.h. */
  345. | #include <ac_nonexistent.h>
  346. configure:7219: checking for g++
  347. configure:7235: found /usr/bin/g++
  348. configure:7246: result: g++
  349. configure:7273: checking for C++ compiler version
  350. configure:7281: g++ --version >&5
  351. g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
  352. Copyright (C) 2010 Free Software Foundation, Inc.
  353. This is free software; see the source for copying conditions. There is NO
  354. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  355.  
  356. configure:7285: $? = 0
  357. configure:7292: g++ -v >&5
  358. Using built-in specs.
  359. Target: x86_64-redhat-linux
  360. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  361. Thread model: posix
  362. gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
  363. configure:7296: $? = 0
  364. configure:7303: g++ -V >&5
  365. g++: '-V' option must have argument
  366. configure:7307: $? = 1
  367. configure:7310: checking whether we are using the GNU C++ compiler
  368. configure:7363: result: yes
  369. configure:7372: checking whether g++ accepts -g
  370. configure:7402: g++ -c -g conftest.cpp >&5
  371. configure:7409: $? = 0
  372. configure:7510: result: yes
  373. configure:7535: checking dependency style of g++
  374. configure:7643: result: none
  375. configure:7663: checking how to run the C++ preprocessor
  376. configure:7699: g++ -E conftest.cpp
  377. configure:7706: $? = 0
  378. configure:7737: g++ -E conftest.cpp
  379. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  380. configure:7744: $? = 1
  381. configure: failed program was:
  382. | /* confdefs.h. */
  383. | #define PACKAGE_NAME "kodi"
  384. | #define PACKAGE_TARNAME "kodi"
  385. | #define PACKAGE_VERSION "14.2.000"
  386. | #define PACKAGE_STRING "kodi 14.2.000"
  387. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  388. | #define PACKAGE "kodi"
  389. | #define VERSION "14.2.000"
  390. | #define LIRC_DEVICE "/dev/lircd"
  391. | /* end confdefs.h. */
  392. | #include <ac_nonexistent.h>
  393. configure:7777: result: g++ -E
  394. configure:7806: g++ -E conftest.cpp
  395. configure:7813: $? = 0
  396. configure:7844: g++ -E conftest.cpp
  397. conftest.cpp:11:28: error: ac_nonexistent.h: No such file or directory
  398. configure:7851: $? = 1
  399. configure: failed program was:
  400. | /* confdefs.h. */
  401. | #define PACKAGE_NAME "kodi"
  402. | #define PACKAGE_TARNAME "kodi"
  403. | #define PACKAGE_VERSION "14.2.000"
  404. | #define PACKAGE_STRING "kodi 14.2.000"
  405. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  406. | #define PACKAGE "kodi"
  407. | #define VERSION "14.2.000"
  408. | #define LIRC_DEVICE "/dev/lircd"
  409. | /* end confdefs.h. */
  410. | #include <ac_nonexistent.h>
  411. configure:7922: checking for a sed that does not truncate output
  412. configure:7988: result: /bin/sed
  413. configure:8006: checking for grep that handles long lines and -e
  414. configure:8066: result: /bin/grep
  415. configure:8071: checking for egrep
  416. configure:8135: result: /bin/grep -E
  417. configure:8140: checking for fgrep
  418. configure:8204: result: /bin/grep -F
  419. configure:8239: checking for ld used by gcc
  420. configure:8306: result: /usr/bin/ld
  421. configure:8315: checking if the linker (/usr/bin/ld) is GNU ld
  422. configure:8330: result: yes
  423. configure:8342: checking for BSD- or MS-compatible name lister (nm)
  424. configure:8391: result: /usr/bin/nm -B
  425. configure:8509: checking the name lister (/usr/bin/nm -B) interface
  426. configure:8516: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  427. configure:8519: /usr/bin/nm -B "conftest.o"
  428. configure:8522: output
  429. 0000000000000000 B some_variable
  430. configure:8529: result: BSD nm
  431. configure:8532: checking whether ln -s works
  432. configure:8536: result: yes
  433. configure:8544: checking the maximum length of command line arguments
  434. configure:8664: result: 1966080
  435. configure:8681: checking whether the shell understands some XSI constructs
  436. configure:8691: result: yes
  437. configure:8695: checking whether the shell understands "+="
  438. configure:8701: result: yes
  439. configure:8736: checking for /usr/bin/ld option to reload object files
  440. configure:8743: result: -r
  441. configure:8812: checking for objdump
  442. configure:8828: found /usr/bin/objdump
  443. configure:8839: result: objdump
  444. configure:8871: checking how to recognize dependent libraries
  445. configure:9067: result: pass_all
  446. configure:9127: checking for ar
  447. configure:9143: found /usr/bin/ar
  448. configure:9154: result: ar
  449. configure:9232: checking for strip
  450. configure:9248: found /usr/bin/strip
  451. configure:9259: result: strip
  452. configure:9331: checking for ranlib
  453. configure:9347: found /usr/bin/ranlib
  454. configure:9358: result: ranlib
  455. configure:9448: checking command to parse /usr/bin/nm -B output from gcc object
  456. configure:9566: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  457. configure:9569: $? = 0
  458. configure:9573: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  459. configure:9576: $? = 0
  460. configure:9630: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
  461. configure:9633: $? = 0
  462. configure:9671: result: ok
  463. configure:9767: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  464. configure:9770: $? = 0
  465. configure:10534: checking for ANSI C header files
  466. configure:10564: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  467. configure:10571: $? = 0
  468. configure:10670: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  469. configure:10674: $? = 0
  470. configure:10680: ./conftest
  471. configure:10684: $? = 0
  472. configure:10702: result: yes
  473. configure:10726: checking for sys/types.h
  474. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  475. configure:10754: $? = 0
  476. configure:10771: result: yes
  477. configure:10726: checking for sys/stat.h
  478. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  479. configure:10754: $? = 0
  480. configure:10771: result: yes
  481. configure:10726: checking for stdlib.h
  482. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  483. configure:10754: $? = 0
  484. configure:10771: result: yes
  485. configure:10726: checking for string.h
  486. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  487. configure:10754: $? = 0
  488. configure:10771: result: yes
  489. configure:10726: checking for memory.h
  490. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  491. configure:10754: $? = 0
  492. configure:10771: result: yes
  493. configure:10726: checking for strings.h
  494. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  495. configure:10754: $? = 0
  496. configure:10771: result: yes
  497. configure:10726: checking for inttypes.h
  498. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  499. configure:10754: $? = 0
  500. configure:10771: result: yes
  501. configure:10726: checking for stdint.h
  502. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  503. configure:10754: $? = 0
  504. configure:10771: result: yes
  505. configure:10726: checking for unistd.h
  506. configure:10747: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  507. configure:10754: $? = 0
  508. configure:10771: result: yes
  509. configure:10789: checking for dlfcn.h
  510. configure:10810: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  511. configure:10817: $? = 0
  512. configure:10834: result: yes
  513. configure:10961: checking for C++ compiler version
  514. configure:10969: g++ --version >&5
  515. g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
  516. Copyright (C) 2010 Free Software Foundation, Inc.
  517. This is free software; see the source for copying conditions. There is NO
  518. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  519.  
  520. configure:10973: $? = 0
  521. configure:10980: g++ -v >&5
  522. Using built-in specs.
  523. Target: x86_64-redhat-linux
  524. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  525. Thread model: posix
  526. gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
  527. configure:10984: $? = 0
  528. configure:10991: g++ -V >&5
  529. g++: '-V' option must have argument
  530. configure:10995: $? = 1
  531. configure:10998: checking whether we are using the GNU C++ compiler
  532. configure:11051: result: yes
  533. configure:11060: checking whether g++ accepts -g
  534. configure:11198: result: yes
  535. configure:11223: checking dependency style of g++
  536. configure:11333: result: none
  537. configure:11356: checking how to run the C++ preprocessor
  538. configure:11470: result: g++ -E
  539. configure:11499: g++ -E conftest.cpp
  540. configure:11506: $? = 0
  541. configure:11537: g++ -E conftest.cpp
  542. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  543. configure:11544: $? = 1
  544. configure: failed program was:
  545. | /* confdefs.h. */
  546. | #define PACKAGE_NAME "kodi"
  547. | #define PACKAGE_TARNAME "kodi"
  548. | #define PACKAGE_VERSION "14.2.000"
  549. | #define PACKAGE_STRING "kodi 14.2.000"
  550. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  551. | #define PACKAGE "kodi"
  552. | #define VERSION "14.2.000"
  553. | #define LIRC_DEVICE "/dev/lircd"
  554. | #define STDC_HEADERS 1
  555. | #define HAVE_SYS_TYPES_H 1
  556. | #define HAVE_SYS_STAT_H 1
  557. | #define HAVE_STDLIB_H 1
  558. | #define HAVE_STRING_H 1
  559. | #define HAVE_MEMORY_H 1
  560. | #define HAVE_STRINGS_H 1
  561. | #define HAVE_INTTYPES_H 1
  562. | #define HAVE_STDINT_H 1
  563. | #define HAVE_UNISTD_H 1
  564. | #define HAVE_DLFCN_H 1
  565. | /* end confdefs.h. */
  566. | #include <ac_nonexistent.h>
  567. configure:11758: checking for objdir
  568. configure:11773: result: .libs
  569. configure:12065: checking if gcc supports -fno-rtti -fno-exceptions
  570. configure:12083: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  571. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  572. configure:12087: $? = 0
  573. configure:12100: result: no
  574. configure:12120: checking for gcc option to produce PIC
  575. configure:12392: result: -fPIC -DPIC
  576. configure:12404: checking if gcc PIC flag -fPIC -DPIC works
  577. configure:12422: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  578. configure:12426: $? = 0
  579. configure:12439: result: yes
  580. configure:12463: checking if gcc static flag -static works
  581. configure:12491: result: no
  582. configure:12506: checking if gcc supports -c -o file.o
  583. configure:12527: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  584. configure:12531: $? = 0
  585. configure:12553: result: yes
  586. configure:12561: checking if gcc supports -c -o file.o
  587. configure:12608: result: yes
  588. configure:12641: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  589. configure:13715: result: yes
  590. configure:13752: checking whether -lc should be explicitly linked in
  591. configure:13757: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  592. configure:13760: $? = 0
  593. configure:13775: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  594. configure:13778: $? = 0
  595. configure:13790: result: no
  596. configure:13954: checking dynamic linker characteristics
  597. configure:14397: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
  598. configure:14404: $? = 0
  599. configure:14640: result: GNU/Linux ld.so
  600. configure:14742: checking how to hardcode library paths into programs
  601. configure:14767: result: immediate
  602. configure:15600: checking whether stripping libraries is possible
  603. configure:15605: result: yes
  604. configure:15640: checking if libtool supports shared libraries
  605. configure:15642: result: yes
  606. configure:15645: checking whether to build shared libraries
  607. configure:15666: result: yes
  608. configure:15669: checking whether to build static libraries
  609. configure:15673: result: yes
  610. configure:15823: checking for ld used by g++
  611. configure:15890: result: /usr/bin/ld -m elf_x86_64
  612. configure:15899: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  613. configure:15914: result: yes
  614. configure:15969: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  615. configure:16944: result: yes
  616. configure:16972: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  617. configure:16975: $? = 0
  618. configure:17157: checking for g++ option to produce PIC
  619. configure:17474: result: -fPIC -DPIC
  620. configure:17483: checking if g++ PIC flag -fPIC -DPIC works
  621. configure:17501: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.cpp >&5
  622. configure:17505: $? = 0
  623. configure:17518: result: yes
  624. configure:17539: checking if g++ static flag -static works
  625. configure:17567: result: no
  626. configure:17579: checking if g++ supports -c -o file.o
  627. configure:17600: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.cpp >&5
  628. configure:17604: $? = 0
  629. configure:17626: result: yes
  630. configure:17631: checking if g++ supports -c -o file.o
  631. configure:17678: result: yes
  632. configure:17708: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  633. configure:17734: result: yes
  634. configure:17871: checking dynamic linker characteristics
  635. configure:18262: g++ -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  636. configure:18269: $? = 0
  637. configure:18505: result: GNU/Linux ld.so
  638. configure:18556: checking how to hardcode library paths into programs
  639. configure:18581: result: immediate
  640. configure:18643: checking for gawk
  641. configure:18670: result: gawk
  642. configure:18681: checking whether ln -s works
  643. configure:18685: result: yes
  644. configure:18692: checking whether make sets $(MAKE)
  645. configure:18714: result: yes
  646. configure:18772: checking for pkg-config
  647. configure:18790: found /usr/bin/pkg-config
  648. configure:18802: result: /usr/bin/pkg-config
  649. configure:18827: checking pkg-config is at least version 0.9.0
  650. configure:18830: result: yes
  651. configure:19220: gcc -c -msse4.1 conftest.c >&5
  652. configure:19227: $? = 0
  653. configure:19249: checking for working alloca.h
  654. configure:19276: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  655. configure:19283: $? = 0
  656. configure:19303: result: yes
  657. configure:19313: checking for alloca
  658. configure:19360: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  659. configure:19367: $? = 0
  660. configure:19387: result: yes
  661. configure:19624: checking for uid_t in sys/types.h
  662. configure:19647: result: yes
  663. configure:19667: checking for unistd.h
  664. configure:19674: result: yes
  665. configure:19813: checking for working chown
  666. configure:19856: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  667. configure:19860: $? = 0
  668. configure:19866: ./conftest
  669. configure:19870: $? = 0
  670. configure:19889: result: yes
  671. configure:19907: checking for dirent.h that defines DIR
  672. configure:19936: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  673. configure:19943: $? = 0
  674. configure:19960: result: yes
  675. configure:19975: checking for library containing opendir
  676. configure:20016: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  677. configure:20023: $? = 0
  678. configure:20054: result: none required
  679. configure:20152: checking whether closedir returns void
  680. configure:20186: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  681. configure:20190: $? = 0
  682. configure:20196: ./conftest
  683. configure:20200: $? = 0
  684. configure:20217: result: no
  685. configure:20227: checking for error_at_line
  686. configure:20253: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  687. configure:20260: $? = 0
  688. configure:20280: result: yes
  689. configure:20291: checking for _LARGEFILE_SOURCE value needed for large files
  690. configure:20320: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  691. configure:20327: $? = 0
  692. configure:20400: result: no
  693. configure:20424: checking whether gcc needs -traditional
  694. configure:20466: result: no
  695. configure:20473: checking whether lstat dereferences a symlink specified with a trailing slash
  696. configure:20509: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  697. configure:20513: $? = 0
  698. configure:20519: ./conftest
  699. configure:20523: $? = 0
  700. configure:20547: result: yes
  701. configure:20566: checking whether lstat accepts an empty string
  702. configure:20596: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  703. configure:20600: $? = 0
  704. configure:20606: ./conftest
  705. configure:20610: $? = 0
  706. configure:20627: result: no
  707. configure:20643: checking whether lstat dereferences a symlink specified with a trailing slash
  708. configure:20717: result: yes
  709. configure:20736: checking for working memcmp
  710. configure:20789: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  711. configure:20793: $? = 0
  712. configure:20799: ./conftest
  713. configure:20803: $? = 0
  714. configure:20820: result: yes
  715. configure:20829: checking whether time.h and sys/time.h may both be included
  716. configure:20859: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  717. configure:20866: $? = 0
  718. configure:20881: result: yes
  719. configure:20910: checking sys/time.h usability
  720. configure:20927: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  721. configure:20934: $? = 0
  722. configure:20948: result: yes
  723. configure:20952: checking sys/time.h presence
  724. configure:20967: gcc -E conftest.c
  725. configure:20974: $? = 0
  726. configure:20988: result: yes
  727. configure:21021: checking for sys/time.h
  728. configure:21030: result: yes
  729. configure:20899: checking for unistd.h
  730. configure:20906: result: yes
  731. configure:20910: checking utime.h usability
  732. configure:20927: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  733. configure:20934: $? = 0
  734. configure:20948: result: yes
  735. configure:20952: checking utime.h presence
  736. configure:20967: gcc -E conftest.c
  737. configure:20974: $? = 0
  738. configure:20988: result: yes
  739. configure:21021: checking for utime.h
  740. configure:21030: result: yes
  741. configure:21056: checking for alarm
  742. configure:21112: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  743. configure:21119: $? = 0
  744. configure:21141: result: yes
  745. configure:21169: checking for working mktime
  746. configure:21384: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  747. configure:21388: $? = 0
  748. configure:21394: ./conftest
  749. configure:21398: $? = 0
  750. configure:21415: result: yes
  751. configure:21432: checking for stdlib.h
  752. configure:21439: result: yes
  753. configure:21432: checking for unistd.h
  754. configure:21439: result: yes
  755. configure:21582: checking for getpagesize
  756. configure:21638: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  757. configure:21645: $? = 0
  758. configure:21667: result: yes
  759. configure:21679: checking for working mmap
  760. configure:21826: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  761. configure:21830: $? = 0
  762. configure:21836: ./conftest
  763. configure:21840: $? = 0
  764. configure:21857: result: yes
  765. configure:21888: checking sys/select.h usability
  766. configure:21905: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  767. configure:21912: $? = 0
  768. configure:21926: result: yes
  769. configure:21930: checking sys/select.h presence
  770. configure:21945: gcc -E conftest.c
  771. configure:21952: $? = 0
  772. configure:21966: result: yes
  773. configure:21999: checking for sys/select.h
  774. configure:22008: result: yes
  775. configure:21888: checking sys/socket.h usability
  776. configure:21905: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  777. configure:21912: $? = 0
  778. configure:21926: result: yes
  779. configure:21930: checking sys/socket.h presence
  780. configure:21945: gcc -E conftest.c
  781. configure:21952: $? = 0
  782. configure:21966: result: yes
  783. configure:21999: checking for sys/socket.h
  784. configure:22008: result: yes
  785. configure:22023: checking types of arguments for select
  786. configure:22061: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  787. configure:22068: $? = 0
  788. configure:22089: result: int,fd_set *,struct timeval *
  789. configure:22119: checking return type of signal handlers
  790. configure:22147: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  791. conftest.c: In function 'main':
  792. conftest.c:51: error: void value not ignored as it ought to be
  793. configure:22154: $? = 1
  794. configure: failed program was:
  795. | /* confdefs.h. */
  796. | #define PACKAGE_NAME "kodi"
  797. | #define PACKAGE_TARNAME "kodi"
  798. | #define PACKAGE_VERSION "14.2.000"
  799. | #define PACKAGE_STRING "kodi 14.2.000"
  800. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  801. | #define PACKAGE "kodi"
  802. | #define VERSION "14.2.000"
  803. | #define LIRC_DEVICE "/dev/lircd"
  804. | #define STDC_HEADERS 1
  805. | #define HAVE_SYS_TYPES_H 1
  806. | #define HAVE_SYS_STAT_H 1
  807. | #define HAVE_STDLIB_H 1
  808. | #define HAVE_STRING_H 1
  809. | #define HAVE_MEMORY_H 1
  810. | #define HAVE_STRINGS_H 1
  811. | #define HAVE_INTTYPES_H 1
  812. | #define HAVE_STDINT_H 1
  813. | #define HAVE_UNISTD_H 1
  814. | #define HAVE_DLFCN_H 1
  815. | #define LT_OBJDIR ".libs/"
  816. | #define HAVE_ALLOCA_H 1
  817. | #define HAVE_ALLOCA 1
  818. | #define HAVE_UNISTD_H 1
  819. | #define HAVE_CHOWN 1
  820. | #define HAVE_DIRENT_H 1
  821. | #define HAVE_FSEEKO 1
  822. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  823. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  824. | #define TIME_WITH_SYS_TIME 1
  825. | #define HAVE_SYS_TIME_H 1
  826. | #define HAVE_UNISTD_H 1
  827. | #define HAVE_UTIME_H 1
  828. | #define HAVE_ALARM 1
  829. | #define HAVE_STDLIB_H 1
  830. | #define HAVE_UNISTD_H 1
  831. | #define HAVE_GETPAGESIZE 1
  832. | #define HAVE_MMAP 1
  833. | #define HAVE_SYS_SELECT_H 1
  834. | #define HAVE_SYS_SOCKET_H 1
  835. | #define SELECT_TYPE_ARG1 int
  836. | #define SELECT_TYPE_ARG234 (fd_set *)
  837. | #define SELECT_TYPE_ARG5 (struct timeval *)
  838. | /* end confdefs.h. */
  839. | #include <sys/types.h>
  840. | #include <signal.h>
  841. |
  842. | int
  843. | main ()
  844. | {
  845. | return *(signal (0, 0)) (0) == 1;
  846. | ;
  847. | return 0;
  848. | }
  849. configure:22169: result: void
  850. configure:22177: checking whether stat accepts an empty string
  851. configure:22207: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  852. configure:22211: $? = 0
  853. configure:22217: ./conftest
  854. configure:22221: $? = 0
  855. configure:22238: result: no
  856. configure:22254: checking for working strcoll
  857. configure:22285: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  858. configure:22289: $? = 0
  859. configure:22295: ./conftest
  860. configure:22299: $? = 0
  861. configure:22316: result: yes
  862. configure:22330: checking for strftime
  863. configure:22386: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  864. conftest.c:70: warning: conflicting types for built-in function 'strftime'
  865. configure:22393: $? = 0
  866. configure:22415: result: yes
  867. configure:22502: checking for working strtod
  868. configure:22553: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  869. configure:22557: $? = 0
  870. configure:22563: ./conftest
  871. configure:22567: $? = 0
  872. configure:22584: result: yes
  873. configure:22764: checking whether utime accepts a null argument
  874. configure:22803: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  875. configure:22807: $? = 0
  876. configure:22813: ./conftest
  877. configure:22817: $? = 0
  878. configure:22834: result: yes
  879. configure:22849: checking for vprintf
  880. configure:22905: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  881. conftest.c:72: warning: conflicting types for built-in function 'vprintf'
  882. configure:22912: $? = 0
  883. configure:22934: result: yes
  884. configure:22943: checking for _doprnt
  885. configure:22999: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  886. /tmp/ccBG0sgz.o: In function `main':
  887. /home/mark/xbmc-14.2-Helix/conftest.c:84: undefined reference to `_doprnt'
  888. collect2: ld returned 1 exit status
  889. configure:23006: $? = 1
  890. configure: failed program was:
  891. | /* confdefs.h. */
  892. | #define PACKAGE_NAME "kodi"
  893. | #define PACKAGE_TARNAME "kodi"
  894. | #define PACKAGE_VERSION "14.2.000"
  895. | #define PACKAGE_STRING "kodi 14.2.000"
  896. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  897. | #define PACKAGE "kodi"
  898. | #define VERSION "14.2.000"
  899. | #define LIRC_DEVICE "/dev/lircd"
  900. | #define STDC_HEADERS 1
  901. | #define HAVE_SYS_TYPES_H 1
  902. | #define HAVE_SYS_STAT_H 1
  903. | #define HAVE_STDLIB_H 1
  904. | #define HAVE_STRING_H 1
  905. | #define HAVE_MEMORY_H 1
  906. | #define HAVE_STRINGS_H 1
  907. | #define HAVE_INTTYPES_H 1
  908. | #define HAVE_STDINT_H 1
  909. | #define HAVE_UNISTD_H 1
  910. | #define HAVE_DLFCN_H 1
  911. | #define LT_OBJDIR ".libs/"
  912. | #define HAVE_ALLOCA_H 1
  913. | #define HAVE_ALLOCA 1
  914. | #define HAVE_UNISTD_H 1
  915. | #define HAVE_CHOWN 1
  916. | #define HAVE_DIRENT_H 1
  917. | #define HAVE_FSEEKO 1
  918. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  919. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  920. | #define TIME_WITH_SYS_TIME 1
  921. | #define HAVE_SYS_TIME_H 1
  922. | #define HAVE_UNISTD_H 1
  923. | #define HAVE_UTIME_H 1
  924. | #define HAVE_ALARM 1
  925. | #define HAVE_STDLIB_H 1
  926. | #define HAVE_UNISTD_H 1
  927. | #define HAVE_GETPAGESIZE 1
  928. | #define HAVE_MMAP 1
  929. | #define HAVE_SYS_SELECT_H 1
  930. | #define HAVE_SYS_SOCKET_H 1
  931. | #define SELECT_TYPE_ARG1 int
  932. | #define SELECT_TYPE_ARG234 (fd_set *)
  933. | #define SELECT_TYPE_ARG5 (struct timeval *)
  934. | #define RETSIGTYPE void
  935. | #define HAVE_STRCOLL 1
  936. | #define HAVE_STRFTIME 1
  937. | #define HAVE_UTIME_NULL 1
  938. | #define HAVE_VPRINTF 1
  939. | /* end confdefs.h. */
  940. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  941. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  942. | #define _doprnt innocuous__doprnt
  943. |
  944. | /* System header to define __stub macros and hopefully few prototypes,
  945. | which can conflict with char _doprnt (); below.
  946. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  947. | <limits.h> exists even on freestanding compilers. */
  948. |
  949. | #ifdef __STDC__
  950. | # include <limits.h>
  951. | #else
  952. | # include <assert.h>
  953. | #endif
  954. |
  955. | #undef _doprnt
  956. |
  957. | /* Override any GCC internal prototype to avoid an error.
  958. | Use char because int might match the return type of a GCC
  959. | builtin and then its argument prototype would still apply. */
  960. | #ifdef __cplusplus
  961. | extern "C"
  962. | #endif
  963. | char _doprnt ();
  964. | /* The GNU C library defines this for functions which it implements
  965. | to always fail with ENOSYS. Some functions are actually named
  966. | something starting with __ and the normal name is an alias. */
  967. | #if defined __stub__doprnt || defined __stub____doprnt
  968. | choke me
  969. | #endif
  970. |
  971. | int
  972. | main ()
  973. | {
  974. | return _doprnt ();
  975. | ;
  976. | return 0;
  977. | }
  978. configure:23026: result: no
  979. configure:23090: checking for atexit
  980. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  981. configure:23153: $? = 0
  982. configure:23175: result: yes
  983. configure:23090: checking for dup2
  984. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  985. configure:23153: $? = 0
  986. configure:23175: result: yes
  987. configure:23090: checking for fdatasync
  988. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  989. configure:23153: $? = 0
  990. configure:23175: result: yes
  991. configure:23090: checking for floor
  992. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  993. conftest.c:76: warning: conflicting types for built-in function 'floor'
  994. /tmp/ccw6b1oQ.o: In function `main':
  995. /home/mark/xbmc-14.2-Helix/conftest.c:87: undefined reference to `floor'
  996. collect2: ld returned 1 exit status
  997. configure:23153: $? = 1
  998. configure: failed program was:
  999. | /* confdefs.h. */
  1000. | #define PACKAGE_NAME "kodi"
  1001. | #define PACKAGE_TARNAME "kodi"
  1002. | #define PACKAGE_VERSION "14.2.000"
  1003. | #define PACKAGE_STRING "kodi 14.2.000"
  1004. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1005. | #define PACKAGE "kodi"
  1006. | #define VERSION "14.2.000"
  1007. | #define LIRC_DEVICE "/dev/lircd"
  1008. | #define STDC_HEADERS 1
  1009. | #define HAVE_SYS_TYPES_H 1
  1010. | #define HAVE_SYS_STAT_H 1
  1011. | #define HAVE_STDLIB_H 1
  1012. | #define HAVE_STRING_H 1
  1013. | #define HAVE_MEMORY_H 1
  1014. | #define HAVE_STRINGS_H 1
  1015. | #define HAVE_INTTYPES_H 1
  1016. | #define HAVE_STDINT_H 1
  1017. | #define HAVE_UNISTD_H 1
  1018. | #define HAVE_DLFCN_H 1
  1019. | #define LT_OBJDIR ".libs/"
  1020. | #define HAVE_ALLOCA_H 1
  1021. | #define HAVE_ALLOCA 1
  1022. | #define HAVE_UNISTD_H 1
  1023. | #define HAVE_CHOWN 1
  1024. | #define HAVE_DIRENT_H 1
  1025. | #define HAVE_FSEEKO 1
  1026. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1027. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1028. | #define TIME_WITH_SYS_TIME 1
  1029. | #define HAVE_SYS_TIME_H 1
  1030. | #define HAVE_UNISTD_H 1
  1031. | #define HAVE_UTIME_H 1
  1032. | #define HAVE_ALARM 1
  1033. | #define HAVE_STDLIB_H 1
  1034. | #define HAVE_UNISTD_H 1
  1035. | #define HAVE_GETPAGESIZE 1
  1036. | #define HAVE_MMAP 1
  1037. | #define HAVE_SYS_SELECT_H 1
  1038. | #define HAVE_SYS_SOCKET_H 1
  1039. | #define SELECT_TYPE_ARG1 int
  1040. | #define SELECT_TYPE_ARG234 (fd_set *)
  1041. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1042. | #define RETSIGTYPE void
  1043. | #define HAVE_STRCOLL 1
  1044. | #define HAVE_STRFTIME 1
  1045. | #define HAVE_UTIME_NULL 1
  1046. | #define HAVE_VPRINTF 1
  1047. | #define HAVE_ATEXIT 1
  1048. | #define HAVE_DUP2 1
  1049. | #define HAVE_FDATASYNC 1
  1050. | /* end confdefs.h. */
  1051. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1052. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1053. | #define floor innocuous_floor
  1054. |
  1055. | /* System header to define __stub macros and hopefully few prototypes,
  1056. | which can conflict with char floor (); below.
  1057. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1058. | <limits.h> exists even on freestanding compilers. */
  1059. |
  1060. | #ifdef __STDC__
  1061. | # include <limits.h>
  1062. | #else
  1063. | # include <assert.h>
  1064. | #endif
  1065. |
  1066. | #undef floor
  1067. |
  1068. | /* Override any GCC internal prototype to avoid an error.
  1069. | Use char because int might match the return type of a GCC
  1070. | builtin and then its argument prototype would still apply. */
  1071. | #ifdef __cplusplus
  1072. | extern "C"
  1073. | #endif
  1074. | char floor ();
  1075. | /* The GNU C library defines this for functions which it implements
  1076. | to always fail with ENOSYS. Some functions are actually named
  1077. | something starting with __ and the normal name is an alias. */
  1078. | #if defined __stub_floor || defined __stub___floor
  1079. | choke me
  1080. | #endif
  1081. |
  1082. | int
  1083. | main ()
  1084. | {
  1085. | return floor ();
  1086. | ;
  1087. | return 0;
  1088. | }
  1089. configure:23175: result: no
  1090. configure:23090: checking for fs_stat_dev
  1091. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1092. /tmp/cco8gBCY.o: In function `main':
  1093. /home/mark/xbmc-14.2-Helix/conftest.c:87: undefined reference to `fs_stat_dev'
  1094. collect2: ld returned 1 exit status
  1095. configure:23153: $? = 1
  1096. configure: failed program was:
  1097. | /* confdefs.h. */
  1098. | #define PACKAGE_NAME "kodi"
  1099. | #define PACKAGE_TARNAME "kodi"
  1100. | #define PACKAGE_VERSION "14.2.000"
  1101. | #define PACKAGE_STRING "kodi 14.2.000"
  1102. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1103. | #define PACKAGE "kodi"
  1104. | #define VERSION "14.2.000"
  1105. | #define LIRC_DEVICE "/dev/lircd"
  1106. | #define STDC_HEADERS 1
  1107. | #define HAVE_SYS_TYPES_H 1
  1108. | #define HAVE_SYS_STAT_H 1
  1109. | #define HAVE_STDLIB_H 1
  1110. | #define HAVE_STRING_H 1
  1111. | #define HAVE_MEMORY_H 1
  1112. | #define HAVE_STRINGS_H 1
  1113. | #define HAVE_INTTYPES_H 1
  1114. | #define HAVE_STDINT_H 1
  1115. | #define HAVE_UNISTD_H 1
  1116. | #define HAVE_DLFCN_H 1
  1117. | #define LT_OBJDIR ".libs/"
  1118. | #define HAVE_ALLOCA_H 1
  1119. | #define HAVE_ALLOCA 1
  1120. | #define HAVE_UNISTD_H 1
  1121. | #define HAVE_CHOWN 1
  1122. | #define HAVE_DIRENT_H 1
  1123. | #define HAVE_FSEEKO 1
  1124. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1125. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1126. | #define TIME_WITH_SYS_TIME 1
  1127. | #define HAVE_SYS_TIME_H 1
  1128. | #define HAVE_UNISTD_H 1
  1129. | #define HAVE_UTIME_H 1
  1130. | #define HAVE_ALARM 1
  1131. | #define HAVE_STDLIB_H 1
  1132. | #define HAVE_UNISTD_H 1
  1133. | #define HAVE_GETPAGESIZE 1
  1134. | #define HAVE_MMAP 1
  1135. | #define HAVE_SYS_SELECT_H 1
  1136. | #define HAVE_SYS_SOCKET_H 1
  1137. | #define SELECT_TYPE_ARG1 int
  1138. | #define SELECT_TYPE_ARG234 (fd_set *)
  1139. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1140. | #define RETSIGTYPE void
  1141. | #define HAVE_STRCOLL 1
  1142. | #define HAVE_STRFTIME 1
  1143. | #define HAVE_UTIME_NULL 1
  1144. | #define HAVE_VPRINTF 1
  1145. | #define HAVE_ATEXIT 1
  1146. | #define HAVE_DUP2 1
  1147. | #define HAVE_FDATASYNC 1
  1148. | /* end confdefs.h. */
  1149. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1150. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1151. | #define fs_stat_dev innocuous_fs_stat_dev
  1152. |
  1153. | /* System header to define __stub macros and hopefully few prototypes,
  1154. | which can conflict with char fs_stat_dev (); below.
  1155. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1156. | <limits.h> exists even on freestanding compilers. */
  1157. |
  1158. | #ifdef __STDC__
  1159. | # include <limits.h>
  1160. | #else
  1161. | # include <assert.h>
  1162. | #endif
  1163. |
  1164. | #undef fs_stat_dev
  1165. |
  1166. | /* Override any GCC internal prototype to avoid an error.
  1167. | Use char because int might match the return type of a GCC
  1168. | builtin and then its argument prototype would still apply. */
  1169. | #ifdef __cplusplus
  1170. | extern "C"
  1171. | #endif
  1172. | char fs_stat_dev ();
  1173. | /* The GNU C library defines this for functions which it implements
  1174. | to always fail with ENOSYS. Some functions are actually named
  1175. | something starting with __ and the normal name is an alias. */
  1176. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1177. | choke me
  1178. | #endif
  1179. |
  1180. | int
  1181. | main ()
  1182. | {
  1183. | return fs_stat_dev ();
  1184. | ;
  1185. | return 0;
  1186. | }
  1187. configure:23175: result: no
  1188. configure:23090: checking for ftime
  1189. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1190. configure:23153: $? = 0
  1191. configure:23175: result: yes
  1192. configure:23090: checking for ftruncate
  1193. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1194. configure:23153: $? = 0
  1195. configure:23175: result: yes
  1196. configure:23090: checking for getcwd
  1197. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1198. configure:23153: $? = 0
  1199. configure:23175: result: yes
  1200. configure:23090: checking for gethostbyaddr
  1201. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1202. configure:23153: $? = 0
  1203. configure:23175: result: yes
  1204. configure:23090: checking for gethostbyname
  1205. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1206. configure:23153: $? = 0
  1207. configure:23175: result: yes
  1208. configure:23090: checking for gethostname
  1209. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1210. configure:23153: $? = 0
  1211. configure:23175: result: yes
  1212. configure:23090: checking for getpagesize
  1213. configure:23175: result: yes
  1214. configure:23090: checking for getpass
  1215. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1216. configure:23153: $? = 0
  1217. configure:23175: result: yes
  1218. configure:23090: checking for gettimeofday
  1219. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1220. configure:23153: $? = 0
  1221. configure:23175: result: yes
  1222. configure:23090: checking for inet_ntoa
  1223. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1224. configure:23153: $? = 0
  1225. configure:23175: result: yes
  1226. configure:23090: checking for lchown
  1227. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1228. configure:23153: $? = 0
  1229. configure:23175: result: yes
  1230. configure:23090: checking for localeconv
  1231. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1232. configure:23153: $? = 0
  1233. configure:23175: result: yes
  1234. configure:23090: checking for memchr
  1235. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1236. conftest.c:88: warning: conflicting types for built-in function 'memchr'
  1237. configure:23153: $? = 0
  1238. configure:23175: result: yes
  1239. configure:23090: checking for memmove
  1240. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1241. conftest.c:89: warning: conflicting types for built-in function 'memmove'
  1242. configure:23153: $? = 0
  1243. configure:23175: result: yes
  1244. configure:23090: checking for memset
  1245. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1246. conftest.c:90: warning: conflicting types for built-in function 'memset'
  1247. configure:23153: $? = 0
  1248. configure:23175: result: yes
  1249. configure:23090: checking for mkdir
  1250. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1251. configure:23153: $? = 0
  1252. configure:23175: result: yes
  1253. configure:23090: checking for modf
  1254. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1255. conftest.c:92: warning: conflicting types for built-in function 'modf'
  1256. configure:23153: $? = 0
  1257. configure:23175: result: yes
  1258. configure:23090: checking for munmap
  1259. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1260. configure:23153: $? = 0
  1261. configure:23175: result: yes
  1262. configure:23090: checking for pow
  1263. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1264. conftest.c:94: warning: conflicting types for built-in function 'pow'
  1265. /tmp/cc66cRYm.o: In function `main':
  1266. /home/mark/xbmc-14.2-Helix/conftest.c:105: undefined reference to `pow'
  1267. collect2: ld returned 1 exit status
  1268. configure:23153: $? = 1
  1269. configure: failed program was:
  1270. | /* confdefs.h. */
  1271. | #define PACKAGE_NAME "kodi"
  1272. | #define PACKAGE_TARNAME "kodi"
  1273. | #define PACKAGE_VERSION "14.2.000"
  1274. | #define PACKAGE_STRING "kodi 14.2.000"
  1275. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1276. | #define PACKAGE "kodi"
  1277. | #define VERSION "14.2.000"
  1278. | #define LIRC_DEVICE "/dev/lircd"
  1279. | #define STDC_HEADERS 1
  1280. | #define HAVE_SYS_TYPES_H 1
  1281. | #define HAVE_SYS_STAT_H 1
  1282. | #define HAVE_STDLIB_H 1
  1283. | #define HAVE_STRING_H 1
  1284. | #define HAVE_MEMORY_H 1
  1285. | #define HAVE_STRINGS_H 1
  1286. | #define HAVE_INTTYPES_H 1
  1287. | #define HAVE_STDINT_H 1
  1288. | #define HAVE_UNISTD_H 1
  1289. | #define HAVE_DLFCN_H 1
  1290. | #define LT_OBJDIR ".libs/"
  1291. | #define HAVE_ALLOCA_H 1
  1292. | #define HAVE_ALLOCA 1
  1293. | #define HAVE_UNISTD_H 1
  1294. | #define HAVE_CHOWN 1
  1295. | #define HAVE_DIRENT_H 1
  1296. | #define HAVE_FSEEKO 1
  1297. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1298. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1299. | #define TIME_WITH_SYS_TIME 1
  1300. | #define HAVE_SYS_TIME_H 1
  1301. | #define HAVE_UNISTD_H 1
  1302. | #define HAVE_UTIME_H 1
  1303. | #define HAVE_ALARM 1
  1304. | #define HAVE_STDLIB_H 1
  1305. | #define HAVE_UNISTD_H 1
  1306. | #define HAVE_GETPAGESIZE 1
  1307. | #define HAVE_MMAP 1
  1308. | #define HAVE_SYS_SELECT_H 1
  1309. | #define HAVE_SYS_SOCKET_H 1
  1310. | #define SELECT_TYPE_ARG1 int
  1311. | #define SELECT_TYPE_ARG234 (fd_set *)
  1312. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1313. | #define RETSIGTYPE void
  1314. | #define HAVE_STRCOLL 1
  1315. | #define HAVE_STRFTIME 1
  1316. | #define HAVE_UTIME_NULL 1
  1317. | #define HAVE_VPRINTF 1
  1318. | #define HAVE_ATEXIT 1
  1319. | #define HAVE_DUP2 1
  1320. | #define HAVE_FDATASYNC 1
  1321. | #define HAVE_FTIME 1
  1322. | #define HAVE_FTRUNCATE 1
  1323. | #define HAVE_GETCWD 1
  1324. | #define HAVE_GETHOSTBYADDR 1
  1325. | #define HAVE_GETHOSTBYNAME 1
  1326. | #define HAVE_GETHOSTNAME 1
  1327. | #define HAVE_GETPAGESIZE 1
  1328. | #define HAVE_GETPASS 1
  1329. | #define HAVE_GETTIMEOFDAY 1
  1330. | #define HAVE_INET_NTOA 1
  1331. | #define HAVE_LCHOWN 1
  1332. | #define HAVE_LOCALECONV 1
  1333. | #define HAVE_MEMCHR 1
  1334. | #define HAVE_MEMMOVE 1
  1335. | #define HAVE_MEMSET 1
  1336. | #define HAVE_MKDIR 1
  1337. | #define HAVE_MODF 1
  1338. | #define HAVE_MUNMAP 1
  1339. | /* end confdefs.h. */
  1340. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1341. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1342. | #define pow innocuous_pow
  1343. |
  1344. | /* System header to define __stub macros and hopefully few prototypes,
  1345. | which can conflict with char pow (); below.
  1346. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1347. | <limits.h> exists even on freestanding compilers. */
  1348. |
  1349. | #ifdef __STDC__
  1350. | # include <limits.h>
  1351. | #else
  1352. | # include <assert.h>
  1353. | #endif
  1354. |
  1355. | #undef pow
  1356. |
  1357. | /* Override any GCC internal prototype to avoid an error.
  1358. | Use char because int might match the return type of a GCC
  1359. | builtin and then its argument prototype would still apply. */
  1360. | #ifdef __cplusplus
  1361. | extern "C"
  1362. | #endif
  1363. | char pow ();
  1364. | /* The GNU C library defines this for functions which it implements
  1365. | to always fail with ENOSYS. Some functions are actually named
  1366. | something starting with __ and the normal name is an alias. */
  1367. | #if defined __stub_pow || defined __stub___pow
  1368. | choke me
  1369. | #endif
  1370. |
  1371. | int
  1372. | main ()
  1373. | {
  1374. | return pow ();
  1375. | ;
  1376. | return 0;
  1377. | }
  1378. configure:23175: result: no
  1379. configure:23090: checking for rmdir
  1380. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1381. configure:23153: $? = 0
  1382. configure:23175: result: yes
  1383. configure:23090: checking for select
  1384. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1385. configure:23153: $? = 0
  1386. configure:23175: result: yes
  1387. configure:23090: checking for setenv
  1388. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1389. configure:23153: $? = 0
  1390. configure:23175: result: yes
  1391. configure:23090: checking for setlocale
  1392. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1393. configure:23153: $? = 0
  1394. configure:23175: result: yes
  1395. configure:23090: checking for socket
  1396. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1397. configure:23153: $? = 0
  1398. configure:23175: result: yes
  1399. configure:23090: checking for sqrt
  1400. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1401. conftest.c:99: warning: conflicting types for built-in function 'sqrt'
  1402. /tmp/cczVlRhK.o: In function `main':
  1403. /home/mark/xbmc-14.2-Helix/conftest.c:110: undefined reference to `sqrt'
  1404. collect2: ld returned 1 exit status
  1405. configure:23153: $? = 1
  1406. configure: failed program was:
  1407. | /* confdefs.h. */
  1408. | #define PACKAGE_NAME "kodi"
  1409. | #define PACKAGE_TARNAME "kodi"
  1410. | #define PACKAGE_VERSION "14.2.000"
  1411. | #define PACKAGE_STRING "kodi 14.2.000"
  1412. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1413. | #define PACKAGE "kodi"
  1414. | #define VERSION "14.2.000"
  1415. | #define LIRC_DEVICE "/dev/lircd"
  1416. | #define STDC_HEADERS 1
  1417. | #define HAVE_SYS_TYPES_H 1
  1418. | #define HAVE_SYS_STAT_H 1
  1419. | #define HAVE_STDLIB_H 1
  1420. | #define HAVE_STRING_H 1
  1421. | #define HAVE_MEMORY_H 1
  1422. | #define HAVE_STRINGS_H 1
  1423. | #define HAVE_INTTYPES_H 1
  1424. | #define HAVE_STDINT_H 1
  1425. | #define HAVE_UNISTD_H 1
  1426. | #define HAVE_DLFCN_H 1
  1427. | #define LT_OBJDIR ".libs/"
  1428. | #define HAVE_ALLOCA_H 1
  1429. | #define HAVE_ALLOCA 1
  1430. | #define HAVE_UNISTD_H 1
  1431. | #define HAVE_CHOWN 1
  1432. | #define HAVE_DIRENT_H 1
  1433. | #define HAVE_FSEEKO 1
  1434. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1435. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1436. | #define TIME_WITH_SYS_TIME 1
  1437. | #define HAVE_SYS_TIME_H 1
  1438. | #define HAVE_UNISTD_H 1
  1439. | #define HAVE_UTIME_H 1
  1440. | #define HAVE_ALARM 1
  1441. | #define HAVE_STDLIB_H 1
  1442. | #define HAVE_UNISTD_H 1
  1443. | #define HAVE_GETPAGESIZE 1
  1444. | #define HAVE_MMAP 1
  1445. | #define HAVE_SYS_SELECT_H 1
  1446. | #define HAVE_SYS_SOCKET_H 1
  1447. | #define SELECT_TYPE_ARG1 int
  1448. | #define SELECT_TYPE_ARG234 (fd_set *)
  1449. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1450. | #define RETSIGTYPE void
  1451. | #define HAVE_STRCOLL 1
  1452. | #define HAVE_STRFTIME 1
  1453. | #define HAVE_UTIME_NULL 1
  1454. | #define HAVE_VPRINTF 1
  1455. | #define HAVE_ATEXIT 1
  1456. | #define HAVE_DUP2 1
  1457. | #define HAVE_FDATASYNC 1
  1458. | #define HAVE_FTIME 1
  1459. | #define HAVE_FTRUNCATE 1
  1460. | #define HAVE_GETCWD 1
  1461. | #define HAVE_GETHOSTBYADDR 1
  1462. | #define HAVE_GETHOSTBYNAME 1
  1463. | #define HAVE_GETHOSTNAME 1
  1464. | #define HAVE_GETPAGESIZE 1
  1465. | #define HAVE_GETPASS 1
  1466. | #define HAVE_GETTIMEOFDAY 1
  1467. | #define HAVE_INET_NTOA 1
  1468. | #define HAVE_LCHOWN 1
  1469. | #define HAVE_LOCALECONV 1
  1470. | #define HAVE_MEMCHR 1
  1471. | #define HAVE_MEMMOVE 1
  1472. | #define HAVE_MEMSET 1
  1473. | #define HAVE_MKDIR 1
  1474. | #define HAVE_MODF 1
  1475. | #define HAVE_MUNMAP 1
  1476. | #define HAVE_RMDIR 1
  1477. | #define HAVE_SELECT 1
  1478. | #define HAVE_SETENV 1
  1479. | #define HAVE_SETLOCALE 1
  1480. | #define HAVE_SOCKET 1
  1481. | /* end confdefs.h. */
  1482. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1483. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1484. | #define sqrt innocuous_sqrt
  1485. |
  1486. | /* System header to define __stub macros and hopefully few prototypes,
  1487. | which can conflict with char sqrt (); below.
  1488. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1489. | <limits.h> exists even on freestanding compilers. */
  1490. |
  1491. | #ifdef __STDC__
  1492. | # include <limits.h>
  1493. | #else
  1494. | # include <assert.h>
  1495. | #endif
  1496. |
  1497. | #undef sqrt
  1498. |
  1499. | /* Override any GCC internal prototype to avoid an error.
  1500. | Use char because int might match the return type of a GCC
  1501. | builtin and then its argument prototype would still apply. */
  1502. | #ifdef __cplusplus
  1503. | extern "C"
  1504. | #endif
  1505. | char sqrt ();
  1506. | /* The GNU C library defines this for functions which it implements
  1507. | to always fail with ENOSYS. Some functions are actually named
  1508. | something starting with __ and the normal name is an alias. */
  1509. | #if defined __stub_sqrt || defined __stub___sqrt
  1510. | choke me
  1511. | #endif
  1512. |
  1513. | int
  1514. | main ()
  1515. | {
  1516. | return sqrt ();
  1517. | ;
  1518. | return 0;
  1519. | }
  1520. configure:23175: result: no
  1521. configure:23090: checking for strcasecmp
  1522. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1523. conftest.c:99: warning: conflicting types for built-in function 'strcasecmp'
  1524. configure:23153: $? = 0
  1525. configure:23175: result: yes
  1526. configure:23090: checking for strchr
  1527. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1528. conftest.c:100: warning: conflicting types for built-in function 'strchr'
  1529. configure:23153: $? = 0
  1530. configure:23175: result: yes
  1531. configure:23090: checking for strcspn
  1532. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1533. conftest.c:101: warning: conflicting types for built-in function 'strcspn'
  1534. configure:23153: $? = 0
  1535. configure:23175: result: yes
  1536. configure:23090: checking for strdup
  1537. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1538. conftest.c:102: warning: conflicting types for built-in function 'strdup'
  1539. configure:23153: $? = 0
  1540. configure:23175: result: yes
  1541. configure:23090: checking for strerror
  1542. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1543. configure:23153: $? = 0
  1544. configure:23175: result: yes
  1545. configure:23090: checking for strncasecmp
  1546. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1547. conftest.c:104: warning: conflicting types for built-in function 'strncasecmp'
  1548. configure:23153: $? = 0
  1549. configure:23175: result: yes
  1550. configure:23090: checking for strpbrk
  1551. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1552. conftest.c:105: warning: conflicting types for built-in function 'strpbrk'
  1553. configure:23153: $? = 0
  1554. configure:23175: result: yes
  1555. configure:23090: checking for strrchr
  1556. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1557. conftest.c:106: warning: conflicting types for built-in function 'strrchr'
  1558. configure:23153: $? = 0
  1559. configure:23175: result: yes
  1560. configure:23090: checking for strspn
  1561. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1562. conftest.c:107: warning: conflicting types for built-in function 'strspn'
  1563. configure:23153: $? = 0
  1564. configure:23175: result: yes
  1565. configure:23090: checking for strstr
  1566. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1567. conftest.c:108: warning: conflicting types for built-in function 'strstr'
  1568. configure:23153: $? = 0
  1569. configure:23175: result: yes
  1570. configure:23090: checking for strtol
  1571. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1572. configure:23153: $? = 0
  1573. configure:23175: result: yes
  1574. configure:23090: checking for strtoul
  1575. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1576. configure:23153: $? = 0
  1577. configure:23175: result: yes
  1578. configure:23090: checking for sysinfo
  1579. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1580. configure:23153: $? = 0
  1581. configure:23175: result: yes
  1582. configure:23090: checking for tzset
  1583. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1584. configure:23153: $? = 0
  1585. configure:23175: result: yes
  1586. configure:23090: checking for utime
  1587. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1588. configure:23153: $? = 0
  1589. configure:23175: result: yes
  1590. configure:23090: checking for posix_fadvise
  1591. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1592. configure:23153: $? = 0
  1593. configure:23175: result: yes
  1594. configure:23090: checking for localtime_r
  1595. configure:23146: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1596. configure:23153: $? = 0
  1597. configure:23175: result: yes
  1598. configure:23193: checking size of int
  1599. configure:23498: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1600. configure:23502: $? = 0
  1601. configure:23508: ./conftest
  1602. configure:23512: $? = 0
  1603. configure:23538: result: 4
  1604. configure:23552: checking size of size_t
  1605. configure:23857: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1606. configure:23861: $? = 0
  1607. configure:23867: ./conftest
  1608. configure:23871: $? = 0
  1609. configure:23897: result: 8
  1610. configure:23909: checking for __sync_add_and_fetch(temp, 1)
  1611. configure:23932: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1612. conftest.c: In function 'main':
  1613. conftest.c:99: warning: unused variable 'ret'
  1614. configure:23939: $? = 0
  1615. configure:23958: result: yes
  1616. configure:23968: checking for __sync_sub_and_fetch(temp, 1)
  1617. configure:23991: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1618. conftest.c: In function 'main':
  1619. conftest.c:100: warning: unused variable 'ret'
  1620. configure:23998: $? = 0
  1621. configure:24017: result: yes
  1622. configure:24027: checking for __sync_val_compare_and_swap(temp, 1, 1)
  1623. configure:24050: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  1624. conftest.c: In function 'main':
  1625. conftest.c:101: warning: unused variable 'ret'
  1626. configure:24057: $? = 0
  1627. configure:24076: result: yes
  1628. configure:24093: checking for std::u16string
  1629. configure:24122: g++ -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.cpp >&5
  1630. conftest.cpp: In function 'int main()':
  1631. conftest.cpp:103: error: 'u16string' is not a member of 'std'
  1632. configure:24129: $? = 1
  1633. configure: failed program was:
  1634. | /* confdefs.h. */
  1635. | #define PACKAGE_NAME "kodi"
  1636. | #define PACKAGE_TARNAME "kodi"
  1637. | #define PACKAGE_VERSION "14.2.000"
  1638. | #define PACKAGE_STRING "kodi 14.2.000"
  1639. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1640. | #define PACKAGE "kodi"
  1641. | #define VERSION "14.2.000"
  1642. | #define LIRC_DEVICE "/dev/lircd"
  1643. | #define STDC_HEADERS 1
  1644. | #define HAVE_SYS_TYPES_H 1
  1645. | #define HAVE_SYS_STAT_H 1
  1646. | #define HAVE_STDLIB_H 1
  1647. | #define HAVE_STRING_H 1
  1648. | #define HAVE_MEMORY_H 1
  1649. | #define HAVE_STRINGS_H 1
  1650. | #define HAVE_INTTYPES_H 1
  1651. | #define HAVE_STDINT_H 1
  1652. | #define HAVE_UNISTD_H 1
  1653. | #define HAVE_DLFCN_H 1
  1654. | #define LT_OBJDIR ".libs/"
  1655. | #define HAVE_ALLOCA_H 1
  1656. | #define HAVE_ALLOCA 1
  1657. | #define HAVE_UNISTD_H 1
  1658. | #define HAVE_CHOWN 1
  1659. | #define HAVE_DIRENT_H 1
  1660. | #define HAVE_FSEEKO 1
  1661. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1662. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1663. | #define TIME_WITH_SYS_TIME 1
  1664. | #define HAVE_SYS_TIME_H 1
  1665. | #define HAVE_UNISTD_H 1
  1666. | #define HAVE_UTIME_H 1
  1667. | #define HAVE_ALARM 1
  1668. | #define HAVE_STDLIB_H 1
  1669. | #define HAVE_UNISTD_H 1
  1670. | #define HAVE_GETPAGESIZE 1
  1671. | #define HAVE_MMAP 1
  1672. | #define HAVE_SYS_SELECT_H 1
  1673. | #define HAVE_SYS_SOCKET_H 1
  1674. | #define SELECT_TYPE_ARG1 int
  1675. | #define SELECT_TYPE_ARG234 (fd_set *)
  1676. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1677. | #define RETSIGTYPE void
  1678. | #define HAVE_STRCOLL 1
  1679. | #define HAVE_STRFTIME 1
  1680. | #define HAVE_UTIME_NULL 1
  1681. | #define HAVE_VPRINTF 1
  1682. | #define HAVE_ATEXIT 1
  1683. | #define HAVE_DUP2 1
  1684. | #define HAVE_FDATASYNC 1
  1685. | #define HAVE_FTIME 1
  1686. | #define HAVE_FTRUNCATE 1
  1687. | #define HAVE_GETCWD 1
  1688. | #define HAVE_GETHOSTBYADDR 1
  1689. | #define HAVE_GETHOSTBYNAME 1
  1690. | #define HAVE_GETHOSTNAME 1
  1691. | #define HAVE_GETPAGESIZE 1
  1692. | #define HAVE_GETPASS 1
  1693. | #define HAVE_GETTIMEOFDAY 1
  1694. | #define HAVE_INET_NTOA 1
  1695. | #define HAVE_LCHOWN 1
  1696. | #define HAVE_LOCALECONV 1
  1697. | #define HAVE_MEMCHR 1
  1698. | #define HAVE_MEMMOVE 1
  1699. | #define HAVE_MEMSET 1
  1700. | #define HAVE_MKDIR 1
  1701. | #define HAVE_MODF 1
  1702. | #define HAVE_MUNMAP 1
  1703. | #define HAVE_RMDIR 1
  1704. | #define HAVE_SELECT 1
  1705. | #define HAVE_SETENV 1
  1706. | #define HAVE_SETLOCALE 1
  1707. | #define HAVE_SOCKET 1
  1708. | #define HAVE_STRCASECMP 1
  1709. | #define HAVE_STRCHR 1
  1710. | #define HAVE_STRCSPN 1
  1711. | #define HAVE_STRDUP 1
  1712. | #define HAVE_STRERROR 1
  1713. | #define HAVE_STRNCASECMP 1
  1714. | #define HAVE_STRPBRK 1
  1715. | #define HAVE_STRRCHR 1
  1716. | #define HAVE_STRSPN 1
  1717. | #define HAVE_STRSTR 1
  1718. | #define HAVE_STRTOL 1
  1719. | #define HAVE_STRTOUL 1
  1720. | #define HAVE_SYSINFO 1
  1721. | #define HAVE_TZSET 1
  1722. | #define HAVE_UTIME 1
  1723. | #define HAVE_POSIX_FADVISE 1
  1724. | #define HAVE_LOCALTIME_R 1
  1725. | #define SIZEOF_INT 4
  1726. | #define SIZEOF_SIZE_T 8
  1727. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1728. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1729. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1730. | /* end confdefs.h. */
  1731. | #include <string>
  1732. |
  1733. | int
  1734. | main ()
  1735. | {
  1736. | if (sizeof (std::u16string))
  1737. | return 0;
  1738. | ;
  1739. | return 0;
  1740. | }
  1741. configure:24187: result: no
  1742. configure:24197: checking for std::u32string
  1743. configure:24226: g++ -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.cpp >&5
  1744. conftest.cpp: In function 'int main()':
  1745. conftest.cpp:103: error: 'u32string' is not a member of 'std'
  1746. configure:24233: $? = 1
  1747. configure: failed program was:
  1748. | /* confdefs.h. */
  1749. | #define PACKAGE_NAME "kodi"
  1750. | #define PACKAGE_TARNAME "kodi"
  1751. | #define PACKAGE_VERSION "14.2.000"
  1752. | #define PACKAGE_STRING "kodi 14.2.000"
  1753. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1754. | #define PACKAGE "kodi"
  1755. | #define VERSION "14.2.000"
  1756. | #define LIRC_DEVICE "/dev/lircd"
  1757. | #define STDC_HEADERS 1
  1758. | #define HAVE_SYS_TYPES_H 1
  1759. | #define HAVE_SYS_STAT_H 1
  1760. | #define HAVE_STDLIB_H 1
  1761. | #define HAVE_STRING_H 1
  1762. | #define HAVE_MEMORY_H 1
  1763. | #define HAVE_STRINGS_H 1
  1764. | #define HAVE_INTTYPES_H 1
  1765. | #define HAVE_STDINT_H 1
  1766. | #define HAVE_UNISTD_H 1
  1767. | #define HAVE_DLFCN_H 1
  1768. | #define LT_OBJDIR ".libs/"
  1769. | #define HAVE_ALLOCA_H 1
  1770. | #define HAVE_ALLOCA 1
  1771. | #define HAVE_UNISTD_H 1
  1772. | #define HAVE_CHOWN 1
  1773. | #define HAVE_DIRENT_H 1
  1774. | #define HAVE_FSEEKO 1
  1775. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1776. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1777. | #define TIME_WITH_SYS_TIME 1
  1778. | #define HAVE_SYS_TIME_H 1
  1779. | #define HAVE_UNISTD_H 1
  1780. | #define HAVE_UTIME_H 1
  1781. | #define HAVE_ALARM 1
  1782. | #define HAVE_STDLIB_H 1
  1783. | #define HAVE_UNISTD_H 1
  1784. | #define HAVE_GETPAGESIZE 1
  1785. | #define HAVE_MMAP 1
  1786. | #define HAVE_SYS_SELECT_H 1
  1787. | #define HAVE_SYS_SOCKET_H 1
  1788. | #define SELECT_TYPE_ARG1 int
  1789. | #define SELECT_TYPE_ARG234 (fd_set *)
  1790. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1791. | #define RETSIGTYPE void
  1792. | #define HAVE_STRCOLL 1
  1793. | #define HAVE_STRFTIME 1
  1794. | #define HAVE_UTIME_NULL 1
  1795. | #define HAVE_VPRINTF 1
  1796. | #define HAVE_ATEXIT 1
  1797. | #define HAVE_DUP2 1
  1798. | #define HAVE_FDATASYNC 1
  1799. | #define HAVE_FTIME 1
  1800. | #define HAVE_FTRUNCATE 1
  1801. | #define HAVE_GETCWD 1
  1802. | #define HAVE_GETHOSTBYADDR 1
  1803. | #define HAVE_GETHOSTBYNAME 1
  1804. | #define HAVE_GETHOSTNAME 1
  1805. | #define HAVE_GETPAGESIZE 1
  1806. | #define HAVE_GETPASS 1
  1807. | #define HAVE_GETTIMEOFDAY 1
  1808. | #define HAVE_INET_NTOA 1
  1809. | #define HAVE_LCHOWN 1
  1810. | #define HAVE_LOCALECONV 1
  1811. | #define HAVE_MEMCHR 1
  1812. | #define HAVE_MEMMOVE 1
  1813. | #define HAVE_MEMSET 1
  1814. | #define HAVE_MKDIR 1
  1815. | #define HAVE_MODF 1
  1816. | #define HAVE_MUNMAP 1
  1817. | #define HAVE_RMDIR 1
  1818. | #define HAVE_SELECT 1
  1819. | #define HAVE_SETENV 1
  1820. | #define HAVE_SETLOCALE 1
  1821. | #define HAVE_SOCKET 1
  1822. | #define HAVE_STRCASECMP 1
  1823. | #define HAVE_STRCHR 1
  1824. | #define HAVE_STRCSPN 1
  1825. | #define HAVE_STRDUP 1
  1826. | #define HAVE_STRERROR 1
  1827. | #define HAVE_STRNCASECMP 1
  1828. | #define HAVE_STRPBRK 1
  1829. | #define HAVE_STRRCHR 1
  1830. | #define HAVE_STRSPN 1
  1831. | #define HAVE_STRSTR 1
  1832. | #define HAVE_STRTOL 1
  1833. | #define HAVE_STRTOUL 1
  1834. | #define HAVE_SYSINFO 1
  1835. | #define HAVE_TZSET 1
  1836. | #define HAVE_UTIME 1
  1837. | #define HAVE_POSIX_FADVISE 1
  1838. | #define HAVE_LOCALTIME_R 1
  1839. | #define SIZEOF_INT 4
  1840. | #define SIZEOF_SIZE_T 8
  1841. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1842. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1843. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1844. | /* end confdefs.h. */
  1845. | #include <string>
  1846. |
  1847. | int
  1848. | main ()
  1849. | {
  1850. | if (sizeof (std::u32string))
  1851. | return 0;
  1852. | ;
  1853. | return 0;
  1854. | }
  1855. configure:24291: result: no
  1856. configure:24302: checking for char16_t
  1857. configure:24330: g++ -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.cpp >&5
  1858. conftest.cpp: In function 'int main()':
  1859. conftest.cpp:134: error: 'char16_t' was not declared in this scope
  1860. configure:24337: $? = 1
  1861. configure: failed program was:
  1862. | /* confdefs.h. */
  1863. | #define PACKAGE_NAME "kodi"
  1864. | #define PACKAGE_TARNAME "kodi"
  1865. | #define PACKAGE_VERSION "14.2.000"
  1866. | #define PACKAGE_STRING "kodi 14.2.000"
  1867. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1868. | #define PACKAGE "kodi"
  1869. | #define VERSION "14.2.000"
  1870. | #define LIRC_DEVICE "/dev/lircd"
  1871. | #define STDC_HEADERS 1
  1872. | #define HAVE_SYS_TYPES_H 1
  1873. | #define HAVE_SYS_STAT_H 1
  1874. | #define HAVE_STDLIB_H 1
  1875. | #define HAVE_STRING_H 1
  1876. | #define HAVE_MEMORY_H 1
  1877. | #define HAVE_STRINGS_H 1
  1878. | #define HAVE_INTTYPES_H 1
  1879. | #define HAVE_STDINT_H 1
  1880. | #define HAVE_UNISTD_H 1
  1881. | #define HAVE_DLFCN_H 1
  1882. | #define LT_OBJDIR ".libs/"
  1883. | #define HAVE_ALLOCA_H 1
  1884. | #define HAVE_ALLOCA 1
  1885. | #define HAVE_UNISTD_H 1
  1886. | #define HAVE_CHOWN 1
  1887. | #define HAVE_DIRENT_H 1
  1888. | #define HAVE_FSEEKO 1
  1889. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1890. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1891. | #define TIME_WITH_SYS_TIME 1
  1892. | #define HAVE_SYS_TIME_H 1
  1893. | #define HAVE_UNISTD_H 1
  1894. | #define HAVE_UTIME_H 1
  1895. | #define HAVE_ALARM 1
  1896. | #define HAVE_STDLIB_H 1
  1897. | #define HAVE_UNISTD_H 1
  1898. | #define HAVE_GETPAGESIZE 1
  1899. | #define HAVE_MMAP 1
  1900. | #define HAVE_SYS_SELECT_H 1
  1901. | #define HAVE_SYS_SOCKET_H 1
  1902. | #define SELECT_TYPE_ARG1 int
  1903. | #define SELECT_TYPE_ARG234 (fd_set *)
  1904. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1905. | #define RETSIGTYPE void
  1906. | #define HAVE_STRCOLL 1
  1907. | #define HAVE_STRFTIME 1
  1908. | #define HAVE_UTIME_NULL 1
  1909. | #define HAVE_VPRINTF 1
  1910. | #define HAVE_ATEXIT 1
  1911. | #define HAVE_DUP2 1
  1912. | #define HAVE_FDATASYNC 1
  1913. | #define HAVE_FTIME 1
  1914. | #define HAVE_FTRUNCATE 1
  1915. | #define HAVE_GETCWD 1
  1916. | #define HAVE_GETHOSTBYADDR 1
  1917. | #define HAVE_GETHOSTBYNAME 1
  1918. | #define HAVE_GETHOSTNAME 1
  1919. | #define HAVE_GETPAGESIZE 1
  1920. | #define HAVE_GETPASS 1
  1921. | #define HAVE_GETTIMEOFDAY 1
  1922. | #define HAVE_INET_NTOA 1
  1923. | #define HAVE_LCHOWN 1
  1924. | #define HAVE_LOCALECONV 1
  1925. | #define HAVE_MEMCHR 1
  1926. | #define HAVE_MEMMOVE 1
  1927. | #define HAVE_MEMSET 1
  1928. | #define HAVE_MKDIR 1
  1929. | #define HAVE_MODF 1
  1930. | #define HAVE_MUNMAP 1
  1931. | #define HAVE_RMDIR 1
  1932. | #define HAVE_SELECT 1
  1933. | #define HAVE_SETENV 1
  1934. | #define HAVE_SETLOCALE 1
  1935. | #define HAVE_SOCKET 1
  1936. | #define HAVE_STRCASECMP 1
  1937. | #define HAVE_STRCHR 1
  1938. | #define HAVE_STRCSPN 1
  1939. | #define HAVE_STRDUP 1
  1940. | #define HAVE_STRERROR 1
  1941. | #define HAVE_STRNCASECMP 1
  1942. | #define HAVE_STRPBRK 1
  1943. | #define HAVE_STRRCHR 1
  1944. | #define HAVE_STRSPN 1
  1945. | #define HAVE_STRSTR 1
  1946. | #define HAVE_STRTOL 1
  1947. | #define HAVE_STRTOUL 1
  1948. | #define HAVE_SYSINFO 1
  1949. | #define HAVE_TZSET 1
  1950. | #define HAVE_UTIME 1
  1951. | #define HAVE_POSIX_FADVISE 1
  1952. | #define HAVE_LOCALTIME_R 1
  1953. | #define SIZEOF_INT 4
  1954. | #define SIZEOF_SIZE_T 8
  1955. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1956. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1957. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1958. | /* end confdefs.h. */
  1959. | #include <stdio.h>
  1960. | #ifdef HAVE_SYS_TYPES_H
  1961. | # include <sys/types.h>
  1962. | #endif
  1963. | #ifdef HAVE_SYS_STAT_H
  1964. | # include <sys/stat.h>
  1965. | #endif
  1966. | #ifdef STDC_HEADERS
  1967. | # include <stdlib.h>
  1968. | # include <stddef.h>
  1969. | #else
  1970. | # ifdef HAVE_STDLIB_H
  1971. | # include <stdlib.h>
  1972. | # endif
  1973. | #endif
  1974. | #ifdef HAVE_STRING_H
  1975. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1976. | # include <memory.h>
  1977. | # endif
  1978. | # include <string.h>
  1979. | #endif
  1980. | #ifdef HAVE_STRINGS_H
  1981. | # include <strings.h>
  1982. | #endif
  1983. | #ifdef HAVE_INTTYPES_H
  1984. | # include <inttypes.h>
  1985. | #endif
  1986. | #ifdef HAVE_STDINT_H
  1987. | # include <stdint.h>
  1988. | #endif
  1989. | #ifdef HAVE_UNISTD_H
  1990. | # include <unistd.h>
  1991. | #endif
  1992. | int
  1993. | main ()
  1994. | {
  1995. | if (sizeof (char16_t))
  1996. | return 0;
  1997. | ;
  1998. | return 0;
  1999. | }
  2000. configure:24394: result: no
  2001. configure:24404: checking for char32_t
  2002. configure:24432: g++ -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.cpp >&5
  2003. conftest.cpp: In function 'int main()':
  2004. conftest.cpp:134: error: 'char32_t' was not declared in this scope
  2005. configure:24439: $? = 1
  2006. configure: failed program was:
  2007. | /* confdefs.h. */
  2008. | #define PACKAGE_NAME "kodi"
  2009. | #define PACKAGE_TARNAME "kodi"
  2010. | #define PACKAGE_VERSION "14.2.000"
  2011. | #define PACKAGE_STRING "kodi 14.2.000"
  2012. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2013. | #define PACKAGE "kodi"
  2014. | #define VERSION "14.2.000"
  2015. | #define LIRC_DEVICE "/dev/lircd"
  2016. | #define STDC_HEADERS 1
  2017. | #define HAVE_SYS_TYPES_H 1
  2018. | #define HAVE_SYS_STAT_H 1
  2019. | #define HAVE_STDLIB_H 1
  2020. | #define HAVE_STRING_H 1
  2021. | #define HAVE_MEMORY_H 1
  2022. | #define HAVE_STRINGS_H 1
  2023. | #define HAVE_INTTYPES_H 1
  2024. | #define HAVE_STDINT_H 1
  2025. | #define HAVE_UNISTD_H 1
  2026. | #define HAVE_DLFCN_H 1
  2027. | #define LT_OBJDIR ".libs/"
  2028. | #define HAVE_ALLOCA_H 1
  2029. | #define HAVE_ALLOCA 1
  2030. | #define HAVE_UNISTD_H 1
  2031. | #define HAVE_CHOWN 1
  2032. | #define HAVE_DIRENT_H 1
  2033. | #define HAVE_FSEEKO 1
  2034. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2035. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2036. | #define TIME_WITH_SYS_TIME 1
  2037. | #define HAVE_SYS_TIME_H 1
  2038. | #define HAVE_UNISTD_H 1
  2039. | #define HAVE_UTIME_H 1
  2040. | #define HAVE_ALARM 1
  2041. | #define HAVE_STDLIB_H 1
  2042. | #define HAVE_UNISTD_H 1
  2043. | #define HAVE_GETPAGESIZE 1
  2044. | #define HAVE_MMAP 1
  2045. | #define HAVE_SYS_SELECT_H 1
  2046. | #define HAVE_SYS_SOCKET_H 1
  2047. | #define SELECT_TYPE_ARG1 int
  2048. | #define SELECT_TYPE_ARG234 (fd_set *)
  2049. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2050. | #define RETSIGTYPE void
  2051. | #define HAVE_STRCOLL 1
  2052. | #define HAVE_STRFTIME 1
  2053. | #define HAVE_UTIME_NULL 1
  2054. | #define HAVE_VPRINTF 1
  2055. | #define HAVE_ATEXIT 1
  2056. | #define HAVE_DUP2 1
  2057. | #define HAVE_FDATASYNC 1
  2058. | #define HAVE_FTIME 1
  2059. | #define HAVE_FTRUNCATE 1
  2060. | #define HAVE_GETCWD 1
  2061. | #define HAVE_GETHOSTBYADDR 1
  2062. | #define HAVE_GETHOSTBYNAME 1
  2063. | #define HAVE_GETHOSTNAME 1
  2064. | #define HAVE_GETPAGESIZE 1
  2065. | #define HAVE_GETPASS 1
  2066. | #define HAVE_GETTIMEOFDAY 1
  2067. | #define HAVE_INET_NTOA 1
  2068. | #define HAVE_LCHOWN 1
  2069. | #define HAVE_LOCALECONV 1
  2070. | #define HAVE_MEMCHR 1
  2071. | #define HAVE_MEMMOVE 1
  2072. | #define HAVE_MEMSET 1
  2073. | #define HAVE_MKDIR 1
  2074. | #define HAVE_MODF 1
  2075. | #define HAVE_MUNMAP 1
  2076. | #define HAVE_RMDIR 1
  2077. | #define HAVE_SELECT 1
  2078. | #define HAVE_SETENV 1
  2079. | #define HAVE_SETLOCALE 1
  2080. | #define HAVE_SOCKET 1
  2081. | #define HAVE_STRCASECMP 1
  2082. | #define HAVE_STRCHR 1
  2083. | #define HAVE_STRCSPN 1
  2084. | #define HAVE_STRDUP 1
  2085. | #define HAVE_STRERROR 1
  2086. | #define HAVE_STRNCASECMP 1
  2087. | #define HAVE_STRPBRK 1
  2088. | #define HAVE_STRRCHR 1
  2089. | #define HAVE_STRSPN 1
  2090. | #define HAVE_STRSTR 1
  2091. | #define HAVE_STRTOL 1
  2092. | #define HAVE_STRTOUL 1
  2093. | #define HAVE_SYSINFO 1
  2094. | #define HAVE_TZSET 1
  2095. | #define HAVE_UTIME 1
  2096. | #define HAVE_POSIX_FADVISE 1
  2097. | #define HAVE_LOCALTIME_R 1
  2098. | #define SIZEOF_INT 4
  2099. | #define SIZEOF_SIZE_T 8
  2100. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2101. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2102. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2103. | /* end confdefs.h. */
  2104. | #include <stdio.h>
  2105. | #ifdef HAVE_SYS_TYPES_H
  2106. | # include <sys/types.h>
  2107. | #endif
  2108. | #ifdef HAVE_SYS_STAT_H
  2109. | # include <sys/stat.h>
  2110. | #endif
  2111. | #ifdef STDC_HEADERS
  2112. | # include <stdlib.h>
  2113. | # include <stddef.h>
  2114. | #else
  2115. | # ifdef HAVE_STDLIB_H
  2116. | # include <stdlib.h>
  2117. | # endif
  2118. | #endif
  2119. | #ifdef HAVE_STRING_H
  2120. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2121. | # include <memory.h>
  2122. | # endif
  2123. | # include <string.h>
  2124. | #endif
  2125. | #ifdef HAVE_STRINGS_H
  2126. | # include <strings.h>
  2127. | #endif
  2128. | #ifdef HAVE_INTTYPES_H
  2129. | # include <inttypes.h>
  2130. | #endif
  2131. | #ifdef HAVE_STDINT_H
  2132. | # include <stdint.h>
  2133. | #endif
  2134. | #ifdef HAVE_UNISTD_H
  2135. | # include <unistd.h>
  2136. | #endif
  2137. | int
  2138. | main ()
  2139. | {
  2140. | if (sizeof (char32_t))
  2141. | return 0;
  2142. | ;
  2143. | return 0;
  2144. | }
  2145. configure:24496: result: no
  2146. configure:24511: checking size of wchar_t
  2147. configure:24816: g++ -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.cpp >&5
  2148. configure:24820: $? = 0
  2149. configure:24826: ./conftest
  2150. configure:24830: $? = 0
  2151. configure:24856: result: 4
  2152. configure:24887: checking sys/inotify.h usability
  2153. configure:24904: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2154. configure:24911: $? = 0
  2155. configure:24925: result: yes
  2156. configure:24929: checking sys/inotify.h presence
  2157. configure:24944: gcc -E conftest.c
  2158. configure:24951: $? = 0
  2159. configure:24965: result: yes
  2160. configure:24998: checking for sys/inotify.h
  2161. configure:25005: result: yes
  2162. configure:25037: checking boost/shared_ptr.hpp usability
  2163. configure:25054: g++ -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.cpp >&5
  2164. configure:25061: $? = 0
  2165. configure:25075: result: yes
  2166. configure:25079: checking boost/shared_ptr.hpp presence
  2167. configure:25094: g++ -E conftest.cpp
  2168. configure:25101: $? = 0
  2169. configure:25115: result: yes
  2170. configure:25148: checking for boost/shared_ptr.hpp
  2171. configure:25155: result: yes
  2172. configure:25185: checking for python
  2173. configure:25203: found /usr/bin/python
  2174. configure:25215: result: /usr/bin/python
  2175. configure:25233: checking for a version of Python >= '2.1.0'
  2176. configure:25270: result: yes
  2177. configure:25278: checking for a version of Python >= 2.4
  2178. configure:25284: result: yes
  2179. configure:25307: checking for the distutils Python package
  2180. configure:25311: result: yes
  2181. configure:25329: checking for Python include path
  2182. configure:25339: result: -I/usr/include/python2.6
  2183. configure:25346: checking for Python library path
  2184. configure:25444: result: -L/usr/lib64 -lpython2.6
  2185. configure:25451: checking for Python site-packages path
  2186. configure:25457: result: /usr/lib/python2.6/site-packages
  2187. configure:25464: checking python extra libraries
  2188. configure:25471: result: -lpthread -ldl -lutil
  2189. configure:25478: checking python extra linking flags
  2190. configure:25485: result: -Xlinker -export-dynamic
  2191. configure:25492: checking consistency of all components of python development environment
  2192. configure:25528: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -I/usr/include/python2.6 conftest.c -L/usr/lib64 -lpython2.6 -Xlinker -export-dynamic -lpthread -ldl -lutil >&5
  2193. configure:25535: $? = 0
  2194. configure:25564: result: yes
  2195. configure:25611: Using Python 2.6
  2196. configure:26236: result: == Wayland disabled. ==
  2197. configure:26515: checking for main in -lGL
  2198. configure:26544: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c -lGL -L/usr/lib64 -lpython2.6 >&5
  2199. configure:26551: $? = 0
  2200. configure:26572: result: yes
  2201. configure:26588: checking for main in -lGLEW
  2202. configure:26617: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c -lGLEW -lGL -L/usr/lib64 -lpython2.6 >&5
  2203. configure:26624: $? = 0
  2204. configure:26645: result: yes
  2205. configure:26661: checking for main in -lGLU
  2206. configure:26690: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.6 >&5
  2207. configure:26697: $? = 0
  2208. configure:26718: result: yes
  2209. configure:26813: checking for mysql_config
  2210. configure:26831: found /usr/bin/mysql_config
  2211. configure:26844: result: /usr/bin/mysql_config
  2212. configure:26878: checking ass/ass.h usability
  2213. configure:26895: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2214. configure:26902: $? = 0
  2215. configure:26916: result: yes
  2216. configure:26920: checking ass/ass.h presence
  2217. configure:26935: gcc -E conftest.c
  2218. configure:26942: $? = 0
  2219. configure:26956: result: yes
  2220. configure:26989: checking for ass/ass.h
  2221. configure:26996: result: yes
  2222. configure:27019: checking mpeg2dec/mpeg2.h usability
  2223. configure:27036: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2224. configure:27043: $? = 0
  2225. configure:27057: result: yes
  2226. configure:27061: checking mpeg2dec/mpeg2.h presence
  2227. configure:27076: gcc -E conftest.c
  2228. configure:27083: $? = 0
  2229. configure:27097: result: yes
  2230. configure:27130: checking for mpeg2dec/mpeg2.h
  2231. configure:27137: result: yes
  2232. configure:27150: checking for mpeg2dec/mpeg2convert.h
  2233. configure:27172: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2234. configure:27179: $? = 0
  2235. configure:27194: result: yes
  2236. configure:27215: checking jpeglib.h usability
  2237. configure:27232: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2238. configure:27239: $? = 0
  2239. configure:27253: result: yes
  2240. configure:27257: checking jpeglib.h presence
  2241. configure:27272: gcc -E conftest.c
  2242. configure:27279: $? = 0
  2243. configure:27293: result: yes
  2244. configure:27326: checking for jpeglib.h
  2245. configure:27333: result: yes
  2246. configure:27356: checking ogg/ogg.h usability
  2247. configure:27373: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2248. configure:27380: $? = 0
  2249. configure:27394: result: yes
  2250. configure:27398: checking ogg/ogg.h presence
  2251. configure:27413: gcc -E conftest.c
  2252. configure:27420: $? = 0
  2253. configure:27434: result: yes
  2254. configure:27467: checking for ogg/ogg.h
  2255. configure:27474: result: yes
  2256. configure:27497: checking vorbis/vorbisfile.h usability
  2257. configure:27514: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2258. configure:27521: $? = 0
  2259. configure:27535: result: yes
  2260. configure:27539: checking vorbis/vorbisfile.h presence
  2261. configure:27554: gcc -E conftest.c
  2262. configure:27561: $? = 0
  2263. configure:27575: result: yes
  2264. configure:27608: checking for vorbis/vorbisfile.h
  2265. configure:27615: result: yes
  2266. configure:27638: checking libmodplug/modplug.h usability
  2267. configure:27655: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2268. configure:27662: $? = 0
  2269. configure:27676: result: yes
  2270. configure:27680: checking libmodplug/modplug.h presence
  2271. configure:27695: gcc -E conftest.c
  2272. configure:27702: $? = 0
  2273. configure:27716: result: yes
  2274. configure:27749: checking for libmodplug/modplug.h
  2275. configure:27756: result: yes
  2276. configure:27780: checking curl/curl.h usability
  2277. configure:27797: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2278. configure:27804: $? = 0
  2279. configure:27818: result: yes
  2280. configure:27822: checking curl/curl.h presence
  2281. configure:27837: gcc -E conftest.c
  2282. configure:27844: $? = 0
  2283. configure:27858: result: yes
  2284. configure:27891: checking for curl/curl.h
  2285. configure:27898: result: yes
  2286. configure:27920: checking for libcurl soname
  2287. configure:27964: result: libcurl.so.4
  2288. configure:27969: checking for CRYPTO_set_locking_callback(0) in libcurl.so.4
  2289. configure:27987: result: no
  2290. configure:28001: checking openssl/crypto.h usability
  2291. configure:28018: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2292. configure:28025: $? = 0
  2293. configure:28039: result: yes
  2294. configure:28043: checking openssl/crypto.h presence
  2295. configure:28058: gcc -E conftest.c
  2296. configure:28065: $? = 0
  2297. configure:28079: result: yes
  2298. configure:28112: checking for openssl/crypto.h
  2299. configure:28119: result: yes
  2300. configure:28142: checking gcrypt.h usability
  2301. configure:28159: gcc -c -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c >&5
  2302. configure:28166: $? = 0
  2303. configure:28180: result: yes
  2304. configure:28184: checking gcrypt.h presence
  2305. configure:28199: gcc -E conftest.c
  2306. configure:28206: $? = 0
  2307. configure:28220: result: yes
  2308. configure:28253: checking for gcrypt.h
  2309. configure:28260: result: yes
  2310. configure:28274: checking for main in -lgpg-error
  2311. configure:28303: gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall conftest.c -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.6 -rdynamic -L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto >&5
  2312. /usr/bin/ld: cannot find -lmysqlclient
  2313. collect2: ld returned 1 exit status
  2314. configure:28310: $? = 1
  2315. configure: failed program was:
  2316. | /* confdefs.h. */
  2317. | #define PACKAGE_NAME "kodi"
  2318. | #define PACKAGE_TARNAME "kodi"
  2319. | #define PACKAGE_VERSION "14.2.000"
  2320. | #define PACKAGE_STRING "kodi 14.2.000"
  2321. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2322. | #define PACKAGE "kodi"
  2323. | #define VERSION "14.2.000"
  2324. | #define LIRC_DEVICE "/dev/lircd"
  2325. | #define STDC_HEADERS 1
  2326. | #define HAVE_SYS_TYPES_H 1
  2327. | #define HAVE_SYS_STAT_H 1
  2328. | #define HAVE_STDLIB_H 1
  2329. | #define HAVE_STRING_H 1
  2330. | #define HAVE_MEMORY_H 1
  2331. | #define HAVE_STRINGS_H 1
  2332. | #define HAVE_INTTYPES_H 1
  2333. | #define HAVE_STDINT_H 1
  2334. | #define HAVE_UNISTD_H 1
  2335. | #define HAVE_DLFCN_H 1
  2336. | #define LT_OBJDIR ".libs/"
  2337. | #define HAVE_ALLOCA_H 1
  2338. | #define HAVE_ALLOCA 1
  2339. | #define HAVE_UNISTD_H 1
  2340. | #define HAVE_CHOWN 1
  2341. | #define HAVE_DIRENT_H 1
  2342. | #define HAVE_FSEEKO 1
  2343. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2344. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2345. | #define TIME_WITH_SYS_TIME 1
  2346. | #define HAVE_SYS_TIME_H 1
  2347. | #define HAVE_UNISTD_H 1
  2348. | #define HAVE_UTIME_H 1
  2349. | #define HAVE_ALARM 1
  2350. | #define HAVE_STDLIB_H 1
  2351. | #define HAVE_UNISTD_H 1
  2352. | #define HAVE_GETPAGESIZE 1
  2353. | #define HAVE_MMAP 1
  2354. | #define HAVE_SYS_SELECT_H 1
  2355. | #define HAVE_SYS_SOCKET_H 1
  2356. | #define SELECT_TYPE_ARG1 int
  2357. | #define SELECT_TYPE_ARG234 (fd_set *)
  2358. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2359. | #define RETSIGTYPE void
  2360. | #define HAVE_STRCOLL 1
  2361. | #define HAVE_STRFTIME 1
  2362. | #define HAVE_UTIME_NULL 1
  2363. | #define HAVE_VPRINTF 1
  2364. | #define HAVE_ATEXIT 1
  2365. | #define HAVE_DUP2 1
  2366. | #define HAVE_FDATASYNC 1
  2367. | #define HAVE_FTIME 1
  2368. | #define HAVE_FTRUNCATE 1
  2369. | #define HAVE_GETCWD 1
  2370. | #define HAVE_GETHOSTBYADDR 1
  2371. | #define HAVE_GETHOSTBYNAME 1
  2372. | #define HAVE_GETHOSTNAME 1
  2373. | #define HAVE_GETPAGESIZE 1
  2374. | #define HAVE_GETPASS 1
  2375. | #define HAVE_GETTIMEOFDAY 1
  2376. | #define HAVE_INET_NTOA 1
  2377. | #define HAVE_LCHOWN 1
  2378. | #define HAVE_LOCALECONV 1
  2379. | #define HAVE_MEMCHR 1
  2380. | #define HAVE_MEMMOVE 1
  2381. | #define HAVE_MEMSET 1
  2382. | #define HAVE_MKDIR 1
  2383. | #define HAVE_MODF 1
  2384. | #define HAVE_MUNMAP 1
  2385. | #define HAVE_RMDIR 1
  2386. | #define HAVE_SELECT 1
  2387. | #define HAVE_SETENV 1
  2388. | #define HAVE_SETLOCALE 1
  2389. | #define HAVE_SOCKET 1
  2390. | #define HAVE_STRCASECMP 1
  2391. | #define HAVE_STRCHR 1
  2392. | #define HAVE_STRCSPN 1
  2393. | #define HAVE_STRDUP 1
  2394. | #define HAVE_STRERROR 1
  2395. | #define HAVE_STRNCASECMP 1
  2396. | #define HAVE_STRPBRK 1
  2397. | #define HAVE_STRRCHR 1
  2398. | #define HAVE_STRSPN 1
  2399. | #define HAVE_STRSTR 1
  2400. | #define HAVE_STRTOL 1
  2401. | #define HAVE_STRTOUL 1
  2402. | #define HAVE_SYSINFO 1
  2403. | #define HAVE_TZSET 1
  2404. | #define HAVE_UTIME 1
  2405. | #define HAVE_POSIX_FADVISE 1
  2406. | #define HAVE_LOCALTIME_R 1
  2407. | #define SIZEOF_INT 4
  2408. | #define SIZEOF_SIZE_T 8
  2409. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2410. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2411. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2412. | #define SIZEOF_WCHAR_T 4
  2413. | #define HAVE_INOTIFY 1
  2414. | #define HAVE_PYTHON "2.6"
  2415. | #define HAVE_LIBGL 1
  2416. | #define HAVE_LIBGLEW 1
  2417. | #define HAVE_LIBGLU 1
  2418. | #define HAVE_MYSQL 1
  2419. | #define HAVE_OPENSSL 1
  2420. | /* end confdefs.h. */
  2421. |
  2422. |
  2423. | int
  2424. | main ()
  2425. | {
  2426. | return main ();
  2427. | ;
  2428. | return 0;
  2429. | }
  2430. configure:28332: result: no
  2431. configure:28342: error: Could not find a required library. Please see the README for your platform.
  2432.  
  2433. ## ---------------- ##
  2434. ## Cache variables. ##
  2435. ## ---------------- ##
  2436.  
  2437. ac_cv_build=x86_64-unknown-linux-gnu
  2438. ac_cv_build_prog_CPP='gcc -E'
  2439. ac_cv_build_prog_CXXCPP='g++ -E'
  2440. ac_cv_build_prog_cc_g=no
  2441. ac_cv_build_prog_cxx_g=yes
  2442. ac_cv_c_compiler_gnu=yes
  2443. ac_cv_cxx_compiler_gnu=yes
  2444. ac_cv_env_ALSA_CFLAGS_set=
  2445. ac_cv_env_ALSA_CFLAGS_value=
  2446. ac_cv_env_ALSA_LIBS_set=
  2447. ac_cv_env_ALSA_LIBS_value=
  2448. ac_cv_env_CCC_set=
  2449. ac_cv_env_CCC_value=
  2450. ac_cv_env_CC_set=
  2451. ac_cv_env_CC_value=
  2452. ac_cv_env_CDIO_CFLAGS_set=
  2453. ac_cv_env_CDIO_CFLAGS_value=
  2454. ac_cv_env_CDIO_LIBS_set=
  2455. ac_cv_env_CDIO_LIBS_value=
  2456. ac_cv_env_CEC_CFLAGS_set=
  2457. ac_cv_env_CEC_CFLAGS_value=
  2458. ac_cv_env_CEC_LIBS_set=
  2459. ac_cv_env_CEC_LIBS_value=
  2460. ac_cv_env_CFLAGS_set=
  2461. ac_cv_env_CFLAGS_value=
  2462. ac_cv_env_CPPFLAGS_set=
  2463. ac_cv_env_CPPFLAGS_value=
  2464. ac_cv_env_CPP_set=
  2465. ac_cv_env_CPP_value=
  2466. ac_cv_env_CXXCPP_set=
  2467. ac_cv_env_CXXCPP_value=
  2468. ac_cv_env_CXXFLAGS_set=
  2469. ac_cv_env_CXXFLAGS_value=
  2470. ac_cv_env_CXX_set=
  2471. ac_cv_env_CXX_value=
  2472. ac_cv_env_DBUS_CFLAGS_set=
  2473. ac_cv_env_DBUS_CFLAGS_value=
  2474. ac_cv_env_DBUS_LIBS_set=
  2475. ac_cv_env_DBUS_LIBS_value=
  2476. ac_cv_env_DRM_CFLAGS_set=
  2477. ac_cv_env_DRM_CFLAGS_value=
  2478. ac_cv_env_DRM_LIBS_set=
  2479. ac_cv_env_DRM_LIBS_value=
  2480. ac_cv_env_FFMPEG_CFLAGS_set=
  2481. ac_cv_env_FFMPEG_CFLAGS_value=
  2482. ac_cv_env_FFMPEG_LIBS_set=
  2483. ac_cv_env_FFMPEG_LIBS_value=
  2484. ac_cv_env_FREETYPE2_CFLAGS_set=
  2485. ac_cv_env_FREETYPE2_CFLAGS_value=
  2486. ac_cv_env_FREETYPE2_LIBS_set=
  2487. ac_cv_env_FREETYPE2_LIBS_value=
  2488. ac_cv_env_FRIBIDI_CFLAGS_set=
  2489. ac_cv_env_FRIBIDI_CFLAGS_value=
  2490. ac_cv_env_FRIBIDI_LIBS_set=
  2491. ac_cv_env_FRIBIDI_LIBS_value=
  2492. ac_cv_env_GNUTLS_CFLAGS_set=
  2493. ac_cv_env_GNUTLS_CFLAGS_value=
  2494. ac_cv_env_GNUTLS_LIBS_set=
  2495. ac_cv_env_GNUTLS_LIBS_value=
  2496. ac_cv_env_LDFLAGS_set=
  2497. ac_cv_env_LDFLAGS_value=
  2498. ac_cv_env_LIBBLURAY_CFLAGS_set=
  2499. ac_cv_env_LIBBLURAY_CFLAGS_value=
  2500. ac_cv_env_LIBBLURAY_LIBS_set=
  2501. ac_cv_env_LIBBLURAY_LIBS_value=
  2502. ac_cv_env_LIBS_set=
  2503. ac_cv_env_LIBS_value=
  2504. ac_cv_env_LIBVA_CFLAGS_set=
  2505. ac_cv_env_LIBVA_CFLAGS_value=
  2506. ac_cv_env_LIBVA_LIBS_set=
  2507. ac_cv_env_LIBVA_LIBS_value=
  2508. ac_cv_env_LIBXML_CFLAGS_set=
  2509. ac_cv_env_LIBXML_CFLAGS_value=
  2510. ac_cv_env_LIBXML_LIBS_set=
  2511. ac_cv_env_LIBXML_LIBS_value=
  2512. ac_cv_env_LIBXSLT_CFLAGS_set=
  2513. ac_cv_env_LIBXSLT_CFLAGS_value=
  2514. ac_cv_env_LIBXSLT_LIBS_set=
  2515. ac_cv_env_LIBXSLT_LIBS_value=
  2516. ac_cv_env_PCRECPP_CFLAGS_set=
  2517. ac_cv_env_PCRECPP_CFLAGS_value=
  2518. ac_cv_env_PCRECPP_LIBS_set=
  2519. ac_cv_env_PCRECPP_LIBS_value=
  2520. ac_cv_env_PCRE_CFLAGS_set=
  2521. ac_cv_env_PCRE_CFLAGS_value=
  2522. ac_cv_env_PCRE_LIBS_set=
  2523. ac_cv_env_PCRE_LIBS_value=
  2524. ac_cv_env_PIXMAN_CFLAGS_set=
  2525. ac_cv_env_PIXMAN_CFLAGS_value=
  2526. ac_cv_env_PIXMAN_LIBS_set=
  2527. ac_cv_env_PIXMAN_LIBS_value=
  2528. ac_cv_env_PKG_CONFIG_set=
  2529. ac_cv_env_PKG_CONFIG_value=
  2530. ac_cv_env_PNG_CFLAGS_set=
  2531. ac_cv_env_PNG_CFLAGS_value=
  2532. ac_cv_env_PNG_LIBS_set=
  2533. ac_cv_env_PNG_LIBS_value=
  2534. ac_cv_env_PULSE_CFLAGS_set=
  2535. ac_cv_env_PULSE_CFLAGS_value=
  2536. ac_cv_env_PULSE_LIBS_set=
  2537. ac_cv_env_PULSE_LIBS_value=
  2538. ac_cv_env_PYTHON_VERSION_set=
  2539. ac_cv_env_PYTHON_VERSION_value=
  2540. ac_cv_env_SAMBA_CFLAGS_set=
  2541. ac_cv_env_SAMBA_CFLAGS_value=
  2542. ac_cv_env_SAMBA_LIBS_set=
  2543. ac_cv_env_SAMBA_LIBS_value=
  2544. ac_cv_env_SDL2_CFLAGS_set=
  2545. ac_cv_env_SDL2_CFLAGS_value=
  2546. ac_cv_env_SDL2_LIBS_set=
  2547. ac_cv_env_SDL2_LIBS_value=
  2548. ac_cv_env_SDL_CFLAGS_set=
  2549. ac_cv_env_SDL_CFLAGS_value=
  2550. ac_cv_env_SDL_LIBS_set=
  2551. ac_cv_env_SDL_LIBS_value=
  2552. ac_cv_env_SQLITE3_CFLAGS_set=
  2553. ac_cv_env_SQLITE3_CFLAGS_value=
  2554. ac_cv_env_SQLITE3_LIBS_set=
  2555. ac_cv_env_SQLITE3_LIBS_value=
  2556. ac_cv_env_TAGLIB_CFLAGS_set=
  2557. ac_cv_env_TAGLIB_CFLAGS_value=
  2558. ac_cv_env_TAGLIB_LIBS_set=
  2559. ac_cv_env_TAGLIB_LIBS_value=
  2560. ac_cv_env_UDEV_CFLAGS_set=
  2561. ac_cv_env_UDEV_CFLAGS_value=
  2562. ac_cv_env_UDEV_LIBS_set=
  2563. ac_cv_env_UDEV_LIBS_value=
  2564. ac_cv_env_USB_CFLAGS_set=
  2565. ac_cv_env_USB_CFLAGS_value=
  2566. ac_cv_env_USB_LIBS_set=
  2567. ac_cv_env_USB_LIBS_value=
  2568. ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
  2569. ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
  2570. ac_cv_env_WAYLAND_CLIENT_LIBS_set=
  2571. ac_cv_env_WAYLAND_CLIENT_LIBS_value=
  2572. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  2573. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  2574. ac_cv_env_WAYLAND_EGL_LIBS_set=
  2575. ac_cv_env_WAYLAND_EGL_LIBS_value=
  2576. ac_cv_env_WESTON_CFLAGS_set=
  2577. ac_cv_env_WESTON_CFLAGS_value=
  2578. ac_cv_env_WESTON_LIBS_set=
  2579. ac_cv_env_WESTON_LIBS_value=
  2580. ac_cv_env_X11_CFLAGS_set=
  2581. ac_cv_env_X11_CFLAGS_value=
  2582. ac_cv_env_X11_LIBS_set=
  2583. ac_cv_env_X11_LIBS_value=
  2584. ac_cv_env_XEXT_CFLAGS_set=
  2585. ac_cv_env_XEXT_CFLAGS_value=
  2586. ac_cv_env_XEXT_LIBS_set=
  2587. ac_cv_env_XEXT_LIBS_value=
  2588. ac_cv_env_XKBCOMMON_CFLAGS_set=
  2589. ac_cv_env_XKBCOMMON_CFLAGS_value=
  2590. ac_cv_env_XKBCOMMON_LIBS_set=
  2591. ac_cv_env_XKBCOMMON_LIBS_value=
  2592. ac_cv_env_XMU_CFLAGS_set=
  2593. ac_cv_env_XMU_CFLAGS_value=
  2594. ac_cv_env_XMU_LIBS_set=
  2595. ac_cv_env_XMU_LIBS_value=
  2596. ac_cv_env_XT_CFLAGS_set=
  2597. ac_cv_env_XT_CFLAGS_value=
  2598. ac_cv_env_XT_LIBS_set=
  2599. ac_cv_env_XT_LIBS_value=
  2600. ac_cv_env_ZIP_CFLAGS_set=
  2601. ac_cv_env_ZIP_CFLAGS_value=
  2602. ac_cv_env_ZIP_LIBS_set=
  2603. ac_cv_env_ZIP_LIBS_value=
  2604. ac_cv_env_build_alias_set=
  2605. ac_cv_env_build_alias_value=
  2606. ac_cv_env_host_alias_set=
  2607. ac_cv_env_host_alias_value=
  2608. ac_cv_env_target_alias_set=
  2609. ac_cv_env_target_alias_value=
  2610. ac_cv_func__doprnt=no
  2611. ac_cv_func_alarm=yes
  2612. ac_cv_func_alloca_works=yes
  2613. ac_cv_func_atexit=yes
  2614. ac_cv_func_chown_works=yes
  2615. ac_cv_func_closedir_void=no
  2616. ac_cv_func_dup2=yes
  2617. ac_cv_func_fdatasync=yes
  2618. ac_cv_func_floor=no
  2619. ac_cv_func_fs_stat_dev=no
  2620. ac_cv_func_ftime=yes
  2621. ac_cv_func_ftruncate=yes
  2622. ac_cv_func_getcwd=yes
  2623. ac_cv_func_gethostbyaddr=yes
  2624. ac_cv_func_gethostbyname=yes
  2625. ac_cv_func_gethostname=yes
  2626. ac_cv_func_getpagesize=yes
  2627. ac_cv_func_getpass=yes
  2628. ac_cv_func_gettimeofday=yes
  2629. ac_cv_func_inet_ntoa=yes
  2630. ac_cv_func_lchown=yes
  2631. ac_cv_func_localeconv=yes
  2632. ac_cv_func_localtime_r=yes
  2633. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  2634. ac_cv_func_lstat_empty_string_bug=no
  2635. ac_cv_func_memchr=yes
  2636. ac_cv_func_memcmp_working=yes
  2637. ac_cv_func_memmove=yes
  2638. ac_cv_func_memset=yes
  2639. ac_cv_func_mkdir=yes
  2640. ac_cv_func_mmap_fixed_mapped=yes
  2641. ac_cv_func_modf=yes
  2642. ac_cv_func_munmap=yes
  2643. ac_cv_func_posix_fadvise=yes
  2644. ac_cv_func_pow=no
  2645. ac_cv_func_rmdir=yes
  2646. ac_cv_func_select=yes
  2647. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  2648. ac_cv_func_setenv=yes
  2649. ac_cv_func_setlocale=yes
  2650. ac_cv_func_setvbuf_reversed=no
  2651. ac_cv_func_socket=yes
  2652. ac_cv_func_sqrt=no
  2653. ac_cv_func_stat_empty_string_bug=no
  2654. ac_cv_func_strcasecmp=yes
  2655. ac_cv_func_strchr=yes
  2656. ac_cv_func_strcoll_works=yes
  2657. ac_cv_func_strcspn=yes
  2658. ac_cv_func_strdup=yes
  2659. ac_cv_func_strerror=yes
  2660. ac_cv_func_strftime=yes
  2661. ac_cv_func_strncasecmp=yes
  2662. ac_cv_func_strpbrk=yes
  2663. ac_cv_func_strrchr=yes
  2664. ac_cv_func_strspn=yes
  2665. ac_cv_func_strstr=yes
  2666. ac_cv_func_strtod=yes
  2667. ac_cv_func_strtol=yes
  2668. ac_cv_func_strtoul=yes
  2669. ac_cv_func_sysinfo=yes
  2670. ac_cv_func_tzset=yes
  2671. ac_cv_func_utime=yes
  2672. ac_cv_func_utime_null=yes
  2673. ac_cv_func_vprintf=yes
  2674. ac_cv_func_working_mktime=yes
  2675. ac_cv_header_ass_ass_h=yes
  2676. ac_cv_header_boost_shared_ptr_hpp=yes
  2677. ac_cv_header_curl_curl_h=yes
  2678. ac_cv_header_dirent_dirent_h=yes
  2679. ac_cv_header_dlfcn_h=yes
  2680. ac_cv_header_gcrypt_h=yes
  2681. ac_cv_header_inttypes_h=yes
  2682. ac_cv_header_jpeglib_h=yes
  2683. ac_cv_header_libmodplug_modplug_h=yes
  2684. ac_cv_header_memory_h=yes
  2685. ac_cv_header_mpeg2dec_mpeg2_h=yes
  2686. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  2687. ac_cv_header_ogg_ogg_h=yes
  2688. ac_cv_header_openssl_crypto_h=yes
  2689. ac_cv_header_stdc=yes
  2690. ac_cv_header_stdint_h=yes
  2691. ac_cv_header_stdlib_h=yes
  2692. ac_cv_header_string_h=yes
  2693. ac_cv_header_strings_h=yes
  2694. ac_cv_header_sys_inotify_h=yes
  2695. ac_cv_header_sys_select_h=yes
  2696. ac_cv_header_sys_socket_h=yes
  2697. ac_cv_header_sys_stat_h=yes
  2698. ac_cv_header_sys_time_h=yes
  2699. ac_cv_header_sys_types_h=yes
  2700. ac_cv_header_time=yes
  2701. ac_cv_header_unistd_h=yes
  2702. ac_cv_header_utime_h=yes
  2703. ac_cv_header_vorbis_vorbisfile_h=yes
  2704. ac_cv_host=x86_64-unknown-linux-gnu
  2705. ac_cv_lib_GLEW_main=yes
  2706. ac_cv_lib_GLU_main=yes
  2707. ac_cv_lib_GL_main=yes
  2708. ac_cv_lib_error_at_line=yes
  2709. ac_cv_lib_gpg_error_main=no
  2710. ac_cv_objext=o
  2711. ac_cv_path_EGREP='/bin/grep -E'
  2712. ac_cv_path_FGREP='/bin/grep -F'
  2713. ac_cv_path_GREP=/bin/grep
  2714. ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
  2715. ac_cv_path_PYTHON=/usr/bin/python
  2716. ac_cv_path_SED=/bin/sed
  2717. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2718. ac_cv_path_install='/usr/bin/install -c'
  2719. ac_cv_path_mkdir=/bin/mkdir
  2720. ac_cv_prog_AWK=gawk
  2721. ac_cv_prog_CPP='gcc -E'
  2722. ac_cv_prog_CXXCPP='g++ -E'
  2723. ac_cv_prog_HAVE_GIT=no
  2724. ac_cv_prog_ac_ct_AR=ar
  2725. ac_cv_prog_ac_ct_CC=gcc
  2726. ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
  2727. ac_cv_prog_ac_ct_CXX=g++
  2728. ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
  2729. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2730. ac_cv_prog_ac_ct_RANLIB=ranlib
  2731. ac_cv_prog_ac_ct_STRIP=strip
  2732. ac_cv_prog_cc_c89=
  2733. ac_cv_prog_cc_g=yes
  2734. ac_cv_prog_cxx_g=yes
  2735. ac_cv_prog_gcc_traditional=no
  2736. ac_cv_prog_make_make_set=yes
  2737. ac_cv_search_opendir='none required'
  2738. ac_cv_sizeof_int=4
  2739. ac_cv_sizeof_size_t=8
  2740. ac_cv_sizeof_wchar_t=4
  2741. ac_cv_sys_largefile_source=no
  2742. ac_cv_type_char16_t=no
  2743. ac_cv_type_char32_t=no
  2744. ac_cv_type_signal=void
  2745. ac_cv_type_std__u16string=no
  2746. ac_cv_type_std__u32string=no
  2747. ac_cv_type_uid_t=yes
  2748. ac_cv_working_alloca_h=yes
  2749. am_cv_CC_FOR_BUILD_dependencies_compiler_type=none
  2750. am_cv_CC_dependencies_compiler_type=none
  2751. am_cv_CXX_FOR_BUILD_dependencies_compiler_type=none
  2752. am_cv_CXX_dependencies_compiler_type=none
  2753. lt_cv_deplibs_check_method=pass_all
  2754. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2755. lt_cv_file_magic_test_file=
  2756. lt_cv_ld_reload_flag=-r
  2757. lt_cv_nm_interface='BSD nm'
  2758. lt_cv_objdir=.libs
  2759. lt_cv_path_LD=/usr/bin/ld
  2760. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  2761. lt_cv_path_NM='/usr/bin/nm -B'
  2762. lt_cv_prog_compiler_c_o=yes
  2763. lt_cv_prog_compiler_c_o_CXX=yes
  2764. lt_cv_prog_compiler_pic_works=yes
  2765. lt_cv_prog_compiler_pic_works_CXX=yes
  2766. lt_cv_prog_compiler_rtti_exceptions=no
  2767. lt_cv_prog_compiler_static_works=no
  2768. lt_cv_prog_compiler_static_works_CXX=no
  2769. lt_cv_prog_gnu_ld=yes
  2770. lt_cv_prog_gnu_ldcxx=yes
  2771. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  2772. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2773. 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'\'''
  2774. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2775. lt_cv_sys_max_cmd_len=1966080
  2776.  
  2777. ## ----------------- ##
  2778. ## Output variables. ##
  2779. ## ----------------- ##
  2780.  
  2781. ACLOCAL='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/missing --run aclocal-1.11'
  2782. AFPCLIENT_SONAME=''
  2783. ALLOCA=''
  2784. ALSA_CFLAGS=''
  2785. ALSA_LIBS=''
  2786. AMDEPBACKSLASH='\'
  2787. AMDEP_FALSE='#'
  2788. AMDEP_TRUE=''
  2789. AMTAR='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/missing --run tar'
  2790. APP_ADDON_API='14.2.000'
  2791. APP_NAME='Kodi'
  2792. APP_NAME_LC='kodi'
  2793. APP_VERSION='14.2'
  2794. APP_VERSION_CODE='142000'
  2795. APP_VERSION_MAJOR='14'
  2796. APP_VERSION_MINOR='2'
  2797. APP_VERSION_TAG=''
  2798. APP_VERSION_TAG_LC=''
  2799. AR='ar'
  2800. ARCH='x86_64-linux'
  2801. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  2802. ASS_SONAME=''
  2803. AUTOCONF='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/missing --run autoconf'
  2804. AUTOHEADER='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/missing --run autoheader'
  2805. AUTOMAKE='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/missing --run automake-1.11'
  2806. AWK='gawk'
  2807. BLURAY_SONAME=''
  2808. BUILD_DVDCSS=''
  2809. BUILD_EXEEXT=''
  2810. BUILD_OBJEXT=''
  2811. CC='gcc'
  2812. CCACHE=''
  2813. CCDEPMODE='depmode=none'
  2814. CC_FOR_BUILD='gcc'
  2815. CC_FOR_BUILDDEPMODE='depmode=none'
  2816. CDIO_CFLAGS=''
  2817. CDIO_LIBS=''
  2818. CEC_CFLAGS=''
  2819. CEC_LIBS=''
  2820. CFLAGS='-O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall'
  2821. CFLAGS_FOR_BUILD='-O2'
  2822. CPP='gcc -E'
  2823. CPPFLAGS=''
  2824. CPPFLAGS_FOR_BUILD=''
  2825. CPP_FOR_BUILD='gcc -E'
  2826. CURL_SONAME='libcurl.so.4'
  2827. CXX='g++'
  2828. CXXCPP='g++ -E'
  2829. CXXCPPFLAGS_FOR_BUILD=''
  2830. CXXCPP_FOR_BUILD='g++ -E'
  2831. CXXDEPMODE='depmode=none'
  2832. CXXFLAGS='-O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall'
  2833. CXXFLAGS_FOR_BUILD='-g -O2'
  2834. CXX_FOR_BUILD='g++'
  2835. CXX_FOR_BUILDDEPMODE='depmode=none'
  2836. CYGPATH_W='echo'
  2837. DARWIN_NATIVE_ARCH=''
  2838. DBUS_CFLAGS=''
  2839. DBUS_LIBS=''
  2840. DEFS=''
  2841. DEPDIR='.deps'
  2842. DEPENDS_ROOT_FOR_XCODE=''
  2843. DISABLE_FISHBMC=''
  2844. DISABLE_GOOM=''
  2845. DISABLE_PROJECTM=''
  2846. DISABLE_RSXS=''
  2847. DISABLE_SPECTRUM=''
  2848. DISABLE_WAVEFORM=''
  2849. DOXYGEN_EXE=''
  2850. DRM_CFLAGS=''
  2851. DRM_LIBS=''
  2852. DSYMUTIL=''
  2853. DUMPBIN=''
  2854. ECHO_C=''
  2855. ECHO_N='-n'
  2856. ECHO_T=''
  2857. EGREP='/bin/grep -E'
  2858. EXEEXT=''
  2859. FFMPEG_CFLAGS=''
  2860. FFMPEG_LIBDIR=''
  2861. FFMPEG_LIBS=''
  2862. FGREP='/bin/grep -F'
  2863. FREETYPE2_CFLAGS=''
  2864. FREETYPE2_LIBS=''
  2865. FRIBIDI_CFLAGS=''
  2866. FRIBIDI_LIBS=''
  2867. GNUTLS_ALL_LIBS=''
  2868. GNUTLS_CFLAGS=''
  2869. GNUTLS_LIBS=''
  2870. GREP='/bin/grep'
  2871. GTEST_CONFIGURED=''
  2872. HAVE_CMAKE=''
  2873. HAVE_FPC=''
  2874. HAVE_GAWK=''
  2875. HAVE_GDC=''
  2876. HAVE_GIT='no'
  2877. HAVE_GPERF=''
  2878. HAVE_LIBBLURAY=''
  2879. HAVE_LIBPULSE=''
  2880. HAVE_NASM=''
  2881. HAVE_UNZIP=''
  2882. HAVE_XBMC_NONFREE=''
  2883. HAVE_ZIP=''
  2884. INCLUDES='-I$(abs_top_srcdir) -I/usr/include/mysql'
  2885. INSTALL_DATA='${INSTALL} -m 644'
  2886. INSTALL_PROGRAM='${INSTALL}'
  2887. INSTALL_SCRIPT='${INSTALL}'
  2888. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2889. JAVA_EXE=''
  2890. LD='/usr/bin/ld -m elf_x86_64'
  2891. LDFLAGS=''
  2892. LDFLAGS_FOR_BUILD=''
  2893. LIBASS_BASENAME=''
  2894. LIBBLURAY_CFLAGS=''
  2895. LIBBLURAY_LIBS=''
  2896. LIBCEC_SONAME=''
  2897. LIBCURL_BASENAME=''
  2898. LIBMEPG2_BASENAME=''
  2899. LIBMODPLUG_BASENAME=''
  2900. LIBOBJS=''
  2901. LIBOGG_BASENAME=''
  2902. LIBS='-lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.6 -rdynamic -L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto'
  2903. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2904. LIBVA_CFLAGS=''
  2905. LIBVA_LIBS=''
  2906. LIBVORBISFILE_BASENAME=''
  2907. LIBVORBIS_BASENAME=''
  2908. LIBXML_CFLAGS=''
  2909. LIBXML_LIBS=''
  2910. LIBXSLT_CFLAGS=''
  2911. LIBXSLT_LIBS=''
  2912. LIPO=''
  2913. LN_S='ln -s'
  2914. LTLIBOBJS=''
  2915. MAKEINFO='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/missing --run makeinfo'
  2916. MKDIR_P='/bin/mkdir -p'
  2917. MODPLUG_SONAME=''
  2918. MPEG2_SONAME=''
  2919. MYSQL_CONFIG='/usr/bin/mysql_config'
  2920. MYSQL_LIBS='-rdynamic -L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto'
  2921. NFS_SONAME=''
  2922. NM='/usr/bin/nm -B'
  2923. NMEDIT=''
  2924. OBJDUMP='objdump'
  2925. OBJEXT='o'
  2926. OGG_SONAME=''
  2927. OTOOL64=''
  2928. OTOOL=''
  2929. OUTPUT_FILES=''
  2930. PACKAGE='kodi'
  2931. PACKAGE_BUGREPORT='http://trac.kodi.tv'
  2932. PACKAGE_NAME='kodi'
  2933. PACKAGE_STRING='kodi 14.2.000'
  2934. PACKAGE_TARNAME='kodi'
  2935. PACKAGE_VERSION='14.2.000'
  2936. PATH_SEPARATOR=':'
  2937. PCRECPP_CFLAGS=''
  2938. PCRECPP_LIBS=''
  2939. PCRE_CFLAGS=''
  2940. PCRE_LIBS=''
  2941. PIXMAN_CFLAGS=''
  2942. PIXMAN_LIBS=''
  2943. PKG_CONFIG='/usr/bin/pkg-config'
  2944. PLIST_SONAME=''
  2945. PNG_CFLAGS=''
  2946. PNG_LIBS=''
  2947. POW_LIB=''
  2948. PULSE_CFLAGS=''
  2949. PULSE_LIBS=''
  2950. PYTHON='/usr/bin/python'
  2951. PYTHON_CPPFLAGS='-I/usr/include/python2.6'
  2952. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
  2953. PYTHON_EXTRA_LIBS=' -lpthread -ldl -lutil'
  2954. PYTHON_LDFLAGS='-L/usr/lib64 -lpython2.6'
  2955. PYTHON_SITE_PKG='/usr/lib/python2.6/site-packages'
  2956. PYTHON_VERSION='2.6'
  2957. RANLIB='ranlib'
  2958. RTMP_SONAME=''
  2959. SAMBA_CFLAGS=''
  2960. SAMBA_LIBS=''
  2961. SDL2_CFLAGS=''
  2962. SDL2_LIBS=''
  2963. SDL_CFLAGS=''
  2964. SDL_DEFINES=' -D'\''GIT_REV="Unknown"'\'''
  2965. SDL_LIBS=''
  2966. SED='/bin/sed'
  2967. SET_MAKE=''
  2968. SHAIRPLAY_SONAME=''
  2969. SHELL='/bin/sh'
  2970. SQLITE3_CFLAGS=''
  2971. SQLITE3_LIBS=''
  2972. STRIP='strip'
  2973. SWIG20_EXE=''
  2974. SWIG_EXE=''
  2975. TAGLIB_CFLAGS=''
  2976. TAGLIB_LIBS=''
  2977. UDEV_CFLAGS=''
  2978. UDEV_LIBS=''
  2979. UPNP_DEFINES=''
  2980. USB_CFLAGS=''
  2981. USB_LIBS=''
  2982. USE_AIRPLAY=''
  2983. USE_AIRTUNES=''
  2984. USE_ALSA=''
  2985. USE_ANDROID=''
  2986. USE_ASAP_CODEC=''
  2987. USE_DOXYGEN=''
  2988. USE_IMXVPU=''
  2989. USE_LIBAFPCLIENT=''
  2990. USE_LIBAMCODEC=''
  2991. USE_LIBAV_HACKS=''
  2992. USE_LIBCEC=''
  2993. USE_LIBNFS=''
  2994. USE_LIBSMBCLIENT=''
  2995. USE_LIBSTAGEFRIGHT=''
  2996. USE_LIBUDEV=''
  2997. USE_LIBUSB=''
  2998. USE_LIBXBMC=''
  2999. USE_MDNSEMBEDDED=''
  3000. USE_MMAL=''
  3001. USE_MYSQL=''
  3002. USE_OMXLIB=''
  3003. USE_OMXPLAYER=''
  3004. USE_OPENGL=''
  3005. USE_OPENGLES=''
  3006. USE_OPENMAX=''
  3007. USE_PULSE=''
  3008. USE_PVR_ADDONS=''
  3009. USE_SSE4='1'
  3010. USE_STATIC_FFMPEG='1'
  3011. USE_TEXTUREPACKER=''
  3012. USE_TOUCH_SKIN=''
  3013. USE_UPNP=''
  3014. USE_VAAPI=''
  3015. USE_VDPAU=''
  3016. USE_WAYLAND=''
  3017. USE_WAYLAND_TEST_EXTENSION=''
  3018. USE_WEB_SERVER=''
  3019. USE_X11=''
  3020. USE_XKBCOMMON=''
  3021. USE_XRANDR=''
  3022. VERSION='14.2.000'
  3023. VORBISENC_ALL_LIBS=''
  3024. VORBISFILE_SONAME=''
  3025. VORBIS_SONAME=''
  3026. WAYLAND_CLIENT_CFLAGS=''
  3027. WAYLAND_CLIENT_LIBRARY_SONAME=''
  3028. WAYLAND_CLIENT_LIBS=''
  3029. WAYLAND_EGL_CFLAGS=''
  3030. WAYLAND_EGL_LIBRARY_SONAME=''
  3031. WAYLAND_EGL_LIBS=''
  3032. WAYLAND_SCANNER=''
  3033. WAYLAND_TEST_INCLUDES=''
  3034. WAYLAND_TEST_LIBS=''
  3035. WESTON_CFLAGS=''
  3036. WESTON_LIBS=''
  3037. X11_CFLAGS=''
  3038. X11_LIBS=''
  3039. XEXT_CFLAGS=''
  3040. XEXT_LIBS=''
  3041. XKBCOMMON_CFLAGS=''
  3042. XKBCOMMON_LIBRARY_SONAME=''
  3043. XKBCOMMON_LIBS=''
  3044. XMU_CFLAGS=''
  3045. XMU_LIBS=''
  3046. XT_CFLAGS=''
  3047. XT_LIBS=''
  3048. ZIP_CFLAGS=''
  3049. ZIP_LIBS=''
  3050. ac_ct_CC='gcc'
  3051. ac_ct_CC_FOR_BUILD='gcc'
  3052. ac_ct_CXX='g++'
  3053. ac_ct_CXX_FOR_BUILD='g++'
  3054. ac_ct_DUMPBIN=''
  3055. am__EXEEXT_FALSE=''
  3056. am__EXEEXT_TRUE=''
  3057. am__fastdepCC_FALSE=''
  3058. am__fastdepCC_FOR_BUILD_FALSE=''
  3059. am__fastdepCC_FOR_BUILD_TRUE='#'
  3060. am__fastdepCC_TRUE='#'
  3061. am__fastdepCXX_FALSE=''
  3062. am__fastdepCXX_FOR_BUILD_FALSE=''
  3063. am__fastdepCXX_FOR_BUILD_TRUE='#'
  3064. am__fastdepCXX_TRUE='#'
  3065. am__include='include'
  3066. am__isrc=''
  3067. am__leading_dot='.'
  3068. am__quote=''
  3069. am__tar='${AMTAR} chof - "$$tardir"'
  3070. am__untar='${AMTAR} xf -'
  3071. bindir='${exec_prefix}/bin'
  3072. build='x86_64-unknown-linux-gnu'
  3073. build_alias=''
  3074. build_cpu='x86_64'
  3075. build_os='linux-gnu'
  3076. build_vendor='unknown'
  3077. datadir='${datarootdir}'
  3078. datarootdir='${prefix}/share'
  3079. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3080. dvidir='${docdir}'
  3081. exec_prefix='NONE'
  3082. host='x86_64-unknown-linux-gnu'
  3083. host_alias=''
  3084. host_cpu='x86_64'
  3085. host_os='linux-gnu'
  3086. host_vendor='unknown'
  3087. htmldir='${docdir}'
  3088. includedir='${prefix}/include'
  3089. infodir='${datarootdir}/info'
  3090. install_sh='${SHELL} /home/mark/xbmc-14.2-Helix/build-aux/install-sh'
  3091. libdir='${exec_prefix}/lib'
  3092. libexecdir='${exec_prefix}/libexec'
  3093. localedir='${datarootdir}/locale'
  3094. localstatedir='${prefix}/var'
  3095. lt_ECHO='echo'
  3096. mandir='${datarootdir}/man'
  3097. mkdir_p='/bin/mkdir -p'
  3098. oldincludedir='/usr/include'
  3099. pdfdir='${docdir}'
  3100. prefix='NONE'
  3101. program_transform_name='s,x,x,'
  3102. psdir='${docdir}'
  3103. sbindir='${exec_prefix}/sbin'
  3104. sharedstatedir='${prefix}/com'
  3105. sysconfdir='${prefix}/etc'
  3106. target_alias=''
  3107.  
  3108. ## ------------------- ##
  3109. ## File substitutions. ##
  3110. ## ------------------- ##
  3111.  
  3112. XBMC_STANDALONE_SH_PULSE=''
  3113.  
  3114. ## ----------- ##
  3115. ## confdefs.h. ##
  3116. ## ----------- ##
  3117.  
  3118. #define PACKAGE_NAME "kodi"
  3119. #define PACKAGE_TARNAME "kodi"
  3120. #define PACKAGE_VERSION "14.2.000"
  3121. #define PACKAGE_STRING "kodi 14.2.000"
  3122. #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3123. #define PACKAGE "kodi"
  3124. #define VERSION "14.2.000"
  3125. #define LIRC_DEVICE "/dev/lircd"
  3126. #define STDC_HEADERS 1
  3127. #define HAVE_SYS_TYPES_H 1
  3128. #define HAVE_SYS_STAT_H 1
  3129. #define HAVE_STDLIB_H 1
  3130. #define HAVE_STRING_H 1
  3131. #define HAVE_MEMORY_H 1
  3132. #define HAVE_STRINGS_H 1
  3133. #define HAVE_INTTYPES_H 1
  3134. #define HAVE_STDINT_H 1
  3135. #define HAVE_UNISTD_H 1
  3136. #define HAVE_DLFCN_H 1
  3137. #define LT_OBJDIR ".libs/"
  3138. #define HAVE_ALLOCA_H 1
  3139. #define HAVE_ALLOCA 1
  3140. #define HAVE_UNISTD_H 1
  3141. #define HAVE_CHOWN 1
  3142. #define HAVE_DIRENT_H 1
  3143. #define HAVE_FSEEKO 1
  3144. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3145. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3146. #define TIME_WITH_SYS_TIME 1
  3147. #define HAVE_SYS_TIME_H 1
  3148. #define HAVE_UNISTD_H 1
  3149. #define HAVE_UTIME_H 1
  3150. #define HAVE_ALARM 1
  3151. #define HAVE_STDLIB_H 1
  3152. #define HAVE_UNISTD_H 1
  3153. #define HAVE_GETPAGESIZE 1
  3154. #define HAVE_MMAP 1
  3155. #define HAVE_SYS_SELECT_H 1
  3156. #define HAVE_SYS_SOCKET_H 1
  3157. #define SELECT_TYPE_ARG1 int
  3158. #define SELECT_TYPE_ARG234 (fd_set *)
  3159. #define SELECT_TYPE_ARG5 (struct timeval *)
  3160. #define RETSIGTYPE void
  3161. #define HAVE_STRCOLL 1
  3162. #define HAVE_STRFTIME 1
  3163. #define HAVE_UTIME_NULL 1
  3164. #define HAVE_VPRINTF 1
  3165. #define HAVE_ATEXIT 1
  3166. #define HAVE_DUP2 1
  3167. #define HAVE_FDATASYNC 1
  3168. #define HAVE_FTIME 1
  3169. #define HAVE_FTRUNCATE 1
  3170. #define HAVE_GETCWD 1
  3171. #define HAVE_GETHOSTBYADDR 1
  3172. #define HAVE_GETHOSTBYNAME 1
  3173. #define HAVE_GETHOSTNAME 1
  3174. #define HAVE_GETPAGESIZE 1
  3175. #define HAVE_GETPASS 1
  3176. #define HAVE_GETTIMEOFDAY 1
  3177. #define HAVE_INET_NTOA 1
  3178. #define HAVE_LCHOWN 1
  3179. #define HAVE_LOCALECONV 1
  3180. #define HAVE_MEMCHR 1
  3181. #define HAVE_MEMMOVE 1
  3182. #define HAVE_MEMSET 1
  3183. #define HAVE_MKDIR 1
  3184. #define HAVE_MODF 1
  3185. #define HAVE_MUNMAP 1
  3186. #define HAVE_RMDIR 1
  3187. #define HAVE_SELECT 1
  3188. #define HAVE_SETENV 1
  3189. #define HAVE_SETLOCALE 1
  3190. #define HAVE_SOCKET 1
  3191. #define HAVE_STRCASECMP 1
  3192. #define HAVE_STRCHR 1
  3193. #define HAVE_STRCSPN 1
  3194. #define HAVE_STRDUP 1
  3195. #define HAVE_STRERROR 1
  3196. #define HAVE_STRNCASECMP 1
  3197. #define HAVE_STRPBRK 1
  3198. #define HAVE_STRRCHR 1
  3199. #define HAVE_STRSPN 1
  3200. #define HAVE_STRSTR 1
  3201. #define HAVE_STRTOL 1
  3202. #define HAVE_STRTOUL 1
  3203. #define HAVE_SYSINFO 1
  3204. #define HAVE_TZSET 1
  3205. #define HAVE_UTIME 1
  3206. #define HAVE_POSIX_FADVISE 1
  3207. #define HAVE_LOCALTIME_R 1
  3208. #define SIZEOF_INT 4
  3209. #define SIZEOF_SIZE_T 8
  3210. #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3211. #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3212. #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3213. #define SIZEOF_WCHAR_T 4
  3214. #define HAVE_INOTIFY 1
  3215. #define HAVE_PYTHON "2.6"
  3216. #define HAVE_LIBGL 1
  3217. #define HAVE_LIBGLEW 1
  3218. #define HAVE_LIBGLU 1
  3219. #define HAVE_MYSQL 1
  3220. #define HAVE_OPENSSL 1
  3221.  
  3222. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement