Ticket #46848: config.log

File config.log, 68.7 KB (added by astyh83@…, 9 years ago)

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by libX11 configure 1.6.2, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-xmlto --without-fop --disable-specs
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = SatideMacBook-Air.local
14uname -m = x86_64
15uname -r = 13.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
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      = Mach kernel version:
26         Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 180 tasks, 841 threads, 4 processors
34Load average: 1.86, Mach factor: 2.13
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2635: checking build system type
52configure:2649: result: x86_64-apple-darwin13.4.0
53configure:2669: checking host system type
54configure:2682: result: x86_64-apple-darwin13.4.0
55configure:2756: checking for gcc
56configure:2783: result: /usr/bin/clang
57configure:3012: checking for C compiler version
58configure:3021: /usr/bin/clang --version >&5
59Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
60Target: x86_64-apple-darwin13.4.0
61Thread model: posix
62configure:3032: $? = 0
63configure:3021: /usr/bin/clang -v >&5
64Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
65Target: x86_64-apple-darwin13.4.0
66Thread model: posix
67configure:3032: $? = 0
68configure:3021: /usr/bin/clang -V >&5
69clang: error: argument to '-V' is missing (expected 1 value)
70clang: error: no input files
71configure:3032: $? = 1
72configure:3021: /usr/bin/clang -qversion >&5
73clang: error: unknown argument: '-qversion'
74clang: error: no input files
75configure:3032: $? = 1
76configure:3052: checking whether the C compiler works
77configure:3074: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
78configure:3078: $? = 0
79configure:3126: result: yes
80configure:3129: checking for C compiler default output file name
81configure:3131: result: a.out
82configure:3137: checking for suffix of executables
83configure:3144: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
84configure:3148: $? = 0
85configure:3170: result:
86configure:3192: checking whether we are cross compiling
87configure:3200: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
88configure:3204: $? = 0
89configure:3211: ./conftest
90configure:3215: $? = 0
91configure:3230: result: no
92configure:3235: checking for suffix of object files
93configure:3257: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
94configure:3261: $? = 0
95configure:3282: result: o
96configure:3286: checking whether we are using the GNU C compiler
97configure:3305: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
98configure:3305: $? = 0
99configure:3314: result: yes
100configure:3323: checking whether /usr/bin/clang accepts -g
101configure:3343: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
102configure:3343: $? = 0
103configure:3384: result: yes
104configure:3401: checking for /usr/bin/clang option to accept ISO C89
105configure:3465: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
106configure:3465: $? = 0
107configure:3478: result: none needed
108configure:3503: checking whether /usr/bin/clang understands -c and -o together
109configure:3525: /usr/bin/clang -c conftest.c -o conftest2.o
110configure:3528: $? = 0
111configure:3525: /usr/bin/clang -c conftest.c -o conftest2.o
112configure:3528: $? = 0
113configure:3540: result: yes
114configure:3563: checking how to run the C preprocessor
115configure:3594: /usr/bin/clang -E -I/opt/local/include conftest.c
116configure:3594: $? = 0
117configure:3608: /usr/bin/clang -E -I/opt/local/include conftest.c
118conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
119#include <ac_nonexistent.h>
120         ^
1211 error generated.
122configure:3608: $? = 1
123configure: failed program was:
124| /* confdefs.h */
125| #define PACKAGE_NAME "libX11"
126| #define PACKAGE_TARNAME "libX11"
127| #define PACKAGE_VERSION "1.6.2"
128| #define PACKAGE_STRING "libX11 1.6.2"
129| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
130| #define PACKAGE_URL ""
131| /* end confdefs.h.  */
132| #include <ac_nonexistent.h>
133configure:3633: result: /usr/bin/clang -E
134configure:3653: /usr/bin/clang -E -I/opt/local/include conftest.c
135configure:3653: $? = 0
136configure:3667: /usr/bin/clang -E -I/opt/local/include conftest.c
137conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
138#include <ac_nonexistent.h>
139         ^
1401 error generated.
141configure:3667: $? = 1
142configure: failed program was:
143| /* confdefs.h */
144| #define PACKAGE_NAME "libX11"
145| #define PACKAGE_TARNAME "libX11"
146| #define PACKAGE_VERSION "1.6.2"
147| #define PACKAGE_STRING "libX11 1.6.2"
148| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
149| #define PACKAGE_URL ""
150| /* end confdefs.h.  */
151| #include <ac_nonexistent.h>
152configure:3696: checking for grep that handles long lines and -e
153configure:3754: result: /usr/bin/grep
154configure:3759: checking for egrep
155configure:3821: result: /usr/bin/grep -E
156configure:3826: checking for ANSI C header files
157configure:3846: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
158configure:3846: $? = 0
159configure:3919: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
160configure:3919: $? = 0
161configure:3919: ./conftest
162configure:3919: $? = 0
163configure:3930: result: yes
164configure:3943: checking for sys/types.h
165configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
166configure:3943: $? = 0
167configure:3943: result: yes
168configure:3943: checking for sys/stat.h
169configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
170configure:3943: $? = 0
171configure:3943: result: yes
172configure:3943: checking for stdlib.h
173configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
174configure:3943: $? = 0
175configure:3943: result: yes
176configure:3943: checking for string.h
177configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
178configure:3943: $? = 0
179configure:3943: result: yes
180configure:3943: checking for memory.h
181configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
182configure:3943: $? = 0
183configure:3943: result: yes
184configure:3943: checking for strings.h
185configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
186configure:3943: $? = 0
187configure:3943: result: yes
188configure:3943: checking for inttypes.h
189configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
190configure:3943: $? = 0
191configure:3943: result: yes
192configure:3943: checking for stdint.h
193configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
194configure:3943: $? = 0
195configure:3943: result: yes
196configure:3943: checking for unistd.h
197configure:3943: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
198configure:3943: $? = 0
199configure:3943: result: yes
200configure:3956: checking minix/config.h usability
201configure:3956: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
202conftest.c:52:10: fatal error: 'minix/config.h' file not found
203#include <minix/config.h>
204         ^
2051 error generated.
206configure:3956: $? = 1
207configure: failed program was:
208| /* confdefs.h */
209| #define PACKAGE_NAME "libX11"
210| #define PACKAGE_TARNAME "libX11"
211| #define PACKAGE_VERSION "1.6.2"
212| #define PACKAGE_STRING "libX11 1.6.2"
213| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
214| #define PACKAGE_URL ""
215| #define STDC_HEADERS 1
216| #define HAVE_SYS_TYPES_H 1
217| #define HAVE_SYS_STAT_H 1
218| #define HAVE_STDLIB_H 1
219| #define HAVE_STRING_H 1
220| #define HAVE_MEMORY_H 1
221| #define HAVE_STRINGS_H 1
222| #define HAVE_INTTYPES_H 1
223| #define HAVE_STDINT_H 1
224| #define HAVE_UNISTD_H 1
225| /* end confdefs.h.  */
226| #include <stdio.h>
227| #ifdef HAVE_SYS_TYPES_H
228| # include <sys/types.h>
229| #endif
230| #ifdef HAVE_SYS_STAT_H
231| # include <sys/stat.h>
232| #endif
233| #ifdef STDC_HEADERS
234| # include <stdlib.h>
235| # include <stddef.h>
236| #else
237| # ifdef HAVE_STDLIB_H
238| #  include <stdlib.h>
239| # endif
240| #endif
241| #ifdef HAVE_STRING_H
242| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
243| #  include <memory.h>
244| # endif
245| # include <string.h>
246| #endif
247| #ifdef HAVE_STRINGS_H
248| # include <strings.h>
249| #endif
250| #ifdef HAVE_INTTYPES_H
251| # include <inttypes.h>
252| #endif
253| #ifdef HAVE_STDINT_H
254| # include <stdint.h>
255| #endif
256| #ifdef HAVE_UNISTD_H
257| # include <unistd.h>
258| #endif
259| #include <minix/config.h>
260configure:3956: result: no
261configure:3956: checking minix/config.h presence
262configure:3956: /usr/bin/clang -E -I/opt/local/include conftest.c
263conftest.c:19:10: fatal error: 'minix/config.h' file not found
264#include <minix/config.h>
265         ^
2661 error generated.
267configure:3956: $? = 1
268configure: failed program was:
269| /* confdefs.h */
270| #define PACKAGE_NAME "libX11"
271| #define PACKAGE_TARNAME "libX11"
272| #define PACKAGE_VERSION "1.6.2"
273| #define PACKAGE_STRING "libX11 1.6.2"
274| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
275| #define PACKAGE_URL ""
276| #define STDC_HEADERS 1
277| #define HAVE_SYS_TYPES_H 1
278| #define HAVE_SYS_STAT_H 1
279| #define HAVE_STDLIB_H 1
280| #define HAVE_STRING_H 1
281| #define HAVE_MEMORY_H 1
282| #define HAVE_STRINGS_H 1
283| #define HAVE_INTTYPES_H 1
284| #define HAVE_STDINT_H 1
285| #define HAVE_UNISTD_H 1
286| /* end confdefs.h.  */
287| #include <minix/config.h>
288configure:3956: result: no
289configure:3956: checking for minix/config.h
290configure:3956: result: no
291configure:3977: checking whether it is safe to define __EXTENSIONS__
292configure:3995: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
293configure:3995: $? = 0
294configure:4002: result: yes
295configure:4034: checking for a BSD-compatible install
296configure:4102: result: /usr/bin/install -c
297configure:4113: checking whether build environment is sane
298configure:4168: result: yes
299configure:4316: checking for a thread-safe mkdir -p
300configure:4355: result: ./install-sh -c -d
301configure:4362: checking for gawk
302configure:4392: result: no
303configure:4362: checking for mawk
304configure:4392: result: no
305configure:4362: checking for nawk
306configure:4392: result: no
307configure:4362: checking for awk
308configure:4378: found /usr/bin/awk
309configure:4389: result: awk
310configure:4400: checking whether make sets $(MAKE)
311configure:4422: result: yes
312configure:4452: checking for style of include used by make
313configure:4480: result: GNU
314configure:4514: checking whether make supports nested variables
315configure:4531: result: yes
316configure:4616: checking dependency style of /usr/bin/clang
317configure:4727: result: gcc3
318configure:4832: checking how to print strings
319configure:4859: result: printf
320configure:4880: checking for a sed that does not truncate output
321configure:4944: result: /usr/bin/sed
322configure:4962: checking for fgrep
323configure:5024: result: /usr/bin/grep -F
324configure:5059: checking for ld used by /usr/bin/clang
325configure:5126: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
326configure:5133: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
327configure:5148: result: no
328configure:5160: checking for BSD- or MS-compatible name lister (nm)
329configure:5209: result: /usr/bin/nm
330configure:5339: checking the name lister (/usr/bin/nm) interface
331configure:5346: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
332configure:5349: /usr/bin/nm "conftest.o"
333configure:5352: output
3340000000000000000 S _some_variable
335configure:5359: result: BSD nm
336configure:5362: checking whether ln -s works
337configure:5366: result: yes
338configure:5374: checking the maximum length of command line arguments
339configure:5504: result: 196608
340configure:5521: checking whether the shell understands some XSI constructs
341configure:5531: result: yes
342configure:5535: checking whether the shell understands "+="
343configure:5541: result: yes
344configure:5576: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
345configure:5616: result: func_convert_file_noop
346configure:5623: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
347configure:5643: result: func_convert_file_noop
348configure:5650: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
349configure:5657: result: -r
350configure:5731: checking for objdump
351configure:5761: result: no
352configure:5790: checking how to recognize dependent libraries
353configure:5992: result: pass_all
354configure:6077: checking for dlltool
355configure:6107: result: no
356configure:6137: checking how to associate runtime and link libraries
357configure:6164: result: printf %s\n
358configure:6224: checking for ar
359configure:6240: found /usr/bin/ar
360configure:6251: result: ar
361configure:6288: checking for archiver @FILE support
362configure:6305: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
363configure:6305: $? = 0
364configure:6308: ar cru libconftest.a @conftest.lst >&5
365ar: @conftest.lst: No such file or directory
366configure:6311: $? = 1
367configure:6331: result: no
368configure:6389: checking for strip
369configure:6405: found /usr/bin/strip
370configure:6416: result: strip
371configure:6488: checking for ranlib
372configure:6504: found /usr/bin/ranlib
373configure:6515: result: ranlib
374configure:6617: checking command to parse /usr/bin/nm output from /usr/bin/clang object
375configure:6737: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
376configure:6740: $? = 0
377configure:6744: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
378configure:6747: $? = 0
379cannot find nm_test_var in conftest.nm
380configure:6737: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
381configure:6740: $? = 0
382configure:6744: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
383configure:6747: $? = 0
384configure:6813: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
385configure:6816: $? = 0
386configure:6854: result: ok
387configure:6891: checking for sysroot
388configure:6921: result: no
389configure:7177: checking for mt
390configure:7207: result: no
391configure:7227: checking if : is a manifest tool
392configure:7233: : '-?'
393configure:7241: result: no
394configure:7297: checking for dsymutil
395configure:7313: found /usr/bin/dsymutil
396configure:7324: result: dsymutil
397configure:7389: checking for nmedit
398configure:7405: found /usr/bin/nmedit
399configure:7416: result: nmedit
400configure:7481: checking for lipo
401configure:7497: found /usr/bin/lipo
402configure:7508: result: lipo
403configure:7573: checking for otool
404configure:7589: found /usr/bin/otool
405configure:7600: result: otool
406configure:7665: checking for otool64
407configure:7695: result: no
408configure:7740: checking for -single_module linker flag
409/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
410configure:7773: result: yes
411configure:7776: checking for -exported_symbols_list linker flag
412configure:7796: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
413configure:7796: $? = 0
414configure:7806: result: yes
415configure:7809: checking for -force_load linker flag
416/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
417ar cru libconftest.a conftest.o
418ranlib libconftest.a
419/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
420configure:7841: result: yes
421configure:7880: checking for dlfcn.h
422configure:7880: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
423configure:7880: $? = 0
424configure:7880: result: yes
425configure:8086: checking for objdir
426configure:8101: result: .libs
427configure:8368: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
428configure:8386: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
429configure:8390: $? = 0
430configure:8403: result: yes
431configure:8730: checking for /usr/bin/clang option to produce PIC
432configure:8737: result: -fno-common -DPIC
433configure:8745: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
434configure:8763: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
435configure:8767: $? = 0
436configure:8780: result: yes
437configure:8809: checking if /usr/bin/clang static flag -static works
438configure:8837: result: no
439configure:8852: checking if /usr/bin/clang supports -c -o file.o
440configure:8873: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
441configure:8877: $? = 0
442configure:8899: result: yes
443configure:8907: checking if /usr/bin/clang supports -c -o file.o
444configure:8954: result: yes
445configure:8987: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
446configure:10140: result: yes
447configure:10380: checking dynamic linker characteristics
448configure:11113: result: darwin13.4.0 dyld
449configure:11220: checking how to hardcode library paths into programs
450configure:11245: result: immediate
451configure:11785: checking whether stripping libraries is possible
452configure:11799: result: yes
453configure:11825: checking if libtool supports shared libraries
454configure:11827: result: yes
455configure:11830: checking whether to build shared libraries
456configure:11851: result: yes
457configure:11854: checking whether to build static libraries
458configure:11858: result: yes
459configure:11908: checking for /usr/bin/clang option to accept ISO C99
460configure:12057: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
461configure:12057: $? = 0
462configure:12070: result: none needed
463configure:12089: checking whether __clang__ is declared
464configure:12089: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
465configure:12089: $? = 0
466configure:12089: result: yes
467configure:12096: checking whether __INTEL_COMPILER is declared
468configure:12096: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
469conftest.c:68:10: error: use of undeclared identifier '__INTEL_COMPILER'
470  (void) __INTEL_COMPILER;
471         ^
4721 error generated.
473configure:12096: $? = 1
474configure: failed program was:
475| /* confdefs.h */
476| #define PACKAGE_NAME "libX11"
477| #define PACKAGE_TARNAME "libX11"
478| #define PACKAGE_VERSION "1.6.2"
479| #define PACKAGE_STRING "libX11 1.6.2"
480| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
481| #define PACKAGE_URL ""
482| #define STDC_HEADERS 1
483| #define HAVE_SYS_TYPES_H 1
484| #define HAVE_SYS_STAT_H 1
485| #define HAVE_STDLIB_H 1
486| #define HAVE_STRING_H 1
487| #define HAVE_MEMORY_H 1
488| #define HAVE_STRINGS_H 1
489| #define HAVE_INTTYPES_H 1
490| #define HAVE_STDINT_H 1
491| #define HAVE_UNISTD_H 1
492| #define __EXTENSIONS__ 1
493| #define _ALL_SOURCE 1
494| #define _GNU_SOURCE 1
495| #define _POSIX_PTHREAD_SEMANTICS 1
496| #define _TANDEM_SOURCE 1
497| #define PACKAGE "libX11"
498| #define VERSION "1.6.2"
499| #define HAVE_DLFCN_H 1
500| #define LT_OBJDIR ".libs/"
501| /* end confdefs.h.  */
502| #include <stdio.h>
503| #ifdef HAVE_SYS_TYPES_H
504| # include <sys/types.h>
505| #endif
506| #ifdef HAVE_SYS_STAT_H
507| # include <sys/stat.h>
508| #endif
509| #ifdef STDC_HEADERS
510| # include <stdlib.h>
511| # include <stddef.h>
512| #else
513| # ifdef HAVE_STDLIB_H
514| #  include <stdlib.h>
515| # endif
516| #endif
517| #ifdef HAVE_STRING_H
518| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
519| #  include <memory.h>
520| # endif
521| # include <string.h>
522| #endif
523| #ifdef HAVE_STRINGS_H
524| # include <strings.h>
525| #endif
526| #ifdef HAVE_INTTYPES_H
527| # include <inttypes.h>
528| #endif
529| #ifdef HAVE_STDINT_H
530| # include <stdint.h>
531| #endif
532| #ifdef HAVE_UNISTD_H
533| # include <unistd.h>
534| #endif
535| int
536| main ()
537| {
538| #ifndef __INTEL_COMPILER
539| #ifdef __cplusplus
540|   (void) __INTEL_COMPILER;
541| #else
542|   (void) __INTEL_COMPILER;
543| #endif
544| #endif
545|
546|   ;
547|   return 0;
548| }
549configure:12096: result: no
550configure:12103: checking whether __SUNPRO_C is declared
551configure:12103: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
552conftest.c:68:10: error: use of undeclared identifier '__SUNPRO_C'
553  (void) __SUNPRO_C;
554         ^
5551 error generated.
556configure:12103: $? = 1
557configure: failed program was:
558| /* confdefs.h */
559| #define PACKAGE_NAME "libX11"
560| #define PACKAGE_TARNAME "libX11"
561| #define PACKAGE_VERSION "1.6.2"
562| #define PACKAGE_STRING "libX11 1.6.2"
563| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
564| #define PACKAGE_URL ""
565| #define STDC_HEADERS 1
566| #define HAVE_SYS_TYPES_H 1
567| #define HAVE_SYS_STAT_H 1
568| #define HAVE_STDLIB_H 1
569| #define HAVE_STRING_H 1
570| #define HAVE_MEMORY_H 1
571| #define HAVE_STRINGS_H 1
572| #define HAVE_INTTYPES_H 1
573| #define HAVE_STDINT_H 1
574| #define HAVE_UNISTD_H 1
575| #define __EXTENSIONS__ 1
576| #define _ALL_SOURCE 1
577| #define _GNU_SOURCE 1
578| #define _POSIX_PTHREAD_SEMANTICS 1
579| #define _TANDEM_SOURCE 1
580| #define PACKAGE "libX11"
581| #define VERSION "1.6.2"
582| #define HAVE_DLFCN_H 1
583| #define LT_OBJDIR ".libs/"
584| /* end confdefs.h.  */
585| #include <stdio.h>
586| #ifdef HAVE_SYS_TYPES_H
587| # include <sys/types.h>
588| #endif
589| #ifdef HAVE_SYS_STAT_H
590| # include <sys/stat.h>
591| #endif
592| #ifdef STDC_HEADERS
593| # include <stdlib.h>
594| # include <stddef.h>
595| #else
596| # ifdef HAVE_STDLIB_H
597| #  include <stdlib.h>
598| # endif
599| #endif
600| #ifdef HAVE_STRING_H
601| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
602| #  include <memory.h>
603| # endif
604| # include <string.h>
605| #endif
606| #ifdef HAVE_STRINGS_H
607| # include <strings.h>
608| #endif
609| #ifdef HAVE_INTTYPES_H
610| # include <inttypes.h>
611| #endif
612| #ifdef HAVE_STDINT_H
613| # include <stdint.h>
614| #endif
615| #ifdef HAVE_UNISTD_H
616| # include <unistd.h>
617| #endif
618| int
619| main ()
620| {
621| #ifndef __SUNPRO_C
622| #ifdef __cplusplus
623|   (void) __SUNPRO_C;
624| #else
625|   (void) __SUNPRO_C;
626| #endif
627| #endif
628|
629|   ;
630|   return 0;
631| }
632configure:12103: result: no
633configure:12160: checking for pkg-config
634configure:12193: result: no
635configure:12268: checking if /usr/bin/clang supports -Werror=unknown-warning-option
636configure:12277: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -I/opt/local/include conftest.c >&5
637configure:12277: $? = 0
638configure:12284: result: yes
639configure:12295: checking if /usr/bin/clang supports -Werror=unused-command-line-argument
640configure:12304: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -I/opt/local/include conftest.c >&5
641configure:12304: $? = 0
642configure:12311: result: yes
643configure:12330: checking if /usr/bin/clang supports -Wall
644configure:12347: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wall -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
645configure:12347: $? = 0
646configure:12360: result: yes
647configure:12448: checking if /usr/bin/clang supports -Wpointer-arith
648configure:12465: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wpointer-arith -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
649configure:12465: $? = 0
650configure:12478: result: yes
651configure:12566: checking if /usr/bin/clang supports -Wmissing-declarations
652configure:12583: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-declarations -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
653configure:12583: $? = 0
654configure:12596: result: yes
655configure:12684: checking if /usr/bin/clang supports -Wformat=2
656configure:12701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wformat=2 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
657configure:12701: $? = 0
658configure:12714: result: yes
659configure:12853: checking if /usr/bin/clang supports -Wstrict-prototypes
660configure:12870: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
661configure:12870: $? = 0
662configure:12883: result: yes
663configure:12971: checking if /usr/bin/clang supports -Wmissing-prototypes
664configure:12988: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-prototypes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
665configure:12988: $? = 0
666configure:13001: result: yes
667configure:13089: checking if /usr/bin/clang supports -Wnested-externs
668configure:13106: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wnested-externs -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
669configure:13106: $? = 0
670configure:13119: result: yes
671configure:13207: checking if /usr/bin/clang supports -Wbad-function-cast
672configure:13224: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wbad-function-cast -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
673configure:13224: $? = 0
674configure:13237: result: yes
675configure:13325: checking if /usr/bin/clang supports -Wold-style-definition
676configure:13342: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wold-style-definition -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
677configure:13342: $? = 0
678configure:13355: result: yes
679configure:13443: checking if /usr/bin/clang supports -Wdeclaration-after-statement
680configure:13460: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wdeclaration-after-statement -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
681configure:13460: $? = 0
682configure:13473: result: yes
683configure:13565: checking if /usr/bin/clang supports -Wunused
684configure:13582: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wunused -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
685configure:13582: $? = 0
686configure:13595: result: yes
687configure:13683: checking if /usr/bin/clang supports -Wuninitialized
688configure:13700: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wuninitialized -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
689configure:13700: $? = 0
690configure:13713: result: yes
691configure:13801: checking if /usr/bin/clang supports -Wshadow
692configure:13818: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wshadow -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
693configure:13818: $? = 0
694configure:13831: result: yes
695configure:13919: checking if /usr/bin/clang supports -Wcast-qual
696configure:13936: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wcast-qual -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
697configure:13936: $? = 0
698configure:13949: result: yes
699configure:14037: checking if /usr/bin/clang supports -Wmissing-noreturn
700configure:14054: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-noreturn -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
701configure:14054: $? = 0
702configure:14067: result: yes
703configure:14155: checking if /usr/bin/clang supports -Wmissing-format-attribute
704configure:14172: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wmissing-format-attribute -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
705configure:14172: $? = 0
706configure:14185: result: yes
707configure:14273: checking if /usr/bin/clang supports -Wredundant-decls
708configure:14290: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wredundant-decls -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
709configure:14290: $? = 0
710configure:14303: result: yes
711configure:14403: checking if /usr/bin/clang supports -Werror=implicit
712configure:14420: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=implicit -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
713configure:14420: $? = 0
714configure:14433: result: yes
715configure:14570: checking if /usr/bin/clang supports -Werror=nonnull
716configure:14587: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=nonnull -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
717configure:14587: $? = 0
718configure:14600: result: yes
719configure:14688: checking if /usr/bin/clang supports -Werror=init-self
720configure:14705: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=init-self -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
721configure:14705: $? = 0
722configure:14718: result: yes
723configure:14806: checking if /usr/bin/clang supports -Werror=main
724configure:14823: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=main -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
725configure:14823: $? = 0
726configure:14836: result: yes
727configure:14924: checking if /usr/bin/clang supports -Werror=missing-braces
728configure:14941: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=missing-braces -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
729configure:14941: $? = 0
730configure:14954: result: yes
731configure:15042: checking if /usr/bin/clang supports -Werror=sequence-point
732configure:15059: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=sequence-point -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
733configure:15059: $? = 0
734configure:15072: result: yes
735configure:15160: checking if /usr/bin/clang supports -Werror=return-type
736configure:15177: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=return-type -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
737configure:15177: $? = 0
738configure:15190: result: yes
739configure:15327: checking if /usr/bin/clang supports -Werror=trigraphs
740configure:15344: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=trigraphs -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
741configure:15344: $? = 0
742configure:15357: result: yes
743configure:15445: checking if /usr/bin/clang supports -Werror=array-bounds
744configure:15462: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=array-bounds -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
745configure:15462: $? = 0
746configure:15475: result: yes
747configure:15563: checking if /usr/bin/clang supports -Werror=write-strings
748configure:15580: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=write-strings -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
749configure:15580: $? = 0
750configure:15593: result: yes
751configure:15681: checking if /usr/bin/clang supports -Werror=address
752configure:15698: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=address -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
753configure:15698: $? = 0
754configure:15711: result: yes
755configure:15799: checking if /usr/bin/clang supports -Werror=int-to-pointer-cast
756configure:15816: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=int-to-pointer-cast -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
757configure:15816: $? = 0
758configure:15829: result: yes
759configure:15966: checking if /usr/bin/clang supports -Werror=pointer-to-int-cast
760configure:15983: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=pointer-to-int-cast -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
761configure:15983: $? = 0
762configure:15996: result: yes
763configure:17654: checking if /usr/bin/clang supports -pedantic
764configure:17671: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -pedantic -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
765configure:17671: $? = 0
766configure:17684: result: yes
767configure:17772: checking if /usr/bin/clang supports -Werror
768configure:17789: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
769configure:17789: $? = 0
770configure:17802: result: yes
771configure:17942: checking if /usr/bin/clang supports -Werror=attributes
772configure:17959: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=attributes -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
773configure:17959: $? = 0
774configure:17972: result: yes
775configure:18132: checking whether make supports nested variables
776configure:18149: result: yes
777configure:18179: checking whether to build functional specifications
778configure:18181: result: no
779configure:18504: checking for xsltproc
780configure:18522: found /usr/bin/xsltproc
781configure:18534: result: /usr/bin/xsltproc
782configure:18614: checking for X.Org SGML entities >= 1.10
783configure:18637: result: no
784configure:18659: checking for cpp
785configure:18690: result: /usr/bin/cpp
786configure:18706: checking if /usr/bin/cpp requires -undef
787configure:18713: result: no
788configure:18731: checking if /usr/bin/cpp requires -traditional
789configure:18738: result: no
790configure:18770: checking for perl
791configure:18788: found /usr/bin/perl
792configure:18800: result: /usr/bin/perl
793configure:18930: checking for pkg-config
794configure:18963: result: no
795configure:19124: checking for pkg-config
796configure:19157: result: no
797configure:19204: checking return type of signal handlers
798configure:19222: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
799conftest.c:37:8: error: indirection requires pointer operand ('void' invalid)
800return *(signal (0, 0)) (0) == 1;
801       ^~~~~~~~~~~~~~~~~~~~
8021 error generated.
803configure:19222: $? = 1
804configure: failed program was:
805| /* confdefs.h */
806| #define PACKAGE_NAME "libX11"
807| #define PACKAGE_TARNAME "libX11"
808| #define PACKAGE_VERSION "1.6.2"
809| #define PACKAGE_STRING "libX11 1.6.2"
810| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
811| #define PACKAGE_URL ""
812| #define STDC_HEADERS 1
813| #define HAVE_SYS_TYPES_H 1
814| #define HAVE_SYS_STAT_H 1
815| #define HAVE_STDLIB_H 1
816| #define HAVE_STRING_H 1
817| #define HAVE_MEMORY_H 1
818| #define HAVE_STRINGS_H 1
819| #define HAVE_INTTYPES_H 1
820| #define HAVE_STDINT_H 1
821| #define HAVE_UNISTD_H 1
822| #define __EXTENSIONS__ 1
823| #define _ALL_SOURCE 1
824| #define _GNU_SOURCE 1
825| #define _POSIX_PTHREAD_SEMANTICS 1
826| #define _TANDEM_SOURCE 1
827| #define PACKAGE "libX11"
828| #define VERSION "1.6.2"
829| #define HAVE_DLFCN_H 1
830| #define LT_OBJDIR ".libs/"
831| #define PACKAGE_VERSION_MAJOR 1
832| #define PACKAGE_VERSION_MINOR 6
833| #define PACKAGE_VERSION_PATCHLEVEL 2
834| /* end confdefs.h.  */
835| #include <sys/types.h>
836| #include <signal.h>
837|
838| int
839| main ()
840| {
841| return *(signal (0, 0)) (0) == 1;
842|   ;
843|   return 0;
844| }
845configure:19229: result: void
846configure:19251: checking if Xtrans should support UNIX socket connections
847configure:19258: result: yes
848configure:19267: checking if Xtrans should support TCP socket connections
849configure:19269: result: yes
850configure:19277: checking for library containing socket
851configure:19308: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
852configure:19308: $? = 0
853configure:19325: result: none required
854configure:19333: checking for library containing gethostbyname
855configure:19364: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
856configure:19364: $? = 0
857configure:19381: result: none required
858configure:19437: checking for getaddrinfo
859configure:19437: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
860configure:19437: $? = 0
861configure:19437: result: yes
862configure:19446: checking if IPv6 support should be built
863configure:19453: result: yes
864configure:19457: checking for struct sockaddr_in.sin_len
865configure:19457: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
866configure:19457: $? = 0
867configure:19457: result: yes
868configure:19471: checking for socklen_t
869configure:19471: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
870configure:19471: $? = 0
871configure:19471: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
872conftest.c:75:24: error: expected expression
873if (sizeof ((socklen_t)))
874                       ^
8751 error generated.
876configure:19471: $? = 1
877configure: failed program was:
878| /* confdefs.h */
879| #define PACKAGE_NAME "libX11"
880| #define PACKAGE_TARNAME "libX11"
881| #define PACKAGE_VERSION "1.6.2"
882| #define PACKAGE_STRING "libX11 1.6.2"
883| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
884| #define PACKAGE_URL ""
885| #define STDC_HEADERS 1
886| #define HAVE_SYS_TYPES_H 1
887| #define HAVE_SYS_STAT_H 1
888| #define HAVE_STDLIB_H 1
889| #define HAVE_STRING_H 1
890| #define HAVE_MEMORY_H 1
891| #define HAVE_STRINGS_H 1
892| #define HAVE_INTTYPES_H 1
893| #define HAVE_STDINT_H 1
894| #define HAVE_UNISTD_H 1
895| #define __EXTENSIONS__ 1
896| #define _ALL_SOURCE 1
897| #define _GNU_SOURCE 1
898| #define _POSIX_PTHREAD_SEMANTICS 1
899| #define _TANDEM_SOURCE 1
900| #define PACKAGE "libX11"
901| #define VERSION "1.6.2"
902| #define HAVE_DLFCN_H 1
903| #define LT_OBJDIR ".libs/"
904| #define PACKAGE_VERSION_MAJOR 1
905| #define PACKAGE_VERSION_MINOR 6
906| #define PACKAGE_VERSION_PATCHLEVEL 2
907| #define RETSIGTYPE void
908| #define UNIXCONN 1
909| #define TCPCONN 1
910| #define IPv6 1
911| #define BSD44SOCKETS 1
912| /* end confdefs.h.  */
913|
914| #include <stdio.h>
915| #ifdef HAVE_SYS_TYPES_H
916| # include <sys/types.h>
917| #endif
918| #ifdef HAVE_SYS_STAT_H
919| # include <sys/stat.h>
920| #endif
921| #ifdef STDC_HEADERS
922| # include <stdlib.h>
923| # include <stddef.h>
924| #else
925| # ifdef HAVE_STDLIB_H
926| #  include <stdlib.h>
927| # endif
928| #endif
929| #ifdef HAVE_STRING_H
930| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
931| #  include <memory.h>
932| # endif
933| # include <string.h>
934| #endif
935| #ifdef HAVE_STRINGS_H
936| # include <strings.h>
937| #endif
938| #ifdef HAVE_INTTYPES_H
939| # include <inttypes.h>
940| #endif
941| #ifdef HAVE_STDINT_H
942| # include <stdint.h>
943| #endif
944| #ifdef HAVE_UNISTD_H
945| # include <unistd.h>
946| #endif
947| #include <sys/socket.h>
948|
949| int
950| main ()
951| {
952| if (sizeof ((socklen_t)))
953|           return 0;
954|   ;
955|   return 0;
956| }
957configure:19471: result: yes
958configure:19498: checking if Xtrans should support os-specific local connections
959configure:19500: result: no
960configure:19525: checking for authdes_seccreate
961configure:19525: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
962Undefined symbols for architecture x86_64:
963  "_authdes_seccreate", referenced from:
964      _main in conftest-8cb00e.o
965ld: symbol(s) not found for architecture x86_64
966clang: error: linker command failed with exit code 1 (use -v to see invocation)
967configure:19525: $? = 1
968configure: failed program was:
969| /* confdefs.h */
970| #define PACKAGE_NAME "libX11"
971| #define PACKAGE_TARNAME "libX11"
972| #define PACKAGE_VERSION "1.6.2"
973| #define PACKAGE_STRING "libX11 1.6.2"
974| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
975| #define PACKAGE_URL ""
976| #define STDC_HEADERS 1
977| #define HAVE_SYS_TYPES_H 1
978| #define HAVE_SYS_STAT_H 1
979| #define HAVE_STDLIB_H 1
980| #define HAVE_STRING_H 1
981| #define HAVE_MEMORY_H 1
982| #define HAVE_STRINGS_H 1
983| #define HAVE_INTTYPES_H 1
984| #define HAVE_STDINT_H 1
985| #define HAVE_UNISTD_H 1
986| #define __EXTENSIONS__ 1
987| #define _ALL_SOURCE 1
988| #define _GNU_SOURCE 1
989| #define _POSIX_PTHREAD_SEMANTICS 1
990| #define _TANDEM_SOURCE 1
991| #define PACKAGE "libX11"
992| #define VERSION "1.6.2"
993| #define HAVE_DLFCN_H 1
994| #define LT_OBJDIR ".libs/"
995| #define PACKAGE_VERSION_MAJOR 1
996| #define PACKAGE_VERSION_MINOR 6
997| #define PACKAGE_VERSION_PATCHLEVEL 2
998| #define RETSIGTYPE void
999| #define UNIXCONN 1
1000| #define TCPCONN 1
1001| #define IPv6 1
1002| #define BSD44SOCKETS 1
1003| #define HAVE_SOCKLEN_T 1
1004| /* end confdefs.h.  */
1005| /* Define authdes_seccreate to an innocuous variant, in case <limits.h> declares authdes_seccreate.
1006|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1007| #define authdes_seccreate innocuous_authdes_seccreate
1008|
1009| /* System header to define __stub macros and hopefully few prototypes,
1010|     which can conflict with char authdes_seccreate (); below.
1011|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1012|     <limits.h> exists even on freestanding compilers.  */
1013|
1014| #ifdef __STDC__
1015| # include <limits.h>
1016| #else
1017| # include <assert.h>
1018| #endif
1019|
1020| #undef authdes_seccreate
1021|
1022| /* Override any GCC internal prototype to avoid an error.
1023|    Use char because int might match the return type of a GCC
1024|    builtin and then its argument prototype would still apply.  */
1025| #ifdef __cplusplus
1026| extern "C"
1027| #endif
1028| char authdes_seccreate ();
1029| /* The GNU C library defines this for functions which it implements
1030|     to always fail with ENOSYS.  Some functions are actually named
1031|     something starting with __ and the normal name is an alias.  */
1032| #if defined __stub_authdes_seccreate || defined __stub___authdes_seccreate
1033| choke me
1034| #endif
1035|
1036| int
1037| main ()
1038| {
1039| return authdes_seccreate ();
1040|   ;
1041|   return 0;
1042| }
1043configure:19525: result: no
1044configure:19525: checking for authdes_create
1045configure:19525: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1046Undefined symbols for architecture x86_64:
1047  "_authdes_create", referenced from:
1048      _main in conftest-28005e.o
1049ld: symbol(s) not found for architecture x86_64
1050clang: error: linker command failed with exit code 1 (use -v to see invocation)
1051configure:19525: $? = 1
1052configure: failed program was:
1053| /* confdefs.h */
1054| #define PACKAGE_NAME "libX11"
1055| #define PACKAGE_TARNAME "libX11"
1056| #define PACKAGE_VERSION "1.6.2"
1057| #define PACKAGE_STRING "libX11 1.6.2"
1058| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1059| #define PACKAGE_URL ""
1060| #define STDC_HEADERS 1
1061| #define HAVE_SYS_TYPES_H 1
1062| #define HAVE_SYS_STAT_H 1
1063| #define HAVE_STDLIB_H 1
1064| #define HAVE_STRING_H 1
1065| #define HAVE_MEMORY_H 1
1066| #define HAVE_STRINGS_H 1
1067| #define HAVE_INTTYPES_H 1
1068| #define HAVE_STDINT_H 1
1069| #define HAVE_UNISTD_H 1
1070| #define __EXTENSIONS__ 1
1071| #define _ALL_SOURCE 1
1072| #define _GNU_SOURCE 1
1073| #define _POSIX_PTHREAD_SEMANTICS 1
1074| #define _TANDEM_SOURCE 1
1075| #define PACKAGE "libX11"
1076| #define VERSION "1.6.2"
1077| #define HAVE_DLFCN_H 1
1078| #define LT_OBJDIR ".libs/"
1079| #define PACKAGE_VERSION_MAJOR 1
1080| #define PACKAGE_VERSION_MINOR 6
1081| #define PACKAGE_VERSION_PATCHLEVEL 2
1082| #define RETSIGTYPE void
1083| #define UNIXCONN 1
1084| #define TCPCONN 1
1085| #define IPv6 1
1086| #define BSD44SOCKETS 1
1087| #define HAVE_SOCKLEN_T 1
1088| /* end confdefs.h.  */
1089| /* Define authdes_create to an innocuous variant, in case <limits.h> declares authdes_create.
1090|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1091| #define authdes_create innocuous_authdes_create
1092|
1093| /* System header to define __stub macros and hopefully few prototypes,
1094|     which can conflict with char authdes_create (); below.
1095|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1096|     <limits.h> exists even on freestanding compilers.  */
1097|
1098| #ifdef __STDC__
1099| # include <limits.h>
1100| #else
1101| # include <assert.h>
1102| #endif
1103|
1104| #undef authdes_create
1105|
1106| /* Override any GCC internal prototype to avoid an error.
1107|    Use char because int might match the return type of a GCC
1108|    builtin and then its argument prototype would still apply.  */
1109| #ifdef __cplusplus
1110| extern "C"
1111| #endif
1112| char authdes_create ();
1113| /* The GNU C library defines this for functions which it implements
1114|     to always fail with ENOSYS.  Some functions are actually named
1115|     something starting with __ and the normal name is an alias.  */
1116| #if defined __stub_authdes_create || defined __stub___authdes_create
1117| choke me
1118| #endif
1119|
1120| int
1121| main ()
1122| {
1123| return authdes_create ();
1124|   ;
1125|   return 0;
1126| }
1127configure:19525: result: no
1128configure:19599: checking if Secure RPC authentication ("SUN-DES-1") should be supported
1129configure:19606: result: no
1130configure:19611: checking what order to try transports in for local connections
1131configure:19688: result: UNIX_TRANS,TCP_TRANS
1132configure:19692: checking if run-time linking is supported
1133configure:19694: checking for library containing dlopen
1134configure:19725: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1135configure:19725: $? = 0
1136configure:19742: result: none required
1137configure:19830: checking for dlfcn.h
1138configure:19830: result: yes
1139configure:19846: result: yes
1140configure:19849: checking if loadable i18n module support should be enabled
1141configure:19868: result: no
1142configure:19880: checking if loadable Xcursor library support should be enabled
1143configure:19894: result: yes
1144configure:19900: checking sys/select.h usability
1145configure:19900: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1146configure:19900: $? = 0
1147configure:19900: result: yes
1148configure:19900: checking sys/select.h presence
1149configure:19900: /usr/bin/clang -E -I/opt/local/include conftest.c
1150configure:19900: $? = 0
1151configure:19900: result: yes
1152configure:19900: checking for sys/select.h
1153configure:19900: result: yes
1154configure:19917: checking for strtol
1155configure:19917: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1156configure:19917: $? = 0
1157configure:19917: result: yes
1158configure:19917: checking for seteuid
1159configure:19917: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1160configure:19917: $? = 0
1161configure:19917: result: yes
1162configure:19928: checking whether issetugid is declared
1163configure:19928: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1164configure:19928: $? = 0
1165configure:19928: result: yes
1166configure:19933: checking for issetugid
1167configure:19933: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1168configure:19933: $? = 0
1169configure:19933: result: yes
1170configure:19944: checking for getresuid
1171configure:19944: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1172Undefined symbols for architecture x86_64:
1173  "_getresuid", referenced from:
1174      _main in conftest-4b4c37.o
1175ld: symbol(s) not found for architecture x86_64
1176clang: error: linker command failed with exit code 1 (use -v to see invocation)
1177configure:19944: $? = 1
1178configure: failed program was:
1179| /* confdefs.h */
1180| #define PACKAGE_NAME "libX11"
1181| #define PACKAGE_TARNAME "libX11"
1182| #define PACKAGE_VERSION "1.6.2"
1183| #define PACKAGE_STRING "libX11 1.6.2"
1184| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1185| #define PACKAGE_URL ""
1186| #define STDC_HEADERS 1
1187| #define HAVE_SYS_TYPES_H 1
1188| #define HAVE_SYS_STAT_H 1
1189| #define HAVE_STDLIB_H 1
1190| #define HAVE_STRING_H 1
1191| #define HAVE_MEMORY_H 1
1192| #define HAVE_STRINGS_H 1
1193| #define HAVE_INTTYPES_H 1
1194| #define HAVE_STDINT_H 1
1195| #define HAVE_UNISTD_H 1
1196| #define __EXTENSIONS__ 1
1197| #define _ALL_SOURCE 1
1198| #define _GNU_SOURCE 1
1199| #define _POSIX_PTHREAD_SEMANTICS 1
1200| #define _TANDEM_SOURCE 1
1201| #define PACKAGE "libX11"
1202| #define VERSION "1.6.2"
1203| #define HAVE_DLFCN_H 1
1204| #define LT_OBJDIR ".libs/"
1205| #define PACKAGE_VERSION_MAJOR 1
1206| #define PACKAGE_VERSION_MINOR 6
1207| #define PACKAGE_VERSION_PATCHLEVEL 2
1208| #define RETSIGTYPE void
1209| #define UNIXCONN 1
1210| #define TCPCONN 1
1211| #define IPv6 1
1212| #define BSD44SOCKETS 1
1213| #define HAVE_SOCKLEN_T 1
1214| #define LOCAL_TRANSPORT_LIST UNIX_TRANS,TCP_TRANS
1215| #define HAVE_DLOPEN 1
1216| #define HAVE_DLFCN_H 1
1217| #define USE_DYNAMIC_XCURSOR 1
1218| #define HAVE_SYS_SELECT_H 1
1219| #define HAVE_STRTOL 1
1220| #define HAVE_SETEUID 1
1221| #define HASSETUGID 1
1222| /* end confdefs.h.  */
1223| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
1224|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1225| #define getresuid innocuous_getresuid
1226|
1227| /* System header to define __stub macros and hopefully few prototypes,
1228|     which can conflict with char getresuid (); below.
1229|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1230|     <limits.h> exists even on freestanding compilers.  */
1231|
1232| #ifdef __STDC__
1233| # include <limits.h>
1234| #else
1235| # include <assert.h>
1236| #endif
1237|
1238| #undef getresuid
1239|
1240| /* Override any GCC internal prototype to avoid an error.
1241|    Use char because int might match the return type of a GCC
1242|    builtin and then its argument prototype would still apply.  */
1243| #ifdef __cplusplus
1244| extern "C"
1245| #endif
1246| char getresuid ();
1247| /* The GNU C library defines this for functions which it implements
1248|     to always fail with ENOSYS.  Some functions are actually named
1249|     something starting with __ and the normal name is an alias.  */
1250| #if defined __stub_getresuid || defined __stub___getresuid
1251| choke me
1252| #endif
1253|
1254| int
1255| main ()
1256| {
1257| return getresuid ();
1258|   ;
1259|   return 0;
1260| }
1261configure:19944: result: no
1262configure:19953: checking for shmat
1263configure:19953: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1264configure:19953: $? = 0
1265configure:19953: result: yes
1266configure:19993: checking for launchd
1267configure:20009: found /sbin/launchd
1268configure:20021: result: yes
1269configure:20048: checking for getpwuid_r in -lc
1270configure:20073: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lc   >&5
1271configure:20073: $? = 0
1272configure:20082: result: yes
1273configure:20107: checking for pthread_self in -lc
1274configure:20132: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lc   >&5
1275configure:20132: $? = 0
1276configure:20141: result: yes
1277configure:20178: checking for poll
1278configure:20178: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1279configure:20178: $? = 0
1280configure:20178: result: yes
1281configure:20189: checking keysym definitions
1282configure:20201: error: /X11 doesn't exist or isn't a directory
1283
1284## ---------------- ##
1285## Cache variables. ##
1286## ---------------- ##
1287
1288ac_cv_build=x86_64-apple-darwin13.4.0
1289ac_cv_c_compiler_gnu=yes
1290ac_cv_env_BIGFONT_CFLAGS_set=
1291ac_cv_env_BIGFONT_CFLAGS_value=
1292ac_cv_env_BIGFONT_LIBS_set=
1293ac_cv_env_BIGFONT_LIBS_value=
1294ac_cv_env_CC_set=set
1295ac_cv_env_CC_value=/usr/bin/clang
1296ac_cv_env_CFLAGS_set=set
1297ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
1298ac_cv_env_CPPFLAGS_set=set
1299ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1300ac_cv_env_CPP_set=
1301ac_cv_env_CPP_value=
1302ac_cv_env_FOP_set=
1303ac_cv_env_FOP_value=
1304ac_cv_env_LDFLAGS_set=set
1305ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1306ac_cv_env_LIBS_set=
1307ac_cv_env_LIBS_value=
1308ac_cv_env_LINT_FLAGS_set=
1309ac_cv_env_LINT_FLAGS_value=
1310ac_cv_env_LINT_set=
1311ac_cv_env_LINT_value=
1312ac_cv_env_PERL_set=
1313ac_cv_env_PERL_value=
1314ac_cv_env_PKG_CONFIG_set=
1315ac_cv_env_PKG_CONFIG_value=
1316ac_cv_env_X11_CFLAGS_set=
1317ac_cv_env_X11_CFLAGS_value=
1318ac_cv_env_X11_LIBS_set=
1319ac_cv_env_X11_LIBS_value=
1320ac_cv_env_XMLTO_set=
1321ac_cv_env_XMLTO_value=
1322ac_cv_env_XSLTPROC_set=
1323ac_cv_env_XSLTPROC_value=
1324ac_cv_env_build_alias_set=
1325ac_cv_env_build_alias_value=
1326ac_cv_env_host_alias_set=
1327ac_cv_env_host_alias_value=
1328ac_cv_env_target_alias_set=
1329ac_cv_env_target_alias_value=
1330ac_cv_func_authdes_create=no
1331ac_cv_func_authdes_seccreate=no
1332ac_cv_func_getaddrinfo=yes
1333ac_cv_func_getresuid=no
1334ac_cv_func_issetugid=yes
1335ac_cv_func_poll=yes
1336ac_cv_func_seteuid=yes
1337ac_cv_func_shmat=yes
1338ac_cv_func_strtol=yes
1339ac_cv_have_decl___INTEL_COMPILER=no
1340ac_cv_have_decl___SUNPRO_C=no
1341ac_cv_have_decl___clang__=yes
1342ac_cv_have_decl_issetugid=yes
1343ac_cv_header_dlfcn_h=yes
1344ac_cv_header_inttypes_h=yes
1345ac_cv_header_memory_h=yes
1346ac_cv_header_minix_config_h=no
1347ac_cv_header_stdc=yes
1348ac_cv_header_stdint_h=yes
1349ac_cv_header_stdlib_h=yes
1350ac_cv_header_string_h=yes
1351ac_cv_header_strings_h=yes
1352ac_cv_header_sys_select_h=yes
1353ac_cv_header_sys_stat_h=yes
1354ac_cv_header_sys_types_h=yes
1355ac_cv_header_unistd_h=yes
1356ac_cv_host=x86_64-apple-darwin13.4.0
1357ac_cv_lib_c_getpwuid_r=yes
1358ac_cv_lib_c_pthread_self=yes
1359ac_cv_member_struct_sockaddr_in_sin_len=yes
1360ac_cv_objext=o
1361ac_cv_path_EGREP='/usr/bin/grep -E'
1362ac_cv_path_FGREP='/usr/bin/grep -F'
1363ac_cv_path_GREP=/usr/bin/grep
1364ac_cv_path_PERL=/usr/bin/perl
1365ac_cv_path_RAWCPP=/usr/bin/cpp
1366ac_cv_path_SED=/usr/bin/sed
1367ac_cv_path_XSLTPROC=/usr/bin/xsltproc
1368ac_cv_prog_AWK=awk
1369ac_cv_prog_CPP='/usr/bin/clang -E'
1370ac_cv_prog_LAUNCHD=yes
1371ac_cv_prog_ac_ct_AR=ar
1372ac_cv_prog_ac_ct_CC=/usr/bin/clang
1373ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1374ac_cv_prog_ac_ct_LIPO=lipo
1375ac_cv_prog_ac_ct_NMEDIT=nmedit
1376ac_cv_prog_ac_ct_OTOOL=otool
1377ac_cv_prog_ac_ct_RANLIB=ranlib
1378ac_cv_prog_ac_ct_STRIP=strip
1379ac_cv_prog_cc_c89=
1380ac_cv_prog_cc_c99=
1381ac_cv_prog_cc_g=yes
1382ac_cv_prog_make_make_set=yes
1383ac_cv_safe_to_define___extensions__=yes
1384ac_cv_search_dlopen='none required'
1385ac_cv_search_gethostbyname='none required'
1386ac_cv_search_socket='none required'
1387ac_cv_type_signal=void
1388ac_cv_type_socklen_t=yes
1389am_cv_CC_dependencies_compiler_type=gcc3
1390am_cv_make_support_nested_variables=yes
1391am_cv_prog_cc_c_o=yes
1392lt_cv_apple_cc_single_mod=yes
1393lt_cv_ar_at_file=no
1394lt_cv_deplibs_check_method=pass_all
1395lt_cv_file_magic_cmd='$MAGIC_CMD'
1396lt_cv_file_magic_test_file=
1397lt_cv_ld_exported_symbols_list=yes
1398lt_cv_ld_force_load=yes
1399lt_cv_ld_reload_flag=-r
1400lt_cv_nm_interface='BSD nm'
1401lt_cv_objdir=.libs
1402lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1403lt_cv_path_NM=/usr/bin/nm
1404lt_cv_path_mainfest_tool=no
1405lt_cv_prog_compiler_c_o=yes
1406lt_cv_prog_compiler_pic='-fno-common -DPIC'
1407lt_cv_prog_compiler_pic_works=yes
1408lt_cv_prog_compiler_rtti_exceptions=yes
1409lt_cv_prog_compiler_static_works=no
1410lt_cv_prog_gnu_ld=no
1411lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1412lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1413lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1414lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1415lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1416lt_cv_sys_max_cmd_len=196608
1417lt_cv_to_host_file_cmd=func_convert_file_noop
1418lt_cv_to_tool_file_cmd=func_convert_file_noop
1419xorg_cv_cc_flag__Wall=yes
1420xorg_cv_cc_flag__Wbad_function_cast=yes
1421xorg_cv_cc_flag__Wcast_qual=yes
1422xorg_cv_cc_flag__Wdeclaration_after_statement=yes
1423xorg_cv_cc_flag__Werror=yes
1424xorg_cv_cc_flag__Werror_address=yes
1425xorg_cv_cc_flag__Werror_array_bounds=yes
1426xorg_cv_cc_flag__Werror_attributes=yes
1427xorg_cv_cc_flag__Werror_implicit=yes
1428xorg_cv_cc_flag__Werror_init_self=yes
1429xorg_cv_cc_flag__Werror_int_to_pointer_cast=yes
1430xorg_cv_cc_flag__Werror_main=yes
1431xorg_cv_cc_flag__Werror_missing_braces=yes
1432xorg_cv_cc_flag__Werror_nonnull=yes
1433xorg_cv_cc_flag__Werror_pointer_to_int_cast=yes
1434xorg_cv_cc_flag__Werror_return_type=yes
1435xorg_cv_cc_flag__Werror_sequence_point=yes
1436xorg_cv_cc_flag__Werror_trigraphs=yes
1437xorg_cv_cc_flag__Werror_write_strings=yes
1438xorg_cv_cc_flag__Wformat_2=yes
1439xorg_cv_cc_flag__Wmissing_declarations=yes
1440xorg_cv_cc_flag__Wmissing_format_attribute=yes
1441xorg_cv_cc_flag__Wmissing_noreturn=yes
1442xorg_cv_cc_flag__Wmissing_prototypes=yes
1443xorg_cv_cc_flag__Wnested_externs=yes
1444xorg_cv_cc_flag__Wold_style_definition=yes
1445xorg_cv_cc_flag__Wpointer_arith=yes
1446xorg_cv_cc_flag__Wredundant_decls=yes
1447xorg_cv_cc_flag__Wshadow=yes
1448xorg_cv_cc_flag__Wstrict_prototypes=yes
1449xorg_cv_cc_flag__Wuninitialized=yes
1450xorg_cv_cc_flag__Wunused=yes
1451xorg_cv_cc_flag__pedantic=yes
1452xorg_cv_cc_flag_unknown_warning_option=yes
1453xorg_cv_cc_flag_unused_command_line_argument=yes
1454
1455## ----------------- ##
1456## Output variables. ##
1457## ----------------- ##
1458
1459ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing aclocal-1.14'
1460ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
1461ADMIN_MAN_SUFFIX='8'
1462AMDEPBACKSLASH='\'
1463AMDEP_FALSE='#'
1464AMDEP_TRUE=''
1465AMTAR='$${TAR-tar}'
1466AM_BACKSLASH='\'
1467AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1468AM_DEFAULT_VERBOSITY='0'
1469AM_V='$(V)'
1470APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
1471APP_MAN_SUFFIX='1'
1472AR='ar'
1473AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing autoconf'
1474AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing autoheader'
1475AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing automake-1.14'
1476AWK='awk'
1477BASE_CFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast'
1478BIGFONT_CFLAGS=''
1479BIGFONT_LIBS=''
1480CC='/usr/bin/clang'
1481CCDEPMODE='depmode=gcc3'
1482CC_FOR_BUILD='/usr/bin/clang'
1483CFLAGS='-pipe -Os -arch x86_64'
1484CFLAGS_FOR_BUILD='-pipe -Os -arch x86_64'
1485CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)'
1486CPP='/usr/bin/clang -E'
1487CPPFLAGS='-I/opt/local/include'
1488CPPFLAGS_FOR_BUILD='-I/opt/local/include'
1489CWARNFLAGS=' -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing'
1490CYGPATH_W='echo'
1491DEFS=''
1492DEPDIR='.deps'
1493DLLTOOL='false'
1494DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
1495DRIVER_MAN_SUFFIX='4'
1496DSYMUTIL='dsymutil'
1497DUMPBIN=''
1498ECHO_C='\c'
1499ECHO_N=''
1500ECHO_T=''
1501EGREP='/usr/bin/grep -E'
1502ENABLE_SPECS_FALSE=''
1503ENABLE_SPECS_TRUE='#'
1504EXEEXT=''
1505FGREP='/usr/bin/grep -F'
1506FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
1507FILE_MAN_SUFFIX='5'
1508FOP=''
1509GREP='/usr/bin/grep'
1510HAVE_FOP_FALSE=''
1511HAVE_FOP_TRUE='#'
1512HAVE_PERL_FALSE='#'
1513HAVE_PERL_TRUE=''
1514HAVE_STYLESHEETS_FALSE=''
1515HAVE_STYLESHEETS_TRUE='#'
1516HAVE_XMLTO_FALSE=''
1517HAVE_XMLTO_TEXT_FALSE=''
1518HAVE_XMLTO_TEXT_TRUE='#'
1519HAVE_XMLTO_TRUE='#'
1520HAVE_XSLTPROC_FALSE='#'
1521HAVE_XSLTPROC_TRUE=''
1522I18N_MODULE_LIBS=''
1523INSTALL_CMD='(cp -f /INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)'
1524INSTALL_DATA='${INSTALL} -m 644'
1525INSTALL_PROGRAM='${INSTALL}'
1526INSTALL_SCRIPT='${INSTALL}'
1527INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1528KEYSYMDEFS=''
1529LAUNCHD='yes'
1530LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1531LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1532LDFLAGS_FOR_BUILD='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1533LIBOBJS=''
1534LIBS=''
1535LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1536LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
1537LIB_MAN_SUFFIX='3'
1538LINT=''
1539LINTLIB=''
1540LINT_FALSE=''
1541LINT_FLAGS=''
1542LINT_TRUE=''
1543LIPO='lipo'
1544LN_S='ln -s'
1545LTLIBOBJS=''
1546MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/missing makeinfo'
1547MAKE_LINT_LIB_FALSE=''
1548MAKE_LINT_LIB_TRUE=''
1549MALLOC_ZERO_CFLAGS=''
1550MANIFEST_TOOL=':'
1551MAN_SUBSTS='    -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\''  -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\''    -e '\''s|__xservername__|Xorg|g'\''     -e '\''s|__xconfigfile__|xorg.conf|g'\''        -e '\''s|__projectroot__|$(prefix)|g'\''        -e '\''s|__apploaddir__|$(appdefaultdir)|g'\''  -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\''       -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\''         -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\''   -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\''       -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\''     -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\'''
1552MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
1553MISC_MAN_SUFFIX='7'
1554MKDIR_P='./install-sh -c -d'
1555NM='/usr/bin/nm'
1556NMEDIT='nmedit'
1557OBJDUMP='false'
1558OBJEXT='o'
1559OS2_FALSE=''
1560OS2_TRUE='#'
1561OTOOL64=':'
1562OTOOL='otool'
1563PACKAGE='libX11'
1564PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
1565PACKAGE_NAME='libX11'
1566PACKAGE_STRING='libX11 1.6.2'
1567PACKAGE_TARNAME='libX11'
1568PACKAGE_URL=''
1569PACKAGE_VERSION='1.6.2'
1570PATH_SEPARATOR=':'
1571PERL='/usr/bin/perl'
1572PKG_CONFIG=''
1573RANLIB='ranlib'
1574RAWCPP='/usr/bin/cpp'
1575RAWCPPFLAGS=''
1576SED='/usr/bin/sed'
1577SET_MAKE=''
1578SHELL='/bin/sh'
1579STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
1580STRIP='strip'
1581STYLESHEET_SRCDIR=''
1582THRSTUBS_FALSE=''
1583THRSTUBS_TRUE='#'
1584VERSION='1.6.2'
1585WCHAR32='1'
1586X11_CFLAGS=''
1587X11_DATADIR=''
1588X11_EXTRA_DEPS='xcb >= 1.1.92'
1589X11_LIBDIR=''
1590X11_LIBS=''
1591X11_LOCALEDATADIR=''
1592X11_LOCALEDIR=''
1593X11_LOCALELIBDIR=''
1594XCMS_FALSE=''
1595XCMS_TRUE=''
1596XERRORDB=''
1597XKBPROTO_REQUIRES=''
1598XKB_FALSE=''
1599XKB_TRUE=''
1600XKEYSYMDB=''
1601XLIB_LOADABLE_I18N_FALSE=''
1602XLIB_LOADABLE_I18N_TRUE='#'
1603XLOCALEDATADIR=''
1604XLOCALEDIR=''
1605XLOCALELIBDIR=''
1606XLOCALE_FALSE=''
1607XLOCALE_TRUE=''
1608XMALLOC_ZERO_CFLAGS=''
1609XMLTO=''
1610XORG_MAN_PAGE='X Version 11'
1611XORG_SGML_PATH=''
1612XSLTPROC='/usr/bin/xsltproc'
1613XSL_STYLESHEET=''
1614XTHREADLIB=''
1615XTHREAD_CFLAGS=''
1616XTMALLOC_ZERO_CFLAGS=''
1617ac_ct_AR='ar'
1618ac_ct_CC='/usr/bin/clang'
1619ac_ct_DUMPBIN=''
1620am__EXEEXT_FALSE=''
1621am__EXEEXT_TRUE=''
1622am__fastdepCC_FALSE='#'
1623am__fastdepCC_TRUE=''
1624am__include='include'
1625am__isrc=''
1626am__leading_dot='.'
1627am__nodep='_no'
1628am__quote=''
1629am__tar='$${TAR-tar} chof - "$$tardir"'
1630am__untar='$${TAR-tar} xf -'
1631bindir='${exec_prefix}/bin'
1632build='x86_64-apple-darwin13.4.0'
1633build_alias=''
1634build_cpu='x86_64'
1635build_os='darwin13.4.0'
1636build_vendor='apple'
1637datadir='${datarootdir}'
1638datarootdir='${prefix}/share'
1639docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1640dvidir='${docdir}'
1641exec_prefix='NONE'
1642host='x86_64-apple-darwin13.4.0'
1643host_alias=''
1644host_cpu='x86_64'
1645host_os='darwin13.4.0'
1646host_vendor='apple'
1647htmldir='${docdir}'
1648includedir='${prefix}/include'
1649infodir='${datarootdir}/info'
1650install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libX11/xorg-libX11/work/libX11-1.6.2/install-sh'
1651libdir='${exec_prefix}/lib'
1652libexecdir='${exec_prefix}/libexec'
1653localedir='${datarootdir}/locale'
1654locales=''
1655localstatedir='${prefix}/var'
1656mandir='${datarootdir}/man'
1657mkdir_p='$(MKDIR_P)'
1658oldincludedir='/usr/include'
1659pdfdir='${docdir}'
1660prefix='/opt/local'
1661program_transform_name='s,x,x,'
1662psdir='${docdir}'
1663sbindir='${exec_prefix}/sbin'
1664sharedstatedir='${prefix}/com'
1665sysconfdir='${prefix}/etc'
1666target_alias=''
1667
1668## ----------- ##
1669## confdefs.h. ##
1670## ----------- ##
1671
1672/* confdefs.h */
1673#define PACKAGE_NAME "libX11"
1674#define PACKAGE_TARNAME "libX11"
1675#define PACKAGE_VERSION "1.6.2"
1676#define PACKAGE_STRING "libX11 1.6.2"
1677#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1678#define PACKAGE_URL ""
1679#define STDC_HEADERS 1
1680#define HAVE_SYS_TYPES_H 1
1681#define HAVE_SYS_STAT_H 1
1682#define HAVE_STDLIB_H 1
1683#define HAVE_STRING_H 1
1684#define HAVE_MEMORY_H 1
1685#define HAVE_STRINGS_H 1
1686#define HAVE_INTTYPES_H 1
1687#define HAVE_STDINT_H 1
1688#define HAVE_UNISTD_H 1
1689#define __EXTENSIONS__ 1
1690#define _ALL_SOURCE 1
1691#define _GNU_SOURCE 1
1692#define _POSIX_PTHREAD_SEMANTICS 1
1693#define _TANDEM_SOURCE 1
1694#define PACKAGE "libX11"
1695#define VERSION "1.6.2"
1696#define HAVE_DLFCN_H 1
1697#define LT_OBJDIR ".libs/"
1698#define PACKAGE_VERSION_MAJOR 1
1699#define PACKAGE_VERSION_MINOR 6
1700#define PACKAGE_VERSION_PATCHLEVEL 2
1701#define RETSIGTYPE void
1702#define UNIXCONN 1
1703#define TCPCONN 1
1704#define IPv6 1
1705#define BSD44SOCKETS 1
1706#define HAVE_SOCKLEN_T 1
1707#define LOCAL_TRANSPORT_LIST UNIX_TRANS,TCP_TRANS
1708#define HAVE_DLOPEN 1
1709#define HAVE_DLFCN_H 1
1710#define USE_DYNAMIC_XCURSOR 1
1711#define HAVE_SYS_SELECT_H 1
1712#define HAVE_STRTOL 1
1713#define HAVE_SETEUID 1
1714#define HASSETUGID 1
1715#define HAS_SHM 1
1716#define HAVE_LAUNCHD 1
1717#define TRANS_REOPEN 1
1718#define XTHREADS 1
1719#define XUSE_MTSAFE_API 1
1720#define USE_POLL 1
1721
1722configure: exit 1