Ticket #36926: config.log

File config.log, 182.6 KB (added by david@…, 12 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 cairo configure 1.12.8, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-gl --disable-quartz --disable-quartz-font --disable-quartz-image --disable-silent-rules --enable-ft --enable-pdf --enable-png --enable-ps --enable-script --enable-svg --enable-tee --enable-xml ac_cv_prog_GS= --enable-xlib --enable-xlib-xrender --enable-xcb --enable-xcb-shm --enable-xlib-xcb --with-x --x-include=/opt/local/include --x-lib=/opt/local/lib
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = davids-macbookair.localdomain
14uname -m = x86_64
15uname -r = 12.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~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.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 122 tasks, 571 threads, 4 processors
34Load average: 5.50, Mach factor: 0.45
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:3253: checking for gcc
52configure:3280: result: /usr/bin/clang
53configure:3509: checking for C compiler version
54configure:3518: /usr/bin/clang --version >&5
55Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
56Target: x86_64-apple-darwin12.2.0
57Thread model: posix
58configure:3529: $? = 0
59configure:3518: /usr/bin/clang -v >&5
60Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
61Target: x86_64-apple-darwin12.2.0
62Thread model: posix
63configure:3529: $? = 0
64configure:3518: /usr/bin/clang -V >&5
65clang: error: argument to '-V' is missing (expected 1 value)
66clang: error: no input files
67configure:3529: $? = 1
68configure:3518: /usr/bin/clang -qversion >&5
69clang: error: no input files
70configure:3529: $? = 1
71configure:3549: checking whether the C compiler works
72configure:3571: /usr/bin/clang -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
73configure:3575: $? = 0
74configure:3623: result: yes
75configure:3626: checking for C compiler default output file name
76configure:3628: result: a.out
77configure:3634: checking for suffix of executables
78configure:3641: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
79configure:3645: $? = 0
80configure:3667: result:
81configure:3689: checking whether we are cross compiling
82configure:3697: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
83configure:3701: $? = 0
84configure:3708: ./conftest
85configure:3712: $? = 0
86configure:3727: result: no
87configure:3732: checking for suffix of object files
88configure:3754: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
89configure:3758: $? = 0
90configure:3779: result: o
91configure:3783: checking whether we are using the GNU C compiler
92configure:3802: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
93configure:3802: $? = 0
94configure:3811: result: yes
95configure:3820: checking whether /usr/bin/clang accepts -g
96configure:3840: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
97configure:3840: $? = 0
98configure:3881: result: yes
99configure:3898: checking for /usr/bin/clang option to accept ISO C89
100configure:3961: /usr/bin/clang  -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
101configure:3961: $? = 0
102configure:3974: result: none needed
103configure:4000: checking how to run the C preprocessor
104configure:4031: /usr/bin/clang -E -I/opt/local/include conftest.c
105configure:4031: $? = 0
106configure:4045: /usr/bin/clang -E -I/opt/local/include conftest.c
107conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
108#include <ac_nonexistent.h>
109         ^
1101 error generated.
111configure:4045: $? = 1
112configure: failed program was:
113| /* confdefs.h */
114| #define PACKAGE_NAME "cairo"
115| #define PACKAGE_TARNAME "cairo"
116| #define PACKAGE_VERSION "1.12.8"
117| #define PACKAGE_STRING "cairo 1.12.8"
118| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
119| #define PACKAGE_URL "http://cairographics.org/"
120| /* end confdefs.h.  */
121| #include <ac_nonexistent.h>
122configure:4070: result: /usr/bin/clang -E
123configure:4090: /usr/bin/clang -E -I/opt/local/include conftest.c
124configure:4090: $? = 0
125configure:4104: /usr/bin/clang -E -I/opt/local/include conftest.c
126conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
127#include <ac_nonexistent.h>
128         ^
1291 error generated.
130configure:4104: $? = 1
131configure: failed program was:
132| /* confdefs.h */
133| #define PACKAGE_NAME "cairo"
134| #define PACKAGE_TARNAME "cairo"
135| #define PACKAGE_VERSION "1.12.8"
136| #define PACKAGE_STRING "cairo 1.12.8"
137| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
138| #define PACKAGE_URL "http://cairographics.org/"
139| /* end confdefs.h.  */
140| #include <ac_nonexistent.h>
141configure:4133: checking for grep that handles long lines and -e
142configure:4191: result: /usr/bin/grep
143configure:4196: checking for egrep
144configure:4258: result: /usr/bin/grep -E
145configure:4263: checking for ANSI C header files
146configure:4283: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
147configure:4283: $? = 0
148configure:4356: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
149configure:4356: $? = 0
150configure:4356: ./conftest
151configure:4356: $? = 0
152configure:4367: result: yes
153configure:4380: checking for sys/types.h
154configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
155configure:4380: $? = 0
156configure:4380: result: yes
157configure:4380: checking for sys/stat.h
158configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
159configure:4380: $? = 0
160configure:4380: result: yes
161configure:4380: checking for stdlib.h
162configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
163configure:4380: $? = 0
164configure:4380: result: yes
165configure:4380: checking for string.h
166configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
167configure:4380: $? = 0
168configure:4380: result: yes
169configure:4380: checking for memory.h
170configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
171configure:4380: $? = 0
172configure:4380: result: yes
173configure:4380: checking for strings.h
174configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
175configure:4380: $? = 0
176configure:4380: result: yes
177configure:4380: checking for inttypes.h
178configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
179configure:4380: $? = 0
180configure:4380: result: yes
181configure:4380: checking for stdint.h
182configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
183configure:4380: $? = 0
184configure:4380: result: yes
185configure:4380: checking for unistd.h
186configure:4380: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
187configure:4380: $? = 0
188configure:4380: result: yes
189configure:4393: checking minix/config.h usability
190configure:4393: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
191conftest.c:52:10: fatal error: 'minix/config.h' file not found
192#include <minix/config.h>
193         ^
1941 error generated.
195configure:4393: $? = 1
196configure: failed program was:
197| /* confdefs.h */
198| #define PACKAGE_NAME "cairo"
199| #define PACKAGE_TARNAME "cairo"
200| #define PACKAGE_VERSION "1.12.8"
201| #define PACKAGE_STRING "cairo 1.12.8"
202| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
203| #define PACKAGE_URL "http://cairographics.org/"
204| #define STDC_HEADERS 1
205| #define HAVE_SYS_TYPES_H 1
206| #define HAVE_SYS_STAT_H 1
207| #define HAVE_STDLIB_H 1
208| #define HAVE_STRING_H 1
209| #define HAVE_MEMORY_H 1
210| #define HAVE_STRINGS_H 1
211| #define HAVE_INTTYPES_H 1
212| #define HAVE_STDINT_H 1
213| #define HAVE_UNISTD_H 1
214| /* end confdefs.h.  */
215| #include <stdio.h>
216| #ifdef HAVE_SYS_TYPES_H
217| # include <sys/types.h>
218| #endif
219| #ifdef HAVE_SYS_STAT_H
220| # include <sys/stat.h>
221| #endif
222| #ifdef STDC_HEADERS
223| # include <stdlib.h>
224| # include <stddef.h>
225| #else
226| # ifdef HAVE_STDLIB_H
227| #  include <stdlib.h>
228| # endif
229| #endif
230| #ifdef HAVE_STRING_H
231| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
232| #  include <memory.h>
233| # endif
234| # include <string.h>
235| #endif
236| #ifdef HAVE_STRINGS_H
237| # include <strings.h>
238| #endif
239| #ifdef HAVE_INTTYPES_H
240| # include <inttypes.h>
241| #endif
242| #ifdef HAVE_STDINT_H
243| # include <stdint.h>
244| #endif
245| #ifdef HAVE_UNISTD_H
246| # include <unistd.h>
247| #endif
248| #include <minix/config.h>
249configure:4393: result: no
250configure:4393: checking minix/config.h presence
251configure:4393: /usr/bin/clang -E -I/opt/local/include conftest.c
252conftest.c:19:10: fatal error: 'minix/config.h' file not found
253#include <minix/config.h>
254         ^
2551 error generated.
256configure:4393: $? = 1
257configure: failed program was:
258| /* confdefs.h */
259| #define PACKAGE_NAME "cairo"
260| #define PACKAGE_TARNAME "cairo"
261| #define PACKAGE_VERSION "1.12.8"
262| #define PACKAGE_STRING "cairo 1.12.8"
263| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
264| #define PACKAGE_URL "http://cairographics.org/"
265| #define STDC_HEADERS 1
266| #define HAVE_SYS_TYPES_H 1
267| #define HAVE_SYS_STAT_H 1
268| #define HAVE_STDLIB_H 1
269| #define HAVE_STRING_H 1
270| #define HAVE_MEMORY_H 1
271| #define HAVE_STRINGS_H 1
272| #define HAVE_INTTYPES_H 1
273| #define HAVE_STDINT_H 1
274| #define HAVE_UNISTD_H 1
275| /* end confdefs.h.  */
276| #include <minix/config.h>
277configure:4393: result: no
278configure:4393: checking for minix/config.h
279configure:4393: result: no
280configure:4414: checking whether it is safe to define __EXTENSIONS__
281configure:4432: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
282configure:4432: $? = 0
283configure:4439: result: yes
284configure:4473: checking for a BSD-compatible install
285configure:4541: result: /usr/bin/install -c
286configure:4552: checking whether build environment is sane
287configure:4602: result: yes
288configure:4743: checking for a thread-safe mkdir -p
289configure:4782: result: build/install-sh -c -d
290configure:4795: checking for gawk
291configure:4825: result: no
292configure:4795: checking for mawk
293configure:4825: result: no
294configure:4795: checking for nawk
295configure:4825: result: no
296configure:4795: checking for awk
297configure:4811: found /usr/bin/awk
298configure:4822: result: awk
299configure:4833: checking whether make sets $(MAKE)
300configure:4855: result: yes
301configure:4885: checking for style of include used by make
302configure:4913: result: GNU
303configure:4990: checking dependency style of /usr/bin/clang
304configure:5101: result: gcc3
305configure:5128: checking whether make supports nested variables
306configure:5145: result: yes
307configure:5188: checking build system type
308configure:5202: result: x86_64-apple-darwin12.2.0
309configure:5222: checking host system type
310configure:5235: result: x86_64-apple-darwin12.2.0
311configure:5276: checking how to print strings
312configure:5303: result: printf
313configure:5324: checking for a sed that does not truncate output
314configure:5388: result: /usr/bin/sed
315configure:5406: checking for fgrep
316configure:5468: result: /usr/bin/grep -F
317configure:5503: checking for ld used by /usr/bin/clang
318configure:5570: result: /usr/bin/ld
319configure:5577: checking if the linker (/usr/bin/ld) is GNU ld
320configure:5592: result: no
321configure:5604: checking for BSD- or MS-compatible name lister (nm)
322configure:5653: result: /opt/local/bin/nm
323configure:5783: checking the name lister (/opt/local/bin/nm) interface
324configure:5790: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
325configure:5793: /opt/local/bin/nm "conftest.o"
326configure:5796: output
3270000000000000000 S _some_variable
328configure:5803: result: BSD nm
329configure:5806: checking whether ln -s works
330configure:5810: result: yes
331configure:5818: checking the maximum length of command line arguments
332configure:5948: result: 196608
333configure:5965: checking whether the shell understands some XSI constructs
334configure:5975: result: yes
335configure:5979: checking whether the shell understands "+="
336configure:5985: result: yes
337configure:6020: checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format
338configure:6060: result: func_convert_file_noop
339configure:6067: checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format
340configure:6087: result: func_convert_file_noop
341configure:6094: checking for /usr/bin/ld option to reload object files
342configure:6101: result: -r
343configure:6175: checking for objdump
344configure:6205: result: no
345configure:6231: checking how to recognize dependent libraries
346configure:6433: result: pass_all
347configure:6518: checking for dlltool
348configure:6548: result: no
349configure:6575: checking how to associate runtime and link libraries
350configure:6602: result: printf %s\n
351configure:6662: checking for ar
352configure:6678: found /opt/local/bin/ar
353configure:6689: result: ar
354configure:6726: checking for archiver @FILE support
355configure:6743: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
356configure:6743: $? = 0
357configure:6746: ar cru libconftest.a @conftest.lst >&5
358ar: @conftest.lst: No such file or directory
359configure:6749: $? = 1
360configure:6769: result: no
361configure:6827: checking for strip
362configure:6843: found /opt/local/bin/strip
363configure:6854: result: strip
364configure:6926: checking for ranlib
365configure:6942: found /opt/local/bin/ranlib
366configure:6953: result: ranlib
367configure:7055: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
368configure:7175: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
369configure:7178: $? = 0
370configure:7182: /opt/local/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
371configure:7185: $? = 0
372cannot find nm_test_var in conftest.nm
373configure:7175: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
374configure:7178: $? = 0
375configure:7182: /opt/local/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
376configure:7185: $? = 0
377configure:7251: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c conftstm.o >&5
378configure:7254: $? = 0
379configure:7292: result: ok
380configure:7329: checking for sysroot
381configure:7359: result: no
382configure:7615: checking for mt
383configure:7645: result: no
384configure:7665: checking if : is a manifest tool
385configure:7671: : '-?'
386configure:7679: result: no
387configure:7735: checking for dsymutil
388configure:7751: found /usr/bin/dsymutil
389configure:7762: result: dsymutil
390configure:7827: checking for nmedit
391configure:7843: found /opt/local/bin/nmedit
392configure:7854: result: nmedit
393configure:7919: checking for lipo
394configure:7935: found /opt/local/bin/lipo
395configure:7946: result: lipo
396configure:8011: checking for otool
397configure:8027: found /opt/local/bin/otool
398configure:8038: result: otool
399configure:8103: checking for otool64
400configure:8133: result: no
401configure:8178: checking for -single_module linker flag
402/usr/bin/clang -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
403configure:8211: result: yes
404configure:8214: checking for -exported_symbols_list linker flag
405configure:8234: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
406configure:8234: $? = 0
407configure:8244: result: yes
408configure:8247: checking for -force_load linker flag
409/usr/bin/clang -pipe -O2 -arch x86_64 -c -o conftest.o conftest.c
410ar cru libconftest.a conftest.o
411ranlib libconftest.a
412/usr/bin/clang -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
413configure:8279: result: yes
414configure:8318: checking for dlfcn.h
415configure:8318: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
416configure:8318: $? = 0
417configure:8318: result: yes
418configure:8822: checking for objdir
419configure:8837: result: .libs
420configure:9108: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
421configure:9126: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
422configure:9130: $? = 0
423configure:9143: result: yes
424configure:9470: checking for /usr/bin/clang option to produce PIC
425configure:9477: result: -fno-common -DPIC
426configure:9485: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
427configure:9503: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
428configure:9507: $? = 0
429configure:9520: result: yes
430configure:9549: checking if /usr/bin/clang static flag -static works
431configure:9577: result: no
432configure:9592: checking if /usr/bin/clang supports -c -o file.o
433configure:9613: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
434configure:9617: $? = 0
435configure:9639: result: yes
436configure:9647: checking if /usr/bin/clang supports -c -o file.o
437configure:9694: result: yes
438configure:9727: checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries
439configure:10884: result: yes
440configure:11124: checking dynamic linker characteristics
441configure:11869: result: darwin12.2.0 dyld
442configure:11976: checking how to hardcode library paths into programs
443configure:12001: result: immediate
444configure:12541: checking whether stripping libraries is possible
445configure:12555: result: yes
446configure:12581: checking if libtool supports shared libraries
447configure:12583: result: yes
448configure:12586: checking whether to build shared libraries
449configure:12607: result: yes
450configure:12610: checking whether to build static libraries
451configure:12614: result: yes
452configure:12702: checking for pkg-config
453configure:12720: found /opt/local/bin/pkg-config
454configure:12732: result: /opt/local/bin/pkg-config
455configure:12757: checking pkg-config is at least version 0.9.0
456configure:12760: result: yes
457configure:12774: checking for gtkdoc-check
458configure:12792: found /opt/local/bin/gtkdoc-check
459configure:12804: result: /opt/local/bin/gtkdoc-check
460configure:12816: checking for gtkdoc-rebase
461configure:12834: found /opt/local/bin/gtkdoc-rebase
462configure:12846: result: /opt/local/bin/gtkdoc-rebase
463configure:12860: checking for gtkdoc-mkpdf
464configure:12878: found /opt/local/bin/gtkdoc-mkpdf
465configure:12890: result: /opt/local/bin/gtkdoc-mkpdf
466configure:13019: checking whether to build gtk-doc documentation
467configure:13021: result: no
468configure:13093: checking for special C compiler options needed for large files
469configure:13138: result: no
470configure:13144: checking for _FILE_OFFSET_BITS value needed for large files
471configure:13169: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
472configure:13169: $? = 0
473configure:13201: result: no
474configure:13314: checking for find
475configure:13332: found /usr/bin/find
476configure:13344: result: /usr/bin/find
477configure:13354: checking for xargs
478configure:13372: found /usr/bin/xargs
479configure:13384: result: /usr/bin/xargs
480configure:13441: checking for gcc
481configure:13468: result: /usr/bin/clang
482configure:13697: checking for C compiler version
483configure:13706: /usr/bin/clang --version >&5
484Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
485Target: x86_64-apple-darwin12.2.0
486Thread model: posix
487configure:13717: $? = 0
488configure:13706: /usr/bin/clang -v >&5
489Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
490Target: x86_64-apple-darwin12.2.0
491Thread model: posix
492configure:13717: $? = 0
493configure:13706: /usr/bin/clang -V >&5
494clang: error: argument to '-V' is missing (expected 1 value)
495clang: error: no input files
496configure:13717: $? = 1
497configure:13706: /usr/bin/clang -qversion >&5
498clang: error: no input files
499configure:13717: $? = 1
500configure:13721: checking whether we are using the GNU C compiler
501configure:13749: result: yes
502configure:13758: checking whether /usr/bin/clang accepts -g
503configure:13819: result: yes
504configure:13836: checking for /usr/bin/clang option to accept ISO C89
505configure:13912: result: none needed
506configure:13937: checking how to run the C preprocessor
507configure:14007: result: /usr/bin/clang -E
508configure:14027: /usr/bin/clang -E -I/opt/local/include conftest.c
509configure:14027: $? = 0
510configure:14041: /usr/bin/clang -E -I/opt/local/include conftest.c
511conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
512#include <ac_nonexistent.h>
513         ^
5141 error generated.
515configure:14041: $? = 1
516configure: failed program was:
517| /* confdefs.h */
518| #define PACKAGE_NAME "cairo"
519| #define PACKAGE_TARNAME "cairo"
520| #define PACKAGE_VERSION "1.12.8"
521| #define PACKAGE_STRING "cairo 1.12.8"
522| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
523| #define PACKAGE_URL "http://cairographics.org/"
524| #define STDC_HEADERS 1
525| #define HAVE_SYS_TYPES_H 1
526| #define HAVE_SYS_STAT_H 1
527| #define HAVE_STDLIB_H 1
528| #define HAVE_STRING_H 1
529| #define HAVE_MEMORY_H 1
530| #define HAVE_STRINGS_H 1
531| #define HAVE_INTTYPES_H 1
532| #define HAVE_STDINT_H 1
533| #define HAVE_UNISTD_H 1
534| #define __EXTENSIONS__ 1
535| #define _ALL_SOURCE 1
536| #define _GNU_SOURCE 1
537| #define _POSIX_PTHREAD_SEMANTICS 1
538| #define _TANDEM_SOURCE 1
539| #define HAVE_DLFCN_H 1
540| #define LT_OBJDIR ".libs/"
541| /* end confdefs.h.  */
542| #include <ac_nonexistent.h>
543configure:14181: checking for C++ compiler version
544configure:14190: /usr/bin/clang++ --version >&5
545Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
546Target: x86_64-apple-darwin12.2.0
547Thread model: posix
548configure:14201: $? = 0
549configure:14190: /usr/bin/clang++ -v >&5
550Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
551Target: x86_64-apple-darwin12.2.0
552Thread model: posix
553configure:14201: $? = 0
554configure:14190: /usr/bin/clang++ -V >&5
555clang: error: argument to '-V' is missing (expected 1 value)
556clang: error: no input files
557configure:14201: $? = 1
558configure:14190: /usr/bin/clang++ -qversion >&5
559clang: error: no input files
560configure:14201: $? = 1
561configure:14205: checking whether we are using the GNU C++ compiler
562configure:14224: /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
563configure:14224: $? = 0
564configure:14233: result: yes
565configure:14242: checking whether /usr/bin/clang++ accepts -g
566configure:14262: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
567configure:14262: $? = 0
568configure:14303: result: yes
569configure:14328: checking dependency style of /usr/bin/clang++
570configure:14439: result: gcc3
571configure:14472: checking how to run the C++ preprocessor
572configure:14499: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
573configure:14499: $? = 0
574configure:14513: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
575conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
576#include <ac_nonexistent.h>
577         ^
5781 error generated.
579configure:14513: $? = 1
580configure: failed program was:
581| /* confdefs.h */
582| #define PACKAGE_NAME "cairo"
583| #define PACKAGE_TARNAME "cairo"
584| #define PACKAGE_VERSION "1.12.8"
585| #define PACKAGE_STRING "cairo 1.12.8"
586| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
587| #define PACKAGE_URL "http://cairographics.org/"
588| #define STDC_HEADERS 1
589| #define HAVE_SYS_TYPES_H 1
590| #define HAVE_SYS_STAT_H 1
591| #define HAVE_STDLIB_H 1
592| #define HAVE_STRING_H 1
593| #define HAVE_MEMORY_H 1
594| #define HAVE_STRINGS_H 1
595| #define HAVE_INTTYPES_H 1
596| #define HAVE_STDINT_H 1
597| #define HAVE_UNISTD_H 1
598| #define __EXTENSIONS__ 1
599| #define _ALL_SOURCE 1
600| #define _GNU_SOURCE 1
601| #define _POSIX_PTHREAD_SEMANTICS 1
602| #define _TANDEM_SOURCE 1
603| #define HAVE_DLFCN_H 1
604| #define LT_OBJDIR ".libs/"
605| /* end confdefs.h.  */
606| #include <ac_nonexistent.h>
607configure:14538: result: /usr/bin/clang++ -E
608configure:14558: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
609configure:14558: $? = 0
610configure:14572: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
611conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
612#include <ac_nonexistent.h>
613         ^
6141 error generated.
615configure:14572: $? = 1
616configure: failed program was:
617| /* confdefs.h */
618| #define PACKAGE_NAME "cairo"
619| #define PACKAGE_TARNAME "cairo"
620| #define PACKAGE_VERSION "1.12.8"
621| #define PACKAGE_STRING "cairo 1.12.8"
622| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
623| #define PACKAGE_URL "http://cairographics.org/"
624| #define STDC_HEADERS 1
625| #define HAVE_SYS_TYPES_H 1
626| #define HAVE_SYS_STAT_H 1
627| #define HAVE_STDLIB_H 1
628| #define HAVE_STRING_H 1
629| #define HAVE_MEMORY_H 1
630| #define HAVE_STRINGS_H 1
631| #define HAVE_INTTYPES_H 1
632| #define HAVE_STDINT_H 1
633| #define HAVE_UNISTD_H 1
634| #define __EXTENSIONS__ 1
635| #define _ALL_SOURCE 1
636| #define _GNU_SOURCE 1
637| #define _POSIX_PTHREAD_SEMANTICS 1
638| #define _TANDEM_SOURCE 1
639| #define HAVE_DLFCN_H 1
640| #define LT_OBJDIR ".libs/"
641| /* end confdefs.h.  */
642| #include <ac_nonexistent.h>
643configure:14741: checking for ld used by /usr/bin/clang++
644configure:14808: result: /usr/bin/ld
645configure:14815: checking if the linker (/usr/bin/ld) is GNU ld
646configure:14830: result: no
647configure:14885: checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
648configure:15890: result: yes
649configure:15926: /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
650configure:15929: $? = 0
651configure:16449: checking for /usr/bin/clang++ option to produce PIC
652configure:16456: result: -fno-common -DPIC
653configure:16464: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
654configure:16482: /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
655configure:16486: $? = 0
656configure:16499: result: yes
657configure:16522: checking if /usr/bin/clang++ static flag -static works
658configure:16550: result: no
659configure:16562: checking if /usr/bin/clang++ supports -c -o file.o
660configure:16583: /usr/bin/clang++ -c -pipe -O2 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
661configure:16587: $? = 0
662configure:16609: result: yes
663configure:16614: checking if /usr/bin/clang++ supports -c -o file.o
664configure:16661: result: yes
665configure:16691: checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
666configure:16730: result: yes
667configure:16871: checking dynamic linker characteristics
668configure:17550: result: darwin12.2.0 dyld
669configure:17603: checking how to hardcode library paths into programs
670configure:17628: result: immediate
671configure:17668: checking whether /usr/bin/clang and cc understand -c and -o together
672configure:17699: /usr/bin/clang -c conftest.c -o conftest2.o >&5
673configure:17703: $? = 0
674configure:17709: /usr/bin/clang -c conftest.c -o conftest2.o >&5
675configure:17713: $? = 0
676configure:17724: cc -c conftest.c >&5
677configure:17728: $? = 0
678configure:17736: cc -c conftest.c -o conftest2.o >&5
679configure:17740: $? = 0
680configure:17746: cc -c conftest.c -o conftest2.o >&5
681configure:17750: $? = 0
682configure:17768: result: yes
683configure:17793: checking for inline
684configure:17809: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
685configure:17809: $? = 0
686configure:17817: result: inline
687configure:17886: checking for pkg-config
688configure:17916: result: /opt/local/bin/pkg-config
689configure:17941: checking pkg-config is at least version 0.9.0
690configure:17944: result: yes
691configure:18235: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
692conftest.c:31:33: error: expected ';' at end of declaration
693        int main(int argc, char **argv) { return 0; }
694                                       ^
695                                       ;
6961 error generated.
697configure:18235: $? = 1
698configure: failed program was:
699| /* confdefs.h */
700| #define PACKAGE_NAME "cairo"
701| #define PACKAGE_TARNAME "cairo"
702| #define PACKAGE_VERSION "1.12.8"
703| #define PACKAGE_STRING "cairo 1.12.8"
704| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
705| #define PACKAGE_URL "http://cairographics.org/"
706| #define STDC_HEADERS 1
707| #define HAVE_SYS_TYPES_H 1
708| #define HAVE_SYS_STAT_H 1
709| #define HAVE_STDLIB_H 1
710| #define HAVE_STRING_H 1
711| #define HAVE_MEMORY_H 1
712| #define HAVE_STRINGS_H 1
713| #define HAVE_INTTYPES_H 1
714| #define HAVE_STDINT_H 1
715| #define HAVE_UNISTD_H 1
716| #define __EXTENSIONS__ 1
717| #define _ALL_SOURCE 1
718| #define _GNU_SOURCE 1
719| #define _POSIX_PTHREAD_SEMANTICS 1
720| #define _TANDEM_SOURCE 1
721| #define HAVE_DLFCN_H 1
722| #define LT_OBJDIR ".libs/"
723| /* end confdefs.h.  */
724|
725| int
726| main ()
727| {
728|
729|       int main(int argc, char **argv) { return 0; }
730|
731|   ;
732|   return 0;
733| }
734configure:18253: checking for supported warning flags
735configure:18278: checking whether /usr/bin/clang supports -Werror
736configure:18296: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -Werror -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
737configure:18296: $? = 0
738configure:18320: result: yes
739configure:18278: checking whether /usr/bin/clang supports -errwarn
740configure:18296: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -errwarn -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
741configure:18296: $? = 0
742configure:18320: result: yes
743configure:18325: checking whether /usr/bin/clang supports -Wall
744configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wall -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
745configure:18343: $? = 0
746configure:18367: result: yes
747configure:18325: checking whether /usr/bin/clang supports -Wextra
748configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wextra -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
749configure:18343: $? = 0
750configure:18367: result: yes
751configure:18325: checking whether /usr/bin/clang supports -Wold-style-definition
752configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wold-style-definition -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
753configure:18343: $? = 0
754configure:18367: result: yes
755configure:18325: checking whether /usr/bin/clang supports -Wdeclaration-after-statement
756configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wdeclaration-after-statement -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
757configure:18343: $? = 0
758configure:18367: result: yes
759configure:18325: checking whether /usr/bin/clang supports -Wmissing-declarations
760configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wmissing-declarations -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
761configure:18343: $? = 0
762configure:18367: result: yes
763configure:18325: checking whether /usr/bin/clang supports -Werror-implicit-function-declaration
764configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Werror-implicit-function-declaration -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
765configure:18343: $? = 0
766configure:18367: result: yes
767configure:18325: checking whether /usr/bin/clang supports -Wnested-externs
768configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wnested-externs -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
769configure:18343: $? = 0
770configure:18367: result: yes
771configure:18325: checking whether /usr/bin/clang supports -Wpointer-arith
772configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wpointer-arith -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
773configure:18343: $? = 0
774configure:18367: result: yes
775configure:18325: checking whether /usr/bin/clang supports -Wwrite-strings
776configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wwrite-strings -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
777configure:18343: $? = 0
778configure:18367: result: yes
779configure:18325: checking whether /usr/bin/clang supports -Wsign-compare
780configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wsign-compare -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
781configure:18343: $? = 0
782configure:18367: result: yes
783configure:18325: checking whether /usr/bin/clang supports -Wstrict-prototypes
784configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wstrict-prototypes -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
785configure:18343: $? = 0
786configure:18367: result: yes
787configure:18325: checking whether /usr/bin/clang supports -Wmissing-prototypes
788configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wmissing-prototypes -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
789configure:18343: $? = 0
790configure:18367: result: yes
791configure:18325: checking whether /usr/bin/clang supports -Wpacked
792configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wpacked -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
793configure:18343: $? = 0
794configure:18367: result: yes
795configure:18325: checking whether /usr/bin/clang supports -Wswitch-enum
796configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wswitch-enum -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
797configure:18343: $? = 0
798configure:18367: result: yes
799configure:18325: checking whether /usr/bin/clang supports -Wmissing-format-attribute
800configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wmissing-format-attribute -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
801configure:18343: $? = 0
802configure:18367: result: yes
803configure:18325: checking whether /usr/bin/clang supports -Wbad-function-cast
804configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wbad-function-cast -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
805configure:18343: $? = 0
806configure:18367: result: yes
807configure:18325: checking whether /usr/bin/clang supports -Wvolatile-register-var
808configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wvolatile-register-var -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
809configure:18343: $? = 0
810configure:18367: result: yes
811configure:18325: checking whether /usr/bin/clang supports -Wstrict-aliasing=2
812configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wstrict-aliasing=2 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
813configure:18343: $? = 0
814configure:18367: result: yes
815configure:18325: checking whether /usr/bin/clang supports -Winit-self
816configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Winit-self -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
817configure:18343: $? = 0
818configure:18367: result: yes
819configure:18325: checking whether /usr/bin/clang supports -Wunsafe-loop-optimizations
820configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wunsafe-loop-optimizations -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
821clang: error: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'?
822configure:18343: $? = 1
823configure: failed program was:
824| /* confdefs.h */
825| #define PACKAGE_NAME "cairo"
826| #define PACKAGE_TARNAME "cairo"
827| #define PACKAGE_VERSION "1.12.8"
828| #define PACKAGE_STRING "cairo 1.12.8"
829| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
830| #define PACKAGE_URL "http://cairographics.org/"
831| #define STDC_HEADERS 1
832| #define HAVE_SYS_TYPES_H 1
833| #define HAVE_SYS_STAT_H 1
834| #define HAVE_STDLIB_H 1
835| #define HAVE_STRING_H 1
836| #define HAVE_MEMORY_H 1
837| #define HAVE_STRINGS_H 1
838| #define HAVE_INTTYPES_H 1
839| #define HAVE_STDINT_H 1
840| #define HAVE_UNISTD_H 1
841| #define __EXTENSIONS__ 1
842| #define _ALL_SOURCE 1
843| #define _GNU_SOURCE 1
844| #define _POSIX_PTHREAD_SEMANTICS 1
845| #define _TANDEM_SOURCE 1
846| #define HAVE_DLFCN_H 1
847| #define LT_OBJDIR ".libs/"
848| /* end confdefs.h.  */
849|
850|               int main(int c, char **v) { (void)c; (void)v; return 0; }
851configure:18367: result: no
852configure:18325: checking whether /usr/bin/clang supports -Wno-missing-field-initializers
853configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wno-missing-field-initializers -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
854configure:18343: $? = 0
855configure:18367: result: yes
856configure:18325: checking whether /usr/bin/clang supports -Wno-unused-parameter
857configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wno-unused-parameter -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
858configure:18343: $? = 0
859configure:18367: result: yes
860configure:18325: checking whether /usr/bin/clang supports -Wno-attributes
861configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wno-attributes -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
862configure:18343: $? = 0
863configure:18367: result: yes
864configure:18325: checking whether /usr/bin/clang supports -Wno-long-long
865configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wno-long-long -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
866configure:18343: $? = 0
867configure:18367: result: yes
868configure:18325: checking whether /usr/bin/clang supports -Winline
869configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Winline -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
870configure:18343: $? = 0
871configure:18367: result: yes
872configure:18325: checking whether /usr/bin/clang supports -erroff=E_ENUM_TYPE_MISMATCH_ARG
873configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -erroff=E_ENUM_TYPE_MISMATCH_ARG -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
874configure:18343: $? = 0
875configure:18367: result: yes
876configure:18325: checking whether /usr/bin/clang supports -erroff=E_ENUM_TYPE_MISMATCH_OP
877configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -erroff=E_ENUM_TYPE_MISMATCH_OP -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
878configure:18343: $? = 0
879configure:18367: result: yes
880configure:18325: checking whether /usr/bin/clang supports -fno-strict-aliasing
881configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -fno-strict-aliasing -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
882configure:18343: $? = 0
883configure:18367: result: yes
884configure:18325: checking whether /usr/bin/clang supports -fno-common
885configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -fno-common -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
886configure:18343: $? = 0
887configure:18367: result: yes
888configure:18325: checking whether /usr/bin/clang supports -Wp,-D_FORTIFY_SOURCE=2
889configure:18343: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wp,-D_FORTIFY_SOURCE=2 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
890configure:18343: $? = 0
891configure:18367: result: yes
892configure:18423: checking whether /usr/bin/clang supports -Wunused-but-set-variable -Wno-unused-but-set-variable
893configure:18441: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64  -Werror -errwarn -Wunused-but-set-variable -Wno-unused-but-set-variable -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
894clang: error: unknown warning option '-Wunused-but-set-variable'; did you mean '-Wunused-variable'?
895configure:18441: $? = 1
896configure: failed program was:
897| /* confdefs.h */
898| #define PACKAGE_NAME "cairo"
899| #define PACKAGE_TARNAME "cairo"
900| #define PACKAGE_VERSION "1.12.8"
901| #define PACKAGE_STRING "cairo 1.12.8"
902| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
903| #define PACKAGE_URL "http://cairographics.org/"
904| #define STDC_HEADERS 1
905| #define HAVE_SYS_TYPES_H 1
906| #define HAVE_SYS_STAT_H 1
907| #define HAVE_STDLIB_H 1
908| #define HAVE_STRING_H 1
909| #define HAVE_MEMORY_H 1
910| #define HAVE_STRINGS_H 1
911| #define HAVE_INTTYPES_H 1
912| #define HAVE_STDINT_H 1
913| #define HAVE_UNISTD_H 1
914| #define __EXTENSIONS__ 1
915| #define _ALL_SOURCE 1
916| #define _GNU_SOURCE 1
917| #define _POSIX_PTHREAD_SEMANTICS 1
918| #define _TANDEM_SOURCE 1
919| #define HAVE_DLFCN_H 1
920| #define LT_OBJDIR ".libs/"
921| /* end confdefs.h.  */
922|
923|               int main(int c, char **v) { (void)c; (void)v; return 0; }
924configure:18465: result: no
925configure:18472: checking which warning flags were supported
926configure:18476: result:  -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2
927configure:18484: checking how to enable unused result warnings
928configure:18510: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -Wno-attributes -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
929conftest.c:26:16: warning: attribute '__warn_unused_result__' cannot be applied to functions without return value
930__attribute__((__warn_unused_result__)) void f (void) {}
931               ^
932conftest.c:27:20: warning: '__warn_unused_result__' attribute only applies to functions and methods
933                         __attribute__((__warn_unused_result__)) int g;
934                                        ^
9352 warnings generated.
936configure:18510: $? = 0
937configure:18537: result:
938configure:18545: checking how to allow undefined symbols in shared libraries used by test suite
939configure:18566: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -Wl,--allow-shlib-undefined -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
940ld: unknown option: --allow-shlib-undefined
941clang: error: linker command failed with exit code 1 (use -v to see invocation)
942configure:18566: $? = 1
943configure: failed program was:
944| /* confdefs.h */
945| #define PACKAGE_NAME "cairo"
946| #define PACKAGE_TARNAME "cairo"
947| #define PACKAGE_VERSION "1.12.8"
948| #define PACKAGE_STRING "cairo 1.12.8"
949| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
950| #define PACKAGE_URL "http://cairographics.org/"
951| #define STDC_HEADERS 1
952| #define HAVE_SYS_TYPES_H 1
953| #define HAVE_SYS_STAT_H 1
954| #define HAVE_STDLIB_H 1
955| #define HAVE_STRING_H 1
956| #define HAVE_MEMORY_H 1
957| #define HAVE_STRINGS_H 1
958| #define HAVE_INTTYPES_H 1
959| #define HAVE_STDINT_H 1
960| #define HAVE_UNISTD_H 1
961| #define __EXTENSIONS__ 1
962| #define _ALL_SOURCE 1
963| #define _GNU_SOURCE 1
964| #define _POSIX_PTHREAD_SEMANTICS 1
965| #define _TANDEM_SOURCE 1
966| #define HAVE_DLFCN_H 1
967| #define LT_OBJDIR ".libs/"
968| #define WARN_UNUSED_RESULT
969| /* end confdefs.h.  */
970|
971|               int main(int c, char **v) { (void)c; (void)v; return 0; }
972configure:18591: result:
973configure:18911: checking for native atomic primitives
974configure:18933: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
975configure:18933: $? = 0
976configure:18959: result: Intel
977configure:18979: checking whether atomic ops require a memory barrier
978configure:18993: result: no
979configure:19009: checking size of void *
980configure:19014: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
981configure:19014: $? = 0
982configure:19014: ./conftest
983configure:19014: $? = 0
984configure:19028: result: 8
985configure:19042: checking size of int
986configure:19047: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
987configure:19047: $? = 0
988configure:19047: ./conftest
989configure:19047: $? = 0
990configure:19061: result: 4
991configure:19075: checking size of long
992configure:19080: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
993configure:19080: $? = 0
994configure:19080: ./conftest
995configure:19080: $? = 0
996configure:19094: result: 8
997configure:19108: checking size of long long
998configure:19113: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
999configure:19113: $? = 0
1000configure:19113: ./conftest
1001configure:19113: $? = 0
1002configure:19127: result: 8
1003configure:19141: checking size of size_t
1004configure:19146: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
1005configure:19146: $? = 0
1006configure:19146: ./conftest
1007configure:19146: $? = 0
1008configure:19160: result: 8
1009configure:19171: checking for native Win32
1010configure:19181: result: no
1011configure:19192: checking for Sun Solaris (non-POSIX ctime_r)
1012configure:19203: result: no
1013configure:19341: checking for sched_yield in -lrt
1014configure:19366: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lrt    >&5
1015ld: library not found for -lrt
1016clang: error: linker command failed with exit code 1 (use -v to see invocation)
1017configure:19366: $? = 1
1018configure: failed program was:
1019| /* confdefs.h */
1020| #define PACKAGE_NAME "cairo"
1021| #define PACKAGE_TARNAME "cairo"
1022| #define PACKAGE_VERSION "1.12.8"
1023| #define PACKAGE_STRING "cairo 1.12.8"
1024| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1025| #define PACKAGE_URL "http://cairographics.org/"
1026| #define STDC_HEADERS 1
1027| #define HAVE_SYS_TYPES_H 1
1028| #define HAVE_SYS_STAT_H 1
1029| #define HAVE_STDLIB_H 1
1030| #define HAVE_STRING_H 1
1031| #define HAVE_MEMORY_H 1
1032| #define HAVE_STRINGS_H 1
1033| #define HAVE_INTTYPES_H 1
1034| #define HAVE_STDINT_H 1
1035| #define HAVE_UNISTD_H 1
1036| #define __EXTENSIONS__ 1
1037| #define _ALL_SOURCE 1
1038| #define _GNU_SOURCE 1
1039| #define _POSIX_PTHREAD_SEMANTICS 1
1040| #define _TANDEM_SOURCE 1
1041| #define HAVE_DLFCN_H 1
1042| #define LT_OBJDIR ".libs/"
1043| #define WARN_UNUSED_RESULT
1044| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1045| #define SIZEOF_VOID_P 8
1046| #define SIZEOF_INT 4
1047| #define SIZEOF_LONG 8
1048| #define SIZEOF_LONG_LONG 8
1049| #define SIZEOF_SIZE_T 8
1050| /* end confdefs.h.  */
1051|
1052| /* Override any GCC internal prototype to avoid an error.
1053|    Use char because int might match the return type of a GCC
1054|    builtin and then its argument prototype would still apply.  */
1055| #ifdef __cplusplus
1056| extern "C"
1057| #endif
1058| char sched_yield ();
1059| int
1060| main ()
1061| {
1062| return sched_yield ();
1063|   ;
1064|   return 0;
1065| }
1066configure:19375: result: no
1067configure:19388: checking for shm_open in -lrt
1068configure:19413: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lrt    >&5
1069ld: library not found for -lrt
1070clang: error: linker command failed with exit code 1 (use -v to see invocation)
1071configure:19413: $? = 1
1072configure: failed program was:
1073| /* confdefs.h */
1074| #define PACKAGE_NAME "cairo"
1075| #define PACKAGE_TARNAME "cairo"
1076| #define PACKAGE_VERSION "1.12.8"
1077| #define PACKAGE_STRING "cairo 1.12.8"
1078| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1079| #define PACKAGE_URL "http://cairographics.org/"
1080| #define STDC_HEADERS 1
1081| #define HAVE_SYS_TYPES_H 1
1082| #define HAVE_SYS_STAT_H 1
1083| #define HAVE_STDLIB_H 1
1084| #define HAVE_STRING_H 1
1085| #define HAVE_MEMORY_H 1
1086| #define HAVE_STRINGS_H 1
1087| #define HAVE_INTTYPES_H 1
1088| #define HAVE_STDINT_H 1
1089| #define HAVE_UNISTD_H 1
1090| #define __EXTENSIONS__ 1
1091| #define _ALL_SOURCE 1
1092| #define _GNU_SOURCE 1
1093| #define _POSIX_PTHREAD_SEMANTICS 1
1094| #define _TANDEM_SOURCE 1
1095| #define HAVE_DLFCN_H 1
1096| #define LT_OBJDIR ".libs/"
1097| #define WARN_UNUSED_RESULT
1098| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1099| #define SIZEOF_VOID_P 8
1100| #define SIZEOF_INT 4
1101| #define SIZEOF_LONG 8
1102| #define SIZEOF_LONG_LONG 8
1103| #define SIZEOF_SIZE_T 8
1104| /* end confdefs.h.  */
1105|
1106| /* Override any GCC internal prototype to avoid an error.
1107|    Use char because int might match the return type of a GCC
1108|    builtin and then its argument prototype would still apply.  */
1109| #ifdef __cplusplus
1110| extern "C"
1111| #endif
1112| char shm_open ();
1113| int
1114| main ()
1115| {
1116| return shm_open ();
1117|   ;
1118|   return 0;
1119| }
1120configure:19422: result: no
1121configure:19443: checking for connect in -lsocket
1122configure:19468: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lsocket    >&5
1123ld: library not found for -lsocket
1124clang: error: linker command failed with exit code 1 (use -v to see invocation)
1125configure:19468: $? = 1
1126configure: failed program was:
1127| /* confdefs.h */
1128| #define PACKAGE_NAME "cairo"
1129| #define PACKAGE_TARNAME "cairo"
1130| #define PACKAGE_VERSION "1.12.8"
1131| #define PACKAGE_STRING "cairo 1.12.8"
1132| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1133| #define PACKAGE_URL "http://cairographics.org/"
1134| #define STDC_HEADERS 1
1135| #define HAVE_SYS_TYPES_H 1
1136| #define HAVE_SYS_STAT_H 1
1137| #define HAVE_STDLIB_H 1
1138| #define HAVE_STRING_H 1
1139| #define HAVE_MEMORY_H 1
1140| #define HAVE_STRINGS_H 1
1141| #define HAVE_INTTYPES_H 1
1142| #define HAVE_STDINT_H 1
1143| #define HAVE_UNISTD_H 1
1144| #define __EXTENSIONS__ 1
1145| #define _ALL_SOURCE 1
1146| #define _GNU_SOURCE 1
1147| #define _POSIX_PTHREAD_SEMANTICS 1
1148| #define _TANDEM_SOURCE 1
1149| #define HAVE_DLFCN_H 1
1150| #define LT_OBJDIR ".libs/"
1151| #define WARN_UNUSED_RESULT
1152| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1153| #define SIZEOF_VOID_P 8
1154| #define SIZEOF_INT 4
1155| #define SIZEOF_LONG 8
1156| #define SIZEOF_LONG_LONG 8
1157| #define SIZEOF_SIZE_T 8
1158| /* end confdefs.h.  */
1159|
1160| /* Override any GCC internal prototype to avoid an error.
1161|    Use char because int might match the return type of a GCC
1162|    builtin and then its argument prototype would still apply.  */
1163| #ifdef __cplusplus
1164| extern "C"
1165| #endif
1166| char connect ();
1167| int
1168| main ()
1169| {
1170| return connect ();
1171|   ;
1172|   return 0;
1173| }
1174configure:19477: result: no
1175configure:19489: checking for __builtin_return_address(0)
1176configure:19502: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1177configure:19502: $? = 0
1178configure:19508: result: yes
1179configure:19519: checking for stdint.h
1180configure:19519: result: yes
1181configure:19519: checking for inttypes.h
1182configure:19519: result: yes
1183configure:19519: checking sys/int_types.h usability
1184configure:19519: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1185conftest.c:69:10: fatal error: 'sys/int_types.h' file not found
1186#include <sys/int_types.h>
1187         ^
11881 error generated.
1189configure:19519: $? = 1
1190configure: failed program was:
1191| /* confdefs.h */
1192| #define PACKAGE_NAME "cairo"
1193| #define PACKAGE_TARNAME "cairo"
1194| #define PACKAGE_VERSION "1.12.8"
1195| #define PACKAGE_STRING "cairo 1.12.8"
1196| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1197| #define PACKAGE_URL "http://cairographics.org/"
1198| #define STDC_HEADERS 1
1199| #define HAVE_SYS_TYPES_H 1
1200| #define HAVE_SYS_STAT_H 1
1201| #define HAVE_STDLIB_H 1
1202| #define HAVE_STRING_H 1
1203| #define HAVE_MEMORY_H 1
1204| #define HAVE_STRINGS_H 1
1205| #define HAVE_INTTYPES_H 1
1206| #define HAVE_STDINT_H 1
1207| #define HAVE_UNISTD_H 1
1208| #define __EXTENSIONS__ 1
1209| #define _ALL_SOURCE 1
1210| #define _GNU_SOURCE 1
1211| #define _POSIX_PTHREAD_SEMANTICS 1
1212| #define _TANDEM_SOURCE 1
1213| #define HAVE_DLFCN_H 1
1214| #define LT_OBJDIR ".libs/"
1215| #define WARN_UNUSED_RESULT
1216| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1217| #define SIZEOF_VOID_P 8
1218| #define SIZEOF_INT 4
1219| #define SIZEOF_LONG 8
1220| #define SIZEOF_LONG_LONG 8
1221| #define SIZEOF_SIZE_T 8
1222| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1223| #define HAVE_STDINT_H 1
1224| #define HAVE_INTTYPES_H 1
1225| /* end confdefs.h.  */
1226| #include <stdio.h>
1227| #ifdef HAVE_SYS_TYPES_H
1228| # include <sys/types.h>
1229| #endif
1230| #ifdef HAVE_SYS_STAT_H
1231| # include <sys/stat.h>
1232| #endif
1233| #ifdef STDC_HEADERS
1234| # include <stdlib.h>
1235| # include <stddef.h>
1236| #else
1237| # ifdef HAVE_STDLIB_H
1238| #  include <stdlib.h>
1239| # endif
1240| #endif
1241| #ifdef HAVE_STRING_H
1242| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1243| #  include <memory.h>
1244| # endif
1245| # include <string.h>
1246| #endif
1247| #ifdef HAVE_STRINGS_H
1248| # include <strings.h>
1249| #endif
1250| #ifdef HAVE_INTTYPES_H
1251| # include <inttypes.h>
1252| #endif
1253| #ifdef HAVE_STDINT_H
1254| # include <stdint.h>
1255| #endif
1256| #ifdef HAVE_UNISTD_H
1257| # include <unistd.h>
1258| #endif
1259| #include <sys/int_types.h>
1260configure:19519: result: no
1261configure:19519: checking sys/int_types.h presence
1262configure:19519: /usr/bin/clang -E -I/opt/local/include conftest.c
1263conftest.c:36:10: fatal error: 'sys/int_types.h' file not found
1264#include <sys/int_types.h>
1265         ^
12661 error generated.
1267configure:19519: $? = 1
1268configure: failed program was:
1269| /* confdefs.h */
1270| #define PACKAGE_NAME "cairo"
1271| #define PACKAGE_TARNAME "cairo"
1272| #define PACKAGE_VERSION "1.12.8"
1273| #define PACKAGE_STRING "cairo 1.12.8"
1274| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1275| #define PACKAGE_URL "http://cairographics.org/"
1276| #define STDC_HEADERS 1
1277| #define HAVE_SYS_TYPES_H 1
1278| #define HAVE_SYS_STAT_H 1
1279| #define HAVE_STDLIB_H 1
1280| #define HAVE_STRING_H 1
1281| #define HAVE_MEMORY_H 1
1282| #define HAVE_STRINGS_H 1
1283| #define HAVE_INTTYPES_H 1
1284| #define HAVE_STDINT_H 1
1285| #define HAVE_UNISTD_H 1
1286| #define __EXTENSIONS__ 1
1287| #define _ALL_SOURCE 1
1288| #define _GNU_SOURCE 1
1289| #define _POSIX_PTHREAD_SEMANTICS 1
1290| #define _TANDEM_SOURCE 1
1291| #define HAVE_DLFCN_H 1
1292| #define LT_OBJDIR ".libs/"
1293| #define WARN_UNUSED_RESULT
1294| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1295| #define SIZEOF_VOID_P 8
1296| #define SIZEOF_INT 4
1297| #define SIZEOF_LONG 8
1298| #define SIZEOF_LONG_LONG 8
1299| #define SIZEOF_SIZE_T 8
1300| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1301| #define HAVE_STDINT_H 1
1302| #define HAVE_INTTYPES_H 1
1303| /* end confdefs.h.  */
1304| #include <sys/int_types.h>
1305configure:19519: result: no
1306configure:19519: checking for sys/int_types.h
1307configure:19519: result: no
1308configure:19529: checking for uint64_t
1309configure:19529: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1310configure:19529: $? = 0
1311configure:19529: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1312conftest.c:72:23: error: expected expression
1313if (sizeof ((uint64_t)))
1314                      ^
13151 error generated.
1316configure:19529: $? = 1
1317configure: failed program was:
1318| /* confdefs.h */
1319| #define PACKAGE_NAME "cairo"
1320| #define PACKAGE_TARNAME "cairo"
1321| #define PACKAGE_VERSION "1.12.8"
1322| #define PACKAGE_STRING "cairo 1.12.8"
1323| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1324| #define PACKAGE_URL "http://cairographics.org/"
1325| #define STDC_HEADERS 1
1326| #define HAVE_SYS_TYPES_H 1
1327| #define HAVE_SYS_STAT_H 1
1328| #define HAVE_STDLIB_H 1
1329| #define HAVE_STRING_H 1
1330| #define HAVE_MEMORY_H 1
1331| #define HAVE_STRINGS_H 1
1332| #define HAVE_INTTYPES_H 1
1333| #define HAVE_STDINT_H 1
1334| #define HAVE_UNISTD_H 1
1335| #define __EXTENSIONS__ 1
1336| #define _ALL_SOURCE 1
1337| #define _GNU_SOURCE 1
1338| #define _POSIX_PTHREAD_SEMANTICS 1
1339| #define _TANDEM_SOURCE 1
1340| #define HAVE_DLFCN_H 1
1341| #define LT_OBJDIR ".libs/"
1342| #define WARN_UNUSED_RESULT
1343| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1344| #define SIZEOF_VOID_P 8
1345| #define SIZEOF_INT 4
1346| #define SIZEOF_LONG 8
1347| #define SIZEOF_LONG_LONG 8
1348| #define SIZEOF_SIZE_T 8
1349| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1350| #define HAVE_STDINT_H 1
1351| #define HAVE_INTTYPES_H 1
1352| /* end confdefs.h.  */
1353| #include <stdio.h>
1354| #ifdef HAVE_SYS_TYPES_H
1355| # include <sys/types.h>
1356| #endif
1357| #ifdef HAVE_SYS_STAT_H
1358| # include <sys/stat.h>
1359| #endif
1360| #ifdef STDC_HEADERS
1361| # include <stdlib.h>
1362| # include <stddef.h>
1363| #else
1364| # ifdef HAVE_STDLIB_H
1365| #  include <stdlib.h>
1366| # endif
1367| #endif
1368| #ifdef HAVE_STRING_H
1369| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1370| #  include <memory.h>
1371| # endif
1372| # include <string.h>
1373| #endif
1374| #ifdef HAVE_STRINGS_H
1375| # include <strings.h>
1376| #endif
1377| #ifdef HAVE_INTTYPES_H
1378| # include <inttypes.h>
1379| #endif
1380| #ifdef HAVE_STDINT_H
1381| # include <stdint.h>
1382| #endif
1383| #ifdef HAVE_UNISTD_H
1384| # include <unistd.h>
1385| #endif
1386| int
1387| main ()
1388| {
1389| if (sizeof ((uint64_t)))
1390|           return 0;
1391|   ;
1392|   return 0;
1393| }
1394configure:19529: result: yes
1395configure:19538: checking for uint128_t
1396configure:19538: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1397conftest.c:73:13: error: use of undeclared identifier 'uint128_t'
1398if (sizeof (uint128_t))
1399            ^
14001 error generated.
1401configure:19538: $? = 1
1402configure: failed program was:
1403| /* confdefs.h */
1404| #define PACKAGE_NAME "cairo"
1405| #define PACKAGE_TARNAME "cairo"
1406| #define PACKAGE_VERSION "1.12.8"
1407| #define PACKAGE_STRING "cairo 1.12.8"
1408| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1409| #define PACKAGE_URL "http://cairographics.org/"
1410| #define STDC_HEADERS 1
1411| #define HAVE_SYS_TYPES_H 1
1412| #define HAVE_SYS_STAT_H 1
1413| #define HAVE_STDLIB_H 1
1414| #define HAVE_STRING_H 1
1415| #define HAVE_MEMORY_H 1
1416| #define HAVE_STRINGS_H 1
1417| #define HAVE_INTTYPES_H 1
1418| #define HAVE_STDINT_H 1
1419| #define HAVE_UNISTD_H 1
1420| #define __EXTENSIONS__ 1
1421| #define _ALL_SOURCE 1
1422| #define _GNU_SOURCE 1
1423| #define _POSIX_PTHREAD_SEMANTICS 1
1424| #define _TANDEM_SOURCE 1
1425| #define HAVE_DLFCN_H 1
1426| #define LT_OBJDIR ".libs/"
1427| #define WARN_UNUSED_RESULT
1428| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1429| #define SIZEOF_VOID_P 8
1430| #define SIZEOF_INT 4
1431| #define SIZEOF_LONG 8
1432| #define SIZEOF_LONG_LONG 8
1433| #define SIZEOF_SIZE_T 8
1434| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1435| #define HAVE_STDINT_H 1
1436| #define HAVE_INTTYPES_H 1
1437| #define HAVE_UINT64_T 1
1438| /* end confdefs.h.  */
1439| #include <stdio.h>
1440| #ifdef HAVE_SYS_TYPES_H
1441| # include <sys/types.h>
1442| #endif
1443| #ifdef HAVE_SYS_STAT_H
1444| # include <sys/stat.h>
1445| #endif
1446| #ifdef STDC_HEADERS
1447| # include <stdlib.h>
1448| # include <stddef.h>
1449| #else
1450| # ifdef HAVE_STDLIB_H
1451| #  include <stdlib.h>
1452| # endif
1453| #endif
1454| #ifdef HAVE_STRING_H
1455| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1456| #  include <memory.h>
1457| # endif
1458| # include <string.h>
1459| #endif
1460| #ifdef HAVE_STRINGS_H
1461| # include <strings.h>
1462| #endif
1463| #ifdef HAVE_INTTYPES_H
1464| # include <inttypes.h>
1465| #endif
1466| #ifdef HAVE_STDINT_H
1467| # include <stdint.h>
1468| #endif
1469| #ifdef HAVE_UNISTD_H
1470| # include <unistd.h>
1471| #endif
1472| int
1473| main ()
1474| {
1475| if (sizeof (uint128_t))
1476|        return 0;
1477|   ;
1478|   return 0;
1479| }
1480configure:19538: result: no
1481configure:19547: checking for __uint128_t
1482configure:19547: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1483configure:19547: $? = 0
1484configure:19547: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1485conftest.c:73:26: error: expected expression
1486if (sizeof ((__uint128_t)))
1487                         ^
14881 error generated.
1489configure:19547: $? = 1
1490configure: failed program was:
1491| /* confdefs.h */
1492| #define PACKAGE_NAME "cairo"
1493| #define PACKAGE_TARNAME "cairo"
1494| #define PACKAGE_VERSION "1.12.8"
1495| #define PACKAGE_STRING "cairo 1.12.8"
1496| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1497| #define PACKAGE_URL "http://cairographics.org/"
1498| #define STDC_HEADERS 1
1499| #define HAVE_SYS_TYPES_H 1
1500| #define HAVE_SYS_STAT_H 1
1501| #define HAVE_STDLIB_H 1
1502| #define HAVE_STRING_H 1
1503| #define HAVE_MEMORY_H 1
1504| #define HAVE_STRINGS_H 1
1505| #define HAVE_INTTYPES_H 1
1506| #define HAVE_STDINT_H 1
1507| #define HAVE_UNISTD_H 1
1508| #define __EXTENSIONS__ 1
1509| #define _ALL_SOURCE 1
1510| #define _GNU_SOURCE 1
1511| #define _POSIX_PTHREAD_SEMANTICS 1
1512| #define _TANDEM_SOURCE 1
1513| #define HAVE_DLFCN_H 1
1514| #define LT_OBJDIR ".libs/"
1515| #define WARN_UNUSED_RESULT
1516| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1517| #define SIZEOF_VOID_P 8
1518| #define SIZEOF_INT 4
1519| #define SIZEOF_LONG 8
1520| #define SIZEOF_LONG_LONG 8
1521| #define SIZEOF_SIZE_T 8
1522| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1523| #define HAVE_STDINT_H 1
1524| #define HAVE_INTTYPES_H 1
1525| #define HAVE_UINT64_T 1
1526| /* end confdefs.h.  */
1527| #include <stdio.h>
1528| #ifdef HAVE_SYS_TYPES_H
1529| # include <sys/types.h>
1530| #endif
1531| #ifdef HAVE_SYS_STAT_H
1532| # include <sys/stat.h>
1533| #endif
1534| #ifdef STDC_HEADERS
1535| # include <stdlib.h>
1536| # include <stddef.h>
1537| #else
1538| # ifdef HAVE_STDLIB_H
1539| #  include <stdlib.h>
1540| # endif
1541| #endif
1542| #ifdef HAVE_STRING_H
1543| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1544| #  include <memory.h>
1545| # endif
1546| # include <string.h>
1547| #endif
1548| #ifdef HAVE_STRINGS_H
1549| # include <strings.h>
1550| #endif
1551| #ifdef HAVE_INTTYPES_H
1552| # include <inttypes.h>
1553| #endif
1554| #ifdef HAVE_STDINT_H
1555| # include <stdint.h>
1556| #endif
1557| #ifdef HAVE_UNISTD_H
1558| # include <unistd.h>
1559| #endif
1560| int
1561| main ()
1562| {
1563| if (sizeof ((__uint128_t)))
1564|           return 0;
1565|   ;
1566|   return 0;
1567| }
1568configure:19547: result: yes
1569configure:19561: checking fcntl.h usability
1570configure:19561: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1571configure:19561: $? = 0
1572configure:19561: result: yes
1573configure:19561: checking fcntl.h presence
1574configure:19561: /usr/bin/clang -E -I/opt/local/include conftest.c
1575configure:19561: $? = 0
1576configure:19561: result: yes
1577configure:19561: checking for fcntl.h
1578configure:19561: result: yes
1579configure:19561: checking for unistd.h
1580configure:19561: result: yes
1581configure:19561: checking signal.h usability
1582configure:19561: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1583configure:19561: $? = 0
1584configure:19561: result: yes
1585configure:19561: checking signal.h presence
1586configure:19561: /usr/bin/clang -E -I/opt/local/include conftest.c
1587configure:19561: $? = 0
1588configure:19561: result: yes
1589configure:19561: checking for signal.h
1590configure:19561: result: yes
1591configure:19561: checking for sys/stat.h
1592configure:19561: result: yes
1593configure:19561: checking sys/socket.h usability
1594configure:19561: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1595configure:19561: $? = 0
1596configure:19561: result: yes
1597configure:19561: checking sys/socket.h presence
1598configure:19561: /usr/bin/clang -E -I/opt/local/include conftest.c
1599configure:19561: $? = 0
1600configure:19561: result: yes
1601configure:19561: checking for sys/socket.h
1602configure:19561: result: yes
1603configure:19561: checking sys/poll.h usability
1604configure:19561: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1605configure:19561: $? = 0
1606configure:19561: result: yes
1607configure:19561: checking sys/poll.h presence
1608configure:19561: /usr/bin/clang -E -I/opt/local/include conftest.c
1609configure:19561: $? = 0
1610configure:19561: result: yes
1611configure:19561: checking for sys/poll.h
1612configure:19561: result: yes
1613configure:19561: checking sys/un.h usability
1614configure:19561: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1615configure:19561: $? = 0
1616configure:19561: result: yes
1617configure:19561: checking sys/un.h presence
1618configure:19561: /usr/bin/clang -E -I/opt/local/include conftest.c
1619configure:19561: $? = 0
1620configure:19561: result: yes
1621configure:19561: checking for sys/un.h
1622configure:19561: result: yes
1623configure:19574: checking for alarm
1624configure:19574: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
1625configure:19574: $? = 0
1626configure:19574: result: yes
1627configure:19586: checking sched.h usability
1628configure:19586: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1629configure:19586: $? = 0
1630configure:19586: result: yes
1631configure:19586: checking sched.h presence
1632configure:19586: /usr/bin/clang -E -I/opt/local/include conftest.c
1633configure:19586: $? = 0
1634configure:19586: result: yes
1635configure:19586: checking for sched.h
1636configure:19586: result: yes
1637configure:19593: checking for sched_getaffinity
1638configure:19593: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
1639Undefined symbols for architecture x86_64:
1640  "_sched_getaffinity", referenced from:
1641      _main in conftest-elh4oo.o
1642ld: symbol(s) not found for architecture x86_64
1643clang: error: linker command failed with exit code 1 (use -v to see invocation)
1644configure:19593: $? = 1
1645configure: failed program was:
1646| /* confdefs.h */
1647| #define PACKAGE_NAME "cairo"
1648| #define PACKAGE_TARNAME "cairo"
1649| #define PACKAGE_VERSION "1.12.8"
1650| #define PACKAGE_STRING "cairo 1.12.8"
1651| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1652| #define PACKAGE_URL "http://cairographics.org/"
1653| #define STDC_HEADERS 1
1654| #define HAVE_SYS_TYPES_H 1
1655| #define HAVE_SYS_STAT_H 1
1656| #define HAVE_STDLIB_H 1
1657| #define HAVE_STRING_H 1
1658| #define HAVE_MEMORY_H 1
1659| #define HAVE_STRINGS_H 1
1660| #define HAVE_INTTYPES_H 1
1661| #define HAVE_STDINT_H 1
1662| #define HAVE_UNISTD_H 1
1663| #define __EXTENSIONS__ 1
1664| #define _ALL_SOURCE 1
1665| #define _GNU_SOURCE 1
1666| #define _POSIX_PTHREAD_SEMANTICS 1
1667| #define _TANDEM_SOURCE 1
1668| #define HAVE_DLFCN_H 1
1669| #define LT_OBJDIR ".libs/"
1670| #define WARN_UNUSED_RESULT
1671| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1672| #define SIZEOF_VOID_P 8
1673| #define SIZEOF_INT 4
1674| #define SIZEOF_LONG 8
1675| #define SIZEOF_LONG_LONG 8
1676| #define SIZEOF_SIZE_T 8
1677| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1678| #define HAVE_STDINT_H 1
1679| #define HAVE_INTTYPES_H 1
1680| #define HAVE_UINT64_T 1
1681| #define HAVE___UINT128_T 1
1682| #define HAVE_FCNTL_H 1
1683| #define HAVE_UNISTD_H 1
1684| #define HAVE_SIGNAL_H 1
1685| #define HAVE_SYS_STAT_H 1
1686| #define HAVE_SYS_SOCKET_H 1
1687| #define HAVE_SYS_POLL_H 1
1688| #define HAVE_SYS_UN_H 1
1689| #define HAVE_ALARM 1
1690| #define HAVE_SCHED_H 1
1691| /* end confdefs.h.  */
1692| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
1693|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1694| #define sched_getaffinity innocuous_sched_getaffinity
1695|
1696| /* System header to define __stub macros and hopefully few prototypes,
1697|     which can conflict with char sched_getaffinity (); below.
1698|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1699|     <limits.h> exists even on freestanding compilers.  */
1700|
1701| #ifdef __STDC__
1702| # include <limits.h>
1703| #else
1704| # include <assert.h>
1705| #endif
1706|
1707| #undef sched_getaffinity
1708|
1709| /* Override any GCC internal prototype to avoid an error.
1710|    Use char because int might match the return type of a GCC
1711|    builtin and then its argument prototype would still apply.  */
1712| #ifdef __cplusplus
1713| extern "C"
1714| #endif
1715| char sched_getaffinity ();
1716| /* The GNU C library defines this for functions which it implements
1717|     to always fail with ENOSYS.  Some functions are actually named
1718|     something starting with __ and the normal name is an alias.  */
1719| #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
1720| choke me
1721| #endif
1722|
1723| int
1724| main ()
1725| {
1726| return sched_getaffinity ();
1727|   ;
1728|   return 0;
1729| }
1730configure:19593: result: no
1731configure:19609: checking sys/mman.h usability
1732configure:19609: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1733configure:19609: $? = 0
1734configure:19609: result: yes
1735configure:19609: checking sys/mman.h presence
1736configure:19609: /usr/bin/clang -E -I/opt/local/include conftest.c
1737configure:19609: $? = 0
1738configure:19609: result: yes
1739configure:19609: checking for sys/mman.h
1740configure:19609: result: yes
1741configure:19616: checking for mmap
1742configure:19616: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
1743configure:19616: $? = 0
1744configure:19616: result: yes
1745configure:19632: checking time.h usability
1746configure:19632: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1747configure:19632: $? = 0
1748configure:19632: result: yes
1749configure:19632: checking time.h presence
1750configure:19632: /usr/bin/clang -E -I/opt/local/include conftest.c
1751configure:19632: $? = 0
1752configure:19632: result: yes
1753configure:19632: checking for time.h
1754configure:19632: result: yes
1755configure:19639: checking for clock_gettime
1756configure:19639: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
1757Undefined symbols for architecture x86_64:
1758  "_clock_gettime", referenced from:
1759      _main in conftest-uFeQtA.o
1760ld: symbol(s) not found for architecture x86_64
1761clang: error: linker command failed with exit code 1 (use -v to see invocation)
1762configure:19639: $? = 1
1763configure: failed program was:
1764| /* confdefs.h */
1765| #define PACKAGE_NAME "cairo"
1766| #define PACKAGE_TARNAME "cairo"
1767| #define PACKAGE_VERSION "1.12.8"
1768| #define PACKAGE_STRING "cairo 1.12.8"
1769| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1770| #define PACKAGE_URL "http://cairographics.org/"
1771| #define STDC_HEADERS 1
1772| #define HAVE_SYS_TYPES_H 1
1773| #define HAVE_SYS_STAT_H 1
1774| #define HAVE_STDLIB_H 1
1775| #define HAVE_STRING_H 1
1776| #define HAVE_MEMORY_H 1
1777| #define HAVE_STRINGS_H 1
1778| #define HAVE_INTTYPES_H 1
1779| #define HAVE_STDINT_H 1
1780| #define HAVE_UNISTD_H 1
1781| #define __EXTENSIONS__ 1
1782| #define _ALL_SOURCE 1
1783| #define _GNU_SOURCE 1
1784| #define _POSIX_PTHREAD_SEMANTICS 1
1785| #define _TANDEM_SOURCE 1
1786| #define HAVE_DLFCN_H 1
1787| #define LT_OBJDIR ".libs/"
1788| #define WARN_UNUSED_RESULT
1789| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1790| #define SIZEOF_VOID_P 8
1791| #define SIZEOF_INT 4
1792| #define SIZEOF_LONG 8
1793| #define SIZEOF_LONG_LONG 8
1794| #define SIZEOF_SIZE_T 8
1795| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1796| #define HAVE_STDINT_H 1
1797| #define HAVE_INTTYPES_H 1
1798| #define HAVE_UINT64_T 1
1799| #define HAVE___UINT128_T 1
1800| #define HAVE_FCNTL_H 1
1801| #define HAVE_UNISTD_H 1
1802| #define HAVE_SIGNAL_H 1
1803| #define HAVE_SYS_STAT_H 1
1804| #define HAVE_SYS_SOCKET_H 1
1805| #define HAVE_SYS_POLL_H 1
1806| #define HAVE_SYS_UN_H 1
1807| #define HAVE_ALARM 1
1808| #define HAVE_SCHED_H 1
1809| #define HAVE_SYS_MMAN_H 1
1810| #define HAVE_MMAP 1
1811| #define HAVE_TIME_H 1
1812| /* end confdefs.h.  */
1813| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
1814|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1815| #define clock_gettime innocuous_clock_gettime
1816|
1817| /* System header to define __stub macros and hopefully few prototypes,
1818|     which can conflict with char clock_gettime (); below.
1819|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1820|     <limits.h> exists even on freestanding compilers.  */
1821|
1822| #ifdef __STDC__
1823| # include <limits.h>
1824| #else
1825| # include <assert.h>
1826| #endif
1827|
1828| #undef clock_gettime
1829|
1830| /* Override any GCC internal prototype to avoid an error.
1831|    Use char because int might match the return type of a GCC
1832|    builtin and then its argument prototype would still apply.  */
1833| #ifdef __cplusplus
1834| extern "C"
1835| #endif
1836| char clock_gettime ();
1837| /* The GNU C library defines this for functions which it implements
1838|     to always fail with ENOSYS.  Some functions are actually named
1839|     something starting with __ and the normal name is an alias.  */
1840| #if defined __stub_clock_gettime || defined __stub___clock_gettime
1841| choke me
1842| #endif
1843|
1844| int
1845| main ()
1846| {
1847| return clock_gettime ();
1848|   ;
1849|   return 0;
1850| }
1851configure:19639: result: no
1852configure:19653: checking fenv.h usability
1853configure:19653: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
1854configure:19653: $? = 0
1855configure:19653: result: yes
1856configure:19653: checking fenv.h presence
1857configure:19653: /usr/bin/clang -E -I/opt/local/include conftest.c
1858configure:19653: $? = 0
1859configure:19653: result: yes
1860configure:19653: checking for fenv.h
1861configure:19653: result: yes
1862configure:19658: checking for feenableexcept
1863configure:19658: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
1864Undefined symbols for architecture x86_64:
1865  "_feenableexcept", referenced from:
1866      _main in conftest-qW2C6F.o
1867ld: symbol(s) not found for architecture x86_64
1868clang: error: linker command failed with exit code 1 (use -v to see invocation)
1869configure:19658: $? = 1
1870configure: failed program was:
1871| /* confdefs.h */
1872| #define PACKAGE_NAME "cairo"
1873| #define PACKAGE_TARNAME "cairo"
1874| #define PACKAGE_VERSION "1.12.8"
1875| #define PACKAGE_STRING "cairo 1.12.8"
1876| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1877| #define PACKAGE_URL "http://cairographics.org/"
1878| #define STDC_HEADERS 1
1879| #define HAVE_SYS_TYPES_H 1
1880| #define HAVE_SYS_STAT_H 1
1881| #define HAVE_STDLIB_H 1
1882| #define HAVE_STRING_H 1
1883| #define HAVE_MEMORY_H 1
1884| #define HAVE_STRINGS_H 1
1885| #define HAVE_INTTYPES_H 1
1886| #define HAVE_STDINT_H 1
1887| #define HAVE_UNISTD_H 1
1888| #define __EXTENSIONS__ 1
1889| #define _ALL_SOURCE 1
1890| #define _GNU_SOURCE 1
1891| #define _POSIX_PTHREAD_SEMANTICS 1
1892| #define _TANDEM_SOURCE 1
1893| #define HAVE_DLFCN_H 1
1894| #define LT_OBJDIR ".libs/"
1895| #define WARN_UNUSED_RESULT
1896| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1897| #define SIZEOF_VOID_P 8
1898| #define SIZEOF_INT 4
1899| #define SIZEOF_LONG 8
1900| #define SIZEOF_LONG_LONG 8
1901| #define SIZEOF_SIZE_T 8
1902| #define HAVE_BUILTIN_RETURN_ADDRESS 1
1903| #define HAVE_STDINT_H 1
1904| #define HAVE_INTTYPES_H 1
1905| #define HAVE_UINT64_T 1
1906| #define HAVE___UINT128_T 1
1907| #define HAVE_FCNTL_H 1
1908| #define HAVE_UNISTD_H 1
1909| #define HAVE_SIGNAL_H 1
1910| #define HAVE_SYS_STAT_H 1
1911| #define HAVE_SYS_SOCKET_H 1
1912| #define HAVE_SYS_POLL_H 1
1913| #define HAVE_SYS_UN_H 1
1914| #define HAVE_ALARM 1
1915| #define HAVE_SCHED_H 1
1916| #define HAVE_SYS_MMAN_H 1
1917| #define HAVE_MMAP 1
1918| #define HAVE_TIME_H 1
1919| /* end confdefs.h.  */
1920| /* Define feenableexcept to an innocuous variant, in case <limits.h> declares feenableexcept.
1921|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1922| #define feenableexcept innocuous_feenableexcept
1923|
1924| /* System header to define __stub macros and hopefully few prototypes,
1925|     which can conflict with char feenableexcept (); below.
1926|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1927|     <limits.h> exists even on freestanding compilers.  */
1928|
1929| #ifdef __STDC__
1930| # include <limits.h>
1931| #else
1932| # include <assert.h>
1933| #endif
1934|
1935| #undef feenableexcept
1936|
1937| /* Override any GCC internal prototype to avoid an error.
1938|    Use char because int might match the return type of a GCC
1939|    builtin and then its argument prototype would still apply.  */
1940| #ifdef __cplusplus
1941| extern "C"
1942| #endif
1943| char feenableexcept ();
1944| /* The GNU C library defines this for functions which it implements
1945|     to always fail with ENOSYS.  Some functions are actually named
1946|     something starting with __ and the normal name is an alias.  */
1947| #if defined __stub_feenableexcept || defined __stub___feenableexcept
1948| choke me
1949| #endif
1950|
1951| int
1952| main ()
1953| {
1954| return feenableexcept ();
1955|   ;
1956|   return 0;
1957| }
1958configure:19658: result: no
1959configure:19658: checking for fedisableexcept
1960configure:19658: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
1961Undefined symbols for architecture x86_64:
1962  "_fedisableexcept", referenced from:
1963      _main in conftest-C7RrXc.o
1964ld: symbol(s) not found for architecture x86_64
1965clang: error: linker command failed with exit code 1 (use -v to see invocation)
1966configure:19658: $? = 1
1967configure: failed program was:
1968| /* confdefs.h */
1969| #define PACKAGE_NAME "cairo"
1970| #define PACKAGE_TARNAME "cairo"
1971| #define PACKAGE_VERSION "1.12.8"
1972| #define PACKAGE_STRING "cairo 1.12.8"
1973| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
1974| #define PACKAGE_URL "http://cairographics.org/"
1975| #define STDC_HEADERS 1
1976| #define HAVE_SYS_TYPES_H 1
1977| #define HAVE_SYS_STAT_H 1
1978| #define HAVE_STDLIB_H 1
1979| #define HAVE_STRING_H 1
1980| #define HAVE_MEMORY_H 1
1981| #define HAVE_STRINGS_H 1
1982| #define HAVE_INTTYPES_H 1
1983| #define HAVE_STDINT_H 1
1984| #define HAVE_UNISTD_H 1
1985| #define __EXTENSIONS__ 1
1986| #define _ALL_SOURCE 1
1987| #define _GNU_SOURCE 1
1988| #define _POSIX_PTHREAD_SEMANTICS 1
1989| #define _TANDEM_SOURCE 1
1990| #define HAVE_DLFCN_H 1
1991| #define LT_OBJDIR ".libs/"
1992| #define WARN_UNUSED_RESULT
1993| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
1994| #define SIZEOF_VOID_P 8
1995| #define SIZEOF_INT 4
1996| #define SIZEOF_LONG 8
1997| #define SIZEOF_LONG_LONG 8
1998| #define SIZEOF_SIZE_T 8
1999| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2000| #define HAVE_STDINT_H 1
2001| #define HAVE_INTTYPES_H 1
2002| #define HAVE_UINT64_T 1
2003| #define HAVE___UINT128_T 1
2004| #define HAVE_FCNTL_H 1
2005| #define HAVE_UNISTD_H 1
2006| #define HAVE_SIGNAL_H 1
2007| #define HAVE_SYS_STAT_H 1
2008| #define HAVE_SYS_SOCKET_H 1
2009| #define HAVE_SYS_POLL_H 1
2010| #define HAVE_SYS_UN_H 1
2011| #define HAVE_ALARM 1
2012| #define HAVE_SCHED_H 1
2013| #define HAVE_SYS_MMAN_H 1
2014| #define HAVE_MMAP 1
2015| #define HAVE_TIME_H 1
2016| /* end confdefs.h.  */
2017| /* Define fedisableexcept to an innocuous variant, in case <limits.h> declares fedisableexcept.
2018|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2019| #define fedisableexcept innocuous_fedisableexcept
2020|
2021| /* System header to define __stub macros and hopefully few prototypes,
2022|     which can conflict with char fedisableexcept (); below.
2023|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2024|     <limits.h> exists even on freestanding compilers.  */
2025|
2026| #ifdef __STDC__
2027| # include <limits.h>
2028| #else
2029| # include <assert.h>
2030| #endif
2031|
2032| #undef fedisableexcept
2033|
2034| /* Override any GCC internal prototype to avoid an error.
2035|    Use char because int might match the return type of a GCC
2036|    builtin and then its argument prototype would still apply.  */
2037| #ifdef __cplusplus
2038| extern "C"
2039| #endif
2040| char fedisableexcept ();
2041| /* The GNU C library defines this for functions which it implements
2042|     to always fail with ENOSYS.  Some functions are actually named
2043|     something starting with __ and the normal name is an alias.  */
2044| #if defined __stub_fedisableexcept || defined __stub___fedisableexcept
2045| choke me
2046| #endif
2047|
2048| int
2049| main ()
2050| {
2051| return fedisableexcept ();
2052|   ;
2053|   return 0;
2054| }
2055configure:19658: result: no
2056configure:19658: checking for feclearexcept
2057configure:19658: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2058configure:19658: $? = 0
2059configure:19658: result: yes
2060configure:19674: checking libgen.h usability
2061configure:19674: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2062configure:19674: $? = 0
2063configure:19674: result: yes
2064configure:19674: checking libgen.h presence
2065configure:19674: /usr/bin/clang -E -I/opt/local/include conftest.c
2066configure:19674: $? = 0
2067configure:19674: result: yes
2068configure:19674: checking for libgen.h
2069configure:19674: result: yes
2070configure:19674: checking byteswap.h usability
2071configure:19674: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2072conftest.c:85:10: fatal error: 'byteswap.h' file not found
2073#include <byteswap.h>
2074         ^
20751 error generated.
2076configure:19674: $? = 1
2077configure: failed program was:
2078| /* confdefs.h */
2079| #define PACKAGE_NAME "cairo"
2080| #define PACKAGE_TARNAME "cairo"
2081| #define PACKAGE_VERSION "1.12.8"
2082| #define PACKAGE_STRING "cairo 1.12.8"
2083| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2084| #define PACKAGE_URL "http://cairographics.org/"
2085| #define STDC_HEADERS 1
2086| #define HAVE_SYS_TYPES_H 1
2087| #define HAVE_SYS_STAT_H 1
2088| #define HAVE_STDLIB_H 1
2089| #define HAVE_STRING_H 1
2090| #define HAVE_MEMORY_H 1
2091| #define HAVE_STRINGS_H 1
2092| #define HAVE_INTTYPES_H 1
2093| #define HAVE_STDINT_H 1
2094| #define HAVE_UNISTD_H 1
2095| #define __EXTENSIONS__ 1
2096| #define _ALL_SOURCE 1
2097| #define _GNU_SOURCE 1
2098| #define _POSIX_PTHREAD_SEMANTICS 1
2099| #define _TANDEM_SOURCE 1
2100| #define HAVE_DLFCN_H 1
2101| #define LT_OBJDIR ".libs/"
2102| #define WARN_UNUSED_RESULT
2103| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2104| #define SIZEOF_VOID_P 8
2105| #define SIZEOF_INT 4
2106| #define SIZEOF_LONG 8
2107| #define SIZEOF_LONG_LONG 8
2108| #define SIZEOF_SIZE_T 8
2109| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2110| #define HAVE_STDINT_H 1
2111| #define HAVE_INTTYPES_H 1
2112| #define HAVE_UINT64_T 1
2113| #define HAVE___UINT128_T 1
2114| #define HAVE_FCNTL_H 1
2115| #define HAVE_UNISTD_H 1
2116| #define HAVE_SIGNAL_H 1
2117| #define HAVE_SYS_STAT_H 1
2118| #define HAVE_SYS_SOCKET_H 1
2119| #define HAVE_SYS_POLL_H 1
2120| #define HAVE_SYS_UN_H 1
2121| #define HAVE_ALARM 1
2122| #define HAVE_SCHED_H 1
2123| #define HAVE_SYS_MMAN_H 1
2124| #define HAVE_MMAP 1
2125| #define HAVE_TIME_H 1
2126| #define HAVE_FECLEAREXCEPT 1
2127| #define HAVE_LIBGEN_H 1
2128| /* end confdefs.h.  */
2129| #include <stdio.h>
2130| #ifdef HAVE_SYS_TYPES_H
2131| # include <sys/types.h>
2132| #endif
2133| #ifdef HAVE_SYS_STAT_H
2134| # include <sys/stat.h>
2135| #endif
2136| #ifdef STDC_HEADERS
2137| # include <stdlib.h>
2138| # include <stddef.h>
2139| #else
2140| # ifdef HAVE_STDLIB_H
2141| #  include <stdlib.h>
2142| # endif
2143| #endif
2144| #ifdef HAVE_STRING_H
2145| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2146| #  include <memory.h>
2147| # endif
2148| # include <string.h>
2149| #endif
2150| #ifdef HAVE_STRINGS_H
2151| # include <strings.h>
2152| #endif
2153| #ifdef HAVE_INTTYPES_H
2154| # include <inttypes.h>
2155| #endif
2156| #ifdef HAVE_STDINT_H
2157| # include <stdint.h>
2158| #endif
2159| #ifdef HAVE_UNISTD_H
2160| # include <unistd.h>
2161| #endif
2162| #include <byteswap.h>
2163configure:19674: result: no
2164configure:19674: checking byteswap.h presence
2165configure:19674: /usr/bin/clang -E -I/opt/local/include conftest.c
2166conftest.c:52:10: fatal error: 'byteswap.h' file not found
2167#include <byteswap.h>
2168         ^
21691 error generated.
2170configure:19674: $? = 1
2171configure: failed program was:
2172| /* confdefs.h */
2173| #define PACKAGE_NAME "cairo"
2174| #define PACKAGE_TARNAME "cairo"
2175| #define PACKAGE_VERSION "1.12.8"
2176| #define PACKAGE_STRING "cairo 1.12.8"
2177| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2178| #define PACKAGE_URL "http://cairographics.org/"
2179| #define STDC_HEADERS 1
2180| #define HAVE_SYS_TYPES_H 1
2181| #define HAVE_SYS_STAT_H 1
2182| #define HAVE_STDLIB_H 1
2183| #define HAVE_STRING_H 1
2184| #define HAVE_MEMORY_H 1
2185| #define HAVE_STRINGS_H 1
2186| #define HAVE_INTTYPES_H 1
2187| #define HAVE_STDINT_H 1
2188| #define HAVE_UNISTD_H 1
2189| #define __EXTENSIONS__ 1
2190| #define _ALL_SOURCE 1
2191| #define _GNU_SOURCE 1
2192| #define _POSIX_PTHREAD_SEMANTICS 1
2193| #define _TANDEM_SOURCE 1
2194| #define HAVE_DLFCN_H 1
2195| #define LT_OBJDIR ".libs/"
2196| #define WARN_UNUSED_RESULT
2197| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2198| #define SIZEOF_VOID_P 8
2199| #define SIZEOF_INT 4
2200| #define SIZEOF_LONG 8
2201| #define SIZEOF_LONG_LONG 8
2202| #define SIZEOF_SIZE_T 8
2203| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2204| #define HAVE_STDINT_H 1
2205| #define HAVE_INTTYPES_H 1
2206| #define HAVE_UINT64_T 1
2207| #define HAVE___UINT128_T 1
2208| #define HAVE_FCNTL_H 1
2209| #define HAVE_UNISTD_H 1
2210| #define HAVE_SIGNAL_H 1
2211| #define HAVE_SYS_STAT_H 1
2212| #define HAVE_SYS_SOCKET_H 1
2213| #define HAVE_SYS_POLL_H 1
2214| #define HAVE_SYS_UN_H 1
2215| #define HAVE_ALARM 1
2216| #define HAVE_SCHED_H 1
2217| #define HAVE_SYS_MMAN_H 1
2218| #define HAVE_MMAP 1
2219| #define HAVE_TIME_H 1
2220| #define HAVE_FECLEAREXCEPT 1
2221| #define HAVE_LIBGEN_H 1
2222| /* end confdefs.h.  */
2223| #include <byteswap.h>
2224configure:19674: result: no
2225configure:19674: checking for byteswap.h
2226configure:19674: result: no
2227configure:19674: checking for signal.h
2228configure:19674: result: yes
2229configure:19674: checking setjmp.h usability
2230configure:19674: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2231configure:19674: $? = 0
2232configure:19674: result: yes
2233configure:19674: checking setjmp.h presence
2234configure:19674: /usr/bin/clang -E -I/opt/local/include conftest.c
2235configure:19674: $? = 0
2236configure:19674: result: yes
2237configure:19674: checking for setjmp.h
2238configure:19674: result: yes
2239configure:19674: checking for fenv.h
2240configure:19674: result: yes
2241configure:19674: checking sys/wait.h usability
2242configure:19674: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2243configure:19674: $? = 0
2244configure:19674: result: yes
2245configure:19674: checking sys/wait.h presence
2246configure:19674: /usr/bin/clang -E -I/opt/local/include conftest.c
2247configure:19674: $? = 0
2248configure:19674: result: yes
2249configure:19674: checking for sys/wait.h
2250configure:19674: result: yes
2251configure:19687: checking for ctime_r
2252configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2253configure:19687: $? = 0
2254configure:19687: result: yes
2255configure:19687: checking for drand48
2256configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2257configure:19687: $? = 0
2258configure:19687: result: yes
2259configure:19687: checking for flockfile
2260configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2261configure:19687: $? = 0
2262configure:19687: result: yes
2263configure:19687: checking for funlockfile
2264configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2265configure:19687: $? = 0
2266configure:19687: result: yes
2267configure:19687: checking for getline
2268configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2269configure:19687: $? = 0
2270configure:19687: result: yes
2271configure:19687: checking for link
2272configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2273configure:19687: $? = 0
2274configure:19687: result: yes
2275configure:19687: checking for strndup
2276configure:19687: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2277conftest.c:85:6: warning: incompatible redeclaration of library function 'strndup'
2278char strndup ();
2279     ^
2280conftest.c:85:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
22811 warning generated.
2282configure:19687: $? = 0
2283configure:19687: result: yes
2284configure:19699: checking windows.h usability
2285configure:19699: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2286conftest.c:96:10: fatal error: 'windows.h' file not found
2287#include <windows.h>
2288         ^
22891 error generated.
2290configure:19699: $? = 1
2291configure: failed program was:
2292| /* confdefs.h */
2293| #define PACKAGE_NAME "cairo"
2294| #define PACKAGE_TARNAME "cairo"
2295| #define PACKAGE_VERSION "1.12.8"
2296| #define PACKAGE_STRING "cairo 1.12.8"
2297| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2298| #define PACKAGE_URL "http://cairographics.org/"
2299| #define STDC_HEADERS 1
2300| #define HAVE_SYS_TYPES_H 1
2301| #define HAVE_SYS_STAT_H 1
2302| #define HAVE_STDLIB_H 1
2303| #define HAVE_STRING_H 1
2304| #define HAVE_MEMORY_H 1
2305| #define HAVE_STRINGS_H 1
2306| #define HAVE_INTTYPES_H 1
2307| #define HAVE_STDINT_H 1
2308| #define HAVE_UNISTD_H 1
2309| #define __EXTENSIONS__ 1
2310| #define _ALL_SOURCE 1
2311| #define _GNU_SOURCE 1
2312| #define _POSIX_PTHREAD_SEMANTICS 1
2313| #define _TANDEM_SOURCE 1
2314| #define HAVE_DLFCN_H 1
2315| #define LT_OBJDIR ".libs/"
2316| #define WARN_UNUSED_RESULT
2317| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2318| #define SIZEOF_VOID_P 8
2319| #define SIZEOF_INT 4
2320| #define SIZEOF_LONG 8
2321| #define SIZEOF_LONG_LONG 8
2322| #define SIZEOF_SIZE_T 8
2323| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2324| #define HAVE_STDINT_H 1
2325| #define HAVE_INTTYPES_H 1
2326| #define HAVE_UINT64_T 1
2327| #define HAVE___UINT128_T 1
2328| #define HAVE_FCNTL_H 1
2329| #define HAVE_UNISTD_H 1
2330| #define HAVE_SIGNAL_H 1
2331| #define HAVE_SYS_STAT_H 1
2332| #define HAVE_SYS_SOCKET_H 1
2333| #define HAVE_SYS_POLL_H 1
2334| #define HAVE_SYS_UN_H 1
2335| #define HAVE_ALARM 1
2336| #define HAVE_SCHED_H 1
2337| #define HAVE_SYS_MMAN_H 1
2338| #define HAVE_MMAP 1
2339| #define HAVE_TIME_H 1
2340| #define HAVE_FECLEAREXCEPT 1
2341| #define HAVE_LIBGEN_H 1
2342| #define HAVE_SIGNAL_H 1
2343| #define HAVE_SETJMP_H 1
2344| #define HAVE_FENV_H 1
2345| #define HAVE_SYS_WAIT_H 1
2346| #define HAVE_CTIME_R 1
2347| #define HAVE_DRAND48 1
2348| #define HAVE_FLOCKFILE 1
2349| #define HAVE_FUNLOCKFILE 1
2350| #define HAVE_GETLINE 1
2351| #define HAVE_LINK 1
2352| #define HAVE_STRNDUP 1
2353| /* end confdefs.h.  */
2354| #include <stdio.h>
2355| #ifdef HAVE_SYS_TYPES_H
2356| # include <sys/types.h>
2357| #endif
2358| #ifdef HAVE_SYS_STAT_H
2359| # include <sys/stat.h>
2360| #endif
2361| #ifdef STDC_HEADERS
2362| # include <stdlib.h>
2363| # include <stddef.h>
2364| #else
2365| # ifdef HAVE_STDLIB_H
2366| #  include <stdlib.h>
2367| # endif
2368| #endif
2369| #ifdef HAVE_STRING_H
2370| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2371| #  include <memory.h>
2372| # endif
2373| # include <string.h>
2374| #endif
2375| #ifdef HAVE_STRINGS_H
2376| # include <strings.h>
2377| #endif
2378| #ifdef HAVE_INTTYPES_H
2379| # include <inttypes.h>
2380| #endif
2381| #ifdef HAVE_STDINT_H
2382| # include <stdint.h>
2383| #endif
2384| #ifdef HAVE_UNISTD_H
2385| # include <unistd.h>
2386| #endif
2387| #include <windows.h>
2388configure:19699: result: no
2389configure:19699: checking windows.h presence
2390configure:19699: /usr/bin/clang -E -I/opt/local/include conftest.c
2391conftest.c:63:10: fatal error: 'windows.h' file not found
2392#include <windows.h>
2393         ^
23941 error generated.
2395configure:19699: $? = 1
2396configure: failed program was:
2397| /* confdefs.h */
2398| #define PACKAGE_NAME "cairo"
2399| #define PACKAGE_TARNAME "cairo"
2400| #define PACKAGE_VERSION "1.12.8"
2401| #define PACKAGE_STRING "cairo 1.12.8"
2402| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2403| #define PACKAGE_URL "http://cairographics.org/"
2404| #define STDC_HEADERS 1
2405| #define HAVE_SYS_TYPES_H 1
2406| #define HAVE_SYS_STAT_H 1
2407| #define HAVE_STDLIB_H 1
2408| #define HAVE_STRING_H 1
2409| #define HAVE_MEMORY_H 1
2410| #define HAVE_STRINGS_H 1
2411| #define HAVE_INTTYPES_H 1
2412| #define HAVE_STDINT_H 1
2413| #define HAVE_UNISTD_H 1
2414| #define __EXTENSIONS__ 1
2415| #define _ALL_SOURCE 1
2416| #define _GNU_SOURCE 1
2417| #define _POSIX_PTHREAD_SEMANTICS 1
2418| #define _TANDEM_SOURCE 1
2419| #define HAVE_DLFCN_H 1
2420| #define LT_OBJDIR ".libs/"
2421| #define WARN_UNUSED_RESULT
2422| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2423| #define SIZEOF_VOID_P 8
2424| #define SIZEOF_INT 4
2425| #define SIZEOF_LONG 8
2426| #define SIZEOF_LONG_LONG 8
2427| #define SIZEOF_SIZE_T 8
2428| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2429| #define HAVE_STDINT_H 1
2430| #define HAVE_INTTYPES_H 1
2431| #define HAVE_UINT64_T 1
2432| #define HAVE___UINT128_T 1
2433| #define HAVE_FCNTL_H 1
2434| #define HAVE_UNISTD_H 1
2435| #define HAVE_SIGNAL_H 1
2436| #define HAVE_SYS_STAT_H 1
2437| #define HAVE_SYS_SOCKET_H 1
2438| #define HAVE_SYS_POLL_H 1
2439| #define HAVE_SYS_UN_H 1
2440| #define HAVE_ALARM 1
2441| #define HAVE_SCHED_H 1
2442| #define HAVE_SYS_MMAN_H 1
2443| #define HAVE_MMAP 1
2444| #define HAVE_TIME_H 1
2445| #define HAVE_FECLEAREXCEPT 1
2446| #define HAVE_LIBGEN_H 1
2447| #define HAVE_SIGNAL_H 1
2448| #define HAVE_SETJMP_H 1
2449| #define HAVE_FENV_H 1
2450| #define HAVE_SYS_WAIT_H 1
2451| #define HAVE_CTIME_R 1
2452| #define HAVE_DRAND48 1
2453| #define HAVE_FLOCKFILE 1
2454| #define HAVE_FUNLOCKFILE 1
2455| #define HAVE_GETLINE 1
2456| #define HAVE_LINK 1
2457| #define HAVE_STRNDUP 1
2458| /* end confdefs.h.  */
2459| #include <windows.h>
2460configure:19699: result: no
2461configure:19699: checking for windows.h
2462configure:19699: result: no
2463configure:19716: checking for sys/stat.h
2464configure:19716: result: yes
2465configure:19716: checking io.h usability
2466configure:19716: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2467conftest.c:97:10: fatal error: 'io.h' file not found
2468#include <io.h>
2469         ^
24701 error generated.
2471configure:19716: $? = 1
2472configure: failed program was:
2473| /* confdefs.h */
2474| #define PACKAGE_NAME "cairo"
2475| #define PACKAGE_TARNAME "cairo"
2476| #define PACKAGE_VERSION "1.12.8"
2477| #define PACKAGE_STRING "cairo 1.12.8"
2478| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2479| #define PACKAGE_URL "http://cairographics.org/"
2480| #define STDC_HEADERS 1
2481| #define HAVE_SYS_TYPES_H 1
2482| #define HAVE_SYS_STAT_H 1
2483| #define HAVE_STDLIB_H 1
2484| #define HAVE_STRING_H 1
2485| #define HAVE_MEMORY_H 1
2486| #define HAVE_STRINGS_H 1
2487| #define HAVE_INTTYPES_H 1
2488| #define HAVE_STDINT_H 1
2489| #define HAVE_UNISTD_H 1
2490| #define __EXTENSIONS__ 1
2491| #define _ALL_SOURCE 1
2492| #define _GNU_SOURCE 1
2493| #define _POSIX_PTHREAD_SEMANTICS 1
2494| #define _TANDEM_SOURCE 1
2495| #define HAVE_DLFCN_H 1
2496| #define LT_OBJDIR ".libs/"
2497| #define WARN_UNUSED_RESULT
2498| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2499| #define SIZEOF_VOID_P 8
2500| #define SIZEOF_INT 4
2501| #define SIZEOF_LONG 8
2502| #define SIZEOF_LONG_LONG 8
2503| #define SIZEOF_SIZE_T 8
2504| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2505| #define HAVE_STDINT_H 1
2506| #define HAVE_INTTYPES_H 1
2507| #define HAVE_UINT64_T 1
2508| #define HAVE___UINT128_T 1
2509| #define HAVE_FCNTL_H 1
2510| #define HAVE_UNISTD_H 1
2511| #define HAVE_SIGNAL_H 1
2512| #define HAVE_SYS_STAT_H 1
2513| #define HAVE_SYS_SOCKET_H 1
2514| #define HAVE_SYS_POLL_H 1
2515| #define HAVE_SYS_UN_H 1
2516| #define HAVE_ALARM 1
2517| #define HAVE_SCHED_H 1
2518| #define HAVE_SYS_MMAN_H 1
2519| #define HAVE_MMAP 1
2520| #define HAVE_TIME_H 1
2521| #define HAVE_FECLEAREXCEPT 1
2522| #define HAVE_LIBGEN_H 1
2523| #define HAVE_SIGNAL_H 1
2524| #define HAVE_SETJMP_H 1
2525| #define HAVE_FENV_H 1
2526| #define HAVE_SYS_WAIT_H 1
2527| #define HAVE_CTIME_R 1
2528| #define HAVE_DRAND48 1
2529| #define HAVE_FLOCKFILE 1
2530| #define HAVE_FUNLOCKFILE 1
2531| #define HAVE_GETLINE 1
2532| #define HAVE_LINK 1
2533| #define HAVE_STRNDUP 1
2534| #define HAVE_SYS_STAT_H 1
2535| /* end confdefs.h.  */
2536| #include <stdio.h>
2537| #ifdef HAVE_SYS_TYPES_H
2538| # include <sys/types.h>
2539| #endif
2540| #ifdef HAVE_SYS_STAT_H
2541| # include <sys/stat.h>
2542| #endif
2543| #ifdef STDC_HEADERS
2544| # include <stdlib.h>
2545| # include <stddef.h>
2546| #else
2547| # ifdef HAVE_STDLIB_H
2548| #  include <stdlib.h>
2549| # endif
2550| #endif
2551| #ifdef HAVE_STRING_H
2552| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2553| #  include <memory.h>
2554| # endif
2555| # include <string.h>
2556| #endif
2557| #ifdef HAVE_STRINGS_H
2558| # include <strings.h>
2559| #endif
2560| #ifdef HAVE_INTTYPES_H
2561| # include <inttypes.h>
2562| #endif
2563| #ifdef HAVE_STDINT_H
2564| # include <stdint.h>
2565| #endif
2566| #ifdef HAVE_UNISTD_H
2567| # include <unistd.h>
2568| #endif
2569| #include <io.h>
2570configure:19716: result: no
2571configure:19716: checking io.h presence
2572configure:19716: /usr/bin/clang -E -I/opt/local/include conftest.c
2573conftest.c:64:10: fatal error: 'io.h' file not found
2574#include <io.h>
2575         ^
25761 error generated.
2577configure:19716: $? = 1
2578configure: failed program was:
2579| /* confdefs.h */
2580| #define PACKAGE_NAME "cairo"
2581| #define PACKAGE_TARNAME "cairo"
2582| #define PACKAGE_VERSION "1.12.8"
2583| #define PACKAGE_STRING "cairo 1.12.8"
2584| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2585| #define PACKAGE_URL "http://cairographics.org/"
2586| #define STDC_HEADERS 1
2587| #define HAVE_SYS_TYPES_H 1
2588| #define HAVE_SYS_STAT_H 1
2589| #define HAVE_STDLIB_H 1
2590| #define HAVE_STRING_H 1
2591| #define HAVE_MEMORY_H 1
2592| #define HAVE_STRINGS_H 1
2593| #define HAVE_INTTYPES_H 1
2594| #define HAVE_STDINT_H 1
2595| #define HAVE_UNISTD_H 1
2596| #define __EXTENSIONS__ 1
2597| #define _ALL_SOURCE 1
2598| #define _GNU_SOURCE 1
2599| #define _POSIX_PTHREAD_SEMANTICS 1
2600| #define _TANDEM_SOURCE 1
2601| #define HAVE_DLFCN_H 1
2602| #define LT_OBJDIR ".libs/"
2603| #define WARN_UNUSED_RESULT
2604| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2605| #define SIZEOF_VOID_P 8
2606| #define SIZEOF_INT 4
2607| #define SIZEOF_LONG 8
2608| #define SIZEOF_LONG_LONG 8
2609| #define SIZEOF_SIZE_T 8
2610| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2611| #define HAVE_STDINT_H 1
2612| #define HAVE_INTTYPES_H 1
2613| #define HAVE_UINT64_T 1
2614| #define HAVE___UINT128_T 1
2615| #define HAVE_FCNTL_H 1
2616| #define HAVE_UNISTD_H 1
2617| #define HAVE_SIGNAL_H 1
2618| #define HAVE_SYS_STAT_H 1
2619| #define HAVE_SYS_SOCKET_H 1
2620| #define HAVE_SYS_POLL_H 1
2621| #define HAVE_SYS_UN_H 1
2622| #define HAVE_ALARM 1
2623| #define HAVE_SCHED_H 1
2624| #define HAVE_SYS_MMAN_H 1
2625| #define HAVE_MMAP 1
2626| #define HAVE_TIME_H 1
2627| #define HAVE_FECLEAREXCEPT 1
2628| #define HAVE_LIBGEN_H 1
2629| #define HAVE_SIGNAL_H 1
2630| #define HAVE_SETJMP_H 1
2631| #define HAVE_FENV_H 1
2632| #define HAVE_SYS_WAIT_H 1
2633| #define HAVE_CTIME_R 1
2634| #define HAVE_DRAND48 1
2635| #define HAVE_FLOCKFILE 1
2636| #define HAVE_FUNLOCKFILE 1
2637| #define HAVE_GETLINE 1
2638| #define HAVE_LINK 1
2639| #define HAVE_STRNDUP 1
2640| #define HAVE_SYS_STAT_H 1
2641| /* end confdefs.h.  */
2642| #include <io.h>
2643configure:19716: result: no
2644configure:19716: checking for io.h
2645configure:19716: result: no
2646configure:19726: checking for mkdir
2647configure:19726: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2648configure:19726: $? = 0
2649configure:19726: result: yes
2650configure:19728: checking mkdir variant
2651configure:19751: /usr/bin/clang -c  -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -I/opt/local/include conftest.c >&5
2652clang: warning: argument unused during compilation: '-e rroff=E_ENUM_TYPE_MISMATCH_ARG'
2653clang: warning: argument unused during compilation: '-e rroff=E_ENUM_TYPE_MISMATCH_OP'
2654configure:19751: $? = 0
2655configure:19778: result: mkdir(path, mode)
2656configure:19797: checking for fork
2657configure:19797: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2658configure:19797: $? = 0
2659configure:19797: result: yes
2660configure:19797: checking for waitpid
2661configure:19797: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2662configure:19797: $? = 0
2663configure:19797: result: yes
2664configure:19797: checking for raise
2665configure:19797: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2666configure:19797: $? = 0
2667configure:19797: result: yes
2668configure:20110: checking for VALGRIND
2669configure:20117: $PKG_CONFIG --exists --print-errors "valgrind"
2670Package valgrind was not found in the pkg-config search path.
2671Perhaps you should add the directory containing `valgrind.pc'
2672to the PKG_CONFIG_PATH environment variable
2673No package 'valgrind' found
2674configure:20120: $? = 1
2675configure:20133: $PKG_CONFIG --exists --print-errors "valgrind"
2676Package valgrind was not found in the pkg-config search path.
2677Perhaps you should add the directory containing `valgrind.pc'
2678to the PKG_CONFIG_PATH environment variable
2679No package 'valgrind' found
2680configure:20136: $? = 1
2681No package 'valgrind' found
2682configure:20163: result: no
2683configure:20165: result: no
2684configure:20319: checking for compress in -lz
2685configure:20344: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lz    >&5
2686configure:20344: $? = 0
2687configure:20353: result: yes
2688configure:20356: checking zlib.h usability
2689configure:20356: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
2690configure:20356: $? = 0
2691configure:20356: result: yes
2692configure:20356: checking zlib.h presence
2693configure:20356: /usr/bin/clang -E -I/opt/local/include conftest.c
2694configure:20356: $? = 0
2695configure:20356: result: yes
2696configure:20356: checking for zlib.h
2697configure:20356: result: yes
2698configure:20374: checking for dlsym in -ldl
2699configure:20399: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ldl    >&5
2700configure:20399: $? = 0
2701configure:20408: result: yes
2702configure:20427: checking for dlfcn.h
2703configure:20427: result: yes
2704configure:20462: checking for X
2705configure:20651: result: libraries /opt/local/lib, headers /opt/local/include
2706configure:20667: checking for cairo's Xlib surface backend feature
2707configure:20685: checking for xlib
2708configure:20692: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES"
2709Package xext was not found in the pkg-config search path.
2710Perhaps you should add the directory containing `xext.pc'
2711to the PKG_CONFIG_PATH environment variable
2712No package 'xext' found
2713configure:20695: $? = 1
2714configure:20708: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES"
2715Package xext was not found in the pkg-config search path.
2716Perhaps you should add the directory containing `xext.pc'
2717to the PKG_CONFIG_PATH environment variable
2718No package 'xext' found
2719configure:20711: $? = 1
2720No package 'xext' found
2721configure:20738: result: no
2722configure:20757: checking whether -R must be followed by a space
2723configure:20773: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -R/opt/local/lib >&5
2724clang: warning: argument unused during compilation: '-R/opt/local/lib'
2725configure:20773: $? = 0
2726configure: failed program was:
2727| /* confdefs.h */
2728| #define PACKAGE_NAME "cairo"
2729| #define PACKAGE_TARNAME "cairo"
2730| #define PACKAGE_VERSION "1.12.8"
2731| #define PACKAGE_STRING "cairo 1.12.8"
2732| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2733| #define PACKAGE_URL "http://cairographics.org/"
2734| #define STDC_HEADERS 1
2735| #define HAVE_SYS_TYPES_H 1
2736| #define HAVE_SYS_STAT_H 1
2737| #define HAVE_STDLIB_H 1
2738| #define HAVE_STRING_H 1
2739| #define HAVE_MEMORY_H 1
2740| #define HAVE_STRINGS_H 1
2741| #define HAVE_INTTYPES_H 1
2742| #define HAVE_STDINT_H 1
2743| #define HAVE_UNISTD_H 1
2744| #define __EXTENSIONS__ 1
2745| #define _ALL_SOURCE 1
2746| #define _GNU_SOURCE 1
2747| #define _POSIX_PTHREAD_SEMANTICS 1
2748| #define _TANDEM_SOURCE 1
2749| #define HAVE_DLFCN_H 1
2750| #define LT_OBJDIR ".libs/"
2751| #define WARN_UNUSED_RESULT
2752| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2753| #define SIZEOF_VOID_P 8
2754| #define SIZEOF_INT 4
2755| #define SIZEOF_LONG 8
2756| #define SIZEOF_LONG_LONG 8
2757| #define SIZEOF_SIZE_T 8
2758| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2759| #define HAVE_STDINT_H 1
2760| #define HAVE_INTTYPES_H 1
2761| #define HAVE_UINT64_T 1
2762| #define HAVE___UINT128_T 1
2763| #define HAVE_FCNTL_H 1
2764| #define HAVE_UNISTD_H 1
2765| #define HAVE_SIGNAL_H 1
2766| #define HAVE_SYS_STAT_H 1
2767| #define HAVE_SYS_SOCKET_H 1
2768| #define HAVE_SYS_POLL_H 1
2769| #define HAVE_SYS_UN_H 1
2770| #define HAVE_ALARM 1
2771| #define HAVE_SCHED_H 1
2772| #define HAVE_SYS_MMAN_H 1
2773| #define HAVE_MMAP 1
2774| #define HAVE_TIME_H 1
2775| #define HAVE_FECLEAREXCEPT 1
2776| #define HAVE_LIBGEN_H 1
2777| #define HAVE_SIGNAL_H 1
2778| #define HAVE_SETJMP_H 1
2779| #define HAVE_FENV_H 1
2780| #define HAVE_SYS_WAIT_H 1
2781| #define HAVE_CTIME_R 1
2782| #define HAVE_DRAND48 1
2783| #define HAVE_FLOCKFILE 1
2784| #define HAVE_FUNLOCKFILE 1
2785| #define HAVE_GETLINE 1
2786| #define HAVE_LINK 1
2787| #define HAVE_STRNDUP 1
2788| #define HAVE_SYS_STAT_H 1
2789| #define HAVE_MKDIR 2
2790| #define HAVE_FORK 1
2791| #define HAVE_WAITPID 1
2792| #define HAVE_RAISE 1
2793| #undef PACKAGE_VERSION
2794| #undef PACKAGE_STRING
2795| #undef PACKAGE_NAME
2796| #undef PACKAGE_TARNAME
2797| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
2798| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
2799| #define PACKAGE_NAME USE_cairo_INSTEAD
2800| #define PACKAGE_TARNAME USE_cairo_INSTEAD
2801| #define HAVE_ZLIB 1
2802| #define HAVE_DLFCN_H 1
2803| #define CAIRO_HAS_DLSYM 1
2804| /* end confdefs.h.  */
2805|
2806| int
2807| main ()
2808| {
2809|
2810|   ;
2811|   return 0;
2812| }
2813configure:20790: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -R /opt/local/lib >&5
2814clang: warning: argument unused during compilation: '-R'
2815ld: can't map file, errno=22 for architecture x86_64
2816clang: error: linker command failed with exit code 1 (use -v to see invocation)
2817configure:20790: $? = 1
2818configure: failed program was:
2819| /* confdefs.h */
2820| #define PACKAGE_NAME "cairo"
2821| #define PACKAGE_TARNAME "cairo"
2822| #define PACKAGE_VERSION "1.12.8"
2823| #define PACKAGE_STRING "cairo 1.12.8"
2824| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2825| #define PACKAGE_URL "http://cairographics.org/"
2826| #define STDC_HEADERS 1
2827| #define HAVE_SYS_TYPES_H 1
2828| #define HAVE_SYS_STAT_H 1
2829| #define HAVE_STDLIB_H 1
2830| #define HAVE_STRING_H 1
2831| #define HAVE_MEMORY_H 1
2832| #define HAVE_STRINGS_H 1
2833| #define HAVE_INTTYPES_H 1
2834| #define HAVE_STDINT_H 1
2835| #define HAVE_UNISTD_H 1
2836| #define __EXTENSIONS__ 1
2837| #define _ALL_SOURCE 1
2838| #define _GNU_SOURCE 1
2839| #define _POSIX_PTHREAD_SEMANTICS 1
2840| #define _TANDEM_SOURCE 1
2841| #define HAVE_DLFCN_H 1
2842| #define LT_OBJDIR ".libs/"
2843| #define WARN_UNUSED_RESULT
2844| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2845| #define SIZEOF_VOID_P 8
2846| #define SIZEOF_INT 4
2847| #define SIZEOF_LONG 8
2848| #define SIZEOF_LONG_LONG 8
2849| #define SIZEOF_SIZE_T 8
2850| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2851| #define HAVE_STDINT_H 1
2852| #define HAVE_INTTYPES_H 1
2853| #define HAVE_UINT64_T 1
2854| #define HAVE___UINT128_T 1
2855| #define HAVE_FCNTL_H 1
2856| #define HAVE_UNISTD_H 1
2857| #define HAVE_SIGNAL_H 1
2858| #define HAVE_SYS_STAT_H 1
2859| #define HAVE_SYS_SOCKET_H 1
2860| #define HAVE_SYS_POLL_H 1
2861| #define HAVE_SYS_UN_H 1
2862| #define HAVE_ALARM 1
2863| #define HAVE_SCHED_H 1
2864| #define HAVE_SYS_MMAN_H 1
2865| #define HAVE_MMAP 1
2866| #define HAVE_TIME_H 1
2867| #define HAVE_FECLEAREXCEPT 1
2868| #define HAVE_LIBGEN_H 1
2869| #define HAVE_SIGNAL_H 1
2870| #define HAVE_SETJMP_H 1
2871| #define HAVE_FENV_H 1
2872| #define HAVE_SYS_WAIT_H 1
2873| #define HAVE_CTIME_R 1
2874| #define HAVE_DRAND48 1
2875| #define HAVE_FLOCKFILE 1
2876| #define HAVE_FUNLOCKFILE 1
2877| #define HAVE_GETLINE 1
2878| #define HAVE_LINK 1
2879| #define HAVE_STRNDUP 1
2880| #define HAVE_SYS_STAT_H 1
2881| #define HAVE_MKDIR 2
2882| #define HAVE_FORK 1
2883| #define HAVE_WAITPID 1
2884| #define HAVE_RAISE 1
2885| #undef PACKAGE_VERSION
2886| #undef PACKAGE_STRING
2887| #undef PACKAGE_NAME
2888| #undef PACKAGE_TARNAME
2889| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
2890| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
2891| #define PACKAGE_NAME USE_cairo_INSTEAD
2892| #define PACKAGE_TARNAME USE_cairo_INSTEAD
2893| #define HAVE_ZLIB 1
2894| #define HAVE_DLFCN_H 1
2895| #define CAIRO_HAS_DLSYM 1
2896| /* end confdefs.h.  */
2897|
2898| int
2899| main ()
2900| {
2901|
2902|   ;
2903|   return 0;
2904| }
2905configure:20795: result: neither works
2906configure:20836: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c    -L/opt/local/lib -lX11 >&5
2907configure:20836: $? = 0
2908configure:20934: checking for gethostbyname
2909configure:20934: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2910configure:20934: $? = 0
2911configure:20934: result: yes
2912configure:21031: checking for connect
2913configure:21031: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2914configure:21031: $? = 0
2915configure:21031: result: yes
2916configure:21080: checking for remove
2917configure:21080: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2918configure:21080: $? = 0
2919configure:21080: result: yes
2920configure:21129: checking for shmat
2921configure:21129: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
2922configure:21129: $? = 0
2923configure:21129: result: yes
2924configure:21187: checking for IceConnectionNumber in -lICE
2925configure:21212: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 -L/opt/local/lib conftest.c -lICE    >&5
2926ld: library not found for -lICE
2927clang: error: linker command failed with exit code 1 (use -v to see invocation)
2928configure:21212: $? = 1
2929configure: failed program was:
2930| /* confdefs.h */
2931| #define PACKAGE_NAME "cairo"
2932| #define PACKAGE_TARNAME "cairo"
2933| #define PACKAGE_VERSION "1.12.8"
2934| #define PACKAGE_STRING "cairo 1.12.8"
2935| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
2936| #define PACKAGE_URL "http://cairographics.org/"
2937| #define STDC_HEADERS 1
2938| #define HAVE_SYS_TYPES_H 1
2939| #define HAVE_SYS_STAT_H 1
2940| #define HAVE_STDLIB_H 1
2941| #define HAVE_STRING_H 1
2942| #define HAVE_MEMORY_H 1
2943| #define HAVE_STRINGS_H 1
2944| #define HAVE_INTTYPES_H 1
2945| #define HAVE_STDINT_H 1
2946| #define HAVE_UNISTD_H 1
2947| #define __EXTENSIONS__ 1
2948| #define _ALL_SOURCE 1
2949| #define _GNU_SOURCE 1
2950| #define _POSIX_PTHREAD_SEMANTICS 1
2951| #define _TANDEM_SOURCE 1
2952| #define HAVE_DLFCN_H 1
2953| #define LT_OBJDIR ".libs/"
2954| #define WARN_UNUSED_RESULT
2955| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
2956| #define SIZEOF_VOID_P 8
2957| #define SIZEOF_INT 4
2958| #define SIZEOF_LONG 8
2959| #define SIZEOF_LONG_LONG 8
2960| #define SIZEOF_SIZE_T 8
2961| #define HAVE_BUILTIN_RETURN_ADDRESS 1
2962| #define HAVE_STDINT_H 1
2963| #define HAVE_INTTYPES_H 1
2964| #define HAVE_UINT64_T 1
2965| #define HAVE___UINT128_T 1
2966| #define HAVE_FCNTL_H 1
2967| #define HAVE_UNISTD_H 1
2968| #define HAVE_SIGNAL_H 1
2969| #define HAVE_SYS_STAT_H 1
2970| #define HAVE_SYS_SOCKET_H 1
2971| #define HAVE_SYS_POLL_H 1
2972| #define HAVE_SYS_UN_H 1
2973| #define HAVE_ALARM 1
2974| #define HAVE_SCHED_H 1
2975| #define HAVE_SYS_MMAN_H 1
2976| #define HAVE_MMAP 1
2977| #define HAVE_TIME_H 1
2978| #define HAVE_FECLEAREXCEPT 1
2979| #define HAVE_LIBGEN_H 1
2980| #define HAVE_SIGNAL_H 1
2981| #define HAVE_SETJMP_H 1
2982| #define HAVE_FENV_H 1
2983| #define HAVE_SYS_WAIT_H 1
2984| #define HAVE_CTIME_R 1
2985| #define HAVE_DRAND48 1
2986| #define HAVE_FLOCKFILE 1
2987| #define HAVE_FUNLOCKFILE 1
2988| #define HAVE_GETLINE 1
2989| #define HAVE_LINK 1
2990| #define HAVE_STRNDUP 1
2991| #define HAVE_SYS_STAT_H 1
2992| #define HAVE_MKDIR 2
2993| #define HAVE_FORK 1
2994| #define HAVE_WAITPID 1
2995| #define HAVE_RAISE 1
2996| #undef PACKAGE_VERSION
2997| #undef PACKAGE_STRING
2998| #undef PACKAGE_NAME
2999| #undef PACKAGE_TARNAME
3000| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3001| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3002| #define PACKAGE_NAME USE_cairo_INSTEAD
3003| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3004| #define HAVE_ZLIB 1
3005| #define HAVE_DLFCN_H 1
3006| #define CAIRO_HAS_DLSYM 1
3007| /* end confdefs.h.  */
3008|
3009| /* Override any GCC internal prototype to avoid an error.
3010|    Use char because int might match the return type of a GCC
3011|    builtin and then its argument prototype would still apply.  */
3012| #ifdef __cplusplus
3013| extern "C"
3014| #endif
3015| char IceConnectionNumber ();
3016| int
3017| main ()
3018| {
3019| return IceConnectionNumber ();
3020|   ;
3021|   return 0;
3022| }
3023configure:21221: result: no
3024configure:21743: checking sys/ipc.h usability
3025configure:21743: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
3026configure:21743: $? = 0
3027configure:21743: result: yes
3028configure:21743: checking sys/ipc.h presence
3029configure:21743: /usr/bin/clang -E -I/opt/local/include conftest.c
3030configure:21743: $? = 0
3031configure:21743: result: yes
3032configure:21743: checking for sys/ipc.h
3033configure:21743: result: yes
3034configure:21749: checking sys/shm.h usability
3035configure:21749: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
3036configure:21749: $? = 0
3037configure:21749: result: yes
3038configure:21749: checking sys/shm.h presence
3039configure:21749: /usr/bin/clang -E -I/opt/local/include conftest.c
3040configure:21749: $? = 0
3041configure:21749: result: yes
3042configure:21749: checking for sys/shm.h
3043configure:21749: result: yes
3044configure:21757: checking whether shmctl IPC_RMID allowes subsequent attaches
3045configure:21786: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   >&5
3046configure:21786: $? = 0
3047configure:21786: ./conftest
3048configure:21786: $? = 1
3049configure: program exited with status 1
3050configure: failed program was:
3051| /* confdefs.h */
3052| #define PACKAGE_NAME "cairo"
3053| #define PACKAGE_TARNAME "cairo"
3054| #define PACKAGE_VERSION "1.12.8"
3055| #define PACKAGE_STRING "cairo 1.12.8"
3056| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3057| #define PACKAGE_URL "http://cairographics.org/"
3058| #define STDC_HEADERS 1
3059| #define HAVE_SYS_TYPES_H 1
3060| #define HAVE_SYS_STAT_H 1
3061| #define HAVE_STDLIB_H 1
3062| #define HAVE_STRING_H 1
3063| #define HAVE_MEMORY_H 1
3064| #define HAVE_STRINGS_H 1
3065| #define HAVE_INTTYPES_H 1
3066| #define HAVE_STDINT_H 1
3067| #define HAVE_UNISTD_H 1
3068| #define __EXTENSIONS__ 1
3069| #define _ALL_SOURCE 1
3070| #define _GNU_SOURCE 1
3071| #define _POSIX_PTHREAD_SEMANTICS 1
3072| #define _TANDEM_SOURCE 1
3073| #define HAVE_DLFCN_H 1
3074| #define LT_OBJDIR ".libs/"
3075| #define WARN_UNUSED_RESULT
3076| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
3077| #define SIZEOF_VOID_P 8
3078| #define SIZEOF_INT 4
3079| #define SIZEOF_LONG 8
3080| #define SIZEOF_LONG_LONG 8
3081| #define SIZEOF_SIZE_T 8
3082| #define HAVE_BUILTIN_RETURN_ADDRESS 1
3083| #define HAVE_STDINT_H 1
3084| #define HAVE_INTTYPES_H 1
3085| #define HAVE_UINT64_T 1
3086| #define HAVE___UINT128_T 1
3087| #define HAVE_FCNTL_H 1
3088| #define HAVE_UNISTD_H 1
3089| #define HAVE_SIGNAL_H 1
3090| #define HAVE_SYS_STAT_H 1
3091| #define HAVE_SYS_SOCKET_H 1
3092| #define HAVE_SYS_POLL_H 1
3093| #define HAVE_SYS_UN_H 1
3094| #define HAVE_ALARM 1
3095| #define HAVE_SCHED_H 1
3096| #define HAVE_SYS_MMAN_H 1
3097| #define HAVE_MMAP 1
3098| #define HAVE_TIME_H 1
3099| #define HAVE_FECLEAREXCEPT 1
3100| #define HAVE_LIBGEN_H 1
3101| #define HAVE_SIGNAL_H 1
3102| #define HAVE_SETJMP_H 1
3103| #define HAVE_FENV_H 1
3104| #define HAVE_SYS_WAIT_H 1
3105| #define HAVE_CTIME_R 1
3106| #define HAVE_DRAND48 1
3107| #define HAVE_FLOCKFILE 1
3108| #define HAVE_FUNLOCKFILE 1
3109| #define HAVE_GETLINE 1
3110| #define HAVE_LINK 1
3111| #define HAVE_STRNDUP 1
3112| #define HAVE_SYS_STAT_H 1
3113| #define HAVE_MKDIR 2
3114| #define HAVE_FORK 1
3115| #define HAVE_WAITPID 1
3116| #define HAVE_RAISE 1
3117| #undef PACKAGE_VERSION
3118| #undef PACKAGE_STRING
3119| #undef PACKAGE_NAME
3120| #undef PACKAGE_TARNAME
3121| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3122| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3123| #define PACKAGE_NAME USE_cairo_INSTEAD
3124| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3125| #define HAVE_ZLIB 1
3126| #define HAVE_DLFCN_H 1
3127| #define CAIRO_HAS_DLSYM 1
3128| /* end confdefs.h.  */
3129|
3130|                 #include <sys/types.h>
3131|                 #include <sys/ipc.h>
3132|                 #include <sys/shm.h>
3133|                 int main()
3134|                 {
3135|                     char *shmaddr;
3136|                     int id = shmget (IPC_PRIVATE, 4, IPC_CREAT | 0600);
3137|                     if (id == -1) return 2;
3138|                     shmaddr = shmat (id, 0, 0);
3139|                     shmctl (id, IPC_RMID, 0);
3140|                     if ((char*) shmat (id, 0, 0) == (char*) -1) {
3141|                         shmdt (shmaddr);
3142|                         return 1;
3143|                     }
3144|                     shmdt (shmaddr);
3145|                     shmdt (shmaddr);
3146|                     return 0;
3147|                 }
3148|
3149configure:21793: result: no
3150configure:21805: checking for X11/extensions/XShm.h
3151configure:21805: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
3152conftest.c:82:10: fatal error: 'X11/extensions/XShm.h' file not found
3153#include <X11/extensions/XShm.h>
3154         ^
31551 error generated.
3156configure:21805: $? = 1
3157configure: failed program was:
3158| /* confdefs.h */
3159| #define PACKAGE_NAME "cairo"
3160| #define PACKAGE_TARNAME "cairo"
3161| #define PACKAGE_VERSION "1.12.8"
3162| #define PACKAGE_STRING "cairo 1.12.8"
3163| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3164| #define PACKAGE_URL "http://cairographics.org/"
3165| #define STDC_HEADERS 1
3166| #define HAVE_SYS_TYPES_H 1
3167| #define HAVE_SYS_STAT_H 1
3168| #define HAVE_STDLIB_H 1
3169| #define HAVE_STRING_H 1
3170| #define HAVE_MEMORY_H 1
3171| #define HAVE_STRINGS_H 1
3172| #define HAVE_INTTYPES_H 1
3173| #define HAVE_STDINT_H 1
3174| #define HAVE_UNISTD_H 1
3175| #define __EXTENSIONS__ 1
3176| #define _ALL_SOURCE 1
3177| #define _GNU_SOURCE 1
3178| #define _POSIX_PTHREAD_SEMANTICS 1
3179| #define _TANDEM_SOURCE 1
3180| #define HAVE_DLFCN_H 1
3181| #define LT_OBJDIR ".libs/"
3182| #define WARN_UNUSED_RESULT
3183| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
3184| #define SIZEOF_VOID_P 8
3185| #define SIZEOF_INT 4
3186| #define SIZEOF_LONG 8
3187| #define SIZEOF_LONG_LONG 8
3188| #define SIZEOF_SIZE_T 8
3189| #define HAVE_BUILTIN_RETURN_ADDRESS 1
3190| #define HAVE_STDINT_H 1
3191| #define HAVE_INTTYPES_H 1
3192| #define HAVE_UINT64_T 1
3193| #define HAVE___UINT128_T 1
3194| #define HAVE_FCNTL_H 1
3195| #define HAVE_UNISTD_H 1
3196| #define HAVE_SIGNAL_H 1
3197| #define HAVE_SYS_STAT_H 1
3198| #define HAVE_SYS_SOCKET_H 1
3199| #define HAVE_SYS_POLL_H 1
3200| #define HAVE_SYS_UN_H 1
3201| #define HAVE_ALARM 1
3202| #define HAVE_SCHED_H 1
3203| #define HAVE_SYS_MMAN_H 1
3204| #define HAVE_MMAP 1
3205| #define HAVE_TIME_H 1
3206| #define HAVE_FECLEAREXCEPT 1
3207| #define HAVE_LIBGEN_H 1
3208| #define HAVE_SIGNAL_H 1
3209| #define HAVE_SETJMP_H 1
3210| #define HAVE_FENV_H 1
3211| #define HAVE_SYS_WAIT_H 1
3212| #define HAVE_CTIME_R 1
3213| #define HAVE_DRAND48 1
3214| #define HAVE_FLOCKFILE 1
3215| #define HAVE_FUNLOCKFILE 1
3216| #define HAVE_GETLINE 1
3217| #define HAVE_LINK 1
3218| #define HAVE_STRNDUP 1
3219| #define HAVE_SYS_STAT_H 1
3220| #define HAVE_MKDIR 2
3221| #define HAVE_FORK 1
3222| #define HAVE_WAITPID 1
3223| #define HAVE_RAISE 1
3224| #undef PACKAGE_VERSION
3225| #undef PACKAGE_STRING
3226| #undef PACKAGE_NAME
3227| #undef PACKAGE_TARNAME
3228| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3229| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3230| #define PACKAGE_NAME USE_cairo_INSTEAD
3231| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3232| #define HAVE_ZLIB 1
3233| #define HAVE_DLFCN_H 1
3234| #define CAIRO_HAS_DLSYM 1
3235| /* end confdefs.h.  */
3236| #include <X11/Xlibint.h>
3237|                       #include <X11/Xproto.h>
3238|
3239| #include <X11/extensions/XShm.h>
3240configure:21805: result: no
3241configure:21805: checking for X11/extensions/shmproto.h
3242configure:21805: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
3243configure:21805: $? = 0
3244configure:21805: result: yes
3245configure:21805: checking for X11/extensions/shmstr.h
3246configure:21805: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
3247configure:21805: $? = 0
3248configure:21805: result: yes
3249configure:21819: checking whether cairo's Xlib surface backend feature could be enabled
3250configure:21821: result: yes
3251configure:22044: checking for cairo's Xlib Xrender surface backend feature
3252configure:22066: checking for xlib_xrender
3253configure:22073: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES"
3254configure:22076: $? = 0
3255configure:22089: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES"
3256configure:22092: $? = 0
3257configure:22151: result: yes
3258configure:22163: checking for XRenderCreateLinearGradient
3259configure:22163: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64   -I/opt/local/include -I/opt/local/include    -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c      -L/opt/local/lib -lX11 -lXext  -L/opt/local/lib -lXrender -lX11    >&5
3260ld: library not found for -lXext
3261clang: error: linker command failed with exit code 1 (use -v to see invocation)
3262configure:22163: $? = 1
3263configure: failed program was:
3264| /* confdefs.h */
3265| #define PACKAGE_NAME "cairo"
3266| #define PACKAGE_TARNAME "cairo"
3267| #define PACKAGE_VERSION "1.12.8"
3268| #define PACKAGE_STRING "cairo 1.12.8"
3269| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3270| #define PACKAGE_URL "http://cairographics.org/"
3271| #define STDC_HEADERS 1
3272| #define HAVE_SYS_TYPES_H 1
3273| #define HAVE_SYS_STAT_H 1
3274| #define HAVE_STDLIB_H 1
3275| #define HAVE_STRING_H 1
3276| #define HAVE_MEMORY_H 1
3277| #define HAVE_STRINGS_H 1
3278| #define HAVE_INTTYPES_H 1
3279| #define HAVE_STDINT_H 1
3280| #define HAVE_UNISTD_H 1
3281| #define __EXTENSIONS__ 1
3282| #define _ALL_SOURCE 1
3283| #define _GNU_SOURCE 1
3284| #define _POSIX_PTHREAD_SEMANTICS 1
3285| #define _TANDEM_SOURCE 1
3286| #define HAVE_DLFCN_H 1
3287| #define LT_OBJDIR ".libs/"
3288| #define WARN_UNUSED_RESULT
3289| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
3290| #define SIZEOF_VOID_P 8
3291| #define SIZEOF_INT 4
3292| #define SIZEOF_LONG 8
3293| #define SIZEOF_LONG_LONG 8
3294| #define SIZEOF_SIZE_T 8
3295| #define HAVE_BUILTIN_RETURN_ADDRESS 1
3296| #define HAVE_STDINT_H 1
3297| #define HAVE_INTTYPES_H 1
3298| #define HAVE_UINT64_T 1
3299| #define HAVE___UINT128_T 1
3300| #define HAVE_FCNTL_H 1
3301| #define HAVE_UNISTD_H 1
3302| #define HAVE_SIGNAL_H 1
3303| #define HAVE_SYS_STAT_H 1
3304| #define HAVE_SYS_SOCKET_H 1
3305| #define HAVE_SYS_POLL_H 1
3306| #define HAVE_SYS_UN_H 1
3307| #define HAVE_ALARM 1
3308| #define HAVE_SCHED_H 1
3309| #define HAVE_SYS_MMAN_H 1
3310| #define HAVE_MMAP 1
3311| #define HAVE_TIME_H 1
3312| #define HAVE_FECLEAREXCEPT 1
3313| #define HAVE_LIBGEN_H 1
3314| #define HAVE_SIGNAL_H 1
3315| #define HAVE_SETJMP_H 1
3316| #define HAVE_FENV_H 1
3317| #define HAVE_SYS_WAIT_H 1
3318| #define HAVE_CTIME_R 1
3319| #define HAVE_DRAND48 1
3320| #define HAVE_FLOCKFILE 1
3321| #define HAVE_FUNLOCKFILE 1
3322| #define HAVE_GETLINE 1
3323| #define HAVE_LINK 1
3324| #define HAVE_STRNDUP 1
3325| #define HAVE_SYS_STAT_H 1
3326| #define HAVE_MKDIR 2
3327| #define HAVE_FORK 1
3328| #define HAVE_WAITPID 1
3329| #define HAVE_RAISE 1
3330| #undef PACKAGE_VERSION
3331| #undef PACKAGE_STRING
3332| #undef PACKAGE_NAME
3333| #undef PACKAGE_TARNAME
3334| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3335| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3336| #define PACKAGE_NAME USE_cairo_INSTEAD
3337| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3338| #define HAVE_ZLIB 1
3339| #define HAVE_DLFCN_H 1
3340| #define CAIRO_HAS_DLSYM 1
3341| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
3342| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
3343| /* end confdefs.h.  */
3344| /* Define XRenderCreateLinearGradient to an innocuous variant, in case <limits.h> declares XRenderCreateLinearGradient.
3345|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3346| #define XRenderCreateLinearGradient innocuous_XRenderCreateLinearGradient
3347|
3348| /* System header to define __stub macros and hopefully few prototypes,
3349|     which can conflict with char XRenderCreateLinearGradient (); below.
3350|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3351|     <limits.h> exists even on freestanding compilers.  */
3352|
3353| #ifdef __STDC__
3354| # include <limits.h>
3355| #else
3356| # include <assert.h>
3357| #endif
3358|
3359| #undef XRenderCreateLinearGradient
3360|
3361| /* Override any GCC internal prototype to avoid an error.
3362|    Use char because int might match the return type of a GCC
3363|    builtin and then its argument prototype would still apply.  */
3364| #ifdef __cplusplus
3365| extern "C"
3366| #endif
3367| char XRenderCreateLinearGradient ();
3368| /* The GNU C library defines this for functions which it implements
3369|     to always fail with ENOSYS.  Some functions are actually named
3370|     something starting with __ and the normal name is an alias.  */
3371| #if defined __stub_XRenderCreateLinearGradient || defined __stub___XRenderCreateLinearGradient
3372| choke me
3373| #endif
3374|
3375| int
3376| main ()
3377| {
3378| return XRenderCreateLinearGradient ();
3379|   ;
3380|   return 0;
3381| }
3382configure:22163: result: no
3383configure:22163: checking for XRenderCreateRadialGradient
3384configure:22163: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64   -I/opt/local/include -I/opt/local/include    -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c      -L/opt/local/lib -lX11 -lXext  -L/opt/local/lib -lXrender -lX11    >&5
3385ld: library not found for -lXext
3386clang: error: linker command failed with exit code 1 (use -v to see invocation)
3387configure:22163: $? = 1
3388configure: failed program was:
3389| /* confdefs.h */
3390| #define PACKAGE_NAME "cairo"
3391| #define PACKAGE_TARNAME "cairo"
3392| #define PACKAGE_VERSION "1.12.8"
3393| #define PACKAGE_STRING "cairo 1.12.8"
3394| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3395| #define PACKAGE_URL "http://cairographics.org/"
3396| #define STDC_HEADERS 1
3397| #define HAVE_SYS_TYPES_H 1
3398| #define HAVE_SYS_STAT_H 1
3399| #define HAVE_STDLIB_H 1
3400| #define HAVE_STRING_H 1
3401| #define HAVE_MEMORY_H 1
3402| #define HAVE_STRINGS_H 1
3403| #define HAVE_INTTYPES_H 1
3404| #define HAVE_STDINT_H 1
3405| #define HAVE_UNISTD_H 1
3406| #define __EXTENSIONS__ 1
3407| #define _ALL_SOURCE 1
3408| #define _GNU_SOURCE 1
3409| #define _POSIX_PTHREAD_SEMANTICS 1
3410| #define _TANDEM_SOURCE 1
3411| #define HAVE_DLFCN_H 1
3412| #define LT_OBJDIR ".libs/"
3413| #define WARN_UNUSED_RESULT
3414| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
3415| #define SIZEOF_VOID_P 8
3416| #define SIZEOF_INT 4
3417| #define SIZEOF_LONG 8
3418| #define SIZEOF_LONG_LONG 8
3419| #define SIZEOF_SIZE_T 8
3420| #define HAVE_BUILTIN_RETURN_ADDRESS 1
3421| #define HAVE_STDINT_H 1
3422| #define HAVE_INTTYPES_H 1
3423| #define HAVE_UINT64_T 1
3424| #define HAVE___UINT128_T 1
3425| #define HAVE_FCNTL_H 1
3426| #define HAVE_UNISTD_H 1
3427| #define HAVE_SIGNAL_H 1
3428| #define HAVE_SYS_STAT_H 1
3429| #define HAVE_SYS_SOCKET_H 1
3430| #define HAVE_SYS_POLL_H 1
3431| #define HAVE_SYS_UN_H 1
3432| #define HAVE_ALARM 1
3433| #define HAVE_SCHED_H 1
3434| #define HAVE_SYS_MMAN_H 1
3435| #define HAVE_MMAP 1
3436| #define HAVE_TIME_H 1
3437| #define HAVE_FECLEAREXCEPT 1
3438| #define HAVE_LIBGEN_H 1
3439| #define HAVE_SIGNAL_H 1
3440| #define HAVE_SETJMP_H 1
3441| #define HAVE_FENV_H 1
3442| #define HAVE_SYS_WAIT_H 1
3443| #define HAVE_CTIME_R 1
3444| #define HAVE_DRAND48 1
3445| #define HAVE_FLOCKFILE 1
3446| #define HAVE_FUNLOCKFILE 1
3447| #define HAVE_GETLINE 1
3448| #define HAVE_LINK 1
3449| #define HAVE_STRNDUP 1
3450| #define HAVE_SYS_STAT_H 1
3451| #define HAVE_MKDIR 2
3452| #define HAVE_FORK 1
3453| #define HAVE_WAITPID 1
3454| #define HAVE_RAISE 1
3455| #undef PACKAGE_VERSION
3456| #undef PACKAGE_STRING
3457| #undef PACKAGE_NAME
3458| #undef PACKAGE_TARNAME
3459| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3460| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3461| #define PACKAGE_NAME USE_cairo_INSTEAD
3462| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3463| #define HAVE_ZLIB 1
3464| #define HAVE_DLFCN_H 1
3465| #define CAIRO_HAS_DLSYM 1
3466| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
3467| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
3468| /* end confdefs.h.  */
3469| /* Define XRenderCreateRadialGradient to an innocuous variant, in case <limits.h> declares XRenderCreateRadialGradient.
3470|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3471| #define XRenderCreateRadialGradient innocuous_XRenderCreateRadialGradient
3472|
3473| /* System header to define __stub macros and hopefully few prototypes,
3474|     which can conflict with char XRenderCreateRadialGradient (); below.
3475|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3476|     <limits.h> exists even on freestanding compilers.  */
3477|
3478| #ifdef __STDC__
3479| # include <limits.h>
3480| #else
3481| # include <assert.h>
3482| #endif
3483|
3484| #undef XRenderCreateRadialGradient
3485|
3486| /* Override any GCC internal prototype to avoid an error.
3487|    Use char because int might match the return type of a GCC
3488|    builtin and then its argument prototype would still apply.  */
3489| #ifdef __cplusplus
3490| extern "C"
3491| #endif
3492| char XRenderCreateRadialGradient ();
3493| /* The GNU C library defines this for functions which it implements
3494|     to always fail with ENOSYS.  Some functions are actually named
3495|     something starting with __ and the normal name is an alias.  */
3496| #if defined __stub_XRenderCreateRadialGradient || defined __stub___XRenderCreateRadialGradient
3497| choke me
3498| #endif
3499|
3500| int
3501| main ()
3502| {
3503| return XRenderCreateRadialGradient ();
3504|   ;
3505|   return 0;
3506| }
3507configure:22163: result: no
3508configure:22163: checking for XRenderCreateConicalGradient
3509configure:22163: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64   -I/opt/local/include -I/opt/local/include    -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c      -L/opt/local/lib -lX11 -lXext  -L/opt/local/lib -lXrender -lX11    >&5
3510ld: library not found for -lXext
3511clang: error: linker command failed with exit code 1 (use -v to see invocation)
3512configure:22163: $? = 1
3513configure: failed program was:
3514| /* confdefs.h */
3515| #define PACKAGE_NAME "cairo"
3516| #define PACKAGE_TARNAME "cairo"
3517| #define PACKAGE_VERSION "1.12.8"
3518| #define PACKAGE_STRING "cairo 1.12.8"
3519| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3520| #define PACKAGE_URL "http://cairographics.org/"
3521| #define STDC_HEADERS 1
3522| #define HAVE_SYS_TYPES_H 1
3523| #define HAVE_SYS_STAT_H 1
3524| #define HAVE_STDLIB_H 1
3525| #define HAVE_STRING_H 1
3526| #define HAVE_MEMORY_H 1
3527| #define HAVE_STRINGS_H 1
3528| #define HAVE_INTTYPES_H 1
3529| #define HAVE_STDINT_H 1
3530| #define HAVE_UNISTD_H 1
3531| #define __EXTENSIONS__ 1
3532| #define _ALL_SOURCE 1
3533| #define _GNU_SOURCE 1
3534| #define _POSIX_PTHREAD_SEMANTICS 1
3535| #define _TANDEM_SOURCE 1
3536| #define HAVE_DLFCN_H 1
3537| #define LT_OBJDIR ".libs/"
3538| #define WARN_UNUSED_RESULT
3539| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
3540| #define SIZEOF_VOID_P 8
3541| #define SIZEOF_INT 4
3542| #define SIZEOF_LONG 8
3543| #define SIZEOF_LONG_LONG 8
3544| #define SIZEOF_SIZE_T 8
3545| #define HAVE_BUILTIN_RETURN_ADDRESS 1
3546| #define HAVE_STDINT_H 1
3547| #define HAVE_INTTYPES_H 1
3548| #define HAVE_UINT64_T 1
3549| #define HAVE___UINT128_T 1
3550| #define HAVE_FCNTL_H 1
3551| #define HAVE_UNISTD_H 1
3552| #define HAVE_SIGNAL_H 1
3553| #define HAVE_SYS_STAT_H 1
3554| #define HAVE_SYS_SOCKET_H 1
3555| #define HAVE_SYS_POLL_H 1
3556| #define HAVE_SYS_UN_H 1
3557| #define HAVE_ALARM 1
3558| #define HAVE_SCHED_H 1
3559| #define HAVE_SYS_MMAN_H 1
3560| #define HAVE_MMAP 1
3561| #define HAVE_TIME_H 1
3562| #define HAVE_FECLEAREXCEPT 1
3563| #define HAVE_LIBGEN_H 1
3564| #define HAVE_SIGNAL_H 1
3565| #define HAVE_SETJMP_H 1
3566| #define HAVE_FENV_H 1
3567| #define HAVE_SYS_WAIT_H 1
3568| #define HAVE_CTIME_R 1
3569| #define HAVE_DRAND48 1
3570| #define HAVE_FLOCKFILE 1
3571| #define HAVE_FUNLOCKFILE 1
3572| #define HAVE_GETLINE 1
3573| #define HAVE_LINK 1
3574| #define HAVE_STRNDUP 1
3575| #define HAVE_SYS_STAT_H 1
3576| #define HAVE_MKDIR 2
3577| #define HAVE_FORK 1
3578| #define HAVE_WAITPID 1
3579| #define HAVE_RAISE 1
3580| #undef PACKAGE_VERSION
3581| #undef PACKAGE_STRING
3582| #undef PACKAGE_NAME
3583| #undef PACKAGE_TARNAME
3584| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3585| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3586| #define PACKAGE_NAME USE_cairo_INSTEAD
3587| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3588| #define HAVE_ZLIB 1
3589| #define HAVE_DLFCN_H 1
3590| #define CAIRO_HAS_DLSYM 1
3591| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
3592| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
3593| /* end confdefs.h.  */
3594| /* Define XRenderCreateConicalGradient to an innocuous variant, in case <limits.h> declares XRenderCreateConicalGradient.
3595|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3596| #define XRenderCreateConicalGradient innocuous_XRenderCreateConicalGradient
3597|
3598| /* System header to define __stub macros and hopefully few prototypes,
3599|     which can conflict with char XRenderCreateConicalGradient (); below.
3600|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3601|     <limits.h> exists even on freestanding compilers.  */
3602|
3603| #ifdef __STDC__
3604| # include <limits.h>
3605| #else
3606| # include <assert.h>
3607| #endif
3608|
3609| #undef XRenderCreateConicalGradient
3610|
3611| /* Override any GCC internal prototype to avoid an error.
3612|    Use char because int might match the return type of a GCC
3613|    builtin and then its argument prototype would still apply.  */
3614| #ifdef __cplusplus
3615| extern "C"
3616| #endif
3617| char XRenderCreateConicalGradient ();
3618| /* The GNU C library defines this for functions which it implements
3619|     to always fail with ENOSYS.  Some functions are actually named
3620|     something starting with __ and the normal name is an alias.  */
3621| #if defined __stub_XRenderCreateConicalGradient || defined __stub___XRenderCreateConicalGradient
3622| choke me
3623| #endif
3624|
3625| int
3626| main ()
3627| {
3628| return XRenderCreateConicalGradient ();
3629|   ;
3630|   return 0;
3631| }
3632configure:22163: result: no
3633configure:22178: checking whether cairo's Xlib Xrender surface backend feature could be enabled
3634configure:22180: result: yes
3635configure:22404: checking for cairo's XCB surface backend feature
3636configure:22422: checking for xcb
3637configure:22429: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
3638configure:22432: $? = 0
3639configure:22445: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
3640configure:22448: $? = 0
3641configure:22483: result: yes
3642configure:22489: checking whether cairo's XCB surface backend feature could be enabled
3643configure:22491: result: yes
3644configure:22714: checking for cairo's Xlib/XCB functions feature
3645configure:22733: checking for xlib_xcb
3646configure:22740: $PKG_CONFIG --exists --print-errors "$xlib_xcb_REQUIRES"
3647configure:22743: $? = 0
3648configure:22756: $PKG_CONFIG --exists --print-errors "$xlib_xcb_REQUIRES"
3649configure:22759: $? = 0
3650configure:22794: result: yes
3651configure:22803: checking whether cairo's Xlib/XCB functions feature could be enabled
3652configure:22805: result: yes
3653configure:23024: checking for cairo's XCB/SHM functions feature
3654configure:23043: checking for xcb_shm
3655configure:23050: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES"
3656configure:23053: $? = 0
3657configure:23066: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES"
3658configure:23069: $? = 0
3659configure:23104: result: yes
3660configure:23113: checking whether cairo's XCB/SHM functions feature could be enabled
3661configure:23115: result: yes
3662configure:24390: checking for cairo's Microsoft Windows surface backend feature
3663configure:24411: checking whether cairo's Microsoft Windows surface backend feature could be enabled
3664configure:24413: result: no (requires a Win32 platform)
3665configure:24636: checking for cairo's Microsoft Windows font backend feature
3666configure:24654: checking whether cairo's Microsoft Windows font backend feature could be enabled
3667configure:24656: result: no (requires a Win32 platform)
3668configure:26325: checking for cairo's PNG functions feature
3669configure:26358: checking for png
3670configure:26365: $PKG_CONFIG --exists --print-errors "$png_REQUIRES"
3671configure:26368: $? = 0
3672configure:26381: $PKG_CONFIG --exists --print-errors "$png_REQUIRES"
3673configure:26384: $? = 0
3674configure:26419: result: yes
3675configure:26429: checking whether cairo's PNG functions feature could be enabled
3676configure:26431: result: yes
3677configure:28197: checking for cairo's EGL functions feature
3678configure:28504: checking whether cairo's EGL functions feature could be enabled
3679configure:28506: result: no (not required by any backend)
3680configure:28723: checking for cairo's GLX functions feature
3681configure:28757: checking whether cairo's GLX functions feature could be enabled
3682configure:28759: result: no (not required by any backend)
3683configure:28976: checking for cairo's WGL functions feature
3684configure:29005: checking whether cairo's WGL functions feature could be enabled
3685configure:29007: result: no (not required by any backend)
3686configure:29226: checking for cairo's script surface backend feature
3687configure:29244: checking whether cairo's script surface backend feature could be enabled
3688configure:29246: result: yes
3689configure:29493: checking for cairo's FreeType font backend feature
3690configure:29511: checking for FREETYPE
3691configure:29518: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION"
3692configure:29521: $? = 0
3693configure:29534: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION"
3694configure:29537: $? = 0
3695configure:29572: result: yes
3696configure:29677: checking whether cairo's FreeType font backend feature could be enabled
3697configure:29679: result: yes
3698configure:29903: checking for cairo's Fontconfig font backend feature
3699configure:29923: checking for FONTCONFIG
3700configure:29930: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES"
3701configure:29933: $? = 0
3702configure:29946: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES"
3703configure:29949: $? = 0
3704configure:29984: result: yes
3705configure:29993: checking whether cairo's Fontconfig font backend feature could be enabled
3706configure:29995: result: yes
3707configure:30211: checking for FT_Bitmap_Size.y_ppem
3708configure:30211: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include conftest.c >&5
3709configure:30211: $? = 0
3710configure:30211: result: yes
3711configure:30229: checking for FT_Get_X11_Font_Format
3712configure:30229: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfreetype   >&5
3713configure:30229: $? = 0
3714configure:30229: result: yes
3715configure:30229: checking for FT_GlyphSlot_Embolden
3716configure:30229: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfreetype   >&5
3717configure:30229: $? = 0
3718configure:30229: result: yes
3719configure:30229: checking for FT_GlyphSlot_Oblique
3720configure:30229: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfreetype   >&5
3721configure:30229: $? = 0
3722configure:30229: result: yes
3723configure:30229: checking for FT_Load_Sfnt_Table
3724configure:30229: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfreetype   >&5
3725configure:30229: $? = 0
3726configure:30229: result: yes
3727configure:30229: checking for FT_Library_SetLcdFilter
3728configure:30229: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include/freetype2 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfreetype   >&5
3729configure:30229: $? = 0
3730configure:30229: result: yes
3731configure:30251: checking for FcInit
3732configure:30251: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfontconfig   >&5
3733configure:30251: $? = 0
3734configure:30251: result: yes
3735configure:30251: checking for FcFini
3736configure:30251: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -L/opt/local/lib -lfontconfig   >&5
3737configure:30251: $? = 0
3738configure:30251: result: yes
3739configure:30278: checking for cairo's PostScript surface backend feature
3740configure:30298: checking whether cairo's PostScript surface backend feature could be enabled
3741configure:30300: result: yes
3742configure:30521: checking for gs
3743configure:30551: result: no
3744configure:30562: WARNING: PS backend will not be tested since ghostscript is not available
3745configure:30570: checking for LIBSPECTRE
3746configure:30577: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY"
3747Package libspectre was not found in the pkg-config search path.
3748Perhaps you should add the directory containing `libspectre.pc'
3749to the PKG_CONFIG_PATH environment variable
3750No package 'libspectre' found
3751configure:30580: $? = 1
3752configure:30593: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY"
3753Package libspectre was not found in the pkg-config search path.
3754Perhaps you should add the directory containing `libspectre.pc'
3755to the PKG_CONFIG_PATH environment variable
3756No package 'libspectre' found
3757configure:30596: $? = 1
3758No package 'libspectre' found
3759configure:30623: result: no
3760configure:30674: checking for cairo's PDF surface backend feature
3761configure:30694: checking whether cairo's PDF surface backend feature could be enabled
3762configure:30696: result: yes
3763configure:30919: checking for POPPLER
3764configure:30926: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY"
3765Package poppler-glib was not found in the pkg-config search path.
3766Perhaps you should add the directory containing `poppler-glib.pc'
3767to the PKG_CONFIG_PATH environment variable
3768No package 'poppler-glib' found
3769configure:30929: $? = 1
3770configure:30942: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY"
3771Package poppler-glib was not found in the pkg-config search path.
3772Perhaps you should add the directory containing `poppler-glib.pc'
3773to the PKG_CONFIG_PATH environment variable
3774No package 'poppler-glib' found
3775configure:30945: $? = 1
3776No package 'poppler-glib' found
3777configure:30972: result: no
3778configure:31008: WARNING: PDF backend will not be tested since poppler >= 99999 is not available
3779configure:31046: checking for cairo's SVG surface backend feature
3780configure:31066: checking whether cairo's SVG surface backend feature could be enabled
3781configure:31068: result: yes
3782configure:31289: checking for LIBRSVG
3783configure:31296: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0"
3784Package librsvg-2.0 was not found in the pkg-config search path.
3785Perhaps you should add the directory containing `librsvg-2.0.pc'
3786to the PKG_CONFIG_PATH environment variable
3787No package 'librsvg-2.0' found
3788Package gdk-2.0 was not found in the pkg-config search path.
3789Perhaps you should add the directory containing `gdk-2.0.pc'
3790to the PKG_CONFIG_PATH environment variable
3791No package 'gdk-2.0' found
3792configure:31299: $? = 1
3793configure:31312: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0"
3794Package librsvg-2.0 was not found in the pkg-config search path.
3795Perhaps you should add the directory containing `librsvg-2.0.pc'
3796to the PKG_CONFIG_PATH environment variable
3797No package 'librsvg-2.0' found
3798Package gdk-2.0 was not found in the pkg-config search path.
3799Perhaps you should add the directory containing `gdk-2.0.pc'
3800to the PKG_CONFIG_PATH environment variable
3801No package 'gdk-2.0' found
3802configure:31315: $? = 1
3803No package 'librsvg-2.0' found
3804No package 'gdk-2.0' found
3805configure:31342: result: no
3806configure:31378: WARNING: SVG backend will not be tested since librsvg >= 99999 is not available
3807configure:31581: checking for cairo's image surface backend feature
3808configure:31599: checking for pixman
3809configure:31606: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES"
3810configure:31609: $? = 0
3811configure:31622: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES"
3812configure:31625: $? = 0
3813configure:31660: result: yes
3814configure:31669: checking whether cairo's image surface backend feature could be enabled
3815configure:31671: result: yes
3816configure:31826: checking for cairo's mime surface backend feature
3817configure:31842: checking whether cairo's mime surface backend feature could be enabled
3818configure:31844: result: yes
3819configure:31990: checking for cairo's recording surface backend feature
3820configure:32006: checking whether cairo's recording surface backend feature could be enabled
3821configure:32008: result: yes
3822configure:32154: checking for cairo's observer surface backend feature
3823configure:32170: checking whether cairo's observer surface backend feature could be enabled
3824configure:32172: result: yes
3825configure:32324: checking for cairo's tee surface backend feature
3826configure:32340: checking whether cairo's tee surface backend feature could be enabled
3827configure:32342: result: yes
3828configure:32560: checking for cairo's xml surface backend feature
3829configure:32579: checking whether cairo's xml surface backend feature could be enabled
3830configure:32581: result: yes
3831configure:32795: checking for cairo's user font backend feature
3832configure:32811: checking whether cairo's user font backend feature could be enabled
3833configure:32813: result: yes
3834configure:32968: checking for cairo's pthread feature
3835configure:33079: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -D_REENTRANT -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c   -lpthread >&5
3836configure:33079: $? = 0
3837configure:33279: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -D_REENTRANT -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c    >&5
3838configure:33279: $? = 0
3839configure:33334: checking whether cairo's pthread feature could be enabled
3840configure:33336: result: yes
3841configure:33519: checking for cairo's gobject functions feature
3842configure:33537: checking for GOBJECT
3843configure:33544: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES"
3844configure:33547: $? = 0
3845configure:33560: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES"
3846configure:33563: $? = 0
3847configure:33598: result: yes
3848configure:33605: checking whether cairo's gobject functions feature could be enabled
3849configure:33607: result: yes
3850configure:33814: checking for GOBJECT
3851configure:33894: result: yes
3852configure:33962: checking for cairo's cairo-trace feature
3853configure:33985: checking whether cairo's cairo-trace feature could be enabled
3854configure:33987: result: yes
3855configure:34148: checking for cairo's cairo-script-interpreter feature
3856configure:34168: checking whether cairo's cairo-script-interpreter feature could be enabled
3857configure:34170: result: yes
3858configure:34328: checking for bfd_openr in -lbfd
3859configure:34353: /usr/bin/clang -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lbfd    >&5
3860ld: library not found for -lbfd
3861clang: error: linker command failed with exit code 1 (use -v to see invocation)
3862configure:34353: $? = 1
3863configure: failed program was:
3864| /* confdefs.h */
3865| #define PACKAGE_NAME "cairo"
3866| #define PACKAGE_TARNAME "cairo"
3867| #define PACKAGE_VERSION "1.12.8"
3868| #define PACKAGE_STRING "cairo 1.12.8"
3869| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3870| #define PACKAGE_URL "http://cairographics.org/"
3871| #define STDC_HEADERS 1
3872| #define HAVE_SYS_TYPES_H 1
3873| #define HAVE_SYS_STAT_H 1
3874| #define HAVE_STDLIB_H 1
3875| #define HAVE_STRING_H 1
3876| #define HAVE_MEMORY_H 1
3877| #define HAVE_STRINGS_H 1
3878| #define HAVE_INTTYPES_H 1
3879| #define HAVE_STDINT_H 1
3880| #define HAVE_UNISTD_H 1
3881| #define __EXTENSIONS__ 1
3882| #define _ALL_SOURCE 1
3883| #define _GNU_SOURCE 1
3884| #define _POSIX_PTHREAD_SEMANTICS 1
3885| #define _TANDEM_SOURCE 1
3886| #define HAVE_DLFCN_H 1
3887| #define LT_OBJDIR ".libs/"
3888| #define WARN_UNUSED_RESULT
3889| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
3890| #define SIZEOF_VOID_P 8
3891| #define SIZEOF_INT 4
3892| #define SIZEOF_LONG 8
3893| #define SIZEOF_LONG_LONG 8
3894| #define SIZEOF_SIZE_T 8
3895| #define HAVE_BUILTIN_RETURN_ADDRESS 1
3896| #define HAVE_STDINT_H 1
3897| #define HAVE_INTTYPES_H 1
3898| #define HAVE_UINT64_T 1
3899| #define HAVE___UINT128_T 1
3900| #define HAVE_FCNTL_H 1
3901| #define HAVE_UNISTD_H 1
3902| #define HAVE_SIGNAL_H 1
3903| #define HAVE_SYS_STAT_H 1
3904| #define HAVE_SYS_SOCKET_H 1
3905| #define HAVE_SYS_POLL_H 1
3906| #define HAVE_SYS_UN_H 1
3907| #define HAVE_ALARM 1
3908| #define HAVE_SCHED_H 1
3909| #define HAVE_SYS_MMAN_H 1
3910| #define HAVE_MMAP 1
3911| #define HAVE_TIME_H 1
3912| #define HAVE_FECLEAREXCEPT 1
3913| #define HAVE_LIBGEN_H 1
3914| #define HAVE_SIGNAL_H 1
3915| #define HAVE_SETJMP_H 1
3916| #define HAVE_FENV_H 1
3917| #define HAVE_SYS_WAIT_H 1
3918| #define HAVE_CTIME_R 1
3919| #define HAVE_DRAND48 1
3920| #define HAVE_FLOCKFILE 1
3921| #define HAVE_FUNLOCKFILE 1
3922| #define HAVE_GETLINE 1
3923| #define HAVE_LINK 1
3924| #define HAVE_STRNDUP 1
3925| #define HAVE_SYS_STAT_H 1
3926| #define HAVE_MKDIR 2
3927| #define HAVE_FORK 1
3928| #define HAVE_WAITPID 1
3929| #define HAVE_RAISE 1
3930| #undef PACKAGE_VERSION
3931| #undef PACKAGE_STRING
3932| #undef PACKAGE_NAME
3933| #undef PACKAGE_TARNAME
3934| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
3935| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
3936| #define PACKAGE_NAME USE_cairo_INSTEAD
3937| #define PACKAGE_TARNAME USE_cairo_INSTEAD
3938| #define HAVE_ZLIB 1
3939| #define HAVE_DLFCN_H 1
3940| #define CAIRO_HAS_DLSYM 1
3941| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
3942| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
3943| #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
3944| #define HAVE_FT_GET_X11_FONT_FORMAT 1
3945| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
3946| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1
3947| #define HAVE_FT_LOAD_SFNT_TABLE 1
3948| #define HAVE_FT_LIBRARY_SETLCDFILTER 1
3949| #define HAVE_FCINIT 1
3950| #define HAVE_FCFINI 1
3951| #define HAS_PIXMAN_GLYPHS 1
3952| #define CAIRO_HAS_REAL_PTHREAD 1
3953| #define CAIRO_HAS_PTHREAD 1
3954| #define CAIRO_HAS_PTHREAD 1
3955| #define SHARED_LIB_EXT "dylib"
3956| #define CAIRO_HAS_TRACE 1
3957| #define CAIRO_HAS_INTERPRETER 1
3958| /* end confdefs.h.  */
3959|
3960| /* Override any GCC internal prototype to avoid an error.
3961|    Use char because int might match the return type of a GCC
3962|    builtin and then its argument prototype would still apply.  */
3963| #ifdef __cplusplus
3964| extern "C"
3965| #endif
3966| char bfd_openr ();
3967| int
3968| main ()
3969| {
3970| return bfd_openr ();
3971|   ;
3972|   return 0;
3973| }
3974configure:34362: result: no
3975configure:34377: checking libiberty.h usability
3976configure:34377: /usr/bin/clang -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
3977conftest.c:129:10: fatal error: 'libiberty.h' file not found
3978#include <libiberty.h>
3979         ^
39801 error generated.
3981configure:34377: $? = 1
3982configure: failed program was:
3983| /* confdefs.h */
3984| #define PACKAGE_NAME "cairo"
3985| #define PACKAGE_TARNAME "cairo"
3986| #define PACKAGE_VERSION "1.12.8"
3987| #define PACKAGE_STRING "cairo 1.12.8"
3988| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
3989| #define PACKAGE_URL "http://cairographics.org/"
3990| #define STDC_HEADERS 1
3991| #define HAVE_SYS_TYPES_H 1
3992| #define HAVE_SYS_STAT_H 1
3993| #define HAVE_STDLIB_H 1
3994| #define HAVE_STRING_H 1
3995| #define HAVE_MEMORY_H 1
3996| #define HAVE_STRINGS_H 1
3997| #define HAVE_INTTYPES_H 1
3998| #define HAVE_STDINT_H 1
3999| #define HAVE_UNISTD_H 1
4000| #define __EXTENSIONS__ 1
4001| #define _ALL_SOURCE 1
4002| #define _GNU_SOURCE 1
4003| #define _POSIX_PTHREAD_SEMANTICS 1
4004| #define _TANDEM_SOURCE 1
4005| #define HAVE_DLFCN_H 1
4006| #define LT_OBJDIR ".libs/"
4007| #define WARN_UNUSED_RESULT
4008| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
4009| #define SIZEOF_VOID_P 8
4010| #define SIZEOF_INT 4
4011| #define SIZEOF_LONG 8
4012| #define SIZEOF_LONG_LONG 8
4013| #define SIZEOF_SIZE_T 8
4014| #define HAVE_BUILTIN_RETURN_ADDRESS 1
4015| #define HAVE_STDINT_H 1
4016| #define HAVE_INTTYPES_H 1
4017| #define HAVE_UINT64_T 1
4018| #define HAVE___UINT128_T 1
4019| #define HAVE_FCNTL_H 1
4020| #define HAVE_UNISTD_H 1
4021| #define HAVE_SIGNAL_H 1
4022| #define HAVE_SYS_STAT_H 1
4023| #define HAVE_SYS_SOCKET_H 1
4024| #define HAVE_SYS_POLL_H 1
4025| #define HAVE_SYS_UN_H 1
4026| #define HAVE_ALARM 1
4027| #define HAVE_SCHED_H 1
4028| #define HAVE_SYS_MMAN_H 1
4029| #define HAVE_MMAP 1
4030| #define HAVE_TIME_H 1
4031| #define HAVE_FECLEAREXCEPT 1
4032| #define HAVE_LIBGEN_H 1
4033| #define HAVE_SIGNAL_H 1
4034| #define HAVE_SETJMP_H 1
4035| #define HAVE_FENV_H 1
4036| #define HAVE_SYS_WAIT_H 1
4037| #define HAVE_CTIME_R 1
4038| #define HAVE_DRAND48 1
4039| #define HAVE_FLOCKFILE 1
4040| #define HAVE_FUNLOCKFILE 1
4041| #define HAVE_GETLINE 1
4042| #define HAVE_LINK 1
4043| #define HAVE_STRNDUP 1
4044| #define HAVE_SYS_STAT_H 1
4045| #define HAVE_MKDIR 2
4046| #define HAVE_FORK 1
4047| #define HAVE_WAITPID 1
4048| #define HAVE_RAISE 1
4049| #undef PACKAGE_VERSION
4050| #undef PACKAGE_STRING
4051| #undef PACKAGE_NAME
4052| #undef PACKAGE_TARNAME
4053| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
4054| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
4055| #define PACKAGE_NAME USE_cairo_INSTEAD
4056| #define PACKAGE_TARNAME USE_cairo_INSTEAD
4057| #define HAVE_ZLIB 1
4058| #define HAVE_DLFCN_H 1
4059| #define CAIRO_HAS_DLSYM 1
4060| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
4061| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
4062| #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
4063| #define HAVE_FT_GET_X11_FONT_FORMAT 1
4064| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
4065| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1
4066| #define HAVE_FT_LOAD_SFNT_TABLE 1
4067| #define HAVE_FT_LIBRARY_SETLCDFILTER 1
4068| #define HAVE_FCINIT 1
4069| #define HAVE_FCFINI 1
4070| #define HAS_PIXMAN_GLYPHS 1
4071| #define CAIRO_HAS_REAL_PTHREAD 1
4072| #define CAIRO_HAS_PTHREAD 1
4073| #define CAIRO_HAS_PTHREAD 1
4074| #define SHARED_LIB_EXT "dylib"
4075| #define CAIRO_HAS_TRACE 1
4076| #define CAIRO_HAS_INTERPRETER 1
4077| /* end confdefs.h.  */
4078| #include <stdio.h>
4079| #ifdef HAVE_SYS_TYPES_H
4080| # include <sys/types.h>
4081| #endif
4082| #ifdef HAVE_SYS_STAT_H
4083| # include <sys/stat.h>
4084| #endif
4085| #ifdef STDC_HEADERS
4086| # include <stdlib.h>
4087| # include <stddef.h>
4088| #else
4089| # ifdef HAVE_STDLIB_H
4090| #  include <stdlib.h>
4091| # endif
4092| #endif
4093| #ifdef HAVE_STRING_H
4094| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4095| #  include <memory.h>
4096| # endif
4097| # include <string.h>
4098| #endif
4099| #ifdef HAVE_STRINGS_H
4100| # include <strings.h>
4101| #endif
4102| #ifdef HAVE_INTTYPES_H
4103| # include <inttypes.h>
4104| #endif
4105| #ifdef HAVE_STDINT_H
4106| # include <stdint.h>
4107| #endif
4108| #ifdef HAVE_UNISTD_H
4109| # include <unistd.h>
4110| #endif
4111| #include <libiberty.h>
4112configure:34377: result: no
4113configure:34377: checking libiberty.h presence
4114configure:34377: /usr/bin/clang -E -I/opt/local/include conftest.c
4115conftest.c:96:10: fatal error: 'libiberty.h' file not found
4116#include <libiberty.h>
4117         ^
41181 error generated.
4119configure:34377: $? = 1
4120configure: failed program was:
4121| /* confdefs.h */
4122| #define PACKAGE_NAME "cairo"
4123| #define PACKAGE_TARNAME "cairo"
4124| #define PACKAGE_VERSION "1.12.8"
4125| #define PACKAGE_STRING "cairo 1.12.8"
4126| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
4127| #define PACKAGE_URL "http://cairographics.org/"
4128| #define STDC_HEADERS 1
4129| #define HAVE_SYS_TYPES_H 1
4130| #define HAVE_SYS_STAT_H 1
4131| #define HAVE_STDLIB_H 1
4132| #define HAVE_STRING_H 1
4133| #define HAVE_MEMORY_H 1
4134| #define HAVE_STRINGS_H 1
4135| #define HAVE_INTTYPES_H 1
4136| #define HAVE_STDINT_H 1
4137| #define HAVE_UNISTD_H 1
4138| #define __EXTENSIONS__ 1
4139| #define _ALL_SOURCE 1
4140| #define _GNU_SOURCE 1
4141| #define _POSIX_PTHREAD_SEMANTICS 1
4142| #define _TANDEM_SOURCE 1
4143| #define HAVE_DLFCN_H 1
4144| #define LT_OBJDIR ".libs/"
4145| #define WARN_UNUSED_RESULT
4146| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
4147| #define SIZEOF_VOID_P 8
4148| #define SIZEOF_INT 4
4149| #define SIZEOF_LONG 8
4150| #define SIZEOF_LONG_LONG 8
4151| #define SIZEOF_SIZE_T 8
4152| #define HAVE_BUILTIN_RETURN_ADDRESS 1
4153| #define HAVE_STDINT_H 1
4154| #define HAVE_INTTYPES_H 1
4155| #define HAVE_UINT64_T 1
4156| #define HAVE___UINT128_T 1
4157| #define HAVE_FCNTL_H 1
4158| #define HAVE_UNISTD_H 1
4159| #define HAVE_SIGNAL_H 1
4160| #define HAVE_SYS_STAT_H 1
4161| #define HAVE_SYS_SOCKET_H 1
4162| #define HAVE_SYS_POLL_H 1
4163| #define HAVE_SYS_UN_H 1
4164| #define HAVE_ALARM 1
4165| #define HAVE_SCHED_H 1
4166| #define HAVE_SYS_MMAN_H 1
4167| #define HAVE_MMAP 1
4168| #define HAVE_TIME_H 1
4169| #define HAVE_FECLEAREXCEPT 1
4170| #define HAVE_LIBGEN_H 1
4171| #define HAVE_SIGNAL_H 1
4172| #define HAVE_SETJMP_H 1
4173| #define HAVE_FENV_H 1
4174| #define HAVE_SYS_WAIT_H 1
4175| #define HAVE_CTIME_R 1
4176| #define HAVE_DRAND48 1
4177| #define HAVE_FLOCKFILE 1
4178| #define HAVE_FUNLOCKFILE 1
4179| #define HAVE_GETLINE 1
4180| #define HAVE_LINK 1
4181| #define HAVE_STRNDUP 1
4182| #define HAVE_SYS_STAT_H 1
4183| #define HAVE_MKDIR 2
4184| #define HAVE_FORK 1
4185| #define HAVE_WAITPID 1
4186| #define HAVE_RAISE 1
4187| #undef PACKAGE_VERSION
4188| #undef PACKAGE_STRING
4189| #undef PACKAGE_NAME
4190| #undef PACKAGE_TARNAME
4191| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
4192| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
4193| #define PACKAGE_NAME USE_cairo_INSTEAD
4194| #define PACKAGE_TARNAME USE_cairo_INSTEAD
4195| #define HAVE_ZLIB 1
4196| #define HAVE_DLFCN_H 1
4197| #define CAIRO_HAS_DLSYM 1
4198| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
4199| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
4200| #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
4201| #define HAVE_FT_GET_X11_FONT_FORMAT 1
4202| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
4203| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1
4204| #define HAVE_FT_LOAD_SFNT_TABLE 1
4205| #define HAVE_FT_LIBRARY_SETLCDFILTER 1
4206| #define HAVE_FCINIT 1
4207| #define HAVE_FCFINI 1
4208| #define HAS_PIXMAN_GLYPHS 1
4209| #define CAIRO_HAS_REAL_PTHREAD 1
4210| #define CAIRO_HAS_PTHREAD 1
4211| #define CAIRO_HAS_PTHREAD 1
4212| #define SHARED_LIB_EXT "dylib"
4213| #define CAIRO_HAS_TRACE 1
4214| #define CAIRO_HAS_INTERPRETER 1
4215| /* end confdefs.h.  */
4216| #include <libiberty.h>
4217configure:34377: result: no
4218configure:34377: checking for libiberty.h
4219configure:34377: result: no
4220configure:34405: checking for cairo's symbol-lookup feature
4221configure:34425: checking whether cairo's symbol-lookup feature could be enabled
4222configure:34427: result: no (requires bfd)
4223configure:34578: checking for glib
4224configure:34585: $PKG_CONFIG --exists --print-errors "glib-2.0"
4225configure:34588: $? = 0
4226configure:34601: $PKG_CONFIG --exists --print-errors "glib-2.0"
4227configure:34604: $? = 0
4228configure:34639: result: yes
4229configure:34655: checking for shm_open in -lrt
4230configure:34689: result: no
4231configure:34752: checking for gtk
4232configure:34759: $PKG_CONFIG --exists --print-errors ""gtk+-2.0""
4233Package gtk+-2.0 was not found in the pkg-config search path.
4234Perhaps you should add the directory containing `gtk+-2.0.pc'
4235to the PKG_CONFIG_PATH environment variable
4236No package 'gtk+-2.0' found
4237configure:34762: $? = 1
4238configure:34775: $PKG_CONFIG --exists --print-errors ""gtk+-2.0""
4239Package gtk+-2.0 was not found in the pkg-config search path.
4240Perhaps you should add the directory containing `gtk+-2.0.pc'
4241to the PKG_CONFIG_PATH environment variable
4242No package 'gtk+-2.0' found
4243configure:34778: $? = 1
4244No package 'gtk+-2.0' found
4245configure:34805: result: no
4246configure:35244: creating ./config.status
4247
4248## ---------------------- ##
4249## Running config.status. ##
4250## ---------------------- ##
4251
4252This file was extended by cairo config.status 1.12.8, which was
4253generated by GNU Autoconf 2.69.  Invocation command line was
4254
4255  CONFIG_FILES    =
4256  CONFIG_HEADERS  =
4257  CONFIG_LINKS    =
4258  CONFIG_COMMANDS =
4259  $ ./config.status
4260
4261on davids-macbookair.localdomain
4262
4263config.status:4553: creating src/cairo.pc
4264config.status:4553: creating cairo-uninstalled.pc
4265config.status:4553: creating src/cairo-xlib.pc
4266config.status:4553: creating cairo-xlib-uninstalled.pc
4267config.status:4553: creating src/cairo-xlib-xrender.pc
4268config.status:4553: creating cairo-xlib-xrender-uninstalled.pc
4269config.status:4553: creating src/cairo-xcb.pc
4270config.status:4553: creating cairo-xcb-uninstalled.pc
4271config.status:4553: creating src/cairo-xlib-xcb.pc
4272config.status:4553: creating cairo-xlib-xcb-uninstalled.pc
4273config.status:4553: creating src/cairo-xcb-shm.pc
4274config.status:4553: creating cairo-xcb-shm-uninstalled.pc
4275config.status:4553: creating src/cairo-png.pc
4276config.status:4553: creating cairo-png-uninstalled.pc
4277config.status:4553: creating src/cairo-script.pc
4278config.status:4553: creating cairo-script-uninstalled.pc
4279config.status:4553: creating src/cairo-ft.pc
4280config.status:4553: creating cairo-ft-uninstalled.pc
4281config.status:4553: creating src/cairo-fc.pc
4282config.status:4553: creating cairo-fc-uninstalled.pc
4283config.status:4553: creating src/cairo-ps.pc
4284config.status:4553: creating cairo-ps-uninstalled.pc
4285config.status:4553: creating src/cairo-pdf.pc
4286config.status:4553: creating cairo-pdf-uninstalled.pc
4287config.status:4553: creating src/cairo-svg.pc
4288config.status:4553: creating cairo-svg-uninstalled.pc
4289config.status:4553: creating src/cairo-tee.pc
4290config.status:4553: creating cairo-tee-uninstalled.pc
4291config.status:4553: creating src/cairo-xml.pc
4292config.status:4553: creating cairo-xml-uninstalled.pc
4293config.status:4553: creating src/cairo-gobject.pc
4294config.status:4553: creating cairo-gobject-uninstalled.pc
4295config.status:4553: creating Makefile
4296config.status:4553: creating boilerplate/Makefile
4297config.status:4553: creating src/Makefile
4298config.status:4553: creating test/Makefile
4299config.status:4553: creating test/pdiff/Makefile
4300config.status:4553: creating perf/Makefile
4301config.status:4553: creating perf/micro/Makefile
4302config.status:4553: creating util/Makefile
4303config.status:4553: creating util/cairo-fdr/Makefile
4304config.status:4553: creating util/cairo-gobject/Makefile
4305config.status:4553: creating util/cairo-missing/Makefile
4306config.status:4553: creating util/cairo-script/Makefile
4307config.status:4553: creating util/cairo-script/examples/Makefile
4308config.status:4553: creating util/cairo-sphinx/Makefile
4309config.status:4553: creating util/cairo-trace/Makefile
4310config.status:4553: creating util/cairo-trace/cairo-trace
4311config.status:4553: creating doc/Makefile
4312config.status:4553: creating doc/public/Makefile
4313config.status:4553: creating config.h
4314config.status:4782: executing depfiles commands
4315config.status:4782: executing libtool commands
4316config.status:4782: executing ./build/Makefile.win32.features commands
4317config.status:5687: creating ./build/Makefile.win32.features
4318config.status:5695: ./build/Makefile.win32.features is unchanged
4319config.status:4782: executing ./src/Makefile.am.features commands
4320config.status:5706: creating ./src/Makefile.am.features
4321config.status:5714: ./src/Makefile.am.features is unchanged
4322config.status:4782: executing ./src/Makefile.win32.features commands
4323config.status:5725: creating ./src/Makefile.win32.features
4324config.status:5733: ./src/Makefile.win32.features is unchanged
4325config.status:4782: executing ./boilerplate/Makefile.am.features commands
4326config.status:5744: creating ./boilerplate/Makefile.am.features
4327config.status:5752: ./boilerplate/Makefile.am.features is unchanged
4328config.status:4782: executing ./boilerplate/Makefile.win32.features commands
4329config.status:5763: creating ./boilerplate/Makefile.win32.features
4330config.status:5771: ./boilerplate/Makefile.win32.features is unchanged
4331config.status:4782: executing src/cairo-features.h commands
4332config.status:5782: creating src/cairo-features.h
4333config.status:4782: executing src/cairo-supported-features.h commands
4334config.status:5814: creating src/cairo-supported-features.h
4335config.status:4782: executing ./build/Makefile.win32.features-h commands
4336config.status:5844: creating ./build/Makefile.win32.features-h
4337config.status:5852: ./build/Makefile.win32.features-h is unchanged
4338
4339## ---------------- ##
4340## Cache variables. ##
4341## ---------------- ##
4342
4343ac_cv_build=x86_64-apple-darwin12.2.0
4344ac_cv_c_compiler_gnu=yes
4345ac_cv_c_inline=inline
4346ac_cv_cxx_compiler_gnu=yes
4347ac_cv_env_CCC_set=
4348ac_cv_env_CCC_value=
4349ac_cv_env_CC_set=set
4350ac_cv_env_CC_value=/usr/bin/clang
4351ac_cv_env_CFLAGS_set=set
4352ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64'
4353ac_cv_env_CPPFLAGS_set=set
4354ac_cv_env_CPPFLAGS_value=-I/opt/local/include
4355ac_cv_env_CPP_set=
4356ac_cv_env_CPP_value=
4357ac_cv_env_CXXCPP_set=
4358ac_cv_env_CXXCPP_value=
4359ac_cv_env_CXXFLAGS_set=set
4360ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
4361ac_cv_env_CXX_set=set
4362ac_cv_env_CXX_value=/usr/bin/clang++
4363ac_cv_env_FONTCONFIG_CFLAGS_set=
4364ac_cv_env_FONTCONFIG_CFLAGS_value=
4365ac_cv_env_FONTCONFIG_LIBS_set=
4366ac_cv_env_FONTCONFIG_LIBS_value=
4367ac_cv_env_FREETYPE_CFLAGS_set=
4368ac_cv_env_FREETYPE_CFLAGS_value=
4369ac_cv_env_FREETYPE_LIBS_set=
4370ac_cv_env_FREETYPE_LIBS_value=
4371ac_cv_env_GOBJECT_CFLAGS_set=
4372ac_cv_env_GOBJECT_CFLAGS_value=
4373ac_cv_env_GOBJECT_LIBS_set=
4374ac_cv_env_GOBJECT_LIBS_value=
4375ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
4376ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
4377ac_cv_env_GTKDOC_DEPS_LIBS_set=
4378ac_cv_env_GTKDOC_DEPS_LIBS_value=
4379ac_cv_env_LDFLAGS_set=set
4380ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
4381ac_cv_env_LIBRSVG_CFLAGS_set=
4382ac_cv_env_LIBRSVG_CFLAGS_value=
4383ac_cv_env_LIBRSVG_LIBS_set=
4384ac_cv_env_LIBRSVG_LIBS_value=
4385ac_cv_env_LIBSPECTRE_CFLAGS_set=
4386ac_cv_env_LIBSPECTRE_CFLAGS_value=
4387ac_cv_env_LIBSPECTRE_LIBS_set=
4388ac_cv_env_LIBSPECTRE_LIBS_value=
4389ac_cv_env_LIBS_set=
4390ac_cv_env_LIBS_value=
4391ac_cv_env_PKG_CONFIG_set=
4392ac_cv_env_PKG_CONFIG_value=
4393ac_cv_env_POPPLER_CFLAGS_set=
4394ac_cv_env_POPPLER_CFLAGS_value=
4395ac_cv_env_POPPLER_LIBS_set=
4396ac_cv_env_POPPLER_LIBS_value=
4397ac_cv_env_VALGRIND_CFLAGS_set=
4398ac_cv_env_VALGRIND_CFLAGS_value=
4399ac_cv_env_VALGRIND_LIBS_set=
4400ac_cv_env_VALGRIND_LIBS_value=
4401ac_cv_env_XMKMF_set=
4402ac_cv_env_XMKMF_value=
4403ac_cv_env_build_alias_set=
4404ac_cv_env_build_alias_value=
4405ac_cv_env_cogl_CFLAGS_set=
4406ac_cv_env_cogl_CFLAGS_value=
4407ac_cv_env_cogl_LIBS_set=
4408ac_cv_env_cogl_LIBS_value=
4409ac_cv_env_directfb_CFLAGS_set=
4410ac_cv_env_directfb_CFLAGS_value=
4411ac_cv_env_directfb_LIBS_set=
4412ac_cv_env_directfb_LIBS_value=
4413ac_cv_env_drm_CFLAGS_set=
4414ac_cv_env_drm_CFLAGS_value=
4415ac_cv_env_drm_LIBS_set=
4416ac_cv_env_drm_LIBS_value=
4417ac_cv_env_egl_CFLAGS_set=
4418ac_cv_env_egl_CFLAGS_value=
4419ac_cv_env_egl_LIBS_set=
4420ac_cv_env_egl_LIBS_value=
4421ac_cv_env_gl_CFLAGS_set=
4422ac_cv_env_gl_CFLAGS_value=
4423ac_cv_env_gl_LIBS_set=
4424ac_cv_env_gl_LIBS_value=
4425ac_cv_env_glesv2_CFLAGS_set=
4426ac_cv_env_glesv2_CFLAGS_value=
4427ac_cv_env_glesv2_LIBS_set=
4428ac_cv_env_glesv2_LIBS_value=
4429ac_cv_env_glib_CFLAGS_set=
4430ac_cv_env_glib_CFLAGS_value=
4431ac_cv_env_glib_LIBS_set=
4432ac_cv_env_glib_LIBS_value=
4433ac_cv_env_gtk_CFLAGS_set=
4434ac_cv_env_gtk_CFLAGS_value=
4435ac_cv_env_gtk_LIBS_set=
4436ac_cv_env_gtk_LIBS_value=
4437ac_cv_env_host_alias_set=
4438ac_cv_env_host_alias_value=
4439ac_cv_env_pixman_CFLAGS_set=
4440ac_cv_env_pixman_CFLAGS_value=
4441ac_cv_env_pixman_LIBS_set=
4442ac_cv_env_pixman_LIBS_value=
4443ac_cv_env_png_CFLAGS_set=
4444ac_cv_env_png_CFLAGS_value=
4445ac_cv_env_png_LIBS_set=
4446ac_cv_env_png_LIBS_value=
4447ac_cv_env_png_REQUIRES_set=
4448ac_cv_env_png_REQUIRES_value=
4449ac_cv_env_qt_CFLAGS_set=
4450ac_cv_env_qt_CFLAGS_value=
4451ac_cv_env_qt_LIBS_set=
4452ac_cv_env_qt_LIBS_value=
4453ac_cv_env_target_alias_set=
4454ac_cv_env_target_alias_value=
4455ac_cv_env_xcb_CFLAGS_set=
4456ac_cv_env_xcb_CFLAGS_value=
4457ac_cv_env_xcb_LIBS_set=
4458ac_cv_env_xcb_LIBS_value=
4459ac_cv_env_xcb_shm_CFLAGS_set=
4460ac_cv_env_xcb_shm_CFLAGS_value=
4461ac_cv_env_xcb_shm_LIBS_set=
4462ac_cv_env_xcb_shm_LIBS_value=
4463ac_cv_env_xlib_CFLAGS_set=
4464ac_cv_env_xlib_CFLAGS_value=
4465ac_cv_env_xlib_LIBS_set=
4466ac_cv_env_xlib_LIBS_value=
4467ac_cv_env_xlib_xcb_CFLAGS_set=
4468ac_cv_env_xlib_xcb_CFLAGS_value=
4469ac_cv_env_xlib_xcb_LIBS_set=
4470ac_cv_env_xlib_xcb_LIBS_value=
4471ac_cv_env_xlib_xrender_CFLAGS_set=
4472ac_cv_env_xlib_xrender_CFLAGS_value=
4473ac_cv_env_xlib_xrender_LIBS_set=
4474ac_cv_env_xlib_xrender_LIBS_value=
4475ac_cv_func_FT_Get_X11_Font_Format=yes
4476ac_cv_func_FT_GlyphSlot_Embolden=yes
4477ac_cv_func_FT_GlyphSlot_Oblique=yes
4478ac_cv_func_FT_Library_SetLcdFilter=yes
4479ac_cv_func_FT_Load_Sfnt_Table=yes
4480ac_cv_func_FcFini=yes
4481ac_cv_func_FcInit=yes
4482ac_cv_func_XRenderCreateConicalGradient=no
4483ac_cv_func_XRenderCreateLinearGradient=no
4484ac_cv_func_XRenderCreateRadialGradient=no
4485ac_cv_func_alarm=yes
4486ac_cv_func_clock_gettime=no
4487ac_cv_func_connect=yes
4488ac_cv_func_ctime_r=yes
4489ac_cv_func_drand48=yes
4490ac_cv_func_feclearexcept=yes
4491ac_cv_func_fedisableexcept=no
4492ac_cv_func_feenableexcept=no
4493ac_cv_func_flockfile=yes
4494ac_cv_func_fork=yes
4495ac_cv_func_funlockfile=yes
4496ac_cv_func_gethostbyname=yes
4497ac_cv_func_getline=yes
4498ac_cv_func_link=yes
4499ac_cv_func_mkdir=yes
4500ac_cv_func_mmap=yes
4501ac_cv_func_raise=yes
4502ac_cv_func_remove=yes
4503ac_cv_func_sched_getaffinity=no
4504ac_cv_func_shmat=yes
4505ac_cv_func_strndup=yes
4506ac_cv_func_waitpid=yes
4507ac_cv_have_x='have_x=yes        ac_x_includes='\''/opt/local/include'\''        ac_x_libraries='\''/opt/local/lib'\'''
4508ac_cv_header_X11_extensions_XShm_h=no
4509ac_cv_header_X11_extensions_shmproto_h=yes
4510ac_cv_header_X11_extensions_shmstr_h=yes
4511ac_cv_header_byteswap_h=no
4512ac_cv_header_dlfcn_h=yes
4513ac_cv_header_fcntl_h=yes
4514ac_cv_header_fenv_h=yes
4515ac_cv_header_inttypes_h=yes
4516ac_cv_header_io_h=no
4517ac_cv_header_libgen_h=yes
4518ac_cv_header_libiberty_h=no
4519ac_cv_header_memory_h=yes
4520ac_cv_header_minix_config_h=no
4521ac_cv_header_sched_h=yes
4522ac_cv_header_setjmp_h=yes
4523ac_cv_header_signal_h=yes
4524ac_cv_header_stdc=yes
4525ac_cv_header_stdint_h=yes
4526ac_cv_header_stdlib_h=yes
4527ac_cv_header_string_h=yes
4528ac_cv_header_strings_h=yes
4529ac_cv_header_sys_int_types_h=no
4530ac_cv_header_sys_ipc_h=yes
4531ac_cv_header_sys_mman_h=yes
4532ac_cv_header_sys_poll_h=yes
4533ac_cv_header_sys_shm_h=yes
4534ac_cv_header_sys_socket_h=yes
4535ac_cv_header_sys_stat_h=yes
4536ac_cv_header_sys_types_h=yes
4537ac_cv_header_sys_un_h=yes
4538ac_cv_header_sys_wait_h=yes
4539ac_cv_header_time_h=yes
4540ac_cv_header_unistd_h=yes
4541ac_cv_header_windows_h=no
4542ac_cv_header_zlib_h=yes
4543ac_cv_host=x86_64-apple-darwin12.2.0
4544ac_cv_lib_ICE_IceConnectionNumber=no
4545ac_cv_lib_bfd_bfd_openr=no
4546ac_cv_lib_dl_dlsym=yes
4547ac_cv_lib_rt_sched_yield=no
4548ac_cv_lib_rt_shm_open=no
4549ac_cv_lib_socket_connect=no
4550ac_cv_lib_z_compress=yes
4551ac_cv_member_FT_Bitmap_Size_y_ppem=yes
4552ac_cv_objext=o
4553ac_cv_path_EGREP='/usr/bin/grep -E'
4554ac_cv_path_FGREP='/usr/bin/grep -F'
4555ac_cv_path_FIND=/usr/bin/find
4556ac_cv_path_GREP=/usr/bin/grep
4557ac_cv_path_GTKDOC_CHECK=/opt/local/bin/gtkdoc-check
4558ac_cv_path_GTKDOC_MKPDF=/opt/local/bin/gtkdoc-mkpdf
4559ac_cv_path_GTKDOC_REBASE=/opt/local/bin/gtkdoc-rebase
4560ac_cv_path_SED=/usr/bin/sed
4561ac_cv_path_XARGS=/usr/bin/xargs
4562ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
4563ac_cv_prog_AWK=awk
4564ac_cv_prog_CPP='/usr/bin/clang -E'
4565ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
4566ac_cv_prog_GS=
4567ac_cv_prog_ac_ct_AR=ar
4568ac_cv_prog_ac_ct_CC=/usr/bin/clang
4569ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
4570ac_cv_prog_ac_ct_LIPO=lipo
4571ac_cv_prog_ac_ct_NMEDIT=nmedit
4572ac_cv_prog_ac_ct_OTOOL=otool
4573ac_cv_prog_ac_ct_RANLIB=ranlib
4574ac_cv_prog_ac_ct_STRIP=strip
4575ac_cv_prog_cc__usr_bin_clang_c_o=yes
4576ac_cv_prog_cc_c89=
4577ac_cv_prog_cc_g=yes
4578ac_cv_prog_cxx_g=yes
4579ac_cv_prog_make_make_set=yes
4580ac_cv_safe_to_define___extensions__=yes
4581ac_cv_sizeof_int=4
4582ac_cv_sizeof_long=8
4583ac_cv_sizeof_long_long=8
4584ac_cv_sizeof_size_t=8
4585ac_cv_sizeof_void_p=8
4586ac_cv_sys_file_offset_bits=no
4587ac_cv_sys_largefile_CC=no
4588ac_cv_type___uint128_t=yes
4589ac_cv_type_uint128_t=no
4590ac_cv_type_uint64_t=yes
4591am_cv_CC_dependencies_compiler_type=gcc3
4592am_cv_CXX_dependencies_compiler_type=gcc3
4593am_cv_make_support_nested_variables=yes
4594cairo_cv_atomic_op_needs_memory_barrier=no
4595cairo_cv_atomic_primitives=Intel
4596cairo_cv_warn_cflags=' -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2'
4597cairo_cv_warn_maybe='-Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG                  -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2'
4598cairo_cv_warn_unused_result=
4599lt_cv_apple_cc_single_mod=yes
4600lt_cv_ar_at_file=no
4601lt_cv_deplibs_check_method=pass_all
4602lt_cv_file_magic_cmd='$MAGIC_CMD'
4603lt_cv_file_magic_test_file=
4604lt_cv_ld_exported_symbols_list=yes
4605lt_cv_ld_force_load=yes
4606lt_cv_ld_reload_flag=-r
4607lt_cv_nm_interface='BSD nm'
4608lt_cv_objdir=.libs
4609lt_cv_path_LD=/usr/bin/ld
4610lt_cv_path_LDCXX=/usr/bin/ld
4611lt_cv_path_NM=/opt/local/bin/nm
4612lt_cv_path_mainfest_tool=no
4613lt_cv_prog_compiler_c_o=yes
4614lt_cv_prog_compiler_c_o_CXX=yes
4615lt_cv_prog_compiler_pic='-fno-common -DPIC'
4616lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
4617lt_cv_prog_compiler_pic_works=yes
4618lt_cv_prog_compiler_pic_works_CXX=yes
4619lt_cv_prog_compiler_rtti_exceptions=yes
4620lt_cv_prog_compiler_static_works=no
4621lt_cv_prog_compiler_static_works_CXX=no
4622lt_cv_prog_gnu_ld=no
4623lt_cv_prog_gnu_ldcxx=no
4624lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
4625lt_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'\'''
4626lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
4627lt_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'\'''
4628lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
4629lt_cv_sys_max_cmd_len=196608
4630lt_cv_to_host_file_cmd=func_convert_file_noop
4631lt_cv_to_tool_file_cmd=func_convert_file_noop
4632pkg_cv_FONTCONFIG_CFLAGS='-I/opt/local/include  '
4633pkg_cv_FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig  '
4634pkg_cv_FREETYPE_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include  '
4635pkg_cv_FREETYPE_LIBS='-L/opt/local/lib -lfreetype  '
4636pkg_cv_GOBJECT_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
4637pkg_cv_GOBJECT_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl  '
4638pkg_cv_glib_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
4639pkg_cv_glib_LIBS='-L/opt/local/lib -lglib-2.0 -lintl  '
4640pkg_cv_pixman_CFLAGS='-I/opt/local/include/pixman-1  '
4641pkg_cv_pixman_LIBS='-L/opt/local/lib -lpixman-1  '
4642pkg_cv_png_CFLAGS='-I/opt/local/include/libpng15  '
4643pkg_cv_png_LIBS='-L/opt/local/lib -lpng15  '
4644pkg_cv_xcb_CFLAGS='-I/opt/local/include  '
4645pkg_cv_xcb_LIBS='-L/opt/local/lib -lxcb-render -lxcb  '
4646pkg_cv_xcb_shm_CFLAGS='-I/opt/local/include  '
4647pkg_cv_xcb_shm_LIBS='-L/opt/local/lib -lxcb-shm -lxcb  '
4648pkg_cv_xlib_xcb_CFLAGS='-I/opt/local/include  '
4649pkg_cv_xlib_xcb_LIBS='-L/opt/local/lib -lX11-xcb -lX11 -lxcb  '
4650pkg_cv_xlib_xrender_CFLAGS='-I/opt/local/include  '
4651pkg_cv_xlib_xrender_LIBS='-L/opt/local/lib -lXrender -lX11  '
4652
4653## ----------------- ##
4654## Output variables. ##
4655## ----------------- ##
4656
4657ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/work/cairo-1.12.8/build/missing --run aclocal-1.11'
4658AMDEPBACKSLASH='\'
4659AMDEP_FALSE='#'
4660AMDEP_TRUE=''
4661AMTAR='$${TAR-tar}'
4662AM_BACKSLASH='\'
4663AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4664AM_DEFAULT_VERBOSITY='1'
4665AM_V='$(V)'
4666AR='ar'
4667AS='as'
4668AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/work/cairo-1.12.8/build/missing --run autoconf'
4669AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/work/cairo-1.12.8/build/missing --run autoheader'
4670AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/work/cairo-1.12.8/build/missing --run automake-1.11'
4671AWK='awk'
4672BFD_LIBS=''
4673BUILD_ANY2PPM_FALSE='#'
4674BUILD_ANY2PPM_TRUE=''
4675BUILD_CXX_FALSE=''
4676BUILD_CXX_TRUE='#'
4677BUILD_SPHINX_FALSE='#'
4678BUILD_SPHINX_TRUE=''
4679CAIROBOILERPLATE_LIBS=''
4680CAIRO_CAN_TEST_PDF_SURFACE_FALSE=''
4681CAIRO_CAN_TEST_PDF_SURFACE_TRUE='#'
4682CAIRO_CAN_TEST_PS_SURFACE_FALSE=''
4683CAIRO_CAN_TEST_PS_SURFACE_TRUE='#'
4684CAIRO_CAN_TEST_SVG_SURFACE_FALSE=''
4685CAIRO_CAN_TEST_SVG_SURFACE_TRUE='#'
4686CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE=''
4687CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE='#'
4688CAIRO_CFLAGS='   -D_REENTRANT       -I/opt/local/include/pixman-1      -I/opt/local/include   -I/opt/local/include/freetype2 -I/opt/local/include    -I/opt/local/include/libpng15   -I/opt/local/include   -I/opt/local/include   -I/opt/local/include   -I/opt/local/include      -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Werror-implicit-function-declaration -Wnested-externs -Wpointer-arith -Wwrite-strings -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wbad-function-cast -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2                        -I/opt/local/include '
4689CAIRO_HAS_BEOS_SURFACE_FALSE=''
4690CAIRO_HAS_BEOS_SURFACE_TRUE='#'
4691CAIRO_HAS_COGL_SURFACE_FALSE=''
4692CAIRO_HAS_COGL_SURFACE_TRUE='#'
4693CAIRO_HAS_DIRECTFB_SURFACE_FALSE=''
4694CAIRO_HAS_DIRECTFB_SURFACE_TRUE='#'
4695CAIRO_HAS_DLSYM_FALSE='#'
4696CAIRO_HAS_DLSYM_TRUE=''
4697CAIRO_HAS_DL_FALSE='#'
4698CAIRO_HAS_DL_TRUE=''
4699CAIRO_HAS_DRM_SURFACE_FALSE=''
4700CAIRO_HAS_DRM_SURFACE_TRUE='#'
4701CAIRO_HAS_EGL_FUNCTIONS_FALSE=''
4702CAIRO_HAS_EGL_FUNCTIONS_TRUE='#'
4703CAIRO_HAS_FC_FONT_FALSE='#'
4704CAIRO_HAS_FC_FONT_TRUE=''
4705CAIRO_HAS_FT_FONT_FALSE='#'
4706CAIRO_HAS_FT_FONT_TRUE=''
4707CAIRO_HAS_GALLIUM_SURFACE_FALSE=''
4708CAIRO_HAS_GALLIUM_SURFACE_TRUE='#'
4709CAIRO_HAS_GLESV2_SURFACE_FALSE=''
4710CAIRO_HAS_GLESV2_SURFACE_TRUE='#'
4711CAIRO_HAS_GLX_FUNCTIONS_FALSE=''
4712CAIRO_HAS_GLX_FUNCTIONS_TRUE='#'
4713CAIRO_HAS_GL_SURFACE_FALSE=''
4714CAIRO_HAS_GL_SURFACE_TRUE='#'
4715CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE='#'
4716CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE=''
4717CAIRO_HAS_INTERPRETER_FALSE='#'
4718CAIRO_HAS_INTERPRETER_TRUE=''
4719CAIRO_HAS_LCOV_FALSE=''
4720CAIRO_HAS_LCOV_TRUE='#'
4721CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE='#'
4722CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE=''
4723CAIRO_HAS_OS2_SURFACE_FALSE=''
4724CAIRO_HAS_OS2_SURFACE_TRUE='#'
4725CAIRO_HAS_PDF_SURFACE_FALSE='#'
4726CAIRO_HAS_PDF_SURFACE_TRUE=''
4727CAIRO_HAS_PNG_FUNCTIONS_FALSE='#'
4728CAIRO_HAS_PNG_FUNCTIONS_TRUE=''
4729CAIRO_HAS_PS_SURFACE_FALSE='#'
4730CAIRO_HAS_PS_SURFACE_TRUE=''
4731CAIRO_HAS_PTHREAD_FALSE='#'
4732CAIRO_HAS_PTHREAD_TRUE=''
4733CAIRO_HAS_QT_SURFACE_FALSE=''
4734CAIRO_HAS_QT_SURFACE_TRUE='#'
4735CAIRO_HAS_QUARTZ_FONT_FALSE=''
4736CAIRO_HAS_QUARTZ_FONT_TRUE='#'
4737CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE=''
4738CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE='#'
4739CAIRO_HAS_QUARTZ_SURFACE_FALSE=''
4740CAIRO_HAS_QUARTZ_SURFACE_TRUE='#'
4741CAIRO_HAS_SCRIPT_SURFACE_FALSE='#'
4742CAIRO_HAS_SCRIPT_SURFACE_TRUE=''
4743CAIRO_HAS_SKIA_SURFACE_FALSE=''
4744CAIRO_HAS_SKIA_SURFACE_TRUE='#'
4745CAIRO_HAS_SPECTRE_FALSE=''
4746CAIRO_HAS_SPECTRE_TRUE='#'
4747CAIRO_HAS_SVG_SURFACE_FALSE='#'
4748CAIRO_HAS_SVG_SURFACE_TRUE=''
4749CAIRO_HAS_SYMBOL_LOOKUP_FALSE=''
4750CAIRO_HAS_SYMBOL_LOOKUP_TRUE='#'
4751CAIRO_HAS_TEE_SURFACE_FALSE='#'
4752CAIRO_HAS_TEE_SURFACE_TRUE=''
4753CAIRO_HAS_TEST_SURFACES_FALSE=''
4754CAIRO_HAS_TEST_SURFACES_TRUE='#'
4755CAIRO_HAS_TRACE_FALSE='#'
4756CAIRO_HAS_TRACE_TRUE=''
4757CAIRO_HAS_VG_SURFACE_FALSE=''
4758CAIRO_HAS_VG_SURFACE_TRUE='#'
4759CAIRO_HAS_WGL_FUNCTIONS_FALSE=''
4760CAIRO_HAS_WGL_FUNCTIONS_TRUE='#'
4761CAIRO_HAS_WIN32_FONT_FALSE=''
4762CAIRO_HAS_WIN32_FONT_TRUE='#'
4763CAIRO_HAS_WIN32_SURFACE_FALSE=''
4764CAIRO_HAS_WIN32_SURFACE_TRUE='#'
4765CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE='#'
4766CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE=''
4767CAIRO_HAS_XCB_SURFACE_FALSE='#'
4768CAIRO_HAS_XCB_SURFACE_TRUE=''
4769CAIRO_HAS_XLIB_SURFACE_FALSE='#'
4770CAIRO_HAS_XLIB_SURFACE_TRUE=''
4771CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE='#'
4772CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE=''
4773CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE='#'
4774CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE=''
4775CAIRO_HAS_XML_SURFACE_FALSE='#'
4776CAIRO_HAS_XML_SURFACE_TRUE=''
4777CAIRO_LDFLAGS=''
4778CAIRO_LIBS='          -L/opt/local/lib -lpixman-1      -L/opt/local/lib -lfontconfig   -L/opt/local/lib -lfreetype    -L/opt/local/lib -lpng15   -L/opt/local/lib -lxcb-shm -lxcb   -L/opt/local/lib -lX11-xcb -lX11 -lxcb   -L/opt/local/lib -lxcb-render -lxcb   -L/opt/local/lib -lXrender -lX11          -lz       -lz -lz           -L/opt/local/lib -lX11 -lXext  '
4779CAIRO_LIBTOOL_VERSION_INFO='11202:8:11200'
4780CAIRO_NONPKGCONFIG_CFLAGS='                       -I/opt/local/include '
4781CAIRO_NONPKGCONFIG_LIBS='     -lz       -lz -lz           -L/opt/local/lib -lX11 -lXext  '
4782CAIRO_RELEASE_STATUS='release'
4783CAIRO_REQUIRES='  gobject-2.0 glib-2.0        pixman-1 >= 0.22.0    fontconfig >= 2.2.95 freetype2 >= 9.7.3   libpng xcb-shm x11-xcb xcb >= 1.6 xcb-render >= 1.6 xrender >= 0.6  '
4784CAIRO_TEST_MODE=''
4785CAIRO_TEST_UNDEFINED_LDFLAGS=''
4786CAIRO_VERSION_MAJOR='1'
4787CAIRO_VERSION_MICRO='8'
4788CAIRO_VERSION_MINOR='12'
4789CAIRO_VERSION_SONUM='2'
4790CC='/usr/bin/clang'
4791CCDEPMODE='depmode=gcc3'
4792CFLAGS='-pipe -O2 -arch x86_64'
4793CPP='/usr/bin/clang -E'
4794CPPFLAGS='-I/opt/local/include'
4795CROSS_COMPILING_FALSE=''
4796CROSS_COMPILING_TRUE='#'
4797CXX='/usr/bin/clang++'
4798CXXCPP='/usr/bin/clang++ -E'
4799CXXDEPMODE='depmode=gcc3'
4800CXXFLAGS='-pipe -O2 -arch x86_64'
4801CYGPATH_W='echo'
4802DEFS='-DHAVE_CONFIG_H'
4803DEPDIR='.deps'
4804DISABLE_SOME_FLOATING_POINT_FALSE=''
4805DISABLE_SOME_FLOATING_POINT_TRUE='#'
4806DLLTOOL='false'
4807DSYMUTIL='dsymutil'
4808DUMPBIN=''
4809ECHO_C='\c'
4810ECHO_N=''
4811ECHO_T=''
4812EGREP='/usr/bin/grep -E'
4813ENABLE_GTK_DOC_FALSE=''
4814ENABLE_GTK_DOC_TRUE='#'
4815EXEEXT=''
4816FGREP='/usr/bin/grep -F'
4817FIND='/usr/bin/find'
4818FONTCONFIG_CFLAGS='-I/opt/local/include  '
4819FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig  '
4820FREETYPE_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include  '
4821FREETYPE_CONFIG=''
4822FREETYPE_LIBS='-L/opt/local/lib -lfreetype  '
4823GOBJECT_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
4824GOBJECT_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl  '
4825GREP='/usr/bin/grep'
4826GS=''
4827GTKDOC_CHECK='/opt/local/bin/gtkdoc-check'
4828GTKDOC_DEPS_CFLAGS=''
4829GTKDOC_DEPS_LIBS=''
4830GTKDOC_MKPDF='/opt/local/bin/gtkdoc-mkpdf'
4831GTKDOC_REBASE='/opt/local/bin/gtkdoc-rebase'
4832GTK_DOC_BUILD_HTML_FALSE='#'
4833GTK_DOC_BUILD_HTML_TRUE=''
4834GTK_DOC_BUILD_PDF_FALSE=''
4835GTK_DOC_BUILD_PDF_TRUE='#'
4836GTK_DOC_USE_LIBTOOL_FALSE='#'
4837GTK_DOC_USE_LIBTOOL_TRUE=''
4838GTK_DOC_USE_REBASE_FALSE='#'
4839GTK_DOC_USE_REBASE_TRUE=''
4840HAVE_GTK_FALSE=''
4841HAVE_GTK_TRUE='#'
4842HAVE_PTHREAD_FALSE='#'
4843HAVE_PTHREAD_TRUE=''
4844HAVE_REAL_PTHREAD_FALSE='#'
4845HAVE_REAL_PTHREAD_TRUE=''
4846HAVE_SHM_FALSE=''
4847HAVE_SHM_TRUE='#'
4848HTML_DIR='${datadir}/gtk-doc/html'
4849INSTALL_DATA='${INSTALL} -m 644'
4850INSTALL_PROGRAM='${INSTALL}'
4851INSTALL_SCRIPT='${INSTALL}'
4852INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
4853LD='/usr/bin/ld'
4854LDFLAGS='-L/opt/local/lib -arch x86_64'
4855LIBM=''
4856LIBOBJS=''
4857LIBRSVG_CFLAGS=''
4858LIBRSVG_LIBS=''
4859LIBS=' '
4860LIBSPECTRE_CFLAGS=''
4861LIBSPECTRE_LIBS=''
4862LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4863LIPO='lipo'
4864LN_S='ln -s'
4865LTLIBOBJS=''
4866LTP=''
4867LTP_GENHTML=''
4868MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/work/cairo-1.12.8/build/missing --run makeinfo'
4869MANIFEST_TOOL=':'
4870MKDIR_P='build/install-sh -c -d'
4871NM='/opt/local/bin/nm'
4872NMEDIT='nmedit'
4873OBJDUMP='false'
4874OBJEXT='o'
4875OS_WIN32_FALSE=''
4876OS_WIN32_TRUE='#'
4877OTOOL64=':'
4878OTOOL='otool'
4879PACKAGE='cairo'
4880PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo'
4881PACKAGE_NAME='cairo'
4882PACKAGE_STRING='cairo 1.12.8'
4883PACKAGE_TARNAME='cairo'
4884PACKAGE_URL='http://cairographics.org/'
4885PACKAGE_VERSION='1.12.8'
4886PATH_SEPARATOR=':'
4887PKGCONFIG_REQUIRES='Requires.private'
4888PKG_CONFIG='/opt/local/bin/pkg-config'
4889POPPLER_CFLAGS=''
4890POPPLER_LIBS=''
4891RANLIB='ranlib'
4892SED='/usr/bin/sed'
4893SET_MAKE=''
4894SHELL='/bin/sh'
4895SHLIB_EXT='dylib'
4896SHM_LIBS=''
4897SHTOOL=''
4898STRIP='strip'
4899VALGRIND_CFLAGS=''
4900VALGRIND_LIBS=''
4901VERSION='1.12.8'
4902XARGS='/usr/bin/xargs'
4903XMKMF=''
4904X_CFLAGS=' -I/opt/local/include'
4905X_EXTRA_LIBS=''
4906X_LIBS=' -L/opt/local/lib'
4907X_PRE_LIBS=''
4908ac_ct_AR='ar'
4909ac_ct_CC='/usr/bin/clang'
4910ac_ct_CXX=''
4911ac_ct_DUMPBIN=''
4912am__EXEEXT_FALSE=''
4913am__EXEEXT_TRUE='#'
4914am__fastdepCC_FALSE='#'
4915am__fastdepCC_TRUE=''
4916am__fastdepCXX_FALSE='#'
4917am__fastdepCXX_TRUE=''
4918am__include='include'
4919am__isrc=''
4920am__leading_dot='.'
4921am__nodep='_no'
4922am__quote=''
4923am__tar='$${TAR-tar} chof - "$$tardir"'
4924am__untar='$${TAR-tar} xf -'
4925bindir='${exec_prefix}/bin'
4926build='x86_64-apple-darwin12.2.0'
4927build_alias=''
4928build_cpu='x86_64'
4929build_os='darwin12.2.0'
4930build_vendor='apple'
4931cogl_CFLAGS=''
4932cogl_LIBS=''
4933datadir='${datarootdir}'
4934datarootdir='${prefix}/share'
4935directfb_CFLAGS=''
4936directfb_LIBS=''
4937docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
4938drm_CFLAGS=''
4939drm_LIBS=''
4940dvidir='${docdir}'
4941egl_CFLAGS=''
4942egl_LIBS=''
4943exec_prefix='${prefix}'
4944gallium_DIR=''
4945gl_CFLAGS=''
4946gl_LIBS=''
4947glesv2_CFLAGS=''
4948glesv2_LIBS=''
4949glib_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
4950glib_LIBS='-L/opt/local/lib -lglib-2.0 -lintl  '
4951gtk_CFLAGS=''
4952gtk_LIBS=''
4953host='x86_64-apple-darwin12.2.0'
4954host_alias=''
4955host_cpu='x86_64'
4956host_os='darwin12.2.0'
4957host_vendor='apple'
4958htmldir='${docdir}'
4959includedir='${prefix}/include'
4960infodir='${datarootdir}/info'
4961install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/work/cairo-1.12.8/build/install-sh'
4962libdir='${exec_prefix}/lib'
4963libexecdir='${exec_prefix}/libexec'
4964localedir='${datarootdir}/locale'
4965localstatedir='${prefix}/var'
4966mandir='${datarootdir}/man'
4967mesa_DIR=''
4968mkdir_p='$(top_builddir)/build/install-sh -c -d'
4969oldincludedir='/usr/include'
4970pdfdir='${docdir}'
4971pixman_CFLAGS='-I/opt/local/include/pixman-1  '
4972pixman_LIBS='-L/opt/local/lib -lpixman-1  '
4973png_CFLAGS='-I/opt/local/include/libpng15  '
4974png_LIBS='-L/opt/local/lib -lpng15  '
4975png_REQUIRES='libpng'
4976prefix='/opt/local'
4977program_transform_name='s,x,x,'
4978psdir='${docdir}'
4979pthread_CFLAGS='-D_REENTRANT'
4980pthread_LIBS=''
4981qt_CFLAGS=''
4982qt_LIBS=''
4983real_pthread_CFLAGS='-D_REENTRANT'
4984real_pthread_LIBS='-lpthread'
4985sbindir='${exec_prefix}/sbin'
4986sharedstatedir='${prefix}/com'
4987shm_LIBS=''
4988skia_DIR=''
4989sysconfdir='${prefix}/etc'
4990target_alias=''
4991xcb_CFLAGS='-I/opt/local/include  '
4992xcb_LIBS='-L/opt/local/lib -lxcb-render -lxcb  '
4993xcb_shm_CFLAGS='-I/opt/local/include  '
4994xcb_shm_LIBS='-L/opt/local/lib -lxcb-shm -lxcb  '
4995xlib_CFLAGS=''
4996xlib_LIBS=''
4997xlib_xcb_CFLAGS='-I/opt/local/include  '
4998xlib_xcb_LIBS='-L/opt/local/lib -lX11-xcb -lX11 -lxcb  '
4999xlib_xrender_CFLAGS='-I/opt/local/include  '
5000xlib_xrender_LIBS='-L/opt/local/lib -lXrender -lX11  '
5001
5002## ----------- ##
5003## confdefs.h. ##
5004## ----------- ##
5005
5006/* confdefs.h */
5007#define PACKAGE_NAME "cairo"
5008#define PACKAGE_TARNAME "cairo"
5009#define PACKAGE_VERSION "1.12.8"
5010#define PACKAGE_STRING "cairo 1.12.8"
5011#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
5012#define PACKAGE_URL "http://cairographics.org/"
5013#define STDC_HEADERS 1
5014#define HAVE_SYS_TYPES_H 1
5015#define HAVE_SYS_STAT_H 1
5016#define HAVE_STDLIB_H 1
5017#define HAVE_STRING_H 1
5018#define HAVE_MEMORY_H 1
5019#define HAVE_STRINGS_H 1
5020#define HAVE_INTTYPES_H 1
5021#define HAVE_STDINT_H 1
5022#define HAVE_UNISTD_H 1
5023#define __EXTENSIONS__ 1
5024#define _ALL_SOURCE 1
5025#define _GNU_SOURCE 1
5026#define _POSIX_PTHREAD_SEMANTICS 1
5027#define _TANDEM_SOURCE 1
5028#define HAVE_DLFCN_H 1
5029#define LT_OBJDIR ".libs/"
5030#define WARN_UNUSED_RESULT
5031#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
5032#define SIZEOF_VOID_P 8
5033#define SIZEOF_INT 4
5034#define SIZEOF_LONG 8
5035#define SIZEOF_LONG_LONG 8
5036#define SIZEOF_SIZE_T 8
5037#define HAVE_BUILTIN_RETURN_ADDRESS 1
5038#define HAVE_STDINT_H 1
5039#define HAVE_INTTYPES_H 1
5040#define HAVE_UINT64_T 1
5041#define HAVE___UINT128_T 1
5042#define HAVE_FCNTL_H 1
5043#define HAVE_UNISTD_H 1
5044#define HAVE_SIGNAL_H 1
5045#define HAVE_SYS_STAT_H 1
5046#define HAVE_SYS_SOCKET_H 1
5047#define HAVE_SYS_POLL_H 1
5048#define HAVE_SYS_UN_H 1
5049#define HAVE_ALARM 1
5050#define HAVE_SCHED_H 1
5051#define HAVE_SYS_MMAN_H 1
5052#define HAVE_MMAP 1
5053#define HAVE_TIME_H 1
5054#define HAVE_FECLEAREXCEPT 1
5055#define HAVE_LIBGEN_H 1
5056#define HAVE_SIGNAL_H 1
5057#define HAVE_SETJMP_H 1
5058#define HAVE_FENV_H 1
5059#define HAVE_SYS_WAIT_H 1
5060#define HAVE_CTIME_R 1
5061#define HAVE_DRAND48 1
5062#define HAVE_FLOCKFILE 1
5063#define HAVE_FUNLOCKFILE 1
5064#define HAVE_GETLINE 1
5065#define HAVE_LINK 1
5066#define HAVE_STRNDUP 1
5067#define HAVE_SYS_STAT_H 1
5068#define HAVE_MKDIR 2
5069#define HAVE_FORK 1
5070#define HAVE_WAITPID 1
5071#define HAVE_RAISE 1
5072#undef PACKAGE_VERSION
5073#undef PACKAGE_STRING
5074#undef PACKAGE_NAME
5075#undef PACKAGE_TARNAME
5076#define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
5077#define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
5078#define PACKAGE_NAME USE_cairo_INSTEAD
5079#define PACKAGE_TARNAME USE_cairo_INSTEAD
5080#define HAVE_ZLIB 1
5081#define HAVE_DLFCN_H 1
5082#define CAIRO_HAS_DLSYM 1
5083#define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
5084#define HAVE_X11_EXTENSIONS_SHMSTR_H 1
5085#define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
5086#define HAVE_FT_GET_X11_FONT_FORMAT 1
5087#define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
5088#define HAVE_FT_GLYPHSLOT_OBLIQUE 1
5089#define HAVE_FT_LOAD_SFNT_TABLE 1
5090#define HAVE_FT_LIBRARY_SETLCDFILTER 1
5091#define HAVE_FCINIT 1
5092#define HAVE_FCFINI 1
5093#define HAS_PIXMAN_GLYPHS 1
5094#define CAIRO_HAS_REAL_PTHREAD 1
5095#define CAIRO_HAS_PTHREAD 1
5096#define CAIRO_HAS_PTHREAD 1
5097#define SHARED_LIB_EXT "dylib"
5098#define CAIRO_HAS_TRACE 1
5099#define CAIRO_HAS_INTERPRETER 1
5100
5101configure: exit 0