Ticket #56250: config.log

File config.log, 120.0 KB (added by hokgt (Suhendri Wijaya), 6 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 gtk+ configure 3.22.29, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --enable-static --disable-glibtest --enable-introspection --disable-cloudprint --disable-mir-backend --disable-wayland-backend --disable-schemas-compile gio_can_sniff=yes --disable-dependency-tracking --enable-xinerama --x-include=/opt/local/include --x-lib=/opt/local/lib --enable-x11-backend
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Suhendris-MacBook-Pro.local
14uname -m = x86_64
15uname -r = 17.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.5.0: Mon Mar  5 22:24:32 PST 2018; root:xnu-4570.51.1~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 17.5.0: Mon Mar  5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 415 tasks, 1550 threads, 4 processors
34Load average: 3.63, Mach factor: 0.78
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:3187: checking build system type
52configure:3201: result: x86_64-apple-darwin17.5.0
53configure:3221: checking host system type
54configure:3234: result: x86_64-apple-darwin17.5.0
55configure:3319: checking for a BSD-compatible install
56configure:3387: result: /usr/bin/install -c
57configure:3398: checking whether build environment is sane
58configure:3453: result: yes
59configure:3604: checking for a thread-safe mkdir -p
60configure:3643: result: build-aux/install-sh -c -d
61configure:3650: checking for gawk
62configure:3680: result: no
63configure:3650: checking for mawk
64configure:3680: result: no
65configure:3650: checking for nawk
66configure:3680: result: no
67configure:3650: checking for awk
68configure:3666: found /usr/bin/awk
69configure:3677: result: awk
70configure:3688: checking whether make sets $(MAKE)
71configure:3710: result: yes
72configure:3739: checking whether make supports nested variables
73configure:3756: result: yes
74configure:3836: checking whether UID '502' is supported by ustar format
75configure:3839: result: yes
76configure:3846: checking whether GID '501' is supported by ustar format
77configure:3849: result: yes
78configure:3857: checking how to create a ustar tar archive
79configure:3868: tar --version
80bsdtar 2.8.3 - libarchive 2.8.3
81configure:3871: $? = 0
82configure:3911: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
83configure:3914: $? = 0
84configure:3918: tar -xf - <conftest.tar
85configure:3921: $? = 0
86configure:3923: cat conftest.dir/file
87GrepMe
88configure:3926: $? = 0
89configure:3939: result: gnutar
90configure:3990: checking whether to enable maintainer-specific portions of Makefiles
91configure:3999: result: yes
92configure:4027: checking whether make supports nested variables
93configure:4044: result: yes
94configure:4171: checking for gcc
95configure:4198: result: /usr/bin/clang -arch x86_64
96configure:4427: checking for C compiler version
97configure:4436: /usr/bin/clang -arch x86_64 --version >&5
98Apple LLVM version 9.1.0 (clang-902.0.39.1)
99Target: x86_64-apple-darwin17.5.0
100Thread model: posix
101InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
102configure:4447: $? = 0
103configure:4436: /usr/bin/clang -arch x86_64 -v >&5
104Apple LLVM version 9.1.0 (clang-902.0.39.1)
105Target: x86_64-apple-darwin17.5.0
106Thread model: posix
107InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
108configure:4447: $? = 0
109configure:4436: /usr/bin/clang -arch x86_64 -V >&5
110clang: error: argument to '-V' is missing (expected 1 value)
111clang: error: no input files
112configure:4447: $? = 1
113configure:4436: /usr/bin/clang -arch x86_64 -qversion >&5
114clang: error: unknown argument: '-qversion'
115clang: error: no input files
116configure:4447: $? = 1
117configure:4467: checking whether the C compiler works
118configure:4489: /usr/bin/clang -arch x86_64 -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
119configure:4493: $? = 0
120configure:4541: result: yes
121configure:4544: checking for C compiler default output file name
122configure:4546: result: a.out
123configure:4552: checking for suffix of executables
124configure:4559: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
125configure:4563: $? = 0
126configure:4585: result:
127configure:4607: checking whether we are cross compiling
128configure:4615: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
129configure:4619: $? = 0
130configure:4626: ./conftest
131configure:4630: $? = 0
132configure:4645: result: no
133configure:4650: checking for suffix of object files
134configure:4672: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
135configure:4676: $? = 0
136configure:4697: result: o
137configure:4701: checking whether we are using the GNU C compiler
138configure:4720: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
139configure:4720: $? = 0
140configure:4729: result: yes
141configure:4738: checking whether /usr/bin/clang -arch x86_64 accepts -g
142configure:4758: /usr/bin/clang -arch x86_64 -c -g -I/opt/local/include -DX_LOCALE conftest.c >&5
143configure:4758: $? = 0
144configure:4799: result: yes
145configure:4816: checking for /usr/bin/clang -arch x86_64 option to accept ISO C89
146configure:4879: /usr/bin/clang -arch x86_64  -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
147configure:4879: $? = 0
148configure:4892: result: none needed
149configure:4917: checking whether /usr/bin/clang -arch x86_64 understands -c and -o together
150configure:4939: /usr/bin/clang -arch x86_64 -c conftest.c -o conftest2.o
151configure:4942: $? = 0
152configure:4939: /usr/bin/clang -arch x86_64 -c conftest.c -o conftest2.o
153configure:4942: $? = 0
154configure:4954: result: yes
155configure:4982: checking for style of include used by make
156configure:5010: result: GNU
157configure:5036: checking dependency style of /usr/bin/clang -arch x86_64
158configure:5147: result: none
159configure:5167: checking how to run the C preprocessor
160configure:5198: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
161configure:5198: $? = 0
162configure:5212: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
163conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
164#include <ac_nonexistent.h>
165         ^~~~~~~~~~~~~~~~~~
1661 error generated.
167configure:5212: $? = 1
168configure: failed program was:
169| /* confdefs.h */
170| #define PACKAGE_NAME "gtk+"
171| #define PACKAGE_TARNAME "gtk+"
172| #define PACKAGE_VERSION "3.22.29"
173| #define PACKAGE_STRING "gtk+ 3.22.29"
174| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
175| #define PACKAGE_URL ""
176| /* end confdefs.h.  */
177| #include <ac_nonexistent.h>
178configure:5237: result: /usr/bin/clang -arch x86_64 -E
179configure:5257: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
180configure:5257: $? = 0
181configure:5271: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
182conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
183#include <ac_nonexistent.h>
184         ^~~~~~~~~~~~~~~~~~
1851 error generated.
186configure:5271: $? = 1
187configure: failed program was:
188| /* confdefs.h */
189| #define PACKAGE_NAME "gtk+"
190| #define PACKAGE_TARNAME "gtk+"
191| #define PACKAGE_VERSION "3.22.29"
192| #define PACKAGE_STRING "gtk+ 3.22.29"
193| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
194| #define PACKAGE_URL ""
195| /* end confdefs.h.  */
196| #include <ac_nonexistent.h>
197configure:5355: checking for gcc
198configure:5371: found /usr/bin/gcc
199configure:5382: result: gcc
200configure:5611: checking for C compiler version
201configure:5620: gcc --version >&5
202Apple LLVM version 9.1.0 (clang-902.0.39.1)
203Target: x86_64-apple-darwin17.5.0
204Thread model: posix
205InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
206Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
207configure:5631: $? = 0
208configure:5620: gcc -v >&5
209Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
210Apple LLVM version 9.1.0 (clang-902.0.39.1)
211Target: x86_64-apple-darwin17.5.0
212Thread model: posix
213InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
214configure:5631: $? = 0
215configure:5620: gcc -V >&5
216clang: error: argument to '-V' is missing (expected 1 value)
217clang: error: no input files
218configure:5631: $? = 1
219configure:5620: gcc -qversion >&5
220clang: error: unknown argument: '-qversion'
221clang: error: no input files
222configure:5631: $? = 1
223configure:5635: checking whether we are using the GNU C compiler
224configure:5663: result: yes
225configure:5672: checking whether gcc accepts -g
226configure:5692: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
227configure:5692: $? = 0
228configure:5733: result: yes
229configure:5750: checking for gcc option to accept ISO C89
230configure:5826: result: none needed
231configure:5851: checking whether gcc understands -c and -o together
232configure:5888: result: yes
233configure:5907: checking dependency style of gcc
234configure:6018: result: none
235configure:6038: checking how to run the C preprocessor
236configure:6069: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
237configure:6069: $? = 0
238configure:6083: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
239conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
240#include <ac_nonexistent.h>
241         ^~~~~~~~~~~~~~~~~~
2421 error generated.
243configure:6083: $? = 1
244configure: failed program was:
245| /* confdefs.h */
246| #define PACKAGE_NAME "gtk+"
247| #define PACKAGE_TARNAME "gtk+"
248| #define PACKAGE_VERSION "3.22.29"
249| #define PACKAGE_STRING "gtk+ 3.22.29"
250| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
251| #define PACKAGE_URL ""
252| /* end confdefs.h.  */
253| #include <ac_nonexistent.h>
254configure:6108: result: gcc -E
255configure:6128: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
256configure:6128: $? = 0
257configure:6142: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
258conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
259#include <ac_nonexistent.h>
260         ^~~~~~~~~~~~~~~~~~
2611 error generated.
262configure:6142: $? = 1
263configure: failed program was:
264| /* confdefs.h */
265| #define PACKAGE_NAME "gtk+"
266| #define PACKAGE_TARNAME "gtk+"
267| #define PACKAGE_VERSION "3.22.29"
268| #define PACKAGE_STRING "gtk+ 3.22.29"
269| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
270| #define PACKAGE_URL ""
271| /* end confdefs.h.  */
272| #include <ac_nonexistent.h>
273configure:6180: checking whether /usr/bin/clang -arch x86_64 and cc understand -c and -o together
274configure:6211: /usr/bin/clang -arch x86_64 -c conftest.c -o conftest2.o >&5
275configure:6215: $? = 0
276configure:6221: /usr/bin/clang -arch x86_64 -c conftest.c -o conftest2.o >&5
277configure:6225: $? = 0
278configure:6236: cc -c conftest.c >&5
279configure:6240: $? = 0
280configure:6248: cc -c conftest.c -o conftest2.o >&5
281configure:6252: $? = 0
282configure:6258: cc -c conftest.c -o conftest2.o >&5
283configure:6262: $? = 0
284configure:6280: result: yes
285configure:6292: checking whether make sets $(MAKE)
286configure:6314: result: yes
287configure:6327: checking for grep that handles long lines and -e
288configure:6385: result: /usr/bin/grep
289configure:6390: checking for egrep
290configure:6452: result: /usr/bin/grep -E
291configure:6457: checking for ANSI C header files
292configure:6477: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
293configure:6477: $? = 0
294configure:6550: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
295configure:6550: $? = 0
296configure:6550: ./conftest
297configure:6550: $? = 0
298configure:6561: result: yes
299configure:6574: checking for sys/types.h
300configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
301configure:6574: $? = 0
302configure:6574: result: yes
303configure:6574: checking for sys/stat.h
304configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
305configure:6574: $? = 0
306configure:6574: result: yes
307configure:6574: checking for stdlib.h
308configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
309configure:6574: $? = 0
310configure:6574: result: yes
311configure:6574: checking for string.h
312configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
313configure:6574: $? = 0
314configure:6574: result: yes
315configure:6574: checking for memory.h
316configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
317configure:6574: $? = 0
318configure:6574: result: yes
319configure:6574: checking for strings.h
320configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
321configure:6574: $? = 0
322configure:6574: result: yes
323configure:6574: checking for inttypes.h
324configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
325configure:6574: $? = 0
326configure:6574: result: yes
327configure:6574: checking for stdint.h
328configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
329configure:6574: $? = 0
330configure:6574: result: yes
331configure:6574: checking for unistd.h
332configure:6574: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
333configure:6574: $? = 0
334configure:6574: result: yes
335configure:6587: checking minix/config.h usability
336configure:6587: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
337conftest.c:52:10: fatal error: 'minix/config.h' file not found
338#include <minix/config.h>
339         ^~~~~~~~~~~~~~~~
3401 error generated.
341configure:6587: $? = 1
342configure: failed program was:
343| /* confdefs.h */
344| #define PACKAGE_NAME "gtk+"
345| #define PACKAGE_TARNAME "gtk+"
346| #define PACKAGE_VERSION "3.22.29"
347| #define PACKAGE_STRING "gtk+ 3.22.29"
348| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
349| #define PACKAGE_URL ""
350| #define STDC_HEADERS 1
351| #define HAVE_SYS_TYPES_H 1
352| #define HAVE_SYS_STAT_H 1
353| #define HAVE_STDLIB_H 1
354| #define HAVE_STRING_H 1
355| #define HAVE_MEMORY_H 1
356| #define HAVE_STRINGS_H 1
357| #define HAVE_INTTYPES_H 1
358| #define HAVE_STDINT_H 1
359| #define HAVE_UNISTD_H 1
360| /* end confdefs.h.  */
361| #include <stdio.h>
362| #ifdef HAVE_SYS_TYPES_H
363| # include <sys/types.h>
364| #endif
365| #ifdef HAVE_SYS_STAT_H
366| # include <sys/stat.h>
367| #endif
368| #ifdef STDC_HEADERS
369| # include <stdlib.h>
370| # include <stddef.h>
371| #else
372| # ifdef HAVE_STDLIB_H
373| #  include <stdlib.h>
374| # endif
375| #endif
376| #ifdef HAVE_STRING_H
377| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
378| #  include <memory.h>
379| # endif
380| # include <string.h>
381| #endif
382| #ifdef HAVE_STRINGS_H
383| # include <strings.h>
384| #endif
385| #ifdef HAVE_INTTYPES_H
386| # include <inttypes.h>
387| #endif
388| #ifdef HAVE_STDINT_H
389| # include <stdint.h>
390| #endif
391| #ifdef HAVE_UNISTD_H
392| # include <unistd.h>
393| #endif
394| #include <minix/config.h>
395configure:6587: result: no
396configure:6587: checking minix/config.h presence
397configure:6587: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
398conftest.c:19:10: fatal error: 'minix/config.h' file not found
399#include <minix/config.h>
400         ^~~~~~~~~~~~~~~~
4011 error generated.
402configure:6587: $? = 1
403configure: failed program was:
404| /* confdefs.h */
405| #define PACKAGE_NAME "gtk+"
406| #define PACKAGE_TARNAME "gtk+"
407| #define PACKAGE_VERSION "3.22.29"
408| #define PACKAGE_STRING "gtk+ 3.22.29"
409| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
410| #define PACKAGE_URL ""
411| #define STDC_HEADERS 1
412| #define HAVE_SYS_TYPES_H 1
413| #define HAVE_SYS_STAT_H 1
414| #define HAVE_STDLIB_H 1
415| #define HAVE_STRING_H 1
416| #define HAVE_MEMORY_H 1
417| #define HAVE_STRINGS_H 1
418| #define HAVE_INTTYPES_H 1
419| #define HAVE_STDINT_H 1
420| #define HAVE_UNISTD_H 1
421| /* end confdefs.h.  */
422| #include <minix/config.h>
423configure:6587: result: no
424configure:6587: checking for minix/config.h
425configure:6587: result: no
426configure:6608: checking whether it is safe to define __EXTENSIONS__
427configure:6626: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
428configure:6626: $? = 0
429configure:6633: result: yes
430configure:6649: checking for a sed that does not truncate output
431configure:6713: result: /usr/bin/sed
432configure:6719: checking whether NLS is requested
433configure:6728: result: yes
434configure:6768: checking for msgfmt
435configure: trying /opt/local/bin/msgfmt...
4360 translated messages.
437configure:6800: result: /opt/local/bin/msgfmt
438configure:6809: checking for gmsgfmt
439configure:6840: result: /opt/local/bin/msgfmt
440configure:6890: checking for xgettext
441configure: trying /opt/local/bin/xgettext...
442/opt/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
443configure:6922: result: /opt/local/bin/xgettext
444configure:6967: checking for msgmerge
445configure: trying /opt/local/bin/msgmerge...
446configure:6998: result: /opt/local/bin/msgmerge
447configure:7056: checking for ld used by /usr/bin/clang -arch x86_64
448configure:7123: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
449configure:7130: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
450configure:7145: result: no
451configure:7152: checking for shared library run path origin
452configure:7165: result: done
453configure:7737: checking for CFPreferencesCopyAppValue
454configure:7755: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
455conftest.c:28:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
456CFPreferencesCopyAppValue(NULL, NULL)
457                          ~~~~      ^
458conftest.c:28:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
459CFPreferencesCopyAppValue(NULL, NULL)
460                                ~~~~^
4612 warnings generated.
462configure:7755: $? = 0
463configure:7764: result: yes
464configure:7771: checking for CFLocaleCopyCurrent
465configure:7789: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
466configure:7789: $? = 0
467configure:7798: result: yes
468configure:7847: checking for GNU gettext in libc
469configure:7871: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
470Undefined symbols for architecture x86_64:
471  "__nl_domain_bindings", referenced from:
472      _main in conftest-3f5734.o
473  "__nl_msg_cat_cntr", referenced from:
474      _main in conftest-3f5734.o
475  "_libintl_bindtextdomain", referenced from:
476      _main in conftest-3f5734.o
477  "_libintl_gettext", referenced from:
478      _main in conftest-3f5734.o
479ld: symbol(s) not found for architecture x86_64
480clang: error: linker command failed with exit code 1 (use -v to see invocation)
481configure:7871: $? = 1
482configure: failed program was:
483| /* confdefs.h */
484| #define PACKAGE_NAME "gtk+"
485| #define PACKAGE_TARNAME "gtk+"
486| #define PACKAGE_VERSION "3.22.29"
487| #define PACKAGE_STRING "gtk+ 3.22.29"
488| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
489| #define PACKAGE_URL ""
490| #define STDC_HEADERS 1
491| #define HAVE_SYS_TYPES_H 1
492| #define HAVE_SYS_STAT_H 1
493| #define HAVE_STDLIB_H 1
494| #define HAVE_STRING_H 1
495| #define HAVE_MEMORY_H 1
496| #define HAVE_STRINGS_H 1
497| #define HAVE_INTTYPES_H 1
498| #define HAVE_STDINT_H 1
499| #define HAVE_UNISTD_H 1
500| #define __EXTENSIONS__ 1
501| #define _ALL_SOURCE 1
502| #define _GNU_SOURCE 1
503| #define _POSIX_PTHREAD_SEMANTICS 1
504| #define _TANDEM_SOURCE 1
505| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
506| #define HAVE_CFLOCALECOPYCURRENT 1
507| /* end confdefs.h.  */
508|
509| #include <libintl.h>
510|
511| extern int _nl_msg_cat_cntr;
512| extern int *_nl_domain_bindings;
513|
514| int
515| main ()
516| {
517|
518| bindtextdomain ("", "");
519| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
520|
521|   ;
522|   return 0;
523| }
524configure:7880: result: no
525configure:7914: checking for iconv
526configure:7938: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
527Undefined symbols for architecture x86_64:
528  "_libiconv", referenced from:
529      _main in conftest-4178ec.o
530  "_libiconv_close", referenced from:
531      _main in conftest-4178ec.o
532  "_libiconv_open", referenced from:
533      _main in conftest-4178ec.o
534ld: symbol(s) not found for architecture x86_64
535clang: error: linker command failed with exit code 1 (use -v to see invocation)
536configure:7938: $? = 1
537configure: failed program was:
538| /* confdefs.h */
539| #define PACKAGE_NAME "gtk+"
540| #define PACKAGE_TARNAME "gtk+"
541| #define PACKAGE_VERSION "3.22.29"
542| #define PACKAGE_STRING "gtk+ 3.22.29"
543| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
544| #define PACKAGE_URL ""
545| #define STDC_HEADERS 1
546| #define HAVE_SYS_TYPES_H 1
547| #define HAVE_SYS_STAT_H 1
548| #define HAVE_STDLIB_H 1
549| #define HAVE_STRING_H 1
550| #define HAVE_MEMORY_H 1
551| #define HAVE_STRINGS_H 1
552| #define HAVE_INTTYPES_H 1
553| #define HAVE_STDINT_H 1
554| #define HAVE_UNISTD_H 1
555| #define __EXTENSIONS__ 1
556| #define _ALL_SOURCE 1
557| #define _GNU_SOURCE 1
558| #define _POSIX_PTHREAD_SEMANTICS 1
559| #define _TANDEM_SOURCE 1
560| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
561| #define HAVE_CFLOCALECOPYCURRENT 1
562| /* end confdefs.h.  */
563|
564| #include <stdlib.h>
565| #include <iconv.h>
566|
567| int
568| main ()
569| {
570| iconv_t cd = iconv_open("","");
571|            iconv(cd,NULL,NULL,NULL,NULL);
572|            iconv_close(cd);
573|   ;
574|   return 0;
575| }
576configure:7962: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -liconv >&5
577configure:7962: $? = 0
578configure:7972: result: yes
579configure:7975: checking for working iconv
580configure:8104: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -liconv >&5
581configure:8104: $? = 0
582configure:8104: ./conftest
583configure:8104: $? = 0
584configure:8116: result: yes
585configure:8131: checking how to link with libiconv
586configure:8133: result: -liconv
587configure:8605: checking for GNU gettext in libintl
588configure:8637: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl >&5
589configure:8637: $? = 0
590configure:8682: result: yes
591configure:8717: checking whether to use NLS
592configure:8719: result: yes
593configure:8722: checking where the gettext function comes from
594configure:8733: result: external libintl
595configure:8741: checking how to link with libintl
596configure:8743: result: -lintl -Wl,-framework -Wl,CoreFoundation
597configure:8801: checking for native Win32
598configure:8823: result: no
599configure:9058: checking for C++ compiler version
600configure:9067: /usr/bin/clang++ -arch x86_64 --version >&5
601Apple LLVM version 9.1.0 (clang-902.0.39.1)
602Target: x86_64-apple-darwin17.5.0
603Thread model: posix
604InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
605configure:9078: $? = 0
606configure:9067: /usr/bin/clang++ -arch x86_64 -v >&5
607Apple LLVM version 9.1.0 (clang-902.0.39.1)
608Target: x86_64-apple-darwin17.5.0
609Thread model: posix
610InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
611configure:9078: $? = 0
612configure:9067: /usr/bin/clang++ -arch x86_64 -V >&5
613clang: error: argument to '-V' is missing (expected 1 value)
614clang: error: no input files
615configure:9078: $? = 1
616configure:9067: /usr/bin/clang++ -arch x86_64 -qversion >&5
617clang: error: unknown argument: '-qversion'
618clang: error: no input files
619configure:9078: $? = 1
620configure:9082: checking whether we are using the GNU C++ compiler
621configure:9101: /usr/bin/clang++ -arch x86_64 -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -DX_LOCALE conftest.cpp >&5
622configure:9101: $? = 0
623configure:9110: result: yes
624configure:9119: checking whether /usr/bin/clang++ -arch x86_64 accepts -g
625configure:9139: /usr/bin/clang++ -arch x86_64 -c -g -I/opt/local/include -DX_LOCALE conftest.cpp >&5
626configure:9139: $? = 0
627configure:9180: result: yes
628configure:9205: checking dependency style of /usr/bin/clang++ -arch x86_64
629configure:9316: result: none
630configure:9343: /usr/bin/clang++ -arch x86_64 -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -DX_LOCALE conftest.cpp >&5
631configure:9343: $? = 0
632configure:9371: /usr/bin/clang++ -arch x86_64 -c -pipe -Os -arch x86_64 -stdlib=libc++ -x objective-c++ -I/opt/local/include -DX_LOCALE conftest.cpp >&5
633configure:9371: $? = 0
634configure:9453: checking how to print strings
635configure:9480: result: printf
636configure:9501: checking for a sed that does not truncate output
637configure:9565: result: /usr/bin/sed
638configure:9583: checking for fgrep
639configure:9645: result: /usr/bin/grep -F
640configure:9680: checking for ld used by /usr/bin/clang -arch x86_64
641configure:9747: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
642configure:9754: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
643configure:9769: result: no
644configure:9781: checking for BSD- or MS-compatible name lister (nm)
645configure:9835: result: /usr/bin/nm -B
646configure:9965: checking the name lister (/usr/bin/nm -B) interface
647configure:9972: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
648configure:9975: /usr/bin/nm -B "conftest.o"
649configure:9978: output
6500000000000000000 S _some_variable
651configure:9985: result: BSD nm
652configure:9988: checking whether ln -s works
653configure:9992: result: yes
654configure:10000: checking the maximum length of command line arguments
655configure:10131: result: 196608
656configure:10179: checking how to convert x86_64-apple-darwin17.5.0 file names to x86_64-apple-darwin17.5.0 format
657configure:10219: result: func_convert_file_noop
658configure:10226: checking how to convert x86_64-apple-darwin17.5.0 file names to toolchain format
659configure:10246: result: func_convert_file_noop
660configure:10253: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
661configure:10260: result: -r
662configure:10334: checking for objdump
663configure:10350: found /usr/bin/objdump
664configure:10361: result: objdump
665configure:10390: checking how to recognize dependent libraries
666configure:10590: result: pass_all
667configure:10675: checking for dlltool
668configure:10705: result: no
669configure:10732: checking how to associate runtime and link libraries
670configure:10759: result: printf %s\n
671configure:10819: checking for ar
672configure:10835: found /usr/bin/ar
673configure:10846: result: ar
674configure:10883: checking for archiver @FILE support
675configure:10900: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
676configure:10900: $? = 0
677configure:10903: ar cru libconftest.a @conftest.lst >&5
678ar: @conftest.lst: No such file or directory
679configure:10906: $? = 1
680configure:10926: result: no
681configure:10984: checking for strip
682configure:11000: found /usr/bin/strip
683configure:11011: result: strip
684configure:11083: checking for ranlib
685configure:11099: found /usr/bin/ranlib
686configure:11110: result: ranlib
687configure:11212: checking command to parse /usr/bin/nm -B output from /usr/bin/clang -arch x86_64 object
688configure:11365: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
689configure:11368: $? = 0
690configure:11372: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
691configure:11375: $? = 0
692cannot find nm_test_var in conftest.nm
693configure:11365: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
694configure:11368: $? = 0
695configure:11372: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
696configure:11375: $? = 0
697configure:11441: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
698configure:11444: $? = 0
699configure:11482: result: ok
700configure:11529: checking for sysroot
701configure:11559: result: no
702configure:11566: checking for a working dd
703configure:11604: result: /bin/dd
704configure:11608: checking how to truncate binary pipes
705configure:11623: result: /bin/dd bs=4096 count=1
706configure:11952: checking for mt
707configure:11982: result: no
708configure:12002: checking if : is a manifest tool
709configure:12008: : '-?'
710configure:12016: result: no
711configure:12072: checking for dsymutil
712configure:12088: found /usr/bin/dsymutil
713configure:12099: result: dsymutil
714configure:12164: checking for nmedit
715configure:12180: found /usr/bin/nmedit
716configure:12191: result: nmedit
717configure:12256: checking for lipo
718configure:12272: found /usr/bin/lipo
719configure:12283: result: lipo
720configure:12348: checking for otool
721configure:12364: found /usr/bin/otool
722configure:12375: result: otool
723configure:12440: checking for otool64
724configure:12470: result: no
725configure:12515: checking for -single_module linker flag
726/usr/bin/clang -arch x86_64 -pipe -Os -fstrict-aliasing -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
727configure:12548: result: yes
728configure:12551: checking for -exported_symbols_list linker flag
729configure:12571: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
730configure:12571: $? = 0
731configure:12581: result: yes
732configure:12584: checking for -force_load linker flag
733/usr/bin/clang -arch x86_64 -pipe -Os -fstrict-aliasing -arch x86_64 -c -o conftest.o conftest.c
734ar cru libconftest.a conftest.o
735ranlib libconftest.a
736/usr/bin/clang -arch x86_64 -pipe -Os -fstrict-aliasing -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
737configure:12616: result: yes
738configure:12690: checking for dlfcn.h
739configure:12690: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
740configure:12690: $? = 0
741configure:12690: result: yes
742configure:13253: checking for objdir
743configure:13268: result: .libs
744configure:13532: checking if /usr/bin/clang -arch x86_64 supports -fno-rtti -fno-exceptions
745configure:13550: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -fno-rtti -fno-exceptions conftest.c >&5
746configure:13554: $? = 0
747configure:13567: result: yes
748configure:13925: checking for /usr/bin/clang -arch x86_64 option to produce PIC
749configure:13932: result: -fno-common -DPIC
750configure:13940: checking if /usr/bin/clang -arch x86_64 PIC flag -fno-common -DPIC works
751configure:13958: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -fno-common -DPIC -DPIC conftest.c >&5
752configure:13962: $? = 0
753configure:13975: result: yes
754configure:14004: checking if /usr/bin/clang -arch x86_64 static flag -static works
755configure:14032: result: no
756configure:14047: checking if /usr/bin/clang -arch x86_64 supports -c -o file.o
757configure:14068: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -o out/conftest2.o conftest.c >&5
758configure:14072: $? = 0
759configure:14094: result: yes
760configure:14102: checking if /usr/bin/clang -arch x86_64 supports -c -o file.o
761configure:14149: result: yes
762configure:14182: checking whether the /usr/bin/clang -arch x86_64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
763configure:15441: result: yes
764configure:15681: checking dynamic linker characteristics
765configure:16502: result: darwin17.5.0 dyld
766configure:16624: checking how to hardcode library paths into programs
767configure:16649: result: immediate
768configure:17197: checking whether stripping libraries is possible
769configure:17211: result: yes
770configure:17237: checking if libtool supports shared libraries
771configure:17239: result: yes
772configure:17242: checking whether to build shared libraries
773configure:17267: result: yes
774configure:17270: checking whether to build static libraries
775configure:17274: result: yes
776configure:17297: checking how to run the C++ preprocessor
777configure:17324: /usr/bin/clang++ -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.cpp
778configure:17324: $? = 0
779configure:17338: /usr/bin/clang++ -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.cpp
780conftest.cpp:33:10: fatal error: 'ac_nonexistent.h' file not found
781#include <ac_nonexistent.h>
782         ^~~~~~~~~~~~~~~~~~
7831 error generated.
784configure:17338: $? = 1
785configure: failed program was:
786| /* confdefs.h */
787| #define PACKAGE_NAME "gtk+"
788| #define PACKAGE_TARNAME "gtk+"
789| #define PACKAGE_VERSION "3.22.29"
790| #define PACKAGE_STRING "gtk+ 3.22.29"
791| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
792| #define PACKAGE_URL ""
793| #define STDC_HEADERS 1
794| #define HAVE_SYS_TYPES_H 1
795| #define HAVE_SYS_STAT_H 1
796| #define HAVE_STDLIB_H 1
797| #define HAVE_STRING_H 1
798| #define HAVE_MEMORY_H 1
799| #define HAVE_STRINGS_H 1
800| #define HAVE_INTTYPES_H 1
801| #define HAVE_STDINT_H 1
802| #define HAVE_UNISTD_H 1
803| #define __EXTENSIONS__ 1
804| #define _ALL_SOURCE 1
805| #define _GNU_SOURCE 1
806| #define _POSIX_PTHREAD_SEMANTICS 1
807| #define _TANDEM_SOURCE 1
808| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
809| #define HAVE_CFLOCALECOPYCURRENT 1
810| #define HAVE_ICONV 1
811| #define ENABLE_NLS 1
812| #define HAVE_GETTEXT 1
813| #define HAVE_DCGETTEXT 1
814| #define GETTEXT_PACKAGE "gtk30"
815| #define HAVE_DLFCN_H 1
816| #define LT_OBJDIR ".libs/"
817| /* end confdefs.h.  */
818| #include <ac_nonexistent.h>
819configure:17363: result: /usr/bin/clang++ -arch x86_64 -E
820configure:17383: /usr/bin/clang++ -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.cpp
821configure:17383: $? = 0
822configure:17397: /usr/bin/clang++ -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.cpp
823conftest.cpp:33:10: fatal error: 'ac_nonexistent.h' file not found
824#include <ac_nonexistent.h>
825         ^~~~~~~~~~~~~~~~~~
8261 error generated.
827configure:17397: $? = 1
828configure: failed program was:
829| /* confdefs.h */
830| #define PACKAGE_NAME "gtk+"
831| #define PACKAGE_TARNAME "gtk+"
832| #define PACKAGE_VERSION "3.22.29"
833| #define PACKAGE_STRING "gtk+ 3.22.29"
834| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
835| #define PACKAGE_URL ""
836| #define STDC_HEADERS 1
837| #define HAVE_SYS_TYPES_H 1
838| #define HAVE_SYS_STAT_H 1
839| #define HAVE_STDLIB_H 1
840| #define HAVE_STRING_H 1
841| #define HAVE_MEMORY_H 1
842| #define HAVE_STRINGS_H 1
843| #define HAVE_INTTYPES_H 1
844| #define HAVE_STDINT_H 1
845| #define HAVE_UNISTD_H 1
846| #define __EXTENSIONS__ 1
847| #define _ALL_SOURCE 1
848| #define _GNU_SOURCE 1
849| #define _POSIX_PTHREAD_SEMANTICS 1
850| #define _TANDEM_SOURCE 1
851| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
852| #define HAVE_CFLOCALECOPYCURRENT 1
853| #define HAVE_ICONV 1
854| #define ENABLE_NLS 1
855| #define HAVE_GETTEXT 1
856| #define HAVE_DCGETTEXT 1
857| #define GETTEXT_PACKAGE "gtk30"
858| #define HAVE_DLFCN_H 1
859| #define LT_OBJDIR ".libs/"
860| /* end confdefs.h.  */
861| #include <ac_nonexistent.h>
862configure:17559: checking for ld used by /usr/bin/clang++ -arch x86_64
863configure:17626: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
864configure:17633: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
865configure:17648: result: no
866configure:17703: checking whether the /usr/bin/clang++ -arch x86_64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
867configure:18776: result: yes
868configure:18812: /usr/bin/clang++ -arch x86_64 -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -DX_LOCALE conftest.cpp >&5
869configure:18815: $? = 0
870configure:19296: checking for /usr/bin/clang++ -arch x86_64 option to produce PIC
871configure:19303: result: -fno-common -DPIC
872configure:19311: checking if /usr/bin/clang++ -arch x86_64 PIC flag -fno-common -DPIC works
873configure:19329: /usr/bin/clang++ -arch x86_64 -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -DX_LOCALE -fno-common -DPIC -DPIC conftest.cpp >&5
874configure:19333: $? = 0
875configure:19346: result: yes
876configure:19369: checking if /usr/bin/clang++ -arch x86_64 static flag -static works
877configure:19397: result: no
878configure:19409: checking if /usr/bin/clang++ -arch x86_64 supports -c -o file.o
879configure:19430: /usr/bin/clang++ -arch x86_64 -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -DX_LOCALE -o out/conftest2.o conftest.cpp >&5
880configure:19434: $? = 0
881configure:19456: result: yes
882configure:19461: checking if /usr/bin/clang++ -arch x86_64 supports -c -o file.o
883configure:19508: result: yes
884configure:19538: checking whether the /usr/bin/clang++ -arch x86_64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
885configure:19578: result: yes
886configure:19719: checking dynamic linker characteristics
887configure:20467: result: darwin17.5.0 dyld
888configure:20532: checking how to hardcode library paths into programs
889configure:20557: result: immediate
890configure:20620: creating ./config.lt
891
892## ------------------ ##
893## Running config.lt. ##
894## ------------------ ##
895config.lt:681: creating libtool
896configure:22185: checking for special C compiler options needed for large files
897configure:22230: result: no
898configure:22236: checking for _FILE_OFFSET_BITS value needed for large files
899configure:22261: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE conftest.c >&5
900configure:22261: $? = 0
901configure:22293: result: no
902configure:22388: checking dependency style of /usr/bin/clang -arch x86_64
903configure:22497: result: none
904configure:22558: checking for nm
905configure:22588: result: /usr/bin/nm -B
906configure:22611: checking for some Win32 platform
907configure:22621: result: no
908configure:23014: checking for shm_open in -lrt
909configure:23039: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lrt   >&5
910ld: library not found for -lrt
911clang: error: linker command failed with exit code 1 (use -v to see invocation)
912configure:23039: $? = 1
913configure: failed program was:
914| /* confdefs.h */
915| #define PACKAGE_NAME "gtk+"
916| #define PACKAGE_TARNAME "gtk+"
917| #define PACKAGE_VERSION "3.22.29"
918| #define PACKAGE_STRING "gtk+ 3.22.29"
919| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
920| #define PACKAGE_URL ""
921| #define STDC_HEADERS 1
922| #define HAVE_SYS_TYPES_H 1
923| #define HAVE_SYS_STAT_H 1
924| #define HAVE_STDLIB_H 1
925| #define HAVE_STRING_H 1
926| #define HAVE_MEMORY_H 1
927| #define HAVE_STRINGS_H 1
928| #define HAVE_INTTYPES_H 1
929| #define HAVE_STDINT_H 1
930| #define HAVE_UNISTD_H 1
931| #define __EXTENSIONS__ 1
932| #define _ALL_SOURCE 1
933| #define _GNU_SOURCE 1
934| #define _POSIX_PTHREAD_SEMANTICS 1
935| #define _TANDEM_SOURCE 1
936| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
937| #define HAVE_CFLOCALECOPYCURRENT 1
938| #define HAVE_ICONV 1
939| #define ENABLE_NLS 1
940| #define HAVE_GETTEXT 1
941| #define HAVE_DCGETTEXT 1
942| #define GETTEXT_PACKAGE "gtk30"
943| #define HAVE_DLFCN_H 1
944| #define LT_OBJDIR ".libs/"
945| /* end confdefs.h.  */
946|
947| /* Override any GCC internal prototype to avoid an error.
948|    Use char because int might match the return type of a GCC
949|    builtin and then its argument prototype would still apply.  */
950| #ifdef __cplusplus
951| extern "C"
952| #endif
953| char shm_open ();
954| int
955| main ()
956| {
957| return shm_open ();
958|   ;
959|   return 0;
960| }
961configure:23048: result: no
962configure:23061: checking for posix_fallocate
963configure:23061: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
964Undefined symbols for architecture x86_64:
965  "_posix_fallocate", referenced from:
966      _main in conftest-b564eb.o
967ld: symbol(s) not found for architecture x86_64
968clang: error: linker command failed with exit code 1 (use -v to see invocation)
969configure:23061: $? = 1
970configure: failed program was:
971| /* confdefs.h */
972| #define PACKAGE_NAME "gtk+"
973| #define PACKAGE_TARNAME "gtk+"
974| #define PACKAGE_VERSION "3.22.29"
975| #define PACKAGE_STRING "gtk+ 3.22.29"
976| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
977| #define PACKAGE_URL ""
978| #define STDC_HEADERS 1
979| #define HAVE_SYS_TYPES_H 1
980| #define HAVE_SYS_STAT_H 1
981| #define HAVE_STDLIB_H 1
982| #define HAVE_STRING_H 1
983| #define HAVE_MEMORY_H 1
984| #define HAVE_STRINGS_H 1
985| #define HAVE_INTTYPES_H 1
986| #define HAVE_STDINT_H 1
987| #define HAVE_UNISTD_H 1
988| #define __EXTENSIONS__ 1
989| #define _ALL_SOURCE 1
990| #define _GNU_SOURCE 1
991| #define _POSIX_PTHREAD_SEMANTICS 1
992| #define _TANDEM_SOURCE 1
993| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
994| #define HAVE_CFLOCALECOPYCURRENT 1
995| #define HAVE_ICONV 1
996| #define ENABLE_NLS 1
997| #define HAVE_GETTEXT 1
998| #define HAVE_DCGETTEXT 1
999| #define GETTEXT_PACKAGE "gtk30"
1000| #define HAVE_DLFCN_H 1
1001| #define LT_OBJDIR ".libs/"
1002| /* end confdefs.h.  */
1003| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate.
1004|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1005| #define posix_fallocate innocuous_posix_fallocate
1006|
1007| /* System header to define __stub macros and hopefully few prototypes,
1008|     which can conflict with char posix_fallocate (); below.
1009|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1010|     <limits.h> exists even on freestanding compilers.  */
1011|
1012| #ifdef __STDC__
1013| # include <limits.h>
1014| #else
1015| # include <assert.h>
1016| #endif
1017|
1018| #undef posix_fallocate
1019|
1020| /* Override any GCC internal prototype to avoid an error.
1021|    Use char because int might match the return type of a GCC
1022|    builtin and then its argument prototype would still apply.  */
1023| #ifdef __cplusplus
1024| extern "C"
1025| #endif
1026| char posix_fallocate ();
1027| /* The GNU C library defines this for functions which it implements
1028|     to always fail with ENOSYS.  Some functions are actually named
1029|     something starting with __ and the normal name is an alias.  */
1030| #if defined __stub_posix_fallocate || defined __stub___posix_fallocate
1031| choke me
1032| #endif
1033|
1034| int
1035| main ()
1036| {
1037| return posix_fallocate ();
1038|   ;
1039|   return 0;
1040| }
1041configure:23061: result: no
1042configure:23061: checking for flockfile
1043configure:23061: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1044configure:23061: $? = 0
1045configure:23061: result: yes
1046configure:23061: checking for _lock_file
1047configure:23061: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1048Undefined symbols for architecture x86_64:
1049  "__lock_file", referenced from:
1050      _main in conftest-c7f210.o
1051ld: symbol(s) not found for architecture x86_64
1052clang: error: linker command failed with exit code 1 (use -v to see invocation)
1053configure:23061: $? = 1
1054configure: failed program was:
1055| /* confdefs.h */
1056| #define PACKAGE_NAME "gtk+"
1057| #define PACKAGE_TARNAME "gtk+"
1058| #define PACKAGE_VERSION "3.22.29"
1059| #define PACKAGE_STRING "gtk+ 3.22.29"
1060| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1061| #define PACKAGE_URL ""
1062| #define STDC_HEADERS 1
1063| #define HAVE_SYS_TYPES_H 1
1064| #define HAVE_SYS_STAT_H 1
1065| #define HAVE_STDLIB_H 1
1066| #define HAVE_STRING_H 1
1067| #define HAVE_MEMORY_H 1
1068| #define HAVE_STRINGS_H 1
1069| #define HAVE_INTTYPES_H 1
1070| #define HAVE_STDINT_H 1
1071| #define HAVE_UNISTD_H 1
1072| #define __EXTENSIONS__ 1
1073| #define _ALL_SOURCE 1
1074| #define _GNU_SOURCE 1
1075| #define _POSIX_PTHREAD_SEMANTICS 1
1076| #define _TANDEM_SOURCE 1
1077| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1078| #define HAVE_CFLOCALECOPYCURRENT 1
1079| #define HAVE_ICONV 1
1080| #define ENABLE_NLS 1
1081| #define HAVE_GETTEXT 1
1082| #define HAVE_DCGETTEXT 1
1083| #define GETTEXT_PACKAGE "gtk30"
1084| #define HAVE_DLFCN_H 1
1085| #define LT_OBJDIR ".libs/"
1086| #define HAVE_FLOCKFILE 1
1087| /* end confdefs.h.  */
1088| /* Define _lock_file to an innocuous variant, in case <limits.h> declares _lock_file.
1089|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1090| #define _lock_file innocuous__lock_file
1091|
1092| /* System header to define __stub macros and hopefully few prototypes,
1093|     which can conflict with char _lock_file (); below.
1094|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1095|     <limits.h> exists even on freestanding compilers.  */
1096|
1097| #ifdef __STDC__
1098| # include <limits.h>
1099| #else
1100| # include <assert.h>
1101| #endif
1102|
1103| #undef _lock_file
1104|
1105| /* Override any GCC internal prototype to avoid an error.
1106|    Use char because int might match the return type of a GCC
1107|    builtin and then its argument prototype would still apply.  */
1108| #ifdef __cplusplus
1109| extern "C"
1110| #endif
1111| char _lock_file ();
1112| /* The GNU C library defines this for functions which it implements
1113|     to always fail with ENOSYS.  Some functions are actually named
1114|     something starting with __ and the normal name is an alias.  */
1115| #if defined __stub__lock_file || defined __stub____lock_file
1116| choke me
1117| #endif
1118|
1119| int
1120| main ()
1121| {
1122| return _lock_file ();
1123|   ;
1124|   return 0;
1125| }
1126configure:23061: result: no
1127configure:23151: checking for pkg-config
1128configure:23169: found /opt/local/bin/pkg-config
1129configure:23181: result: /opt/local/bin/pkg-config
1130configure:23206: checking pkg-config is at least version 0.9.0
1131configure:23209: result: yes
1132configure:23428: checking whether build environment is sane
1133configure:23483: result: yes
1134configure:23562: checking for BASE_DEPENDENCIES
1135configure:23569: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.49.4    atk >= 2.15.1    pango >= 1.37.3    cairo >= 1.14.0    cairo-gobject >= 1.14.0    gdk-pixbuf-2.0 >= 2.30.0"
1136configure:23572: $? = 0
1137configure:23586: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.49.4    atk >= 2.15.1    pango >= 1.37.3    cairo >= 1.14.0    cairo-gobject >= 1.14.0    gdk-pixbuf-2.0 >= 2.30.0"
1138configure:23589: $? = 0
1139configure:23647: result: yes
1140configure:23654: checking for CAIRO_BACKEND
1141configure:23661: $PKG_CONFIG --exists --print-errors "$cairo_backends"
1142configure:23664: $? = 0
1143configure:23678: $PKG_CONFIG --exists --print-errors "$cairo_backends"
1144configure:23681: $? = 0
1145configure:23739: result: yes
1146configure:23895: checking for GMODULE
1147configure:23902: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
1148configure:23905: $? = 0
1149configure:23919: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
1150configure:23922: $? = 0
1151configure:23980: result: yes
1152configure:23994: checking whether to write dependencies into .pc files
1153configure:24011: result: yes
1154configure:24030: checking for perl5
1155configure:24048: found /opt/local/bin/perl5
1156configure:24060: result: /opt/local/bin/perl5
1157configure:24075: checking for lstat
1158configure:24075: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1159configure:24075: $? = 0
1160configure:24075: result: yes
1161configure:24075: checking for mkstemp
1162configure:24075: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1163configure:24075: $? = 0
1164configure:24075: result: yes
1165configure:24086: checking for localtime_r
1166configure:24086: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1167configure:24086: $? = 0
1168configure:24086: result: yes
1169configure:24097: checking for _NL_TIME_FIRST_WEEKDAY
1170configure:24111: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1171conftest.c:42:72: error: use of undeclared identifier '_NL_TIME_FIRST_WEEKDAY'
1172                                  c = *((unsigned char *)  nl_langinfo(_NL_TIME_FIRST_WEEKDAY));
1173                                                                       ^
11741 error generated.
1175configure:24111: $? = 1
1176configure: failed program was:
1177| /* confdefs.h */
1178| #define PACKAGE_NAME "gtk+"
1179| #define PACKAGE_TARNAME "gtk+"
1180| #define PACKAGE_VERSION "3.22.29"
1181| #define PACKAGE_STRING "gtk+ 3.22.29"
1182| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1183| #define PACKAGE_URL ""
1184| #define STDC_HEADERS 1
1185| #define HAVE_SYS_TYPES_H 1
1186| #define HAVE_SYS_STAT_H 1
1187| #define HAVE_STDLIB_H 1
1188| #define HAVE_STRING_H 1
1189| #define HAVE_MEMORY_H 1
1190| #define HAVE_STRINGS_H 1
1191| #define HAVE_INTTYPES_H 1
1192| #define HAVE_STDINT_H 1
1193| #define HAVE_UNISTD_H 1
1194| #define __EXTENSIONS__ 1
1195| #define _ALL_SOURCE 1
1196| #define _GNU_SOURCE 1
1197| #define _POSIX_PTHREAD_SEMANTICS 1
1198| #define _TANDEM_SOURCE 1
1199| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1200| #define HAVE_CFLOCALECOPYCURRENT 1
1201| #define HAVE_ICONV 1
1202| #define ENABLE_NLS 1
1203| #define HAVE_GETTEXT 1
1204| #define HAVE_DCGETTEXT 1
1205| #define GETTEXT_PACKAGE "gtk30"
1206| #define HAVE_DLFCN_H 1
1207| #define LT_OBJDIR ".libs/"
1208| #define HAVE_FLOCKFILE 1
1209| #define HAVE_LSTAT 1
1210| #define HAVE_MKSTEMP 1
1211| #define HAVE_LOCALTIME_R 1
1212| /* end confdefs.h.  */
1213| #include <langinfo.h>
1214| int
1215| main ()
1216| {
1217| char c;
1218|                                   c = *((unsigned char *)  nl_langinfo(_NL_TIME_FIRST_WEEKDAY));
1219|   ;
1220|   return 0;
1221| }
1222configure:24118: result: no
1223configure:24127: checking for _NL_MEASUREMENT_MEASUREMENT
1224configure:24141: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1225conftest.c:42:72: error: use of undeclared identifier '_NL_MEASUREMENT_MEASUREMENT'
1226                                  c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
1227                                                                       ^
12281 error generated.
1229configure:24141: $? = 1
1230configure: failed program was:
1231| /* confdefs.h */
1232| #define PACKAGE_NAME "gtk+"
1233| #define PACKAGE_TARNAME "gtk+"
1234| #define PACKAGE_VERSION "3.22.29"
1235| #define PACKAGE_STRING "gtk+ 3.22.29"
1236| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1237| #define PACKAGE_URL ""
1238| #define STDC_HEADERS 1
1239| #define HAVE_SYS_TYPES_H 1
1240| #define HAVE_SYS_STAT_H 1
1241| #define HAVE_STDLIB_H 1
1242| #define HAVE_STRING_H 1
1243| #define HAVE_MEMORY_H 1
1244| #define HAVE_STRINGS_H 1
1245| #define HAVE_INTTYPES_H 1
1246| #define HAVE_STDINT_H 1
1247| #define HAVE_UNISTD_H 1
1248| #define __EXTENSIONS__ 1
1249| #define _ALL_SOURCE 1
1250| #define _GNU_SOURCE 1
1251| #define _POSIX_PTHREAD_SEMANTICS 1
1252| #define _TANDEM_SOURCE 1
1253| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1254| #define HAVE_CFLOCALECOPYCURRENT 1
1255| #define HAVE_ICONV 1
1256| #define ENABLE_NLS 1
1257| #define HAVE_GETTEXT 1
1258| #define HAVE_DCGETTEXT 1
1259| #define GETTEXT_PACKAGE "gtk30"
1260| #define HAVE_DLFCN_H 1
1261| #define LT_OBJDIR ".libs/"
1262| #define HAVE_FLOCKFILE 1
1263| #define HAVE_LSTAT 1
1264| #define HAVE_MKSTEMP 1
1265| #define HAVE_LOCALTIME_R 1
1266| /* end confdefs.h.  */
1267| #include <langinfo.h>
1268| int
1269| main ()
1270| {
1271| char c;
1272|                                   c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
1273|   ;
1274|   return 0;
1275| }
1276configure:24148: result: no
1277configure:24157: checking for _NL_PAPER_HEIGHT
1278configure:24171: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1279conftest.c:42:72: error: use of undeclared identifier '_NL_PAPER_HEIGHT'
1280                                  c = *((unsigned char *)  nl_langinfo(_NL_PAPER_HEIGHT));
1281                                                                       ^
12821 error generated.
1283configure:24171: $? = 1
1284configure: failed program was:
1285| /* confdefs.h */
1286| #define PACKAGE_NAME "gtk+"
1287| #define PACKAGE_TARNAME "gtk+"
1288| #define PACKAGE_VERSION "3.22.29"
1289| #define PACKAGE_STRING "gtk+ 3.22.29"
1290| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1291| #define PACKAGE_URL ""
1292| #define STDC_HEADERS 1
1293| #define HAVE_SYS_TYPES_H 1
1294| #define HAVE_SYS_STAT_H 1
1295| #define HAVE_STDLIB_H 1
1296| #define HAVE_STRING_H 1
1297| #define HAVE_MEMORY_H 1
1298| #define HAVE_STRINGS_H 1
1299| #define HAVE_INTTYPES_H 1
1300| #define HAVE_STDINT_H 1
1301| #define HAVE_UNISTD_H 1
1302| #define __EXTENSIONS__ 1
1303| #define _ALL_SOURCE 1
1304| #define _GNU_SOURCE 1
1305| #define _POSIX_PTHREAD_SEMANTICS 1
1306| #define _TANDEM_SOURCE 1
1307| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1308| #define HAVE_CFLOCALECOPYCURRENT 1
1309| #define HAVE_ICONV 1
1310| #define ENABLE_NLS 1
1311| #define HAVE_GETTEXT 1
1312| #define HAVE_DCGETTEXT 1
1313| #define GETTEXT_PACKAGE "gtk30"
1314| #define HAVE_DLFCN_H 1
1315| #define LT_OBJDIR ".libs/"
1316| #define HAVE_FLOCKFILE 1
1317| #define HAVE_LSTAT 1
1318| #define HAVE_MKSTEMP 1
1319| #define HAVE_LOCALTIME_R 1
1320| /* end confdefs.h.  */
1321| #include <langinfo.h>
1322| int
1323| main ()
1324| {
1325| char c;
1326|                                   c = *((unsigned char *)  nl_langinfo(_NL_PAPER_HEIGHT));
1327|   ;
1328|   return 0;
1329| }
1330configure:24178: result: no
1331configure:24187: checking for _NL_PAPER_WIDTH
1332configure:24201: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1333conftest.c:42:72: error: use of undeclared identifier '_NL_PAPER_WIDTH'
1334                                  c = *((unsigned char *)  nl_langinfo(_NL_PAPER_WIDTH));
1335                                                                       ^
13361 error generated.
1337configure:24201: $? = 1
1338configure: failed program was:
1339| /* confdefs.h */
1340| #define PACKAGE_NAME "gtk+"
1341| #define PACKAGE_TARNAME "gtk+"
1342| #define PACKAGE_VERSION "3.22.29"
1343| #define PACKAGE_STRING "gtk+ 3.22.29"
1344| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1345| #define PACKAGE_URL ""
1346| #define STDC_HEADERS 1
1347| #define HAVE_SYS_TYPES_H 1
1348| #define HAVE_SYS_STAT_H 1
1349| #define HAVE_STDLIB_H 1
1350| #define HAVE_STRING_H 1
1351| #define HAVE_MEMORY_H 1
1352| #define HAVE_STRINGS_H 1
1353| #define HAVE_INTTYPES_H 1
1354| #define HAVE_STDINT_H 1
1355| #define HAVE_UNISTD_H 1
1356| #define __EXTENSIONS__ 1
1357| #define _ALL_SOURCE 1
1358| #define _GNU_SOURCE 1
1359| #define _POSIX_PTHREAD_SEMANTICS 1
1360| #define _TANDEM_SOURCE 1
1361| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1362| #define HAVE_CFLOCALECOPYCURRENT 1
1363| #define HAVE_ICONV 1
1364| #define ENABLE_NLS 1
1365| #define HAVE_GETTEXT 1
1366| #define HAVE_DCGETTEXT 1
1367| #define GETTEXT_PACKAGE "gtk30"
1368| #define HAVE_DLFCN_H 1
1369| #define LT_OBJDIR ".libs/"
1370| #define HAVE_FLOCKFILE 1
1371| #define HAVE_LSTAT 1
1372| #define HAVE_MKSTEMP 1
1373| #define HAVE_LOCALTIME_R 1
1374| /* end confdefs.h.  */
1375| #include <langinfo.h>
1376| int
1377| main ()
1378| {
1379| char c;
1380|                                   c = *((unsigned char *)  nl_langinfo(_NL_PAPER_WIDTH));
1381|   ;
1382|   return 0;
1383| }
1384configure:24208: result: no
1385configure:24218: checking for extra flags to get ANSI library prototypes
1386configure:24232: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation -lm >&5
1387configure:24232: $? = 0
1388configure:24232: ./conftest
1389configure:24232: $? = 0
1390configure:24233: result: none needed
1391configure:24268: checking for the BeOS
1392configure:24277: result: no
1393configure:24382: checking for HP-UX
1394configure:24391: result: no
1395configure:24484: checking for pkg-config
1396configure:24514: result: /opt/local/bin/pkg-config
1397configure:24539: checking pkg-config is at least version 0.16
1398configure:24542: result: yes
1399configure:24559: checking for GLIB - version >= 2.49.4
1400configure:24685: result: yes (version 2.56.0)
1401configure:24762: checking for pkg-config
1402configure:24780: found /opt/local/bin/pkg-config
1403configure:24792: result: /opt/local/bin/pkg-config
1404configure:24803: checking build system's pkg-config is at least version 0.16
1405configure:24806: result: yes
1406configure:24823: checking for bind_textdomain_codeset
1407configure:24823: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation -L/opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation >&5
1408configure:24823: $? = 0
1409configure:24823: result: yes
1410configure:24836: checking linux/memfd.h usability
1411configure:24836: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
1412conftest.c:71:10: fatal error: 'linux/memfd.h' file not found
1413#include <linux/memfd.h>
1414         ^~~~~~~~~~~~~~~
14151 error generated.
1416configure:24836: $? = 1
1417configure: failed program was:
1418| /* confdefs.h */
1419| #define PACKAGE_NAME "gtk+"
1420| #define PACKAGE_TARNAME "gtk+"
1421| #define PACKAGE_VERSION "3.22.29"
1422| #define PACKAGE_STRING "gtk+ 3.22.29"
1423| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1424| #define PACKAGE_URL ""
1425| #define STDC_HEADERS 1
1426| #define HAVE_SYS_TYPES_H 1
1427| #define HAVE_SYS_STAT_H 1
1428| #define HAVE_STDLIB_H 1
1429| #define HAVE_STRING_H 1
1430| #define HAVE_MEMORY_H 1
1431| #define HAVE_STRINGS_H 1
1432| #define HAVE_INTTYPES_H 1
1433| #define HAVE_STDINT_H 1
1434| #define HAVE_UNISTD_H 1
1435| #define __EXTENSIONS__ 1
1436| #define _ALL_SOURCE 1
1437| #define _GNU_SOURCE 1
1438| #define _POSIX_PTHREAD_SEMANTICS 1
1439| #define _TANDEM_SOURCE 1
1440| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1441| #define HAVE_CFLOCALECOPYCURRENT 1
1442| #define HAVE_ICONV 1
1443| #define ENABLE_NLS 1
1444| #define HAVE_GETTEXT 1
1445| #define HAVE_DCGETTEXT 1
1446| #define GETTEXT_PACKAGE "gtk30"
1447| #define HAVE_DLFCN_H 1
1448| #define LT_OBJDIR ".libs/"
1449| #define HAVE_FLOCKFILE 1
1450| #define HAVE_LSTAT 1
1451| #define HAVE_MKSTEMP 1
1452| #define HAVE_LOCALTIME_R 1
1453| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1454| /* end confdefs.h.  */
1455| #include <stdio.h>
1456| #ifdef HAVE_SYS_TYPES_H
1457| # include <sys/types.h>
1458| #endif
1459| #ifdef HAVE_SYS_STAT_H
1460| # include <sys/stat.h>
1461| #endif
1462| #ifdef STDC_HEADERS
1463| # include <stdlib.h>
1464| # include <stddef.h>
1465| #else
1466| # ifdef HAVE_STDLIB_H
1467| #  include <stdlib.h>
1468| # endif
1469| #endif
1470| #ifdef HAVE_STRING_H
1471| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1472| #  include <memory.h>
1473| # endif
1474| # include <string.h>
1475| #endif
1476| #ifdef HAVE_STRINGS_H
1477| # include <strings.h>
1478| #endif
1479| #ifdef HAVE_INTTYPES_H
1480| # include <inttypes.h>
1481| #endif
1482| #ifdef HAVE_STDINT_H
1483| # include <stdint.h>
1484| #endif
1485| #ifdef HAVE_UNISTD_H
1486| # include <unistd.h>
1487| #endif
1488| #include <linux/memfd.h>
1489configure:24836: result: no
1490configure:24836: checking linux/memfd.h presence
1491configure:24836: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
1492conftest.c:38:10: fatal error: 'linux/memfd.h' file not found
1493#include <linux/memfd.h>
1494         ^~~~~~~~~~~~~~~
14951 error generated.
1496configure:24836: $? = 1
1497configure: failed program was:
1498| /* confdefs.h */
1499| #define PACKAGE_NAME "gtk+"
1500| #define PACKAGE_TARNAME "gtk+"
1501| #define PACKAGE_VERSION "3.22.29"
1502| #define PACKAGE_STRING "gtk+ 3.22.29"
1503| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1504| #define PACKAGE_URL ""
1505| #define STDC_HEADERS 1
1506| #define HAVE_SYS_TYPES_H 1
1507| #define HAVE_SYS_STAT_H 1
1508| #define HAVE_STDLIB_H 1
1509| #define HAVE_STRING_H 1
1510| #define HAVE_MEMORY_H 1
1511| #define HAVE_STRINGS_H 1
1512| #define HAVE_INTTYPES_H 1
1513| #define HAVE_STDINT_H 1
1514| #define HAVE_UNISTD_H 1
1515| #define __EXTENSIONS__ 1
1516| #define _ALL_SOURCE 1
1517| #define _GNU_SOURCE 1
1518| #define _POSIX_PTHREAD_SEMANTICS 1
1519| #define _TANDEM_SOURCE 1
1520| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1521| #define HAVE_CFLOCALECOPYCURRENT 1
1522| #define HAVE_ICONV 1
1523| #define ENABLE_NLS 1
1524| #define HAVE_GETTEXT 1
1525| #define HAVE_DCGETTEXT 1
1526| #define GETTEXT_PACKAGE "gtk30"
1527| #define HAVE_DLFCN_H 1
1528| #define LT_OBJDIR ".libs/"
1529| #define HAVE_FLOCKFILE 1
1530| #define HAVE_LSTAT 1
1531| #define HAVE_MKSTEMP 1
1532| #define HAVE_LOCALTIME_R 1
1533| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1534| /* end confdefs.h.  */
1535| #include <linux/memfd.h>
1536configure:24836: result: no
1537configure:24836: checking for linux/memfd.h
1538configure:24836: result: no
1539configure:24850: checking sys/mman.h usability
1540configure:24850: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
1541configure:24850: $? = 0
1542configure:24850: result: yes
1543configure:24850: checking sys/mman.h presence
1544configure:24850: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
1545configure:24850: $? = 0
1546configure:24850: result: yes
1547configure:24850: checking for sys/mman.h
1548configure:24850: result: yes
1549configure:24864: checking sys/time.h usability
1550configure:24864: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
1551configure:24864: $? = 0
1552configure:24864: result: yes
1553configure:24864: checking sys/time.h presence
1554configure:24864: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
1555configure:24864: $? = 0
1556configure:24864: result: yes
1557configure:24864: checking for sys/time.h
1558configure:24864: result: yes
1559configure:24878: checking for unistd.h
1560configure:24878: result: yes
1561configure:24892: checking ftw.h usability
1562configure:24892: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
1563configure:24892: $? = 0
1564configure:24892: result: yes
1565configure:24892: checking ftw.h presence
1566configure:24892: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
1567configure:24892: $? = 0
1568configure:24892: result: yes
1569configure:24892: checking for ftw.h
1570configure:24892: result: yes
1571configure:24905: checking for GNU ftw extensions
1572configure:24920: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
1573conftest.c:47:46: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
1574                                     #define _GNU_SOURCE
1575                                             ^
1576conftest.c:20:9: note: previous definition is here
1577#define _GNU_SOURCE 1
1578        ^
1579conftest.c:52:13: error: use of undeclared identifier 'FTW_ACTIONRETVAL'
1580int flags = FTW_ACTIONRETVAL;
1581            ^
15821 warning and 1 error generated.
1583configure:24920: $? = 1
1584configure: failed program was:
1585| /* confdefs.h */
1586| #define PACKAGE_NAME "gtk+"
1587| #define PACKAGE_TARNAME "gtk+"
1588| #define PACKAGE_VERSION "3.22.29"
1589| #define PACKAGE_STRING "gtk+ 3.22.29"
1590| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1591| #define PACKAGE_URL ""
1592| #define STDC_HEADERS 1
1593| #define HAVE_SYS_TYPES_H 1
1594| #define HAVE_SYS_STAT_H 1
1595| #define HAVE_STDLIB_H 1
1596| #define HAVE_STRING_H 1
1597| #define HAVE_MEMORY_H 1
1598| #define HAVE_STRINGS_H 1
1599| #define HAVE_INTTYPES_H 1
1600| #define HAVE_STDINT_H 1
1601| #define HAVE_UNISTD_H 1
1602| #define __EXTENSIONS__ 1
1603| #define _ALL_SOURCE 1
1604| #define _GNU_SOURCE 1
1605| #define _POSIX_PTHREAD_SEMANTICS 1
1606| #define _TANDEM_SOURCE 1
1607| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1608| #define HAVE_CFLOCALECOPYCURRENT 1
1609| #define HAVE_ICONV 1
1610| #define ENABLE_NLS 1
1611| #define HAVE_GETTEXT 1
1612| #define HAVE_DCGETTEXT 1
1613| #define GETTEXT_PACKAGE "gtk30"
1614| #define HAVE_DLFCN_H 1
1615| #define LT_OBJDIR ".libs/"
1616| #define HAVE_FLOCKFILE 1
1617| #define HAVE_LSTAT 1
1618| #define HAVE_MKSTEMP 1
1619| #define HAVE_LOCALTIME_R 1
1620| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1621| #define HAVE_SYS_MMAN_H 1
1622| #define HAVE_SYS_MMAN_H 1
1623| #define HAVE_SYS_TIME_H 1
1624| #define HAVE_SYS_TIME_H 1
1625| #define HAVE_UNISTD_H 1
1626| #define HAVE_UNISTD_H 1
1627| #define HAVE_FTW_H 1
1628| #define HAVE_FTW_H 1
1629| /* end confdefs.h.  */
1630| #define _XOPEN_SOURCE 500
1631|                                      #define _GNU_SOURCE
1632|                                      #include <ftw.h>
1633| int
1634| main ()
1635| {
1636| int flags = FTW_ACTIONRETVAL;
1637|   ;
1638|   return 0;
1639| }
1640configure:24933: result: no
1641configure:24963: checking for stdlib.h
1642configure:24963: result: yes
1643configure:24963: checking for unistd.h
1644configure:24963: result: yes
1645configure:24963: checking for sys/param.h
1646configure:24963: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
1647configure:24963: $? = 0
1648configure:24963: result: yes
1649configure:24983: checking for getpagesize
1650configure:24983: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1651configure:24983: $? = 0
1652configure:24983: result: yes
1653configure:24992: checking for working mmap
1654configure:25139: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1655configure:25139: $? = 0
1656configure:25139: ./conftest
1657configure:25139: $? = 0
1658configure:25149: result: yes
1659configure:25161: checking for mallinfo
1660configure:25161: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1661Undefined symbols for architecture x86_64:
1662  "_mallinfo", referenced from:
1663      _main in conftest-544152.o
1664ld: symbol(s) not found for architecture x86_64
1665clang: error: linker command failed with exit code 1 (use -v to see invocation)
1666configure:25161: $? = 1
1667configure: failed program was:
1668| /* confdefs.h */
1669| #define PACKAGE_NAME "gtk+"
1670| #define PACKAGE_TARNAME "gtk+"
1671| #define PACKAGE_VERSION "3.22.29"
1672| #define PACKAGE_STRING "gtk+ 3.22.29"
1673| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1674| #define PACKAGE_URL ""
1675| #define STDC_HEADERS 1
1676| #define HAVE_SYS_TYPES_H 1
1677| #define HAVE_SYS_STAT_H 1
1678| #define HAVE_STDLIB_H 1
1679| #define HAVE_STRING_H 1
1680| #define HAVE_MEMORY_H 1
1681| #define HAVE_STRINGS_H 1
1682| #define HAVE_INTTYPES_H 1
1683| #define HAVE_STDINT_H 1
1684| #define HAVE_UNISTD_H 1
1685| #define __EXTENSIONS__ 1
1686| #define _ALL_SOURCE 1
1687| #define _GNU_SOURCE 1
1688| #define _POSIX_PTHREAD_SEMANTICS 1
1689| #define _TANDEM_SOURCE 1
1690| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1691| #define HAVE_CFLOCALECOPYCURRENT 1
1692| #define HAVE_ICONV 1
1693| #define ENABLE_NLS 1
1694| #define HAVE_GETTEXT 1
1695| #define HAVE_DCGETTEXT 1
1696| #define GETTEXT_PACKAGE "gtk30"
1697| #define HAVE_DLFCN_H 1
1698| #define LT_OBJDIR ".libs/"
1699| #define HAVE_FLOCKFILE 1
1700| #define HAVE_LSTAT 1
1701| #define HAVE_MKSTEMP 1
1702| #define HAVE_LOCALTIME_R 1
1703| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1704| #define HAVE_SYS_MMAN_H 1
1705| #define HAVE_SYS_MMAN_H 1
1706| #define HAVE_SYS_TIME_H 1
1707| #define HAVE_SYS_TIME_H 1
1708| #define HAVE_UNISTD_H 1
1709| #define HAVE_UNISTD_H 1
1710| #define HAVE_FTW_H 1
1711| #define HAVE_FTW_H 1
1712| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
1713| #define HAVE_STDLIB_H 1
1714| #define HAVE_UNISTD_H 1
1715| #define HAVE_SYS_PARAM_H 1
1716| #define HAVE_GETPAGESIZE 1
1717| #define HAVE_MMAP 1
1718| /* end confdefs.h.  */
1719| /* Define mallinfo to an innocuous variant, in case <limits.h> declares mallinfo.
1720|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1721| #define mallinfo innocuous_mallinfo
1722|
1723| /* System header to define __stub macros and hopefully few prototypes,
1724|     which can conflict with char mallinfo (); below.
1725|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1726|     <limits.h> exists even on freestanding compilers.  */
1727|
1728| #ifdef __STDC__
1729| # include <limits.h>
1730| #else
1731| # include <assert.h>
1732| #endif
1733|
1734| #undef mallinfo
1735|
1736| /* Override any GCC internal prototype to avoid an error.
1737|    Use char because int might match the return type of a GCC
1738|    builtin and then its argument prototype would still apply.  */
1739| #ifdef __cplusplus
1740| extern "C"
1741| #endif
1742| char mallinfo ();
1743| /* The GNU C library defines this for functions which it implements
1744|     to always fail with ENOSYS.  Some functions are actually named
1745|     something starting with __ and the normal name is an alias.  */
1746| #if defined __stub_mallinfo || defined __stub___mallinfo
1747| choke me
1748| #endif
1749|
1750| int
1751| main ()
1752| {
1753| return mallinfo ();
1754|   ;
1755|   return 0;
1756| }
1757configure:25161: result: no
1758configure:25172: checking for getresuid
1759configure:25172: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1760Undefined symbols for architecture x86_64:
1761  "_getresuid", referenced from:
1762      _main in conftest-d9575c.o
1763ld: symbol(s) not found for architecture x86_64
1764clang: error: linker command failed with exit code 1 (use -v to see invocation)
1765configure:25172: $? = 1
1766configure: failed program was:
1767| /* confdefs.h */
1768| #define PACKAGE_NAME "gtk+"
1769| #define PACKAGE_TARNAME "gtk+"
1770| #define PACKAGE_VERSION "3.22.29"
1771| #define PACKAGE_STRING "gtk+ 3.22.29"
1772| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1773| #define PACKAGE_URL ""
1774| #define STDC_HEADERS 1
1775| #define HAVE_SYS_TYPES_H 1
1776| #define HAVE_SYS_STAT_H 1
1777| #define HAVE_STDLIB_H 1
1778| #define HAVE_STRING_H 1
1779| #define HAVE_MEMORY_H 1
1780| #define HAVE_STRINGS_H 1
1781| #define HAVE_INTTYPES_H 1
1782| #define HAVE_STDINT_H 1
1783| #define HAVE_UNISTD_H 1
1784| #define __EXTENSIONS__ 1
1785| #define _ALL_SOURCE 1
1786| #define _GNU_SOURCE 1
1787| #define _POSIX_PTHREAD_SEMANTICS 1
1788| #define _TANDEM_SOURCE 1
1789| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1790| #define HAVE_CFLOCALECOPYCURRENT 1
1791| #define HAVE_ICONV 1
1792| #define ENABLE_NLS 1
1793| #define HAVE_GETTEXT 1
1794| #define HAVE_DCGETTEXT 1
1795| #define GETTEXT_PACKAGE "gtk30"
1796| #define HAVE_DLFCN_H 1
1797| #define LT_OBJDIR ".libs/"
1798| #define HAVE_FLOCKFILE 1
1799| #define HAVE_LSTAT 1
1800| #define HAVE_MKSTEMP 1
1801| #define HAVE_LOCALTIME_R 1
1802| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1803| #define HAVE_SYS_MMAN_H 1
1804| #define HAVE_SYS_MMAN_H 1
1805| #define HAVE_SYS_TIME_H 1
1806| #define HAVE_SYS_TIME_H 1
1807| #define HAVE_UNISTD_H 1
1808| #define HAVE_UNISTD_H 1
1809| #define HAVE_FTW_H 1
1810| #define HAVE_FTW_H 1
1811| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
1812| #define HAVE_STDLIB_H 1
1813| #define HAVE_UNISTD_H 1
1814| #define HAVE_SYS_PARAM_H 1
1815| #define HAVE_GETPAGESIZE 1
1816| #define HAVE_MMAP 1
1817| /* end confdefs.h.  */
1818| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
1819|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1820| #define getresuid innocuous_getresuid
1821|
1822| /* System header to define __stub macros and hopefully few prototypes,
1823|     which can conflict with char getresuid (); below.
1824|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1825|     <limits.h> exists even on freestanding compilers.  */
1826|
1827| #ifdef __STDC__
1828| # include <limits.h>
1829| #else
1830| # include <assert.h>
1831| #endif
1832|
1833| #undef getresuid
1834|
1835| /* Override any GCC internal prototype to avoid an error.
1836|    Use char because int might match the return type of a GCC
1837|    builtin and then its argument prototype would still apply.  */
1838| #ifdef __cplusplus
1839| extern "C"
1840| #endif
1841| char getresuid ();
1842| /* The GNU C library defines this for functions which it implements
1843|     to always fail with ENOSYS.  Some functions are actually named
1844|     something starting with __ and the normal name is an alias.  */
1845| #if defined __stub_getresuid || defined __stub___getresuid
1846| choke me
1847| #endif
1848|
1849| int
1850| main ()
1851| {
1852| return getresuid ();
1853|   ;
1854|   return 0;
1855| }
1856configure:25172: result: no
1857configure:25181: checking for uid_t in sys/types.h
1858configure:25200: result: yes
1859configure:25213: checking for round in -lm
1860configure:25238: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm   -lintl -Wl,-framework -Wl,CoreFoundation >&5
1861conftest.c:59:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
1862char round ();
1863     ^
1864conftest.c:59:6: note: 'round' is a builtin with type 'double (double)'
18651 warning generated.
1866configure:25238: $? = 0
1867configure:25247: result: yes
1868configure:25261: checking for round
1869configure:25261: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1870conftest.c:76:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
1871char round ();
1872     ^
1873conftest.c:76:6: note: 'round' is a builtin with type 'double (double)'
18741 warning generated.
1875configure:25261: $? = 0
1876configure:25261: result: yes
1877configure:25261: checking for rint
1878configure:25261: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1879conftest.c:77:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration]
1880char rint ();
1881     ^
1882conftest.c:77:6: note: 'rint' is a builtin with type 'double (double)'
18831 warning generated.
1884configure:25261: $? = 0
1885configure:25261: result: yes
1886configure:25261: checking for nearbyint
1887configure:25261: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1888conftest.c:78:6: warning: incompatible redeclaration of library function 'nearbyint' [-Wincompatible-library-redeclaration]
1889char nearbyint ();
1890     ^
1891conftest.c:78:6: note: 'nearbyint' is a builtin with type 'double (double)'
18921 warning generated.
1893configure:25261: $? = 0
1894configure:25261: result: yes
1895configure:25261: checking for sincos
1896configure:25261: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
1897Undefined symbols for architecture x86_64:
1898  "_sincos", referenced from:
1899      _main in conftest-0ee10f.o
1900ld: symbol(s) not found for architecture x86_64
1901clang: error: linker command failed with exit code 1 (use -v to see invocation)
1902configure:25261: $? = 1
1903configure: failed program was:
1904| /* confdefs.h */
1905| #define PACKAGE_NAME "gtk+"
1906| #define PACKAGE_TARNAME "gtk+"
1907| #define PACKAGE_VERSION "3.22.29"
1908| #define PACKAGE_STRING "gtk+ 3.22.29"
1909| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
1910| #define PACKAGE_URL ""
1911| #define STDC_HEADERS 1
1912| #define HAVE_SYS_TYPES_H 1
1913| #define HAVE_SYS_STAT_H 1
1914| #define HAVE_STDLIB_H 1
1915| #define HAVE_STRING_H 1
1916| #define HAVE_MEMORY_H 1
1917| #define HAVE_STRINGS_H 1
1918| #define HAVE_INTTYPES_H 1
1919| #define HAVE_STDINT_H 1
1920| #define HAVE_UNISTD_H 1
1921| #define __EXTENSIONS__ 1
1922| #define _ALL_SOURCE 1
1923| #define _GNU_SOURCE 1
1924| #define _POSIX_PTHREAD_SEMANTICS 1
1925| #define _TANDEM_SOURCE 1
1926| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1927| #define HAVE_CFLOCALECOPYCURRENT 1
1928| #define HAVE_ICONV 1
1929| #define ENABLE_NLS 1
1930| #define HAVE_GETTEXT 1
1931| #define HAVE_DCGETTEXT 1
1932| #define GETTEXT_PACKAGE "gtk30"
1933| #define HAVE_DLFCN_H 1
1934| #define LT_OBJDIR ".libs/"
1935| #define HAVE_FLOCKFILE 1
1936| #define HAVE_LSTAT 1
1937| #define HAVE_MKSTEMP 1
1938| #define HAVE_LOCALTIME_R 1
1939| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1940| #define HAVE_SYS_MMAN_H 1
1941| #define HAVE_SYS_MMAN_H 1
1942| #define HAVE_SYS_TIME_H 1
1943| #define HAVE_SYS_TIME_H 1
1944| #define HAVE_UNISTD_H 1
1945| #define HAVE_UNISTD_H 1
1946| #define HAVE_FTW_H 1
1947| #define HAVE_FTW_H 1
1948| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
1949| #define HAVE_STDLIB_H 1
1950| #define HAVE_UNISTD_H 1
1951| #define HAVE_SYS_PARAM_H 1
1952| #define HAVE_GETPAGESIZE 1
1953| #define HAVE_MMAP 1
1954| #define HAVE_LIBM 1
1955| #define HAVE_ROUND 1
1956| #define HAVE_RINT 1
1957| #define HAVE_NEARBYINT 1
1958| /* end confdefs.h.  */
1959| /* Define sincos to an innocuous variant, in case <limits.h> declares sincos.
1960|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1961| #define sincos innocuous_sincos
1962|
1963| /* System header to define __stub macros and hopefully few prototypes,
1964|     which can conflict with char sincos (); below.
1965|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1966|     <limits.h> exists even on freestanding compilers.  */
1967|
1968| #ifdef __STDC__
1969| # include <limits.h>
1970| #else
1971| # include <assert.h>
1972| #endif
1973|
1974| #undef sincos
1975|
1976| /* Override any GCC internal prototype to avoid an error.
1977|    Use char because int might match the return type of a GCC
1978|    builtin and then its argument prototype would still apply.  */
1979| #ifdef __cplusplus
1980| extern "C"
1981| #endif
1982| char sincos ();
1983| /* The GNU C library defines this for functions which it implements
1984|     to always fail with ENOSYS.  Some functions are actually named
1985|     something starting with __ and the normal name is an alias.  */
1986| #if defined __stub_sincos || defined __stub___sincos
1987| choke me
1988| #endif
1989|
1990| int
1991| main ()
1992| {
1993| return sincos ();
1994|   ;
1995|   return 0;
1996| }
1997configure:25261: result: no
1998configure:25261: checking for exp2
1999configure:25261: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
2000conftest.c:79:6: warning: incompatible redeclaration of library function 'exp2' [-Wincompatible-library-redeclaration]
2001char exp2 ();
2002     ^
2003conftest.c:79:6: note: 'exp2' is a builtin with type 'double (double)'
20041 warning generated.
2005configure:25261: $? = 0
2006configure:25261: result: yes
2007configure:25261: checking for log2
2008configure:25261: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
2009conftest.c:80:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
2010char log2 ();
2011     ^
2012conftest.c:80:6: note: 'log2' is a builtin with type 'double (double)'
20131 warning generated.
2014configure:25261: $? = 0
2015configure:25261: result: yes
2016configure:25270: checking whether isnan is declared
2017configure:25270: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
2018configure:25270: $? = 0
2019configure:25270: result: yes
2020configure:25281: checking whether isinf is declared
2021configure:25281: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
2022configure:25281: $? = 0
2023configure:25281: result: yes
2024configure:25297: checking crt_externs.h usability
2025configure:25297: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
2026configure:25297: $? = 0
2027configure:25297: result: yes
2028configure:25297: checking crt_externs.h presence
2029configure:25297: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
2030configure:25297: $? = 0
2031configure:25297: result: yes
2032configure:25297: checking for crt_externs.h
2033configure:25297: result: yes
2034configure:25309: checking for _NSGetEnviron
2035configure:25309: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
2036configure:25309: $? = 0
2037configure:25309: result: yes
2038configure:25319: checking whether to build dynamic modules
2039configure:25335: result: yes
2040configure:25337: checking whether dynamic modules work
2041configure:25362: result: yes
2042configure:25383: checking immodules to build
2043configure:25412: result:
2044configure:25567: checking sys/systeminfo.h usability
2045configure:25567: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
2046conftest.c:96:10: fatal error: 'sys/systeminfo.h' file not found
2047#include <sys/systeminfo.h>
2048         ^~~~~~~~~~~~~~~~~~
20491 error generated.
2050configure:25567: $? = 1
2051configure: failed program was:
2052| /* confdefs.h */
2053| #define PACKAGE_NAME "gtk+"
2054| #define PACKAGE_TARNAME "gtk+"
2055| #define PACKAGE_VERSION "3.22.29"
2056| #define PACKAGE_STRING "gtk+ 3.22.29"
2057| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
2058| #define PACKAGE_URL ""
2059| #define STDC_HEADERS 1
2060| #define HAVE_SYS_TYPES_H 1
2061| #define HAVE_SYS_STAT_H 1
2062| #define HAVE_STDLIB_H 1
2063| #define HAVE_STRING_H 1
2064| #define HAVE_MEMORY_H 1
2065| #define HAVE_STRINGS_H 1
2066| #define HAVE_INTTYPES_H 1
2067| #define HAVE_STDINT_H 1
2068| #define HAVE_UNISTD_H 1
2069| #define __EXTENSIONS__ 1
2070| #define _ALL_SOURCE 1
2071| #define _GNU_SOURCE 1
2072| #define _POSIX_PTHREAD_SEMANTICS 1
2073| #define _TANDEM_SOURCE 1
2074| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2075| #define HAVE_CFLOCALECOPYCURRENT 1
2076| #define HAVE_ICONV 1
2077| #define ENABLE_NLS 1
2078| #define HAVE_GETTEXT 1
2079| #define HAVE_DCGETTEXT 1
2080| #define GETTEXT_PACKAGE "gtk30"
2081| #define HAVE_DLFCN_H 1
2082| #define LT_OBJDIR ".libs/"
2083| #define HAVE_FLOCKFILE 1
2084| #define HAVE_LSTAT 1
2085| #define HAVE_MKSTEMP 1
2086| #define HAVE_LOCALTIME_R 1
2087| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2088| #define HAVE_SYS_MMAN_H 1
2089| #define HAVE_SYS_MMAN_H 1
2090| #define HAVE_SYS_TIME_H 1
2091| #define HAVE_SYS_TIME_H 1
2092| #define HAVE_UNISTD_H 1
2093| #define HAVE_UNISTD_H 1
2094| #define HAVE_FTW_H 1
2095| #define HAVE_FTW_H 1
2096| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
2097| #define HAVE_STDLIB_H 1
2098| #define HAVE_UNISTD_H 1
2099| #define HAVE_SYS_PARAM_H 1
2100| #define HAVE_GETPAGESIZE 1
2101| #define HAVE_MMAP 1
2102| #define HAVE_LIBM 1
2103| #define HAVE_ROUND 1
2104| #define HAVE_RINT 1
2105| #define HAVE_NEARBYINT 1
2106| #define HAVE_EXP2 1
2107| #define HAVE_LOG2 1
2108| #define HAVE_DECL_ISNAN 1
2109| #define HAVE_DECL_ISINF 1
2110| #define HAVE_CRT_EXTERNS_H 1
2111| #define HAVE__NSGETENVIRON 1
2112| #define USE_GMODULE 1
2113| /* end confdefs.h.  */
2114| #include <stdio.h>
2115| #ifdef HAVE_SYS_TYPES_H
2116| # include <sys/types.h>
2117| #endif
2118| #ifdef HAVE_SYS_STAT_H
2119| # include <sys/stat.h>
2120| #endif
2121| #ifdef STDC_HEADERS
2122| # include <stdlib.h>
2123| # include <stddef.h>
2124| #else
2125| # ifdef HAVE_STDLIB_H
2126| #  include <stdlib.h>
2127| # endif
2128| #endif
2129| #ifdef HAVE_STRING_H
2130| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2131| #  include <memory.h>
2132| # endif
2133| # include <string.h>
2134| #endif
2135| #ifdef HAVE_STRINGS_H
2136| # include <strings.h>
2137| #endif
2138| #ifdef HAVE_INTTYPES_H
2139| # include <inttypes.h>
2140| #endif
2141| #ifdef HAVE_STDINT_H
2142| # include <stdint.h>
2143| #endif
2144| #ifdef HAVE_UNISTD_H
2145| # include <unistd.h>
2146| #endif
2147| #include <sys/systeminfo.h>
2148configure:25567: result: no
2149configure:25567: checking sys/systeminfo.h presence
2150configure:25567: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
2151conftest.c:63:10: fatal error: 'sys/systeminfo.h' file not found
2152#include <sys/systeminfo.h>
2153         ^~~~~~~~~~~~~~~~~~
21541 error generated.
2155configure:25567: $? = 1
2156configure: failed program was:
2157| /* confdefs.h */
2158| #define PACKAGE_NAME "gtk+"
2159| #define PACKAGE_TARNAME "gtk+"
2160| #define PACKAGE_VERSION "3.22.29"
2161| #define PACKAGE_STRING "gtk+ 3.22.29"
2162| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
2163| #define PACKAGE_URL ""
2164| #define STDC_HEADERS 1
2165| #define HAVE_SYS_TYPES_H 1
2166| #define HAVE_SYS_STAT_H 1
2167| #define HAVE_STDLIB_H 1
2168| #define HAVE_STRING_H 1
2169| #define HAVE_MEMORY_H 1
2170| #define HAVE_STRINGS_H 1
2171| #define HAVE_INTTYPES_H 1
2172| #define HAVE_STDINT_H 1
2173| #define HAVE_UNISTD_H 1
2174| #define __EXTENSIONS__ 1
2175| #define _ALL_SOURCE 1
2176| #define _GNU_SOURCE 1
2177| #define _POSIX_PTHREAD_SEMANTICS 1
2178| #define _TANDEM_SOURCE 1
2179| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2180| #define HAVE_CFLOCALECOPYCURRENT 1
2181| #define HAVE_ICONV 1
2182| #define ENABLE_NLS 1
2183| #define HAVE_GETTEXT 1
2184| #define HAVE_DCGETTEXT 1
2185| #define GETTEXT_PACKAGE "gtk30"
2186| #define HAVE_DLFCN_H 1
2187| #define LT_OBJDIR ".libs/"
2188| #define HAVE_FLOCKFILE 1
2189| #define HAVE_LSTAT 1
2190| #define HAVE_MKSTEMP 1
2191| #define HAVE_LOCALTIME_R 1
2192| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2193| #define HAVE_SYS_MMAN_H 1
2194| #define HAVE_SYS_MMAN_H 1
2195| #define HAVE_SYS_TIME_H 1
2196| #define HAVE_SYS_TIME_H 1
2197| #define HAVE_UNISTD_H 1
2198| #define HAVE_UNISTD_H 1
2199| #define HAVE_FTW_H 1
2200| #define HAVE_FTW_H 1
2201| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
2202| #define HAVE_STDLIB_H 1
2203| #define HAVE_UNISTD_H 1
2204| #define HAVE_SYS_PARAM_H 1
2205| #define HAVE_GETPAGESIZE 1
2206| #define HAVE_MMAP 1
2207| #define HAVE_LIBM 1
2208| #define HAVE_ROUND 1
2209| #define HAVE_RINT 1
2210| #define HAVE_NEARBYINT 1
2211| #define HAVE_EXP2 1
2212| #define HAVE_LOG2 1
2213| #define HAVE_DECL_ISNAN 1
2214| #define HAVE_DECL_ISINF 1
2215| #define HAVE_CRT_EXTERNS_H 1
2216| #define HAVE__NSGETENVIRON 1
2217| #define USE_GMODULE 1
2218| /* end confdefs.h.  */
2219| #include <sys/systeminfo.h>
2220configure:25567: result: no
2221configure:25567: checking for sys/systeminfo.h
2222configure:25567: result: no
2223configure:25575: checking sys/sysinfo.h usability
2224configure:25575: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE conftest.c >&5
2225conftest.c:96:10: fatal error: 'sys/sysinfo.h' file not found
2226#include <sys/sysinfo.h>
2227         ^~~~~~~~~~~~~~~
22281 error generated.
2229configure:25575: $? = 1
2230configure: failed program was:
2231| /* confdefs.h */
2232| #define PACKAGE_NAME "gtk+"
2233| #define PACKAGE_TARNAME "gtk+"
2234| #define PACKAGE_VERSION "3.22.29"
2235| #define PACKAGE_STRING "gtk+ 3.22.29"
2236| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
2237| #define PACKAGE_URL ""
2238| #define STDC_HEADERS 1
2239| #define HAVE_SYS_TYPES_H 1
2240| #define HAVE_SYS_STAT_H 1
2241| #define HAVE_STDLIB_H 1
2242| #define HAVE_STRING_H 1
2243| #define HAVE_MEMORY_H 1
2244| #define HAVE_STRINGS_H 1
2245| #define HAVE_INTTYPES_H 1
2246| #define HAVE_STDINT_H 1
2247| #define HAVE_UNISTD_H 1
2248| #define __EXTENSIONS__ 1
2249| #define _ALL_SOURCE 1
2250| #define _GNU_SOURCE 1
2251| #define _POSIX_PTHREAD_SEMANTICS 1
2252| #define _TANDEM_SOURCE 1
2253| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2254| #define HAVE_CFLOCALECOPYCURRENT 1
2255| #define HAVE_ICONV 1
2256| #define ENABLE_NLS 1
2257| #define HAVE_GETTEXT 1
2258| #define HAVE_DCGETTEXT 1
2259| #define GETTEXT_PACKAGE "gtk30"
2260| #define HAVE_DLFCN_H 1
2261| #define LT_OBJDIR ".libs/"
2262| #define HAVE_FLOCKFILE 1
2263| #define HAVE_LSTAT 1
2264| #define HAVE_MKSTEMP 1
2265| #define HAVE_LOCALTIME_R 1
2266| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2267| #define HAVE_SYS_MMAN_H 1
2268| #define HAVE_SYS_MMAN_H 1
2269| #define HAVE_SYS_TIME_H 1
2270| #define HAVE_SYS_TIME_H 1
2271| #define HAVE_UNISTD_H 1
2272| #define HAVE_UNISTD_H 1
2273| #define HAVE_FTW_H 1
2274| #define HAVE_FTW_H 1
2275| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
2276| #define HAVE_STDLIB_H 1
2277| #define HAVE_UNISTD_H 1
2278| #define HAVE_SYS_PARAM_H 1
2279| #define HAVE_GETPAGESIZE 1
2280| #define HAVE_MMAP 1
2281| #define HAVE_LIBM 1
2282| #define HAVE_ROUND 1
2283| #define HAVE_RINT 1
2284| #define HAVE_NEARBYINT 1
2285| #define HAVE_EXP2 1
2286| #define HAVE_LOG2 1
2287| #define HAVE_DECL_ISNAN 1
2288| #define HAVE_DECL_ISINF 1
2289| #define HAVE_CRT_EXTERNS_H 1
2290| #define HAVE__NSGETENVIRON 1
2291| #define USE_GMODULE 1
2292| /* end confdefs.h.  */
2293| #include <stdio.h>
2294| #ifdef HAVE_SYS_TYPES_H
2295| # include <sys/types.h>
2296| #endif
2297| #ifdef HAVE_SYS_STAT_H
2298| # include <sys/stat.h>
2299| #endif
2300| #ifdef STDC_HEADERS
2301| # include <stdlib.h>
2302| # include <stddef.h>
2303| #else
2304| # ifdef HAVE_STDLIB_H
2305| #  include <stdlib.h>
2306| # endif
2307| #endif
2308| #ifdef HAVE_STRING_H
2309| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2310| #  include <memory.h>
2311| # endif
2312| # include <string.h>
2313| #endif
2314| #ifdef HAVE_STRINGS_H
2315| # include <strings.h>
2316| #endif
2317| #ifdef HAVE_INTTYPES_H
2318| # include <inttypes.h>
2319| #endif
2320| #ifdef HAVE_STDINT_H
2321| # include <stdint.h>
2322| #endif
2323| #ifdef HAVE_UNISTD_H
2324| # include <unistd.h>
2325| #endif
2326| #include <sys/sysinfo.h>
2327configure:25575: result: no
2328configure:25575: checking sys/sysinfo.h presence
2329configure:25575: /usr/bin/clang -arch x86_64 -E -I/opt/local/include -DX_LOCALE conftest.c
2330conftest.c:63:10: fatal error: 'sys/sysinfo.h' file not found
2331#include <sys/sysinfo.h>
2332         ^~~~~~~~~~~~~~~
23331 error generated.
2334configure:25575: $? = 1
2335configure: failed program was:
2336| /* confdefs.h */
2337| #define PACKAGE_NAME "gtk+"
2338| #define PACKAGE_TARNAME "gtk+"
2339| #define PACKAGE_VERSION "3.22.29"
2340| #define PACKAGE_STRING "gtk+ 3.22.29"
2341| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
2342| #define PACKAGE_URL ""
2343| #define STDC_HEADERS 1
2344| #define HAVE_SYS_TYPES_H 1
2345| #define HAVE_SYS_STAT_H 1
2346| #define HAVE_STDLIB_H 1
2347| #define HAVE_STRING_H 1
2348| #define HAVE_MEMORY_H 1
2349| #define HAVE_STRINGS_H 1
2350| #define HAVE_INTTYPES_H 1
2351| #define HAVE_STDINT_H 1
2352| #define HAVE_UNISTD_H 1
2353| #define __EXTENSIONS__ 1
2354| #define _ALL_SOURCE 1
2355| #define _GNU_SOURCE 1
2356| #define _POSIX_PTHREAD_SEMANTICS 1
2357| #define _TANDEM_SOURCE 1
2358| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2359| #define HAVE_CFLOCALECOPYCURRENT 1
2360| #define HAVE_ICONV 1
2361| #define ENABLE_NLS 1
2362| #define HAVE_GETTEXT 1
2363| #define HAVE_DCGETTEXT 1
2364| #define GETTEXT_PACKAGE "gtk30"
2365| #define HAVE_DLFCN_H 1
2366| #define LT_OBJDIR ".libs/"
2367| #define HAVE_FLOCKFILE 1
2368| #define HAVE_LSTAT 1
2369| #define HAVE_MKSTEMP 1
2370| #define HAVE_LOCALTIME_R 1
2371| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2372| #define HAVE_SYS_MMAN_H 1
2373| #define HAVE_SYS_MMAN_H 1
2374| #define HAVE_SYS_TIME_H 1
2375| #define HAVE_SYS_TIME_H 1
2376| #define HAVE_UNISTD_H 1
2377| #define HAVE_UNISTD_H 1
2378| #define HAVE_FTW_H 1
2379| #define HAVE_FTW_H 1
2380| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
2381| #define HAVE_STDLIB_H 1
2382| #define HAVE_UNISTD_H 1
2383| #define HAVE_SYS_PARAM_H 1
2384| #define HAVE_GETPAGESIZE 1
2385| #define HAVE_MMAP 1
2386| #define HAVE_LIBM 1
2387| #define HAVE_ROUND 1
2388| #define HAVE_RINT 1
2389| #define HAVE_NEARBYINT 1
2390| #define HAVE_EXP2 1
2391| #define HAVE_LOG2 1
2392| #define HAVE_DECL_ISNAN 1
2393| #define HAVE_DECL_ISINF 1
2394| #define HAVE_CRT_EXTERNS_H 1
2395| #define HAVE__NSGETENVIRON 1
2396| #define USE_GMODULE 1
2397| /* end confdefs.h.  */
2398| #include <sys/sysinfo.h>
2399configure:25575: result: no
2400configure:25575: checking for sys/sysinfo.h
2401configure:25575: result: no
2402configure:26342: checking for XOpenDisplay
2403configure:26342: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/local/lib -lX11 -lXext -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
2404configure:26342: $? = 0
2405configure:26342: result: yes
2406configure:26349: checking for XextFindDisplay
2407configure:26349: /usr/bin/clang -arch x86_64 -o conftest -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/local/lib -lX11 -lXext -lm  -lintl -Wl,-framework -Wl,CoreFoundation >&5
2408configure:26349: $? = 0
2409configure:26349: result: yes
2410configure:26359: checking for xReply
2411configure:26359: /usr/bin/clang -arch x86_64 -c -pipe -Os -fstrict-aliasing -arch x86_64 -Wall -I/opt/local/include -DX_LOCALE  conftest.c >&5
2412In file included from conftest.c:63:
2413/opt/local/include/X11/Xlibint.h:68:8: error: redefinition of '_XDisplay'
2414struct _XDisplay
2415       ^
2416/opt/local/include/X11/Xlib.h:448:16: note: previous definition is here
2417typedef struct _XDisplay {
2418               ^
2419In file included from conftest.c:63:
2420/opt/local/include/X11/Xlibint.h:193:3: error: unknown type name 'XGenericEventCookie'
2421                XGenericEventCookie *   /* Xlib event */,
2422                ^
2423/opt/local/include/X11/Xlibint.h:198:3: error: unknown type name 'XGenericEventCookie'
2424                XGenericEventCookie *   /* in */,
2425                ^
2426/opt/local/include/X11/Xlibint.h:199:3: error: unknown type name 'XGenericEventCookie'
2427                XGenericEventCookie *   /* out*/);
2428                ^
2429/opt/local/include/X11/Xlibint.h:938:3: error: expected function body after function declarator
2430) _X_NORETURN;
2431  ^
2432/opt/local/include/X11/Xlibint.h:1060:5: error: unknown type name 'XGenericEventCookie'
2433    XGenericEventCookie*        /* re */,
2434    ^
2435/opt/local/include/X11/Xlibint.h:1066:5: error: unknown type name 'XGenericEventCookie'
2436    XGenericEventCookie*        /* in */,
2437    ^
2438/opt/local/include/X11/Xlibint.h:1067:5: error: unknown type name 'XGenericEventCookie'
2439    XGenericEventCookie*        /* out */
2440    ^
2441/opt/local/include/X11/Xlibint.h:1227:16: error: unknown type name 'XGenericEventCookie'
2442               XGenericEventCookie*     /* re */,
2443               ^
2444/opt/local/include/X11/Xlibint.h:1231:15: error: unknown type name 'XGenericEventCookie'
2445    Display*, XGenericEventCookie*, xEvent*
2446              ^
2447/opt/local/include/X11/Xlibint.h:1239:16: error: unknown type name 'XGenericEventCookie'
2448               XGenericEventCookie*     /* in */,
2449               ^
2450/opt/local/include/X11/Xlibint.h:1240:16: error: unknown type name 'XGenericEventCookie'
2451               XGenericEventCookie*     /* out */
2452               ^
2453/opt/local/include/X11/Xlibint.h:1243:15: error: unknown type name 'XGenericEventCookie'
2454    Display*, XGenericEventCookie*, XGenericEventCookie*
2455              ^
2456/opt/local/include/X11/Xlibint.h:1243:37: error: unknown type name 'XGenericEventCookie'
2457    Display*, XGenericEventCookie*, XGenericEventCookie*
2458                                    ^
2459/opt/local/include/X11/Xlibint.h:1321:5: error: unknown type name 'XConnectionWatchProc'
2460    XConnectionWatchProc fn;
2461    ^
2462/opt/local/include/X11/Xlibint.h:1424:9: error: unknown type name 'XGenericEventCookie'
2463        XGenericEventCookie *ev);
2464        ^
2465/opt/local/include/X11/Xlibint.h:1428:9: error: unknown type name 'XGenericEventCookie'
2466        XGenericEventCookie *in,
2467        ^
2468/opt/local/include/X11/Xlibint.h:1429:9: error: unknown type name 'XGenericEventCookie'
2469        XGenericEventCookie *out);
2470        ^
247118 errors generated.
2472configure:26359: $? = 1
2473configure: failed program was:
2474| /* confdefs.h */
2475| #define PACKAGE_NAME "gtk+"
2476| #define PACKAGE_TARNAME "gtk+"
2477| #define PACKAGE_VERSION "3.22.29"
2478| #define PACKAGE_STRING "gtk+ 3.22.29"
2479| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
2480| #define PACKAGE_URL ""
2481| #define STDC_HEADERS 1
2482| #define HAVE_SYS_TYPES_H 1
2483| #define HAVE_SYS_STAT_H 1
2484| #define HAVE_STDLIB_H 1
2485| #define HAVE_STRING_H 1
2486| #define HAVE_MEMORY_H 1
2487| #define HAVE_STRINGS_H 1
2488| #define HAVE_INTTYPES_H 1
2489| #define HAVE_STDINT_H 1
2490| #define HAVE_UNISTD_H 1
2491| #define __EXTENSIONS__ 1
2492| #define _ALL_SOURCE 1
2493| #define _GNU_SOURCE 1
2494| #define _POSIX_PTHREAD_SEMANTICS 1
2495| #define _TANDEM_SOURCE 1
2496| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2497| #define HAVE_CFLOCALECOPYCURRENT 1
2498| #define HAVE_ICONV 1
2499| #define ENABLE_NLS 1
2500| #define HAVE_GETTEXT 1
2501| #define HAVE_DCGETTEXT 1
2502| #define GETTEXT_PACKAGE "gtk30"
2503| #define HAVE_DLFCN_H 1
2504| #define LT_OBJDIR ".libs/"
2505| #define HAVE_FLOCKFILE 1
2506| #define HAVE_LSTAT 1
2507| #define HAVE_MKSTEMP 1
2508| #define HAVE_LOCALTIME_R 1
2509| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2510| #define HAVE_SYS_MMAN_H 1
2511| #define HAVE_SYS_MMAN_H 1
2512| #define HAVE_SYS_TIME_H 1
2513| #define HAVE_SYS_TIME_H 1
2514| #define HAVE_UNISTD_H 1
2515| #define HAVE_UNISTD_H 1
2516| #define HAVE_FTW_H 1
2517| #define HAVE_FTW_H 1
2518| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
2519| #define HAVE_STDLIB_H 1
2520| #define HAVE_UNISTD_H 1
2521| #define HAVE_SYS_PARAM_H 1
2522| #define HAVE_GETPAGESIZE 1
2523| #define HAVE_MMAP 1
2524| #define HAVE_LIBM 1
2525| #define HAVE_ROUND 1
2526| #define HAVE_RINT 1
2527| #define HAVE_NEARBYINT 1
2528| #define HAVE_EXP2 1
2529| #define HAVE_LOG2 1
2530| #define HAVE_DECL_ISNAN 1
2531| #define HAVE_DECL_ISINF 1
2532| #define HAVE_CRT_EXTERNS_H 1
2533| #define HAVE__NSGETENVIRON 1
2534| #define USE_GMODULE 1
2535| /* end confdefs.h.  */
2536| #include <X11/Xlibint.h>
2537|
2538| int
2539| main ()
2540| {
2541| if (sizeof (xReply))
2542|        return 0;
2543|   ;
2544|   return 0;
2545| }
2546configure:26359: result: no
2547configure:26364: checking for xReply
2548configure:26364: result: no
2549configure:26372: error: xReply type unavailable. X11 is too old
2550
2551## ---------------- ##
2552## Cache variables. ##
2553## ---------------- ##
2554
2555ac_cv_build=x86_64-apple-darwin17.5.0
2556ac_cv_build_prog_CPP='gcc -E'
2557ac_cv_build_prog_cc_g=yes
2558ac_cv_c_compiler_gnu=yes
2559ac_cv_cxx_compiler_gnu=yes
2560ac_cv_env_ATK_CFLAGS_set=
2561ac_cv_env_ATK_CFLAGS_value=
2562ac_cv_env_ATK_LIBS_set=
2563ac_cv_env_ATK_LIBS_value=
2564ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set=
2565ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value=
2566ac_cv_env_BASE_DEPENDENCIES_LIBS_set=
2567ac_cv_env_BASE_DEPENDENCIES_LIBS_value=
2568ac_cv_env_CAIRO_BACKEND_CFLAGS_set=
2569ac_cv_env_CAIRO_BACKEND_CFLAGS_value=
2570ac_cv_env_CAIRO_BACKEND_LIBS_set=
2571ac_cv_env_CAIRO_BACKEND_LIBS_value=
2572ac_cv_env_CAIRO_CFLAGS_set=
2573ac_cv_env_CAIRO_CFLAGS_value=
2574ac_cv_env_CAIRO_LIBS_set=
2575ac_cv_env_CAIRO_LIBS_value=
2576ac_cv_env_CCASFLAGS_set=
2577ac_cv_env_CCASFLAGS_value=
2578ac_cv_env_CCAS_set=
2579ac_cv_env_CCAS_value=
2580ac_cv_env_CCC_set=
2581ac_cv_env_CCC_value=
2582ac_cv_env_CC_set=set
2583ac_cv_env_CC_value='/usr/bin/clang -arch x86_64'
2584ac_cv_env_CFLAGS_set=set
2585ac_cv_env_CFLAGS_value='-pipe -Os -fstrict-aliasing -arch x86_64'
2586ac_cv_env_COLORD_CFLAGS_set=
2587ac_cv_env_COLORD_CFLAGS_value=
2588ac_cv_env_COLORD_LIBS_set=
2589ac_cv_env_COLORD_LIBS_value=
2590ac_cv_env_CPPFLAGS_set=set
2591ac_cv_env_CPPFLAGS_value='-I/opt/local/include -DX_LOCALE'
2592ac_cv_env_CPP_set=
2593ac_cv_env_CPP_value=
2594ac_cv_env_CXXCPP_set=
2595ac_cv_env_CXXCPP_value=
2596ac_cv_env_CXXFLAGS_set=set
2597ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
2598ac_cv_env_CXX_set=set
2599ac_cv_env_CXX_value='/usr/bin/clang++ -arch x86_64'
2600ac_cv_env_FONTDEMO_CFLAGS_set=
2601ac_cv_env_FONTDEMO_CFLAGS_value=
2602ac_cv_env_FONTDEMO_LIBS_set=
2603ac_cv_env_FONTDEMO_LIBS_value=
2604ac_cv_env_GDK_DEP_CFLAGS_set=
2605ac_cv_env_GDK_DEP_CFLAGS_value=
2606ac_cv_env_GDK_DEP_LIBS_set=
2607ac_cv_env_GDK_DEP_LIBS_value=
2608ac_cv_env_GMODULE_CFLAGS_set=
2609ac_cv_env_GMODULE_CFLAGS_value=
2610ac_cv_env_GMODULE_LIBS_set=
2611ac_cv_env_GMODULE_LIBS_value=
2612ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
2613ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
2614ac_cv_env_GTKDOC_DEPS_LIBS_set=
2615ac_cv_env_GTKDOC_DEPS_LIBS_value=
2616ac_cv_env_GTK_DEP_CFLAGS_set=
2617ac_cv_env_GTK_DEP_CFLAGS_value=
2618ac_cv_env_GTK_DEP_LIBS_set=
2619ac_cv_env_GTK_DEP_LIBS_value=
2620ac_cv_env_JSON_GLIB_CFLAGS_set=
2621ac_cv_env_JSON_GLIB_CFLAGS_value=
2622ac_cv_env_JSON_GLIB_LIBS_set=
2623ac_cv_env_JSON_GLIB_LIBS_value=
2624ac_cv_env_LDFLAGS_set=set
2625ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
2626ac_cv_env_LIBS_set=
2627ac_cv_env_LIBS_value=
2628ac_cv_env_LT_SYS_LIBRARY_PATH_set=
2629ac_cv_env_LT_SYS_LIBRARY_PATH_value=
2630ac_cv_env_PKG_CONFIG_FOR_BUILD_set=
2631ac_cv_env_PKG_CONFIG_FOR_BUILD_value=
2632ac_cv_env_PKG_CONFIG_LIBDIR_set=
2633ac_cv_env_PKG_CONFIG_LIBDIR_value=
2634ac_cv_env_PKG_CONFIG_PATH_set=
2635ac_cv_env_PKG_CONFIG_PATH_value=
2636ac_cv_env_PKG_CONFIG_set=
2637ac_cv_env_PKG_CONFIG_value=
2638ac_cv_env_REST_CFLAGS_set=
2639ac_cv_env_REST_CFLAGS_value=
2640ac_cv_env_REST_LIBS_set=
2641ac_cv_env_REST_LIBS_value=
2642ac_cv_env_SASSC_set=
2643ac_cv_env_SASSC_value=
2644ac_cv_env_XMKMF_set=
2645ac_cv_env_XMKMF_value=
2646ac_cv_env_build_alias_set=
2647ac_cv_env_build_alias_value=
2648ac_cv_env_host_alias_set=
2649ac_cv_env_host_alias_value=
2650ac_cv_env_target_alias_set=
2651ac_cv_env_target_alias_value=
2652ac_cv_func_XOpenDisplay=yes
2653ac_cv_func_XextFindDisplay=yes
2654ac_cv_func__NSGetEnviron=yes
2655ac_cv_func__lock_file=no
2656ac_cv_func_bind_textdomain_codeset=yes
2657ac_cv_func_exp2=yes
2658ac_cv_func_flockfile=yes
2659ac_cv_func_getpagesize=yes
2660ac_cv_func_getresuid=no
2661ac_cv_func_localtime_r=yes
2662ac_cv_func_log2=yes
2663ac_cv_func_lstat=yes
2664ac_cv_func_mallinfo=no
2665ac_cv_func_mkstemp=yes
2666ac_cv_func_mmap_fixed_mapped=yes
2667ac_cv_func_nearbyint=yes
2668ac_cv_func_posix_fallocate=no
2669ac_cv_func_rint=yes
2670ac_cv_func_round=yes
2671ac_cv_func_sincos=no
2672ac_cv_have_decl_isinf=yes
2673ac_cv_have_decl_isnan=yes
2674ac_cv_header_crt_externs_h=yes
2675ac_cv_header_dlfcn_h=yes
2676ac_cv_header_ftw_h=yes
2677ac_cv_header_inttypes_h=yes
2678ac_cv_header_linux_memfd_h=no
2679ac_cv_header_memory_h=yes
2680ac_cv_header_minix_config_h=no
2681ac_cv_header_stdc=yes
2682ac_cv_header_stdint_h=yes
2683ac_cv_header_stdlib_h=yes
2684ac_cv_header_string_h=yes
2685ac_cv_header_strings_h=yes
2686ac_cv_header_sys_mman_h=yes
2687ac_cv_header_sys_param_h=yes
2688ac_cv_header_sys_stat_h=yes
2689ac_cv_header_sys_sysinfo_h=no
2690ac_cv_header_sys_systeminfo_h=no
2691ac_cv_header_sys_time_h=yes
2692ac_cv_header_sys_types_h=yes
2693ac_cv_header_unistd_h=yes
2694ac_cv_host=x86_64-apple-darwin17.5.0
2695ac_cv_lib_m_round=yes
2696ac_cv_lib_rt_shm_open=no
2697ac_cv_objext=o
2698ac_cv_path_EGREP='/usr/bin/grep -E'
2699ac_cv_path_FGREP='/usr/bin/grep -F'
2700ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
2701ac_cv_path_GREP=/usr/bin/grep
2702ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
2703ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
2704ac_cv_path_PERL=/opt/local/bin/perl5
2705ac_cv_path_PKG_CONFIG_FOR_BUILD=/opt/local/bin/pkg-config
2706ac_cv_path_SED=/usr/bin/sed
2707ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
2708ac_cv_path_ac_pt_NM='/usr/bin/nm -B'
2709ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
2710ac_cv_path_lt_DD=/bin/dd
2711ac_cv_prog_AWK=awk
2712ac_cv_prog_CPP='/usr/bin/clang -arch x86_64 -E'
2713ac_cv_prog_CXXCPP='/usr/bin/clang++ -arch x86_64 -E'
2714ac_cv_prog_ac_ct_AR=ar
2715ac_cv_prog_ac_ct_CC='/usr/bin/clang -arch x86_64'
2716ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
2717ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
2718ac_cv_prog_ac_ct_LIPO=lipo
2719ac_cv_prog_ac_ct_NMEDIT=nmedit
2720ac_cv_prog_ac_ct_OBJDUMP=objdump
2721ac_cv_prog_ac_ct_OTOOL=otool
2722ac_cv_prog_ac_ct_RANLIB=ranlib
2723ac_cv_prog_ac_ct_STRIP=strip
2724ac_cv_prog_cc__usr_bin_clang_c_o=yes
2725ac_cv_prog_cc_c89=
2726ac_cv_prog_cc_g=yes
2727ac_cv_prog_cxx_g=yes
2728ac_cv_prog_make_make_set=yes
2729ac_cv_safe_to_define___extensions__=yes
2730ac_cv_sys_file_offset_bits=no
2731ac_cv_sys_largefile_CC=no
2732ac_cv_type_uid_t=yes
2733ac_cv_type_xReply=no
2734acl_cv_hardcode_direct=no
2735acl_cv_hardcode_libdir_flag_spec=
2736acl_cv_hardcode_libdir_separator=
2737acl_cv_hardcode_minus_L=no
2738acl_cv_libext=a
2739acl_cv_libname_spec='lib$name'
2740acl_cv_library_names_spec='$libname$shrext'
2741acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
2742acl_cv_prog_gnu_ld=no
2743acl_cv_rpath=done
2744acl_cv_shlibext=dylib
2745acl_cv_wl=-Wl,
2746am_cv_CCAS_dependencies_compiler_type=none
2747am_cv_CC_dependencies_compiler_type=none
2748am_cv_CXX_dependencies_compiler_type=none
2749am_cv_func_iconv=yes
2750am_cv_func_iconv_works=yes
2751am_cv_lib_iconv=yes
2752am_cv_make_support_nested_variables=yes
2753am_cv_prog_cc_c_o=yes
2754am_cv_prog_tar_ustar=gnutar
2755gt_cv_func_CFLocaleCopyCurrent=yes
2756gt_cv_func_CFPreferencesCopyAppValue=yes
2757gt_cv_func_gnugettext1_libc=no
2758gt_cv_func_gnugettext1_libintl=yes
2759lt_cv_apple_cc_single_mod=yes
2760lt_cv_ar_at_file=no
2761lt_cv_deplibs_check_method=pass_all
2762lt_cv_file_magic_cmd='$MAGIC_CMD'
2763lt_cv_file_magic_test_file=
2764lt_cv_ld_exported_symbols_list=yes
2765lt_cv_ld_force_load=yes
2766lt_cv_ld_reload_flag=-r
2767lt_cv_nm_interface='BSD nm'
2768lt_cv_objdir=.libs
2769lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
2770lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
2771lt_cv_path_NM='/usr/bin/nm -B'
2772lt_cv_path_mainfest_tool=no
2773lt_cv_prog_compiler_c_o=yes
2774lt_cv_prog_compiler_c_o_CXX=yes
2775lt_cv_prog_compiler_pic='-fno-common -DPIC'
2776lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
2777lt_cv_prog_compiler_pic_works=yes
2778lt_cv_prog_compiler_pic_works_CXX=yes
2779lt_cv_prog_compiler_rtti_exceptions=yes
2780lt_cv_prog_compiler_static_works=no
2781lt_cv_prog_compiler_static_works_CXX=no
2782lt_cv_prog_gnu_ld=no
2783lt_cv_prog_gnu_ldcxx=no
2784lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
2785lt_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'\'''
2786lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
2787lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
2788lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
2789lt_cv_sys_global_symbol_to_import=
2790lt_cv_sys_max_cmd_len=196608
2791lt_cv_to_host_file_cmd=func_convert_file_noop
2792lt_cv_to_tool_file_cmd=func_convert_file_noop
2793lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
2794pkg_cv_BASE_DEPENDENCIES_CFLAGS='-D_REENTRANT -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2795pkg_cv_BASE_DEPENDENCIES_LIBS='-L/opt/local/lib -latk-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
2796pkg_cv_CAIRO_BACKEND_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
2797pkg_cv_CAIRO_BACKEND_LIBS='-L/opt/local/lib -lcairo -lX11 -lXext'
2798pkg_cv_GMODULE_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2799pkg_cv_GMODULE_LIBS='-L/opt/local/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
2800
2801## ----------------- ##
2802## Output variables. ##
2803## ----------------- ##
2804
2805ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk3/gtk3/work/gtk+-3.22.29-x86_64/build-aux/missing aclocal-1.15'
2806AMDEPBACKSLASH=''
2807AMDEP_FALSE=''
2808AMDEP_TRUE='#'
2809AMTAR='$${TAR-tar}'
2810AM_BACKSLASH='\'
2811AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2812AM_DEFAULT_VERBOSITY='0'
2813AM_V='$(V)'
2814AR='ar'
2815AS='as'
2816ATK_CFLAGS=''
2817ATK_LIBS=''
2818ATK_PREFIX=''
2819ATK_REQUIRED_VERSION='2.15.1'
2820AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk3/gtk3/work/gtk+-3.22.29-x86_64/build-aux/missing autoconf'
2821AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk3/gtk3/work/gtk+-3.22.29-x86_64/build-aux/missing autoheader'
2822AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk3/gtk3/work/gtk+-3.22.29-x86_64/build-aux/missing automake-1.15'
2823AWK='awk'
2824BASE_DEPENDENCIES_CFLAGS='-D_REENTRANT -I/opt/local/include/atk-1.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2825BASE_DEPENDENCIES_LIBS='-L/opt/local/lib -latk-1.0 -lpango-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
2826BUILDOPT_INSTALL_TESTS_FALSE=''
2827BUILDOPT_INSTALL_TESTS_TRUE='#'
2828BUILD_DYNAMIC_MODULES_FALSE='#'
2829BUILD_DYNAMIC_MODULES_TRUE=''
2830BUILD_EXEEXT=''
2831BUILD_FONT_DEMO_FALSE=''
2832BUILD_FONT_DEMO_TRUE=''
2833BUILD_OBJEXT=''
2834CAIRO_BACKEND_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
2835CAIRO_BACKEND_LIBS='-L/opt/local/lib -lcairo -lX11 -lXext'
2836CAIRO_CFLAGS=''
2837CAIRO_LIBS=''
2838CAIRO_PREFIX=''
2839CAIRO_REQUIRED_VERSION='1.14.0'
2840CC='/usr/bin/clang -arch x86_64'
2841CCAS='/usr/bin/clang -arch x86_64'
2842CCASDEPMODE='depmode=none'
2843CCASFLAGS='-pipe -Os -fstrict-aliasing -arch x86_64'
2844CCDEPMODE='depmode=none'
2845CC_FOR_BUILD='gcc'
2846CFLAGS='-pipe -Os -fstrict-aliasing -arch x86_64 -Wall'
2847CFLAGS_FOR_BUILD='-pipe -Os -fstrict-aliasing -arch x86_64'
2848COLORD_CFLAGS=''
2849COLORD_LIBS=''
2850CPP='/usr/bin/clang -arch x86_64 -E'
2851CPPFLAGS='-I/opt/local/include -DX_LOCALE '
2852CPPFLAGS_FOR_BUILD='-I/opt/local/include -DX_LOCALE'
2853CPP_FOR_BUILD='gcc -E'
2854CROSS_COMPILING_FALSE=''
2855CROSS_COMPILING_TRUE='#'
2856CUPS_API_MAJOR=''
2857CUPS_API_MINOR=''
2858CUPS_CFLAGS=''
2859CUPS_CONFIG='/usr/bin/cups-config'
2860CUPS_LIBS=''
2861CXX='/usr/bin/clang++ -arch x86_64'
2862CXXCPP='/usr/bin/clang++ -arch x86_64 -E'
2863CXXDEPMODE='depmode=none'
2864CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
2865CYGPATH_W='echo'
2866DEFS=''
2867DEPDIR='.deps'
2868DISABLE_EXPLICIT_DEPS_FALSE=''
2869DISABLE_EXPLICIT_DEPS_TRUE='#'
2870DISABLE_ON_QUARTZ=''
2871DISABLE_ON_W32=''
2872DLLTOOL='false'
2873DSYMUTIL='dsymutil'
2874DUMPBIN=''
2875ECHO_C='\c'
2876ECHO_N=''
2877ECHO_T=''
2878EGREP='/usr/bin/grep -E'
2879ENABLE_DOC_CROSS_REFERENCES_FALSE=''
2880ENABLE_DOC_CROSS_REFERENCES_TRUE=''
2881ENABLE_GTK_DOC_FALSE=''
2882ENABLE_GTK_DOC_TRUE=''
2883ENABLE_MAN_FALSE=''
2884ENABLE_MAN_TRUE=''
2885ENABLE_ON_X11=''
2886EXEEXT=''
2887EXE_MANIFEST_ARCHITECTURE='X86'
2888FGREP='/usr/bin/grep -F'
2889FONTDEMO_CFLAGS=''
2890FONTDEMO_LIBS=''
2891GAIL_INET_LIBS=''
2892GAIL_LT_CURRENT_MINUS_AGE='0'
2893GAIL_LT_VERSION_INFO='0:0:0'
2894GDK_BACKENDS='x11'
2895GDK_DEP_CFLAGS=''
2896GDK_DEP_LIBS=''
2897GDK_EXTRA_CFLAGS=''
2898GDK_EXTRA_LIBS=''
2899GDK_HIDDEN_VISIBILITY_CFLAGS=''
2900GDK_PACKAGES=''
2901GDK_PIXBUF_LIBS=''
2902GDK_PIXBUF_REQUIRED_VERSION='2.30.0'
2903GDK_PRIVATE_PACKAGES=''
2904GETTEXT_MACRO_VERSION='0.19'
2905GETTEXT_PACKAGE='gtk30'
2906GLIB_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2907GLIB_CFLAGS_FOR_BUILD='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2908GLIB_COMPILE_RESOURCES='glib-compile-resources'
2909GLIB_COMPILE_SCHEMAS=''
2910GLIB_GENMARSHAL='glib-genmarshal'
2911GLIB_LIBS='-L/opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
2912GLIB_LIBS_FOR_BUILD='-L/opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
2913GLIB_MKENUMS='glib-mkenums'
2914GLIB_PREFIX=''
2915GLIB_REQUIRED_VERSION='2.49.4'
2916GMODULE_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2917GMODULE_LIBS='-L/opt/local/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
2918GMSGFMT='/opt/local/bin/msgfmt'
2919GMSGFMT_015='/opt/local/bin/msgfmt'
2920GOBJECT_QUERY='gobject-query'
2921GREP='/usr/bin/grep'
2922GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
2923GSETTINGS_RULES=''
2924GTKDOC_CHECK=''
2925GTKDOC_CHECK_PATH=''
2926GTKDOC_DEPS_CFLAGS=''
2927GTKDOC_DEPS_LIBS=''
2928GTKDOC_MKPDF=''
2929GTKDOC_REBASE=''
2930GTK_API_VERSION='3.0'
2931GTK_BINARY_AGE='2229'
2932GTK_BINARY_VERSION='3.0.0'
2933GTK_DEBUG_FLAGS='-DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS -DGLIB_MIN_REQUIRED_VERSION=GLIB_VERSION_2_48 -DGLIB_MAX_ALLOWED_VERSION=GLIB_VERSION_2_50'
2934GTK_DEP_CFLAGS=''
2935GTK_DEP_LIBS=''
2936GTK_DOC_BUILD_HTML_FALSE=''
2937GTK_DOC_BUILD_HTML_TRUE=''
2938GTK_DOC_BUILD_PDF_FALSE=''
2939GTK_DOC_BUILD_PDF_TRUE=''
2940GTK_DOC_USE_LIBTOOL_FALSE=''
2941GTK_DOC_USE_LIBTOOL_TRUE=''
2942GTK_DOC_USE_REBASE_FALSE=''
2943GTK_DOC_USE_REBASE_TRUE=''
2944GTK_EXTRA_CFLAGS=''
2945GTK_EXTRA_LIBS=''
2946GTK_INTERFACE_AGE='29'
2947GTK_LINK_FLAGS=''
2948GTK_MAJOR_VERSION='3'
2949GTK_MICRO_VERSION='29'
2950GTK_MINOR_VERSION='22'
2951GTK_PACKAGES=''
2952GTK_PRINT_BACKENDS=''
2953GTK_PRIVATE_PACKAGES=''
2954GTK_VERSION='3.22.29'
2955GTK_XIM_FLAGS=''
2956HAVE_CLOUDPRINT_FALSE=''
2957HAVE_CLOUDPRINT_TRUE=''
2958HAVE_COLORD_FALSE=''
2959HAVE_COLORD_TRUE=''
2960HAVE_CUPS_FALSE=''
2961HAVE_CUPS_TRUE=''
2962HAVE_CXX_FALSE='#'
2963HAVE_CXX_TRUE=''
2964HAVE_GTK_DOC_FALSE=''
2965HAVE_GTK_DOC_TRUE=''
2966HAVE_HTTP_AUTHSTRING=''
2967HAVE_INCLUDED_IMMMODULES_FALSE=''
2968HAVE_INCLUDED_IMMMODULES_TRUE='#'
2969HAVE_INTROSPECTION_FALSE=''
2970HAVE_INTROSPECTION_TRUE=''
2971HAVE_OBJC_FALSE='#'
2972HAVE_OBJC_TRUE=''
2973HAVE_PAPI_FALSE=''
2974HAVE_PAPI_TRUE=''
2975HTML_DIR=''
2976INCLUDED_IMMODULE_DEFINE=''
2977INCLUDED_IMMODULE_OBJ=''
2978INCLUDE_IM_AM_ET_FALSE=''
2979INCLUDE_IM_AM_ET_TRUE='#'
2980INCLUDE_IM_BROADWAY_FALSE=''
2981INCLUDE_IM_BROADWAY_TRUE='#'
2982INCLUDE_IM_CEDILLA_FALSE=''
2983INCLUDE_IM_CEDILLA_TRUE='#'
2984INCLUDE_IM_CYRILLIC_TRANSLIT_FALSE=''
2985INCLUDE_IM_CYRILLIC_TRANSLIT_TRUE='#'
2986INCLUDE_IM_IME_FALSE=''
2987INCLUDE_IM_IME_TRUE='#'
2988INCLUDE_IM_INUKTITUT_FALSE=''
2989INCLUDE_IM_INUKTITUT_TRUE='#'
2990INCLUDE_IM_IPA_FALSE=''
2991INCLUDE_IM_IPA_TRUE='#'
2992INCLUDE_IM_MULTIPRESS_FALSE=''
2993INCLUDE_IM_MULTIPRESS_TRUE='#'
2994INCLUDE_IM_QUARTZ_FALSE=''
2995INCLUDE_IM_QUARTZ_TRUE='#'
2996INCLUDE_IM_THAI_FALSE=''
2997INCLUDE_IM_THAI_TRUE='#'
2998INCLUDE_IM_TI_ER_FALSE=''
2999INCLUDE_IM_TI_ER_TRUE='#'
3000INCLUDE_IM_TI_ET_FALSE=''
3001INCLUDE_IM_TI_ET_TRUE='#'
3002INCLUDE_IM_VIQR_FALSE=''
3003INCLUDE_IM_VIQR_TRUE='#'
3004INCLUDE_IM_WAYLAND_FALSE=''
3005INCLUDE_IM_WAYLAND_TRUE='#'
3006INCLUDE_IM_XIM_FALSE=''
3007INCLUDE_IM_XIM_TRUE='#'
3008INSTALL_DATA='${INSTALL} -m 644'
3009INSTALL_PROGRAM='${INSTALL}'
3010INSTALL_SCRIPT='${INSTALL}'
3011INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
3012INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation'
3013INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
3014INTROSPECTION_CFLAGS=''
3015INTROSPECTION_COMPILER=''
3016INTROSPECTION_GENERATE=''
3017INTROSPECTION_GIRDIR=''
3018INTROSPECTION_LIBS=''
3019INTROSPECTION_MAKEFILE=''
3020INTROSPECTION_REQUIRED_VERSION='1.39.0'
3021INTROSPECTION_SCANNER=''
3022INTROSPECTION_TYPELIBDIR=''
3023JSON_GLIB_CFLAGS=''
3024JSON_GLIB_LIBS=''
3025LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
3026LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
3027LDFLAGS_FOR_BUILD='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
3028LIBICONV='-liconv'
3029LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
3030LIBOBJS=''
3031LIBS=' -L/opt/local/lib -lX11 -lXext -lm  -lintl -Wl,-framework -Wl,CoreFoundation'
3032LIBTOOL='$(SHELL) $(top_builddir)/libtool'
3033LIB_EXE_MACHINE_FLAG='X86'
3034LIPO='lipo'
3035LN_S='ln -s'
3036LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
3037LTLIBINTL='-L/opt/local/lib -lintl -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation'
3038LTLIBOBJS=''
3039LT_CURRENT_MINUS_AGE='0'
3040LT_SYS_LIBRARY_PATH=''
3041LT_VERSION_INFO='2200:29:2200'
3042MAINT=''
3043MAINTAINER_MODE_FALSE='#'
3044MAINTAINER_MODE_TRUE=''
3045MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk3/gtk3/work/gtk+-3.22.29-x86_64/build-aux/missing makeinfo'
3046MANIFEST_TOOL=':'
3047MATH_LIB='-lm'
3048MKDIR_P='build-aux/install-sh -c -d'
3049MSGFMT='/opt/local/bin/msgfmt'
3050MSGFMT_015='/opt/local/bin/msgfmt'
3051MSGMERGE='/opt/local/bin/msgmerge'
3052MSVC_BASE_NO_TOOLSET_SET_FALSE=''
3053MSVC_BASE_NO_TOOLSET_SET_TRUE=''
3054MSVC_NO_TOOLSET_SET_FALSE=''
3055MSVC_NO_TOOLSET_SET_TRUE=''
3056MS_LIB_AVAILABLE_FALSE=''
3057MS_LIB_AVAILABLE_TRUE='#'
3058NM='/usr/bin/nm -B'
3059NMEDIT='nmedit'
3060OBJDUMP='objdump'
3061OBJEXT='o'
3062OS_DARWIN_FALSE='#'
3063OS_DARWIN_TRUE=''
3064OS_LINUX_FALSE=''
3065OS_LINUX_TRUE='#'
3066OS_UNIX_FALSE='#'
3067OS_UNIX_TRUE=''
3068OS_WIN32_FALSE=''
3069OS_WIN32_TRUE='#'
3070OTOOL64=':'
3071OTOOL='otool'
3072PACKAGE='gtk+'
3073PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B'
3074PACKAGE_NAME='gtk+'
3075PACKAGE_STRING='gtk+ 3.22.29'
3076PACKAGE_TARNAME='gtk+'
3077PACKAGE_URL=''
3078PACKAGE_VERSION='3.22.29'
3079PANGO_PREFIX=''
3080PANGO_REQUIRED_VERSION='1.37.3'
3081PATH_SEPARATOR=':'
3082PERL='/opt/local/bin/perl5'
3083PKG_CONFIG='/opt/local/bin/pkg-config'
3084PKG_CONFIG_FOR_BUILD='/opt/local/bin/pkg-config'
3085PKG_CONFIG_LIBDIR=''
3086PKG_CONFIG_PATH=''
3087PLATFORM_WIN32_FALSE=''
3088PLATFORM_WIN32_TRUE='#'
3089POSUB='po'
3090RANLIB='ranlib'
3091REBUILD_SCSS_FALSE=''
3092REBUILD_SCSS_TRUE=''
3093REST_CFLAGS=''
3094REST_LIBS=''
3095SASSC=''
3096SED='/usr/bin/sed'
3097SET_MAKE=''
3098SHELL='/bin/sh'
3099SHM_LIBS=''
3100STRIP='strip'
3101TEST_PRINT_BACKEND_FALSE=''
3102TEST_PRINT_BACKEND_TRUE=''
3103USE_BROADWAY_FALSE=''
3104USE_BROADWAY_TRUE='#'
3105USE_MIR_FALSE=''
3106USE_MIR_TRUE='#'
3107USE_NLS='yes'
3108USE_QUARTZ_FALSE=''
3109USE_QUARTZ_TRUE='#'
3110USE_WAYLAND_FALSE=''
3111USE_WAYLAND_TRUE='#'
3112USE_WIN32_FALSE=''
3113USE_WIN32_TRUE='#'
3114USE_X11_FALSE=''
3115USE_X11_TRUE=''
3116VERSION='3.22.29'
3117WAYLAND_PROTOCOLS_DATADIR=''
3118WAYLAND_SCANNER=''
3119WINDRES=''
3120X11_PREFIX=''
3121XGETTEXT='/opt/local/bin/xgettext'
3122XGETTEXT_015='/opt/local/bin/xgettext'
3123XGETTEXT_EXTRA_OPTIONS=''
3124XMKMF=''
3125XMLCATALOG=''
3126XML_CATALOG_FILE=''
3127XSLTPROC=''
3128X_CFLAGS=''
3129X_EXTRA_LIBS=''
3130X_LIBS=''
3131X_PRE_LIBS=''
3132ac_ct_AR='ar'
3133ac_ct_CC='/usr/bin/clang -arch x86_64'
3134ac_ct_CC_FOR_BUILD='gcc'
3135ac_ct_CXX=''
3136ac_ct_DUMPBIN=''
3137am__EXEEXT_FALSE=''
3138am__EXEEXT_TRUE=''
3139am__fastdepCCAS_FALSE=''
3140am__fastdepCCAS_TRUE='#'
3141am__fastdepCC_FALSE=''
3142am__fastdepCC_TRUE='#'
3143am__fastdepCXX_FALSE=''
3144am__fastdepCXX_TRUE='#'
3145am__include='include'
3146am__isrc=''
3147am__leading_dot='.'
3148am__nodep=''
3149am__quote=''
3150am__tar='tar --format=ustar -chf - "$$tardir"'
3151am__untar='tar -xf -'
3152bindir='${exec_prefix}/bin'
3153build='x86_64-apple-darwin17.5.0'
3154build_alias=''
3155build_cpu='x86_64'
3156build_os='darwin17.5.0'
3157build_vendor='apple'
3158datadir='${datarootdir}'
3159datarootdir='${prefix}/share'
3160docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
3161dvidir='${docdir}'
3162exec_prefix='NONE'
3163gsettingsschemadir=''
3164host='x86_64-apple-darwin17.5.0'
3165host_alias=''
3166host_cpu='x86_64'
3167host_os='darwin17.5.0'
3168host_vendor='apple'
3169htmldir='${docdir}'
3170includedir='${prefix}/include'
3171infodir='${datarootdir}/info'
3172install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gtk3/gtk3/work/gtk+-3.22.29-x86_64/build-aux/install-sh'
3173libdir='${exec_prefix}/lib'
3174libexecdir='${exec_prefix}/libexec'
3175localedir='${datarootdir}/locale'
3176localstatedir='${prefix}/var'
3177mandir='${datarootdir}/man'
3178mkdir_p='$(MKDIR_P)'
3179ms_librarian=''
3180oldincludedir='/usr/include'
3181pdfdir='${docdir}'
3182prefix='/opt/local'
3183program_transform_name='s,x,x,'
3184psdir='${docdir}'
3185sbindir='${exec_prefix}/sbin'
3186sharedstatedir='${prefix}/com'
3187sysconfdir='${prefix}/etc'
3188target_alias=''
3189
3190## ----------- ##
3191## confdefs.h. ##
3192## ----------- ##
3193
3194/* confdefs.h */
3195#define PACKAGE_NAME "gtk+"
3196#define PACKAGE_TARNAME "gtk+"
3197#define PACKAGE_VERSION "3.22.29"
3198#define PACKAGE_STRING "gtk+ 3.22.29"
3199#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B"
3200#define PACKAGE_URL ""
3201#define STDC_HEADERS 1
3202#define HAVE_SYS_TYPES_H 1
3203#define HAVE_SYS_STAT_H 1
3204#define HAVE_STDLIB_H 1
3205#define HAVE_STRING_H 1
3206#define HAVE_MEMORY_H 1
3207#define HAVE_STRINGS_H 1
3208#define HAVE_INTTYPES_H 1
3209#define HAVE_STDINT_H 1
3210#define HAVE_UNISTD_H 1
3211#define __EXTENSIONS__ 1
3212#define _ALL_SOURCE 1
3213#define _GNU_SOURCE 1
3214#define _POSIX_PTHREAD_SEMANTICS 1
3215#define _TANDEM_SOURCE 1
3216#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3217#define HAVE_CFLOCALECOPYCURRENT 1
3218#define HAVE_ICONV 1
3219#define ENABLE_NLS 1
3220#define HAVE_GETTEXT 1
3221#define HAVE_DCGETTEXT 1
3222#define GETTEXT_PACKAGE "gtk30"
3223#define HAVE_DLFCN_H 1
3224#define LT_OBJDIR ".libs/"
3225#define HAVE_FLOCKFILE 1
3226#define HAVE_LSTAT 1
3227#define HAVE_MKSTEMP 1
3228#define HAVE_LOCALTIME_R 1
3229#define HAVE_BIND_TEXTDOMAIN_CODESET 1
3230#define HAVE_SYS_MMAN_H 1
3231#define HAVE_SYS_MMAN_H 1
3232#define HAVE_SYS_TIME_H 1
3233#define HAVE_SYS_TIME_H 1
3234#define HAVE_UNISTD_H 1
3235#define HAVE_UNISTD_H 1
3236#define HAVE_FTW_H 1
3237#define HAVE_FTW_H 1
3238#define GLIB_DISABLE_DEPRECATION_WARNINGS 1
3239#define HAVE_STDLIB_H 1
3240#define HAVE_UNISTD_H 1
3241#define HAVE_SYS_PARAM_H 1
3242#define HAVE_GETPAGESIZE 1
3243#define HAVE_MMAP 1
3244#define HAVE_LIBM 1
3245#define HAVE_ROUND 1
3246#define HAVE_RINT 1
3247#define HAVE_NEARBYINT 1
3248#define HAVE_EXP2 1
3249#define HAVE_LOG2 1
3250#define HAVE_DECL_ISNAN 1
3251#define HAVE_DECL_ISINF 1
3252#define HAVE_CRT_EXTERNS_H 1
3253#define HAVE__NSGETENVIRON 1
3254#define USE_GMODULE 1
3255
3256configure: exit 1