Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 121.96 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by kodi configure 16.0.993, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = alfmini
  14. uname -m = i686
  15. uname -r = 3.16.0-4-686-pae
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/local/games
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:3973: checking for a BSD-compatible install
  42. configure:4041: result: /usr/bin/install -c
  43. configure:4052: checking whether build environment is sane
  44. configure:4107: result: yes
  45. configure:4258: checking for a thread-safe mkdir -p
  46. configure:4297: result: /bin/mkdir -p
  47. configure:4304: checking for gawk
  48. configure:4320: found /usr/bin/gawk
  49. configure:4331: result: gawk
  50. configure:4342: checking whether make sets $(MAKE)
  51. configure:4364: result: yes
  52. configure:4393: checking whether make supports nested variables
  53. configure:4410: result: yes
  54. configure:4540: checking build system type
  55. configure:4554: result: i686-pc-linux-gnu
  56. configure:4574: checking host system type
  57. configure:4587: result: i686-pc-linux-gnu
  58. configure:4666: checking for git
  59. configure:4682: found /usr/bin/git
  60. configure:4694: result: yes
  61. configure:5238: checking for gcc
  62. configure:5254: found /usr/bin/gcc
  63. configure:5265: result: gcc
  64. configure:5494: checking for C compiler version
  65. configure:5503: gcc --version >&5
  66. gcc (Debian 4.9.2-10) 4.9.2
  67. Copyright (C) 2014 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:5514: $? = 0
  72. configure:5503: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
  76. Target: i586-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
  78. Thread model: posix
  79. gcc version 4.9.2 (Debian 4.9.2-10)
  80. configure:5514: $? = 0
  81. configure:5503: gcc -V >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:5514: $? = 4
  86. configure:5503: gcc -qversion >&5
  87. gcc: error: unrecognized command line option '-qversion'
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:5514: $? = 4
  91. configure:5534: checking whether the C compiler works
  92. configure:5556: gcc conftest.c >&5
  93. configure:5560: $? = 0
  94. configure:5608: result: yes
  95. configure:5611: checking for C compiler default output file name
  96. configure:5613: result: a.out
  97. configure:5619: checking for suffix of executables
  98. configure:5626: gcc -o conftest conftest.c >&5
  99. configure:5630: $? = 0
  100. configure:5652: result:
  101. configure:5674: checking whether we are cross compiling
  102. configure:5682: gcc -o conftest conftest.c >&5
  103. configure:5686: $? = 0
  104. configure:5693: ./conftest
  105. configure:5697: $? = 0
  106. configure:5712: result: no
  107. configure:5717: checking for suffix of object files
  108. configure:5739: gcc -c conftest.c >&5
  109. configure:5743: $? = 0
  110. configure:5764: result: o
  111. configure:5768: checking whether we are using the GNU C compiler
  112. configure:5787: gcc -c conftest.c >&5
  113. configure:5787: $? = 0
  114. configure:5796: result: yes
  115. configure:5805: checking whether gcc accepts -g
  116. configure:5825: gcc -c -g conftest.c >&5
  117. configure:5825: $? = 0
  118. configure:5866: result: yes
  119. configure:5883: checking for gcc option to accept ISO C89
  120. configure:5946: gcc -c -g -O2 conftest.c >&5
  121. configure:5946: $? = 0
  122. configure:5959: result: none needed
  123. configure:5984: checking whether gcc understands -c and -o together
  124. configure:6006: gcc -c conftest.c -o conftest2.o
  125. configure:6009: $? = 0
  126. configure:6006: gcc -c conftest.c -o conftest2.o
  127. configure:6009: $? = 0
  128. configure:6021: result: yes
  129. configure:6049: checking for style of include used by make
  130. configure:6077: result: GNU
  131. configure:6103: checking dependency style of gcc
  132. configure:6214: result: none
  133. configure:6234: checking how to run the C preprocessor
  134. configure:6265: gcc -E conftest.c
  135. configure:6265: $? = 0
  136. configure:6279: gcc -E conftest.c
  137. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  138. #include <ac_nonexistent.h>
  139. ^
  140. compilation terminated.
  141. configure:6279: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h */
  144. | #define PACKAGE_NAME "kodi"
  145. | #define PACKAGE_TARNAME "kodi"
  146. | #define PACKAGE_VERSION "16.0.993"
  147. | #define PACKAGE_STRING "kodi 16.0.993"
  148. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  149. | #define PACKAGE_URL ""
  150. | #define PACKAGE "kodi"
  151. | #define VERSION "16.0.993"
  152. | #define HAVE_LIRC 1
  153. | #define LIRC_DEVICE "/dev/lircd"
  154. | /* end confdefs.h. */
  155. | #include <ac_nonexistent.h>
  156. configure:6304: result: gcc -E
  157. configure:6324: gcc -E conftest.c
  158. configure:6324: $? = 0
  159. configure:6338: gcc -E conftest.c
  160. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  161. #include <ac_nonexistent.h>
  162. ^
  163. compilation terminated.
  164. configure:6338: $? = 1
  165. configure: failed program was:
  166. | /* confdefs.h */
  167. | #define PACKAGE_NAME "kodi"
  168. | #define PACKAGE_TARNAME "kodi"
  169. | #define PACKAGE_VERSION "16.0.993"
  170. | #define PACKAGE_STRING "kodi 16.0.993"
  171. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  172. | #define PACKAGE_URL ""
  173. | #define PACKAGE "kodi"
  174. | #define VERSION "16.0.993"
  175. | #define HAVE_LIRC 1
  176. | #define LIRC_DEVICE "/dev/lircd"
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:6422: checking for gcc
  180. configure:6438: found /usr/bin/gcc
  181. configure:6449: result: gcc
  182. configure:6678: checking for C compiler version
  183. configure:6687: gcc --version >&5
  184. gcc (Debian 4.9.2-10) 4.9.2
  185. Copyright (C) 2014 Free Software Foundation, Inc.
  186. This is free software; see the source for copying conditions. There is NO
  187. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  188.  
  189. configure:6698: $? = 0
  190. configure:6687: gcc -v >&5
  191. Using built-in specs.
  192. COLLECT_GCC=gcc
  193. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
  194. Target: i586-linux-gnu
  195. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
  196. Thread model: posix
  197. gcc version 4.9.2 (Debian 4.9.2-10)
  198. configure:6698: $? = 0
  199. configure:6687: gcc -V >&5
  200. gcc: error: unrecognized command line option '-V'
  201. gcc: fatal error: no input files
  202. compilation terminated.
  203. configure:6698: $? = 4
  204. configure:6687: gcc -qversion >&5
  205. gcc: error: unrecognized command line option '-qversion'
  206. gcc: fatal error: no input files
  207. compilation terminated.
  208. configure:6698: $? = 4
  209. configure:6702: checking whether we are using the GNU C compiler
  210. configure:6730: result: yes
  211. configure:6739: checking whether gcc accepts -g
  212. configure:6759: gcc -c -g -O2 conftest.c >&5
  213. configure:6759: $? = 0
  214. configure:6800: result: yes
  215. configure:6817: checking for gcc option to accept ISO C89
  216. configure:6893: result: none needed
  217. configure:6918: checking whether gcc understands -c and -o together
  218. configure:6955: result: yes
  219. configure:6974: checking dependency style of gcc
  220. configure:7085: result: none
  221. configure:7105: checking how to run the C preprocessor
  222. configure:7136: gcc -E conftest.c
  223. configure:7136: $? = 0
  224. configure:7150: gcc -E conftest.c
  225. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  226. #include <ac_nonexistent.h>
  227. ^
  228. compilation terminated.
  229. configure:7150: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME "kodi"
  233. | #define PACKAGE_TARNAME "kodi"
  234. | #define PACKAGE_VERSION "16.0.993"
  235. | #define PACKAGE_STRING "kodi 16.0.993"
  236. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  237. | #define PACKAGE_URL ""
  238. | #define PACKAGE "kodi"
  239. | #define VERSION "16.0.993"
  240. | #define HAVE_LIRC 1
  241. | #define LIRC_DEVICE "/dev/lircd"
  242. | /* end confdefs.h. */
  243. | #include <ac_nonexistent.h>
  244. configure:7175: result: gcc -E
  245. configure:7195: gcc -E conftest.c
  246. configure:7195: $? = 0
  247. configure:7209: gcc -E conftest.c
  248. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  249. #include <ac_nonexistent.h>
  250. ^
  251. compilation terminated.
  252. configure:7209: $? = 1
  253. configure: failed program was:
  254. | /* confdefs.h */
  255. | #define PACKAGE_NAME "kodi"
  256. | #define PACKAGE_TARNAME "kodi"
  257. | #define PACKAGE_VERSION "16.0.993"
  258. | #define PACKAGE_STRING "kodi 16.0.993"
  259. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  260. | #define PACKAGE_URL ""
  261. | #define PACKAGE "kodi"
  262. | #define VERSION "16.0.993"
  263. | #define HAVE_LIRC 1
  264. | #define LIRC_DEVICE "/dev/lircd"
  265. | /* end confdefs.h. */
  266. | #include <ac_nonexistent.h>
  267. configure:7306: checking for g++
  268. configure:7322: found /usr/bin/g++
  269. configure:7333: result: g++
  270. configure:7360: checking for C++ compiler version
  271. configure:7369: g++ --version >&5
  272. g++ (Debian 4.9.2-10) 4.9.2
  273. Copyright (C) 2014 Free Software Foundation, Inc.
  274. This is free software; see the source for copying conditions. There is NO
  275. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  276.  
  277. configure:7380: $? = 0
  278. configure:7369: g++ -v >&5
  279. Using built-in specs.
  280. COLLECT_GCC=g++
  281. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
  282. Target: i586-linux-gnu
  283. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
  284. Thread model: posix
  285. gcc version 4.9.2 (Debian 4.9.2-10)
  286. configure:7380: $? = 0
  287. configure:7369: g++ -V >&5
  288. g++: error: unrecognized command line option '-V'
  289. g++: fatal error: no input files
  290. compilation terminated.
  291. configure:7380: $? = 4
  292. configure:7369: g++ -qversion >&5
  293. g++: error: unrecognized command line option '-qversion'
  294. g++: fatal error: no input files
  295. compilation terminated.
  296. configure:7380: $? = 4
  297. configure:7384: checking whether we are using the GNU C++ compiler
  298. configure:7403: g++ -c conftest.cpp >&5
  299. configure:7403: $? = 0
  300. configure:7412: result: yes
  301. configure:7421: checking whether g++ accepts -g
  302. configure:7441: g++ -c -g conftest.cpp >&5
  303. configure:7441: $? = 0
  304. configure:7482: result: yes
  305. configure:7507: checking dependency style of g++
  306. configure:7618: result: none
  307. configure:7638: checking how to run the C++ preprocessor
  308. configure:7665: g++ -E conftest.cpp
  309. configure:7665: $? = 0
  310. configure:7679: g++ -E conftest.cpp
  311. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  312. #include <ac_nonexistent.h>
  313. ^
  314. compilation terminated.
  315. configure:7679: $? = 1
  316. configure: failed program was:
  317. | /* confdefs.h */
  318. | #define PACKAGE_NAME "kodi"
  319. | #define PACKAGE_TARNAME "kodi"
  320. | #define PACKAGE_VERSION "16.0.993"
  321. | #define PACKAGE_STRING "kodi 16.0.993"
  322. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  323. | #define PACKAGE_URL ""
  324. | #define PACKAGE "kodi"
  325. | #define VERSION "16.0.993"
  326. | #define HAVE_LIRC 1
  327. | #define LIRC_DEVICE "/dev/lircd"
  328. | /* end confdefs.h. */
  329. | #include <ac_nonexistent.h>
  330. configure:7704: result: g++ -E
  331. configure:7724: g++ -E conftest.cpp
  332. configure:7724: $? = 0
  333. configure:7738: g++ -E conftest.cpp
  334. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  335. #include <ac_nonexistent.h>
  336. ^
  337. compilation terminated.
  338. configure:7738: $? = 1
  339. configure: failed program was:
  340. | /* confdefs.h */
  341. | #define PACKAGE_NAME "kodi"
  342. | #define PACKAGE_TARNAME "kodi"
  343. | #define PACKAGE_VERSION "16.0.993"
  344. | #define PACKAGE_STRING "kodi 16.0.993"
  345. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  346. | #define PACKAGE_URL ""
  347. | #define PACKAGE "kodi"
  348. | #define VERSION "16.0.993"
  349. | #define HAVE_LIRC 1
  350. | #define LIRC_DEVICE "/dev/lircd"
  351. | /* end confdefs.h. */
  352. | #include <ac_nonexistent.h>
  353. configure:7831: checking for g++
  354. configure:7847: found /usr/bin/g++
  355. configure:7858: result: g++
  356. configure:7885: checking for C++ compiler version
  357. configure:7894: g++ --version >&5
  358. g++ (Debian 4.9.2-10) 4.9.2
  359. Copyright (C) 2014 Free Software Foundation, Inc.
  360. This is free software; see the source for copying conditions. There is NO
  361. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  362.  
  363. configure:7905: $? = 0
  364. configure:7894: g++ -v >&5
  365. Using built-in specs.
  366. COLLECT_GCC=g++
  367. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-linux-gnu/4.9/lto-wrapper
  368. Target: i586-linux-gnu
  369. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --with-arch-32=i586 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i586-linux-gnu --host=i586-linux-gnu --target=i586-linux-gnu
  370. Thread model: posix
  371. gcc version 4.9.2 (Debian 4.9.2-10)
  372. configure:7905: $? = 0
  373. configure:7894: g++ -V >&5
  374. g++: error: unrecognized command line option '-V'
  375. g++: fatal error: no input files
  376. compilation terminated.
  377. configure:7905: $? = 4
  378. configure:7894: g++ -qversion >&5
  379. g++: error: unrecognized command line option '-qversion'
  380. g++: fatal error: no input files
  381. compilation terminated.
  382. configure:7905: $? = 4
  383. configure:7909: checking whether we are using the GNU C++ compiler
  384. configure:7937: result: yes
  385. configure:7946: checking whether g++ accepts -g
  386. configure:7966: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  387. configure:7966: $? = 0
  388. configure:8007: result: yes
  389. configure:8032: checking dependency style of g++
  390. configure:8143: result: none
  391. configure:8163: checking how to run the C++ preprocessor
  392. configure:8190: g++ -E conftest.cpp
  393. configure:8190: $? = 0
  394. configure:8204: g++ -E conftest.cpp
  395. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  396. #include <ac_nonexistent.h>
  397. ^
  398. compilation terminated.
  399. configure:8204: $? = 1
  400. configure: failed program was:
  401. | /* confdefs.h */
  402. | #define PACKAGE_NAME "kodi"
  403. | #define PACKAGE_TARNAME "kodi"
  404. | #define PACKAGE_VERSION "16.0.993"
  405. | #define PACKAGE_STRING "kodi 16.0.993"
  406. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  407. | #define PACKAGE_URL ""
  408. | #define PACKAGE "kodi"
  409. | #define VERSION "16.0.993"
  410. | #define HAVE_LIRC 1
  411. | #define LIRC_DEVICE "/dev/lircd"
  412. | /* end confdefs.h. */
  413. | #include <ac_nonexistent.h>
  414. configure:8229: result: g++ -E
  415. configure:8249: g++ -E conftest.cpp
  416. configure:8249: $? = 0
  417. configure:8263: g++ -E conftest.cpp
  418. conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
  419. #include <ac_nonexistent.h>
  420. ^
  421. compilation terminated.
  422. configure:8263: $? = 1
  423. configure: failed program was:
  424. | /* confdefs.h */
  425. | #define PACKAGE_NAME "kodi"
  426. | #define PACKAGE_TARNAME "kodi"
  427. | #define PACKAGE_VERSION "16.0.993"
  428. | #define PACKAGE_STRING "kodi 16.0.993"
  429. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  430. | #define PACKAGE_URL ""
  431. | #define PACKAGE "kodi"
  432. | #define VERSION "16.0.993"
  433. | #define HAVE_LIRC 1
  434. | #define LIRC_DEVICE "/dev/lircd"
  435. | /* end confdefs.h. */
  436. | #include <ac_nonexistent.h>
  437. configure:8306: checking whether g++ supports C++11 features by default
  438. configure:8340: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  439. conftest.cpp:17:21: error: expected identifier before 'sizeof'
  440. static_assert(sizeof(int) <= sizeof(T), "not big enough");
  441. ^
  442. conftest.cpp:17:21: error: expected ',' or '...' before 'sizeof'
  443. conftest.cpp:17:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
  444. static_assert(sizeof(int) <= sizeof(T), "not big enough");
  445. ^
  446. conftest.cpp:27:29: error: '>>' should be '> >' within a nested template argument list
  447. typedef check<check<bool>> right_angle_brackets;
  448. ^
  449. conftest.cpp:30:13: error: expected constructor, destructor, or type conversion before '(' token
  450. decltype(a) b;
  451. ^
  452. conftest.cpp:34:15: error: expected unqualified-id before '&&' token
  453. check_type&& cr = static_cast<check_type&&>(c);
  454. ^
  455. conftest.cpp:36:10: error: 'd' does not name a type
  456. auto d = a;
  457. ^
  458. conftest.cpp:37:10: error: 'l' does not name a type
  459. auto l = [](){};
  460. ^
  461. configure:8340: $? = 1
  462. configure: failed program was:
  463. | /* confdefs.h */
  464. | #define PACKAGE_NAME "kodi"
  465. | #define PACKAGE_TARNAME "kodi"
  466. | #define PACKAGE_VERSION "16.0.993"
  467. | #define PACKAGE_STRING "kodi 16.0.993"
  468. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  469. | #define PACKAGE_URL ""
  470. | #define PACKAGE "kodi"
  471. | #define VERSION "16.0.993"
  472. | #define HAVE_LIRC 1
  473. | #define LIRC_DEVICE "/dev/lircd"
  474. | /* end confdefs.h. */
  475. |
  476. | template <typename T>
  477. | struct check
  478. | {
  479. | static_assert(sizeof(int) <= sizeof(T), "not big enough");
  480. | };
  481. |
  482. | struct Base {
  483. | virtual void f() {}
  484. | };
  485. | struct Child : public Base {
  486. | virtual void f() {}
  487. | };
  488. |
  489. | typedef check<check<bool>> right_angle_brackets;
  490. |
  491. | int a;
  492. | decltype(a) b;
  493. |
  494. | typedef check<int> check_type;
  495. | check_type c;
  496. | check_type&& cr = static_cast<check_type&&>(c);
  497. |
  498. | auto d = a;
  499. | auto l = [](){};
  500. |
  501. configure:8347: result: no
  502. configure:8356: checking whether g++ supports C++11 features with -std=gnu++11
  503. configure:8392: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  504. configure:8392: $? = 0
  505. configure:8401: result: yes
  506. configure:8543: checking how to print strings
  507. configure:8570: result: printf
  508. configure:8591: checking for a sed that does not truncate output
  509. configure:8655: result: /bin/sed
  510. configure:8673: checking for grep that handles long lines and -e
  511. configure:8731: result: /bin/grep
  512. configure:8736: checking for egrep
  513. configure:8798: result: /bin/grep -E
  514. configure:8803: checking for fgrep
  515. configure:8865: result: /bin/grep -F
  516. configure:8900: checking for ld used by gcc
  517. configure:8967: result: /usr/bin/ld
  518. configure:8974: checking if the linker (/usr/bin/ld) is GNU ld
  519. configure:8989: result: yes
  520. configure:9001: checking for BSD- or MS-compatible name lister (nm)
  521. configure:9050: result: /usr/bin/nm -B
  522. configure:9180: checking the name lister (/usr/bin/nm -B) interface
  523. configure:9187: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  524. configure:9190: /usr/bin/nm -B "conftest.o"
  525. configure:9193: output
  526. 00000000 B some_variable
  527. configure:9200: result: BSD nm
  528. configure:9203: checking whether ln -s works
  529. configure:9207: result: yes
  530. configure:9215: checking the maximum length of command line arguments
  531. configure:9346: result: 1572864
  532. configure:9363: checking whether the shell understands some XSI constructs
  533. configure:9373: result: yes
  534. configure:9377: checking whether the shell understands "+="
  535. configure:9383: result: yes
  536. configure:9418: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  537. configure:9458: result: func_convert_file_noop
  538. configure:9465: checking how to convert i686-pc-linux-gnu file names to toolchain format
  539. configure:9485: result: func_convert_file_noop
  540. configure:9492: checking for /usr/bin/ld option to reload object files
  541. configure:9499: result: -r
  542. configure:9573: checking for objdump
  543. configure:9589: found /usr/bin/objdump
  544. configure:9600: result: objdump
  545. configure:9632: checking how to recognize dependent libraries
  546. configure:9830: result: pass_all
  547. configure:9915: checking for dlltool
  548. configure:9945: result: no
  549. configure:9975: checking how to associate runtime and link libraries
  550. configure:10002: result: printf %s\n
  551. configure:10063: checking for ar
  552. configure:10079: found /usr/bin/ar
  553. configure:10090: result: ar
  554. configure:10127: checking for archiver @FILE support
  555. configure:10144: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  556. configure:10144: $? = 0
  557. configure:10147: ar cru libconftest.a @conftest.lst >&5
  558. configure:10150: $? = 0
  559. configure:10155: ar cru libconftest.a @conftest.lst >&5
  560. ar: conftest.o: No such file or directory
  561. configure:10158: $? = 1
  562. configure:10170: result: @
  563. configure:10228: checking for strip
  564. configure:10244: found /usr/bin/strip
  565. configure:10255: result: strip
  566. configure:10327: checking for ranlib
  567. configure:10343: found /usr/bin/ranlib
  568. configure:10354: result: ranlib
  569. configure:10456: checking command to parse /usr/bin/nm -B output from gcc object
  570. configure:10576: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  571. configure:10579: $? = 0
  572. configure:10583: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  573. configure:10586: $? = 0
  574. configure:10652: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
  575. configure:10655: $? = 0
  576. configure:10693: result: ok
  577. configure:10730: checking for sysroot
  578. configure:10760: result: no
  579. configure:11029: checking for mt
  580. configure:11045: found /bin/mt
  581. configure:11056: result: mt
  582. configure:11079: checking if mt is a manifest tool
  583. configure:11085: mt '-?'
  584. configure:11093: result: no
  585. configure:11731: checking for ANSI C header files
  586. configure:11751: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  587. configure:11751: $? = 0
  588. configure:11824: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  589. configure:11824: $? = 0
  590. configure:11824: ./conftest
  591. configure:11824: $? = 0
  592. configure:11835: result: yes
  593. configure:11848: checking for sys/types.h
  594. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  595. configure:11848: $? = 0
  596. configure:11848: result: yes
  597. configure:11848: checking for sys/stat.h
  598. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  599. configure:11848: $? = 0
  600. configure:11848: result: yes
  601. configure:11848: checking for stdlib.h
  602. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  603. configure:11848: $? = 0
  604. configure:11848: result: yes
  605. configure:11848: checking for string.h
  606. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  607. configure:11848: $? = 0
  608. configure:11848: result: yes
  609. configure:11848: checking for memory.h
  610. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  611. configure:11848: $? = 0
  612. configure:11848: result: yes
  613. configure:11848: checking for strings.h
  614. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  615. configure:11848: $? = 0
  616. configure:11848: result: yes
  617. configure:11848: checking for inttypes.h
  618. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  619. configure:11848: $? = 0
  620. configure:11848: result: yes
  621. configure:11848: checking for stdint.h
  622. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  623. configure:11848: $? = 0
  624. configure:11848: result: yes
  625. configure:11848: checking for unistd.h
  626. configure:11848: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  627. configure:11848: $? = 0
  628. configure:11848: result: yes
  629. configure:11862: checking for dlfcn.h
  630. configure:11862: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  631. configure:11862: $? = 0
  632. configure:11862: result: yes
  633. configure:12078: checking for objdir
  634. configure:12093: result: .libs
  635. configure:12360: checking if gcc supports -fno-rtti -fno-exceptions
  636. configure:12378: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
  637. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  638. configure:12382: $? = 0
  639. configure:12395: result: no
  640. configure:12722: checking for gcc option to produce PIC
  641. configure:12729: result: -fPIC -DPIC
  642. configure:12737: checking if gcc PIC flag -fPIC -DPIC works
  643. configure:12755: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
  644. configure:12759: $? = 0
  645. configure:12772: result: yes
  646. configure:12801: checking if gcc static flag -static works
  647. configure:12829: result: yes
  648. configure:12844: checking if gcc supports -c -o file.o
  649. configure:12865: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
  650. configure:12869: $? = 0
  651. configure:12891: result: yes
  652. configure:12899: checking if gcc supports -c -o file.o
  653. configure:12946: result: yes
  654. configure:12979: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  655. configure:14136: result: yes
  656. configure:14173: checking whether -lc should be explicitly linked in
  657. configure:14181: gcc -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  658. configure:14184: $? = 0
  659. configure:14199: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  660. configure:14202: $? = 0
  661. configure:14216: result: no
  662. configure:14376: checking dynamic linker characteristics
  663. configure:14876: gcc -o conftest -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
  664. configure:14876: $? = 0
  665. configure:15110: result: GNU/Linux ld.so
  666. configure:15217: checking how to hardcode library paths into programs
  667. configure:15242: result: immediate
  668. configure:15782: checking whether stripping libraries is possible
  669. configure:15787: result: yes
  670. configure:15822: checking if libtool supports shared libraries
  671. configure:15824: result: yes
  672. configure:15827: checking whether to build shared libraries
  673. configure:15848: result: yes
  674. configure:15851: checking whether to build static libraries
  675. configure:15855: result: yes
  676. configure:15878: checking how to run the C++ preprocessor
  677. configure:15944: result: g++ -E
  678. configure:15964: g++ -E conftest.cpp
  679. configure:15964: $? = 0
  680. configure:15978: g++ -E conftest.cpp
  681. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  682. #include <ac_nonexistent.h>
  683. ^
  684. compilation terminated.
  685. configure:15978: $? = 1
  686. configure: failed program was:
  687. | /* confdefs.h */
  688. | #define PACKAGE_NAME "kodi"
  689. | #define PACKAGE_TARNAME "kodi"
  690. | #define PACKAGE_VERSION "16.0.993"
  691. | #define PACKAGE_STRING "kodi 16.0.993"
  692. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  693. | #define PACKAGE_URL ""
  694. | #define PACKAGE "kodi"
  695. | #define VERSION "16.0.993"
  696. | #define HAVE_LIRC 1
  697. | #define LIRC_DEVICE "/dev/lircd"
  698. | #define HAVE_CXX11 1
  699. | #define STDC_HEADERS 1
  700. | #define HAVE_SYS_TYPES_H 1
  701. | #define HAVE_SYS_STAT_H 1
  702. | #define HAVE_STDLIB_H 1
  703. | #define HAVE_STRING_H 1
  704. | #define HAVE_MEMORY_H 1
  705. | #define HAVE_STRINGS_H 1
  706. | #define HAVE_INTTYPES_H 1
  707. | #define HAVE_STDINT_H 1
  708. | #define HAVE_UNISTD_H 1
  709. | #define HAVE_DLFCN_H 1
  710. | #define LT_OBJDIR ".libs/"
  711. | /* end confdefs.h. */
  712. | #include <ac_nonexistent.h>
  713. configure:16147: checking for ld used by g++
  714. configure:16214: result: /usr/bin/ld
  715. configure:16221: checking if the linker (/usr/bin/ld) is GNU ld
  716. configure:16236: result: yes
  717. configure:16291: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  718. configure:17293: result: yes
  719. configure:17329: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
  720. configure:17332: $? = 0
  721. configure:17852: checking for g++ option to produce PIC
  722. configure:17859: result: -fPIC -DPIC
  723. configure:17867: checking if g++ PIC flag -fPIC -DPIC works
  724. configure:17885: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -fPIC -DPIC -DPIC conftest.cpp >&5
  725. configure:17889: $? = 0
  726. configure:17902: result: yes
  727. configure:17925: checking if g++ static flag -static works
  728. configure:17953: result: yes
  729. configure:17965: checking if g++ supports -c -o file.o
  730. configure:17986: g++ -c -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -o out/conftest2.o conftest.cpp >&5
  731. configure:17990: $? = 0
  732. configure:18012: result: yes
  733. configure:18017: checking if g++ supports -c -o file.o
  734. configure:18064: result: yes
  735. configure:18094: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  736. configure:18133: result: yes
  737. configure:18274: checking dynamic linker characteristics
  738. configure:18942: result: GNU/Linux ld.so
  739. configure:18995: checking how to hardcode library paths into programs
  740. configure:19020: result: immediate
  741. configure:19085: checking for gawk
  742. configure:19112: result: gawk
  743. configure:19123: checking whether ln -s works
  744. configure:19127: result: yes
  745. configure:19134: checking whether make sets $(MAKE)
  746. configure:19156: result: yes
  747. configure:19219: checking for pkg-config
  748. configure:19237: found /usr/bin/pkg-config
  749. configure:19249: result: /usr/bin/pkg-config
  750. configure:19274: checking pkg-config is at least version 0.9.0
  751. configure:19277: result: yes
  752. configure:19321: "detected gcc version 4.9.2 - enabling SSE"
  753. configure:19699: gcc -c -msse4.1 conftest.c >&5
  754. configure:19699: $? = 0
  755. configure:19711: checking for size_t
  756. configure:19711: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  757. configure:19711: $? = 0
  758. configure:19711: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  759. conftest.c: In function 'main':
  760. conftest.c:62:21: error: expected expression before ')' token
  761. if (sizeof ((size_t)))
  762. ^
  763. configure:19711: $? = 1
  764. configure: failed program was:
  765. | /* confdefs.h */
  766. | #define PACKAGE_NAME "kodi"
  767. | #define PACKAGE_TARNAME "kodi"
  768. | #define PACKAGE_VERSION "16.0.993"
  769. | #define PACKAGE_STRING "kodi 16.0.993"
  770. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  771. | #define PACKAGE_URL ""
  772. | #define PACKAGE "kodi"
  773. | #define VERSION "16.0.993"
  774. | #define HAVE_LIRC 1
  775. | #define LIRC_DEVICE "/dev/lircd"
  776. | #define HAVE_CXX11 1
  777. | #define STDC_HEADERS 1
  778. | #define HAVE_SYS_TYPES_H 1
  779. | #define HAVE_SYS_STAT_H 1
  780. | #define HAVE_STDLIB_H 1
  781. | #define HAVE_STRING_H 1
  782. | #define HAVE_MEMORY_H 1
  783. | #define HAVE_STRINGS_H 1
  784. | #define HAVE_INTTYPES_H 1
  785. | #define HAVE_STDINT_H 1
  786. | #define HAVE_UNISTD_H 1
  787. | #define HAVE_DLFCN_H 1
  788. | #define LT_OBJDIR ".libs/"
  789. | /* end confdefs.h. */
  790. | #include <stdio.h>
  791. | #ifdef HAVE_SYS_TYPES_H
  792. | # include <sys/types.h>
  793. | #endif
  794. | #ifdef HAVE_SYS_STAT_H
  795. | # include <sys/stat.h>
  796. | #endif
  797. | #ifdef STDC_HEADERS
  798. | # include <stdlib.h>
  799. | # include <stddef.h>
  800. | #else
  801. | # ifdef HAVE_STDLIB_H
  802. | # include <stdlib.h>
  803. | # endif
  804. | #endif
  805. | #ifdef HAVE_STRING_H
  806. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  807. | # include <memory.h>
  808. | # endif
  809. | # include <string.h>
  810. | #endif
  811. | #ifdef HAVE_STRINGS_H
  812. | # include <strings.h>
  813. | #endif
  814. | #ifdef HAVE_INTTYPES_H
  815. | # include <inttypes.h>
  816. | #endif
  817. | #ifdef HAVE_STDINT_H
  818. | # include <stdint.h>
  819. | #endif
  820. | #ifdef HAVE_UNISTD_H
  821. | # include <unistd.h>
  822. | #endif
  823. | int
  824. | main ()
  825. | {
  826. | if (sizeof ((size_t)))
  827. | return 0;
  828. | ;
  829. | return 0;
  830. | }
  831. configure:19711: result: yes
  832. configure:19724: checking for working alloca.h
  833. configure:19741: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  834. configure:19741: $? = 0
  835. configure:19749: result: yes
  836. configure:19757: checking for alloca
  837. configure:19794: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  838. configure:19794: $? = 0
  839. configure:19802: result: yes
  840. configure:19908: checking for uid_t in sys/types.h
  841. configure:19927: result: yes
  842. configure:19940: checking for unistd.h
  843. configure:19940: result: yes
  844. configure:19950: checking for working chown
  845. configure:19983: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  846. configure:19983: $? = 0
  847. configure:19983: ./conftest
  848. configure:19983: $? = 0
  849. configure:19995: result: yes
  850. configure:20006: checking for dirent.h that defines DIR
  851. configure:20025: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  852. configure:20025: $? = 0
  853. configure:20033: result: yes
  854. configure:20046: checking for library containing opendir
  855. configure:20077: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  856. configure:20077: $? = 0
  857. configure:20094: result: none required
  858. configure:20161: checking whether closedir returns void
  859. configure:20185: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  860. configure:20185: $? = 0
  861. configure:20185: ./conftest
  862. configure:20185: $? = 0
  863. configure:20195: result: no
  864. configure:20203: checking for error_at_line
  865. configure:20219: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  866. configure:20219: $? = 0
  867. configure:20227: result: yes
  868. configure:20238: checking for _LARGEFILE_SOURCE value needed for large files
  869. configure:20257: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  870. configure:20257: $? = 0
  871. configure:20285: result: no
  872. configure:20307: checking whether gcc needs -traditional
  873. configure:20341: result: no
  874. configure:20348: checking whether lstat correctly handles trailing slash
  875. configure:20374: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  876. configure:20374: $? = 0
  877. configure:20374: ./conftest
  878. configure:20374: $? = 0
  879. configure:20391: result: yes
  880. configure:20410: checking whether lstat accepts an empty string
  881. configure:20430: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  882. configure:20430: $? = 0
  883. configure:20430: ./conftest
  884. configure:20430: $? = 0
  885. configure:20440: result: no
  886. configure:20456: checking whether lstat correctly handles trailing slash
  887. configure:20499: result: yes
  888. configure:20518: checking for working memcmp
  889. configure:20561: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  890. configure:20561: $? = 0
  891. configure:20561: ./conftest
  892. configure:20561: $? = 0
  893. configure:20571: result: yes
  894. configure:20580: checking whether time.h and sys/time.h may both be included
  895. configure:20600: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  896. configure:20600: $? = 0
  897. configure:20607: result: yes
  898. configure:20621: checking for sys/time.h
  899. configure:20621: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  900. configure:20621: $? = 0
  901. configure:20621: result: yes
  902. configure:20621: checking for unistd.h
  903. configure:20621: result: yes
  904. configure:20621: checking for stdlib.h
  905. configure:20621: result: yes
  906. configure:20621: checking for sys/param.h
  907. configure:20621: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  908. configure:20621: $? = 0
  909. configure:20621: result: yes
  910. configure:20621: checking for utime.h
  911. configure:20621: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  912. configure:20621: $? = 0
  913. configure:20621: result: yes
  914. configure:20642: checking for alarm
  915. configure:20642: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  916. configure:20642: $? = 0
  917. configure:20642: result: yes
  918. configure:20655: checking for working mktime
  919. configure:20857: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  920. configure:20857: $? = 0
  921. configure:20857: ./conftest
  922. configure:20857: $? = 0
  923. configure:20867: result: yes
  924. configure:20885: checking for getpagesize
  925. configure:20885: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  926. configure:20885: $? = 0
  927. configure:20885: result: yes
  928. configure:20894: checking for working mmap
  929. configure:21041: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  930. configure:21041: $? = 0
  931. configure:21041: ./conftest
  932. configure:21041: $? = 0
  933. configure:21051: result: yes
  934. configure:21066: checking sys/select.h usability
  935. configure:21066: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  936. configure:21066: $? = 0
  937. configure:21066: result: yes
  938. configure:21066: checking sys/select.h presence
  939. configure:21066: gcc -E conftest.c
  940. configure:21066: $? = 0
  941. configure:21066: result: yes
  942. configure:21066: checking for sys/select.h
  943. configure:21066: result: yes
  944. configure:21066: checking sys/socket.h usability
  945. configure:21066: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  946. configure:21066: $? = 0
  947. configure:21066: result: yes
  948. configure:21066: checking sys/socket.h presence
  949. configure:21066: gcc -E conftest.c
  950. configure:21066: $? = 0
  951. configure:21066: result: yes
  952. configure:21066: checking for sys/socket.h
  953. configure:21066: result: yes
  954. configure:21076: checking types of arguments for select
  955. configure:21104: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  956. configure:21104: $? = 0
  957. configure:21115: result: int,fd_set *,struct timeval *
  958. configure:21145: checking return type of signal handlers
  959. configure:21163: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  960. conftest.c: In function 'main':
  961. conftest.c:54:1: error: void value not ignored as it ought to be
  962. return *(signal (0, 0)) (0) == 1;
  963. ^
  964. configure:21163: $? = 1
  965. configure: failed program was:
  966. | /* confdefs.h */
  967. | #define PACKAGE_NAME "kodi"
  968. | #define PACKAGE_TARNAME "kodi"
  969. | #define PACKAGE_VERSION "16.0.993"
  970. | #define PACKAGE_STRING "kodi 16.0.993"
  971. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  972. | #define PACKAGE_URL ""
  973. | #define PACKAGE "kodi"
  974. | #define VERSION "16.0.993"
  975. | #define HAVE_LIRC 1
  976. | #define LIRC_DEVICE "/dev/lircd"
  977. | #define HAVE_CXX11 1
  978. | #define STDC_HEADERS 1
  979. | #define HAVE_SYS_TYPES_H 1
  980. | #define HAVE_SYS_STAT_H 1
  981. | #define HAVE_STDLIB_H 1
  982. | #define HAVE_STRING_H 1
  983. | #define HAVE_MEMORY_H 1
  984. | #define HAVE_STRINGS_H 1
  985. | #define HAVE_INTTYPES_H 1
  986. | #define HAVE_STDINT_H 1
  987. | #define HAVE_UNISTD_H 1
  988. | #define HAVE_DLFCN_H 1
  989. | #define LT_OBJDIR ".libs/"
  990. | #define HAVE_ALLOCA_H 1
  991. | #define HAVE_ALLOCA 1
  992. | #define HAVE_UNISTD_H 1
  993. | #define HAVE_CHOWN 1
  994. | #define HAVE_DIRENT_H 1
  995. | #define HAVE_FSEEKO 1
  996. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  997. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  998. | #define TIME_WITH_SYS_TIME 1
  999. | #define HAVE_SYS_TIME_H 1
  1000. | #define HAVE_UNISTD_H 1
  1001. | #define HAVE_STDLIB_H 1
  1002. | #define HAVE_SYS_PARAM_H 1
  1003. | #define HAVE_UTIME_H 1
  1004. | #define HAVE_ALARM 1
  1005. | #define HAVE_GETPAGESIZE 1
  1006. | #define HAVE_MMAP 1
  1007. | #define HAVE_SYS_SELECT_H 1
  1008. | #define HAVE_SYS_SOCKET_H 1
  1009. | #define SELECT_TYPE_ARG1 int
  1010. | #define SELECT_TYPE_ARG234 (fd_set *)
  1011. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1012. | /* end confdefs.h. */
  1013. | #include <sys/types.h>
  1014. | #include <signal.h>
  1015. |
  1016. | int
  1017. | main ()
  1018. | {
  1019. | return *(signal (0, 0)) (0) == 1;
  1020. | ;
  1021. | return 0;
  1022. | }
  1023. configure:21170: result: void
  1024. configure:21178: checking whether stat accepts an empty string
  1025. configure:21198: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1026. configure:21198: $? = 0
  1027. configure:21198: ./conftest
  1028. configure:21198: $? = 0
  1029. configure:21208: result: no
  1030. configure:21224: checking for working strcoll
  1031. configure:21245: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1032. configure:21245: $? = 0
  1033. configure:21245: ./conftest
  1034. configure:21245: $? = 0
  1035. configure:21255: result: yes
  1036. configure:21265: checking for strftime
  1037. configure:21265: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1038. conftest.c:73:6: warning: conflicting types for built-in function 'strftime'
  1039. char strftime ();
  1040. ^
  1041. configure:21265: $? = 0
  1042. configure:21265: result: yes
  1043. configure:21318: checking for working strtod
  1044. configure:21359: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1045. configure:21359: $? = 0
  1046. configure:21359: ./conftest
  1047. configure:21359: $? = 0
  1048. configure:21369: result: yes
  1049. configure:21434: checking whether utime accepts a null argument
  1050. configure:21463: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1051. configure:21463: $? = 0
  1052. configure:21463: ./conftest
  1053. configure:21463: $? = 0
  1054. configure:21473: result: yes
  1055. configure:21485: checking for vprintf
  1056. configure:21485: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1057. conftest.c:75:6: warning: conflicting types for built-in function 'vprintf'
  1058. char vprintf ();
  1059. ^
  1060. configure:21485: $? = 0
  1061. configure:21485: result: yes
  1062. configure:21491: checking for _doprnt
  1063. configure:21491: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1064. /tmp/ccCTveOX.o: In function `main':
  1065. /home/alfons/xbmc/conftest.c:87: undefined reference to `_doprnt'
  1066. collect2: error: ld returned 1 exit status
  1067. configure:21491: $? = 1
  1068. configure: failed program was:
  1069. | /* confdefs.h */
  1070. | #define PACKAGE_NAME "kodi"
  1071. | #define PACKAGE_TARNAME "kodi"
  1072. | #define PACKAGE_VERSION "16.0.993"
  1073. | #define PACKAGE_STRING "kodi 16.0.993"
  1074. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1075. | #define PACKAGE_URL ""
  1076. | #define PACKAGE "kodi"
  1077. | #define VERSION "16.0.993"
  1078. | #define HAVE_LIRC 1
  1079. | #define LIRC_DEVICE "/dev/lircd"
  1080. | #define HAVE_CXX11 1
  1081. | #define STDC_HEADERS 1
  1082. | #define HAVE_SYS_TYPES_H 1
  1083. | #define HAVE_SYS_STAT_H 1
  1084. | #define HAVE_STDLIB_H 1
  1085. | #define HAVE_STRING_H 1
  1086. | #define HAVE_MEMORY_H 1
  1087. | #define HAVE_STRINGS_H 1
  1088. | #define HAVE_INTTYPES_H 1
  1089. | #define HAVE_STDINT_H 1
  1090. | #define HAVE_UNISTD_H 1
  1091. | #define HAVE_DLFCN_H 1
  1092. | #define LT_OBJDIR ".libs/"
  1093. | #define HAVE_ALLOCA_H 1
  1094. | #define HAVE_ALLOCA 1
  1095. | #define HAVE_UNISTD_H 1
  1096. | #define HAVE_CHOWN 1
  1097. | #define HAVE_DIRENT_H 1
  1098. | #define HAVE_FSEEKO 1
  1099. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1100. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1101. | #define TIME_WITH_SYS_TIME 1
  1102. | #define HAVE_SYS_TIME_H 1
  1103. | #define HAVE_UNISTD_H 1
  1104. | #define HAVE_STDLIB_H 1
  1105. | #define HAVE_SYS_PARAM_H 1
  1106. | #define HAVE_UTIME_H 1
  1107. | #define HAVE_ALARM 1
  1108. | #define HAVE_GETPAGESIZE 1
  1109. | #define HAVE_MMAP 1
  1110. | #define HAVE_SYS_SELECT_H 1
  1111. | #define HAVE_SYS_SOCKET_H 1
  1112. | #define SELECT_TYPE_ARG1 int
  1113. | #define SELECT_TYPE_ARG234 (fd_set *)
  1114. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1115. | #define RETSIGTYPE void
  1116. | #define HAVE_STRCOLL 1
  1117. | #define HAVE_STRFTIME 1
  1118. | #define HAVE_UTIME_NULL 1
  1119. | #define HAVE_VPRINTF 1
  1120. | /* end confdefs.h. */
  1121. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  1122. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1123. | #define _doprnt innocuous__doprnt
  1124. |
  1125. | /* System header to define __stub macros and hopefully few prototypes,
  1126. | which can conflict with char _doprnt (); below.
  1127. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1128. | <limits.h> exists even on freestanding compilers. */
  1129. |
  1130. | #ifdef __STDC__
  1131. | # include <limits.h>
  1132. | #else
  1133. | # include <assert.h>
  1134. | #endif
  1135. |
  1136. | #undef _doprnt
  1137. |
  1138. | /* Override any GCC internal prototype to avoid an error.
  1139. | Use char because int might match the return type of a GCC
  1140. | builtin and then its argument prototype would still apply. */
  1141. | #ifdef __cplusplus
  1142. | extern "C"
  1143. | #endif
  1144. | char _doprnt ();
  1145. | /* The GNU C library defines this for functions which it implements
  1146. | to always fail with ENOSYS. Some functions are actually named
  1147. | something starting with __ and the normal name is an alias. */
  1148. | #if defined __stub__doprnt || defined __stub____doprnt
  1149. | choke me
  1150. | #endif
  1151. |
  1152. | int
  1153. | main ()
  1154. | {
  1155. | return _doprnt ();
  1156. | ;
  1157. | return 0;
  1158. | }
  1159. configure:21491: result: no
  1160. configure:21505: checking for atexit
  1161. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1162. configure:21505: $? = 0
  1163. configure:21505: result: yes
  1164. configure:21505: checking for dup2
  1165. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1166. configure:21505: $? = 0
  1167. configure:21505: result: yes
  1168. configure:21505: checking for fdatasync
  1169. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1170. configure:21505: $? = 0
  1171. configure:21505: result: yes
  1172. configure:21505: checking for floor
  1173. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1174. conftest.c:79:6: warning: conflicting types for built-in function 'floor'
  1175. char floor ();
  1176. ^
  1177. /tmp/cccjau0r.o: In function `main':
  1178. /home/alfons/xbmc/conftest.c:90: undefined reference to `floor'
  1179. collect2: error: ld returned 1 exit status
  1180. configure:21505: $? = 1
  1181. configure: failed program was:
  1182. | /* confdefs.h */
  1183. | #define PACKAGE_NAME "kodi"
  1184. | #define PACKAGE_TARNAME "kodi"
  1185. | #define PACKAGE_VERSION "16.0.993"
  1186. | #define PACKAGE_STRING "kodi 16.0.993"
  1187. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1188. | #define PACKAGE_URL ""
  1189. | #define PACKAGE "kodi"
  1190. | #define VERSION "16.0.993"
  1191. | #define HAVE_LIRC 1
  1192. | #define LIRC_DEVICE "/dev/lircd"
  1193. | #define HAVE_CXX11 1
  1194. | #define STDC_HEADERS 1
  1195. | #define HAVE_SYS_TYPES_H 1
  1196. | #define HAVE_SYS_STAT_H 1
  1197. | #define HAVE_STDLIB_H 1
  1198. | #define HAVE_STRING_H 1
  1199. | #define HAVE_MEMORY_H 1
  1200. | #define HAVE_STRINGS_H 1
  1201. | #define HAVE_INTTYPES_H 1
  1202. | #define HAVE_STDINT_H 1
  1203. | #define HAVE_UNISTD_H 1
  1204. | #define HAVE_DLFCN_H 1
  1205. | #define LT_OBJDIR ".libs/"
  1206. | #define HAVE_ALLOCA_H 1
  1207. | #define HAVE_ALLOCA 1
  1208. | #define HAVE_UNISTD_H 1
  1209. | #define HAVE_CHOWN 1
  1210. | #define HAVE_DIRENT_H 1
  1211. | #define HAVE_FSEEKO 1
  1212. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1213. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1214. | #define TIME_WITH_SYS_TIME 1
  1215. | #define HAVE_SYS_TIME_H 1
  1216. | #define HAVE_UNISTD_H 1
  1217. | #define HAVE_STDLIB_H 1
  1218. | #define HAVE_SYS_PARAM_H 1
  1219. | #define HAVE_UTIME_H 1
  1220. | #define HAVE_ALARM 1
  1221. | #define HAVE_GETPAGESIZE 1
  1222. | #define HAVE_MMAP 1
  1223. | #define HAVE_SYS_SELECT_H 1
  1224. | #define HAVE_SYS_SOCKET_H 1
  1225. | #define SELECT_TYPE_ARG1 int
  1226. | #define SELECT_TYPE_ARG234 (fd_set *)
  1227. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1228. | #define RETSIGTYPE void
  1229. | #define HAVE_STRCOLL 1
  1230. | #define HAVE_STRFTIME 1
  1231. | #define HAVE_UTIME_NULL 1
  1232. | #define HAVE_VPRINTF 1
  1233. | #define HAVE_ATEXIT 1
  1234. | #define HAVE_DUP2 1
  1235. | #define HAVE_FDATASYNC 1
  1236. | /* end confdefs.h. */
  1237. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  1238. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1239. | #define floor innocuous_floor
  1240. |
  1241. | /* System header to define __stub macros and hopefully few prototypes,
  1242. | which can conflict with char floor (); below.
  1243. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1244. | <limits.h> exists even on freestanding compilers. */
  1245. |
  1246. | #ifdef __STDC__
  1247. | # include <limits.h>
  1248. | #else
  1249. | # include <assert.h>
  1250. | #endif
  1251. |
  1252. | #undef floor
  1253. |
  1254. | /* Override any GCC internal prototype to avoid an error.
  1255. | Use char because int might match the return type of a GCC
  1256. | builtin and then its argument prototype would still apply. */
  1257. | #ifdef __cplusplus
  1258. | extern "C"
  1259. | #endif
  1260. | char floor ();
  1261. | /* The GNU C library defines this for functions which it implements
  1262. | to always fail with ENOSYS. Some functions are actually named
  1263. | something starting with __ and the normal name is an alias. */
  1264. | #if defined __stub_floor || defined __stub___floor
  1265. | choke me
  1266. | #endif
  1267. |
  1268. | int
  1269. | main ()
  1270. | {
  1271. | return floor ();
  1272. | ;
  1273. | return 0;
  1274. | }
  1275. configure:21505: result: no
  1276. configure:21505: checking for fs_stat_dev
  1277. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1278. /tmp/ccCIzocz.o: In function `main':
  1279. /home/alfons/xbmc/conftest.c:90: undefined reference to `fs_stat_dev'
  1280. collect2: error: ld returned 1 exit status
  1281. configure:21505: $? = 1
  1282. configure: failed program was:
  1283. | /* confdefs.h */
  1284. | #define PACKAGE_NAME "kodi"
  1285. | #define PACKAGE_TARNAME "kodi"
  1286. | #define PACKAGE_VERSION "16.0.993"
  1287. | #define PACKAGE_STRING "kodi 16.0.993"
  1288. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1289. | #define PACKAGE_URL ""
  1290. | #define PACKAGE "kodi"
  1291. | #define VERSION "16.0.993"
  1292. | #define HAVE_LIRC 1
  1293. | #define LIRC_DEVICE "/dev/lircd"
  1294. | #define HAVE_CXX11 1
  1295. | #define STDC_HEADERS 1
  1296. | #define HAVE_SYS_TYPES_H 1
  1297. | #define HAVE_SYS_STAT_H 1
  1298. | #define HAVE_STDLIB_H 1
  1299. | #define HAVE_STRING_H 1
  1300. | #define HAVE_MEMORY_H 1
  1301. | #define HAVE_STRINGS_H 1
  1302. | #define HAVE_INTTYPES_H 1
  1303. | #define HAVE_STDINT_H 1
  1304. | #define HAVE_UNISTD_H 1
  1305. | #define HAVE_DLFCN_H 1
  1306. | #define LT_OBJDIR ".libs/"
  1307. | #define HAVE_ALLOCA_H 1
  1308. | #define HAVE_ALLOCA 1
  1309. | #define HAVE_UNISTD_H 1
  1310. | #define HAVE_CHOWN 1
  1311. | #define HAVE_DIRENT_H 1
  1312. | #define HAVE_FSEEKO 1
  1313. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1314. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1315. | #define TIME_WITH_SYS_TIME 1
  1316. | #define HAVE_SYS_TIME_H 1
  1317. | #define HAVE_UNISTD_H 1
  1318. | #define HAVE_STDLIB_H 1
  1319. | #define HAVE_SYS_PARAM_H 1
  1320. | #define HAVE_UTIME_H 1
  1321. | #define HAVE_ALARM 1
  1322. | #define HAVE_GETPAGESIZE 1
  1323. | #define HAVE_MMAP 1
  1324. | #define HAVE_SYS_SELECT_H 1
  1325. | #define HAVE_SYS_SOCKET_H 1
  1326. | #define SELECT_TYPE_ARG1 int
  1327. | #define SELECT_TYPE_ARG234 (fd_set *)
  1328. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1329. | #define RETSIGTYPE void
  1330. | #define HAVE_STRCOLL 1
  1331. | #define HAVE_STRFTIME 1
  1332. | #define HAVE_UTIME_NULL 1
  1333. | #define HAVE_VPRINTF 1
  1334. | #define HAVE_ATEXIT 1
  1335. | #define HAVE_DUP2 1
  1336. | #define HAVE_FDATASYNC 1
  1337. | /* end confdefs.h. */
  1338. | /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
  1339. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1340. | #define fs_stat_dev innocuous_fs_stat_dev
  1341. |
  1342. | /* System header to define __stub macros and hopefully few prototypes,
  1343. | which can conflict with char fs_stat_dev (); below.
  1344. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1345. | <limits.h> exists even on freestanding compilers. */
  1346. |
  1347. | #ifdef __STDC__
  1348. | # include <limits.h>
  1349. | #else
  1350. | # include <assert.h>
  1351. | #endif
  1352. |
  1353. | #undef fs_stat_dev
  1354. |
  1355. | /* Override any GCC internal prototype to avoid an error.
  1356. | Use char because int might match the return type of a GCC
  1357. | builtin and then its argument prototype would still apply. */
  1358. | #ifdef __cplusplus
  1359. | extern "C"
  1360. | #endif
  1361. | char fs_stat_dev ();
  1362. | /* The GNU C library defines this for functions which it implements
  1363. | to always fail with ENOSYS. Some functions are actually named
  1364. | something starting with __ and the normal name is an alias. */
  1365. | #if defined __stub_fs_stat_dev || defined __stub___fs_stat_dev
  1366. | choke me
  1367. | #endif
  1368. |
  1369. | int
  1370. | main ()
  1371. | {
  1372. | return fs_stat_dev ();
  1373. | ;
  1374. | return 0;
  1375. | }
  1376. configure:21505: result: no
  1377. configure:21505: checking for ftime
  1378. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1379. configure:21505: $? = 0
  1380. configure:21505: result: yes
  1381. configure:21505: checking for ftruncate
  1382. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1383. configure:21505: $? = 0
  1384. configure:21505: result: yes
  1385. configure:21505: checking for getcwd
  1386. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1387. configure:21505: $? = 0
  1388. configure:21505: result: yes
  1389. configure:21505: checking for gethostbyaddr
  1390. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1391. configure:21505: $? = 0
  1392. configure:21505: result: yes
  1393. configure:21505: checking for gethostbyname
  1394. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1395. configure:21505: $? = 0
  1396. configure:21505: result: yes
  1397. configure:21505: checking for gethostname
  1398. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1399. configure:21505: $? = 0
  1400. configure:21505: result: yes
  1401. configure:21505: checking for getpagesize
  1402. configure:21505: result: yes
  1403. configure:21505: checking for getpass
  1404. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1405. configure:21505: $? = 0
  1406. configure:21505: result: yes
  1407. configure:21505: checking for gettimeofday
  1408. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1409. configure:21505: $? = 0
  1410. configure:21505: result: yes
  1411. configure:21505: checking for inet_ntoa
  1412. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1413. configure:21505: $? = 0
  1414. configure:21505: result: yes
  1415. configure:21505: checking for lchown
  1416. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1417. configure:21505: $? = 0
  1418. configure:21505: result: yes
  1419. configure:21505: checking for localeconv
  1420. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1421. configure:21505: $? = 0
  1422. configure:21505: result: yes
  1423. configure:21505: checking for memchr
  1424. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1425. conftest.c:91:6: warning: conflicting types for built-in function 'memchr'
  1426. char memchr ();
  1427. ^
  1428. configure:21505: $? = 0
  1429. configure:21505: result: yes
  1430. configure:21505: checking for memmove
  1431. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1432. conftest.c:92:6: warning: conflicting types for built-in function 'memmove'
  1433. char memmove ();
  1434. ^
  1435. configure:21505: $? = 0
  1436. configure:21505: result: yes
  1437. configure:21505: checking for memset
  1438. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1439. conftest.c:93:6: warning: conflicting types for built-in function 'memset'
  1440. char memset ();
  1441. ^
  1442. configure:21505: $? = 0
  1443. configure:21505: result: yes
  1444. configure:21505: checking for mkdir
  1445. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1446. configure:21505: $? = 0
  1447. configure:21505: result: yes
  1448. configure:21505: checking for modf
  1449. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1450. conftest.c:95:6: warning: conflicting types for built-in function 'modf'
  1451. char modf ();
  1452. ^
  1453. configure:21505: $? = 0
  1454. configure:21505: result: yes
  1455. configure:21505: checking for munmap
  1456. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1457. configure:21505: $? = 0
  1458. configure:21505: result: yes
  1459. configure:21505: checking for pow
  1460. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1461. conftest.c:97:6: warning: conflicting types for built-in function 'pow'
  1462. char pow ();
  1463. ^
  1464. /tmp/ccenidvn.o: In function `main':
  1465. /home/alfons/xbmc/conftest.c:108: undefined reference to `pow'
  1466. collect2: error: ld returned 1 exit status
  1467. configure:21505: $? = 1
  1468. configure: failed program was:
  1469. | /* confdefs.h */
  1470. | #define PACKAGE_NAME "kodi"
  1471. | #define PACKAGE_TARNAME "kodi"
  1472. | #define PACKAGE_VERSION "16.0.993"
  1473. | #define PACKAGE_STRING "kodi 16.0.993"
  1474. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1475. | #define PACKAGE_URL ""
  1476. | #define PACKAGE "kodi"
  1477. | #define VERSION "16.0.993"
  1478. | #define HAVE_LIRC 1
  1479. | #define LIRC_DEVICE "/dev/lircd"
  1480. | #define HAVE_CXX11 1
  1481. | #define STDC_HEADERS 1
  1482. | #define HAVE_SYS_TYPES_H 1
  1483. | #define HAVE_SYS_STAT_H 1
  1484. | #define HAVE_STDLIB_H 1
  1485. | #define HAVE_STRING_H 1
  1486. | #define HAVE_MEMORY_H 1
  1487. | #define HAVE_STRINGS_H 1
  1488. | #define HAVE_INTTYPES_H 1
  1489. | #define HAVE_STDINT_H 1
  1490. | #define HAVE_UNISTD_H 1
  1491. | #define HAVE_DLFCN_H 1
  1492. | #define LT_OBJDIR ".libs/"
  1493. | #define HAVE_ALLOCA_H 1
  1494. | #define HAVE_ALLOCA 1
  1495. | #define HAVE_UNISTD_H 1
  1496. | #define HAVE_CHOWN 1
  1497. | #define HAVE_DIRENT_H 1
  1498. | #define HAVE_FSEEKO 1
  1499. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1500. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1501. | #define TIME_WITH_SYS_TIME 1
  1502. | #define HAVE_SYS_TIME_H 1
  1503. | #define HAVE_UNISTD_H 1
  1504. | #define HAVE_STDLIB_H 1
  1505. | #define HAVE_SYS_PARAM_H 1
  1506. | #define HAVE_UTIME_H 1
  1507. | #define HAVE_ALARM 1
  1508. | #define HAVE_GETPAGESIZE 1
  1509. | #define HAVE_MMAP 1
  1510. | #define HAVE_SYS_SELECT_H 1
  1511. | #define HAVE_SYS_SOCKET_H 1
  1512. | #define SELECT_TYPE_ARG1 int
  1513. | #define SELECT_TYPE_ARG234 (fd_set *)
  1514. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1515. | #define RETSIGTYPE void
  1516. | #define HAVE_STRCOLL 1
  1517. | #define HAVE_STRFTIME 1
  1518. | #define HAVE_UTIME_NULL 1
  1519. | #define HAVE_VPRINTF 1
  1520. | #define HAVE_ATEXIT 1
  1521. | #define HAVE_DUP2 1
  1522. | #define HAVE_FDATASYNC 1
  1523. | #define HAVE_FTIME 1
  1524. | #define HAVE_FTRUNCATE 1
  1525. | #define HAVE_GETCWD 1
  1526. | #define HAVE_GETHOSTBYADDR 1
  1527. | #define HAVE_GETHOSTBYNAME 1
  1528. | #define HAVE_GETHOSTNAME 1
  1529. | #define HAVE_GETPAGESIZE 1
  1530. | #define HAVE_GETPASS 1
  1531. | #define HAVE_GETTIMEOFDAY 1
  1532. | #define HAVE_INET_NTOA 1
  1533. | #define HAVE_LCHOWN 1
  1534. | #define HAVE_LOCALECONV 1
  1535. | #define HAVE_MEMCHR 1
  1536. | #define HAVE_MEMMOVE 1
  1537. | #define HAVE_MEMSET 1
  1538. | #define HAVE_MKDIR 1
  1539. | #define HAVE_MODF 1
  1540. | #define HAVE_MUNMAP 1
  1541. | /* end confdefs.h. */
  1542. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  1543. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1544. | #define pow innocuous_pow
  1545. |
  1546. | /* System header to define __stub macros and hopefully few prototypes,
  1547. | which can conflict with char pow (); below.
  1548. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1549. | <limits.h> exists even on freestanding compilers. */
  1550. |
  1551. | #ifdef __STDC__
  1552. | # include <limits.h>
  1553. | #else
  1554. | # include <assert.h>
  1555. | #endif
  1556. |
  1557. | #undef pow
  1558. |
  1559. | /* Override any GCC internal prototype to avoid an error.
  1560. | Use char because int might match the return type of a GCC
  1561. | builtin and then its argument prototype would still apply. */
  1562. | #ifdef __cplusplus
  1563. | extern "C"
  1564. | #endif
  1565. | char pow ();
  1566. | /* The GNU C library defines this for functions which it implements
  1567. | to always fail with ENOSYS. Some functions are actually named
  1568. | something starting with __ and the normal name is an alias. */
  1569. | #if defined __stub_pow || defined __stub___pow
  1570. | choke me
  1571. | #endif
  1572. |
  1573. | int
  1574. | main ()
  1575. | {
  1576. | return pow ();
  1577. | ;
  1578. | return 0;
  1579. | }
  1580. configure:21505: result: no
  1581. configure:21505: checking for rmdir
  1582. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1583. configure:21505: $? = 0
  1584. configure:21505: result: yes
  1585. configure:21505: checking for select
  1586. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1587. configure:21505: $? = 0
  1588. configure:21505: result: yes
  1589. configure:21505: checking for setenv
  1590. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1591. configure:21505: $? = 0
  1592. configure:21505: result: yes
  1593. configure:21505: checking for setlocale
  1594. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1595. configure:21505: $? = 0
  1596. configure:21505: result: yes
  1597. configure:21505: checking for socket
  1598. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1599. configure:21505: $? = 0
  1600. configure:21505: result: yes
  1601. configure:21505: checking for sqrt
  1602. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1603. conftest.c:102:6: warning: conflicting types for built-in function 'sqrt'
  1604. char sqrt ();
  1605. ^
  1606. /tmp/ccnAiBEZ.o: In function `main':
  1607. /home/alfons/xbmc/conftest.c:113: undefined reference to `sqrt'
  1608. collect2: error: ld returned 1 exit status
  1609. configure:21505: $? = 1
  1610. configure: failed program was:
  1611. | /* confdefs.h */
  1612. | #define PACKAGE_NAME "kodi"
  1613. | #define PACKAGE_TARNAME "kodi"
  1614. | #define PACKAGE_VERSION "16.0.993"
  1615. | #define PACKAGE_STRING "kodi 16.0.993"
  1616. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1617. | #define PACKAGE_URL ""
  1618. | #define PACKAGE "kodi"
  1619. | #define VERSION "16.0.993"
  1620. | #define HAVE_LIRC 1
  1621. | #define LIRC_DEVICE "/dev/lircd"
  1622. | #define HAVE_CXX11 1
  1623. | #define STDC_HEADERS 1
  1624. | #define HAVE_SYS_TYPES_H 1
  1625. | #define HAVE_SYS_STAT_H 1
  1626. | #define HAVE_STDLIB_H 1
  1627. | #define HAVE_STRING_H 1
  1628. | #define HAVE_MEMORY_H 1
  1629. | #define HAVE_STRINGS_H 1
  1630. | #define HAVE_INTTYPES_H 1
  1631. | #define HAVE_STDINT_H 1
  1632. | #define HAVE_UNISTD_H 1
  1633. | #define HAVE_DLFCN_H 1
  1634. | #define LT_OBJDIR ".libs/"
  1635. | #define HAVE_ALLOCA_H 1
  1636. | #define HAVE_ALLOCA 1
  1637. | #define HAVE_UNISTD_H 1
  1638. | #define HAVE_CHOWN 1
  1639. | #define HAVE_DIRENT_H 1
  1640. | #define HAVE_FSEEKO 1
  1641. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1642. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1643. | #define TIME_WITH_SYS_TIME 1
  1644. | #define HAVE_SYS_TIME_H 1
  1645. | #define HAVE_UNISTD_H 1
  1646. | #define HAVE_STDLIB_H 1
  1647. | #define HAVE_SYS_PARAM_H 1
  1648. | #define HAVE_UTIME_H 1
  1649. | #define HAVE_ALARM 1
  1650. | #define HAVE_GETPAGESIZE 1
  1651. | #define HAVE_MMAP 1
  1652. | #define HAVE_SYS_SELECT_H 1
  1653. | #define HAVE_SYS_SOCKET_H 1
  1654. | #define SELECT_TYPE_ARG1 int
  1655. | #define SELECT_TYPE_ARG234 (fd_set *)
  1656. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1657. | #define RETSIGTYPE void
  1658. | #define HAVE_STRCOLL 1
  1659. | #define HAVE_STRFTIME 1
  1660. | #define HAVE_UTIME_NULL 1
  1661. | #define HAVE_VPRINTF 1
  1662. | #define HAVE_ATEXIT 1
  1663. | #define HAVE_DUP2 1
  1664. | #define HAVE_FDATASYNC 1
  1665. | #define HAVE_FTIME 1
  1666. | #define HAVE_FTRUNCATE 1
  1667. | #define HAVE_GETCWD 1
  1668. | #define HAVE_GETHOSTBYADDR 1
  1669. | #define HAVE_GETHOSTBYNAME 1
  1670. | #define HAVE_GETHOSTNAME 1
  1671. | #define HAVE_GETPAGESIZE 1
  1672. | #define HAVE_GETPASS 1
  1673. | #define HAVE_GETTIMEOFDAY 1
  1674. | #define HAVE_INET_NTOA 1
  1675. | #define HAVE_LCHOWN 1
  1676. | #define HAVE_LOCALECONV 1
  1677. | #define HAVE_MEMCHR 1
  1678. | #define HAVE_MEMMOVE 1
  1679. | #define HAVE_MEMSET 1
  1680. | #define HAVE_MKDIR 1
  1681. | #define HAVE_MODF 1
  1682. | #define HAVE_MUNMAP 1
  1683. | #define HAVE_RMDIR 1
  1684. | #define HAVE_SELECT 1
  1685. | #define HAVE_SETENV 1
  1686. | #define HAVE_SETLOCALE 1
  1687. | #define HAVE_SOCKET 1
  1688. | /* end confdefs.h. */
  1689. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  1690. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1691. | #define sqrt innocuous_sqrt
  1692. |
  1693. | /* System header to define __stub macros and hopefully few prototypes,
  1694. | which can conflict with char sqrt (); below.
  1695. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1696. | <limits.h> exists even on freestanding compilers. */
  1697. |
  1698. | #ifdef __STDC__
  1699. | # include <limits.h>
  1700. | #else
  1701. | # include <assert.h>
  1702. | #endif
  1703. |
  1704. | #undef sqrt
  1705. |
  1706. | /* Override any GCC internal prototype to avoid an error.
  1707. | Use char because int might match the return type of a GCC
  1708. | builtin and then its argument prototype would still apply. */
  1709. | #ifdef __cplusplus
  1710. | extern "C"
  1711. | #endif
  1712. | char sqrt ();
  1713. | /* The GNU C library defines this for functions which it implements
  1714. | to always fail with ENOSYS. Some functions are actually named
  1715. | something starting with __ and the normal name is an alias. */
  1716. | #if defined __stub_sqrt || defined __stub___sqrt
  1717. | choke me
  1718. | #endif
  1719. |
  1720. | int
  1721. | main ()
  1722. | {
  1723. | return sqrt ();
  1724. | ;
  1725. | return 0;
  1726. | }
  1727. configure:21505: result: no
  1728. configure:21505: checking for strcasecmp
  1729. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1730. conftest.c:102:6: warning: conflicting types for built-in function 'strcasecmp'
  1731. char strcasecmp ();
  1732. ^
  1733. configure:21505: $? = 0
  1734. configure:21505: result: yes
  1735. configure:21505: checking for strchr
  1736. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1737. conftest.c:103:6: warning: conflicting types for built-in function 'strchr'
  1738. char strchr ();
  1739. ^
  1740. configure:21505: $? = 0
  1741. configure:21505: result: yes
  1742. configure:21505: checking for strcspn
  1743. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1744. conftest.c:104:6: warning: conflicting types for built-in function 'strcspn'
  1745. char strcspn ();
  1746. ^
  1747. configure:21505: $? = 0
  1748. configure:21505: result: yes
  1749. configure:21505: checking for strdup
  1750. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1751. conftest.c:105:6: warning: conflicting types for built-in function 'strdup'
  1752. char strdup ();
  1753. ^
  1754. configure:21505: $? = 0
  1755. configure:21505: result: yes
  1756. configure:21505: checking for strerror
  1757. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1758. configure:21505: $? = 0
  1759. configure:21505: result: yes
  1760. configure:21505: checking for strncasecmp
  1761. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1762. conftest.c:107:6: warning: conflicting types for built-in function 'strncasecmp'
  1763. char strncasecmp ();
  1764. ^
  1765. configure:21505: $? = 0
  1766. configure:21505: result: yes
  1767. configure:21505: checking for strpbrk
  1768. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1769. conftest.c:108:6: warning: conflicting types for built-in function 'strpbrk'
  1770. char strpbrk ();
  1771. ^
  1772. configure:21505: $? = 0
  1773. configure:21505: result: yes
  1774. configure:21505: checking for strrchr
  1775. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1776. conftest.c:109:6: warning: conflicting types for built-in function 'strrchr'
  1777. char strrchr ();
  1778. ^
  1779. configure:21505: $? = 0
  1780. configure:21505: result: yes
  1781. configure:21505: checking for strspn
  1782. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1783. conftest.c:110:6: warning: conflicting types for built-in function 'strspn'
  1784. char strspn ();
  1785. ^
  1786. configure:21505: $? = 0
  1787. configure:21505: result: yes
  1788. configure:21505: checking for strstr
  1789. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1790. conftest.c:111:6: warning: conflicting types for built-in function 'strstr'
  1791. char strstr ();
  1792. ^
  1793. configure:21505: $? = 0
  1794. configure:21505: result: yes
  1795. configure:21505: checking for strtol
  1796. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1797. configure:21505: $? = 0
  1798. configure:21505: result: yes
  1799. configure:21505: checking for strtoul
  1800. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1801. configure:21505: $? = 0
  1802. configure:21505: result: yes
  1803. configure:21505: checking for sysinfo
  1804. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1805. configure:21505: $? = 0
  1806. configure:21505: result: yes
  1807. configure:21505: checking for tzset
  1808. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1809. configure:21505: $? = 0
  1810. configure:21505: result: yes
  1811. configure:21505: checking for utime
  1812. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1813. configure:21505: $? = 0
  1814. configure:21505: result: yes
  1815. configure:21505: checking for posix_fadvise
  1816. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1817. configure:21505: $? = 0
  1818. configure:21505: result: yes
  1819. configure:21505: checking for localtime_r
  1820. configure:21505: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1821. configure:21505: $? = 0
  1822. configure:21505: result: yes
  1823. configure:21520: checking size of int
  1824. configure:21525: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1825. configure:21525: $? = 0
  1826. configure:21525: ./conftest
  1827. configure:21525: $? = 0
  1828. configure:21539: result: 4
  1829. configure:21553: checking size of size_t
  1830. configure:21558: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1831. configure:21558: $? = 0
  1832. configure:21558: ./conftest
  1833. configure:21558: $? = 0
  1834. configure:21572: result: 4
  1835. configure:21584: checking for __sync_add_and_fetch(temp, 1)
  1836. configure:21597: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1837. conftest.c: In function 'main':
  1838. conftest.c:102:20: warning: unused variable 'ret' [-Wunused-variable]
  1839. long* temp=0; long ret=__sync_add_and_fetch(temp, 1);
  1840. ^
  1841. configure:21597: $? = 0
  1842. configure:21604: result: yes
  1843. configure:21612: checking for __sync_sub_and_fetch(temp, 1)
  1844. configure:21625: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1845. conftest.c: In function 'main':
  1846. conftest.c:103:20: warning: unused variable 'ret' [-Wunused-variable]
  1847. long* temp=0; long ret=__sync_sub_and_fetch(temp, 1);
  1848. ^
  1849. configure:21625: $? = 0
  1850. configure:21632: result: yes
  1851. configure:21640: checking for __sync_val_compare_and_swap(temp, 1, 1)
  1852. configure:21653: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  1853. conftest.c: In function 'main':
  1854. conftest.c:104:22: warning: unused variable 'ret' [-Wunused-variable]
  1855. long *temp = 0; long ret=__sync_val_compare_and_swap(temp, 1, 1);
  1856. ^
  1857. configure:21653: $? = 0
  1858. configure:21660: result: yes
  1859. configure:21675: checking for std::u16string
  1860. configure:21675: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  1861. configure:21675: $? = 0
  1862. configure:21675: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  1863. conftest.cpp: In function 'int main()':
  1864. conftest.cpp:106:28: error: expected primary-expression before ')' token
  1865. if (sizeof ((std::u16string)))
  1866. ^
  1867. configure:21675: $? = 1
  1868. configure: failed program was:
  1869. | /* confdefs.h */
  1870. | #define PACKAGE_NAME "kodi"
  1871. | #define PACKAGE_TARNAME "kodi"
  1872. | #define PACKAGE_VERSION "16.0.993"
  1873. | #define PACKAGE_STRING "kodi 16.0.993"
  1874. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1875. | #define PACKAGE_URL ""
  1876. | #define PACKAGE "kodi"
  1877. | #define VERSION "16.0.993"
  1878. | #define HAVE_LIRC 1
  1879. | #define LIRC_DEVICE "/dev/lircd"
  1880. | #define HAVE_CXX11 1
  1881. | #define STDC_HEADERS 1
  1882. | #define HAVE_SYS_TYPES_H 1
  1883. | #define HAVE_SYS_STAT_H 1
  1884. | #define HAVE_STDLIB_H 1
  1885. | #define HAVE_STRING_H 1
  1886. | #define HAVE_MEMORY_H 1
  1887. | #define HAVE_STRINGS_H 1
  1888. | #define HAVE_INTTYPES_H 1
  1889. | #define HAVE_STDINT_H 1
  1890. | #define HAVE_UNISTD_H 1
  1891. | #define HAVE_DLFCN_H 1
  1892. | #define LT_OBJDIR ".libs/"
  1893. | #define HAVE_ALLOCA_H 1
  1894. | #define HAVE_ALLOCA 1
  1895. | #define HAVE_UNISTD_H 1
  1896. | #define HAVE_CHOWN 1
  1897. | #define HAVE_DIRENT_H 1
  1898. | #define HAVE_FSEEKO 1
  1899. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1900. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1901. | #define TIME_WITH_SYS_TIME 1
  1902. | #define HAVE_SYS_TIME_H 1
  1903. | #define HAVE_UNISTD_H 1
  1904. | #define HAVE_STDLIB_H 1
  1905. | #define HAVE_SYS_PARAM_H 1
  1906. | #define HAVE_UTIME_H 1
  1907. | #define HAVE_ALARM 1
  1908. | #define HAVE_GETPAGESIZE 1
  1909. | #define HAVE_MMAP 1
  1910. | #define HAVE_SYS_SELECT_H 1
  1911. | #define HAVE_SYS_SOCKET_H 1
  1912. | #define SELECT_TYPE_ARG1 int
  1913. | #define SELECT_TYPE_ARG234 (fd_set *)
  1914. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1915. | #define RETSIGTYPE void
  1916. | #define HAVE_STRCOLL 1
  1917. | #define HAVE_STRFTIME 1
  1918. | #define HAVE_UTIME_NULL 1
  1919. | #define HAVE_VPRINTF 1
  1920. | #define HAVE_ATEXIT 1
  1921. | #define HAVE_DUP2 1
  1922. | #define HAVE_FDATASYNC 1
  1923. | #define HAVE_FTIME 1
  1924. | #define HAVE_FTRUNCATE 1
  1925. | #define HAVE_GETCWD 1
  1926. | #define HAVE_GETHOSTBYADDR 1
  1927. | #define HAVE_GETHOSTBYNAME 1
  1928. | #define HAVE_GETHOSTNAME 1
  1929. | #define HAVE_GETPAGESIZE 1
  1930. | #define HAVE_GETPASS 1
  1931. | #define HAVE_GETTIMEOFDAY 1
  1932. | #define HAVE_INET_NTOA 1
  1933. | #define HAVE_LCHOWN 1
  1934. | #define HAVE_LOCALECONV 1
  1935. | #define HAVE_MEMCHR 1
  1936. | #define HAVE_MEMMOVE 1
  1937. | #define HAVE_MEMSET 1
  1938. | #define HAVE_MKDIR 1
  1939. | #define HAVE_MODF 1
  1940. | #define HAVE_MUNMAP 1
  1941. | #define HAVE_RMDIR 1
  1942. | #define HAVE_SELECT 1
  1943. | #define HAVE_SETENV 1
  1944. | #define HAVE_SETLOCALE 1
  1945. | #define HAVE_SOCKET 1
  1946. | #define HAVE_STRCASECMP 1
  1947. | #define HAVE_STRCHR 1
  1948. | #define HAVE_STRCSPN 1
  1949. | #define HAVE_STRDUP 1
  1950. | #define HAVE_STRERROR 1
  1951. | #define HAVE_STRNCASECMP 1
  1952. | #define HAVE_STRPBRK 1
  1953. | #define HAVE_STRRCHR 1
  1954. | #define HAVE_STRSPN 1
  1955. | #define HAVE_STRSTR 1
  1956. | #define HAVE_STRTOL 1
  1957. | #define HAVE_STRTOUL 1
  1958. | #define HAVE_SYSINFO 1
  1959. | #define HAVE_TZSET 1
  1960. | #define HAVE_UTIME 1
  1961. | #define HAVE_POSIX_FADVISE 1
  1962. | #define HAVE_LOCALTIME_R 1
  1963. | #define SIZEOF_INT 4
  1964. | #define SIZEOF_SIZE_T 4
  1965. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  1966. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  1967. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  1968. | /* end confdefs.h. */
  1969. | #include <string>
  1970. |
  1971. | int
  1972. | main ()
  1973. | {
  1974. | if (sizeof ((std::u16string)))
  1975. | return 0;
  1976. | ;
  1977. | return 0;
  1978. | }
  1979. configure:21675: result: yes
  1980. configure:21685: checking for std::u32string
  1981. configure:21685: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  1982. configure:21685: $? = 0
  1983. configure:21685: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  1984. conftest.cpp: In function 'int main()':
  1985. conftest.cpp:107:28: error: expected primary-expression before ')' token
  1986. if (sizeof ((std::u32string)))
  1987. ^
  1988. configure:21685: $? = 1
  1989. configure: failed program was:
  1990. | /* confdefs.h */
  1991. | #define PACKAGE_NAME "kodi"
  1992. | #define PACKAGE_TARNAME "kodi"
  1993. | #define PACKAGE_VERSION "16.0.993"
  1994. | #define PACKAGE_STRING "kodi 16.0.993"
  1995. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  1996. | #define PACKAGE_URL ""
  1997. | #define PACKAGE "kodi"
  1998. | #define VERSION "16.0.993"
  1999. | #define HAVE_LIRC 1
  2000. | #define LIRC_DEVICE "/dev/lircd"
  2001. | #define HAVE_CXX11 1
  2002. | #define STDC_HEADERS 1
  2003. | #define HAVE_SYS_TYPES_H 1
  2004. | #define HAVE_SYS_STAT_H 1
  2005. | #define HAVE_STDLIB_H 1
  2006. | #define HAVE_STRING_H 1
  2007. | #define HAVE_MEMORY_H 1
  2008. | #define HAVE_STRINGS_H 1
  2009. | #define HAVE_INTTYPES_H 1
  2010. | #define HAVE_STDINT_H 1
  2011. | #define HAVE_UNISTD_H 1
  2012. | #define HAVE_DLFCN_H 1
  2013. | #define LT_OBJDIR ".libs/"
  2014. | #define HAVE_ALLOCA_H 1
  2015. | #define HAVE_ALLOCA 1
  2016. | #define HAVE_UNISTD_H 1
  2017. | #define HAVE_CHOWN 1
  2018. | #define HAVE_DIRENT_H 1
  2019. | #define HAVE_FSEEKO 1
  2020. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2021. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2022. | #define TIME_WITH_SYS_TIME 1
  2023. | #define HAVE_SYS_TIME_H 1
  2024. | #define HAVE_UNISTD_H 1
  2025. | #define HAVE_STDLIB_H 1
  2026. | #define HAVE_SYS_PARAM_H 1
  2027. | #define HAVE_UTIME_H 1
  2028. | #define HAVE_ALARM 1
  2029. | #define HAVE_GETPAGESIZE 1
  2030. | #define HAVE_MMAP 1
  2031. | #define HAVE_SYS_SELECT_H 1
  2032. | #define HAVE_SYS_SOCKET_H 1
  2033. | #define SELECT_TYPE_ARG1 int
  2034. | #define SELECT_TYPE_ARG234 (fd_set *)
  2035. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2036. | #define RETSIGTYPE void
  2037. | #define HAVE_STRCOLL 1
  2038. | #define HAVE_STRFTIME 1
  2039. | #define HAVE_UTIME_NULL 1
  2040. | #define HAVE_VPRINTF 1
  2041. | #define HAVE_ATEXIT 1
  2042. | #define HAVE_DUP2 1
  2043. | #define HAVE_FDATASYNC 1
  2044. | #define HAVE_FTIME 1
  2045. | #define HAVE_FTRUNCATE 1
  2046. | #define HAVE_GETCWD 1
  2047. | #define HAVE_GETHOSTBYADDR 1
  2048. | #define HAVE_GETHOSTBYNAME 1
  2049. | #define HAVE_GETHOSTNAME 1
  2050. | #define HAVE_GETPAGESIZE 1
  2051. | #define HAVE_GETPASS 1
  2052. | #define HAVE_GETTIMEOFDAY 1
  2053. | #define HAVE_INET_NTOA 1
  2054. | #define HAVE_LCHOWN 1
  2055. | #define HAVE_LOCALECONV 1
  2056. | #define HAVE_MEMCHR 1
  2057. | #define HAVE_MEMMOVE 1
  2058. | #define HAVE_MEMSET 1
  2059. | #define HAVE_MKDIR 1
  2060. | #define HAVE_MODF 1
  2061. | #define HAVE_MUNMAP 1
  2062. | #define HAVE_RMDIR 1
  2063. | #define HAVE_SELECT 1
  2064. | #define HAVE_SETENV 1
  2065. | #define HAVE_SETLOCALE 1
  2066. | #define HAVE_SOCKET 1
  2067. | #define HAVE_STRCASECMP 1
  2068. | #define HAVE_STRCHR 1
  2069. | #define HAVE_STRCSPN 1
  2070. | #define HAVE_STRDUP 1
  2071. | #define HAVE_STRERROR 1
  2072. | #define HAVE_STRNCASECMP 1
  2073. | #define HAVE_STRPBRK 1
  2074. | #define HAVE_STRRCHR 1
  2075. | #define HAVE_STRSPN 1
  2076. | #define HAVE_STRSTR 1
  2077. | #define HAVE_STRTOL 1
  2078. | #define HAVE_STRTOUL 1
  2079. | #define HAVE_SYSINFO 1
  2080. | #define HAVE_TZSET 1
  2081. | #define HAVE_UTIME 1
  2082. | #define HAVE_POSIX_FADVISE 1
  2083. | #define HAVE_LOCALTIME_R 1
  2084. | #define SIZEOF_INT 4
  2085. | #define SIZEOF_SIZE_T 4
  2086. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2087. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2088. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2089. | #define HAVE_STD__U16STRING 1
  2090. | /* end confdefs.h. */
  2091. | #include <string>
  2092. |
  2093. | int
  2094. | main ()
  2095. | {
  2096. | if (sizeof ((std::u32string)))
  2097. | return 0;
  2098. | ;
  2099. | return 0;
  2100. | }
  2101. configure:21685: result: yes
  2102. configure:21696: checking for char16_t
  2103. configure:21696: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  2104. configure:21696: $? = 0
  2105. configure:21696: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  2106. conftest.cpp: In function 'int main()':
  2107. conftest.cpp:139:14: error: expected primary-expression before 'char16_t'
  2108. if (sizeof ((char16_t)))
  2109. ^
  2110. conftest.cpp:139:14: error: expected ')' before 'char16_t'
  2111. conftest.cpp:140:14: error: expected ')' before ';' token
  2112. return 0;
  2113. ^
  2114. conftest.cpp:140:14: error: expected ')' before ';' token
  2115. configure:21696: $? = 1
  2116. configure: failed program was:
  2117. | /* confdefs.h */
  2118. | #define PACKAGE_NAME "kodi"
  2119. | #define PACKAGE_TARNAME "kodi"
  2120. | #define PACKAGE_VERSION "16.0.993"
  2121. | #define PACKAGE_STRING "kodi 16.0.993"
  2122. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2123. | #define PACKAGE_URL ""
  2124. | #define PACKAGE "kodi"
  2125. | #define VERSION "16.0.993"
  2126. | #define HAVE_LIRC 1
  2127. | #define LIRC_DEVICE "/dev/lircd"
  2128. | #define HAVE_CXX11 1
  2129. | #define STDC_HEADERS 1
  2130. | #define HAVE_SYS_TYPES_H 1
  2131. | #define HAVE_SYS_STAT_H 1
  2132. | #define HAVE_STDLIB_H 1
  2133. | #define HAVE_STRING_H 1
  2134. | #define HAVE_MEMORY_H 1
  2135. | #define HAVE_STRINGS_H 1
  2136. | #define HAVE_INTTYPES_H 1
  2137. | #define HAVE_STDINT_H 1
  2138. | #define HAVE_UNISTD_H 1
  2139. | #define HAVE_DLFCN_H 1
  2140. | #define LT_OBJDIR ".libs/"
  2141. | #define HAVE_ALLOCA_H 1
  2142. | #define HAVE_ALLOCA 1
  2143. | #define HAVE_UNISTD_H 1
  2144. | #define HAVE_CHOWN 1
  2145. | #define HAVE_DIRENT_H 1
  2146. | #define HAVE_FSEEKO 1
  2147. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2148. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2149. | #define TIME_WITH_SYS_TIME 1
  2150. | #define HAVE_SYS_TIME_H 1
  2151. | #define HAVE_UNISTD_H 1
  2152. | #define HAVE_STDLIB_H 1
  2153. | #define HAVE_SYS_PARAM_H 1
  2154. | #define HAVE_UTIME_H 1
  2155. | #define HAVE_ALARM 1
  2156. | #define HAVE_GETPAGESIZE 1
  2157. | #define HAVE_MMAP 1
  2158. | #define HAVE_SYS_SELECT_H 1
  2159. | #define HAVE_SYS_SOCKET_H 1
  2160. | #define SELECT_TYPE_ARG1 int
  2161. | #define SELECT_TYPE_ARG234 (fd_set *)
  2162. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2163. | #define RETSIGTYPE void
  2164. | #define HAVE_STRCOLL 1
  2165. | #define HAVE_STRFTIME 1
  2166. | #define HAVE_UTIME_NULL 1
  2167. | #define HAVE_VPRINTF 1
  2168. | #define HAVE_ATEXIT 1
  2169. | #define HAVE_DUP2 1
  2170. | #define HAVE_FDATASYNC 1
  2171. | #define HAVE_FTIME 1
  2172. | #define HAVE_FTRUNCATE 1
  2173. | #define HAVE_GETCWD 1
  2174. | #define HAVE_GETHOSTBYADDR 1
  2175. | #define HAVE_GETHOSTBYNAME 1
  2176. | #define HAVE_GETHOSTNAME 1
  2177. | #define HAVE_GETPAGESIZE 1
  2178. | #define HAVE_GETPASS 1
  2179. | #define HAVE_GETTIMEOFDAY 1
  2180. | #define HAVE_INET_NTOA 1
  2181. | #define HAVE_LCHOWN 1
  2182. | #define HAVE_LOCALECONV 1
  2183. | #define HAVE_MEMCHR 1
  2184. | #define HAVE_MEMMOVE 1
  2185. | #define HAVE_MEMSET 1
  2186. | #define HAVE_MKDIR 1
  2187. | #define HAVE_MODF 1
  2188. | #define HAVE_MUNMAP 1
  2189. | #define HAVE_RMDIR 1
  2190. | #define HAVE_SELECT 1
  2191. | #define HAVE_SETENV 1
  2192. | #define HAVE_SETLOCALE 1
  2193. | #define HAVE_SOCKET 1
  2194. | #define HAVE_STRCASECMP 1
  2195. | #define HAVE_STRCHR 1
  2196. | #define HAVE_STRCSPN 1
  2197. | #define HAVE_STRDUP 1
  2198. | #define HAVE_STRERROR 1
  2199. | #define HAVE_STRNCASECMP 1
  2200. | #define HAVE_STRPBRK 1
  2201. | #define HAVE_STRRCHR 1
  2202. | #define HAVE_STRSPN 1
  2203. | #define HAVE_STRSTR 1
  2204. | #define HAVE_STRTOL 1
  2205. | #define HAVE_STRTOUL 1
  2206. | #define HAVE_SYSINFO 1
  2207. | #define HAVE_TZSET 1
  2208. | #define HAVE_UTIME 1
  2209. | #define HAVE_POSIX_FADVISE 1
  2210. | #define HAVE_LOCALTIME_R 1
  2211. | #define SIZEOF_INT 4
  2212. | #define SIZEOF_SIZE_T 4
  2213. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2214. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2215. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2216. | #define HAVE_STD__U16STRING 1
  2217. | #define HAVE_STD__U32STRING 1
  2218. | /* end confdefs.h. */
  2219. | #include <stdio.h>
  2220. | #ifdef HAVE_SYS_TYPES_H
  2221. | # include <sys/types.h>
  2222. | #endif
  2223. | #ifdef HAVE_SYS_STAT_H
  2224. | # include <sys/stat.h>
  2225. | #endif
  2226. | #ifdef STDC_HEADERS
  2227. | # include <stdlib.h>
  2228. | # include <stddef.h>
  2229. | #else
  2230. | # ifdef HAVE_STDLIB_H
  2231. | # include <stdlib.h>
  2232. | # endif
  2233. | #endif
  2234. | #ifdef HAVE_STRING_H
  2235. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2236. | # include <memory.h>
  2237. | # endif
  2238. | # include <string.h>
  2239. | #endif
  2240. | #ifdef HAVE_STRINGS_H
  2241. | # include <strings.h>
  2242. | #endif
  2243. | #ifdef HAVE_INTTYPES_H
  2244. | # include <inttypes.h>
  2245. | #endif
  2246. | #ifdef HAVE_STDINT_H
  2247. | # include <stdint.h>
  2248. | #endif
  2249. | #ifdef HAVE_UNISTD_H
  2250. | # include <unistd.h>
  2251. | #endif
  2252. | int
  2253. | main ()
  2254. | {
  2255. | if (sizeof ((char16_t)))
  2256. | return 0;
  2257. | ;
  2258. | return 0;
  2259. | }
  2260. configure:21696: result: yes
  2261. configure:21705: checking for char32_t
  2262. configure:21705: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  2263. configure:21705: $? = 0
  2264. configure:21705: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  2265. conftest.cpp: In function 'int main()':
  2266. conftest.cpp:140:14: error: expected primary-expression before 'char32_t'
  2267. if (sizeof ((char32_t)))
  2268. ^
  2269. conftest.cpp:140:14: error: expected ')' before 'char32_t'
  2270. conftest.cpp:141:14: error: expected ')' before ';' token
  2271. return 0;
  2272. ^
  2273. conftest.cpp:141:14: error: expected ')' before ';' token
  2274. configure:21705: $? = 1
  2275. configure: failed program was:
  2276. | /* confdefs.h */
  2277. | #define PACKAGE_NAME "kodi"
  2278. | #define PACKAGE_TARNAME "kodi"
  2279. | #define PACKAGE_VERSION "16.0.993"
  2280. | #define PACKAGE_STRING "kodi 16.0.993"
  2281. | #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  2282. | #define PACKAGE_URL ""
  2283. | #define PACKAGE "kodi"
  2284. | #define VERSION "16.0.993"
  2285. | #define HAVE_LIRC 1
  2286. | #define LIRC_DEVICE "/dev/lircd"
  2287. | #define HAVE_CXX11 1
  2288. | #define STDC_HEADERS 1
  2289. | #define HAVE_SYS_TYPES_H 1
  2290. | #define HAVE_SYS_STAT_H 1
  2291. | #define HAVE_STDLIB_H 1
  2292. | #define HAVE_STRING_H 1
  2293. | #define HAVE_MEMORY_H 1
  2294. | #define HAVE_STRINGS_H 1
  2295. | #define HAVE_INTTYPES_H 1
  2296. | #define HAVE_STDINT_H 1
  2297. | #define HAVE_UNISTD_H 1
  2298. | #define HAVE_DLFCN_H 1
  2299. | #define LT_OBJDIR ".libs/"
  2300. | #define HAVE_ALLOCA_H 1
  2301. | #define HAVE_ALLOCA 1
  2302. | #define HAVE_UNISTD_H 1
  2303. | #define HAVE_CHOWN 1
  2304. | #define HAVE_DIRENT_H 1
  2305. | #define HAVE_FSEEKO 1
  2306. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2307. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2308. | #define TIME_WITH_SYS_TIME 1
  2309. | #define HAVE_SYS_TIME_H 1
  2310. | #define HAVE_UNISTD_H 1
  2311. | #define HAVE_STDLIB_H 1
  2312. | #define HAVE_SYS_PARAM_H 1
  2313. | #define HAVE_UTIME_H 1
  2314. | #define HAVE_ALARM 1
  2315. | #define HAVE_GETPAGESIZE 1
  2316. | #define HAVE_MMAP 1
  2317. | #define HAVE_SYS_SELECT_H 1
  2318. | #define HAVE_SYS_SOCKET_H 1
  2319. | #define SELECT_TYPE_ARG1 int
  2320. | #define SELECT_TYPE_ARG234 (fd_set *)
  2321. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2322. | #define RETSIGTYPE void
  2323. | #define HAVE_STRCOLL 1
  2324. | #define HAVE_STRFTIME 1
  2325. | #define HAVE_UTIME_NULL 1
  2326. | #define HAVE_VPRINTF 1
  2327. | #define HAVE_ATEXIT 1
  2328. | #define HAVE_DUP2 1
  2329. | #define HAVE_FDATASYNC 1
  2330. | #define HAVE_FTIME 1
  2331. | #define HAVE_FTRUNCATE 1
  2332. | #define HAVE_GETCWD 1
  2333. | #define HAVE_GETHOSTBYADDR 1
  2334. | #define HAVE_GETHOSTBYNAME 1
  2335. | #define HAVE_GETHOSTNAME 1
  2336. | #define HAVE_GETPAGESIZE 1
  2337. | #define HAVE_GETPASS 1
  2338. | #define HAVE_GETTIMEOFDAY 1
  2339. | #define HAVE_INET_NTOA 1
  2340. | #define HAVE_LCHOWN 1
  2341. | #define HAVE_LOCALECONV 1
  2342. | #define HAVE_MEMCHR 1
  2343. | #define HAVE_MEMMOVE 1
  2344. | #define HAVE_MEMSET 1
  2345. | #define HAVE_MKDIR 1
  2346. | #define HAVE_MODF 1
  2347. | #define HAVE_MUNMAP 1
  2348. | #define HAVE_RMDIR 1
  2349. | #define HAVE_SELECT 1
  2350. | #define HAVE_SETENV 1
  2351. | #define HAVE_SETLOCALE 1
  2352. | #define HAVE_SOCKET 1
  2353. | #define HAVE_STRCASECMP 1
  2354. | #define HAVE_STRCHR 1
  2355. | #define HAVE_STRCSPN 1
  2356. | #define HAVE_STRDUP 1
  2357. | #define HAVE_STRERROR 1
  2358. | #define HAVE_STRNCASECMP 1
  2359. | #define HAVE_STRPBRK 1
  2360. | #define HAVE_STRRCHR 1
  2361. | #define HAVE_STRSPN 1
  2362. | #define HAVE_STRSTR 1
  2363. | #define HAVE_STRTOL 1
  2364. | #define HAVE_STRTOUL 1
  2365. | #define HAVE_SYSINFO 1
  2366. | #define HAVE_TZSET 1
  2367. | #define HAVE_UTIME 1
  2368. | #define HAVE_POSIX_FADVISE 1
  2369. | #define HAVE_LOCALTIME_R 1
  2370. | #define SIZEOF_INT 4
  2371. | #define SIZEOF_SIZE_T 4
  2372. | #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  2373. | #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  2374. | #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  2375. | #define HAVE_STD__U16STRING 1
  2376. | #define HAVE_STD__U32STRING 1
  2377. | #define HAVE_CHAR16_T 1
  2378. | /* end confdefs.h. */
  2379. | #include <stdio.h>
  2380. | #ifdef HAVE_SYS_TYPES_H
  2381. | # include <sys/types.h>
  2382. | #endif
  2383. | #ifdef HAVE_SYS_STAT_H
  2384. | # include <sys/stat.h>
  2385. | #endif
  2386. | #ifdef STDC_HEADERS
  2387. | # include <stdlib.h>
  2388. | # include <stddef.h>
  2389. | #else
  2390. | # ifdef HAVE_STDLIB_H
  2391. | # include <stdlib.h>
  2392. | # endif
  2393. | #endif
  2394. | #ifdef HAVE_STRING_H
  2395. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2396. | # include <memory.h>
  2397. | # endif
  2398. | # include <string.h>
  2399. | #endif
  2400. | #ifdef HAVE_STRINGS_H
  2401. | # include <strings.h>
  2402. | #endif
  2403. | #ifdef HAVE_INTTYPES_H
  2404. | # include <inttypes.h>
  2405. | #endif
  2406. | #ifdef HAVE_STDINT_H
  2407. | # include <stdint.h>
  2408. | #endif
  2409. | #ifdef HAVE_UNISTD_H
  2410. | # include <unistd.h>
  2411. | #endif
  2412. | int
  2413. | main ()
  2414. | {
  2415. | if (sizeof ((char32_t)))
  2416. | return 0;
  2417. | ;
  2418. | return 0;
  2419. | }
  2420. configure:21705: result: yes
  2421. configure:21719: checking size of wchar_t
  2422. configure:21724: g++ -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  2423. configure:21724: $? = 0
  2424. configure:21724: ./conftest
  2425. configure:21724: $? = 0
  2426. configure:21738: result: 4
  2427. configure:21756: checking sys/inotify.h usability
  2428. configure:21756: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2429. configure:21756: $? = 0
  2430. configure:21756: result: yes
  2431. configure:21756: checking sys/inotify.h presence
  2432. configure:21756: gcc -E conftest.c
  2433. configure:21756: $? = 0
  2434. configure:21756: result: yes
  2435. configure:21756: checking for sys/inotify.h
  2436. configure:21756: result: yes
  2437. configure:21773: checking boost/circular_buffer.hpp usability
  2438. configure:21773: g++ -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse conftest.cpp >&5
  2439. configure:21773: $? = 0
  2440. configure:21773: result: yes
  2441. configure:21773: checking boost/circular_buffer.hpp presence
  2442. configure:21773: g++ -E conftest.cpp
  2443. configure:21773: $? = 0
  2444. configure:21773: result: yes
  2445. configure:21773: checking for boost/circular_buffer.hpp
  2446. configure:21773: result: yes
  2447. configure:21798: checking for python
  2448. configure:21816: found /usr/bin/python
  2449. configure:21828: result: /usr/bin/python
  2450. configure:21844: checking for a version of Python >= '2.1.0'
  2451. configure:21870: result: yes
  2452. configure:21878: checking for a version of Python >= '2.6'
  2453. configure:21884: result: yes
  2454. configure:21901: checking for the distutils Python package
  2455. configure:21905: result: yes
  2456. configure:21919: checking for Python include path
  2457. configure:21935: result: -I/usr/include/python2.7
  2458. configure:21942: checking for Python library path
  2459. configure:22019: result: -L/usr/lib -lpython2.7
  2460. configure:22026: checking for Python site-packages path
  2461. configure:22032: result: /usr/lib/python2.7/dist-packages
  2462. configure:22039: checking python extra libraries
  2463. configure:22046: result: -lpthread -ldl -lutil -lm
  2464. configure:22053: checking python extra linking flags
  2465. configure:22060: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  2466. configure:22067: checking consistency of all components of python development environment
  2467. configure:22093: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/python2.7 conftest.c -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lpthread -ldl -lutil -lm >&5
  2468. configure:22093: $? = 0
  2469. configure:22110: result: yes
  2470. configure:22143: checking for python
  2471. configure:22173: result: /usr/bin/python
  2472. configure:22189: checking for a version of Python >= '2.1.0'
  2473. configure:22215: result: yes
  2474. configure:22223: checking for a version of Python < '3.0'
  2475. configure:22229: result: yes
  2476. configure:22246: checking for the distutils Python package
  2477. configure:22250: result: yes
  2478. configure:22264: checking for Python include path
  2479. configure:22280: result: -I/usr/include/python2.7
  2480. configure:22287: checking for Python library path
  2481. configure:22364: result: -L/usr/lib -lpython2.7
  2482. configure:22371: checking for Python site-packages path
  2483. configure:22377: result: /usr/lib/python2.7/dist-packages
  2484. configure:22384: checking python extra libraries
  2485. configure:22391: result: -lpthread -ldl -lutil -lm
  2486. configure:22398: checking python extra linking flags
  2487. configure:22405: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  2488. configure:22412: checking consistency of all components of python development environment
  2489. configure:22438: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/python2.7 conftest.c -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lpthread -ldl -lutil -lm >&5
  2490. configure:22438: $? = 0
  2491. configure:22455: result: yes
  2492. configure:22487: Using Python 2.7
  2493. configure:23105: result: == Wayland disabled. ==
  2494. configure:23275: checking for main in -lGL
  2495. configure:23294: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGL -L/usr/lib -lpython2.7 >&5
  2496. configure:23294: $? = 0
  2497. configure:23303: result: yes
  2498. configure:23316: checking for main in -lGLEW
  2499. configure:23335: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGLEW -lGL -L/usr/lib -lpython2.7 >&5
  2500. configure:23335: $? = 0
  2501. configure:23344: result: yes
  2502. configure:23357: checking for main in -lGLU
  2503. configure:23376: gcc -o conftest -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lGLU -lGLEW -lGL -L/usr/lib -lpython2.7 >&5
  2504. configure:23376: $? = 0
  2505. configure:23385: result: yes
  2506. configure:23448: checking for mysql_config
  2507. configure:23466: found /usr/bin/mysql_config
  2508. configure:23479: result: /usr/bin/mysql_config
  2509. configure:23499: checking ass/ass.h usability
  2510. configure:23499: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2511. configure:23499: $? = 0
  2512. configure:23499: result: yes
  2513. configure:23499: checking ass/ass.h presence
  2514. configure:23499: gcc -E conftest.c
  2515. configure:23499: $? = 0
  2516. configure:23499: result: yes
  2517. configure:23499: checking for ass/ass.h
  2518. configure:23499: result: yes
  2519. configure:23507: checking mpeg2dec/mpeg2.h usability
  2520. configure:23507: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2521. configure:23507: $? = 0
  2522. configure:23507: result: yes
  2523. configure:23507: checking mpeg2dec/mpeg2.h presence
  2524. configure:23507: gcc -E conftest.c
  2525. configure:23507: $? = 0
  2526. configure:23507: result: yes
  2527. configure:23507: checking for mpeg2dec/mpeg2.h
  2528. configure:23507: result: yes
  2529. configure:23515: checking for mpeg2dec/mpeg2convert.h
  2530. configure:23515: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2531. configure:23515: $? = 0
  2532. configure:23515: result: yes
  2533. configure:23525: checking jpeglib.h usability
  2534. configure:23525: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2535. configure:23525: $? = 0
  2536. configure:23525: result: yes
  2537. configure:23525: checking jpeglib.h presence
  2538. configure:23525: gcc -E conftest.c
  2539. configure:23525: $? = 0
  2540. configure:23525: result: yes
  2541. configure:23525: checking for jpeglib.h
  2542. configure:23525: result: yes
  2543. configure:23533: checking ogg/ogg.h usability
  2544. configure:23533: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2545. configure:23533: $? = 0
  2546. configure:23533: result: yes
  2547. configure:23533: checking ogg/ogg.h presence
  2548. configure:23533: gcc -E conftest.c
  2549. configure:23533: $? = 0
  2550. configure:23533: result: yes
  2551. configure:23533: checking for ogg/ogg.h
  2552. configure:23533: result: yes
  2553. configure:23541: checking vorbis/vorbisfile.h usability
  2554. configure:23541: gcc -c -O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  2555. configure:23541: $? = 0
  2556. configure:23541: result: yes
  2557. configure:23541: checking vorbis/vorbisfile.h presence
  2558. configure:23541: gcc -E conftest.c
  2559. configure:23541: $? = 0
  2560. configure:23541: result: yes
  2561. configure:23541: checking for vorbis/vorbisfile.h
  2562. configure:23541: result: yes
  2563. configure:23551: checking for LIBDCADEC
  2564. configure:23558: $PKG_CONFIG --exists --print-errors "dcadec"
  2565. Package dcadec was not found in the pkg-config search path.
  2566. Perhaps you should add the directory containing `dcadec.pc'
  2567. to the PKG_CONFIG_PATH environment variable
  2568. No package 'dcadec' found
  2569. configure:23561: $? = 1
  2570. configure:23575: $PKG_CONFIG --exists --print-errors "dcadec"
  2571. Package dcadec was not found in the pkg-config search path.
  2572. Perhaps you should add the directory containing `dcadec.pc'
  2573. to the PKG_CONFIG_PATH environment variable
  2574. No package 'dcadec' found
  2575. configure:23578: $? = 1
  2576. configure:23592: result: no
  2577. No package 'dcadec' found
  2578. configure:23608: error: libdcadec not found
  2579.  
  2580. ## ---------------- ##
  2581. ## Cache variables. ##
  2582. ## ---------------- ##
  2583.  
  2584. ac_cv_build=i686-pc-linux-gnu
  2585. ac_cv_build_prog_CPP='gcc -E'
  2586. ac_cv_build_prog_CXXCPP='g++ -E'
  2587. ac_cv_build_prog_cc_g=yes
  2588. ac_cv_build_prog_cxx_g=yes
  2589. ac_cv_c_compiler_gnu=yes
  2590. ac_cv_cxx_compiler_gnu=yes
  2591. ac_cv_env_ALSA_CFLAGS_set=
  2592. ac_cv_env_ALSA_CFLAGS_value=
  2593. ac_cv_env_ALSA_LIBS_set=
  2594. ac_cv_env_ALSA_LIBS_value=
  2595. ac_cv_env_BREAKPAD_CFLAGS_set=
  2596. ac_cv_env_BREAKPAD_CFLAGS_value=
  2597. ac_cv_env_BREAKPAD_LIBS_set=
  2598. ac_cv_env_BREAKPAD_LIBS_value=
  2599. ac_cv_env_CCC_set=
  2600. ac_cv_env_CCC_value=
  2601. ac_cv_env_CC_set=
  2602. ac_cv_env_CC_value=
  2603. ac_cv_env_CDIO_CFLAGS_set=
  2604. ac_cv_env_CDIO_CFLAGS_value=
  2605. ac_cv_env_CDIO_LIBS_set=
  2606. ac_cv_env_CDIO_LIBS_value=
  2607. ac_cv_env_CEC_CFLAGS_set=
  2608. ac_cv_env_CEC_CFLAGS_value=
  2609. ac_cv_env_CEC_LIBS_set=
  2610. ac_cv_env_CEC_LIBS_value=
  2611. ac_cv_env_CFLAGS_set=
  2612. ac_cv_env_CFLAGS_value=
  2613. ac_cv_env_CPPFLAGS_set=
  2614. ac_cv_env_CPPFLAGS_value=
  2615. ac_cv_env_CPP_set=
  2616. ac_cv_env_CPP_value=
  2617. ac_cv_env_CXXCPP_set=
  2618. ac_cv_env_CXXCPP_value=
  2619. ac_cv_env_CXXFLAGS_set=
  2620. ac_cv_env_CXXFLAGS_value=
  2621. ac_cv_env_CXX_set=
  2622. ac_cv_env_CXX_value=
  2623. ac_cv_env_DBUS_CFLAGS_set=
  2624. ac_cv_env_DBUS_CFLAGS_value=
  2625. ac_cv_env_DBUS_LIBS_set=
  2626. ac_cv_env_DBUS_LIBS_value=
  2627. ac_cv_env_DRM_CFLAGS_set=
  2628. ac_cv_env_DRM_CFLAGS_value=
  2629. ac_cv_env_DRM_LIBS_set=
  2630. ac_cv_env_DRM_LIBS_value=
  2631. ac_cv_env_FFMPEG_CFLAGS_set=
  2632. ac_cv_env_FFMPEG_CFLAGS_value=
  2633. ac_cv_env_FFMPEG_LIBS_set=
  2634. ac_cv_env_FFMPEG_LIBS_value=
  2635. ac_cv_env_FREETYPE2_CFLAGS_set=
  2636. ac_cv_env_FREETYPE2_CFLAGS_value=
  2637. ac_cv_env_FREETYPE2_LIBS_set=
  2638. ac_cv_env_FREETYPE2_LIBS_value=
  2639. ac_cv_env_FRIBIDI_CFLAGS_set=
  2640. ac_cv_env_FRIBIDI_CFLAGS_value=
  2641. ac_cv_env_FRIBIDI_LIBS_set=
  2642. ac_cv_env_FRIBIDI_LIBS_value=
  2643. ac_cv_env_GNUTLS_CFLAGS_set=
  2644. ac_cv_env_GNUTLS_CFLAGS_value=
  2645. ac_cv_env_GNUTLS_LIBS_set=
  2646. ac_cv_env_GNUTLS_LIBS_value=
  2647. ac_cv_env_LDFLAGS_set=
  2648. ac_cv_env_LDFLAGS_value=
  2649. ac_cv_env_LIBBLURAY_CFLAGS_set=
  2650. ac_cv_env_LIBBLURAY_CFLAGS_value=
  2651. ac_cv_env_LIBBLURAY_LIBS_set=
  2652. ac_cv_env_LIBBLURAY_LIBS_value=
  2653. ac_cv_env_LIBCURL_CFLAGS_set=
  2654. ac_cv_env_LIBCURL_CFLAGS_value=
  2655. ac_cv_env_LIBCURL_LIBS_set=
  2656. ac_cv_env_LIBCURL_LIBS_value=
  2657. ac_cv_env_LIBDCADEC_CFLAGS_set=
  2658. ac_cv_env_LIBDCADEC_CFLAGS_value=
  2659. ac_cv_env_LIBDCADEC_LIBS_set=
  2660. ac_cv_env_LIBDCADEC_LIBS_value=
  2661. ac_cv_env_LIBS_set=
  2662. ac_cv_env_LIBS_value=
  2663. ac_cv_env_LIBVA_CFLAGS_set=
  2664. ac_cv_env_LIBVA_CFLAGS_value=
  2665. ac_cv_env_LIBVA_LIBS_set=
  2666. ac_cv_env_LIBVA_LIBS_value=
  2667. ac_cv_env_LIBXML_CFLAGS_set=
  2668. ac_cv_env_LIBXML_CFLAGS_value=
  2669. ac_cv_env_LIBXML_LIBS_set=
  2670. ac_cv_env_LIBXML_LIBS_value=
  2671. ac_cv_env_LIBXSLT_CFLAGS_set=
  2672. ac_cv_env_LIBXSLT_CFLAGS_value=
  2673. ac_cv_env_LIBXSLT_LIBS_set=
  2674. ac_cv_env_LIBXSLT_LIBS_value=
  2675. ac_cv_env_PCRECPP_CFLAGS_set=
  2676. ac_cv_env_PCRECPP_CFLAGS_value=
  2677. ac_cv_env_PCRECPP_LIBS_set=
  2678. ac_cv_env_PCRECPP_LIBS_value=
  2679. ac_cv_env_PCRE_CFLAGS_set=
  2680. ac_cv_env_PCRE_CFLAGS_value=
  2681. ac_cv_env_PCRE_LIBS_set=
  2682. ac_cv_env_PCRE_LIBS_value=
  2683. ac_cv_env_PIXMAN_CFLAGS_set=
  2684. ac_cv_env_PIXMAN_CFLAGS_value=
  2685. ac_cv_env_PIXMAN_LIBS_set=
  2686. ac_cv_env_PIXMAN_LIBS_value=
  2687. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  2688. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  2689. ac_cv_env_PKG_CONFIG_PATH_set=
  2690. ac_cv_env_PKG_CONFIG_PATH_value=
  2691. ac_cv_env_PKG_CONFIG_set=
  2692. ac_cv_env_PKG_CONFIG_value=
  2693. ac_cv_env_PNG_CFLAGS_set=
  2694. ac_cv_env_PNG_CFLAGS_value=
  2695. ac_cv_env_PNG_LIBS_set=
  2696. ac_cv_env_PNG_LIBS_value=
  2697. ac_cv_env_PULSE_CFLAGS_set=
  2698. ac_cv_env_PULSE_CFLAGS_value=
  2699. ac_cv_env_PULSE_LIBS_set=
  2700. ac_cv_env_PULSE_LIBS_value=
  2701. ac_cv_env_PYTHON_VERSION_set=
  2702. ac_cv_env_PYTHON_VERSION_value=
  2703. ac_cv_env_SAMBA_CFLAGS_set=
  2704. ac_cv_env_SAMBA_CFLAGS_value=
  2705. ac_cv_env_SAMBA_LIBS_set=
  2706. ac_cv_env_SAMBA_LIBS_value=
  2707. ac_cv_env_SDL2_CFLAGS_set=
  2708. ac_cv_env_SDL2_CFLAGS_value=
  2709. ac_cv_env_SDL2_LIBS_set=
  2710. ac_cv_env_SDL2_LIBS_value=
  2711. ac_cv_env_SQLITE3_CFLAGS_set=
  2712. ac_cv_env_SQLITE3_CFLAGS_value=
  2713. ac_cv_env_SQLITE3_LIBS_set=
  2714. ac_cv_env_SQLITE3_LIBS_value=
  2715. ac_cv_env_SQUISH_CFLAGS_set=
  2716. ac_cv_env_SQUISH_CFLAGS_value=
  2717. ac_cv_env_SQUISH_LIBS_set=
  2718. ac_cv_env_SQUISH_LIBS_value=
  2719. ac_cv_env_TAGLIB_CFLAGS_set=
  2720. ac_cv_env_TAGLIB_CFLAGS_value=
  2721. ac_cv_env_TAGLIB_LIBS_set=
  2722. ac_cv_env_TAGLIB_LIBS_value=
  2723. ac_cv_env_TINYXML_CFLAGS_set=
  2724. ac_cv_env_TINYXML_CFLAGS_value=
  2725. ac_cv_env_TINYXML_LIBS_set=
  2726. ac_cv_env_TINYXML_LIBS_value=
  2727. ac_cv_env_UDEV_CFLAGS_set=
  2728. ac_cv_env_UDEV_CFLAGS_value=
  2729. ac_cv_env_UDEV_LIBS_set=
  2730. ac_cv_env_UDEV_LIBS_value=
  2731. ac_cv_env_USB_CFLAGS_set=
  2732. ac_cv_env_USB_CFLAGS_value=
  2733. ac_cv_env_USB_LIBS_set=
  2734. ac_cv_env_USB_LIBS_value=
  2735. ac_cv_env_UUID_CFLAGS_set=
  2736. ac_cv_env_UUID_CFLAGS_value=
  2737. ac_cv_env_UUID_LIBS_set=
  2738. ac_cv_env_UUID_LIBS_value=
  2739. ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
  2740. ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
  2741. ac_cv_env_WAYLAND_CLIENT_LIBS_set=
  2742. ac_cv_env_WAYLAND_CLIENT_LIBS_value=
  2743. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  2744. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  2745. ac_cv_env_WAYLAND_EGL_LIBS_set=
  2746. ac_cv_env_WAYLAND_EGL_LIBS_value=
  2747. ac_cv_env_WESTON_CFLAGS_set=
  2748. ac_cv_env_WESTON_CFLAGS_value=
  2749. ac_cv_env_WESTON_LIBS_set=
  2750. ac_cv_env_WESTON_LIBS_value=
  2751. ac_cv_env_X11_CFLAGS_set=
  2752. ac_cv_env_X11_CFLAGS_value=
  2753. ac_cv_env_X11_LIBS_set=
  2754. ac_cv_env_X11_LIBS_value=
  2755. ac_cv_env_XEXT_CFLAGS_set=
  2756. ac_cv_env_XEXT_CFLAGS_value=
  2757. ac_cv_env_XEXT_LIBS_set=
  2758. ac_cv_env_XEXT_LIBS_value=
  2759. ac_cv_env_XKBCOMMON_CFLAGS_set=
  2760. ac_cv_env_XKBCOMMON_CFLAGS_value=
  2761. ac_cv_env_XKBCOMMON_LIBS_set=
  2762. ac_cv_env_XKBCOMMON_LIBS_value=
  2763. ac_cv_env_XRANDR_CFLAGS_set=
  2764. ac_cv_env_XRANDR_CFLAGS_value=
  2765. ac_cv_env_XRANDR_LIBS_set=
  2766. ac_cv_env_XRANDR_LIBS_value=
  2767. ac_cv_env_YAJL_CFLAGS_set=
  2768. ac_cv_env_YAJL_CFLAGS_value=
  2769. ac_cv_env_YAJL_LIBS_set=
  2770. ac_cv_env_YAJL_LIBS_value=
  2771. ac_cv_env_ZIP_CFLAGS_set=
  2772. ac_cv_env_ZIP_CFLAGS_value=
  2773. ac_cv_env_ZIP_LIBS_set=
  2774. ac_cv_env_ZIP_LIBS_value=
  2775. ac_cv_env_build_alias_set=
  2776. ac_cv_env_build_alias_value=
  2777. ac_cv_env_host_alias_set=
  2778. ac_cv_env_host_alias_value=
  2779. ac_cv_env_target_alias_set=
  2780. ac_cv_env_target_alias_value=
  2781. ac_cv_func__doprnt=no
  2782. ac_cv_func_alarm=yes
  2783. ac_cv_func_alloca_works=yes
  2784. ac_cv_func_atexit=yes
  2785. ac_cv_func_chown_works=yes
  2786. ac_cv_func_closedir_void=no
  2787. ac_cv_func_dup2=yes
  2788. ac_cv_func_fdatasync=yes
  2789. ac_cv_func_floor=no
  2790. ac_cv_func_fs_stat_dev=no
  2791. ac_cv_func_ftime=yes
  2792. ac_cv_func_ftruncate=yes
  2793. ac_cv_func_getcwd=yes
  2794. ac_cv_func_gethostbyaddr=yes
  2795. ac_cv_func_gethostbyname=yes
  2796. ac_cv_func_gethostname=yes
  2797. ac_cv_func_getpagesize=yes
  2798. ac_cv_func_getpass=yes
  2799. ac_cv_func_gettimeofday=yes
  2800. ac_cv_func_inet_ntoa=yes
  2801. ac_cv_func_lchown=yes
  2802. ac_cv_func_localeconv=yes
  2803. ac_cv_func_localtime_r=yes
  2804. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  2805. ac_cv_func_lstat_empty_string_bug=no
  2806. ac_cv_func_memchr=yes
  2807. ac_cv_func_memcmp_working=yes
  2808. ac_cv_func_memmove=yes
  2809. ac_cv_func_memset=yes
  2810. ac_cv_func_mkdir=yes
  2811. ac_cv_func_mmap_fixed_mapped=yes
  2812. ac_cv_func_modf=yes
  2813. ac_cv_func_munmap=yes
  2814. ac_cv_func_posix_fadvise=yes
  2815. ac_cv_func_pow=no
  2816. ac_cv_func_rmdir=yes
  2817. ac_cv_func_select=yes
  2818. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  2819. ac_cv_func_setenv=yes
  2820. ac_cv_func_setlocale=yes
  2821. ac_cv_func_setvbuf_reversed=no
  2822. ac_cv_func_socket=yes
  2823. ac_cv_func_sqrt=no
  2824. ac_cv_func_stat_empty_string_bug=no
  2825. ac_cv_func_strcasecmp=yes
  2826. ac_cv_func_strchr=yes
  2827. ac_cv_func_strcoll_works=yes
  2828. ac_cv_func_strcspn=yes
  2829. ac_cv_func_strdup=yes
  2830. ac_cv_func_strerror=yes
  2831. ac_cv_func_strftime=yes
  2832. ac_cv_func_strncasecmp=yes
  2833. ac_cv_func_strpbrk=yes
  2834. ac_cv_func_strrchr=yes
  2835. ac_cv_func_strspn=yes
  2836. ac_cv_func_strstr=yes
  2837. ac_cv_func_strtod=yes
  2838. ac_cv_func_strtol=yes
  2839. ac_cv_func_strtoul=yes
  2840. ac_cv_func_sysinfo=yes
  2841. ac_cv_func_tzset=yes
  2842. ac_cv_func_utime=yes
  2843. ac_cv_func_utime_null=yes
  2844. ac_cv_func_vprintf=yes
  2845. ac_cv_func_working_mktime=yes
  2846. ac_cv_header_ass_ass_h=yes
  2847. ac_cv_header_boost_circular_buffer_hpp=yes
  2848. ac_cv_header_dirent_dirent_h=yes
  2849. ac_cv_header_dlfcn_h=yes
  2850. ac_cv_header_inttypes_h=yes
  2851. ac_cv_header_jpeglib_h=yes
  2852. ac_cv_header_memory_h=yes
  2853. ac_cv_header_mpeg2dec_mpeg2_h=yes
  2854. ac_cv_header_mpeg2dec_mpeg2convert_h=yes
  2855. ac_cv_header_ogg_ogg_h=yes
  2856. ac_cv_header_stdc=yes
  2857. ac_cv_header_stdint_h=yes
  2858. ac_cv_header_stdlib_h=yes
  2859. ac_cv_header_string_h=yes
  2860. ac_cv_header_strings_h=yes
  2861. ac_cv_header_sys_inotify_h=yes
  2862. ac_cv_header_sys_param_h=yes
  2863. ac_cv_header_sys_select_h=yes
  2864. ac_cv_header_sys_socket_h=yes
  2865. ac_cv_header_sys_stat_h=yes
  2866. ac_cv_header_sys_time_h=yes
  2867. ac_cv_header_sys_types_h=yes
  2868. ac_cv_header_time=yes
  2869. ac_cv_header_unistd_h=yes
  2870. ac_cv_header_utime_h=yes
  2871. ac_cv_header_vorbis_vorbisfile_h=yes
  2872. ac_cv_host=i686-pc-linux-gnu
  2873. ac_cv_lib_GLEW_main=yes
  2874. ac_cv_lib_GLU_main=yes
  2875. ac_cv_lib_GL_main=yes
  2876. ac_cv_lib_error_at_line=yes
  2877. ac_cv_objext=o
  2878. ac_cv_path_EGREP='/bin/grep -E'
  2879. ac_cv_path_FGREP='/bin/grep -F'
  2880. ac_cv_path_GREP=/bin/grep
  2881. ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
  2882. ac_cv_path_PYTHON=/usr/bin/python
  2883. ac_cv_path_SED=/bin/sed
  2884. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2885. ac_cv_path_install='/usr/bin/install -c'
  2886. ac_cv_path_mkdir=/bin/mkdir
  2887. ac_cv_prog_AWK=gawk
  2888. ac_cv_prog_CPP='gcc -E'
  2889. ac_cv_prog_CXXCPP='g++ -E'
  2890. ac_cv_prog_HAVE_GIT=yes
  2891. ac_cv_prog_ac_ct_AR=ar
  2892. ac_cv_prog_ac_ct_CC=gcc
  2893. ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
  2894. ac_cv_prog_ac_ct_CXX=g++
  2895. ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
  2896. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  2897. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2898. ac_cv_prog_ac_ct_RANLIB=ranlib
  2899. ac_cv_prog_ac_ct_STRIP=strip
  2900. ac_cv_prog_cc_c89=
  2901. ac_cv_prog_cc_g=yes
  2902. ac_cv_prog_cxx_g=yes
  2903. ac_cv_prog_gcc_traditional=no
  2904. ac_cv_prog_make_make_set=yes
  2905. ac_cv_search_opendir='none required'
  2906. ac_cv_sizeof_int=4
  2907. ac_cv_sizeof_size_t=4
  2908. ac_cv_sizeof_wchar_t=4
  2909. ac_cv_sys_largefile_source=no
  2910. ac_cv_type_char16_t=yes
  2911. ac_cv_type_char32_t=yes
  2912. ac_cv_type_signal=void
  2913. ac_cv_type_size_t=yes
  2914. ac_cv_type_std__u16string=yes
  2915. ac_cv_type_std__u32string=yes
  2916. ac_cv_type_uid_t=yes
  2917. ac_cv_working_alloca_h=yes
  2918. am_cv_CC_dependencies_compiler_type=none
  2919. am_cv_CXX_dependencies_compiler_type=none
  2920. am_cv_make_support_nested_variables=yes
  2921. am_cv_prog_cc_c_o=yes
  2922. ax_cv_cxx_compile_cxx11=no
  2923. ax_cv_cxx_compile_cxx11__std_gnupp11=yes
  2924. lt_cv_ar_at_file=@
  2925. lt_cv_archive_cmds_need_lc=no
  2926. lt_cv_deplibs_check_method=pass_all
  2927. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2928. lt_cv_file_magic_test_file=
  2929. lt_cv_ld_reload_flag=-r
  2930. lt_cv_nm_interface='BSD nm'
  2931. lt_cv_objdir=.libs
  2932. lt_cv_path_LD=/usr/bin/ld
  2933. lt_cv_path_LDCXX=/usr/bin/ld
  2934. lt_cv_path_NM='/usr/bin/nm -B'
  2935. lt_cv_path_mainfest_tool=no
  2936. lt_cv_prog_compiler_c_o=yes
  2937. lt_cv_prog_compiler_c_o_CXX=yes
  2938. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2939. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  2940. lt_cv_prog_compiler_pic_works=yes
  2941. lt_cv_prog_compiler_pic_works_CXX=yes
  2942. lt_cv_prog_compiler_rtti_exceptions=no
  2943. lt_cv_prog_compiler_static_works=yes
  2944. lt_cv_prog_compiler_static_works_CXX=yes
  2945. lt_cv_prog_gnu_ld=yes
  2946. lt_cv_prog_gnu_ldcxx=yes
  2947. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2948. lt_cv_shlibpath_overrides_runpath=no
  2949. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  2950. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2951. 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'\'''
  2952. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2953. lt_cv_sys_max_cmd_len=1572864
  2954. lt_cv_to_host_file_cmd=func_convert_file_noop
  2955. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2956.  
  2957. ## ----------------- ##
  2958. ## Output variables. ##
  2959. ## ----------------- ##
  2960.  
  2961. ACLOCAL='${SHELL} /home/alfons/xbmc/build-aux/missing aclocal-1.14'
  2962. ALLOCA=''
  2963. ALSA_CFLAGS=''
  2964. ALSA_LIBS=''
  2965. AMDEPBACKSLASH='\'
  2966. AMDEP_FALSE='#'
  2967. AMDEP_TRUE=''
  2968. AMTAR='$${TAR-tar}'
  2969. AM_BACKSLASH='\'
  2970. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2971. AM_DEFAULT_VERBOSITY='1'
  2972. AM_V='$(V)'
  2973. APP_ADDON_API='16.0.993'
  2974. APP_INCLUDE_DIR=''
  2975. APP_LIB_DIR=''
  2976. APP_NAME='Kodi'
  2977. APP_NAME_LC='kodi'
  2978. APP_NAME_UC='KODI'
  2979. APP_PREFIX=''
  2980. APP_VERSION='16.1-RC3'
  2981. APP_VERSION_CODE='160993'
  2982. APP_VERSION_MAJOR='16'
  2983. APP_VERSION_MINOR='1'
  2984. APP_VERSION_TAG='RC3'
  2985. APP_VERSION_TAG_LC='rc3'
  2986. AR='ar'
  2987. ARCH='i486-linux'
  2988. ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  2989. ASS_SONAME=''
  2990. AUTOCONF='${SHELL} /home/alfons/xbmc/build-aux/missing autoconf'
  2991. AUTOHEADER='${SHELL} /home/alfons/xbmc/build-aux/missing autoheader'
  2992. AUTOMAKE='${SHELL} /home/alfons/xbmc/build-aux/missing automake-1.14'
  2993. AWK='gawk'
  2994. BLURAY_SONAME=''
  2995. BREAKPAD_CFLAGS=''
  2996. BREAKPAD_LIBS=''
  2997. BUILD_DVDCSS=''
  2998. BUILD_EXEEXT=''
  2999. BUILD_OBJEXT=''
  3000. CC='gcc'
  3001. CCACHE=''
  3002. CCDEPMODE='depmode=none'
  3003. CC_FOR_BUILD='gcc'
  3004. CDIO_CFLAGS=''
  3005. CDIO_LIBS=''
  3006. CEC_CFLAGS=''
  3007. CEC_LIBS=''
  3008. CFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
  3009. CFLAGS_FOR_BUILD='-g -O2'
  3010. CPP='gcc -E'
  3011. CPPFLAGS=''
  3012. CPPFLAGS_FOR_BUILD=''
  3013. CPP_FOR_BUILD='gcc -E'
  3014. CURL_SONAME=''
  3015. CXX11_SWITCH='-std=gnu++11'
  3016. CXX='g++'
  3017. CXXCPP='g++ -E'
  3018. CXXCPPFLAGS_FOR_BUILD=''
  3019. CXXCPP_FOR_BUILD='g++ -E'
  3020. CXXDEPMODE='depmode=none'
  3021. CXXFLAGS='-O2 -g -D_DEBUG -Wall -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -msse'
  3022. CXXFLAGS_FOR_BUILD='-g -O2'
  3023. CXX_FOR_BUILD='g++'
  3024. CYGPATH_W='echo'
  3025. DBUS_CFLAGS=''
  3026. DBUS_LIBS=''
  3027. DCADEC_ALL_LIBS=''
  3028. DEFS=''
  3029. DEPDIR='.deps'
  3030. DEPENDS_ROOT_FOR_XCODE=''
  3031. DLLTOOL='false'
  3032. DOXYGEN_EXE=''
  3033. DRM_CFLAGS=''
  3034. DRM_LIBS=''
  3035. DSYMUTIL=''
  3036. DUMPBIN=''
  3037. ECHO_C=''
  3038. ECHO_N='-n'
  3039. ECHO_T=''
  3040. EGREP='/bin/grep -E'
  3041. EXEEXT=''
  3042. FFMPEG_CFLAGS=''
  3043. FFMPEG_LIBDIR=''
  3044. FFMPEG_LIBS=''
  3045. FGREP='/bin/grep -F'
  3046. FREETYPE2_CFLAGS=''
  3047. FREETYPE2_LIBS=''
  3048. FRIBIDI_CFLAGS=''
  3049. FRIBIDI_LIBS=''
  3050. GIF_SONAME=''
  3051. GNUTLS_ALL_LIBS=''
  3052. GNUTLS_CFLAGS=''
  3053. GNUTLS_LIBS=''
  3054. GREP='/bin/grep'
  3055. GTEST_CONFIGURED=''
  3056. HAVE_CMAKE=''
  3057. HAVE_CXX11='1'
  3058. HAVE_FPC=''
  3059. HAVE_GAWK=''
  3060. HAVE_GDC=''
  3061. HAVE_GIT='yes'
  3062. HAVE_GPERF=''
  3063. HAVE_LIBBLURAY=''
  3064. HAVE_LIBPULSE=''
  3065. HAVE_NASM=''
  3066. HAVE_UNZIP=''
  3067. HAVE_XBMC_NONFREE=''
  3068. HAVE_ZIP=''
  3069. INCLUDES=' -I/usr/include/mysql'
  3070. INSTALL_DATA='${INSTALL} -m 644'
  3071. INSTALL_PROGRAM='${INSTALL}'
  3072. INSTALL_SCRIPT='${INSTALL}'
  3073. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3074. JAVA_EXE=''
  3075. LD='/usr/bin/ld'
  3076. LDFLAGS=''
  3077. LDFLAGS_FOR_BUILD=''
  3078. LIBASS_BASENAME=''
  3079. LIBBLURAY_CFLAGS=''
  3080. LIBBLURAY_LIBS=''
  3081. LIBCEC_SONAME=''
  3082. LIBCURL_BASENAME=''
  3083. LIBCURL_CFLAGS=''
  3084. LIBCURL_LIBS=''
  3085. LIBDCADEC_CFLAGS=''
  3086. LIBDCADEC_LIBS=''
  3087. LIBMEPG2_BASENAME=''
  3088. LIBOBJS=''
  3089. LIBOGG_BASENAME=''
  3090. LIBS='-lGLU -lGLEW -lGL -L/usr/lib -lpython2.7 -L/usr/lib/i386-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl'
  3091. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3092. LIBVA_CFLAGS=''
  3093. LIBVA_LIBS=''
  3094. LIBVORBISFILE_BASENAME=''
  3095. LIBVORBIS_BASENAME=''
  3096. LIBXML_CFLAGS=''
  3097. LIBXML_LIBS=''
  3098. LIBXSLT_CFLAGS=''
  3099. LIBXSLT_LIBS=''
  3100. LIPO=''
  3101. LN_S='ln -s'
  3102. LTLIBOBJS=''
  3103. MAKEINFO='${SHELL} /home/alfons/xbmc/build-aux/missing makeinfo'
  3104. MANIFEST_TOOL=':'
  3105. MKDIR_P='/bin/mkdir -p'
  3106. MPEG2_SONAME=''
  3107. MYSQL_CONFIG='/usr/bin/mysql_config'
  3108. MYSQL_LIBS='-L/usr/lib/i386-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl'
  3109. NATIVE_ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
  3110. NFS_SONAME=''
  3111. NM='/usr/bin/nm -B'
  3112. NMEDIT=''
  3113. OBJDUMP='objdump'
  3114. OBJEXT='o'
  3115. OTOOL64=''
  3116. OTOOL=''
  3117. OUTPUT_FILES=''
  3118. PACKAGE='kodi'
  3119. PACKAGE_BUGREPORT='http://trac.kodi.tv'
  3120. PACKAGE_NAME='kodi'
  3121. PACKAGE_STRING='kodi 16.0.993'
  3122. PACKAGE_TARNAME='kodi'
  3123. PACKAGE_URL=''
  3124. PACKAGE_VERSION='16.0.993'
  3125. PATH_SEPARATOR=':'
  3126. PCRECPP_CFLAGS=''
  3127. PCRECPP_LIBS=''
  3128. PCRE_CFLAGS=''
  3129. PCRE_LIBS=''
  3130. PIXMAN_CFLAGS=''
  3131. PIXMAN_LIBS=''
  3132. PKG_CONFIG='/usr/bin/pkg-config'
  3133. PKG_CONFIG_LIBDIR=''
  3134. PKG_CONFIG_PATH=''
  3135. PLIST_SONAME=''
  3136. PNG_CFLAGS=''
  3137. PNG_LIBS=''
  3138. POW_LIB=''
  3139. PULSE_CFLAGS=''
  3140. PULSE_LIBS=''
  3141. PYTHON='/usr/bin/python'
  3142. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  3143. PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
  3144. PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
  3145. PYTHON_LDFLAGS='-L/usr/lib -lpython2.7'
  3146. PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
  3147. PYTHON_VERSION='2.7'
  3148. RANLIB='ranlib'
  3149. RTMP_SONAME=''
  3150. SAMBA_CFLAGS=''
  3151. SAMBA_LIBS=''
  3152. SDL2_CFLAGS=''
  3153. SDL2_LIBS=''
  3154. SDL_DEFINES=' -D'\''GIT_REV="20160407-2baa512"'\'''
  3155. SED='/bin/sed'
  3156. SET_MAKE=''
  3157. SHAIRPLAY_SONAME=''
  3158. SHELL='/bin/bash'
  3159. SQLITE3_CFLAGS=''
  3160. SQLITE3_LIBS=''
  3161. SQUISH_CFLAGS=''
  3162. SQUISH_LIBS=''
  3163. STRIP='strip'
  3164. SWIG20_EXE=''
  3165. SWIG_EXE=''
  3166. TAGLIB_CFLAGS=''
  3167. TAGLIB_LIBS=''
  3168. TEXTUREPACKER=''
  3169. TINYXML_CFLAGS=''
  3170. TINYXML_LIBS=''
  3171. UDEV_CFLAGS=''
  3172. UDEV_LIBS=''
  3173. UPNP_DEFINES=''
  3174. USB_CFLAGS=''
  3175. USB_LIBS=''
  3176. USE_AIRPLAY=''
  3177. USE_AIRTUNES=''
  3178. USE_ALSA=''
  3179. USE_ANDROID=''
  3180. USE_ASAP_CODEC=''
  3181. USE_BREAKPAD=''
  3182. USE_DOXYGEN=''
  3183. USE_IMXVPU=''
  3184. USE_LIBAMCODEC=''
  3185. USE_LIBAV_HACKS=''
  3186. USE_LIBCEC=''
  3187. USE_LIBGIF=''
  3188. USE_LIBNFS=''
  3189. USE_LIBSMBCLIENT=''
  3190. USE_LIBSTAGEFRIGHT=''
  3191. USE_LIBUDEV=''
  3192. USE_LIBUSB=''
  3193. USE_LIBXBMC=''
  3194. USE_MDNSEMBEDDED=''
  3195. USE_MMAL=''
  3196. USE_MYSQL=''
  3197. USE_OMXLIB=''
  3198. USE_OMXPLAYER=''
  3199. USE_OPENGL=''
  3200. USE_OPENGLES=''
  3201. USE_OPENMAX=''
  3202. USE_PULSE=''
  3203. USE_SSE4='1'
  3204. USE_STATIC_FFMPEG='1'
  3205. USE_TEXTUREPACKER=''
  3206. USE_TOUCH_SKIN=''
  3207. USE_UPNP=''
  3208. USE_VAAPI=''
  3209. USE_VDPAU=''
  3210. USE_WAYLAND=''
  3211. USE_WAYLAND_TEST_EXTENSION=''
  3212. USE_WEB_SERVER=''
  3213. USE_X11=''
  3214. USE_XKBCOMMON=''
  3215. UUID_CFLAGS=''
  3216. UUID_LIBS=''
  3217. VERSION='16.0.993'
  3218. VORBISENC_ALL_LIBS=''
  3219. WAYLAND_CLIENT_CFLAGS=''
  3220. WAYLAND_CLIENT_LIBRARY_SONAME=''
  3221. WAYLAND_CLIENT_LIBS=''
  3222. WAYLAND_EGL_CFLAGS=''
  3223. WAYLAND_EGL_LIBRARY_SONAME=''
  3224. WAYLAND_EGL_LIBS=''
  3225. WAYLAND_SCANNER=''
  3226. WAYLAND_TEST_INCLUDES=''
  3227. WAYLAND_TEST_LIBS=''
  3228. WESTON_CFLAGS=''
  3229. WESTON_LIBS=''
  3230. X11_CFLAGS=''
  3231. X11_LIBS=''
  3232. XEXT_CFLAGS=''
  3233. XEXT_LIBS=''
  3234. XKBCOMMON_CFLAGS=''
  3235. XKBCOMMON_LIBRARY_SONAME=''
  3236. XKBCOMMON_LIBS=''
  3237. XRANDR_CFLAGS=''
  3238. XRANDR_LIBS=''
  3239. YAJL_CFLAGS=''
  3240. YAJL_LIBS=''
  3241. ZIP_CFLAGS=''
  3242. ZIP_LIBS=''
  3243. ac_ct_AR='ar'
  3244. ac_ct_CC='gcc'
  3245. ac_ct_CC_FOR_BUILD='gcc'
  3246. ac_ct_CXX='g++'
  3247. ac_ct_CXX_FOR_BUILD='g++'
  3248. ac_ct_DUMPBIN=''
  3249. am__EXEEXT_FALSE=''
  3250. am__EXEEXT_TRUE=''
  3251. am__fastdepCC_FALSE=''
  3252. am__fastdepCC_TRUE='#'
  3253. am__fastdepCXX_FALSE=''
  3254. am__fastdepCXX_TRUE='#'
  3255. am__include='include'
  3256. am__isrc=''
  3257. am__leading_dot='.'
  3258. am__nodep='_no'
  3259. am__quote=''
  3260. am__tar='$${TAR-tar} chof - "$$tardir"'
  3261. am__untar='$${TAR-tar} xf -'
  3262. bindir='${exec_prefix}/bin'
  3263. build='i686-pc-linux-gnu'
  3264. build_alias=''
  3265. build_cpu='i686'
  3266. build_os='linux-gnu'
  3267. build_vendor='pc'
  3268. datadir='${datarootdir}'
  3269. datarootdir='${prefix}/share'
  3270. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3271. dvidir='${docdir}'
  3272. exec_prefix='NONE'
  3273. host='i686-pc-linux-gnu'
  3274. host_alias=''
  3275. host_cpu='i686'
  3276. host_os='linux-gnu'
  3277. host_vendor='pc'
  3278. htmldir='${docdir}'
  3279. includedir='${prefix}/include'
  3280. infodir='${datarootdir}/info'
  3281. install_sh='${SHELL} /home/alfons/xbmc/build-aux/install-sh'
  3282. libdir='${exec_prefix}/lib'
  3283. libexecdir='${exec_prefix}/libexec'
  3284. localedir='${datarootdir}/locale'
  3285. localstatedir='${prefix}/var'
  3286. mandir='${datarootdir}/man'
  3287. mkdir_p='$(MKDIR_P)'
  3288. oldincludedir='/usr/include'
  3289. pdfdir='${docdir}'
  3290. prefix='NONE'
  3291. program_transform_name='s,x,x,'
  3292. psdir='${docdir}'
  3293. sbindir='${exec_prefix}/sbin'
  3294. sharedstatedir='${prefix}/com'
  3295. sysconfdir='${prefix}/etc'
  3296. target_alias=''
  3297.  
  3298. ## ------------------- ##
  3299. ## File substitutions. ##
  3300. ## ------------------- ##
  3301.  
  3302. XBMC_STANDALONE_SH_PULSE=''
  3303.  
  3304. ## ----------- ##
  3305. ## confdefs.h. ##
  3306. ## ----------- ##
  3307.  
  3308. /* confdefs.h */
  3309. #define PACKAGE_NAME "kodi"
  3310. #define PACKAGE_TARNAME "kodi"
  3311. #define PACKAGE_VERSION "16.0.993"
  3312. #define PACKAGE_STRING "kodi 16.0.993"
  3313. #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
  3314. #define PACKAGE_URL ""
  3315. #define PACKAGE "kodi"
  3316. #define VERSION "16.0.993"
  3317. #define HAVE_LIRC 1
  3318. #define LIRC_DEVICE "/dev/lircd"
  3319. #define HAVE_CXX11 1
  3320. #define STDC_HEADERS 1
  3321. #define HAVE_SYS_TYPES_H 1
  3322. #define HAVE_SYS_STAT_H 1
  3323. #define HAVE_STDLIB_H 1
  3324. #define HAVE_STRING_H 1
  3325. #define HAVE_MEMORY_H 1
  3326. #define HAVE_STRINGS_H 1
  3327. #define HAVE_INTTYPES_H 1
  3328. #define HAVE_STDINT_H 1
  3329. #define HAVE_UNISTD_H 1
  3330. #define HAVE_DLFCN_H 1
  3331. #define LT_OBJDIR ".libs/"
  3332. #define HAVE_ALLOCA_H 1
  3333. #define HAVE_ALLOCA 1
  3334. #define HAVE_UNISTD_H 1
  3335. #define HAVE_CHOWN 1
  3336. #define HAVE_DIRENT_H 1
  3337. #define HAVE_FSEEKO 1
  3338. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3339. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3340. #define TIME_WITH_SYS_TIME 1
  3341. #define HAVE_SYS_TIME_H 1
  3342. #define HAVE_UNISTD_H 1
  3343. #define HAVE_STDLIB_H 1
  3344. #define HAVE_SYS_PARAM_H 1
  3345. #define HAVE_UTIME_H 1
  3346. #define HAVE_ALARM 1
  3347. #define HAVE_GETPAGESIZE 1
  3348. #define HAVE_MMAP 1
  3349. #define HAVE_SYS_SELECT_H 1
  3350. #define HAVE_SYS_SOCKET_H 1
  3351. #define SELECT_TYPE_ARG1 int
  3352. #define SELECT_TYPE_ARG234 (fd_set *)
  3353. #define SELECT_TYPE_ARG5 (struct timeval *)
  3354. #define RETSIGTYPE void
  3355. #define HAVE_STRCOLL 1
  3356. #define HAVE_STRFTIME 1
  3357. #define HAVE_UTIME_NULL 1
  3358. #define HAVE_VPRINTF 1
  3359. #define HAVE_ATEXIT 1
  3360. #define HAVE_DUP2 1
  3361. #define HAVE_FDATASYNC 1
  3362. #define HAVE_FTIME 1
  3363. #define HAVE_FTRUNCATE 1
  3364. #define HAVE_GETCWD 1
  3365. #define HAVE_GETHOSTBYADDR 1
  3366. #define HAVE_GETHOSTBYNAME 1
  3367. #define HAVE_GETHOSTNAME 1
  3368. #define HAVE_GETPAGESIZE 1
  3369. #define HAVE_GETPASS 1
  3370. #define HAVE_GETTIMEOFDAY 1
  3371. #define HAVE_INET_NTOA 1
  3372. #define HAVE_LCHOWN 1
  3373. #define HAVE_LOCALECONV 1
  3374. #define HAVE_MEMCHR 1
  3375. #define HAVE_MEMMOVE 1
  3376. #define HAVE_MEMSET 1
  3377. #define HAVE_MKDIR 1
  3378. #define HAVE_MODF 1
  3379. #define HAVE_MUNMAP 1
  3380. #define HAVE_RMDIR 1
  3381. #define HAVE_SELECT 1
  3382. #define HAVE_SETENV 1
  3383. #define HAVE_SETLOCALE 1
  3384. #define HAVE_SOCKET 1
  3385. #define HAVE_STRCASECMP 1
  3386. #define HAVE_STRCHR 1
  3387. #define HAVE_STRCSPN 1
  3388. #define HAVE_STRDUP 1
  3389. #define HAVE_STRERROR 1
  3390. #define HAVE_STRNCASECMP 1
  3391. #define HAVE_STRPBRK 1
  3392. #define HAVE_STRRCHR 1
  3393. #define HAVE_STRSPN 1
  3394. #define HAVE_STRSTR 1
  3395. #define HAVE_STRTOL 1
  3396. #define HAVE_STRTOUL 1
  3397. #define HAVE_SYSINFO 1
  3398. #define HAVE_TZSET 1
  3399. #define HAVE_UTIME 1
  3400. #define HAVE_POSIX_FADVISE 1
  3401. #define HAVE_LOCALTIME_R 1
  3402. #define SIZEOF_INT 4
  3403. #define SIZEOF_SIZE_T 4
  3404. #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
  3405. #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
  3406. #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
  3407. #define HAVE_STD__U16STRING 1
  3408. #define HAVE_STD__U32STRING 1
  3409. #define HAVE_CHAR16_T 1
  3410. #define HAVE_CHAR32_T 1
  3411. #define SIZEOF_WCHAR_T 4
  3412. #define HAVE_INOTIFY 1
  3413. #define HAVE_PYTHON "2.7"
  3414. #define HAVE_LIBGL 1
  3415. #define HAVE_LIBGLEW 1
  3416. #define HAVE_LIBGLU 1
  3417. #define HAVE_MYSQL 1
  3418.  
  3419. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement