Ticket #53866: config.log

File config.log, 51.7 KB (added by 1-61803, 7 years ago)
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.4, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --without-xmlto --without-fop --disable-specs
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = tests-mac.fritz.box
14uname -m = x86_64
15uname -r = 12.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~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 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 2.00 gigabytes
33Default processor set: 90 tasks, 382 threads, 2 processors
34Load average: 2.44, Mach factor: 0.72
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:2656: checking build system type
52configure:2670: result: x86_64-apple-darwin12.5.0
53configure:2690: checking host system type
54configure:2703: result: x86_64-apple-darwin12.5.0
55configure:2777: checking for gcc
56configure:2804: result: /usr/bin/clang
57configure:3033: checking for C compiler version
58configure:3042: /usr/bin/clang --version >&5
59Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
60Target: x86_64-apple-darwin12.5.0
61Thread model: posix
62configure:3053: $? = 0
63configure:3042: /usr/bin/clang -v >&5
64Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
65Target: x86_64-apple-darwin12.5.0
66Thread model: posix
67configure:3053: $? = 0
68configure:3042: /usr/bin/clang -V >&5
69clang: error: argument to '-V' is missing (expected 1 value)
70clang: error: no input files
71configure:3053: $? = 1
72configure:3042: /usr/bin/clang -qversion >&5
73clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
74clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
75clang: error: no input files
76configure:3053: $? = 1
77configure:3073: checking whether the C compiler works
78configure:3095: /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
79configure:3099: $? = 0
80configure:3147: result: yes
81configure:3150: checking for C compiler default output file name
82configure:3152: result: a.out
83configure:3158: checking for suffix of executables
84configure:3165: /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
85configure:3169: $? = 0
86configure:3191: result:
87configure:3213: checking whether we are cross compiling
88configure:3221: /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
89configure:3225: $? = 0
90configure:3232: ./conftest
91configure:3236: $? = 0
92configure:3251: result: no
93configure:3256: checking for suffix of object files
94configure:3278: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
95configure:3282: $? = 0
96configure:3303: result: o
97configure:3307: checking whether we are using the GNU C compiler
98configure:3326: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
99configure:3326: $? = 0
100configure:3335: result: yes
101configure:3344: checking whether /usr/bin/clang accepts -g
102configure:3364: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
103configure:3364: $? = 0
104configure:3405: result: yes
105configure:3422: checking for /usr/bin/clang option to accept ISO C89
106configure:3485: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
107configure:3485: $? = 0
108configure:3498: result: none needed
109configure:3523: checking whether /usr/bin/clang understands -c and -o together
110configure:3545: /usr/bin/clang -c conftest.c -o conftest2.o
111configure:3548: $? = 0
112configure:3545: /usr/bin/clang -c conftest.c -o conftest2.o
113configure:3548: $? = 0
114configure:3560: result: yes
115configure:3583: checking how to run the C preprocessor
116configure:3614: /usr/bin/clang -E -I/opt/local/include conftest.c
117configure:3614: $? = 0
118configure:3628: /usr/bin/clang -E -I/opt/local/include conftest.c
119conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
120#include <ac_nonexistent.h>
121         ^
1221 error generated.
123configure:3628: $? = 1
124configure: failed program was:
125| /* confdefs.h */
126| #define PACKAGE_NAME "libX11"
127| #define PACKAGE_TARNAME "libX11"
128| #define PACKAGE_VERSION "1.6.4"
129| #define PACKAGE_STRING "libX11 1.6.4"
130| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
131| #define PACKAGE_URL ""
132| /* end confdefs.h.  */
133| #include <ac_nonexistent.h>
134configure:3653: result: /usr/bin/clang -E
135configure:3673: /usr/bin/clang -E -I/opt/local/include conftest.c
136configure:3673: $? = 0
137configure:3687: /usr/bin/clang -E -I/opt/local/include conftest.c
138conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
139#include <ac_nonexistent.h>
140         ^
1411 error generated.
142configure:3687: $? = 1
143configure: failed program was:
144| /* confdefs.h */
145| #define PACKAGE_NAME "libX11"
146| #define PACKAGE_TARNAME "libX11"
147| #define PACKAGE_VERSION "1.6.4"
148| #define PACKAGE_STRING "libX11 1.6.4"
149| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
150| #define PACKAGE_URL ""
151| /* end confdefs.h.  */
152| #include <ac_nonexistent.h>
153configure:3716: checking for grep that handles long lines and -e
154configure:3774: result: /usr/bin/grep
155configure:3779: checking for egrep
156configure:3841: result: /usr/bin/grep -E
157configure:3846: checking for ANSI C header files
158configure:3866: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
159configure:3866: $? = 0
160configure:3939: /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
161configure:3939: $? = 0
162configure:3939: ./conftest
163configure:3939: $? = 0
164configure:3950: result: yes
165configure:3963: checking for sys/types.h
166configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
167configure:3963: $? = 0
168configure:3963: result: yes
169configure:3963: checking for sys/stat.h
170configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
171configure:3963: $? = 0
172configure:3963: result: yes
173configure:3963: checking for stdlib.h
174configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
175configure:3963: $? = 0
176configure:3963: result: yes
177configure:3963: checking for string.h
178configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
179configure:3963: $? = 0
180configure:3963: result: yes
181configure:3963: checking for memory.h
182configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
183configure:3963: $? = 0
184configure:3963: result: yes
185configure:3963: checking for strings.h
186configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
187configure:3963: $? = 0
188configure:3963: result: yes
189configure:3963: checking for inttypes.h
190configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
191configure:3963: $? = 0
192configure:3963: result: yes
193configure:3963: checking for stdint.h
194configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
195configure:3963: $? = 0
196configure:3963: result: yes
197configure:3963: checking for unistd.h
198configure:3963: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
199configure:3963: $? = 0
200configure:3963: result: yes
201configure:3976: checking minix/config.h usability
202configure:3976: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
203conftest.c:52:10: fatal error: 'minix/config.h' file not found
204#include <minix/config.h>
205         ^
2061 error generated.
207configure:3976: $? = 1
208configure: failed program was:
209| /* confdefs.h */
210| #define PACKAGE_NAME "libX11"
211| #define PACKAGE_TARNAME "libX11"
212| #define PACKAGE_VERSION "1.6.4"
213| #define PACKAGE_STRING "libX11 1.6.4"
214| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
215| #define PACKAGE_URL ""
216| #define STDC_HEADERS 1
217| #define HAVE_SYS_TYPES_H 1
218| #define HAVE_SYS_STAT_H 1
219| #define HAVE_STDLIB_H 1
220| #define HAVE_STRING_H 1
221| #define HAVE_MEMORY_H 1
222| #define HAVE_STRINGS_H 1
223| #define HAVE_INTTYPES_H 1
224| #define HAVE_STDINT_H 1
225| #define HAVE_UNISTD_H 1
226| /* end confdefs.h.  */
227| #include <stdio.h>
228| #ifdef HAVE_SYS_TYPES_H
229| # include <sys/types.h>
230| #endif
231| #ifdef HAVE_SYS_STAT_H
232| # include <sys/stat.h>
233| #endif
234| #ifdef STDC_HEADERS
235| # include <stdlib.h>
236| # include <stddef.h>
237| #else
238| # ifdef HAVE_STDLIB_H
239| #  include <stdlib.h>
240| # endif
241| #endif
242| #ifdef HAVE_STRING_H
243| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
244| #  include <memory.h>
245| # endif
246| # include <string.h>
247| #endif
248| #ifdef HAVE_STRINGS_H
249| # include <strings.h>
250| #endif
251| #ifdef HAVE_INTTYPES_H
252| # include <inttypes.h>
253| #endif
254| #ifdef HAVE_STDINT_H
255| # include <stdint.h>
256| #endif
257| #ifdef HAVE_UNISTD_H
258| # include <unistd.h>
259| #endif
260| #include <minix/config.h>
261configure:3976: result: no
262configure:3976: checking minix/config.h presence
263configure:3976: /usr/bin/clang -E -I/opt/local/include conftest.c
264conftest.c:19:10: fatal error: 'minix/config.h' file not found
265#include <minix/config.h>
266         ^
2671 error generated.
268configure:3976: $? = 1
269configure: failed program was:
270| /* confdefs.h */
271| #define PACKAGE_NAME "libX11"
272| #define PACKAGE_TARNAME "libX11"
273| #define PACKAGE_VERSION "1.6.4"
274| #define PACKAGE_STRING "libX11 1.6.4"
275| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
276| #define PACKAGE_URL ""
277| #define STDC_HEADERS 1
278| #define HAVE_SYS_TYPES_H 1
279| #define HAVE_SYS_STAT_H 1
280| #define HAVE_STDLIB_H 1
281| #define HAVE_STRING_H 1
282| #define HAVE_MEMORY_H 1
283| #define HAVE_STRINGS_H 1
284| #define HAVE_INTTYPES_H 1
285| #define HAVE_STDINT_H 1
286| #define HAVE_UNISTD_H 1
287| /* end confdefs.h.  */
288| #include <minix/config.h>
289configure:3976: result: no
290configure:3976: checking for minix/config.h
291configure:3976: result: no
292configure:3997: checking whether it is safe to define __EXTENSIONS__
293configure:4015: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
294configure:4015: $? = 0
295configure:4022: result: yes
296configure:4054: checking for a BSD-compatible install
297configure:4122: result: /usr/bin/install -c
298configure:4133: checking whether build environment is sane
299configure:4188: result: yes
300configure:4336: checking for a thread-safe mkdir -p
301configure:4375: result: ./install-sh -c -d
302configure:4382: checking for gawk
303configure:4412: result: no
304configure:4382: checking for mawk
305configure:4412: result: no
306configure:4382: checking for nawk
307configure:4412: result: no
308configure:4382: checking for awk
309configure:4398: found /usr/bin/awk
310configure:4409: result: awk
311configure:4420: checking whether make sets $(MAKE)
312configure:4442: result: yes
313configure:4472: checking for style of include used by make
314configure:4500: result: GNU
315configure:4534: checking whether make supports nested variables
316configure:4551: result: yes
317configure:4636: checking dependency style of /usr/bin/clang
318configure:4747: result: gcc3
319configure:4852: checking how to print strings
320configure:4879: result: printf
321configure:4900: checking for a sed that does not truncate output
322configure:4964: result: /usr/bin/sed
323configure:4982: checking for fgrep
324configure:5044: result: /usr/bin/grep -F
325configure:5079: checking for ld used by /usr/bin/clang
326configure:5146: result: /usr/bin/ld
327configure:5153: checking if the linker (/usr/bin/ld) is GNU ld
328configure:5168: result: no
329configure:5180: checking for BSD- or MS-compatible name lister (nm)
330configure:5229: result: /usr/bin/nm
331configure:5359: checking the name lister (/usr/bin/nm) interface
332configure:5366: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
333configure:5369: /usr/bin/nm "conftest.o"
334configure:5372: output
3350000000000000000 S _some_variable
336configure:5379: result: BSD nm
337configure:5382: checking whether ln -s works
338configure:5386: result: yes
339configure:5394: checking the maximum length of command line arguments
340configure:5525: result: 196608
341configure:5542: checking whether the shell understands some XSI constructs
342configure:5552: result: yes
343configure:5556: checking whether the shell understands "+="
344configure:5562: result: yes
345configure:5597: checking how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format
346configure:5637: result: func_convert_file_noop
347configure:5644: checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format
348configure:5664: result: func_convert_file_noop
349configure:5671: checking for /usr/bin/ld option to reload object files
350configure:5678: result: -r
351configure:5752: checking for objdump
352configure:5782: result: no
353configure:5811: checking how to recognize dependent libraries
354configure:6009: result: pass_all
355configure:6094: checking for dlltool
356configure:6124: result: no
357configure:6154: checking how to associate runtime and link libraries
358configure:6181: result: printf %s\n
359configure:6241: checking for ar
360configure:6257: found /usr/bin/ar
361configure:6268: result: ar
362configure:6305: checking for archiver @FILE support
363configure:6322: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
364configure:6322: $? = 0
365configure:6325: ar cru libconftest.a @conftest.lst >&5
366ar: @conftest.lst: No such file or directory
367configure:6328: $? = 1
368configure:6348: result: no
369configure:6406: checking for strip
370configure:6422: found /usr/bin/strip
371configure:6433: result: strip
372configure:6505: checking for ranlib
373configure:6521: found /usr/bin/ranlib
374configure:6532: result: ranlib
375configure:6634: checking command to parse /usr/bin/nm output from /usr/bin/clang object
376configure:6754: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
377configure:6757: $? = 0
378configure:6761: /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
379configure:6764: $? = 0
380cannot find nm_test_var in conftest.nm
381configure:6754: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
382configure:6757: $? = 0
383configure:6761: /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
384configure:6764: $? = 0
385configure:6830: /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
386configure:6833: $? = 0
387configure:6871: result: ok
388configure:6908: checking for sysroot
389configure:6938: result: no
390configure:7207: checking for mt
391configure:7237: result: no
392configure:7257: checking if : is a manifest tool
393configure:7263: : '-?'
394configure:7271: result: no
395configure:7327: checking for dsymutil
396configure:7343: found /usr/bin/dsymutil
397configure:7354: result: dsymutil
398configure:7419: checking for nmedit
399configure:7435: found /usr/bin/nmedit
400configure:7446: result: nmedit
401configure:7511: checking for lipo
402configure:7527: found /usr/bin/lipo
403configure:7538: result: lipo
404configure:7603: checking for otool
405configure:7619: found /usr/bin/otool
406configure:7630: result: otool
407configure:7695: checking for otool64
408configure:7725: result: no
409configure:7770: checking for -single_module linker flag
410/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
411configure:7803: result: yes
412configure:7806: checking for -exported_symbols_list linker flag
413configure:7826: /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
414configure:7826: $? = 0
415configure:7836: result: yes
416configure:7839: checking for -force_load linker flag
417/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
418ar cru libconftest.a conftest.o
419ranlib libconftest.a
420/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
421configure:7871: result: yes
422configure:7910: checking for dlfcn.h
423configure:7910: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
424configure:7910: $? = 0
425configure:7910: result: yes
426configure:8116: checking for objdir
427configure:8131: result: .libs
428configure:8402: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
429configure:8420: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
430configure:8424: $? = 0
431configure:8437: result: yes
432configure:8764: checking for /usr/bin/clang option to produce PIC
433configure:8771: result: -fno-common -DPIC
434configure:8779: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
435configure:8797: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
436configure:8801: $? = 0
437configure:8814: result: yes
438configure:8843: checking if /usr/bin/clang static flag -static works
439configure:8871: result: no
440configure:8886: checking if /usr/bin/clang supports -c -o file.o
441configure:8907: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
442configure:8911: $? = 0
443configure:8933: result: yes
444configure:8941: checking if /usr/bin/clang supports -c -o file.o
445configure:8988: result: yes
446configure:9021: checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries
447configure:10178: result: yes
448configure:10418: checking dynamic linker characteristics
449configure:11152: result: darwin12.5.0 dyld
450configure:11259: checking how to hardcode library paths into programs
451configure:11284: result: immediate
452configure:11824: checking whether stripping libraries is possible
453configure:11838: result: yes
454configure:11864: checking if libtool supports shared libraries
455configure:11866: result: yes
456configure:11869: checking whether to build shared libraries
457configure:11890: result: yes
458configure:11893: checking whether to build static libraries
459configure:11897: result: yes
460configure:11947: checking for /usr/bin/clang option to accept ISO C99
461configure:12096: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
462configure:12096: $? = 0
463configure:12109: result: none needed
464configure:12128: checking whether __clang__ is declared
465configure:12128: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
466configure:12128: $? = 0
467configure:12128: result: yes
468configure:12135: checking whether __INTEL_COMPILER is declared
469configure:12135: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
470conftest.c:68:10: error: use of undeclared identifier '__INTEL_COMPILER'
471  (void) __INTEL_COMPILER;
472         ^
4731 error generated.
474configure:12135: $? = 1
475configure: failed program was:
476| /* confdefs.h */
477| #define PACKAGE_NAME "libX11"
478| #define PACKAGE_TARNAME "libX11"
479| #define PACKAGE_VERSION "1.6.4"
480| #define PACKAGE_STRING "libX11 1.6.4"
481| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
482| #define PACKAGE_URL ""
483| #define STDC_HEADERS 1
484| #define HAVE_SYS_TYPES_H 1
485| #define HAVE_SYS_STAT_H 1
486| #define HAVE_STDLIB_H 1
487| #define HAVE_STRING_H 1
488| #define HAVE_MEMORY_H 1
489| #define HAVE_STRINGS_H 1
490| #define HAVE_INTTYPES_H 1
491| #define HAVE_STDINT_H 1
492| #define HAVE_UNISTD_H 1
493| #define __EXTENSIONS__ 1
494| #define _ALL_SOURCE 1
495| #define _GNU_SOURCE 1
496| #define _POSIX_PTHREAD_SEMANTICS 1
497| #define _TANDEM_SOURCE 1
498| #define PACKAGE "libX11"
499| #define VERSION "1.6.4"
500| #define HAVE_DLFCN_H 1
501| #define LT_OBJDIR ".libs/"
502| /* end confdefs.h.  */
503| #include <stdio.h>
504| #ifdef HAVE_SYS_TYPES_H
505| # include <sys/types.h>
506| #endif
507| #ifdef HAVE_SYS_STAT_H
508| # include <sys/stat.h>
509| #endif
510| #ifdef STDC_HEADERS
511| # include <stdlib.h>
512| # include <stddef.h>
513| #else
514| # ifdef HAVE_STDLIB_H
515| #  include <stdlib.h>
516| # endif
517| #endif
518| #ifdef HAVE_STRING_H
519| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
520| #  include <memory.h>
521| # endif
522| # include <string.h>
523| #endif
524| #ifdef HAVE_STRINGS_H
525| # include <strings.h>
526| #endif
527| #ifdef HAVE_INTTYPES_H
528| # include <inttypes.h>
529| #endif
530| #ifdef HAVE_STDINT_H
531| # include <stdint.h>
532| #endif
533| #ifdef HAVE_UNISTD_H
534| # include <unistd.h>
535| #endif
536| int
537| main ()
538| {
539| #ifndef __INTEL_COMPILER
540| #ifdef __cplusplus
541|   (void) __INTEL_COMPILER;
542| #else
543|   (void) __INTEL_COMPILER;
544| #endif
545| #endif
546|
547|   ;
548|   return 0;
549| }
550configure:12135: result: no
551configure:12142: checking whether __SUNPRO_C is declared
552configure:12142: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
553conftest.c:68:10: error: use of undeclared identifier '__SUNPRO_C'
554  (void) __SUNPRO_C;
555         ^
5561 error generated.
557configure:12142: $? = 1
558configure: failed program was:
559| /* confdefs.h */
560| #define PACKAGE_NAME "libX11"
561| #define PACKAGE_TARNAME "libX11"
562| #define PACKAGE_VERSION "1.6.4"
563| #define PACKAGE_STRING "libX11 1.6.4"
564| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
565| #define PACKAGE_URL ""
566| #define STDC_HEADERS 1
567| #define HAVE_SYS_TYPES_H 1
568| #define HAVE_SYS_STAT_H 1
569| #define HAVE_STDLIB_H 1
570| #define HAVE_STRING_H 1
571| #define HAVE_MEMORY_H 1
572| #define HAVE_STRINGS_H 1
573| #define HAVE_INTTYPES_H 1
574| #define HAVE_STDINT_H 1
575| #define HAVE_UNISTD_H 1
576| #define __EXTENSIONS__ 1
577| #define _ALL_SOURCE 1
578| #define _GNU_SOURCE 1
579| #define _POSIX_PTHREAD_SEMANTICS 1
580| #define _TANDEM_SOURCE 1
581| #define PACKAGE "libX11"
582| #define VERSION "1.6.4"
583| #define HAVE_DLFCN_H 1
584| #define LT_OBJDIR ".libs/"
585| /* end confdefs.h.  */
586| #include <stdio.h>
587| #ifdef HAVE_SYS_TYPES_H
588| # include <sys/types.h>
589| #endif
590| #ifdef HAVE_SYS_STAT_H
591| # include <sys/stat.h>
592| #endif
593| #ifdef STDC_HEADERS
594| # include <stdlib.h>
595| # include <stddef.h>
596| #else
597| # ifdef HAVE_STDLIB_H
598| #  include <stdlib.h>
599| # endif
600| #endif
601| #ifdef HAVE_STRING_H
602| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
603| #  include <memory.h>
604| # endif
605| # include <string.h>
606| #endif
607| #ifdef HAVE_STRINGS_H
608| # include <strings.h>
609| #endif
610| #ifdef HAVE_INTTYPES_H
611| # include <inttypes.h>
612| #endif
613| #ifdef HAVE_STDINT_H
614| # include <stdint.h>
615| #endif
616| #ifdef HAVE_UNISTD_H
617| # include <unistd.h>
618| #endif
619| int
620| main ()
621| {
622| #ifndef __SUNPRO_C
623| #ifdef __cplusplus
624|   (void) __SUNPRO_C;
625| #else
626|   (void) __SUNPRO_C;
627| #endif
628| #endif
629|
630|   ;
631|   return 0;
632| }
633configure:12142: result: no
634configure:12204: checking for pkg-config
635configure:12222: found /opt/local/bin/pkg-config
636configure:12234: result: /opt/local/bin/pkg-config
637configure:12259: checking pkg-config is at least version 0.9.0
638configure:12262: result: yes
639configure:12311: checking if /usr/bin/clang supports -Werror=unknown-warning-option
640configure:12320: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -I/opt/local/include conftest.c >&5
641configure:12320: $? = 0
642configure:12327: result: yes
643configure:12338: checking if /usr/bin/clang supports -Werror=unused-command-line-argument
644configure:12347: /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
645configure:12347: $? = 0
646configure:12354: result: yes
647configure:12373: checking if /usr/bin/clang supports -Wall
648configure:12390: /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
649configure:12390: $? = 0
650configure:12403: result: yes
651configure:12491: checking if /usr/bin/clang supports -Wpointer-arith
652configure:12508: /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
653configure:12508: $? = 0
654configure:12521: result: yes
655configure:12609: checking if /usr/bin/clang supports -Wmissing-declarations
656configure:12626: /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
657configure:12626: $? = 0
658configure:12639: result: yes
659configure:12727: checking if /usr/bin/clang supports -Wformat=2
660configure:12744: /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
661configure:12744: $? = 0
662configure:12757: result: yes
663configure:12896: checking if /usr/bin/clang supports -Wstrict-prototypes
664configure:12913: /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
665configure:12913: $? = 0
666configure:12926: result: yes
667configure:13014: checking if /usr/bin/clang supports -Wmissing-prototypes
668configure:13031: /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
669configure:13031: $? = 0
670configure:13044: result: yes
671configure:13132: checking if /usr/bin/clang supports -Wnested-externs
672configure:13149: /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
673configure:13149: $? = 0
674configure:13162: result: yes
675configure:13250: checking if /usr/bin/clang supports -Wbad-function-cast
676configure:13267: /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
677configure:13267: $? = 0
678configure:13280: result: yes
679configure:13368: checking if /usr/bin/clang supports -Wold-style-definition
680configure:13385: /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
681configure:13385: $? = 0
682configure:13398: result: yes
683configure:13535: checking if /usr/bin/clang supports -Wdeclaration-after-statement
684configure:13552: /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
685configure:13552: $? = 0
686configure:13565: result: yes
687configure:13657: checking if /usr/bin/clang supports -Wunused
688configure:13674: /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
689configure:13674: $? = 0
690configure:13687: result: yes
691configure:13775: checking if /usr/bin/clang supports -Wuninitialized
692configure:13792: /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
693configure:13792: $? = 0
694configure:13805: result: yes
695configure:13893: checking if /usr/bin/clang supports -Wshadow
696configure:13910: /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
697configure:13910: $? = 0
698configure:13923: result: yes
699configure:14011: checking if /usr/bin/clang supports -Wmissing-noreturn
700configure:14028: /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:14028: $? = 0
702configure:14041: result: yes
703configure:14129: checking if /usr/bin/clang supports -Wmissing-format-attribute
704configure:14146: /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:14146: $? = 0
706configure:14159: result: yes
707configure:14247: checking if /usr/bin/clang supports -Wredundant-decls
708configure:14264: /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:14264: $? = 0
710configure:14277: result: yes
711configure:14365: checking if /usr/bin/clang supports -Wlogical-op
712configure:14382: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Werror=unused-command-line-argument -Wlogical-op -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
713error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
714configure:14382: $? = 1
715configure: failed program was:
716| /* confdefs.h */
717| #define PACKAGE_NAME "libX11"
718| #define PACKAGE_TARNAME "libX11"
719| #define PACKAGE_VERSION "1.6.4"
720| #define PACKAGE_STRING "libX11 1.6.4"
721| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
722| #define PACKAGE_URL ""
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 PACKAGE "libX11"
739| #define VERSION "1.6.4"
740| #define HAVE_DLFCN_H 1
741| #define LT_OBJDIR ".libs/"
742| /* end confdefs.h.  */
743| int i;
744| int
745| main ()
746| {
747|
748|   ;
749|   return 0;
750| }
751configure:14395: result: no
752configure:14495: checking if /usr/bin/clang supports -Werror=implicit
753configure:14512: /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
754configure:14512: $? = 0
755configure:14525: result: yes
756configure:14662: checking if /usr/bin/clang supports -Werror=nonnull
757configure:14679: /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
758configure:14679: $? = 0
759configure:14692: result: yes
760configure:14780: checking if /usr/bin/clang supports -Werror=init-self
761configure:14797: /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
762configure:14797: $? = 0
763configure:14810: result: yes
764configure:14898: checking if /usr/bin/clang supports -Werror=main
765configure:14915: /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
766configure:14915: $? = 0
767configure:14928: result: yes
768configure:15016: checking if /usr/bin/clang supports -Werror=missing-braces
769configure:15033: /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
770configure:15033: $? = 0
771configure:15046: result: yes
772configure:15134: checking if /usr/bin/clang supports -Werror=sequence-point
773configure:15151: /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
774configure:15151: $? = 0
775configure:15164: result: yes
776configure:15252: checking if /usr/bin/clang supports -Werror=return-type
777configure:15269: /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
778configure:15269: $? = 0
779configure:15282: result: yes
780configure:15419: checking if /usr/bin/clang supports -Werror=trigraphs
781configure:15436: /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
782configure:15436: $? = 0
783configure:15449: result: yes
784configure:15537: checking if /usr/bin/clang supports -Werror=array-bounds
785configure:15554: /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
786configure:15554: $? = 0
787configure:15567: result: yes
788configure:15655: checking if /usr/bin/clang supports -Werror=write-strings
789configure:15672: /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
790configure:15672: $? = 0
791configure:15685: result: yes
792configure:15773: checking if /usr/bin/clang supports -Werror=address
793configure:15790: /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
794configure:15790: $? = 0
795configure:15803: result: yes
796configure:15891: checking if /usr/bin/clang supports -Werror=int-to-pointer-cast
797configure:15908: /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
798configure:15908: $? = 0
799configure:15921: result: yes
800configure:16058: checking if /usr/bin/clang supports -Werror=pointer-to-int-cast
801configure:16075: /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
802configure:16075: $? = 0
803configure:16088: result: yes
804configure:17746: checking if /usr/bin/clang supports -pedantic
805configure:17763: /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
806configure:17763: $? = 0
807configure:17776: result: yes
808configure:17864: checking if /usr/bin/clang supports -Werror
809configure:17881: /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
810configure:17881: $? = 0
811configure:17894: result: yes
812configure:18034: checking if /usr/bin/clang supports -Werror=attributes
813configure:18051: /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
814configure:18051: $? = 0
815configure:18064: result: yes
816configure:18228: checking whether make supports nested variables
817configure:18245: result: yes
818configure:18275: checking whether to build functional specifications
819configure:18277: result: no
820configure:18613: checking for xsltproc
821configure:18631: found /usr/bin/xsltproc
822configure:18643: result: /usr/bin/xsltproc
823configure:18723: checking for X.Org SGML entities >= 1.10
824configure:18727: $PKG_CONFIG --exists --print-errors "xorg-sgml-doctools >= 1.10"
825Package xorg-sgml-doctools was not found in the pkg-config search path.
826Perhaps you should add the directory containing `xorg-sgml-doctools.pc'
827to the PKG_CONFIG_PATH environment variable
828No package 'xorg-sgml-doctools' found
829configure:18730: $? = 1
830configure:18746: result: no
831configure:18768: checking for cpp
832configure:18799: result: /usr/bin/cpp
833configure:18815: checking if /usr/bin/cpp requires -undef
834configure:18835: error: /usr/bin/cpp defines unix with or without -undef.  I don't know what to do.
835
836## ---------------- ##
837## Cache variables. ##
838## ---------------- ##
839
840ac_cv_build=x86_64-apple-darwin12.5.0
841ac_cv_c_compiler_gnu=yes
842ac_cv_env_BIGFONT_CFLAGS_set=
843ac_cv_env_BIGFONT_CFLAGS_value=
844ac_cv_env_BIGFONT_LIBS_set=
845ac_cv_env_BIGFONT_LIBS_value=
846ac_cv_env_CC_set=set
847ac_cv_env_CC_value=/usr/bin/clang
848ac_cv_env_CFLAGS_set=set
849ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
850ac_cv_env_CPPFLAGS_set=set
851ac_cv_env_CPPFLAGS_value=-I/opt/local/include
852ac_cv_env_CPP_set=
853ac_cv_env_CPP_value=
854ac_cv_env_FOP_set=
855ac_cv_env_FOP_value=
856ac_cv_env_LDFLAGS_set=set
857ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
858ac_cv_env_LIBS_set=
859ac_cv_env_LIBS_value=
860ac_cv_env_LINT_FLAGS_set=
861ac_cv_env_LINT_FLAGS_value=
862ac_cv_env_LINT_set=
863ac_cv_env_LINT_value=
864ac_cv_env_PERL_set=
865ac_cv_env_PERL_value=
866ac_cv_env_PKG_CONFIG_LIBDIR_set=
867ac_cv_env_PKG_CONFIG_LIBDIR_value=
868ac_cv_env_PKG_CONFIG_PATH_set=
869ac_cv_env_PKG_CONFIG_PATH_value=
870ac_cv_env_PKG_CONFIG_set=
871ac_cv_env_PKG_CONFIG_value=
872ac_cv_env_X11_CFLAGS_set=
873ac_cv_env_X11_CFLAGS_value=
874ac_cv_env_X11_LIBS_set=
875ac_cv_env_X11_LIBS_value=
876ac_cv_env_XMLTO_set=
877ac_cv_env_XMLTO_value=
878ac_cv_env_XSLTPROC_set=
879ac_cv_env_XSLTPROC_value=
880ac_cv_env_build_alias_set=
881ac_cv_env_build_alias_value=
882ac_cv_env_host_alias_set=
883ac_cv_env_host_alias_value=
884ac_cv_env_target_alias_set=
885ac_cv_env_target_alias_value=
886ac_cv_have_decl___INTEL_COMPILER=no
887ac_cv_have_decl___SUNPRO_C=no
888ac_cv_have_decl___clang__=yes
889ac_cv_header_dlfcn_h=yes
890ac_cv_header_inttypes_h=yes
891ac_cv_header_memory_h=yes
892ac_cv_header_minix_config_h=no
893ac_cv_header_stdc=yes
894ac_cv_header_stdint_h=yes
895ac_cv_header_stdlib_h=yes
896ac_cv_header_string_h=yes
897ac_cv_header_strings_h=yes
898ac_cv_header_sys_stat_h=yes
899ac_cv_header_sys_types_h=yes
900ac_cv_header_unistd_h=yes
901ac_cv_host=x86_64-apple-darwin12.5.0
902ac_cv_objext=o
903ac_cv_path_EGREP='/usr/bin/grep -E'
904ac_cv_path_FGREP='/usr/bin/grep -F'
905ac_cv_path_GREP=/usr/bin/grep
906ac_cv_path_RAWCPP=/usr/bin/cpp
907ac_cv_path_SED=/usr/bin/sed
908ac_cv_path_XSLTPROC=/usr/bin/xsltproc
909ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
910ac_cv_prog_AWK=awk
911ac_cv_prog_CPP='/usr/bin/clang -E'
912ac_cv_prog_ac_ct_AR=ar
913ac_cv_prog_ac_ct_CC=/usr/bin/clang
914ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
915ac_cv_prog_ac_ct_LIPO=lipo
916ac_cv_prog_ac_ct_NMEDIT=nmedit
917ac_cv_prog_ac_ct_OTOOL=otool
918ac_cv_prog_ac_ct_RANLIB=ranlib
919ac_cv_prog_ac_ct_STRIP=strip
920ac_cv_prog_cc_c89=
921ac_cv_prog_cc_c99=
922ac_cv_prog_cc_g=yes
923ac_cv_prog_make_make_set=yes
924ac_cv_safe_to_define___extensions__=yes
925am_cv_CC_dependencies_compiler_type=gcc3
926am_cv_make_support_nested_variables=yes
927am_cv_prog_cc_c_o=yes
928lt_cv_apple_cc_single_mod=yes
929lt_cv_ar_at_file=no
930lt_cv_deplibs_check_method=pass_all
931lt_cv_file_magic_cmd='$MAGIC_CMD'
932lt_cv_file_magic_test_file=
933lt_cv_ld_exported_symbols_list=yes
934lt_cv_ld_force_load=yes
935lt_cv_ld_reload_flag=-r
936lt_cv_nm_interface='BSD nm'
937lt_cv_objdir=.libs
938lt_cv_path_LD=/usr/bin/ld
939lt_cv_path_NM=/usr/bin/nm
940lt_cv_path_mainfest_tool=no
941lt_cv_prog_compiler_c_o=yes
942lt_cv_prog_compiler_pic='-fno-common -DPIC'
943lt_cv_prog_compiler_pic_works=yes
944lt_cv_prog_compiler_rtti_exceptions=yes
945lt_cv_prog_compiler_static_works=no
946lt_cv_prog_gnu_ld=no
947lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
948lt_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'\'''
949lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
950lt_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'\'''
951lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
952lt_cv_sys_max_cmd_len=196608
953lt_cv_to_host_file_cmd=func_convert_file_noop
954lt_cv_to_tool_file_cmd=func_convert_file_noop
955xorg_cv_cc_flag__Wall=yes
956xorg_cv_cc_flag__Wbad_function_cast=yes
957xorg_cv_cc_flag__Wdeclaration_after_statement=yes
958xorg_cv_cc_flag__Werror=yes
959xorg_cv_cc_flag__Werror_address=yes
960xorg_cv_cc_flag__Werror_array_bounds=yes
961xorg_cv_cc_flag__Werror_attributes=yes
962xorg_cv_cc_flag__Werror_implicit=yes
963xorg_cv_cc_flag__Werror_init_self=yes
964xorg_cv_cc_flag__Werror_int_to_pointer_cast=yes
965xorg_cv_cc_flag__Werror_main=yes
966xorg_cv_cc_flag__Werror_missing_braces=yes
967xorg_cv_cc_flag__Werror_nonnull=yes
968xorg_cv_cc_flag__Werror_pointer_to_int_cast=yes
969xorg_cv_cc_flag__Werror_return_type=yes
970xorg_cv_cc_flag__Werror_sequence_point=yes
971xorg_cv_cc_flag__Werror_trigraphs=yes
972xorg_cv_cc_flag__Werror_write_strings=yes
973xorg_cv_cc_flag__Wformat_2=yes
974xorg_cv_cc_flag__Wlogical_op=no
975xorg_cv_cc_flag__Wmissing_declarations=yes
976xorg_cv_cc_flag__Wmissing_format_attribute=yes
977xorg_cv_cc_flag__Wmissing_noreturn=yes
978xorg_cv_cc_flag__Wmissing_prototypes=yes
979xorg_cv_cc_flag__Wnested_externs=yes
980xorg_cv_cc_flag__Wold_style_definition=yes
981xorg_cv_cc_flag__Wpointer_arith=yes
982xorg_cv_cc_flag__Wredundant_decls=yes
983xorg_cv_cc_flag__Wshadow=yes
984xorg_cv_cc_flag__Wstrict_prototypes=yes
985xorg_cv_cc_flag__Wuninitialized=yes
986xorg_cv_cc_flag__Wunused=yes
987xorg_cv_cc_flag__pedantic=yes
988xorg_cv_cc_flag_unknown_warning_option=yes
989xorg_cv_cc_flag_unused_command_line_argument=yes
990
991## ----------------- ##
992## Output variables. ##
993## ----------------- ##
994
995ACLOCAL='${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.4/missing aclocal-1.14'
996ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
997ADMIN_MAN_SUFFIX='8'
998AMDEPBACKSLASH='\'
999AMDEP_FALSE='#'
1000AMDEP_TRUE=''
1001AMTAR='$${TAR-tar}'
1002AM_BACKSLASH='\'
1003AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1004AM_DEFAULT_VERBOSITY='0'
1005AM_V='$(V)'
1006APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
1007APP_MAN_SUFFIX='1'
1008AR='ar'
1009AUTOCONF='${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.4/missing autoconf'
1010AUTOHEADER='${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.4/missing autoheader'
1011AUTOMAKE='${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.4/missing automake-1.14'
1012AWK='awk'
1013BASE_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 -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'
1014BIGFONT_CFLAGS=''
1015BIGFONT_LIBS=''
1016CC='/usr/bin/clang'
1017CCDEPMODE='depmode=gcc3'
1018CC_FOR_BUILD=''
1019CFLAGS='-pipe -Os -arch x86_64'
1020CFLAGS_FOR_BUILD=''
1021CHANGELOG_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)'
1022CPP='/usr/bin/clang -E'
1023CPPFLAGS='-I/opt/local/include'
1024CPPFLAGS_FOR_BUILD=''
1025CWARNFLAGS=' -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 -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'
1026CYGPATH_W='echo'
1027DEFS=''
1028DEPDIR='.deps'
1029DLLTOOL='false'
1030DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
1031DRIVER_MAN_SUFFIX='4'
1032DSYMUTIL='dsymutil'
1033DUMPBIN=''
1034ECHO_C='\c'
1035ECHO_N=''
1036ECHO_T=''
1037EGREP='/usr/bin/grep -E'
1038ENABLE_SPECS_FALSE=''
1039ENABLE_SPECS_TRUE='#'
1040EXEEXT=''
1041FGREP='/usr/bin/grep -F'
1042FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
1043FILE_MAN_SUFFIX='5'
1044FOP=''
1045GREP='/usr/bin/grep'
1046HAVE_FOP_FALSE=''
1047HAVE_FOP_TRUE='#'
1048HAVE_PERL_FALSE=''
1049HAVE_PERL_TRUE=''
1050HAVE_STYLESHEETS_FALSE=''
1051HAVE_STYLESHEETS_TRUE='#'
1052HAVE_XMLTO_FALSE=''
1053HAVE_XMLTO_TEXT_FALSE=''
1054HAVE_XMLTO_TEXT_TRUE='#'
1055HAVE_XMLTO_TRUE='#'
1056HAVE_XSLTPROC_FALSE='#'
1057HAVE_XSLTPROC_TRUE=''
1058I18N_MODULE_LIBS=''
1059INSTALL_CMD='(cp -f /opt/local/share/util-macros/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)'
1060INSTALL_DATA='${INSTALL} -m 644'
1061INSTALL_PROGRAM='${INSTALL}'
1062INSTALL_SCRIPT='${INSTALL}'
1063INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1064KEYSYMDEFS=''
1065LAUNCHD=''
1066LD='/usr/bin/ld'
1067LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1068LDFLAGS_FOR_BUILD=''
1069LIBOBJS=''
1070LIBS=''
1071LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1072LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
1073LIB_MAN_SUFFIX='3'
1074LINT=''
1075LINTLIB=''
1076LINT_FALSE=''
1077LINT_FLAGS=''
1078LINT_TRUE=''
1079LIPO='lipo'
1080LN_S='ln -s'
1081LTLIBOBJS=''
1082MAKEINFO='${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.4/missing makeinfo'
1083MAKE_LINT_LIB_FALSE=''
1084MAKE_LINT_LIB_TRUE=''
1085MALLOC_ZERO_CFLAGS=''
1086MANIFEST_TOOL=':'
1087MAN_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'\'''
1088MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
1089MISC_MAN_SUFFIX='7'
1090MKDIR_P='./install-sh -c -d'
1091NM='/usr/bin/nm'
1092NMEDIT='nmedit'
1093OBJDUMP='false'
1094OBJEXT='o'
1095OS2_FALSE=''
1096OS2_TRUE=''
1097OTOOL64=':'
1098OTOOL='otool'
1099PACKAGE='libX11'
1100PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
1101PACKAGE_NAME='libX11'
1102PACKAGE_STRING='libX11 1.6.4'
1103PACKAGE_TARNAME='libX11'
1104PACKAGE_URL=''
1105PACKAGE_VERSION='1.6.4'
1106PATH_SEPARATOR=':'
1107PERL=''
1108PKG_CONFIG='/opt/local/bin/pkg-config'
1109PKG_CONFIG_LIBDIR=''
1110PKG_CONFIG_PATH=''
1111RANLIB='ranlib'
1112RAWCPP='/usr/bin/cpp'
1113RAWCPPFLAGS=''
1114SED='/usr/bin/sed'
1115SET_MAKE=''
1116SHELL='/bin/sh'
1117STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes'
1118STRIP='strip'
1119STYLESHEET_SRCDIR=''
1120THRSTUBS_FALSE=''
1121THRSTUBS_TRUE=''
1122TRADITIONALCPPFLAGS=''
1123VERSION='1.6.4'
1124WCHAR32=''
1125X11_CFLAGS=''
1126X11_DATADIR=''
1127X11_EXTRA_DEPS=''
1128X11_LIBDIR=''
1129X11_LIBS=''
1130X11_LOCALEDATADIR=''
1131X11_LOCALEDIR=''
1132X11_LOCALELIBDIR=''
1133XCMS_FALSE=''
1134XCMS_TRUE=''
1135XERRORDB=''
1136XKBPROTO_REQUIRES=''
1137XKB_FALSE=''
1138XKB_TRUE=''
1139XKEYSYMDB=''
1140XLIB_LOADABLE_I18N_FALSE=''
1141XLIB_LOADABLE_I18N_TRUE=''
1142XLOCALEDATADIR=''
1143XLOCALEDIR=''
1144XLOCALELIBDIR=''
1145XLOCALE_FALSE=''
1146XLOCALE_TRUE=''
1147XMALLOC_ZERO_CFLAGS=''
1148XMLTO=''
1149XORG_MAN_PAGE='X Version 11'
1150XORG_SGML_PATH=''
1151XSLTPROC='/usr/bin/xsltproc'
1152XSL_STYLESHEET=''
1153XTHREADLIB=''
1154XTHREAD_CFLAGS=''
1155XTMALLOC_ZERO_CFLAGS=''
1156ac_ct_AR='ar'
1157ac_ct_CC='/usr/bin/clang'
1158ac_ct_DUMPBIN=''
1159am__EXEEXT_FALSE=''
1160am__EXEEXT_TRUE=''
1161am__fastdepCC_FALSE='#'
1162am__fastdepCC_TRUE=''
1163am__include='include'
1164am__isrc=''
1165am__leading_dot='.'
1166am__nodep='_no'
1167am__quote=''
1168am__tar='$${TAR-tar} chof - "$$tardir"'
1169am__untar='$${TAR-tar} xf -'
1170bindir='${exec_prefix}/bin'
1171build='x86_64-apple-darwin12.5.0'
1172build_alias=''
1173build_cpu='x86_64'
1174build_os='darwin12.5.0'
1175build_vendor='apple'
1176datadir='${datarootdir}'
1177datarootdir='${prefix}/share'
1178docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1179dvidir='${docdir}'
1180exec_prefix='NONE'
1181host='x86_64-apple-darwin12.5.0'
1182host_alias=''
1183host_cpu='x86_64'
1184host_os='darwin12.5.0'
1185host_vendor='apple'
1186htmldir='${docdir}'
1187includedir='${prefix}/include'
1188infodir='${datarootdir}/info'
1189install_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.4/install-sh'
1190libdir='${exec_prefix}/lib'
1191libexecdir='${exec_prefix}/libexec'
1192localedir='${datarootdir}/locale'
1193locales=''
1194localstatedir='${prefix}/var'
1195mandir='${datarootdir}/man'
1196mkdir_p='$(MKDIR_P)'
1197oldincludedir='/usr/include'
1198pdfdir='${docdir}'
1199prefix='/opt/local'
1200program_transform_name='s,x,x,'
1201psdir='${docdir}'
1202sbindir='${exec_prefix}/sbin'
1203sharedstatedir='${prefix}/com'
1204sysconfdir='${prefix}/etc'
1205target_alias=''
1206
1207## ----------- ##
1208## confdefs.h. ##
1209## ----------- ##
1210
1211/* confdefs.h */
1212#define PACKAGE_NAME "libX11"
1213#define PACKAGE_TARNAME "libX11"
1214#define PACKAGE_VERSION "1.6.4"
1215#define PACKAGE_STRING "libX11 1.6.4"
1216#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
1217#define PACKAGE_URL ""
1218#define STDC_HEADERS 1
1219#define HAVE_SYS_TYPES_H 1
1220#define HAVE_SYS_STAT_H 1
1221#define HAVE_STDLIB_H 1
1222#define HAVE_STRING_H 1
1223#define HAVE_MEMORY_H 1
1224#define HAVE_STRINGS_H 1
1225#define HAVE_INTTYPES_H 1
1226#define HAVE_STDINT_H 1
1227#define HAVE_UNISTD_H 1
1228#define __EXTENSIONS__ 1
1229#define _ALL_SOURCE 1
1230#define _GNU_SOURCE 1
1231#define _POSIX_PTHREAD_SEMANTICS 1
1232#define _TANDEM_SOURCE 1
1233#define PACKAGE "libX11"
1234#define VERSION "1.6.4"
1235#define HAVE_DLFCN_H 1
1236#define LT_OBJDIR ".libs/"
1237#define PACKAGE_VERSION_MAJOR 1
1238#define PACKAGE_VERSION_MINOR 6
1239#define PACKAGE_VERSION_PATCHLEVEL 4
1240
1241configure: exit 1