1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by libX11 configure 1.6.3, which was |
---|
5 | generated 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 | |
---|
13 | hostname = io.anu.edu.au |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 16.0.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/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 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 8 processors. |
---|
28 | 4 processors are physically available. |
---|
29 | 8 processors are logically available. |
---|
30 | Processor type: x86_64h (Intel x86-64h Haswell) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 |
---|
32 | Primary memory available: 16.00 gigabytes |
---|
33 | Default processor set: 261 tasks, 941 threads, 8 processors |
---|
34 | Load average: 2.01, Mach factor: 5.98 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:2654: checking build system type |
---|
52 | configure:2668: result: x86_64-apple-darwin16.0.0 |
---|
53 | configure:2688: checking host system type |
---|
54 | configure:2701: result: x86_64-apple-darwin16.0.0 |
---|
55 | configure:2775: checking for gcc |
---|
56 | configure:2802: result: /usr/bin/clang |
---|
57 | configure:3031: checking for C compiler version |
---|
58 | configure:3040: /usr/bin/clang --version >&5 |
---|
59 | Apple LLVM version 8.0.0 (clang-800.0.38) |
---|
60 | Target: x86_64-apple-darwin16.0.0 |
---|
61 | Thread model: posix |
---|
62 | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
---|
63 | configure:3051: $? = 0 |
---|
64 | configure:3040: /usr/bin/clang -v >&5 |
---|
65 | Apple LLVM version 8.0.0 (clang-800.0.38) |
---|
66 | Target: x86_64-apple-darwin16.0.0 |
---|
67 | Thread model: posix |
---|
68 | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
---|
69 | configure:3051: $? = 0 |
---|
70 | configure:3040: /usr/bin/clang -V >&5 |
---|
71 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
72 | clang: error: no input files |
---|
73 | configure:3051: $? = 1 |
---|
74 | configure:3040: /usr/bin/clang -qversion >&5 |
---|
75 | clang: error: unknown argument: '-qversion' |
---|
76 | clang: error: no input files |
---|
77 | configure:3051: $? = 1 |
---|
78 | configure:3071: checking whether the C compiler works |
---|
79 | configure:3093: /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 |
---|
80 | configure:3097: $? = 0 |
---|
81 | configure:3145: result: yes |
---|
82 | configure:3148: checking for C compiler default output file name |
---|
83 | configure:3150: result: a.out |
---|
84 | configure:3156: checking for suffix of executables |
---|
85 | configure:3163: /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 |
---|
86 | configure:3167: $? = 0 |
---|
87 | configure:3189: result: |
---|
88 | configure:3211: checking whether we are cross compiling |
---|
89 | configure:3219: /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 |
---|
90 | configure:3223: $? = 0 |
---|
91 | configure:3230: ./conftest |
---|
92 | configure:3234: $? = 0 |
---|
93 | configure:3249: result: no |
---|
94 | configure:3254: checking for suffix of object files |
---|
95 | configure:3276: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
96 | configure:3280: $? = 0 |
---|
97 | configure:3301: result: o |
---|
98 | configure:3305: checking whether we are using the GNU C compiler |
---|
99 | configure:3324: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
100 | configure:3324: $? = 0 |
---|
101 | configure:3333: result: yes |
---|
102 | configure:3342: checking whether /usr/bin/clang accepts -g |
---|
103 | configure:3362: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5 |
---|
104 | configure:3362: $? = 0 |
---|
105 | configure:3403: result: yes |
---|
106 | configure:3420: checking for /usr/bin/clang option to accept ISO C89 |
---|
107 | configure:3483: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
108 | configure:3483: $? = 0 |
---|
109 | configure:3496: result: none needed |
---|
110 | configure:3521: checking whether /usr/bin/clang understands -c and -o together |
---|
111 | configure:3543: /usr/bin/clang -c conftest.c -o conftest2.o |
---|
112 | configure:3546: $? = 0 |
---|
113 | configure:3543: /usr/bin/clang -c conftest.c -o conftest2.o |
---|
114 | configure:3546: $? = 0 |
---|
115 | configure:3558: result: yes |
---|
116 | configure:3581: checking how to run the C preprocessor |
---|
117 | configure:3612: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
118 | configure:3612: $? = 0 |
---|
119 | configure:3626: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
120 | conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found |
---|
121 | #include <ac_nonexistent.h> |
---|
122 | ^ |
---|
123 | 1 error generated. |
---|
124 | configure:3626: $? = 1 |
---|
125 | configure: failed program was: |
---|
126 | | /* confdefs.h */ |
---|
127 | | #define PACKAGE_NAME "libX11" |
---|
128 | | #define PACKAGE_TARNAME "libX11" |
---|
129 | | #define PACKAGE_VERSION "1.6.3" |
---|
130 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
131 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
132 | | #define PACKAGE_URL "" |
---|
133 | | /* end confdefs.h. */ |
---|
134 | | #include <ac_nonexistent.h> |
---|
135 | configure:3651: result: /usr/bin/clang -E |
---|
136 | configure:3671: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
137 | configure:3671: $? = 0 |
---|
138 | configure:3685: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
139 | conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found |
---|
140 | #include <ac_nonexistent.h> |
---|
141 | ^ |
---|
142 | 1 error generated. |
---|
143 | configure:3685: $? = 1 |
---|
144 | configure: failed program was: |
---|
145 | | /* confdefs.h */ |
---|
146 | | #define PACKAGE_NAME "libX11" |
---|
147 | | #define PACKAGE_TARNAME "libX11" |
---|
148 | | #define PACKAGE_VERSION "1.6.3" |
---|
149 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
150 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
151 | | #define PACKAGE_URL "" |
---|
152 | | /* end confdefs.h. */ |
---|
153 | | #include <ac_nonexistent.h> |
---|
154 | configure:3714: checking for grep that handles long lines and -e |
---|
155 | configure:3772: result: /usr/bin/grep |
---|
156 | configure:3777: checking for egrep |
---|
157 | configure:3839: result: /usr/bin/grep -E |
---|
158 | configure:3844: checking for ANSI C header files |
---|
159 | configure:3864: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
160 | configure:3864: $? = 0 |
---|
161 | configure:3937: /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 |
---|
162 | configure:3937: $? = 0 |
---|
163 | configure:3937: ./conftest |
---|
164 | configure:3937: $? = 0 |
---|
165 | configure:3948: result: yes |
---|
166 | configure:3961: checking for sys/types.h |
---|
167 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
168 | configure:3961: $? = 0 |
---|
169 | configure:3961: result: yes |
---|
170 | configure:3961: checking for sys/stat.h |
---|
171 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
172 | configure:3961: $? = 0 |
---|
173 | configure:3961: result: yes |
---|
174 | configure:3961: checking for stdlib.h |
---|
175 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
176 | configure:3961: $? = 0 |
---|
177 | configure:3961: result: yes |
---|
178 | configure:3961: checking for string.h |
---|
179 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
180 | configure:3961: $? = 0 |
---|
181 | configure:3961: result: yes |
---|
182 | configure:3961: checking for memory.h |
---|
183 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
184 | configure:3961: $? = 0 |
---|
185 | configure:3961: result: yes |
---|
186 | configure:3961: checking for strings.h |
---|
187 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
188 | configure:3961: $? = 0 |
---|
189 | configure:3961: result: yes |
---|
190 | configure:3961: checking for inttypes.h |
---|
191 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
192 | configure:3961: $? = 0 |
---|
193 | configure:3961: result: yes |
---|
194 | configure:3961: checking for stdint.h |
---|
195 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
196 | configure:3961: $? = 0 |
---|
197 | configure:3961: result: yes |
---|
198 | configure:3961: checking for unistd.h |
---|
199 | configure:3961: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
200 | configure:3961: $? = 0 |
---|
201 | configure:3961: result: yes |
---|
202 | configure:3974: checking minix/config.h usability |
---|
203 | configure:3974: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
204 | conftest.c:52:10: fatal error: 'minix/config.h' file not found |
---|
205 | #include <minix/config.h> |
---|
206 | ^ |
---|
207 | 1 error generated. |
---|
208 | configure:3974: $? = 1 |
---|
209 | configure: failed program was: |
---|
210 | | /* confdefs.h */ |
---|
211 | | #define PACKAGE_NAME "libX11" |
---|
212 | | #define PACKAGE_TARNAME "libX11" |
---|
213 | | #define PACKAGE_VERSION "1.6.3" |
---|
214 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
215 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
216 | | #define PACKAGE_URL "" |
---|
217 | | #define STDC_HEADERS 1 |
---|
218 | | #define HAVE_SYS_TYPES_H 1 |
---|
219 | | #define HAVE_SYS_STAT_H 1 |
---|
220 | | #define HAVE_STDLIB_H 1 |
---|
221 | | #define HAVE_STRING_H 1 |
---|
222 | | #define HAVE_MEMORY_H 1 |
---|
223 | | #define HAVE_STRINGS_H 1 |
---|
224 | | #define HAVE_INTTYPES_H 1 |
---|
225 | | #define HAVE_STDINT_H 1 |
---|
226 | | #define HAVE_UNISTD_H 1 |
---|
227 | | /* end confdefs.h. */ |
---|
228 | | #include <stdio.h> |
---|
229 | | #ifdef HAVE_SYS_TYPES_H |
---|
230 | | # include <sys/types.h> |
---|
231 | | #endif |
---|
232 | | #ifdef HAVE_SYS_STAT_H |
---|
233 | | # include <sys/stat.h> |
---|
234 | | #endif |
---|
235 | | #ifdef STDC_HEADERS |
---|
236 | | # include <stdlib.h> |
---|
237 | | # include <stddef.h> |
---|
238 | | #else |
---|
239 | | # ifdef HAVE_STDLIB_H |
---|
240 | | # include <stdlib.h> |
---|
241 | | # endif |
---|
242 | | #endif |
---|
243 | | #ifdef HAVE_STRING_H |
---|
244 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
245 | | # include <memory.h> |
---|
246 | | # endif |
---|
247 | | # include <string.h> |
---|
248 | | #endif |
---|
249 | | #ifdef HAVE_STRINGS_H |
---|
250 | | # include <strings.h> |
---|
251 | | #endif |
---|
252 | | #ifdef HAVE_INTTYPES_H |
---|
253 | | # include <inttypes.h> |
---|
254 | | #endif |
---|
255 | | #ifdef HAVE_STDINT_H |
---|
256 | | # include <stdint.h> |
---|
257 | | #endif |
---|
258 | | #ifdef HAVE_UNISTD_H |
---|
259 | | # include <unistd.h> |
---|
260 | | #endif |
---|
261 | | #include <minix/config.h> |
---|
262 | configure:3974: result: no |
---|
263 | configure:3974: checking minix/config.h presence |
---|
264 | configure:3974: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
265 | conftest.c:19:10: fatal error: 'minix/config.h' file not found |
---|
266 | #include <minix/config.h> |
---|
267 | ^ |
---|
268 | 1 error generated. |
---|
269 | configure:3974: $? = 1 |
---|
270 | configure: failed program was: |
---|
271 | | /* confdefs.h */ |
---|
272 | | #define PACKAGE_NAME "libX11" |
---|
273 | | #define PACKAGE_TARNAME "libX11" |
---|
274 | | #define PACKAGE_VERSION "1.6.3" |
---|
275 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
276 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
277 | | #define PACKAGE_URL "" |
---|
278 | | #define STDC_HEADERS 1 |
---|
279 | | #define HAVE_SYS_TYPES_H 1 |
---|
280 | | #define HAVE_SYS_STAT_H 1 |
---|
281 | | #define HAVE_STDLIB_H 1 |
---|
282 | | #define HAVE_STRING_H 1 |
---|
283 | | #define HAVE_MEMORY_H 1 |
---|
284 | | #define HAVE_STRINGS_H 1 |
---|
285 | | #define HAVE_INTTYPES_H 1 |
---|
286 | | #define HAVE_STDINT_H 1 |
---|
287 | | #define HAVE_UNISTD_H 1 |
---|
288 | | /* end confdefs.h. */ |
---|
289 | | #include <minix/config.h> |
---|
290 | configure:3974: result: no |
---|
291 | configure:3974: checking for minix/config.h |
---|
292 | configure:3974: result: no |
---|
293 | configure:3995: checking whether it is safe to define __EXTENSIONS__ |
---|
294 | configure:4013: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
295 | configure:4013: $? = 0 |
---|
296 | configure:4020: result: yes |
---|
297 | configure:4052: checking for a BSD-compatible install |
---|
298 | configure:4120: result: /usr/bin/install -c |
---|
299 | configure:4131: checking whether build environment is sane |
---|
300 | configure:4186: result: yes |
---|
301 | configure:4334: checking for a thread-safe mkdir -p |
---|
302 | configure:4373: result: /opt/local/bin/gmkdir -p |
---|
303 | configure:4380: checking for gawk |
---|
304 | configure:4396: found /opt/local/bin/gawk |
---|
305 | configure:4407: result: gawk |
---|
306 | configure:4418: checking whether make sets $(MAKE) |
---|
307 | configure:4440: result: yes |
---|
308 | configure:4470: checking for style of include used by make |
---|
309 | configure:4498: result: GNU |
---|
310 | configure:4532: checking whether make supports nested variables |
---|
311 | configure:4549: result: yes |
---|
312 | configure:4634: checking dependency style of /usr/bin/clang |
---|
313 | configure:4745: result: gcc3 |
---|
314 | configure:4851: checking how to print strings |
---|
315 | configure:4878: result: printf |
---|
316 | configure:4899: checking for a sed that does not truncate output |
---|
317 | configure:4963: result: /opt/local/bin/gsed |
---|
318 | configure:4981: checking for fgrep |
---|
319 | configure:5043: result: /usr/bin/grep -F |
---|
320 | configure:5078: checking for ld used by /usr/bin/clang |
---|
321 | configure:5145: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
322 | configure:5152: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
323 | configure:5167: result: no |
---|
324 | configure:5179: checking for BSD- or MS-compatible name lister (nm) |
---|
325 | configure:5228: result: /usr/bin/nm -B |
---|
326 | configure:5358: checking the name lister (/usr/bin/nm -B) interface |
---|
327 | configure:5365: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
328 | configure:5368: /usr/bin/nm -B "conftest.o" |
---|
329 | configure:5371: output |
---|
330 | 0000000000000000 S _some_variable |
---|
331 | configure:5378: result: BSD nm |
---|
332 | configure:5381: checking whether ln -s works |
---|
333 | configure:5385: result: yes |
---|
334 | configure:5393: checking the maximum length of command line arguments |
---|
335 | configure:5523: result: 196608 |
---|
336 | configure:5540: checking whether the shell understands some XSI constructs |
---|
337 | configure:5550: result: yes |
---|
338 | configure:5554: checking whether the shell understands "+=" |
---|
339 | configure:5560: result: yes |
---|
340 | configure:5595: checking how to convert x86_64-apple-darwin16.0.0 file names to x86_64-apple-darwin16.0.0 format |
---|
341 | configure:5635: result: func_convert_file_noop |
---|
342 | configure:5642: checking how to convert x86_64-apple-darwin16.0.0 file names to toolchain format |
---|
343 | configure:5662: result: func_convert_file_noop |
---|
344 | configure:5669: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files |
---|
345 | configure:5676: result: -r |
---|
346 | configure:5750: checking for objdump |
---|
347 | configure:5766: found /usr/bin/objdump |
---|
348 | configure:5777: result: objdump |
---|
349 | configure:5809: checking how to recognize dependent libraries |
---|
350 | configure:6011: result: pass_all |
---|
351 | configure:6096: checking for dlltool |
---|
352 | configure:6126: result: no |
---|
353 | configure:6156: checking how to associate runtime and link libraries |
---|
354 | configure:6183: result: printf %s\n |
---|
355 | configure:6243: checking for ar |
---|
356 | configure:6259: found /opt/local/bin/ar |
---|
357 | configure:6270: result: ar |
---|
358 | configure:6307: checking for archiver @FILE support |
---|
359 | configure:6324: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
360 | configure:6324: $? = 0 |
---|
361 | configure:6327: ar cru libconftest.a @conftest.lst >&5 |
---|
362 | ar: @conftest.lst: No such file or directory |
---|
363 | configure:6330: $? = 1 |
---|
364 | configure:6350: result: no |
---|
365 | configure:6408: checking for strip |
---|
366 | configure:6424: found /opt/local/bin/strip |
---|
367 | configure:6435: result: strip |
---|
368 | configure:6507: checking for ranlib |
---|
369 | configure:6523: found /opt/local/bin/ranlib |
---|
370 | configure:6534: result: ranlib |
---|
371 | configure:6636: checking command to parse /usr/bin/nm -B output from /usr/bin/clang object |
---|
372 | configure:6756: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
373 | configure:6759: $? = 0 |
---|
374 | configure:6763: /usr/bin/nm -B 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 |
---|
375 | configure:6766: $? = 0 |
---|
376 | cannot find nm_test_var in conftest.nm |
---|
377 | configure:6756: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
378 | configure:6759: $? = 0 |
---|
379 | configure:6763: /usr/bin/nm -B 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 |
---|
380 | configure:6766: $? = 0 |
---|
381 | configure:6832: /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 |
---|
382 | configure:6835: $? = 0 |
---|
383 | configure:6873: result: ok |
---|
384 | configure:6910: checking for sysroot |
---|
385 | configure:6940: result: no |
---|
386 | configure:7196: checking for mt |
---|
387 | configure:7226: result: no |
---|
388 | configure:7246: checking if : is a manifest tool |
---|
389 | configure:7252: : '-?' |
---|
390 | configure:7260: result: no |
---|
391 | configure:7316: checking for dsymutil |
---|
392 | configure:7332: found /usr/bin/dsymutil |
---|
393 | configure:7343: result: dsymutil |
---|
394 | configure:7408: checking for nmedit |
---|
395 | configure:7424: found /opt/local/bin/nmedit |
---|
396 | configure:7435: result: nmedit |
---|
397 | configure:7500: checking for lipo |
---|
398 | configure:7516: found /opt/local/bin/lipo |
---|
399 | configure:7527: result: lipo |
---|
400 | configure:7592: checking for otool |
---|
401 | configure:7608: found /opt/local/bin/otool |
---|
402 | configure:7619: result: otool |
---|
403 | configure:7684: checking for otool64 |
---|
404 | configure:7714: result: no |
---|
405 | configure:7759: checking for -single_module linker flag |
---|
406 | /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 |
---|
407 | configure:7792: result: yes |
---|
408 | configure:7795: checking for -exported_symbols_list linker flag |
---|
409 | configure:7815: /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 |
---|
410 | configure:7815: $? = 0 |
---|
411 | configure:7825: result: yes |
---|
412 | configure:7828: checking for -force_load linker flag |
---|
413 | /usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c |
---|
414 | ar cru libconftest.a conftest.o |
---|
415 | ranlib libconftest.a |
---|
416 | /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 |
---|
417 | configure:7860: result: yes |
---|
418 | configure:7899: checking for dlfcn.h |
---|
419 | configure:7899: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
420 | configure:7899: $? = 0 |
---|
421 | configure:7899: result: yes |
---|
422 | configure:8105: checking for objdir |
---|
423 | configure:8120: result: .libs |
---|
424 | configure:8387: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions |
---|
425 | configure:8405: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5 |
---|
426 | configure:8409: $? = 0 |
---|
427 | configure:8422: result: yes |
---|
428 | configure:8749: checking for /usr/bin/clang option to produce PIC |
---|
429 | configure:8756: result: -fno-common -DPIC |
---|
430 | configure:8764: checking if /usr/bin/clang PIC flag -fno-common -DPIC works |
---|
431 | configure:8782: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5 |
---|
432 | configure:8786: $? = 0 |
---|
433 | configure:8799: result: yes |
---|
434 | configure:8828: checking if /usr/bin/clang static flag -static works |
---|
435 | configure:8856: result: no |
---|
436 | configure:8871: checking if /usr/bin/clang supports -c -o file.o |
---|
437 | configure:8892: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5 |
---|
438 | configure:8896: $? = 0 |
---|
439 | configure:8918: result: yes |
---|
440 | configure:8926: checking if /usr/bin/clang supports -c -o file.o |
---|
441 | configure:8973: result: yes |
---|
442 | configure:9006: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
443 | configure:10159: result: yes |
---|
444 | configure:10399: checking dynamic linker characteristics |
---|
445 | configure:11132: result: darwin16.0.0 dyld |
---|
446 | configure:11239: checking how to hardcode library paths into programs |
---|
447 | configure:11264: result: immediate |
---|
448 | configure:11804: checking whether stripping libraries is possible |
---|
449 | configure:11818: result: yes |
---|
450 | configure:11844: checking if libtool supports shared libraries |
---|
451 | configure:11846: result: yes |
---|
452 | configure:11849: checking whether to build shared libraries |
---|
453 | configure:11870: result: yes |
---|
454 | configure:11873: checking whether to build static libraries |
---|
455 | configure:11877: result: yes |
---|
456 | configure:11927: checking for /usr/bin/clang option to accept ISO C99 |
---|
457 | configure:12076: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
458 | configure:12076: $? = 0 |
---|
459 | configure:12089: result: none needed |
---|
460 | configure:12108: checking whether __clang__ is declared |
---|
461 | configure:12108: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
462 | configure:12108: $? = 0 |
---|
463 | configure:12108: result: yes |
---|
464 | configure:12115: checking whether __INTEL_COMPILER is declared |
---|
465 | configure:12115: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
466 | conftest.c:68:10: error: use of undeclared identifier '__INTEL_COMPILER' |
---|
467 | (void) __INTEL_COMPILER; |
---|
468 | ^ |
---|
469 | 1 error generated. |
---|
470 | configure:12115: $? = 1 |
---|
471 | configure: failed program was: |
---|
472 | | /* confdefs.h */ |
---|
473 | | #define PACKAGE_NAME "libX11" |
---|
474 | | #define PACKAGE_TARNAME "libX11" |
---|
475 | | #define PACKAGE_VERSION "1.6.3" |
---|
476 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
477 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
478 | | #define PACKAGE_URL "" |
---|
479 | | #define STDC_HEADERS 1 |
---|
480 | | #define HAVE_SYS_TYPES_H 1 |
---|
481 | | #define HAVE_SYS_STAT_H 1 |
---|
482 | | #define HAVE_STDLIB_H 1 |
---|
483 | | #define HAVE_STRING_H 1 |
---|
484 | | #define HAVE_MEMORY_H 1 |
---|
485 | | #define HAVE_STRINGS_H 1 |
---|
486 | | #define HAVE_INTTYPES_H 1 |
---|
487 | | #define HAVE_STDINT_H 1 |
---|
488 | | #define HAVE_UNISTD_H 1 |
---|
489 | | #define __EXTENSIONS__ 1 |
---|
490 | | #define _ALL_SOURCE 1 |
---|
491 | | #define _GNU_SOURCE 1 |
---|
492 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
493 | | #define _TANDEM_SOURCE 1 |
---|
494 | | #define PACKAGE "libX11" |
---|
495 | | #define VERSION "1.6.3" |
---|
496 | | #define HAVE_DLFCN_H 1 |
---|
497 | | #define LT_OBJDIR ".libs/" |
---|
498 | | /* end confdefs.h. */ |
---|
499 | | #include <stdio.h> |
---|
500 | | #ifdef HAVE_SYS_TYPES_H |
---|
501 | | # include <sys/types.h> |
---|
502 | | #endif |
---|
503 | | #ifdef HAVE_SYS_STAT_H |
---|
504 | | # include <sys/stat.h> |
---|
505 | | #endif |
---|
506 | | #ifdef STDC_HEADERS |
---|
507 | | # include <stdlib.h> |
---|
508 | | # include <stddef.h> |
---|
509 | | #else |
---|
510 | | # ifdef HAVE_STDLIB_H |
---|
511 | | # include <stdlib.h> |
---|
512 | | # endif |
---|
513 | | #endif |
---|
514 | | #ifdef HAVE_STRING_H |
---|
515 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
516 | | # include <memory.h> |
---|
517 | | # endif |
---|
518 | | # include <string.h> |
---|
519 | | #endif |
---|
520 | | #ifdef HAVE_STRINGS_H |
---|
521 | | # include <strings.h> |
---|
522 | | #endif |
---|
523 | | #ifdef HAVE_INTTYPES_H |
---|
524 | | # include <inttypes.h> |
---|
525 | | #endif |
---|
526 | | #ifdef HAVE_STDINT_H |
---|
527 | | # include <stdint.h> |
---|
528 | | #endif |
---|
529 | | #ifdef HAVE_UNISTD_H |
---|
530 | | # include <unistd.h> |
---|
531 | | #endif |
---|
532 | | int |
---|
533 | | main () |
---|
534 | | { |
---|
535 | | #ifndef __INTEL_COMPILER |
---|
536 | | #ifdef __cplusplus |
---|
537 | | (void) __INTEL_COMPILER; |
---|
538 | | #else |
---|
539 | | (void) __INTEL_COMPILER; |
---|
540 | | #endif |
---|
541 | | #endif |
---|
542 | | |
---|
543 | | ; |
---|
544 | | return 0; |
---|
545 | | } |
---|
546 | configure:12115: result: no |
---|
547 | configure:12122: checking whether __SUNPRO_C is declared |
---|
548 | configure:12122: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
549 | conftest.c:68:10: error: use of undeclared identifier '__SUNPRO_C' |
---|
550 | (void) __SUNPRO_C; |
---|
551 | ^ |
---|
552 | 1 error generated. |
---|
553 | configure:12122: $? = 1 |
---|
554 | configure: failed program was: |
---|
555 | | /* confdefs.h */ |
---|
556 | | #define PACKAGE_NAME "libX11" |
---|
557 | | #define PACKAGE_TARNAME "libX11" |
---|
558 | | #define PACKAGE_VERSION "1.6.3" |
---|
559 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
560 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
561 | | #define PACKAGE_URL "" |
---|
562 | | #define STDC_HEADERS 1 |
---|
563 | | #define HAVE_SYS_TYPES_H 1 |
---|
564 | | #define HAVE_SYS_STAT_H 1 |
---|
565 | | #define HAVE_STDLIB_H 1 |
---|
566 | | #define HAVE_STRING_H 1 |
---|
567 | | #define HAVE_MEMORY_H 1 |
---|
568 | | #define HAVE_STRINGS_H 1 |
---|
569 | | #define HAVE_INTTYPES_H 1 |
---|
570 | | #define HAVE_STDINT_H 1 |
---|
571 | | #define HAVE_UNISTD_H 1 |
---|
572 | | #define __EXTENSIONS__ 1 |
---|
573 | | #define _ALL_SOURCE 1 |
---|
574 | | #define _GNU_SOURCE 1 |
---|
575 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
576 | | #define _TANDEM_SOURCE 1 |
---|
577 | | #define PACKAGE "libX11" |
---|
578 | | #define VERSION "1.6.3" |
---|
579 | | #define HAVE_DLFCN_H 1 |
---|
580 | | #define LT_OBJDIR ".libs/" |
---|
581 | | /* end confdefs.h. */ |
---|
582 | | #include <stdio.h> |
---|
583 | | #ifdef HAVE_SYS_TYPES_H |
---|
584 | | # include <sys/types.h> |
---|
585 | | #endif |
---|
586 | | #ifdef HAVE_SYS_STAT_H |
---|
587 | | # include <sys/stat.h> |
---|
588 | | #endif |
---|
589 | | #ifdef STDC_HEADERS |
---|
590 | | # include <stdlib.h> |
---|
591 | | # include <stddef.h> |
---|
592 | | #else |
---|
593 | | # ifdef HAVE_STDLIB_H |
---|
594 | | # include <stdlib.h> |
---|
595 | | # endif |
---|
596 | | #endif |
---|
597 | | #ifdef HAVE_STRING_H |
---|
598 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
599 | | # include <memory.h> |
---|
600 | | # endif |
---|
601 | | # include <string.h> |
---|
602 | | #endif |
---|
603 | | #ifdef HAVE_STRINGS_H |
---|
604 | | # include <strings.h> |
---|
605 | | #endif |
---|
606 | | #ifdef HAVE_INTTYPES_H |
---|
607 | | # include <inttypes.h> |
---|
608 | | #endif |
---|
609 | | #ifdef HAVE_STDINT_H |
---|
610 | | # include <stdint.h> |
---|
611 | | #endif |
---|
612 | | #ifdef HAVE_UNISTD_H |
---|
613 | | # include <unistd.h> |
---|
614 | | #endif |
---|
615 | | int |
---|
616 | | main () |
---|
617 | | { |
---|
618 | | #ifndef __SUNPRO_C |
---|
619 | | #ifdef __cplusplus |
---|
620 | | (void) __SUNPRO_C; |
---|
621 | | #else |
---|
622 | | (void) __SUNPRO_C; |
---|
623 | | #endif |
---|
624 | | #endif |
---|
625 | | |
---|
626 | | ; |
---|
627 | | return 0; |
---|
628 | | } |
---|
629 | configure:12122: result: no |
---|
630 | configure:12179: checking for pkg-config |
---|
631 | configure:12197: found /opt/local/bin/pkg-config |
---|
632 | configure:12209: result: /opt/local/bin/pkg-config |
---|
633 | configure:12234: checking pkg-config is at least version 0.9.0 |
---|
634 | configure:12237: result: yes |
---|
635 | configure:12287: checking if /usr/bin/clang supports -Werror=unknown-warning-option |
---|
636 | configure:12296: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -I/opt/local/include conftest.c >&5 |
---|
637 | configure:12296: $? = 0 |
---|
638 | configure:12303: result: yes |
---|
639 | configure:12314: checking if /usr/bin/clang supports -Werror=unused-command-line-argument |
---|
640 | configure:12323: /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 |
---|
641 | configure:12323: $? = 0 |
---|
642 | configure:12330: result: yes |
---|
643 | configure:12349: checking if /usr/bin/clang supports -Wall |
---|
644 | configure:12366: /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 |
---|
645 | configure:12366: $? = 0 |
---|
646 | configure:12379: result: yes |
---|
647 | configure:12467: checking if /usr/bin/clang supports -Wpointer-arith |
---|
648 | configure:12484: /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 |
---|
649 | configure:12484: $? = 0 |
---|
650 | configure:12497: result: yes |
---|
651 | configure:12585: checking if /usr/bin/clang supports -Wmissing-declarations |
---|
652 | configure:12602: /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 |
---|
653 | configure:12602: $? = 0 |
---|
654 | configure:12615: result: yes |
---|
655 | configure:12703: checking if /usr/bin/clang supports -Wformat=2 |
---|
656 | configure:12720: /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 |
---|
657 | configure:12720: $? = 0 |
---|
658 | configure:12733: result: yes |
---|
659 | configure:12872: checking if /usr/bin/clang supports -Wstrict-prototypes |
---|
660 | configure:12889: /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 |
---|
661 | configure:12889: $? = 0 |
---|
662 | configure:12902: result: yes |
---|
663 | configure:12990: checking if /usr/bin/clang supports -Wmissing-prototypes |
---|
664 | configure:13007: /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 |
---|
665 | configure:13007: $? = 0 |
---|
666 | configure:13020: result: yes |
---|
667 | configure:13108: checking if /usr/bin/clang supports -Wnested-externs |
---|
668 | configure:13125: /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 |
---|
669 | configure:13125: $? = 0 |
---|
670 | configure:13138: result: yes |
---|
671 | configure:13226: checking if /usr/bin/clang supports -Wbad-function-cast |
---|
672 | configure:13243: /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 |
---|
673 | configure:13243: $? = 0 |
---|
674 | configure:13256: result: yes |
---|
675 | configure:13344: checking if /usr/bin/clang supports -Wold-style-definition |
---|
676 | configure:13361: /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 |
---|
677 | configure:13361: $? = 0 |
---|
678 | configure:13374: result: yes |
---|
679 | configure:13511: checking if /usr/bin/clang supports -Wdeclaration-after-statement |
---|
680 | configure:13528: /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 |
---|
681 | configure:13528: $? = 0 |
---|
682 | configure:13541: result: yes |
---|
683 | configure:13633: checking if /usr/bin/clang supports -Wunused |
---|
684 | configure:13650: /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 |
---|
685 | configure:13650: $? = 0 |
---|
686 | configure:13663: result: yes |
---|
687 | configure:13751: checking if /usr/bin/clang supports -Wuninitialized |
---|
688 | configure:13768: /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 |
---|
689 | configure:13768: $? = 0 |
---|
690 | configure:13781: result: yes |
---|
691 | configure:13869: checking if /usr/bin/clang supports -Wshadow |
---|
692 | configure:13886: /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 |
---|
693 | configure:13886: $? = 0 |
---|
694 | configure:13899: result: yes |
---|
695 | configure:13987: checking if /usr/bin/clang supports -Wmissing-noreturn |
---|
696 | configure:14004: /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 |
---|
697 | configure:14004: $? = 0 |
---|
698 | configure:14017: result: yes |
---|
699 | configure:14105: checking if /usr/bin/clang supports -Wmissing-format-attribute |
---|
700 | configure:14122: /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 |
---|
701 | configure:14122: $? = 0 |
---|
702 | configure:14135: result: yes |
---|
703 | configure:14223: checking if /usr/bin/clang supports -Wredundant-decls |
---|
704 | configure:14240: /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 |
---|
705 | configure:14240: $? = 0 |
---|
706 | configure:14253: result: yes |
---|
707 | configure:14341: checking if /usr/bin/clang supports -Wlogical-op |
---|
708 | configure:14358: /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 |
---|
709 | error: unknown warning option '-Wlogical-op'; did you mean '-Wliblto'? [-Werror,-Wunknown-warning-option] |
---|
710 | configure:14358: $? = 1 |
---|
711 | configure: failed program was: |
---|
712 | | /* confdefs.h */ |
---|
713 | | #define PACKAGE_NAME "libX11" |
---|
714 | | #define PACKAGE_TARNAME "libX11" |
---|
715 | | #define PACKAGE_VERSION "1.6.3" |
---|
716 | | #define PACKAGE_STRING "libX11 1.6.3" |
---|
717 | | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
718 | | #define PACKAGE_URL "" |
---|
719 | | #define STDC_HEADERS 1 |
---|
720 | | #define HAVE_SYS_TYPES_H 1 |
---|
721 | | #define HAVE_SYS_STAT_H 1 |
---|
722 | | #define HAVE_STDLIB_H 1 |
---|
723 | | #define HAVE_STRING_H 1 |
---|
724 | | #define HAVE_MEMORY_H 1 |
---|
725 | | #define HAVE_STRINGS_H 1 |
---|
726 | | #define HAVE_INTTYPES_H 1 |
---|
727 | | #define HAVE_STDINT_H 1 |
---|
728 | | #define HAVE_UNISTD_H 1 |
---|
729 | | #define __EXTENSIONS__ 1 |
---|
730 | | #define _ALL_SOURCE 1 |
---|
731 | | #define _GNU_SOURCE 1 |
---|
732 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
733 | | #define _TANDEM_SOURCE 1 |
---|
734 | | #define PACKAGE "libX11" |
---|
735 | | #define VERSION "1.6.3" |
---|
736 | | #define HAVE_DLFCN_H 1 |
---|
737 | | #define LT_OBJDIR ".libs/" |
---|
738 | | /* end confdefs.h. */ |
---|
739 | | int i; |
---|
740 | | int |
---|
741 | | main () |
---|
742 | | { |
---|
743 | | |
---|
744 | | ; |
---|
745 | | return 0; |
---|
746 | | } |
---|
747 | configure:14371: result: no |
---|
748 | configure:14471: checking if /usr/bin/clang supports -Werror=implicit |
---|
749 | configure:14488: /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 |
---|
750 | configure:14488: $? = 0 |
---|
751 | configure:14501: result: yes |
---|
752 | configure:14638: checking if /usr/bin/clang supports -Werror=nonnull |
---|
753 | configure:14655: /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 |
---|
754 | configure:14655: $? = 0 |
---|
755 | configure:14668: result: yes |
---|
756 | configure:14756: checking if /usr/bin/clang supports -Werror=init-self |
---|
757 | configure:14773: /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 |
---|
758 | configure:14773: $? = 0 |
---|
759 | configure:14786: result: yes |
---|
760 | configure:14874: checking if /usr/bin/clang supports -Werror=main |
---|
761 | configure:14891: /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 |
---|
762 | configure:14891: $? = 0 |
---|
763 | configure:14904: result: yes |
---|
764 | configure:14992: checking if /usr/bin/clang supports -Werror=missing-braces |
---|
765 | configure:15009: /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 |
---|
766 | configure:15009: $? = 0 |
---|
767 | configure:15022: result: yes |
---|
768 | configure:15110: checking if /usr/bin/clang supports -Werror=sequence-point |
---|
769 | configure:15127: /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 |
---|
770 | configure:15127: $? = 0 |
---|
771 | configure:15140: result: yes |
---|
772 | configure:15228: checking if /usr/bin/clang supports -Werror=return-type |
---|
773 | configure:15245: /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 |
---|
774 | configure:15245: $? = 0 |
---|
775 | configure:15258: result: yes |
---|
776 | configure:15395: checking if /usr/bin/clang supports -Werror=trigraphs |
---|
777 | configure:15412: /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 |
---|
778 | configure:15412: $? = 0 |
---|
779 | configure:15425: result: yes |
---|
780 | configure:15513: checking if /usr/bin/clang supports -Werror=array-bounds |
---|
781 | configure:15530: /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 |
---|
782 | configure:15530: $? = 0 |
---|
783 | configure:15543: result: yes |
---|
784 | configure:15631: checking if /usr/bin/clang supports -Werror=write-strings |
---|
785 | configure:15648: /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 |
---|
786 | configure:15648: $? = 0 |
---|
787 | configure:15661: result: yes |
---|
788 | configure:15749: checking if /usr/bin/clang supports -Werror=address |
---|
789 | configure:15766: /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 |
---|
790 | configure:15766: $? = 0 |
---|
791 | configure:15779: result: yes |
---|
792 | configure:15867: checking if /usr/bin/clang supports -Werror=int-to-pointer-cast |
---|
793 | configure:15884: /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 |
---|
794 | configure:15884: $? = 0 |
---|
795 | configure:15897: result: yes |
---|
796 | configure:16034: checking if /usr/bin/clang supports -Werror=pointer-to-int-cast |
---|
797 | configure:16051: /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 |
---|
798 | configure:16051: $? = 0 |
---|
799 | configure:16064: result: yes |
---|
800 | configure:17722: checking if /usr/bin/clang supports -pedantic |
---|
801 | configure:17739: /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 |
---|
802 | configure:17739: $? = 0 |
---|
803 | configure:17752: result: yes |
---|
804 | configure:17840: checking if /usr/bin/clang supports -Werror |
---|
805 | configure:17857: /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 |
---|
806 | configure:17857: $? = 0 |
---|
807 | configure:17870: result: yes |
---|
808 | configure:18010: checking if /usr/bin/clang supports -Werror=attributes |
---|
809 | configure:18027: /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 |
---|
810 | configure:18027: $? = 0 |
---|
811 | configure:18040: result: yes |
---|
812 | configure:18200: checking whether make supports nested variables |
---|
813 | configure:18217: result: yes |
---|
814 | configure:18247: checking whether to build functional specifications |
---|
815 | configure:18249: result: no |
---|
816 | configure:18572: checking for xsltproc |
---|
817 | configure:18590: found /opt/local/bin/xsltproc |
---|
818 | configure:18602: result: /opt/local/bin/xsltproc |
---|
819 | configure:18682: checking for X.Org SGML entities >= 1.10 |
---|
820 | configure:18686: $PKG_CONFIG --exists --print-errors "xorg-sgml-doctools >= 1.10" |
---|
821 | Package xorg-sgml-doctools was not found in the pkg-config search path. |
---|
822 | Perhaps you should add the directory containing `xorg-sgml-doctools.pc' |
---|
823 | to the PKG_CONFIG_PATH environment variable |
---|
824 | No package 'xorg-sgml-doctools' found |
---|
825 | configure:18689: $? = 1 |
---|
826 | configure:18705: result: no |
---|
827 | configure:18727: checking for cpp |
---|
828 | configure:18758: result: /usr/bin/cpp |
---|
829 | configure:18774: checking if /usr/bin/cpp requires -undef |
---|
830 | configure:18794: error: /usr/bin/cpp defines unix with or without -undef. I don't know what to do. |
---|
831 | |
---|
832 | ## ---------------- ## |
---|
833 | ## Cache variables. ## |
---|
834 | ## ---------------- ## |
---|
835 | |
---|
836 | ac_cv_build=x86_64-apple-darwin16.0.0 |
---|
837 | ac_cv_c_compiler_gnu=yes |
---|
838 | ac_cv_env_BIGFONT_CFLAGS_set= |
---|
839 | ac_cv_env_BIGFONT_CFLAGS_value= |
---|
840 | ac_cv_env_BIGFONT_LIBS_set= |
---|
841 | ac_cv_env_BIGFONT_LIBS_value= |
---|
842 | ac_cv_env_CC_set=set |
---|
843 | ac_cv_env_CC_value=/usr/bin/clang |
---|
844 | ac_cv_env_CFLAGS_set=set |
---|
845 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
---|
846 | ac_cv_env_CPPFLAGS_set=set |
---|
847 | ac_cv_env_CPPFLAGS_value=-I/opt/local/include |
---|
848 | ac_cv_env_CPP_set= |
---|
849 | ac_cv_env_CPP_value= |
---|
850 | ac_cv_env_FOP_set= |
---|
851 | ac_cv_env_FOP_value= |
---|
852 | ac_cv_env_LDFLAGS_set=set |
---|
853 | ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
854 | ac_cv_env_LIBS_set= |
---|
855 | ac_cv_env_LIBS_value= |
---|
856 | ac_cv_env_LINT_FLAGS_set= |
---|
857 | ac_cv_env_LINT_FLAGS_value= |
---|
858 | ac_cv_env_LINT_set= |
---|
859 | ac_cv_env_LINT_value= |
---|
860 | ac_cv_env_PERL_set= |
---|
861 | ac_cv_env_PERL_value= |
---|
862 | ac_cv_env_PKG_CONFIG_set= |
---|
863 | ac_cv_env_PKG_CONFIG_value= |
---|
864 | ac_cv_env_X11_CFLAGS_set= |
---|
865 | ac_cv_env_X11_CFLAGS_value= |
---|
866 | ac_cv_env_X11_LIBS_set= |
---|
867 | ac_cv_env_X11_LIBS_value= |
---|
868 | ac_cv_env_XMLTO_set= |
---|
869 | ac_cv_env_XMLTO_value= |
---|
870 | ac_cv_env_XSLTPROC_set= |
---|
871 | ac_cv_env_XSLTPROC_value= |
---|
872 | ac_cv_env_build_alias_set= |
---|
873 | ac_cv_env_build_alias_value= |
---|
874 | ac_cv_env_host_alias_set= |
---|
875 | ac_cv_env_host_alias_value= |
---|
876 | ac_cv_env_target_alias_set= |
---|
877 | ac_cv_env_target_alias_value= |
---|
878 | ac_cv_have_decl___INTEL_COMPILER=no |
---|
879 | ac_cv_have_decl___SUNPRO_C=no |
---|
880 | ac_cv_have_decl___clang__=yes |
---|
881 | ac_cv_header_dlfcn_h=yes |
---|
882 | ac_cv_header_inttypes_h=yes |
---|
883 | ac_cv_header_memory_h=yes |
---|
884 | ac_cv_header_minix_config_h=no |
---|
885 | ac_cv_header_stdc=yes |
---|
886 | ac_cv_header_stdint_h=yes |
---|
887 | ac_cv_header_stdlib_h=yes |
---|
888 | ac_cv_header_string_h=yes |
---|
889 | ac_cv_header_strings_h=yes |
---|
890 | ac_cv_header_sys_stat_h=yes |
---|
891 | ac_cv_header_sys_types_h=yes |
---|
892 | ac_cv_header_unistd_h=yes |
---|
893 | ac_cv_host=x86_64-apple-darwin16.0.0 |
---|
894 | ac_cv_objext=o |
---|
895 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
896 | ac_cv_path_FGREP='/usr/bin/grep -F' |
---|
897 | ac_cv_path_GREP=/usr/bin/grep |
---|
898 | ac_cv_path_RAWCPP=/usr/bin/cpp |
---|
899 | ac_cv_path_SED=/opt/local/bin/gsed |
---|
900 | ac_cv_path_XSLTPROC=/opt/local/bin/xsltproc |
---|
901 | ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config |
---|
902 | ac_cv_path_mkdir=/opt/local/bin/gmkdir |
---|
903 | ac_cv_prog_AWK=gawk |
---|
904 | ac_cv_prog_CPP='/usr/bin/clang -E' |
---|
905 | ac_cv_prog_ac_ct_AR=ar |
---|
906 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
907 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
---|
908 | ac_cv_prog_ac_ct_LIPO=lipo |
---|
909 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
---|
910 | ac_cv_prog_ac_ct_OBJDUMP=objdump |
---|
911 | ac_cv_prog_ac_ct_OTOOL=otool |
---|
912 | ac_cv_prog_ac_ct_RANLIB=ranlib |
---|
913 | ac_cv_prog_ac_ct_STRIP=strip |
---|
914 | ac_cv_prog_cc_c89= |
---|
915 | ac_cv_prog_cc_c99= |
---|
916 | ac_cv_prog_cc_g=yes |
---|
917 | ac_cv_prog_make_make_set=yes |
---|
918 | ac_cv_safe_to_define___extensions__=yes |
---|
919 | am_cv_CC_dependencies_compiler_type=gcc3 |
---|
920 | am_cv_make_support_nested_variables=yes |
---|
921 | am_cv_prog_cc_c_o=yes |
---|
922 | lt_cv_apple_cc_single_mod=yes |
---|
923 | lt_cv_ar_at_file=no |
---|
924 | lt_cv_deplibs_check_method=pass_all |
---|
925 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
926 | lt_cv_file_magic_test_file= |
---|
927 | lt_cv_ld_exported_symbols_list=yes |
---|
928 | lt_cv_ld_force_load=yes |
---|
929 | lt_cv_ld_reload_flag=-r |
---|
930 | lt_cv_nm_interface='BSD nm' |
---|
931 | lt_cv_objdir=.libs |
---|
932 | lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
933 | lt_cv_path_NM='/usr/bin/nm -B' |
---|
934 | lt_cv_path_mainfest_tool=no |
---|
935 | lt_cv_prog_compiler_c_o=yes |
---|
936 | lt_cv_prog_compiler_pic='-fno-common -DPIC' |
---|
937 | lt_cv_prog_compiler_pic_works=yes |
---|
938 | lt_cv_prog_compiler_rtti_exceptions=yes |
---|
939 | lt_cv_prog_compiler_static_works=no |
---|
940 | lt_cv_prog_gnu_ld=no |
---|
941 | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' |
---|
942 | lt_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'\''' |
---|
943 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' |
---|
944 | lt_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'\''' |
---|
945 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
---|
946 | lt_cv_sys_max_cmd_len=196608 |
---|
947 | lt_cv_to_host_file_cmd=func_convert_file_noop |
---|
948 | lt_cv_to_tool_file_cmd=func_convert_file_noop |
---|
949 | xorg_cv_cc_flag__Wall=yes |
---|
950 | xorg_cv_cc_flag__Wbad_function_cast=yes |
---|
951 | xorg_cv_cc_flag__Wdeclaration_after_statement=yes |
---|
952 | xorg_cv_cc_flag__Werror=yes |
---|
953 | xorg_cv_cc_flag__Werror_address=yes |
---|
954 | xorg_cv_cc_flag__Werror_array_bounds=yes |
---|
955 | xorg_cv_cc_flag__Werror_attributes=yes |
---|
956 | xorg_cv_cc_flag__Werror_implicit=yes |
---|
957 | xorg_cv_cc_flag__Werror_init_self=yes |
---|
958 | xorg_cv_cc_flag__Werror_int_to_pointer_cast=yes |
---|
959 | xorg_cv_cc_flag__Werror_main=yes |
---|
960 | xorg_cv_cc_flag__Werror_missing_braces=yes |
---|
961 | xorg_cv_cc_flag__Werror_nonnull=yes |
---|
962 | xorg_cv_cc_flag__Werror_pointer_to_int_cast=yes |
---|
963 | xorg_cv_cc_flag__Werror_return_type=yes |
---|
964 | xorg_cv_cc_flag__Werror_sequence_point=yes |
---|
965 | xorg_cv_cc_flag__Werror_trigraphs=yes |
---|
966 | xorg_cv_cc_flag__Werror_write_strings=yes |
---|
967 | xorg_cv_cc_flag__Wformat_2=yes |
---|
968 | xorg_cv_cc_flag__Wlogical_op=no |
---|
969 | xorg_cv_cc_flag__Wmissing_declarations=yes |
---|
970 | xorg_cv_cc_flag__Wmissing_format_attribute=yes |
---|
971 | xorg_cv_cc_flag__Wmissing_noreturn=yes |
---|
972 | xorg_cv_cc_flag__Wmissing_prototypes=yes |
---|
973 | xorg_cv_cc_flag__Wnested_externs=yes |
---|
974 | xorg_cv_cc_flag__Wold_style_definition=yes |
---|
975 | xorg_cv_cc_flag__Wpointer_arith=yes |
---|
976 | xorg_cv_cc_flag__Wredundant_decls=yes |
---|
977 | xorg_cv_cc_flag__Wshadow=yes |
---|
978 | xorg_cv_cc_flag__Wstrict_prototypes=yes |
---|
979 | xorg_cv_cc_flag__Wuninitialized=yes |
---|
980 | xorg_cv_cc_flag__Wunused=yes |
---|
981 | xorg_cv_cc_flag__pedantic=yes |
---|
982 | xorg_cv_cc_flag_unknown_warning_option=yes |
---|
983 | xorg_cv_cc_flag_unused_command_line_argument=yes |
---|
984 | |
---|
985 | ## ----------------- ## |
---|
986 | ## Output variables. ## |
---|
987 | ## ----------------- ## |
---|
988 | |
---|
989 | ACLOCAL='${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.3/missing aclocal-1.15' |
---|
990 | ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' |
---|
991 | ADMIN_MAN_SUFFIX='8' |
---|
992 | AMDEPBACKSLASH='\' |
---|
993 | AMDEP_FALSE='#' |
---|
994 | AMDEP_TRUE='' |
---|
995 | AMTAR='$${TAR-tar}' |
---|
996 | AM_BACKSLASH='\' |
---|
997 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
---|
998 | AM_DEFAULT_VERBOSITY='0' |
---|
999 | AM_V='$(V)' |
---|
1000 | APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' |
---|
1001 | APP_MAN_SUFFIX='1' |
---|
1002 | AR='ar' |
---|
1003 | AUTOCONF='${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.3/missing autoconf' |
---|
1004 | AUTOHEADER='${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.3/missing autoheader' |
---|
1005 | AUTOMAKE='${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.3/missing automake-1.15' |
---|
1006 | AWK='gawk' |
---|
1007 | BASE_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' |
---|
1008 | BIGFONT_CFLAGS='' |
---|
1009 | BIGFONT_LIBS='' |
---|
1010 | CC='/usr/bin/clang' |
---|
1011 | CCDEPMODE='depmode=gcc3' |
---|
1012 | CC_FOR_BUILD='' |
---|
1013 | CFLAGS='-pipe -Os -arch x86_64' |
---|
1014 | CFLAGS_FOR_BUILD='' |
---|
1015 | CHANGELOG_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)' |
---|
1016 | CPP='/usr/bin/clang -E' |
---|
1017 | CPPFLAGS='-I/opt/local/include' |
---|
1018 | CPPFLAGS_FOR_BUILD='' |
---|
1019 | CWARNFLAGS=' -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' |
---|
1020 | CYGPATH_W='echo' |
---|
1021 | DEFS='' |
---|
1022 | DEPDIR='.deps' |
---|
1023 | DLLTOOL='false' |
---|
1024 | DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' |
---|
1025 | DRIVER_MAN_SUFFIX='4' |
---|
1026 | DSYMUTIL='dsymutil' |
---|
1027 | DUMPBIN='' |
---|
1028 | ECHO_C='\c' |
---|
1029 | ECHO_N='' |
---|
1030 | ECHO_T='' |
---|
1031 | EGREP='/usr/bin/grep -E' |
---|
1032 | ENABLE_SPECS_FALSE='' |
---|
1033 | ENABLE_SPECS_TRUE='#' |
---|
1034 | EXEEXT='' |
---|
1035 | FGREP='/usr/bin/grep -F' |
---|
1036 | FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' |
---|
1037 | FILE_MAN_SUFFIX='5' |
---|
1038 | FOP='' |
---|
1039 | GREP='/usr/bin/grep' |
---|
1040 | HAVE_FOP_FALSE='' |
---|
1041 | HAVE_FOP_TRUE='#' |
---|
1042 | HAVE_PERL_FALSE='' |
---|
1043 | HAVE_PERL_TRUE='' |
---|
1044 | HAVE_STYLESHEETS_FALSE='' |
---|
1045 | HAVE_STYLESHEETS_TRUE='#' |
---|
1046 | HAVE_XMLTO_FALSE='' |
---|
1047 | HAVE_XMLTO_TEXT_FALSE='' |
---|
1048 | HAVE_XMLTO_TEXT_TRUE='#' |
---|
1049 | HAVE_XMLTO_TRUE='#' |
---|
1050 | HAVE_XSLTPROC_FALSE='#' |
---|
1051 | HAVE_XSLTPROC_TRUE='' |
---|
1052 | I18N_MODULE_LIBS='' |
---|
1053 | INSTALL_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)' |
---|
1054 | INSTALL_DATA='${INSTALL} -m 644' |
---|
1055 | INSTALL_PROGRAM='${INSTALL}' |
---|
1056 | INSTALL_SCRIPT='${INSTALL}' |
---|
1057 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
1058 | KEYSYMDEFS='' |
---|
1059 | LAUNCHD='' |
---|
1060 | LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' |
---|
1061 | LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
1062 | LDFLAGS_FOR_BUILD='' |
---|
1063 | LIBOBJS='' |
---|
1064 | LIBS='' |
---|
1065 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
---|
1066 | LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' |
---|
1067 | LIB_MAN_SUFFIX='3' |
---|
1068 | LINT='' |
---|
1069 | LINTLIB='' |
---|
1070 | LINT_FALSE='' |
---|
1071 | LINT_FLAGS='' |
---|
1072 | LINT_TRUE='' |
---|
1073 | LIPO='lipo' |
---|
1074 | LN_S='ln -s' |
---|
1075 | LTLIBOBJS='' |
---|
1076 | MAKEINFO='${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.3/missing makeinfo' |
---|
1077 | MAKE_LINT_LIB_FALSE='' |
---|
1078 | MAKE_LINT_LIB_TRUE='' |
---|
1079 | MALLOC_ZERO_CFLAGS='' |
---|
1080 | MANIFEST_TOOL=':' |
---|
1081 | MAN_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'\''' |
---|
1082 | MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' |
---|
1083 | MISC_MAN_SUFFIX='7' |
---|
1084 | MKDIR_P='/opt/local/bin/gmkdir -p' |
---|
1085 | NM='/usr/bin/nm -B' |
---|
1086 | NMEDIT='nmedit' |
---|
1087 | OBJDUMP='objdump' |
---|
1088 | OBJEXT='o' |
---|
1089 | OS2_FALSE='' |
---|
1090 | OS2_TRUE='' |
---|
1091 | OTOOL64=':' |
---|
1092 | OTOOL='otool' |
---|
1093 | PACKAGE='libX11' |
---|
1094 | PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' |
---|
1095 | PACKAGE_NAME='libX11' |
---|
1096 | PACKAGE_STRING='libX11 1.6.3' |
---|
1097 | PACKAGE_TARNAME='libX11' |
---|
1098 | PACKAGE_URL='' |
---|
1099 | PACKAGE_VERSION='1.6.3' |
---|
1100 | PATH_SEPARATOR=':' |
---|
1101 | PERL='' |
---|
1102 | PKG_CONFIG='/opt/local/bin/pkg-config' |
---|
1103 | RANLIB='ranlib' |
---|
1104 | RAWCPP='/usr/bin/cpp' |
---|
1105 | RAWCPPFLAGS='' |
---|
1106 | SED='/opt/local/bin/gsed' |
---|
1107 | SET_MAKE='' |
---|
1108 | SHELL='/bin/sh' |
---|
1109 | STRICT_CFLAGS=' -pedantic -Werror -Werror=attributes' |
---|
1110 | STRIP='strip' |
---|
1111 | STYLESHEET_SRCDIR='' |
---|
1112 | THRSTUBS_FALSE='' |
---|
1113 | THRSTUBS_TRUE='' |
---|
1114 | TRADITIONALCPPFLAGS='' |
---|
1115 | VERSION='1.6.3' |
---|
1116 | WCHAR32='' |
---|
1117 | X11_CFLAGS='' |
---|
1118 | X11_DATADIR='' |
---|
1119 | X11_EXTRA_DEPS='' |
---|
1120 | X11_LIBDIR='' |
---|
1121 | X11_LIBS='' |
---|
1122 | X11_LOCALEDATADIR='' |
---|
1123 | X11_LOCALEDIR='' |
---|
1124 | X11_LOCALELIBDIR='' |
---|
1125 | XCMS_FALSE='' |
---|
1126 | XCMS_TRUE='' |
---|
1127 | XERRORDB='' |
---|
1128 | XKBPROTO_REQUIRES='' |
---|
1129 | XKB_FALSE='' |
---|
1130 | XKB_TRUE='' |
---|
1131 | XKEYSYMDB='' |
---|
1132 | XLIB_LOADABLE_I18N_FALSE='' |
---|
1133 | XLIB_LOADABLE_I18N_TRUE='' |
---|
1134 | XLOCALEDATADIR='' |
---|
1135 | XLOCALEDIR='' |
---|
1136 | XLOCALELIBDIR='' |
---|
1137 | XLOCALE_FALSE='' |
---|
1138 | XLOCALE_TRUE='' |
---|
1139 | XMALLOC_ZERO_CFLAGS='' |
---|
1140 | XMLTO='' |
---|
1141 | XORG_MAN_PAGE='X Version 11' |
---|
1142 | XORG_SGML_PATH='' |
---|
1143 | XSLTPROC='/opt/local/bin/xsltproc' |
---|
1144 | XSL_STYLESHEET='' |
---|
1145 | XTHREADLIB='' |
---|
1146 | XTHREAD_CFLAGS='' |
---|
1147 | XTMALLOC_ZERO_CFLAGS='' |
---|
1148 | ac_ct_AR='ar' |
---|
1149 | ac_ct_CC='/usr/bin/clang' |
---|
1150 | ac_ct_DUMPBIN='' |
---|
1151 | am__EXEEXT_FALSE='' |
---|
1152 | am__EXEEXT_TRUE='' |
---|
1153 | am__fastdepCC_FALSE='#' |
---|
1154 | am__fastdepCC_TRUE='' |
---|
1155 | am__include='include' |
---|
1156 | am__isrc='' |
---|
1157 | am__leading_dot='.' |
---|
1158 | am__nodep='_no' |
---|
1159 | am__quote='' |
---|
1160 | am__tar='$${TAR-tar} chof - "$$tardir"' |
---|
1161 | am__untar='$${TAR-tar} xf -' |
---|
1162 | bindir='${exec_prefix}/bin' |
---|
1163 | build='x86_64-apple-darwin16.0.0' |
---|
1164 | build_alias='' |
---|
1165 | build_cpu='x86_64' |
---|
1166 | build_os='darwin16.0.0' |
---|
1167 | build_vendor='apple' |
---|
1168 | datadir='${datarootdir}' |
---|
1169 | datarootdir='${prefix}/share' |
---|
1170 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
1171 | dvidir='${docdir}' |
---|
1172 | exec_prefix='NONE' |
---|
1173 | host='x86_64-apple-darwin16.0.0' |
---|
1174 | host_alias='' |
---|
1175 | host_cpu='x86_64' |
---|
1176 | host_os='darwin16.0.0' |
---|
1177 | host_vendor='apple' |
---|
1178 | htmldir='${docdir}' |
---|
1179 | includedir='${prefix}/include' |
---|
1180 | infodir='${datarootdir}/info' |
---|
1181 | install_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.3/install-sh' |
---|
1182 | libdir='${exec_prefix}/lib' |
---|
1183 | libexecdir='${exec_prefix}/libexec' |
---|
1184 | localedir='${datarootdir}/locale' |
---|
1185 | locales='' |
---|
1186 | localstatedir='${prefix}/var' |
---|
1187 | mandir='${datarootdir}/man' |
---|
1188 | mkdir_p='$(MKDIR_P)' |
---|
1189 | oldincludedir='/usr/include' |
---|
1190 | pdfdir='${docdir}' |
---|
1191 | prefix='/opt/local' |
---|
1192 | program_transform_name='s,x,x,' |
---|
1193 | psdir='${docdir}' |
---|
1194 | sbindir='${exec_prefix}/sbin' |
---|
1195 | sharedstatedir='${prefix}/com' |
---|
1196 | sysconfdir='${prefix}/etc' |
---|
1197 | target_alias='' |
---|
1198 | |
---|
1199 | ## ----------- ## |
---|
1200 | ## confdefs.h. ## |
---|
1201 | ## ----------- ## |
---|
1202 | |
---|
1203 | /* confdefs.h */ |
---|
1204 | #define PACKAGE_NAME "libX11" |
---|
1205 | #define PACKAGE_TARNAME "libX11" |
---|
1206 | #define PACKAGE_VERSION "1.6.3" |
---|
1207 | #define PACKAGE_STRING "libX11 1.6.3" |
---|
1208 | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" |
---|
1209 | #define PACKAGE_URL "" |
---|
1210 | #define STDC_HEADERS 1 |
---|
1211 | #define HAVE_SYS_TYPES_H 1 |
---|
1212 | #define HAVE_SYS_STAT_H 1 |
---|
1213 | #define HAVE_STDLIB_H 1 |
---|
1214 | #define HAVE_STRING_H 1 |
---|
1215 | #define HAVE_MEMORY_H 1 |
---|
1216 | #define HAVE_STRINGS_H 1 |
---|
1217 | #define HAVE_INTTYPES_H 1 |
---|
1218 | #define HAVE_STDINT_H 1 |
---|
1219 | #define HAVE_UNISTD_H 1 |
---|
1220 | #define __EXTENSIONS__ 1 |
---|
1221 | #define _ALL_SOURCE 1 |
---|
1222 | #define _GNU_SOURCE 1 |
---|
1223 | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1224 | #define _TANDEM_SOURCE 1 |
---|
1225 | #define PACKAGE "libX11" |
---|
1226 | #define VERSION "1.6.3" |
---|
1227 | #define HAVE_DLFCN_H 1 |
---|
1228 | #define LT_OBJDIR ".libs/" |
---|
1229 | #define PACKAGE_VERSION_MAJOR 1 |
---|
1230 | #define PACKAGE_VERSION_MINOR 6 |
---|
1231 | #define PACKAGE_VERSION_PATCHLEVEL 3 |
---|
1232 | |
---|
1233 | configure: exit 1 |
---|