Advertisement
Guest User

config.log

a guest
Nov 18th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.58 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 i3 configure 4.13, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ../configure --prefix=/usr --sysconfdir=/etc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = kat
  14. uname -m = x86_64
  15. uname -r = 3.16.0-4-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)
  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:2312: checking build system type
  42. configure:2326: result: x86_64-unknown-linux-gnu
  43. configure:2346: checking host system type
  44. configure:2359: result: x86_64-unknown-linux-gnu
  45. configure:2379: checking target system type
  46. configure:2392: result: x86_64-unknown-linux-gnu
  47. configure:2480: checking for gsed
  48. configure:2511: result: sed
  49. configure:2538: checking for a BSD-compatible install
  50. configure:2606: result: /usr/bin/install -c
  51. configure:2617: checking whether build environment is sane
  52. configure:2672: result: yes
  53. configure:2820: checking for a thread-safe mkdir -p
  54. configure:2859: result: /bin/mkdir -p
  55. configure:2866: checking for gawk
  56. configure:2882: found /usr/bin/gawk
  57. configure:2893: result: gawk
  58. configure:2904: checking whether make sets $(MAKE)
  59. configure:2926: result: yes
  60. configure:2955: checking whether make supports nested variables
  61. configure:2972: result: yes
  62. configure:3110: checking whether make supports nested variables
  63. configure:3127: result: yes
  64. configure:3141: checking whether to enable maintainer-specific portions of Makefiles
  65. configure:3150: result: yes
  66. configure:3175: checking for gawk
  67. configure:3202: result: gawk
  68. configure:3213: checking for GNU make
  69. configure:3229: result: make
  70. configure:3323: checking for a sed that does not truncate output
  71. configure:3387: result: /bin/sed
  72. configure:3405: checking whether to build with code coverage support
  73. configure:3425: result: no
  74. configure:3788: checking whether to enable debugging
  75. configure:3819: result: yes
  76. configure:3892: checking for style of include used by make
  77. configure:3920: result: GNU
  78. configure:3991: checking for gcc
  79. configure:4007: found /usr/bin/gcc
  80. configure:4018: result: gcc
  81. configure:4247: checking for C compiler version
  82. configure:4256: gcc --version >&5
  83. gcc (Debian 6.2.0-13) 6.2.0 20161109
  84. Copyright (C) 2016 Free Software Foundation, Inc.
  85. This is free software; see the source for copying conditions. There is NO
  86. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  87.  
  88. configure:4267: $? = 0
  89. configure:4256: gcc -v >&5
  90. Using built-in specs.
  91. COLLECT_GCC=gcc
  92. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  93. Target: x86_64-linux-gnu
  94. Configured with: ../src/configure -v --with-pkgversion='Debian 6.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  95. Thread model: posix
  96. gcc version 6.2.0 20161109 (Debian 6.2.0-13)
  97. configure:4267: $? = 0
  98. configure:4256: gcc -V >&5
  99. gcc: error: unrecognized command line option '-V'
  100. gcc: fatal error: no input files
  101. compilation terminated.
  102. configure:4267: $? = 1
  103. configure:4256: gcc -qversion >&5
  104. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  105. gcc: fatal error: no input files
  106. compilation terminated.
  107. configure:4267: $? = 1
  108. configure:4287: checking whether the C compiler works
  109. configure:4309: gcc -g -O0 conftest.c >&5
  110. configure:4313: $? = 0
  111. configure:4361: result: yes
  112. configure:4364: checking for C compiler default output file name
  113. configure:4366: result: a.out
  114. configure:4372: checking for suffix of executables
  115. configure:4379: gcc -o conftest -g -O0 conftest.c >&5
  116. configure:4383: $? = 0
  117. configure:4405: result:
  118. configure:4427: checking whether we are cross compiling
  119. configure:4435: gcc -o conftest -g -O0 conftest.c >&5
  120. configure:4439: $? = 0
  121. configure:4446: ./conftest
  122. configure:4450: $? = 0
  123. configure:4465: result: no
  124. configure:4470: checking for suffix of object files
  125. configure:4492: gcc -c -g -O0 conftest.c >&5
  126. configure:4496: $? = 0
  127. configure:4517: result: o
  128. configure:4521: checking whether we are using the GNU C compiler
  129. configure:4540: gcc -c -g -O0 conftest.c >&5
  130. configure:4540: $? = 0
  131. configure:4549: result: yes
  132. configure:4558: checking whether gcc accepts -g
  133. configure:4578: gcc -c -g conftest.c >&5
  134. configure:4578: $? = 0
  135. configure:4619: result: yes
  136. configure:4636: checking for gcc option to accept ISO C89
  137. configure:4699: gcc -c -g -O0 conftest.c >&5
  138. configure:4699: $? = 0
  139. configure:4712: result: none needed
  140. configure:4737: checking whether gcc understands -c and -o together
  141. configure:4759: gcc -c conftest.c -o conftest2.o
  142. configure:4762: $? = 0
  143. configure:4759: gcc -c conftest.c -o conftest2.o
  144. configure:4762: $? = 0
  145. configure:4774: result: yes
  146. configure:4793: checking dependency style of gcc
  147. configure:4904: result: gcc3
  148. configure:4919: checking for gcc option to accept ISO C99
  149. configure:5068: gcc -c -g -O0 conftest.c >&5
  150. configure:5068: $? = 0
  151. configure:5081: result: none needed
  152. configure:5110: checking how to run the C preprocessor
  153. configure:5141: gcc -E conftest.c
  154. configure:5141: $? = 0
  155. configure:5155: gcc -E conftest.c
  156. conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
  157. #include <ac_nonexistent.h>
  158. ^
  159. compilation terminated.
  160. configure:5155: $? = 1
  161. configure: failed program was:
  162. | /* confdefs.h */
  163. | #define PACKAGE_NAME "i3"
  164. | #define PACKAGE_TARNAME "i3"
  165. | #define PACKAGE_VERSION "4.13"
  166. | #define PACKAGE_STRING "i3 4.13"
  167. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  168. | #define PACKAGE_URL ""
  169. | #define PACKAGE "i3"
  170. | #define VERSION "4.13"
  171. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  172. | #define MAJOR_VERSION 4
  173. | #define MINOR_VERSION 13
  174. | #define PATCH_VERSION 0
  175. | #define SYSCONFDIR "/etc"
  176. | /* end confdefs.h. */
  177. | #include <ac_nonexistent.h>
  178. configure:5180: result: gcc -E
  179. configure:5200: gcc -E conftest.c
  180. configure:5200: $? = 0
  181. configure:5214: gcc -E conftest.c
  182. conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
  183. #include <ac_nonexistent.h>
  184. ^
  185. compilation terminated.
  186. configure:5214: $? = 1
  187. configure: failed program was:
  188. | /* confdefs.h */
  189. | #define PACKAGE_NAME "i3"
  190. | #define PACKAGE_TARNAME "i3"
  191. | #define PACKAGE_VERSION "4.13"
  192. | #define PACKAGE_STRING "i3 4.13"
  193. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  194. | #define PACKAGE_URL ""
  195. | #define PACKAGE "i3"
  196. | #define VERSION "4.13"
  197. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  198. | #define MAJOR_VERSION 4
  199. | #define MINOR_VERSION 13
  200. | #define PATCH_VERSION 0
  201. | #define SYSCONFDIR "/etc"
  202. | /* end confdefs.h. */
  203. | #include <ac_nonexistent.h>
  204. configure:5243: checking for grep that handles long lines and -e
  205. configure:5301: result: /bin/grep
  206. configure:5306: checking for egrep
  207. configure:5368: result: /bin/grep -E
  208. configure:5373: checking for ANSI C header files
  209. configure:5393: gcc -c -g -O0 conftest.c >&5
  210. configure:5393: $? = 0
  211. configure:5466: gcc -o conftest -g -O0 conftest.c >&5
  212. configure:5466: $? = 0
  213. configure:5466: ./conftest
  214. configure:5466: $? = 0
  215. configure:5477: result: yes
  216. configure:5490: checking for sys/types.h
  217. configure:5490: gcc -c -g -O0 conftest.c >&5
  218. configure:5490: $? = 0
  219. configure:5490: result: yes
  220. configure:5490: checking for sys/stat.h
  221. configure:5490: gcc -c -g -O0 conftest.c >&5
  222. configure:5490: $? = 0
  223. configure:5490: result: yes
  224. configure:5490: checking for stdlib.h
  225. configure:5490: gcc -c -g -O0 conftest.c >&5
  226. configure:5490: $? = 0
  227. configure:5490: result: yes
  228. configure:5490: checking for string.h
  229. configure:5490: gcc -c -g -O0 conftest.c >&5
  230. configure:5490: $? = 0
  231. configure:5490: result: yes
  232. configure:5490: checking for memory.h
  233. configure:5490: gcc -c -g -O0 conftest.c >&5
  234. configure:5490: $? = 0
  235. configure:5490: result: yes
  236. configure:5490: checking for strings.h
  237. configure:5490: gcc -c -g -O0 conftest.c >&5
  238. configure:5490: $? = 0
  239. configure:5490: result: yes
  240. configure:5490: checking for inttypes.h
  241. configure:5490: gcc -c -g -O0 conftest.c >&5
  242. configure:5490: $? = 0
  243. configure:5490: result: yes
  244. configure:5490: checking for stdint.h
  245. configure:5490: gcc -c -g -O0 conftest.c >&5
  246. configure:5490: $? = 0
  247. configure:5490: result: yes
  248. configure:5490: checking for unistd.h
  249. configure:5490: gcc -c -g -O0 conftest.c >&5
  250. configure:5490: $? = 0
  251. configure:5490: result: yes
  252. configure:5503: checking minix/config.h usability
  253. configure:5503: gcc -c -g -O0 conftest.c >&5
  254. conftest.c:59:26: fatal error: minix/config.h: No such file or directory
  255. #include <minix/config.h>
  256. ^
  257. compilation terminated.
  258. configure:5503: $? = 1
  259. configure: failed program was:
  260. | /* confdefs.h */
  261. | #define PACKAGE_NAME "i3"
  262. | #define PACKAGE_TARNAME "i3"
  263. | #define PACKAGE_VERSION "4.13"
  264. | #define PACKAGE_STRING "i3 4.13"
  265. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  266. | #define PACKAGE_URL ""
  267. | #define PACKAGE "i3"
  268. | #define VERSION "4.13"
  269. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  270. | #define MAJOR_VERSION 4
  271. | #define MINOR_VERSION 13
  272. | #define PATCH_VERSION 0
  273. | #define SYSCONFDIR "/etc"
  274. | #define STDC_HEADERS 1
  275. | #define HAVE_SYS_TYPES_H 1
  276. | #define HAVE_SYS_STAT_H 1
  277. | #define HAVE_STDLIB_H 1
  278. | #define HAVE_STRING_H 1
  279. | #define HAVE_MEMORY_H 1
  280. | #define HAVE_STRINGS_H 1
  281. | #define HAVE_INTTYPES_H 1
  282. | #define HAVE_STDINT_H 1
  283. | #define HAVE_UNISTD_H 1
  284. | /* end confdefs.h. */
  285. | #include <stdio.h>
  286. | #ifdef HAVE_SYS_TYPES_H
  287. | # include <sys/types.h>
  288. | #endif
  289. | #ifdef HAVE_SYS_STAT_H
  290. | # include <sys/stat.h>
  291. | #endif
  292. | #ifdef STDC_HEADERS
  293. | # include <stdlib.h>
  294. | # include <stddef.h>
  295. | #else
  296. | # ifdef HAVE_STDLIB_H
  297. | # include <stdlib.h>
  298. | # endif
  299. | #endif
  300. | #ifdef HAVE_STRING_H
  301. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  302. | # include <memory.h>
  303. | # endif
  304. | # include <string.h>
  305. | #endif
  306. | #ifdef HAVE_STRINGS_H
  307. | # include <strings.h>
  308. | #endif
  309. | #ifdef HAVE_INTTYPES_H
  310. | # include <inttypes.h>
  311. | #endif
  312. | #ifdef HAVE_STDINT_H
  313. | # include <stdint.h>
  314. | #endif
  315. | #ifdef HAVE_UNISTD_H
  316. | # include <unistd.h>
  317. | #endif
  318. | #include <minix/config.h>
  319. configure:5503: result: no
  320. configure:5503: checking minix/config.h presence
  321. configure:5503: gcc -E conftest.c
  322. conftest.c:26:26: fatal error: minix/config.h: No such file or directory
  323. #include <minix/config.h>
  324. ^
  325. compilation terminated.
  326. configure:5503: $? = 1
  327. configure: failed program was:
  328. | /* confdefs.h */
  329. | #define PACKAGE_NAME "i3"
  330. | #define PACKAGE_TARNAME "i3"
  331. | #define PACKAGE_VERSION "4.13"
  332. | #define PACKAGE_STRING "i3 4.13"
  333. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  334. | #define PACKAGE_URL ""
  335. | #define PACKAGE "i3"
  336. | #define VERSION "4.13"
  337. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  338. | #define MAJOR_VERSION 4
  339. | #define MINOR_VERSION 13
  340. | #define PATCH_VERSION 0
  341. | #define SYSCONFDIR "/etc"
  342. | #define STDC_HEADERS 1
  343. | #define HAVE_SYS_TYPES_H 1
  344. | #define HAVE_SYS_STAT_H 1
  345. | #define HAVE_STDLIB_H 1
  346. | #define HAVE_STRING_H 1
  347. | #define HAVE_MEMORY_H 1
  348. | #define HAVE_STRINGS_H 1
  349. | #define HAVE_INTTYPES_H 1
  350. | #define HAVE_STDINT_H 1
  351. | #define HAVE_UNISTD_H 1
  352. | /* end confdefs.h. */
  353. | #include <minix/config.h>
  354. configure:5503: result: no
  355. configure:5503: checking for minix/config.h
  356. configure:5503: result: no
  357. configure:5524: checking whether it is safe to define __EXTENSIONS__
  358. configure:5542: gcc -c -g -O0 conftest.c >&5
  359. configure:5542: $? = 0
  360. configure:5549: result: yes
  361. configure:5565: checking for stdbool.h that conforms to C99
  362. configure:5632: gcc -c -g -O0 conftest.c >&5
  363. configure:5632: $? = 0
  364. configure:5639: result: yes
  365. configure:5641: checking for _Bool
  366. configure:5641: gcc -c -g -O0 conftest.c >&5
  367. configure:5641: $? = 0
  368. configure:5641: gcc -c -g -O0 conftest.c >&5
  369. conftest.c: In function 'main':
  370. conftest.c:67:20: error: expected expression before ')' token
  371. if (sizeof ((_Bool)))
  372. ^
  373. configure:5641: $? = 1
  374. configure: failed program was:
  375. | /* confdefs.h */
  376. | #define PACKAGE_NAME "i3"
  377. | #define PACKAGE_TARNAME "i3"
  378. | #define PACKAGE_VERSION "4.13"
  379. | #define PACKAGE_STRING "i3 4.13"
  380. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  381. | #define PACKAGE_URL ""
  382. | #define PACKAGE "i3"
  383. | #define VERSION "4.13"
  384. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  385. | #define MAJOR_VERSION 4
  386. | #define MINOR_VERSION 13
  387. | #define PATCH_VERSION 0
  388. | #define SYSCONFDIR "/etc"
  389. | #define STDC_HEADERS 1
  390. | #define HAVE_SYS_TYPES_H 1
  391. | #define HAVE_SYS_STAT_H 1
  392. | #define HAVE_STDLIB_H 1
  393. | #define HAVE_STRING_H 1
  394. | #define HAVE_MEMORY_H 1
  395. | #define HAVE_STRINGS_H 1
  396. | #define HAVE_INTTYPES_H 1
  397. | #define HAVE_STDINT_H 1
  398. | #define HAVE_UNISTD_H 1
  399. | #define __EXTENSIONS__ 1
  400. | #define _ALL_SOURCE 1
  401. | #define _GNU_SOURCE 1
  402. | #define _POSIX_PTHREAD_SEMANTICS 1
  403. | #define _TANDEM_SOURCE 1
  404. | /* end confdefs.h. */
  405. | #include <stdio.h>
  406. | #ifdef HAVE_SYS_TYPES_H
  407. | # include <sys/types.h>
  408. | #endif
  409. | #ifdef HAVE_SYS_STAT_H
  410. | # include <sys/stat.h>
  411. | #endif
  412. | #ifdef STDC_HEADERS
  413. | # include <stdlib.h>
  414. | # include <stddef.h>
  415. | #else
  416. | # ifdef HAVE_STDLIB_H
  417. | # include <stdlib.h>
  418. | # endif
  419. | #endif
  420. | #ifdef HAVE_STRING_H
  421. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  422. | # include <memory.h>
  423. | # endif
  424. | # include <string.h>
  425. | #endif
  426. | #ifdef HAVE_STRINGS_H
  427. | # include <strings.h>
  428. | #endif
  429. | #ifdef HAVE_INTTYPES_H
  430. | # include <inttypes.h>
  431. | #endif
  432. | #ifdef HAVE_STDINT_H
  433. | # include <stdint.h>
  434. | #endif
  435. | #ifdef HAVE_UNISTD_H
  436. | # include <unistd.h>
  437. | #endif
  438. | int
  439. | main ()
  440. | {
  441. | if (sizeof ((_Bool)))
  442. | return 0;
  443. | ;
  444. | return 0;
  445. | }
  446. configure:5641: result: yes
  447. configure:5652: checking for mode_t
  448. configure:5652: gcc -c -g -O0 conftest.c >&5
  449. configure:5652: $? = 0
  450. configure:5652: gcc -c -g -O0 conftest.c >&5
  451. conftest.c: In function 'main':
  452. conftest.c:68:21: error: expected expression before ')' token
  453. if (sizeof ((mode_t)))
  454. ^
  455. configure:5652: $? = 1
  456. configure: failed program was:
  457. | /* confdefs.h */
  458. | #define PACKAGE_NAME "i3"
  459. | #define PACKAGE_TARNAME "i3"
  460. | #define PACKAGE_VERSION "4.13"
  461. | #define PACKAGE_STRING "i3 4.13"
  462. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  463. | #define PACKAGE_URL ""
  464. | #define PACKAGE "i3"
  465. | #define VERSION "4.13"
  466. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  467. | #define MAJOR_VERSION 4
  468. | #define MINOR_VERSION 13
  469. | #define PATCH_VERSION 0
  470. | #define SYSCONFDIR "/etc"
  471. | #define STDC_HEADERS 1
  472. | #define HAVE_SYS_TYPES_H 1
  473. | #define HAVE_SYS_STAT_H 1
  474. | #define HAVE_STDLIB_H 1
  475. | #define HAVE_STRING_H 1
  476. | #define HAVE_MEMORY_H 1
  477. | #define HAVE_STRINGS_H 1
  478. | #define HAVE_INTTYPES_H 1
  479. | #define HAVE_STDINT_H 1
  480. | #define HAVE_UNISTD_H 1
  481. | #define __EXTENSIONS__ 1
  482. | #define _ALL_SOURCE 1
  483. | #define _GNU_SOURCE 1
  484. | #define _POSIX_PTHREAD_SEMANTICS 1
  485. | #define _TANDEM_SOURCE 1
  486. | #define HAVE__BOOL 1
  487. | /* end confdefs.h. */
  488. | #include <stdio.h>
  489. | #ifdef HAVE_SYS_TYPES_H
  490. | # include <sys/types.h>
  491. | #endif
  492. | #ifdef HAVE_SYS_STAT_H
  493. | # include <sys/stat.h>
  494. | #endif
  495. | #ifdef STDC_HEADERS
  496. | # include <stdlib.h>
  497. | # include <stddef.h>
  498. | #else
  499. | # ifdef HAVE_STDLIB_H
  500. | # include <stdlib.h>
  501. | # endif
  502. | #endif
  503. | #ifdef HAVE_STRING_H
  504. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  505. | # include <memory.h>
  506. | # endif
  507. | # include <string.h>
  508. | #endif
  509. | #ifdef HAVE_STRINGS_H
  510. | # include <strings.h>
  511. | #endif
  512. | #ifdef HAVE_INTTYPES_H
  513. | # include <inttypes.h>
  514. | #endif
  515. | #ifdef HAVE_STDINT_H
  516. | # include <stdint.h>
  517. | #endif
  518. | #ifdef HAVE_UNISTD_H
  519. | # include <unistd.h>
  520. | #endif
  521. | int
  522. | main ()
  523. | {
  524. | if (sizeof ((mode_t)))
  525. | return 0;
  526. | ;
  527. | return 0;
  528. | }
  529. configure:5652: result: yes
  530. configure:5666: checking for off_t
  531. configure:5666: gcc -c -g -O0 conftest.c >&5
  532. configure:5666: $? = 0
  533. configure:5666: gcc -c -g -O0 conftest.c >&5
  534. conftest.c: In function 'main':
  535. conftest.c:69:20: error: expected expression before ')' token
  536. if (sizeof ((off_t)))
  537. ^
  538. configure:5666: $? = 1
  539. configure: failed program was:
  540. | /* confdefs.h */
  541. | #define PACKAGE_NAME "i3"
  542. | #define PACKAGE_TARNAME "i3"
  543. | #define PACKAGE_VERSION "4.13"
  544. | #define PACKAGE_STRING "i3 4.13"
  545. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  546. | #define PACKAGE_URL ""
  547. | #define PACKAGE "i3"
  548. | #define VERSION "4.13"
  549. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  550. | #define MAJOR_VERSION 4
  551. | #define MINOR_VERSION 13
  552. | #define PATCH_VERSION 0
  553. | #define SYSCONFDIR "/etc"
  554. | #define STDC_HEADERS 1
  555. | #define HAVE_SYS_TYPES_H 1
  556. | #define HAVE_SYS_STAT_H 1
  557. | #define HAVE_STDLIB_H 1
  558. | #define HAVE_STRING_H 1
  559. | #define HAVE_MEMORY_H 1
  560. | #define HAVE_STRINGS_H 1
  561. | #define HAVE_INTTYPES_H 1
  562. | #define HAVE_STDINT_H 1
  563. | #define HAVE_UNISTD_H 1
  564. | #define __EXTENSIONS__ 1
  565. | #define _ALL_SOURCE 1
  566. | #define _GNU_SOURCE 1
  567. | #define _POSIX_PTHREAD_SEMANTICS 1
  568. | #define _TANDEM_SOURCE 1
  569. | #define HAVE__BOOL 1
  570. | #define HAVE_MODE_T 1
  571. | /* end confdefs.h. */
  572. | #include <stdio.h>
  573. | #ifdef HAVE_SYS_TYPES_H
  574. | # include <sys/types.h>
  575. | #endif
  576. | #ifdef HAVE_SYS_STAT_H
  577. | # include <sys/stat.h>
  578. | #endif
  579. | #ifdef STDC_HEADERS
  580. | # include <stdlib.h>
  581. | # include <stddef.h>
  582. | #else
  583. | # ifdef HAVE_STDLIB_H
  584. | # include <stdlib.h>
  585. | # endif
  586. | #endif
  587. | #ifdef HAVE_STRING_H
  588. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  589. | # include <memory.h>
  590. | # endif
  591. | # include <string.h>
  592. | #endif
  593. | #ifdef HAVE_STRINGS_H
  594. | # include <strings.h>
  595. | #endif
  596. | #ifdef HAVE_INTTYPES_H
  597. | # include <inttypes.h>
  598. | #endif
  599. | #ifdef HAVE_STDINT_H
  600. | # include <stdint.h>
  601. | #endif
  602. | #ifdef HAVE_UNISTD_H
  603. | # include <unistd.h>
  604. | #endif
  605. | int
  606. | main ()
  607. | {
  608. | if (sizeof ((off_t)))
  609. | return 0;
  610. | ;
  611. | return 0;
  612. | }
  613. configure:5666: result: yes
  614. configure:5680: checking for pid_t
  615. configure:5680: gcc -c -g -O0 conftest.c >&5
  616. configure:5680: $? = 0
  617. configure:5680: gcc -c -g -O0 conftest.c >&5
  618. conftest.c: In function 'main':
  619. conftest.c:70:20: error: expected expression before ')' token
  620. if (sizeof ((pid_t)))
  621. ^
  622. configure:5680: $? = 1
  623. configure: failed program was:
  624. | /* confdefs.h */
  625. | #define PACKAGE_NAME "i3"
  626. | #define PACKAGE_TARNAME "i3"
  627. | #define PACKAGE_VERSION "4.13"
  628. | #define PACKAGE_STRING "i3 4.13"
  629. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  630. | #define PACKAGE_URL ""
  631. | #define PACKAGE "i3"
  632. | #define VERSION "4.13"
  633. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  634. | #define MAJOR_VERSION 4
  635. | #define MINOR_VERSION 13
  636. | #define PATCH_VERSION 0
  637. | #define SYSCONFDIR "/etc"
  638. | #define STDC_HEADERS 1
  639. | #define HAVE_SYS_TYPES_H 1
  640. | #define HAVE_SYS_STAT_H 1
  641. | #define HAVE_STDLIB_H 1
  642. | #define HAVE_STRING_H 1
  643. | #define HAVE_MEMORY_H 1
  644. | #define HAVE_STRINGS_H 1
  645. | #define HAVE_INTTYPES_H 1
  646. | #define HAVE_STDINT_H 1
  647. | #define HAVE_UNISTD_H 1
  648. | #define __EXTENSIONS__ 1
  649. | #define _ALL_SOURCE 1
  650. | #define _GNU_SOURCE 1
  651. | #define _POSIX_PTHREAD_SEMANTICS 1
  652. | #define _TANDEM_SOURCE 1
  653. | #define HAVE__BOOL 1
  654. | #define HAVE_MODE_T 1
  655. | #define HAVE_OFF_T 1
  656. | /* end confdefs.h. */
  657. | #include <stdio.h>
  658. | #ifdef HAVE_SYS_TYPES_H
  659. | # include <sys/types.h>
  660. | #endif
  661. | #ifdef HAVE_SYS_STAT_H
  662. | # include <sys/stat.h>
  663. | #endif
  664. | #ifdef STDC_HEADERS
  665. | # include <stdlib.h>
  666. | # include <stddef.h>
  667. | #else
  668. | # ifdef HAVE_STDLIB_H
  669. | # include <stdlib.h>
  670. | # endif
  671. | #endif
  672. | #ifdef HAVE_STRING_H
  673. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  674. | # include <memory.h>
  675. | # endif
  676. | # include <string.h>
  677. | #endif
  678. | #ifdef HAVE_STRINGS_H
  679. | # include <strings.h>
  680. | #endif
  681. | #ifdef HAVE_INTTYPES_H
  682. | # include <inttypes.h>
  683. | #endif
  684. | #ifdef HAVE_STDINT_H
  685. | # include <stdint.h>
  686. | #endif
  687. | #ifdef HAVE_UNISTD_H
  688. | # include <unistd.h>
  689. | #endif
  690. | int
  691. | main ()
  692. | {
  693. | if (sizeof ((pid_t)))
  694. | return 0;
  695. | ;
  696. | return 0;
  697. | }
  698. configure:5680: result: yes
  699. configure:5694: checking for size_t
  700. configure:5694: gcc -c -g -O0 conftest.c >&5
  701. configure:5694: $? = 0
  702. configure:5694: gcc -c -g -O0 conftest.c >&5
  703. conftest.c: In function 'main':
  704. conftest.c:71:21: error: expected expression before ')' token
  705. if (sizeof ((size_t)))
  706. ^
  707. configure:5694: $? = 1
  708. configure: failed program was:
  709. | /* confdefs.h */
  710. | #define PACKAGE_NAME "i3"
  711. | #define PACKAGE_TARNAME "i3"
  712. | #define PACKAGE_VERSION "4.13"
  713. | #define PACKAGE_STRING "i3 4.13"
  714. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  715. | #define PACKAGE_URL ""
  716. | #define PACKAGE "i3"
  717. | #define VERSION "4.13"
  718. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  719. | #define MAJOR_VERSION 4
  720. | #define MINOR_VERSION 13
  721. | #define PATCH_VERSION 0
  722. | #define SYSCONFDIR "/etc"
  723. | #define STDC_HEADERS 1
  724. | #define HAVE_SYS_TYPES_H 1
  725. | #define HAVE_SYS_STAT_H 1
  726. | #define HAVE_STDLIB_H 1
  727. | #define HAVE_STRING_H 1
  728. | #define HAVE_MEMORY_H 1
  729. | #define HAVE_STRINGS_H 1
  730. | #define HAVE_INTTYPES_H 1
  731. | #define HAVE_STDINT_H 1
  732. | #define HAVE_UNISTD_H 1
  733. | #define __EXTENSIONS__ 1
  734. | #define _ALL_SOURCE 1
  735. | #define _GNU_SOURCE 1
  736. | #define _POSIX_PTHREAD_SEMANTICS 1
  737. | #define _TANDEM_SOURCE 1
  738. | #define HAVE__BOOL 1
  739. | #define HAVE_MODE_T 1
  740. | #define HAVE_OFF_T 1
  741. | #define HAVE_PID_T 1
  742. | /* end confdefs.h. */
  743. | #include <stdio.h>
  744. | #ifdef HAVE_SYS_TYPES_H
  745. | # include <sys/types.h>
  746. | #endif
  747. | #ifdef HAVE_SYS_STAT_H
  748. | # include <sys/stat.h>
  749. | #endif
  750. | #ifdef STDC_HEADERS
  751. | # include <stdlib.h>
  752. | # include <stddef.h>
  753. | #else
  754. | # ifdef HAVE_STDLIB_H
  755. | # include <stdlib.h>
  756. | # endif
  757. | #endif
  758. | #ifdef HAVE_STRING_H
  759. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  760. | # include <memory.h>
  761. | # endif
  762. | # include <string.h>
  763. | #endif
  764. | #ifdef HAVE_STRINGS_H
  765. | # include <strings.h>
  766. | #endif
  767. | #ifdef HAVE_INTTYPES_H
  768. | # include <inttypes.h>
  769. | #endif
  770. | #ifdef HAVE_STDINT_H
  771. | # include <stdint.h>
  772. | #endif
  773. | #ifdef HAVE_UNISTD_H
  774. | # include <unistd.h>
  775. | #endif
  776. | int
  777. | main ()
  778. | {
  779. | if (sizeof ((size_t)))
  780. | return 0;
  781. | ;
  782. | return 0;
  783. | }
  784. configure:5694: result: yes
  785. configure:5708: checking for ssize_t
  786. configure:5708: gcc -c -g -O0 conftest.c >&5
  787. configure:5708: $? = 0
  788. configure:5708: gcc -c -g -O0 conftest.c >&5
  789. conftest.c: In function 'main':
  790. conftest.c:72:22: error: expected expression before ')' token
  791. if (sizeof ((ssize_t)))
  792. ^
  793. configure:5708: $? = 1
  794. configure: failed program was:
  795. | /* confdefs.h */
  796. | #define PACKAGE_NAME "i3"
  797. | #define PACKAGE_TARNAME "i3"
  798. | #define PACKAGE_VERSION "4.13"
  799. | #define PACKAGE_STRING "i3 4.13"
  800. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  801. | #define PACKAGE_URL ""
  802. | #define PACKAGE "i3"
  803. | #define VERSION "4.13"
  804. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  805. | #define MAJOR_VERSION 4
  806. | #define MINOR_VERSION 13
  807. | #define PATCH_VERSION 0
  808. | #define SYSCONFDIR "/etc"
  809. | #define STDC_HEADERS 1
  810. | #define HAVE_SYS_TYPES_H 1
  811. | #define HAVE_SYS_STAT_H 1
  812. | #define HAVE_STDLIB_H 1
  813. | #define HAVE_STRING_H 1
  814. | #define HAVE_MEMORY_H 1
  815. | #define HAVE_STRINGS_H 1
  816. | #define HAVE_INTTYPES_H 1
  817. | #define HAVE_STDINT_H 1
  818. | #define HAVE_UNISTD_H 1
  819. | #define __EXTENSIONS__ 1
  820. | #define _ALL_SOURCE 1
  821. | #define _GNU_SOURCE 1
  822. | #define _POSIX_PTHREAD_SEMANTICS 1
  823. | #define _TANDEM_SOURCE 1
  824. | #define HAVE__BOOL 1
  825. | #define HAVE_MODE_T 1
  826. | #define HAVE_OFF_T 1
  827. | #define HAVE_PID_T 1
  828. | #define HAVE_SIZE_T 1
  829. | /* end confdefs.h. */
  830. | #include <stdio.h>
  831. | #ifdef HAVE_SYS_TYPES_H
  832. | # include <sys/types.h>
  833. | #endif
  834. | #ifdef HAVE_SYS_STAT_H
  835. | # include <sys/stat.h>
  836. | #endif
  837. | #ifdef STDC_HEADERS
  838. | # include <stdlib.h>
  839. | # include <stddef.h>
  840. | #else
  841. | # ifdef HAVE_STDLIB_H
  842. | # include <stdlib.h>
  843. | # endif
  844. | #endif
  845. | #ifdef HAVE_STRING_H
  846. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  847. | # include <memory.h>
  848. | # endif
  849. | # include <string.h>
  850. | #endif
  851. | #ifdef HAVE_STRINGS_H
  852. | # include <strings.h>
  853. | #endif
  854. | #ifdef HAVE_INTTYPES_H
  855. | # include <inttypes.h>
  856. | #endif
  857. | #ifdef HAVE_STDINT_H
  858. | # include <stdint.h>
  859. | #endif
  860. | #ifdef HAVE_UNISTD_H
  861. | # include <unistd.h>
  862. | #endif
  863. | int
  864. | main ()
  865. | {
  866. | if (sizeof ((ssize_t)))
  867. | return 0;
  868. | ;
  869. | return 0;
  870. | }
  871. configure:5708: result: yes
  872. configure:5725: checking for pid_t
  873. configure:5725: result: yes
  874. configure:5738: checking vfork.h usability
  875. configure:5738: gcc -c -g -O0 conftest.c >&5
  876. conftest.c:70:19: fatal error: vfork.h: No such file or directory
  877. #include <vfork.h>
  878. ^
  879. compilation terminated.
  880. configure:5738: $? = 1
  881. configure: failed program was:
  882. | /* confdefs.h */
  883. | #define PACKAGE_NAME "i3"
  884. | #define PACKAGE_TARNAME "i3"
  885. | #define PACKAGE_VERSION "4.13"
  886. | #define PACKAGE_STRING "i3 4.13"
  887. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  888. | #define PACKAGE_URL ""
  889. | #define PACKAGE "i3"
  890. | #define VERSION "4.13"
  891. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  892. | #define MAJOR_VERSION 4
  893. | #define MINOR_VERSION 13
  894. | #define PATCH_VERSION 0
  895. | #define SYSCONFDIR "/etc"
  896. | #define STDC_HEADERS 1
  897. | #define HAVE_SYS_TYPES_H 1
  898. | #define HAVE_SYS_STAT_H 1
  899. | #define HAVE_STDLIB_H 1
  900. | #define HAVE_STRING_H 1
  901. | #define HAVE_MEMORY_H 1
  902. | #define HAVE_STRINGS_H 1
  903. | #define HAVE_INTTYPES_H 1
  904. | #define HAVE_STDINT_H 1
  905. | #define HAVE_UNISTD_H 1
  906. | #define __EXTENSIONS__ 1
  907. | #define _ALL_SOURCE 1
  908. | #define _GNU_SOURCE 1
  909. | #define _POSIX_PTHREAD_SEMANTICS 1
  910. | #define _TANDEM_SOURCE 1
  911. | #define HAVE__BOOL 1
  912. | #define HAVE_MODE_T 1
  913. | #define HAVE_OFF_T 1
  914. | #define HAVE_PID_T 1
  915. | #define HAVE_SIZE_T 1
  916. | #define HAVE_SSIZE_T 1
  917. | /* end confdefs.h. */
  918. | #include <stdio.h>
  919. | #ifdef HAVE_SYS_TYPES_H
  920. | # include <sys/types.h>
  921. | #endif
  922. | #ifdef HAVE_SYS_STAT_H
  923. | # include <sys/stat.h>
  924. | #endif
  925. | #ifdef STDC_HEADERS
  926. | # include <stdlib.h>
  927. | # include <stddef.h>
  928. | #else
  929. | # ifdef HAVE_STDLIB_H
  930. | # include <stdlib.h>
  931. | # endif
  932. | #endif
  933. | #ifdef HAVE_STRING_H
  934. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  935. | # include <memory.h>
  936. | # endif
  937. | # include <string.h>
  938. | #endif
  939. | #ifdef HAVE_STRINGS_H
  940. | # include <strings.h>
  941. | #endif
  942. | #ifdef HAVE_INTTYPES_H
  943. | # include <inttypes.h>
  944. | #endif
  945. | #ifdef HAVE_STDINT_H
  946. | # include <stdint.h>
  947. | #endif
  948. | #ifdef HAVE_UNISTD_H
  949. | # include <unistd.h>
  950. | #endif
  951. | #include <vfork.h>
  952. configure:5738: result: no
  953. configure:5738: checking vfork.h presence
  954. configure:5738: gcc -E conftest.c
  955. conftest.c:37:19: fatal error: vfork.h: No such file or directory
  956. #include <vfork.h>
  957. ^
  958. compilation terminated.
  959. configure:5738: $? = 1
  960. configure: failed program was:
  961. | /* confdefs.h */
  962. | #define PACKAGE_NAME "i3"
  963. | #define PACKAGE_TARNAME "i3"
  964. | #define PACKAGE_VERSION "4.13"
  965. | #define PACKAGE_STRING "i3 4.13"
  966. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  967. | #define PACKAGE_URL ""
  968. | #define PACKAGE "i3"
  969. | #define VERSION "4.13"
  970. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  971. | #define MAJOR_VERSION 4
  972. | #define MINOR_VERSION 13
  973. | #define PATCH_VERSION 0
  974. | #define SYSCONFDIR "/etc"
  975. | #define STDC_HEADERS 1
  976. | #define HAVE_SYS_TYPES_H 1
  977. | #define HAVE_SYS_STAT_H 1
  978. | #define HAVE_STDLIB_H 1
  979. | #define HAVE_STRING_H 1
  980. | #define HAVE_MEMORY_H 1
  981. | #define HAVE_STRINGS_H 1
  982. | #define HAVE_INTTYPES_H 1
  983. | #define HAVE_STDINT_H 1
  984. | #define HAVE_UNISTD_H 1
  985. | #define __EXTENSIONS__ 1
  986. | #define _ALL_SOURCE 1
  987. | #define _GNU_SOURCE 1
  988. | #define _POSIX_PTHREAD_SEMANTICS 1
  989. | #define _TANDEM_SOURCE 1
  990. | #define HAVE__BOOL 1
  991. | #define HAVE_MODE_T 1
  992. | #define HAVE_OFF_T 1
  993. | #define HAVE_PID_T 1
  994. | #define HAVE_SIZE_T 1
  995. | #define HAVE_SSIZE_T 1
  996. | /* end confdefs.h. */
  997. | #include <vfork.h>
  998. configure:5738: result: no
  999. configure:5738: checking for vfork.h
  1000. configure:5738: result: no
  1001. configure:5751: checking for fork
  1002. configure:5751: gcc -o conftest -g -O0 conftest.c >&5
  1003. conftest.c:60:6: warning: conflicting types for built-in function 'fork'
  1004. char fork ();
  1005. ^~~~
  1006. configure:5751: $? = 0
  1007. configure:5751: result: yes
  1008. configure:5751: checking for vfork
  1009. configure:5751: gcc -o conftest -g -O0 conftest.c >&5
  1010. configure:5751: $? = 0
  1011. configure:5751: result: yes
  1012. configure:5761: checking for working fork
  1013. configure:5783: gcc -o conftest -g -O0 conftest.c >&5
  1014. configure:5783: $? = 0
  1015. configure:5783: ./conftest
  1016. configure:5783: $? = 0
  1017. configure:5793: result: yes
  1018. configure:5814: checking for working vfork
  1019. configure:5924: result: yes
  1020. configure:5949: checking whether lstat correctly handles trailing slash
  1021. configure:5975: gcc -o conftest -g -O0 conftest.c >&5
  1022. configure:5975: $? = 0
  1023. configure:5975: ./conftest
  1024. configure:5975: $? = 0
  1025. configure:5992: result: yes
  1026. configure:6011: checking for working strnlen
  1027. configure:6049: gcc -o conftest -g -O0 conftest.c >&5
  1028. configure:6049: $? = 0
  1029. configure:6049: ./conftest
  1030. configure:6049: $? = 0
  1031. configure:6059: result: yes
  1032. configure:6071: checking for atexit
  1033. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1034. configure:6071: $? = 0
  1035. configure:6071: result: yes
  1036. configure:6071: checking for dup2
  1037. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1038. configure:6071: $? = 0
  1039. configure:6071: result: yes
  1040. configure:6071: checking for ftruncate
  1041. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1042. configure:6071: $? = 0
  1043. configure:6071: result: yes
  1044. configure:6071: checking for getcwd
  1045. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1046. configure:6071: $? = 0
  1047. configure:6071: result: yes
  1048. configure:6071: checking for gettimeofday
  1049. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1050. configure:6071: $? = 0
  1051. configure:6071: result: yes
  1052. configure:6071: checking for localtime_r
  1053. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1054. configure:6071: $? = 0
  1055. configure:6071: result: yes
  1056. configure:6071: checking for memchr
  1057. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1058. conftest.c:71:6: warning: conflicting types for built-in function 'memchr'
  1059. char memchr ();
  1060. ^~~~~~
  1061. configure:6071: $? = 0
  1062. configure:6071: result: yes
  1063. configure:6071: checking for memset
  1064. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1065. conftest.c:72:6: warning: conflicting types for built-in function 'memset'
  1066. char memset ();
  1067. ^~~~~~
  1068. configure:6071: $? = 0
  1069. configure:6071: result: yes
  1070. configure:6071: checking for mkdir
  1071. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1072. configure:6071: $? = 0
  1073. configure:6071: result: yes
  1074. configure:6071: checking for rmdir
  1075. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1076. configure:6071: $? = 0
  1077. configure:6071: result: yes
  1078. configure:6071: checking for setlocale
  1079. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1080. configure:6071: $? = 0
  1081. configure:6071: result: yes
  1082. configure:6071: checking for socket
  1083. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1084. configure:6071: $? = 0
  1085. configure:6071: result: yes
  1086. configure:6071: checking for strcasecmp
  1087. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1088. conftest.c:77:6: warning: conflicting types for built-in function 'strcasecmp'
  1089. char strcasecmp ();
  1090. ^~~~~~~~~~
  1091. configure:6071: $? = 0
  1092. configure:6071: result: yes
  1093. configure:6071: checking for strchr
  1094. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1095. conftest.c:78:6: warning: conflicting types for built-in function 'strchr'
  1096. char strchr ();
  1097. ^~~~~~
  1098. configure:6071: $? = 0
  1099. configure:6071: result: yes
  1100. configure:6071: checking for strdup
  1101. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1102. conftest.c:79:6: warning: conflicting types for built-in function 'strdup'
  1103. char strdup ();
  1104. ^~~~~~
  1105. configure:6071: $? = 0
  1106. configure:6071: result: yes
  1107. configure:6071: checking for strerror
  1108. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1109. configure:6071: $? = 0
  1110. configure:6071: result: yes
  1111. configure:6071: checking for strncasecmp
  1112. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1113. conftest.c:81:6: warning: conflicting types for built-in function 'strncasecmp'
  1114. char strncasecmp ();
  1115. ^~~~~~~~~~~
  1116. configure:6071: $? = 0
  1117. configure:6071: result: yes
  1118. configure:6071: checking for strndup
  1119. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1120. conftest.c:82:6: warning: conflicting types for built-in function 'strndup'
  1121. char strndup ();
  1122. ^~~~~~~
  1123. configure:6071: $? = 0
  1124. configure:6071: result: yes
  1125. configure:6071: checking for strrchr
  1126. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1127. conftest.c:83:6: warning: conflicting types for built-in function 'strrchr'
  1128. char strrchr ();
  1129. ^~~~~~~
  1130. configure:6071: $? = 0
  1131. configure:6071: result: yes
  1132. configure:6071: checking for strspn
  1133. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1134. conftest.c:84:6: warning: conflicting types for built-in function 'strspn'
  1135. char strspn ();
  1136. ^~~~~~
  1137. configure:6071: $? = 0
  1138. configure:6071: result: yes
  1139. configure:6071: checking for strstr
  1140. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1141. conftest.c:85:6: warning: conflicting types for built-in function 'strstr'
  1142. char strstr ();
  1143. ^~~~~~
  1144. configure:6071: $? = 0
  1145. configure:6071: result: yes
  1146. configure:6071: checking for strtol
  1147. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1148. configure:6071: $? = 0
  1149. configure:6071: result: yes
  1150. configure:6071: checking for strtoul
  1151. configure:6071: gcc -o conftest -g -O0 conftest.c >&5
  1152. configure:6071: $? = 0
  1153. configure:6071: result: yes
  1154. configure:6088: checking for library containing floor
  1155. configure:6119: gcc -o conftest -g -O0 conftest.c >&5
  1156. conftest.c:72:6: warning: conflicting types for built-in function 'floor'
  1157. char floor ();
  1158. ^~~~~
  1159. /tmp/cc2tDDhf.o: In function `main':
  1160. /home/kit/Downloads/i3-gaps/build/conftest.c:76: undefined reference to `floor'
  1161. collect2: error: ld returned 1 exit status
  1162. configure:6119: $? = 1
  1163. configure: failed program was:
  1164. | /* confdefs.h */
  1165. | #define PACKAGE_NAME "i3"
  1166. | #define PACKAGE_TARNAME "i3"
  1167. | #define PACKAGE_VERSION "4.13"
  1168. | #define PACKAGE_STRING "i3 4.13"
  1169. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  1170. | #define PACKAGE_URL ""
  1171. | #define PACKAGE "i3"
  1172. | #define VERSION "4.13"
  1173. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  1174. | #define MAJOR_VERSION 4
  1175. | #define MINOR_VERSION 13
  1176. | #define PATCH_VERSION 0
  1177. | #define SYSCONFDIR "/etc"
  1178. | #define STDC_HEADERS 1
  1179. | #define HAVE_SYS_TYPES_H 1
  1180. | #define HAVE_SYS_STAT_H 1
  1181. | #define HAVE_STDLIB_H 1
  1182. | #define HAVE_STRING_H 1
  1183. | #define HAVE_MEMORY_H 1
  1184. | #define HAVE_STRINGS_H 1
  1185. | #define HAVE_INTTYPES_H 1
  1186. | #define HAVE_STDINT_H 1
  1187. | #define HAVE_UNISTD_H 1
  1188. | #define __EXTENSIONS__ 1
  1189. | #define _ALL_SOURCE 1
  1190. | #define _GNU_SOURCE 1
  1191. | #define _POSIX_PTHREAD_SEMANTICS 1
  1192. | #define _TANDEM_SOURCE 1
  1193. | #define HAVE__BOOL 1
  1194. | #define HAVE_MODE_T 1
  1195. | #define HAVE_OFF_T 1
  1196. | #define HAVE_PID_T 1
  1197. | #define HAVE_SIZE_T 1
  1198. | #define HAVE_SSIZE_T 1
  1199. | #define HAVE_FORK 1
  1200. | #define HAVE_VFORK 1
  1201. | #define HAVE_WORKING_VFORK 1
  1202. | #define HAVE_WORKING_FORK 1
  1203. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1204. | #define HAVE_ATEXIT 1
  1205. | #define HAVE_DUP2 1
  1206. | #define HAVE_FTRUNCATE 1
  1207. | #define HAVE_GETCWD 1
  1208. | #define HAVE_GETTIMEOFDAY 1
  1209. | #define HAVE_LOCALTIME_R 1
  1210. | #define HAVE_MEMCHR 1
  1211. | #define HAVE_MEMSET 1
  1212. | #define HAVE_MKDIR 1
  1213. | #define HAVE_RMDIR 1
  1214. | #define HAVE_SETLOCALE 1
  1215. | #define HAVE_SOCKET 1
  1216. | #define HAVE_STRCASECMP 1
  1217. | #define HAVE_STRCHR 1
  1218. | #define HAVE_STRDUP 1
  1219. | #define HAVE_STRERROR 1
  1220. | #define HAVE_STRNCASECMP 1
  1221. | #define HAVE_STRNDUP 1
  1222. | #define HAVE_STRRCHR 1
  1223. | #define HAVE_STRSPN 1
  1224. | #define HAVE_STRSTR 1
  1225. | #define HAVE_STRTOL 1
  1226. | #define HAVE_STRTOUL 1
  1227. | /* end confdefs.h. */
  1228. |
  1229. | /* Override any GCC internal prototype to avoid an error.
  1230. | Use char because int might match the return type of a GCC
  1231. | builtin and then its argument prototype would still apply. */
  1232. | #ifdef __cplusplus
  1233. | extern "C"
  1234. | #endif
  1235. | char floor ();
  1236. | int
  1237. | main ()
  1238. | {
  1239. | return floor ();
  1240. | ;
  1241. | return 0;
  1242. | }
  1243. configure:6119: gcc -o conftest -g -O0 conftest.c -lm >&5
  1244. conftest.c:72:6: warning: conflicting types for built-in function 'floor'
  1245. char floor ();
  1246. ^~~~~
  1247. configure:6119: $? = 0
  1248. configure:6136: result: -lm
  1249. configure:6151: checking for library containing ev_run
  1250. configure:6182: gcc -o conftest -g -O0 conftest.c -lm >&5
  1251. /tmp/ccLWHzDr.o: In function `main':
  1252. /home/kit/Downloads/i3-gaps/build/conftest.c:76: undefined reference to `ev_run'
  1253. collect2: error: ld returned 1 exit status
  1254. configure:6182: $? = 1
  1255. configure: failed program was:
  1256. | /* confdefs.h */
  1257. | #define PACKAGE_NAME "i3"
  1258. | #define PACKAGE_TARNAME "i3"
  1259. | #define PACKAGE_VERSION "4.13"
  1260. | #define PACKAGE_STRING "i3 4.13"
  1261. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  1262. | #define PACKAGE_URL ""
  1263. | #define PACKAGE "i3"
  1264. | #define VERSION "4.13"
  1265. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  1266. | #define MAJOR_VERSION 4
  1267. | #define MINOR_VERSION 13
  1268. | #define PATCH_VERSION 0
  1269. | #define SYSCONFDIR "/etc"
  1270. | #define STDC_HEADERS 1
  1271. | #define HAVE_SYS_TYPES_H 1
  1272. | #define HAVE_SYS_STAT_H 1
  1273. | #define HAVE_STDLIB_H 1
  1274. | #define HAVE_STRING_H 1
  1275. | #define HAVE_MEMORY_H 1
  1276. | #define HAVE_STRINGS_H 1
  1277. | #define HAVE_INTTYPES_H 1
  1278. | #define HAVE_STDINT_H 1
  1279. | #define HAVE_UNISTD_H 1
  1280. | #define __EXTENSIONS__ 1
  1281. | #define _ALL_SOURCE 1
  1282. | #define _GNU_SOURCE 1
  1283. | #define _POSIX_PTHREAD_SEMANTICS 1
  1284. | #define _TANDEM_SOURCE 1
  1285. | #define HAVE__BOOL 1
  1286. | #define HAVE_MODE_T 1
  1287. | #define HAVE_OFF_T 1
  1288. | #define HAVE_PID_T 1
  1289. | #define HAVE_SIZE_T 1
  1290. | #define HAVE_SSIZE_T 1
  1291. | #define HAVE_FORK 1
  1292. | #define HAVE_VFORK 1
  1293. | #define HAVE_WORKING_VFORK 1
  1294. | #define HAVE_WORKING_FORK 1
  1295. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1296. | #define HAVE_ATEXIT 1
  1297. | #define HAVE_DUP2 1
  1298. | #define HAVE_FTRUNCATE 1
  1299. | #define HAVE_GETCWD 1
  1300. | #define HAVE_GETTIMEOFDAY 1
  1301. | #define HAVE_LOCALTIME_R 1
  1302. | #define HAVE_MEMCHR 1
  1303. | #define HAVE_MEMSET 1
  1304. | #define HAVE_MKDIR 1
  1305. | #define HAVE_RMDIR 1
  1306. | #define HAVE_SETLOCALE 1
  1307. | #define HAVE_SOCKET 1
  1308. | #define HAVE_STRCASECMP 1
  1309. | #define HAVE_STRCHR 1
  1310. | #define HAVE_STRDUP 1
  1311. | #define HAVE_STRERROR 1
  1312. | #define HAVE_STRNCASECMP 1
  1313. | #define HAVE_STRNDUP 1
  1314. | #define HAVE_STRRCHR 1
  1315. | #define HAVE_STRSPN 1
  1316. | #define HAVE_STRSTR 1
  1317. | #define HAVE_STRTOL 1
  1318. | #define HAVE_STRTOUL 1
  1319. | /* end confdefs.h. */
  1320. |
  1321. | /* Override any GCC internal prototype to avoid an error.
  1322. | Use char because int might match the return type of a GCC
  1323. | builtin and then its argument prototype would still apply. */
  1324. | #ifdef __cplusplus
  1325. | extern "C"
  1326. | #endif
  1327. | char ev_run ();
  1328. | int
  1329. | main ()
  1330. | {
  1331. | return ev_run ();
  1332. | ;
  1333. | return 0;
  1334. | }
  1335. configure:6182: gcc -o conftest -g -O0 conftest.c -lev -lm >&5
  1336. configure:6182: $? = 0
  1337. configure:6199: result: -lev
  1338. configure:6213: checking for library containing shm_open
  1339. configure:6244: gcc -o conftest -g -O0 conftest.c -lev -lm >&5
  1340. /tmp/ccYUTSQC.o: In function `main':
  1341. /home/kit/Downloads/i3-gaps/build/conftest.c:76: undefined reference to `shm_open'
  1342. collect2: error: ld returned 1 exit status
  1343. configure:6244: $? = 1
  1344. configure: failed program was:
  1345. | /* confdefs.h */
  1346. | #define PACKAGE_NAME "i3"
  1347. | #define PACKAGE_TARNAME "i3"
  1348. | #define PACKAGE_VERSION "4.13"
  1349. | #define PACKAGE_STRING "i3 4.13"
  1350. | #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  1351. | #define PACKAGE_URL ""
  1352. | #define PACKAGE "i3"
  1353. | #define VERSION "4.13"
  1354. | #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  1355. | #define MAJOR_VERSION 4
  1356. | #define MINOR_VERSION 13
  1357. | #define PATCH_VERSION 0
  1358. | #define SYSCONFDIR "/etc"
  1359. | #define STDC_HEADERS 1
  1360. | #define HAVE_SYS_TYPES_H 1
  1361. | #define HAVE_SYS_STAT_H 1
  1362. | #define HAVE_STDLIB_H 1
  1363. | #define HAVE_STRING_H 1
  1364. | #define HAVE_MEMORY_H 1
  1365. | #define HAVE_STRINGS_H 1
  1366. | #define HAVE_INTTYPES_H 1
  1367. | #define HAVE_STDINT_H 1
  1368. | #define HAVE_UNISTD_H 1
  1369. | #define __EXTENSIONS__ 1
  1370. | #define _ALL_SOURCE 1
  1371. | #define _GNU_SOURCE 1
  1372. | #define _POSIX_PTHREAD_SEMANTICS 1
  1373. | #define _TANDEM_SOURCE 1
  1374. | #define HAVE__BOOL 1
  1375. | #define HAVE_MODE_T 1
  1376. | #define HAVE_OFF_T 1
  1377. | #define HAVE_PID_T 1
  1378. | #define HAVE_SIZE_T 1
  1379. | #define HAVE_SSIZE_T 1
  1380. | #define HAVE_FORK 1
  1381. | #define HAVE_VFORK 1
  1382. | #define HAVE_WORKING_VFORK 1
  1383. | #define HAVE_WORKING_FORK 1
  1384. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1385. | #define HAVE_ATEXIT 1
  1386. | #define HAVE_DUP2 1
  1387. | #define HAVE_FTRUNCATE 1
  1388. | #define HAVE_GETCWD 1
  1389. | #define HAVE_GETTIMEOFDAY 1
  1390. | #define HAVE_LOCALTIME_R 1
  1391. | #define HAVE_MEMCHR 1
  1392. | #define HAVE_MEMSET 1
  1393. | #define HAVE_MKDIR 1
  1394. | #define HAVE_RMDIR 1
  1395. | #define HAVE_SETLOCALE 1
  1396. | #define HAVE_SOCKET 1
  1397. | #define HAVE_STRCASECMP 1
  1398. | #define HAVE_STRCHR 1
  1399. | #define HAVE_STRDUP 1
  1400. | #define HAVE_STRERROR 1
  1401. | #define HAVE_STRNCASECMP 1
  1402. | #define HAVE_STRNDUP 1
  1403. | #define HAVE_STRRCHR 1
  1404. | #define HAVE_STRSPN 1
  1405. | #define HAVE_STRSTR 1
  1406. | #define HAVE_STRTOL 1
  1407. | #define HAVE_STRTOUL 1
  1408. | /* end confdefs.h. */
  1409. |
  1410. | /* Override any GCC internal prototype to avoid an error.
  1411. | Use char because int might match the return type of a GCC
  1412. | builtin and then its argument prototype would still apply. */
  1413. | #ifdef __cplusplus
  1414. | extern "C"
  1415. | #endif
  1416. | char shm_open ();
  1417. | int
  1418. | main ()
  1419. | {
  1420. | return shm_open ();
  1421. | ;
  1422. | return 0;
  1423. | }
  1424. configure:6244: gcc -o conftest -g -O0 conftest.c -lrt -lev -lm >&5
  1425. configure:6244: $? = 0
  1426. configure:6261: result: -lrt
  1427. configure:6453: checking whether gcc is Clang
  1428. configure:6478: result: no
  1429. configure:6601: checking whether pthreads work with -pthread
  1430. configure:6695: gcc -o conftest -g -O0 -pthread conftest.c -lrt -lev -lm >&5
  1431. configure:6695: $? = 0
  1432. configure:6704: result: yes
  1433. configure:6723: checking for joinable pthread attribute
  1434. configure:6741: gcc -o conftest -g -O0 -pthread conftest.c -lrt -lev -lm >&5
  1435. configure:6741: $? = 0
  1436. configure:6749: result: PTHREAD_CREATE_JOINABLE
  1437. configure:6763: checking whether more special flags are required for pthreads
  1438. configure:6776: result: no
  1439. configure:6784: checking for PTHREAD_PRIO_INHERIT
  1440. configure:6800: gcc -o conftest -g -O0 -pthread conftest.c -lrt -lev -lm >&5
  1441. configure:6800: $? = 0
  1442. configure:6809: result: yes
  1443.  
  1444. ## ---------------- ##
  1445. ## Cache variables. ##
  1446. ## ---------------- ##
  1447.  
  1448. _cv_gnu_make_command=make
  1449. ac_cv_build=x86_64-unknown-linux-gnu
  1450. ac_cv_c_compiler_gnu=yes
  1451. ac_cv_env_CC_set=
  1452. ac_cv_env_CC_value=
  1453. ac_cv_env_CFLAGS_set=
  1454. ac_cv_env_CFLAGS_value=
  1455. ac_cv_env_CPPFLAGS_set=
  1456. ac_cv_env_CPPFLAGS_value=
  1457. ac_cv_env_CPP_set=
  1458. ac_cv_env_CPP_value=
  1459. ac_cv_env_LDFLAGS_set=
  1460. ac_cv_env_LDFLAGS_value=
  1461. ac_cv_env_LIBS_set=
  1462. ac_cv_env_LIBS_value=
  1463. ac_cv_env_build_alias_set=
  1464. ac_cv_env_build_alias_value=
  1465. ac_cv_env_host_alias_set=
  1466. ac_cv_env_host_alias_value=
  1467. ac_cv_env_target_alias_set=
  1468. ac_cv_env_target_alias_value=
  1469. ac_cv_func_atexit=yes
  1470. ac_cv_func_dup2=yes
  1471. ac_cv_func_fork=yes
  1472. ac_cv_func_fork_works=yes
  1473. ac_cv_func_ftruncate=yes
  1474. ac_cv_func_getcwd=yes
  1475. ac_cv_func_gettimeofday=yes
  1476. ac_cv_func_localtime_r=yes
  1477. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  1478. ac_cv_func_memchr=yes
  1479. ac_cv_func_memset=yes
  1480. ac_cv_func_mkdir=yes
  1481. ac_cv_func_rmdir=yes
  1482. ac_cv_func_setlocale=yes
  1483. ac_cv_func_socket=yes
  1484. ac_cv_func_strcasecmp=yes
  1485. ac_cv_func_strchr=yes
  1486. ac_cv_func_strdup=yes
  1487. ac_cv_func_strerror=yes
  1488. ac_cv_func_strncasecmp=yes
  1489. ac_cv_func_strndup=yes
  1490. ac_cv_func_strnlen_working=yes
  1491. ac_cv_func_strrchr=yes
  1492. ac_cv_func_strspn=yes
  1493. ac_cv_func_strstr=yes
  1494. ac_cv_func_strtol=yes
  1495. ac_cv_func_strtoul=yes
  1496. ac_cv_func_vfork=yes
  1497. ac_cv_func_vfork_works=yes
  1498. ac_cv_header_inttypes_h=yes
  1499. ac_cv_header_memory_h=yes
  1500. ac_cv_header_minix_config_h=no
  1501. ac_cv_header_stdbool_h=yes
  1502. ac_cv_header_stdc=yes
  1503. ac_cv_header_stdint_h=yes
  1504. ac_cv_header_stdlib_h=yes
  1505. ac_cv_header_string_h=yes
  1506. ac_cv_header_strings_h=yes
  1507. ac_cv_header_sys_stat_h=yes
  1508. ac_cv_header_sys_types_h=yes
  1509. ac_cv_header_unistd_h=yes
  1510. ac_cv_header_vfork_h=no
  1511. ac_cv_host=x86_64-unknown-linux-gnu
  1512. ac_cv_objext=o
  1513. ac_cv_path_EGREP='/bin/grep -E'
  1514. ac_cv_path_GREP=/bin/grep
  1515. ac_cv_path_SED=/bin/sed
  1516. ac_cv_path_ax_enable_builddir_sed=sed
  1517. ac_cv_path_install='/usr/bin/install -c'
  1518. ac_cv_path_mkdir=/bin/mkdir
  1519. ac_cv_prog_AWK=gawk
  1520. ac_cv_prog_CPP='gcc -E'
  1521. ac_cv_prog_ac_ct_CC=gcc
  1522. ac_cv_prog_cc_c89=
  1523. ac_cv_prog_cc_c99=
  1524. ac_cv_prog_cc_g=yes
  1525. ac_cv_prog_make_make_set=yes
  1526. ac_cv_safe_to_define___extensions__=yes
  1527. ac_cv_search_ev_run=-lev
  1528. ac_cv_search_floor=-lm
  1529. ac_cv_search_shm_open=-lrt
  1530. ac_cv_target=x86_64-unknown-linux-gnu
  1531. ac_cv_type__Bool=yes
  1532. ac_cv_type_mode_t=yes
  1533. ac_cv_type_off_t=yes
  1534. ac_cv_type_pid_t=yes
  1535. ac_cv_type_size_t=yes
  1536. ac_cv_type_ssize_t=yes
  1537. am_cv_CC_dependencies_compiler_type=gcc3
  1538. am_cv_make_support_nested_variables=yes
  1539. am_cv_prog_cc_c_o=yes
  1540. ax_cv_PTHREAD_CLANG=no
  1541. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  1542. ax_cv_PTHREAD_PRIO_INHERIT=yes
  1543. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  1544. ax_cv_gnu_make_command=make
  1545.  
  1546. ## ----------------- ##
  1547. ## Output variables. ##
  1548. ## ----------------- ##
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560. $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
  1561. $(code_coverage_v_genhtml)LANG=C $(GENHTML) $(code_coverage_quiet) $(addprefix --prefix ,$(CODE_COVERAGE_DIRECTORY)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERSION) Code Coverage" --legend --show-details "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_GENHTML_OPTIONS)
  1562. $(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERSION))" --no-checksum --compat-libtool $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_OPTIONS)
  1563. $(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --remove "$(CODE_COVERAGE_OUTPUT_FILE).tmp" "/tmp/*" $(CODE_COVERAGE_IGNORE_PATTERN) --output-file "$(CODE_COVERAGE_OUTPUT_FILE)" $(CODE_COVERAGE_LCOV_SHOPTS) $(CODE_COVERAGE_LCOV_RMOPTS)
  1564. -$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -k check
  1565. -$(LCOV) --directory $(top_builddir) -z
  1566. -@rm -f $(CODE_COVERAGE_OUTPUT_FILE).tmp
  1567. -find . -name "*.gcda" -o -name "*.gcov" -delete
  1568. -rm -rf $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_FILE).tmp $(CODE_COVERAGE_OUTPUT_DIRECTORY)
  1569. @echo "Need to reconfigure with --enable-code-coverage"
  1570. @echo "Need to reconfigure with --enable-code-coverage"
  1571. @echo "file://$(abs_builddir)/$(CODE_COVERAGE_OUTPUT_DIRECTORY)/index.html"
  1572. $(CODE_COVERAGE_IGNORE_PATTERN);
  1573. $(CODE_COVERAGE_OUTPUT_FILE);
  1574. #
  1575. #
  1576. # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
  1577. # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
  1578. # (Default: $(top_builddir))
  1579. # (Default: empty)
  1580. # Multiple directories may be specified, separated by whitespace.
  1581. # by lcov for code coverage. (Default:
  1582. # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
  1583. # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
  1584. # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
  1585. # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
  1586. # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
  1587. # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
  1588. # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
  1589. # lcov instance. (Default: empty)
  1590. # reports to be created. (Default:
  1591. # set to 0 to disable it and leave empty to stay with the default.
  1592. # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
  1593. # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
  1594. # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
  1595. # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
  1596. # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
  1597. # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
  1598. # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
  1599. # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
  1600. # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
  1601. # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
  1602. # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
  1603. # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
  1604. # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
  1605. # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
  1606. # $(PACKAGE_VERSION). In order to add the current git hash to the title,
  1607. # Capture code coverage data
  1608. # Code coverage
  1609. # Hook rule executed before code-coverage-capture, overridable by the user
  1610. # Optional variables
  1611. # Optional:
  1612. # The generated report will be titled using the $(PACKAGE_NAME) and
  1613. # Use recursive makes in order to ignore errors during check
  1614. # sanitizes the test-name: replaces with underscores: dashes and dots
  1615. # use the git-version-gen script, available online.
  1616. $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
  1617. '
  1618. --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
  1619. --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
  1620. .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
  1621. ACLOCAL='${SHELL} /home/kit/Downloads/i3-gaps/missing aclocal-1.14'
  1622. AMDEPBACKSLASH='\'
  1623. AMDEP_FALSE='#'
  1624. AMDEP_TRUE=''
  1625. AMTAR='$${TAR-tar}'
  1626. AM_BACKSLASH='\'
  1627. AM_CFLAGS=''
  1628. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1629. AM_DEFAULT_VERBOSITY='0'
  1630. AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
  1631. AM_DISTCHECK_CONFIGURE_FLAGS ?=
  1632. AM_V='$(V)'
  1633. AR=''
  1634. AUTOCONF='${SHELL} /home/kit/Downloads/i3-gaps/missing autoconf'
  1635. AUTOHEADER='${SHELL} /home/kit/Downloads/i3-gaps/missing autoheader'
  1636. AUTOMAKE='${SHELL} /home/kit/Downloads/i3-gaps/missing automake-1.14'
  1637. AWK='gawk'
  1638. AX_EXTEND_SRCDIR_CPPFLAGS='-DSTRIPPED__FILE__=\"$$(basename $<)\"'
  1639. BUILD_DOCS_FALSE=''
  1640. BUILD_DOCS_TRUE=''
  1641. BUILD_MANS_FALSE=''
  1642. BUILD_MANS_TRUE=''
  1643. CC='gcc'
  1644. CCDEPMODE='depmode=gcc3'
  1645. CFLAGS=' -g -O0'
  1646. CODE_COVERAGE_BRANCH_COVERAGE ?=
  1647. CODE_COVERAGE_CFLAGS=''
  1648. CODE_COVERAGE_CPPFLAGS=''
  1649. CODE_COVERAGE_CXXFLAGS=''
  1650. CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
  1651. CODE_COVERAGE_ENABLED='no'
  1652. CODE_COVERAGE_ENABLED_FALSE=''
  1653. CODE_COVERAGE_ENABLED_TRUE='#'
  1654. CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULTS)
  1655. CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\
  1656. CODE_COVERAGE_IGNORE_PATTERN ?=
  1657. CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
  1658. CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
  1659. CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
  1660. CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
  1661. CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
  1662. CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
  1663. CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
  1664. CODE_COVERAGE_LDFLAGS=''
  1665. CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
  1666. CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
  1667. CODE_COVERAGE_RULES='
  1668. CPP='gcc -E'
  1669. CPPFLAGS=''
  1670. CYGPATH_W='echo'
  1671. DEFS=''
  1672. DEPDIR='.deps'
  1673. ECHO_C=''
  1674. ECHO_N='-n'
  1675. ECHO_T=''
  1676. EGREP='/bin/grep -E'
  1677. EXEEXT=''
  1678. GCOV=''
  1679. GENHTML=''
  1680. GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
  1681. GITIGNOREFILES ?=
  1682. GREP='/bin/grep'
  1683. I3_VERSION='4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")'
  1684. INSTALL_DATA='${INSTALL} -m 644'
  1685. INSTALL_PROGRAM='${INSTALL}'
  1686. INSTALL_SCRIPT='${INSTALL}'
  1687. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1688. LCOV=''
  1689. LDFLAGS=''
  1690. LIBOBJS=''
  1691. LIBS='-lrt -lev -lm '
  1692. LN_S=''
  1693. LTLIBOBJS=''
  1694. MAINT=''
  1695. MAINTAINER_MODE_FALSE='#'
  1696. MAINTAINER_MODE_TRUE=''
  1697. MAKEINFO='${SHELL} /home/kit/Downloads/i3-gaps/missing makeinfo'
  1698. MKDIR_P='/bin/mkdir -p'
  1699. OBJEXT='o'
  1700. PACKAGE='i3'
  1701. PACKAGE_BUGREPORT='https://github.com/i3/i3/issues'
  1702. PACKAGE_NAME='i3'
  1703. PACKAGE_STRING='i3 4.13'
  1704. PACKAGE_TARNAME='i3'
  1705. PACKAGE_URL=''
  1706. PACKAGE_VERSION='4.13'
  1707. PATH_ASCIIDOC=''
  1708. PATH_POD2MAN=''
  1709. PATH_SEPARATOR=':'
  1710. PATH_XMLTO=''
  1711. PTHREAD_CC='gcc'
  1712. PTHREAD_CFLAGS='-pthread'
  1713. PTHREAD_LIBS=''
  1714. RANLIB=''
  1715. SED='/bin/sed'
  1716. SET_MAKE=''
  1717. SHELL='/bin/bash'
  1718. STRIP=''
  1719. VERSION='4.13'
  1720. ac_ct_AR=''
  1721. ac_ct_CC='gcc'
  1722. am__EXEEXT_FALSE=''
  1723. am__EXEEXT_TRUE=''
  1724. am__fastdepCC_FALSE='#'
  1725. am__fastdepCC_TRUE=''
  1726. am__include='include'
  1727. am__isrc=' -I$(srcdir)'
  1728. am__leading_dot='.'
  1729. am__nodep='_no'
  1730. am__quote=''
  1731. am__tar='$${TAR-tar} chof - "$$tardir"'
  1732. am__untar='$${TAR-tar} xf -'
  1733. ax_enable_builddir_sed='sed'
  1734. ax_pthread_config=''
  1735. bindir='${exec_prefix}/bin'
  1736. build='x86_64-unknown-linux-gnu'
  1737. build_alias=''
  1738. build_cpu='x86_64'
  1739. build_os='linux-gnu'
  1740. build_vendor='unknown'
  1741. check-code-coverage:
  1742. clean: code-coverage-clean
  1743. code-coverage-capture-hook:
  1744. code-coverage-capture: code-coverage-capture-hook
  1745. code-coverage-clean:
  1746. code_coverage_quiet = $(code_coverage_quiet_$(V))
  1747. code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
  1748. code_coverage_quiet_0 = --quiet
  1749. code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))
  1750. code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
  1751. code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
  1752. code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
  1753. code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
  1754. code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
  1755. code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
  1756. code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
  1757. code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
  1758. code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
  1759. datadir='${datarootdir}'
  1760. datarootdir='${prefix}/share'
  1761. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1762. dvidir='${docdir}'
  1763. else
  1764. else
  1765. endif
  1766. endif
  1767. endif
  1768. exec_prefix='NONE'
  1769. host='x86_64-unknown-linux-gnu'
  1770. host_alias=''
  1771. host_cpu='x86_64'
  1772. host_os='linux-gnu'
  1773. host_vendor='unknown'
  1774. htmldir='${docdir}'
  1775. ifGNUmake=''
  1776. ifeq ($(CODE_COVERAGE_ENABLED),yes)
  1777. ifeq ($(CODE_COVERAGE_ENABLED),yes)
  1778. ifeq ($(CODE_COVERAGE_ENABLED),yes)
  1779. includedir='${prefix}/include'
  1780. infodir='${datarootdir}/info'
  1781. install_sh='${SHELL} /home/kit/Downloads/i3-gaps/install-sh'
  1782. libdir='${exec_prefix}/lib'
  1783. libexecdir='${exec_prefix}/libexec'
  1784. localedir='${datarootdir}/locale'
  1785. localstatedir='${prefix}/var'
  1786. mandir='${datarootdir}/man'
  1787. mkdir_p='$(MKDIR_P)'
  1788. oldincludedir='/usr/include'
  1789. pdfdir='${docdir}'
  1790. prefix='/usr'
  1791. program_transform_name='s,x,x,'
  1792. psdir='${docdir}'
  1793. sbindir='${exec_prefix}/sbin'
  1794. sharedstatedir='${prefix}/com'
  1795. sysconfdir='/etc'
  1796. target='x86_64-unknown-linux-gnu'
  1797. target_alias=''
  1798. target_cpu='x86_64'
  1799. target_os='linux-gnu'
  1800. target_vendor='unknown'
  1801.  
  1802. ## ----------- ##
  1803. ## confdefs.h. ##
  1804. ## ----------- ##
  1805.  
  1806. /* confdefs.h */
  1807. #define PACKAGE_NAME "i3"
  1808. #define PACKAGE_TARNAME "i3"
  1809. #define PACKAGE_VERSION "4.13"
  1810. #define PACKAGE_STRING "i3 4.13"
  1811. #define PACKAGE_BUGREPORT "https://github.com/i3/i3/issues"
  1812. #define PACKAGE_URL ""
  1813. #define PACKAGE "i3"
  1814. #define VERSION "4.13"
  1815. #define I3_VERSION "4.13-18-g251dd46 (2016-11-12, branch \"gaps-next\")"
  1816. #define MAJOR_VERSION 4
  1817. #define MINOR_VERSION 13
  1818. #define PATCH_VERSION 0
  1819. #define SYSCONFDIR "/etc"
  1820. #define STDC_HEADERS 1
  1821. #define HAVE_SYS_TYPES_H 1
  1822. #define HAVE_SYS_STAT_H 1
  1823. #define HAVE_STDLIB_H 1
  1824. #define HAVE_STRING_H 1
  1825. #define HAVE_MEMORY_H 1
  1826. #define HAVE_STRINGS_H 1
  1827. #define HAVE_INTTYPES_H 1
  1828. #define HAVE_STDINT_H 1
  1829. #define HAVE_UNISTD_H 1
  1830. #define __EXTENSIONS__ 1
  1831. #define _ALL_SOURCE 1
  1832. #define _GNU_SOURCE 1
  1833. #define _POSIX_PTHREAD_SEMANTICS 1
  1834. #define _TANDEM_SOURCE 1
  1835. #define HAVE__BOOL 1
  1836. #define HAVE_MODE_T 1
  1837. #define HAVE_OFF_T 1
  1838. #define HAVE_PID_T 1
  1839. #define HAVE_SIZE_T 1
  1840. #define HAVE_SSIZE_T 1
  1841. #define HAVE_FORK 1
  1842. #define HAVE_VFORK 1
  1843. #define HAVE_WORKING_VFORK 1
  1844. #define HAVE_WORKING_FORK 1
  1845. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1846. #define HAVE_ATEXIT 1
  1847. #define HAVE_DUP2 1
  1848. #define HAVE_FTRUNCATE 1
  1849. #define HAVE_GETCWD 1
  1850. #define HAVE_GETTIMEOFDAY 1
  1851. #define HAVE_LOCALTIME_R 1
  1852. #define HAVE_MEMCHR 1
  1853. #define HAVE_MEMSET 1
  1854. #define HAVE_MKDIR 1
  1855. #define HAVE_RMDIR 1
  1856. #define HAVE_SETLOCALE 1
  1857. #define HAVE_SOCKET 1
  1858. #define HAVE_STRCASECMP 1
  1859. #define HAVE_STRCHR 1
  1860. #define HAVE_STRDUP 1
  1861. #define HAVE_STRERROR 1
  1862. #define HAVE_STRNCASECMP 1
  1863. #define HAVE_STRNDUP 1
  1864. #define HAVE_STRRCHR 1
  1865. #define HAVE_STRSPN 1
  1866. #define HAVE_STRSTR 1
  1867. #define HAVE_STRTOL 1
  1868. #define HAVE_STRTOUL 1
  1869. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1870. #define HAVE_PTHREAD 1
  1871.  
  1872. configure: exit 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement