Ticket #62478: config.log

File config.log, 205.2 KB (added by alaingirault, 3 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by GIMP configure 2.10.22, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --build=x86_64-apple-darwin16.7.0 --enable-mp --with-bug-report-url=https://guide.macports.org/#project.tickets --with-pdbgen --with-x --x-includes=/opt/local/include --x-libraries=/opt/local/lib --disable-silent-rules --disable-check-update --without-alsa --without-gudev --without-webkit ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl5.28 ac_cv_path_PERL=/opt/local/bin/perl5.28
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = alains-macbook-pro.home
14uname -m = x86_64
15uname -r = 16.7.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 16.7.0: Sun Jun  2 20:26:31 PDT 2019; root:xnu-3789.73.50~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 16.7.0: Sun Jun  2 20:26:31 PDT 2019; root:xnu-3789.73.50~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 507 tasks, 2976 threads, 8 processors
34Load average: 3.92, Mach factor: 4.10
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/
40PATH: /opt/local/bin/
41PATH: /opt/local/sbin/
42PATH: /bin/
43PATH: /sbin/
44PATH: /usr/bin/
45PATH: /usr/sbin/
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:3626: looking for aux files: ltmain.sh config.guess config.sub compile missing install-sh
53configure:3639:  trying ./
54configure:3668:   ./ltmain.sh found
55configure:3668:   ./config.guess found
56configure:3668:   ./config.sub found
57configure:3668:   ./compile found
58configure:3668:   ./missing found
59configure:3650:   ./install-sh found
60configure:3803: checking for a BSD-compatible install
61configure:3876: result: /usr/bin/install -c
62configure:3887: checking whether build environment is sane
63configure:3942: result: yes
64configure:4101: checking for a race-free mkdir -p
65configure:4145: result: /opt/local/bin/gmkdir -p
66configure:4152: checking for gawk
67configure:4173: found /opt/local/bin/gawk
68configure:4184: result: gawk
69configure:4195: checking whether make sets $(MAKE)
70configure:4218: result: yes
71configure:4248: checking whether make supports nested variables
72configure:4266: result: yes
73configure:4399: checking whether make supports nested variables
74configure:4417: result: yes
75configure:4646: checking for gcc
76configure:4678: result: /usr/bin/clang
77configure:5031: checking for C compiler version
78configure:5040: /usr/bin/clang --version >&5
79Apple LLVM version 9.0.0 (clang-900.0.39.2)
80Target: x86_64-apple-darwin16.7.0
81Thread model: posix
82InstalledDir: /Library/Developer/CommandLineTools/usr/bin
83configure:5051: $? = 0
84configure:5040: /usr/bin/clang -v >&5
85Apple LLVM version 9.0.0 (clang-900.0.39.2)
86Target: x86_64-apple-darwin16.7.0
87Thread model: posix
88InstalledDir: /Library/Developer/CommandLineTools/usr/bin
89configure:5051: $? = 0
90configure:5040: /usr/bin/clang -V >&5
91clang: error: argument to '-V' is missing (expected 1 value)
92clang: error: no input files
93configure:5051: $? = 1
94configure:5040: /usr/bin/clang -qversion >&5
95clang: error: unknown argument: '-qversion'
96clang: error: no input files
97configure:5051: $? = 1
98configure:5040: /usr/bin/clang -version >&5
99clang: error: unknown argument: '-version'
100clang: error: no input files
101configure:5051: $? = 1
102configure:5071: checking whether the C compiler works
103configure:5093: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
104configure:5097: $? = 0
105configure:5147: result: yes
106configure:5150: checking for C compiler default output file name
107configure:5152: result: a.out
108configure:5158: checking for suffix of executables
109configure:5165: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
110configure:5169: $? = 0
111configure:5192: result:
112configure:5214: checking whether we are cross compiling
113configure:5222: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
114configure:5226: $? = 0
115configure:5233: ./conftest
116configure:5237: $? = 0
117configure:5252: result: no
118configure:5257: checking for suffix of object files
119configure:5280: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
120configure:5284: $? = 0
121configure:5306: result: o
122configure:5310: checking whether the compiler supports GNU C
123configure:5330: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
124configure:5330: $? = 0
125configure:5340: result: yes
126configure:5351: checking whether /usr/bin/clang accepts -g
127configure:5372: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
128configure:5372: $? = 0
129configure:5416: result: yes
130configure:5436: checking for /usr/bin/clang option to enable C11 features
131configure:5451: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
132configure:5451: $? = 0
133configure:5469: result: none needed
134configure:5585: checking whether /usr/bin/clang understands -c and -o together
135configure:5608: /usr/bin/clang -c conftest.c -o conftest2.o
136configure:5611: $? = 0
137configure:5608: /usr/bin/clang -c conftest.c -o conftest2.o
138configure:5611: $? = 0
139configure:5623: result: yes
140configure:5643: checking whether make supports the include directive
141configure:5658: make -f confmf.GNU && cat confinc.out
142this is the am__doit target
143configure:5661: $? = 0
144configure:5680: result: yes (GNU style)
145configure:5706: checking dependency style of /usr/bin/clang
146configure:5818: result: gcc3
147configure:5838: checking how to run the C preprocessor
148configure:5864: /usr/bin/clang -E -I/opt/local/include conftest.c
149configure:5864: $? = 0
150configure:5879: /usr/bin/clang -E -I/opt/local/include conftest.c
151conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
152#include <ac_nonexistent.h>
153         ^~~~~~~~~~~~~~~~~~
1541 error generated.
155configure:5879: $? = 1
156configure: failed program was:
157| /* confdefs.h */
158| #define PACKAGE_NAME "GIMP"
159| #define PACKAGE_TARNAME "gimp"
160| #define PACKAGE_VERSION "2.10.22"
161| #define PACKAGE_STRING "GIMP 2.10.22"
162| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
163| #define PACKAGE_URL ""
164| #define GIMP_PKGCONFIG_VERSION "2.0"
165| #define GIMP_TOOL_VERSION "2.0"
166| #define GETTEXT_PACKAGE "gimp20"
167| /* end confdefs.h.  */
168| #include <ac_nonexistent.h>
169configure:5906: result: /usr/bin/clang -E
170configure:5920: /usr/bin/clang -E -I/opt/local/include conftest.c
171configure:5920: $? = 0
172configure:5935: /usr/bin/clang -E -I/opt/local/include conftest.c
173conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
174#include <ac_nonexistent.h>
175         ^~~~~~~~~~~~~~~~~~
1761 error generated.
177configure:5935: $? = 1
178configure: failed program was:
179| /* confdefs.h */
180| #define PACKAGE_NAME "GIMP"
181| #define PACKAGE_TARNAME "gimp"
182| #define PACKAGE_VERSION "2.10.22"
183| #define PACKAGE_STRING "GIMP 2.10.22"
184| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
185| #define PACKAGE_URL ""
186| #define GIMP_PKGCONFIG_VERSION "2.0"
187| #define GIMP_TOOL_VERSION "2.0"
188| #define GETTEXT_PACKAGE "gimp20"
189| /* end confdefs.h.  */
190| #include <ac_nonexistent.h>
191configure:5972: checking build system type
192configure:5987: result: x86_64-apple-darwin16.7.0
193configure:6007: checking host system type
194configure:6021: result: x86_64-apple-darwin16.7.0
195configure:6101: checking for gcc
196configure:6133: result: /usr/bin/clang
197configure:6486: checking for C compiler version
198configure:6495: /usr/bin/clang --version >&5
199Apple LLVM version 9.0.0 (clang-900.0.39.2)
200Target: x86_64-apple-darwin16.7.0
201Thread model: posix
202InstalledDir: /Library/Developer/CommandLineTools/usr/bin
203configure:6506: $? = 0
204configure:6495: /usr/bin/clang -v >&5
205Apple LLVM version 9.0.0 (clang-900.0.39.2)
206Target: x86_64-apple-darwin16.7.0
207Thread model: posix
208InstalledDir: /Library/Developer/CommandLineTools/usr/bin
209configure:6506: $? = 0
210configure:6495: /usr/bin/clang -V >&5
211clang: error: argument to '-V' is missing (expected 1 value)
212clang: error: no input files
213configure:6506: $? = 1
214configure:6495: /usr/bin/clang -qversion >&5
215clang: error: unknown argument: '-qversion'
216clang: error: no input files
217configure:6506: $? = 1
218configure:6495: /usr/bin/clang -version >&5
219clang: error: unknown argument: '-version'
220clang: error: no input files
221configure:6506: $? = 1
222configure:6510: checking whether the compiler supports GNU C
223configure:6540: result: yes
224configure:6551: checking whether /usr/bin/clang accepts -g
225configure:6572: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
226configure:6572: $? = 0
227configure:6616: result: yes
228configure:6636: checking for /usr/bin/clang option to enable C11 features
229configure:6669: result: none needed
230configure:6785: checking whether /usr/bin/clang understands -c and -o together
231configure:6823: result: yes
232configure:6842: checking dependency style of /usr/bin/clang
233configure:6954: result: gcc3
234configure:6974: checking how to run the C preprocessor
235configure:7000: /usr/bin/clang -E -I/opt/local/include conftest.c
236configure:7000: $? = 0
237configure:7015: /usr/bin/clang -E -I/opt/local/include conftest.c
238conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
239#include <ac_nonexistent.h>
240         ^~~~~~~~~~~~~~~~~~
2411 error generated.
242configure:7015: $? = 1
243configure: failed program was:
244| /* confdefs.h */
245| #define PACKAGE_NAME "GIMP"
246| #define PACKAGE_TARNAME "gimp"
247| #define PACKAGE_VERSION "2.10.22"
248| #define PACKAGE_STRING "GIMP 2.10.22"
249| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
250| #define PACKAGE_URL ""
251| #define GIMP_PKGCONFIG_VERSION "2.0"
252| #define GIMP_TOOL_VERSION "2.0"
253| #define GETTEXT_PACKAGE "gimp20"
254| /* end confdefs.h.  */
255| #include <ac_nonexistent.h>
256configure:7042: result: /usr/bin/clang -E
257configure:7056: /usr/bin/clang -E -I/opt/local/include conftest.c
258configure:7056: $? = 0
259configure:7071: /usr/bin/clang -E -I/opt/local/include conftest.c
260conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
261#include <ac_nonexistent.h>
262         ^~~~~~~~~~~~~~~~~~
2631 error generated.
264configure:7071: $? = 1
265configure: failed program was:
266| /* confdefs.h */
267| #define PACKAGE_NAME "GIMP"
268| #define PACKAGE_TARNAME "gimp"
269| #define PACKAGE_VERSION "2.10.22"
270| #define PACKAGE_STRING "GIMP 2.10.22"
271| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
272| #define PACKAGE_URL ""
273| #define GIMP_PKGCONFIG_VERSION "2.0"
274| #define GIMP_TOOL_VERSION "2.0"
275| #define GETTEXT_PACKAGE "gimp20"
276| /* end confdefs.h.  */
277| #include <ac_nonexistent.h>
278configure:7246: checking for C++ compiler version
279configure:7255: /usr/bin/clang++ --version >&5
280Apple LLVM version 9.0.0 (clang-900.0.39.2)
281Target: x86_64-apple-darwin16.7.0
282Thread model: posix
283InstalledDir: /Library/Developer/CommandLineTools/usr/bin
284configure:7266: $? = 0
285configure:7255: /usr/bin/clang++ -v >&5
286Apple LLVM version 9.0.0 (clang-900.0.39.2)
287Target: x86_64-apple-darwin16.7.0
288Thread model: posix
289InstalledDir: /Library/Developer/CommandLineTools/usr/bin
290configure:7266: $? = 0
291configure:7255: /usr/bin/clang++ -V >&5
292clang: error: argument to '-V' is missing (expected 1 value)
293clang: error: no input files
294configure:7266: $? = 1
295configure:7255: /usr/bin/clang++ -qversion >&5
296clang: error: unknown argument: '-qversion'
297clang: error: no input files
298configure:7266: $? = 1
299configure:7270: checking whether the compiler supports GNU C++
300configure:7290: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
301configure:7290: $? = 0
302configure:7300: result: yes
303configure:7311: checking whether /usr/bin/clang++ accepts -g
304configure:7332: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
305configure:7332: $? = 0
306configure:7376: result: yes
307configure:7396: checking for /usr/bin/clang++ option to enable C++11 features
308configure:7411: /usr/bin/clang++  -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
309conftest.cpp:58:3: error: "Compiler does not advertise C++11 conformance"
310# error "Compiler does not advertise C++11 conformance"
311  ^
312conftest.cpp:63:3: error: unknown type name 'constexpr'
313  constexpr int get_val() { return 20; }
314  ^
315conftest.cpp:63:13: error: expected unqualified-id
316  constexpr int get_val() { return 20; }
317            ^
318conftest.cpp:75:17: error: delegating constructors are permitted only in C++11
319    delegate(): delegate(2354) {}
320                ^~~~~~~~
321conftest.cpp:86:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
322    virtual int getval() override final { return this->n * 2; }
323                         ^
324conftest.cpp:86:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
325    virtual int getval() override final { return this->n * 2; }
326                                  ^
327conftest.cpp:93:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
328    nocopy() = default;
329               ^
330conftest.cpp:94:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
331    nocopy(const nocopy&) = delete;
332                            ^
333conftest.cpp:95:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
334    nocopy & operator=(const nocopy&) = delete;
335                                        ^
336conftest.cpp:107:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
337  template <typename V> auto sum(V first) -> V
338                        ^
339conftest.cpp:107:25: error: 'auto' not allowed in function return type
340  template <typename V> auto sum(V first) -> V
341                        ^~~~
342conftest.cpp:107:42: error: expected ';' at end of declaration
343  template <typename V> auto sum(V first) -> V
344                                         ^
345                                         ;
346conftest.cpp:107:43: error: cannot use arrow operator on a type
347  template <typename V> auto sum(V first) -> V
348                                          ^
349conftest.cpp:111:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
350  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
351                                ^
352conftest.cpp:111:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
353  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
354                                          ^
355conftest.cpp:111:43: error: 'auto' not allowed in function return type
356  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
357                                          ^~~~
358conftest.cpp:111:74: error: expected ';' at end of declaration
359  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
360                                                                         ^
361                                                                         ;
362conftest.cpp:111:75: error: cannot use arrow operator on a type
363  template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
364                                                                          ^
365conftest.cpp:135:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
366  auto a1 = 6538;
367  ^
368conftest.cpp:136:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
369  auto a2 = 48573953.4;
370  ^
371conftest.cpp:137:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
372  auto a3 = "String literal";
373  ^
374conftest.cpp:140:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
375  for (auto i = a3; *i; ++i) { total += *i; }
376       ^
377conftest.cpp:146:23: error: no member named 'get_val' in namespace 'cxx11test'
378  short sa[cxx11test::get_val()] = { 0 };
379           ~~~~~~~~~~~^
380conftest.cpp:156:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
381  for (auto &x : array) { x += 23; }
382       ^
383conftest.cpp:156:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
384  for (auto &x : array) { x += 23; }
385               ^
386conftest.cpp:161:17: error: expected expression
387  assert (eval ([](int x) { return x*2; }, 21) == 42);
388                ^
389conftest.cpp:163:17: error: expected expression
390  assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
391                ^
392conftest.cpp:165:17: error: expected expression
393  assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
394                ^
395conftest.cpp:171:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
396  auto a = sum(1);
397  ^
398conftest.cpp:171:12: error: no matching function for call to 'sum'
399  auto a = sum(1);
400           ^~~
401conftest.cpp:172:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
402  auto b = sum(1, 2);
403  ^
404conftest.cpp:172:12: error: no matching function for call to 'sum'
405  auto b = sum(1, 2);
406           ^~~
407conftest.cpp:173:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
408  auto c = sum(1.0, 2.0, 3.0);
409  ^
410conftest.cpp:173:12: error: no matching function for call to 'sum'
411  auto c = sum(1.0, 2.0, 3.0);
412           ^~~
413conftest.cpp:178:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
414  cxx11test::delegate d2();
415                        ^~
416conftest.cpp:178:25: note: remove parentheses to declare a variable
417  cxx11test::delegate d2();
418                        ^~
419conftest.cpp:191:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
420  test_template<::test_template<int>> v(test_template<int>(12));
421               ^~~
422               < ::
423conftest.cpp:191:36: error: a space is required between consecutive right angle brackets (use '> >')
424  test_template<::test_template<int>> v(test_template<int>(12));
425                                   ^~
426                                   > >
427fatal error: too many errors emitted, stopping now [-ferror-limit=]
42818 warnings and 20 errors generated.
429configure:7411: $? = 1
430configure: failed program was:
431| /* confdefs.h */
432| #define PACKAGE_NAME "GIMP"
433| #define PACKAGE_TARNAME "gimp"
434| #define PACKAGE_VERSION "2.10.22"
435| #define PACKAGE_STRING "GIMP 2.10.22"
436| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
437| #define PACKAGE_URL ""
438| #define GIMP_PKGCONFIG_VERSION "2.0"
439| #define GIMP_TOOL_VERSION "2.0"
440| #define GETTEXT_PACKAGE "gimp20"
441| /* end confdefs.h.  */
442|
443| // Does the compiler advertise C++98 conformance?
444| #if !defined __cplusplus || __cplusplus < 199711L
445| # error "Compiler does not advertise C++98 conformance"
446| #endif
447|
448| // These inclusions are to reject old compilers that
449| // lack the unsuffixed header files.
450| #include <cstdlib>
451| #include <exception>
452|
453| // <cassert> and <cstring> are *not* freestanding headers in C++98.
454| extern void assert (int);
455| namespace std {
456|   extern int strcmp (const char *, const char *);
457| }
458|
459| // Namespaces, exceptions, and templates were all added after "C++ 2.0".
460| using std::exception;
461| using std::strcmp;
462|
463| namespace {
464|
465| void test_exception_syntax()
466| {
467|   try {
468|     throw "test";
469|   } catch (const char *s) {
470|     // Extra parentheses suppress a warning when building autoconf itself,
471|     // due to lint rules shared with more typical C programs.
472|     assert (!(strcmp) (s, "test"));
473|   }
474| }
475|
476| template <typename T> struct test_template
477| {
478|   T const val;
479|   explicit test_template(T t) : val(t) {}
480|   template <typename U> T add(U u) { return static_cast<T>(u) + val; }
481| };
482|
483| } // anonymous namespace
484|
485|
486| // Does the compiler advertise C++ 2011 conformance?
487| #if !defined __cplusplus || __cplusplus < 201103L
488| # error "Compiler does not advertise C++11 conformance"
489| #endif
490|
491| namespace cxx11test
492| {
493|   constexpr int get_val() { return 20; }
494|
495|   struct testinit
496|   {
497|     int i;
498|     double d;
499|   };
500|
501|   class delegate
502|   {
503|   public:
504|     delegate(int n) : n(n) {}
505|     delegate(): delegate(2354) {}
506|
507|     virtual int getval() { return this->n; };
508|   protected:
509|     int n;
510|   };
511|
512|   class overridden : public delegate
513|   {
514|   public:
515|     overridden(int n): delegate(n) {}
516|     virtual int getval() override final { return this->n * 2; }
517|   };
518|
519|   class nocopy
520|   {
521|   public:
522|     nocopy(int i): i(i) {}
523|     nocopy() = default;
524|     nocopy(const nocopy&) = delete;
525|     nocopy & operator=(const nocopy&) = delete;
526|   private:
527|     int i;
528|   };
529|
530|   // for testing lambda expressions
531|   template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
532|   {
533|     return f(v);
534|   }
535|
536|   // for testing variadic templates and trailing return types
537|   template <typename V> auto sum(V first) -> V
538|   {
539|     return first;
540|   }
541|   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
542|   {
543|     return first + sum(rest...);
544|   }
545| }
546|
547|
548| int
549| main (int argc, char **argv)
550| {
551|   int ok = 0;
552|   
553|   assert (argc);
554|   assert (! argv[0]);
555| {
556|   test_exception_syntax ();
557|   test_template<double> tt (2.0);
558|   assert (tt.add (4) == 6.0);
559|   assert (true && !false);
560| }
561|
562|   
563| {
564|   // Test auto and decltype
565|   auto a1 = 6538;
566|   auto a2 = 48573953.4;
567|   auto a3 = "String literal";
568|
569|   int total = 0;
570|   for (auto i = a3; *i; ++i) { total += *i; }
571|
572|   decltype(a2) a4 = 34895.034;
573| }
574| {
575|   // Test constexpr
576|   short sa[cxx11test::get_val()] = { 0 };
577| }
578| {
579|   // Test initializer lists
580|   cxx11test::testinit il = { 4323, 435234.23544 };
581| }
582| {
583|   // Test range-based for
584|   int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
585|                  14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
586|   for (auto &x : array) { x += 23; }
587| }
588| {
589|   // Test lambda expressions
590|   using cxx11test::eval;
591|   assert (eval ([](int x) { return x*2; }, 21) == 42);
592|   double d = 2.0;
593|   assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
594|   assert (d == 5.0);
595|   assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
596|   assert (d == 5.0);
597| }
598| {
599|   // Test use of variadic templates
600|   using cxx11test::sum;
601|   auto a = sum(1);
602|   auto b = sum(1, 2);
603|   auto c = sum(1.0, 2.0, 3.0);
604| }
605| {
606|   // Test constructor delegation
607|   cxx11test::delegate d1;
608|   cxx11test::delegate d2();
609|   cxx11test::delegate d3(45);
610| }
611| {
612|   // Test override and final
613|   cxx11test::overridden o1(55464);
614| }
615| {
616|   // Test nullptr
617|   char *c = nullptr;
618| }
619| {
620|   // Test template brackets
621|   test_template<::test_template<int>> v(test_template<int>(12));
622| }
623| {
624|   // Unicode literals
625|   char const *utf8 = u8"UTF-8 string \u2500";
626|   char16_t const *utf16 = u"UTF-8 string \u2500";
627|   char32_t const *utf32 = U"UTF-32 string \u2500";
628| }
629|
630|   return ok;
631| }
632|
633configure:7429: result: none needed
634configure:7495: checking dependency style of /usr/bin/clang++
635configure:7607: result: gcc3
636configure:7630: checking whether /usr/bin/clang++ supports C++14 features by default
637configure:8045: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
638conftest.cpp:23:2: error: "This is not a C++11 compiler"
639#error "This is not a C++11 compiler"
640 ^
641conftest.cpp:308:2: error: "This is not a C++14 compiler"
642#error "This is not a C++14 compiler"
643 ^
6442 errors generated.
645configure:8045: $? = 1
646configure: failed program was:
647| /* confdefs.h */
648| #define PACKAGE_NAME "GIMP"
649| #define PACKAGE_TARNAME "gimp"
650| #define PACKAGE_VERSION "2.10.22"
651| #define PACKAGE_STRING "GIMP 2.10.22"
652| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
653| #define PACKAGE_URL ""
654| #define GIMP_PKGCONFIG_VERSION "2.0"
655| #define GIMP_TOOL_VERSION "2.0"
656| #define GETTEXT_PACKAGE "gimp20"
657| /* end confdefs.h.  */
658|
659|
660| // If the compiler admits that it is not ready for C++11, why torture it?
661| // Hopefully, this will speed up the test.
662|
663| #ifndef __cplusplus
664|
665| #error "This is not a C++ compiler"
666|
667| #elif __cplusplus < 201103L
668|
669| #error "This is not a C++11 compiler"
670|
671| #else
672|
673| namespace cxx11
674| {
675|
676|   namespace test_static_assert
677|   {
678|
679|     template <typename T>
680|     struct check
681|     {
682|       static_assert(sizeof(int) <= sizeof(T), "not big enough");
683|     };
684|
685|   }
686|
687|   namespace test_final_override
688|   {
689|
690|     struct Base
691|     {
692|       virtual void f() {}
693|     };
694|
695|     struct Derived : public Base
696|     {
697|       virtual void f() override {}
698|     };
699|
700|   }
701|
702|   namespace test_double_right_angle_brackets
703|   {
704|
705|     template < typename T >
706|     struct check {};
707|
708|     typedef check<void> single_type;
709|     typedef check<check<void>> double_type;
710|     typedef check<check<check<void>>> triple_type;
711|     typedef check<check<check<check<void>>>> quadruple_type;
712|
713|   }
714|
715|   namespace test_decltype
716|   {
717|
718|     int
719|     f()
720|     {
721|       int a = 1;
722|       decltype(a) b = 2;
723|       return a + b;
724|     }
725|
726|   }
727|
728|   namespace test_type_deduction
729|   {
730|
731|     template < typename T1, typename T2 >
732|     struct is_same
733|     {
734|       static const bool value = false;
735|     };
736|
737|     template < typename T >
738|     struct is_same<T, T>
739|     {
740|       static const bool value = true;
741|     };
742|
743|     template < typename T1, typename T2 >
744|     auto
745|     add(T1 a1, T2 a2) -> decltype(a1 + a2)
746|     {
747|       return a1 + a2;
748|     }
749|
750|     int
751|     test(const int c, volatile int v)
752|     {
753|       static_assert(is_same<int, decltype(0)>::value == true, "");
754|       static_assert(is_same<int, decltype(c)>::value == false, "");
755|       static_assert(is_same<int, decltype(v)>::value == false, "");
756|       auto ac = c;
757|       auto av = v;
758|       auto sumi = ac + av + 'x';
759|       auto sumf = ac + av + 1.0;
760|       static_assert(is_same<int, decltype(ac)>::value == true, "");
761|       static_assert(is_same<int, decltype(av)>::value == true, "");
762|       static_assert(is_same<int, decltype(sumi)>::value == true, "");
763|       static_assert(is_same<int, decltype(sumf)>::value == false, "");
764|       static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
765|       return (sumf > 0.0) ? sumi : add(c, v);
766|     }
767|
768|   }
769|
770|   namespace test_noexcept
771|   {
772|
773|     int f() { return 0; }
774|     int g() noexcept { return 0; }
775|
776|     static_assert(noexcept(f()) == false, "");
777|     static_assert(noexcept(g()) == true, "");
778|
779|   }
780|
781|   namespace test_constexpr
782|   {
783|
784|     template < typename CharT >
785|     unsigned long constexpr
786|     strlen_c_r(const CharT *const s, const unsigned long acc) noexcept
787|     {
788|       return *s ? strlen_c_r(s + 1, acc + 1) : acc;
789|     }
790|
791|     template < typename CharT >
792|     unsigned long constexpr
793|     strlen_c(const CharT *const s) noexcept
794|     {
795|       return strlen_c_r(s, 0UL);
796|     }
797|
798|     static_assert(strlen_c("") == 0UL, "");
799|     static_assert(strlen_c("1") == 1UL, "");
800|     static_assert(strlen_c("example") == 7UL, "");
801|     static_assert(strlen_c("another\0example") == 7UL, "");
802|
803|   }
804|
805|   namespace test_rvalue_references
806|   {
807|
808|     template < int N >
809|     struct answer
810|     {
811|       static constexpr int value = N;
812|     };
813|
814|     answer<1> f(int&)       { return answer<1>(); }
815|     answer<2> f(const int&) { return answer<2>(); }
816|     answer<3> f(int&&)      { return answer<3>(); }
817|
818|     void
819|     test()
820|     {
821|       int i = 0;
822|       const int c = 0;
823|       static_assert(decltype(f(i))::value == 1, "");
824|       static_assert(decltype(f(c))::value == 2, "");
825|       static_assert(decltype(f(0))::value == 3, "");
826|     }
827|
828|   }
829|
830|   namespace test_uniform_initialization
831|   {
832|
833|     struct test
834|     {
835|       static const int zero {};
836|       static const int one {1};
837|     };
838|
839|     static_assert(test::zero == 0, "");
840|     static_assert(test::one == 1, "");
841|
842|   }
843|
844|   namespace test_lambdas
845|   {
846|
847|     void
848|     test1()
849|     {
850|       auto lambda1 = [](){};
851|       auto lambda2 = lambda1;
852|       lambda1();
853|       lambda2();
854|     }
855|
856|     int
857|     test2()
858|     {
859|       auto a = [](int i, int j){ return i + j; }(1, 2);
860|       auto b = []() -> int { return '0'; }();
861|       auto c = [=](){ return a + b; }();
862|       auto d = [&](){ return c; }();
863|       auto e = [a, &b](int x) mutable {
864|         const auto identity = [](int y){ return y; };
865|         for (auto i = 0; i < a; ++i)
866|           a += b--;
867|         return x + identity(a + b);
868|       }(0);
869|       return a + b + c + d + e;
870|     }
871|
872|     int
873|     test3()
874|     {
875|       const auto nullary = [](){ return 0; };
876|       const auto unary = [](int x){ return x; };
877|       using nullary_t = decltype(nullary);
878|       using unary_t = decltype(unary);
879|       const auto higher1st = [](nullary_t f){ return f(); };
880|       const auto higher2nd = [unary](nullary_t f1){
881|         return [unary, f1](unary_t f2){ return f2(unary(f1())); };
882|       };
883|       return higher1st(nullary) + higher2nd(nullary)(unary);
884|     }
885|
886|   }
887|
888|   namespace test_variadic_templates
889|   {
890|
891|     template <int...>
892|     struct sum;
893|
894|     template <int N0, int... N1toN>
895|     struct sum<N0, N1toN...>
896|     {
897|       static constexpr auto value = N0 + sum<N1toN...>::value;
898|     };
899|
900|     template <>
901|     struct sum<>
902|     {
903|       static constexpr auto value = 0;
904|     };
905|
906|     static_assert(sum<>::value == 0, "");
907|     static_assert(sum<1>::value == 1, "");
908|     static_assert(sum<23>::value == 23, "");
909|     static_assert(sum<1, 2>::value == 3, "");
910|     static_assert(sum<5, 5, 11>::value == 21, "");
911|     static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
912|
913|   }
914|
915|   // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
916|   // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
917|   // because of this.
918|   namespace test_template_alias_sfinae
919|   {
920|
921|     struct foo {};
922|
923|     template<typename T>
924|     using member = typename T::member_type;
925|
926|     template<typename T>
927|     void func(...) {}
928|
929|     template<typename T>
930|     void func(member<T>*) {}
931|
932|     void test();
933|
934|     void test() { func<foo>(0); }
935|
936|   }
937|
938| }  // namespace cxx11
939|
940| #endif  // __cplusplus >= 201103L
941|
942|
943|
944|
945| // If the compiler admits that it is not ready for C++14, why torture it?
946| // Hopefully, this will speed up the test.
947|
948| #ifndef __cplusplus
949|
950| #error "This is not a C++ compiler"
951|
952| #elif __cplusplus < 201402L
953|
954| #error "This is not a C++14 compiler"
955|
956| #else
957|
958| namespace cxx14
959| {
960|
961|   namespace test_polymorphic_lambdas
962|   {
963|
964|     int
965|     test()
966|     {
967|       const auto lambda = [](auto&&... args){
968|         const auto istiny = [](auto x){
969|           return (sizeof(x) == 1UL) ? 1 : 0;
970|         };
971|         const int aretiny[] = { istiny(args)... };
972|         return aretiny[0];
973|       };
974|       return lambda(1, 1L, 1.0f, '1');
975|     }
976|
977|   }
978|
979|   namespace test_binary_literals
980|   {
981|
982|     constexpr auto ivii = 0b0000000000101010;
983|     static_assert(ivii == 42, "wrong value");
984|
985|   }
986|
987|   namespace test_generalized_constexpr
988|   {
989|
990|     template < typename CharT >
991|     constexpr unsigned long
992|     strlen_c(const CharT *const s) noexcept
993|     {
994|       auto length = 0UL;
995|       for (auto p = s; *p; ++p)
996|         ++length;
997|       return length;
998|     }
999|
1000|     static_assert(strlen_c("") == 0UL, "");
1001|     static_assert(strlen_c("x") == 1UL, "");
1002|     static_assert(strlen_c("test") == 4UL, "");
1003|     static_assert(strlen_c("another\0test") == 7UL, "");
1004|
1005|   }
1006|
1007|   namespace test_lambda_init_capture
1008|   {
1009|
1010|     int
1011|     test()
1012|     {
1013|       auto x = 0;
1014|       const auto lambda1 = [a = x](int b){ return a + b; };
1015|       const auto lambda2 = [a = lambda1(x)](){ return a; };
1016|       return lambda2();
1017|     }
1018|
1019|   }
1020|
1021|   namespace test_digit_separators
1022|   {
1023|
1024|     constexpr auto ten_million = 100'000'000;
1025|     static_assert(ten_million == 100000000, "");
1026|
1027|   }
1028|
1029|   namespace test_return_type_deduction
1030|   {
1031|
1032|     auto f(int& x) { return x; }
1033|     decltype(auto) g(int& x) { return x; }
1034|
1035|     template < typename T1, typename T2 >
1036|     struct is_same
1037|     {
1038|       static constexpr auto value = false;
1039|     };
1040|
1041|     template < typename T >
1042|     struct is_same<T, T>
1043|     {
1044|       static constexpr auto value = true;
1045|     };
1046|
1047|     int
1048|     test()
1049|     {
1050|       auto x = 0;
1051|       static_assert(is_same<int, decltype(f(x))>::value, "");
1052|       static_assert(is_same<int&, decltype(g(x))>::value, "");
1053|       return x;
1054|     }
1055|
1056|   }
1057|
1058| }  // namespace cxx14
1059|
1060| #endif  // __cplusplus >= 201402L
1061|
1062|
1063|
1064configure:8053: result: no
1065configure:8063: checking whether /usr/bin/clang++ supports C++14 features with -std=gnu++14
1066configure:8480: /usr/bin/clang++ -std=gnu++14 -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
1067configure:8480: $? = 0
1068configure:8490: result: yes
1069configure:9023: checking how to print strings
1070configure:9050: result: printf
1071configure:9071: checking for a sed that does not truncate output
1072configure:9141: result: /opt/local/bin/gsed
1073configure:9159: checking for grep that handles long lines and -e
1074configure:9223: result: /usr/bin/grep
1075configure:9228: checking for egrep
1076configure:9296: result: /usr/bin/grep -E
1077configure:9301: checking for fgrep
1078configure:9369: result: /usr/bin/grep -F
1079configure:9405: checking for ld used by /usr/bin/clang
1080configure:9473: result: /Library/Developer/CommandLineTools/usr/bin/ld
1081configure:9480: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
1082configure:9496: result: no
1083configure:9508: checking for BSD- or MS-compatible name lister (nm)
1084configure:9563: result: /opt/local/bin/nm -B
1085configure:9703: checking the name lister (/opt/local/bin/nm -B) interface
1086configure:9711: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1087configure:9714: /opt/local/bin/nm -B "conftest.o"
1088configure:9717: output
10890000000000000000 S _some_variable
1090configure:9724: result: BSD nm
1091configure:9727: checking whether ln -s works
1092configure:9731: result: yes
1093configure:9739: checking the maximum length of command line arguments
1094configure:9871: result: 196608
1095configure:9919: checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format
1096configure:9960: result: func_convert_file_noop
1097configure:9967: checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format
1098configure:9988: result: func_convert_file_noop
1099configure:9995: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
1100configure:10003: result: -r
1101configure:10082: checking for objdump
1102configure:10103: found /usr/bin/objdump
1103configure:10114: result: objdump
1104configure:10143: checking how to recognize dependent libraries
1105configure:10344: result: pass_all
1106configure:10434: checking for dlltool
1107configure:10469: result: no
1108configure:10496: checking how to associate runtime and link libraries
1109configure:10524: result: printf %s\n
1110configure:10590: checking for ar
1111configure:10611: found /opt/local/bin/ar
1112configure:10622: result: ar
1113configure:10659: checking for archiver @FILE support
1114configure:10677: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1115configure:10677: $? = 0
1116configure:10681: ar cru libconftest.a @conftest.lst >&5
1117ar: @conftest.lst: No such file or directory
1118configure:10684: $? = 1
1119configure:10704: result: no
1120configure:10767: checking for strip
1121configure:10788: found /opt/local/bin/strip
1122configure:10799: result: strip
1123configure:10876: checking for ranlib
1124configure:10897: found /opt/local/bin/ranlib
1125configure:10908: result: ranlib
1126configure:11010: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
1127configure:11164: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1128configure:11167: $? = 0
1129configure:11171: /opt/local/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
1130configure:11174: $? = 0
1131cannot find nm_test_var in conftest.nm
1132configure:11164: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1133configure:11167: $? = 0
1134configure:11171: /opt/local/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
1135configure:11174: $? = 0
1136configure:11240: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c conftstm.o >&5
1137configure:11243: $? = 0
1138configure:11281: result: ok
1139configure:11328: checking for sysroot
1140configure:11359: result: no
1141configure:11366: checking for a working dd
1142configure:11410: result: /bin/dd
1143configure:11414: checking how to truncate binary pipes
1144configure:11430: result: /bin/dd bs=4096 count=1
1145configure:11767: checking for mt
1146configure:11802: result: no
1147configure:11822: checking if : is a manifest tool
1148configure:11829: : '-?'
1149configure:11837: result: no
1150configure:11898: checking for dsymutil
1151configure:11919: found /usr/bin/dsymutil
1152configure:11930: result: dsymutil
1153configure:12000: checking for nmedit
1154configure:12021: found /opt/local/bin/nmedit
1155configure:12032: result: nmedit
1156configure:12102: checking for lipo
1157configure:12123: found /opt/local/bin/lipo
1158configure:12134: result: lipo
1159configure:12204: checking for otool
1160configure:12225: found /opt/local/bin/otool
1161configure:12236: result: otool
1162configure:12306: checking for otool64
1163configure:12341: result: no
1164configure:12386: checking for -single_module linker flag
1165/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
1166configure:12420: result: yes
1167configure:12423: checking for -exported_symbols_list linker flag
1168configure:12444: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
1169configure:12444: $? = 0
1170configure:12455: result: yes
1171configure:12458: checking for -force_load linker flag
1172/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
1173ar cru libconftest.a conftest.o
1174ranlib libconftest.a
1175/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
1176configure:12491: result: yes
1177configure:12562: checking for stdio.h
1178configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1179configure:12562: $? = 0
1180configure:12562: result: yes
1181configure:12562: checking for stdlib.h
1182configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1183configure:12562: $? = 0
1184configure:12562: result: yes
1185configure:12562: checking for string.h
1186configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1187configure:12562: $? = 0
1188configure:12562: result: yes
1189configure:12562: checking for inttypes.h
1190configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1191configure:12562: $? = 0
1192configure:12562: result: yes
1193configure:12562: checking for stdint.h
1194configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1195configure:12562: $? = 0
1196configure:12562: result: yes
1197configure:12562: checking for strings.h
1198configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1199configure:12562: $? = 0
1200configure:12562: result: yes
1201configure:12562: checking for sys/stat.h
1202configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1203configure:12562: $? = 0
1204configure:12562: result: yes
1205configure:12562: checking for sys/types.h
1206configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1207configure:12562: $? = 0
1208configure:12562: result: yes
1209configure:12562: checking for unistd.h
1210configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1211configure:12562: $? = 0
1212configure:12562: result: yes
1213configure:12562: checking for sys/time.h
1214configure:12562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1215configure:12562: $? = 0
1216configure:12562: result: yes
1217configure:12587: checking for dlfcn.h
1218configure:12587: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1219configure:12587: $? = 0
1220configure:12587: result: yes
1221configure:13183: checking for objdir
1222configure:13199: result: .libs
1223configure:13463: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
1224configure:13482: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
1225configure:13486: $? = 0
1226configure:13499: result: yes
1227configure:13857: checking for /usr/bin/clang option to produce PIC
1228configure:13865: result: -fno-common -DPIC
1229configure:13873: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
1230configure:13892: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
1231configure:13896: $? = 0
1232configure:13909: result: yes
1233configure:13938: checking if /usr/bin/clang static flag -static works
1234configure:13967: result: no
1235configure:13982: checking if /usr/bin/clang supports -c -o file.o
1236configure:14004: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
1237configure:14008: $? = 0
1238configure:14030: result: yes
1239configure:14038: checking if /usr/bin/clang supports -c -o file.o
1240configure:14086: result: yes
1241configure:14119: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
1242configure:15385: result: yes
1243configure:15626: checking dynamic linker characteristics
1244configure:16447: result: darwin16.7.0 dyld
1245configure:16569: checking how to hardcode library paths into programs
1246configure:16594: result: immediate
1247configure:17146: checking whether stripping libraries is possible
1248configure:17160: result: yes
1249configure:17186: checking if libtool supports shared libraries
1250configure:17188: result: yes
1251configure:17191: checking whether to build shared libraries
1252configure:17216: result: yes
1253configure:17219: checking whether to build static libraries
1254configure:17223: result: no
1255configure:17246: checking how to run the C++ preprocessor
1256configure:17268: /usr/bin/clang++ -std=gnu++14 -E -I/opt/local/include conftest.cpp
1257configure:17268: $? = 0
1258configure:17283: /usr/bin/clang++ -std=gnu++14 -E -I/opt/local/include conftest.cpp
1259conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
1260#include <ac_nonexistent.h>
1261         ^~~~~~~~~~~~~~~~~~
12621 error generated.
1263configure:17283: $? = 1
1264configure: failed program was:
1265| /* confdefs.h */
1266| #define PACKAGE_NAME "GIMP"
1267| #define PACKAGE_TARNAME "gimp"
1268| #define PACKAGE_VERSION "2.10.22"
1269| #define PACKAGE_STRING "GIMP 2.10.22"
1270| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1271| #define PACKAGE_URL ""
1272| #define GIMP_PKGCONFIG_VERSION "2.0"
1273| #define GIMP_TOOL_VERSION "2.0"
1274| #define GETTEXT_PACKAGE "gimp20"
1275| #define HAVE_CXX14 1
1276| #define HAVE_STDIO_H 1
1277| #define HAVE_STDLIB_H 1
1278| #define HAVE_STRING_H 1
1279| #define HAVE_INTTYPES_H 1
1280| #define HAVE_STDINT_H 1
1281| #define HAVE_STRINGS_H 1
1282| #define HAVE_SYS_STAT_H 1
1283| #define HAVE_SYS_TYPES_H 1
1284| #define HAVE_UNISTD_H 1
1285| #define HAVE_SYS_TIME_H 1
1286| #define STDC_HEADERS 1
1287| #define HAVE_DLFCN_H 1
1288| #define LT_OBJDIR ".libs/"
1289| /* end confdefs.h.  */
1290| #include <ac_nonexistent.h>
1291configure:17310: result: /usr/bin/clang++ -std=gnu++14 -E
1292configure:17324: /usr/bin/clang++ -std=gnu++14 -E -I/opt/local/include conftest.cpp
1293configure:17324: $? = 0
1294configure:17339: /usr/bin/clang++ -std=gnu++14 -E -I/opt/local/include conftest.cpp
1295conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
1296#include <ac_nonexistent.h>
1297         ^~~~~~~~~~~~~~~~~~
12981 error generated.
1299configure:17339: $? = 1
1300configure: failed program was:
1301| /* confdefs.h */
1302| #define PACKAGE_NAME "GIMP"
1303| #define PACKAGE_TARNAME "gimp"
1304| #define PACKAGE_VERSION "2.10.22"
1305| #define PACKAGE_STRING "GIMP 2.10.22"
1306| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1307| #define PACKAGE_URL ""
1308| #define GIMP_PKGCONFIG_VERSION "2.0"
1309| #define GIMP_TOOL_VERSION "2.0"
1310| #define GETTEXT_PACKAGE "gimp20"
1311| #define HAVE_CXX14 1
1312| #define HAVE_STDIO_H 1
1313| #define HAVE_STDLIB_H 1
1314| #define HAVE_STRING_H 1
1315| #define HAVE_INTTYPES_H 1
1316| #define HAVE_STDINT_H 1
1317| #define HAVE_STRINGS_H 1
1318| #define HAVE_SYS_STAT_H 1
1319| #define HAVE_SYS_TYPES_H 1
1320| #define HAVE_UNISTD_H 1
1321| #define HAVE_SYS_TIME_H 1
1322| #define STDC_HEADERS 1
1323| #define HAVE_DLFCN_H 1
1324| #define LT_OBJDIR ".libs/"
1325| /* end confdefs.h.  */
1326| #include <ac_nonexistent.h>
1327configure:17504: checking for ld used by /usr/bin/clang++ -std=gnu++14
1328configure:17572: result: /Library/Developer/CommandLineTools/usr/bin/ld
1329configure:17579: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
1330configure:17595: result: no
1331configure:17650: checking whether the /usr/bin/clang++ -std=gnu++14 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
1332configure:18727: result: yes
1333configure:18763: /usr/bin/clang++ -std=gnu++14 -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
1334configure:18766: $? = 0
1335configure:19247: checking for /usr/bin/clang++ -std=gnu++14 option to produce PIC
1336configure:19255: result: -fno-common -DPIC
1337configure:19263: checking if /usr/bin/clang++ -std=gnu++14 PIC flag -fno-common -DPIC works
1338configure:19282: /usr/bin/clang++ -std=gnu++14 -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
1339configure:19286: $? = 0
1340configure:19299: result: yes
1341configure:19322: checking if /usr/bin/clang++ -std=gnu++14 static flag -static works
1342configure:19351: result: no
1343configure:19363: checking if /usr/bin/clang++ -std=gnu++14 supports -c -o file.o
1344configure:19385: /usr/bin/clang++ -std=gnu++14 -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
1345configure:19389: $? = 0
1346configure:19411: result: yes
1347configure:19416: checking if /usr/bin/clang++ -std=gnu++14 supports -c -o file.o
1348configure:19464: result: yes
1349configure:19494: checking whether the /usr/bin/clang++ -std=gnu++14 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
1350configure:19534: result: yes
1351configure:19676: checking dynamic linker characteristics
1352configure:20424: result: darwin16.7.0 dyld
1353configure:20489: checking how to hardcode library paths into programs
1354configure:20514: result: immediate
1355configure:20585: checking dependency style of /usr/bin/clang
1356configure:20695: result: gcc3
1357configure:20713: checking whether to enable maintainer-specific portions of Makefiles
1358configure:20723: result: yes
1359configure:20797: checking for pkg-config
1360configure:20820: found /opt/local/bin/pkg-config
1361configure:20832: result: /opt/local/bin/pkg-config
1362configure:20857: checking pkg-config is at least version 0.16
1363configure:20860: result: yes
1364configure:20876: checking for host type
1365configure:20878: result: x86_64-apple-darwin16.7.0
1366configure:20881: checking for host processor
1367configure:20900: result: x86-64
1368configure:20933: checking if compiling for Linux
1369configure:20943: result: no
1370configure:20959: checking if compiling for Win32
1371configure:20969: result: no
1372configure:21197: checking if compiling for Mac OS X
1373configure:21201: result: yes
1374configure:21211: result: yes
1375configure:21229: checking whether make sets $(MAKE)
1376configure:21252: result: yes
1377configure:21261: checking whether ln -s works
1378configure:21265: result: yes
1379configure:21282: checking for special C compiler options needed for large files
1380configure:21330: result: no
1381configure:21336: checking for _FILE_OFFSET_BITS value needed for large files
1382configure:21362: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1383configure:21362: $? = 0
1384configure:21396: result: no
1385configure:21479: checking whether to turn on debugging
1386configure:21495: result: no
1387configure:21499: checking whether to turn on profiling
1388configure:21515: result: no
1389configure:21555: checking whether /usr/bin/clang understands -Wdeclaration-after-statement
1390configure:21568: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Werror -Wdeclaration-after-statement -I/opt/local/include conftest.c >&5
1391configure:21568: $? = 0
1392configure:21575: result: yes
1393configure:21592: checking whether /usr/bin/clang understands -Wmissing-prototypes
1394configure:21605: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Werror -Wmissing-prototypes -I/opt/local/include conftest.c >&5
1395configure:21605: $? = 0
1396configure:21612: result: yes
1397configure:21633: checking whether /usr/bin/clang understands -Werror=missing-prototypes
1398configure:21646: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror -Werror=missing-prototypes -I/opt/local/include conftest.c >&5
1399configure:21646: $? = 0
1400configure:21653: result: yes
1401configure:21670: checking whether /usr/bin/clang understands -Wstrict-prototypes
1402configure:21683: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Werror -Wstrict-prototypes -I/opt/local/include conftest.c >&5
1403configure:21683: $? = 0
1404configure:21690: result: yes
1405configure:21707: checking whether /usr/bin/clang understands -Wmissing-declarations
1406configure:21720: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Werror -Wmissing-declarations -I/opt/local/include conftest.c >&5
1407configure:21720: $? = 0
1408configure:21727: result: yes
1409configure:21744: checking whether /usr/bin/clang understands -Winit-self
1410configure:21757: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror -Winit-self -I/opt/local/include conftest.c >&5
1411configure:21757: $? = 0
1412configure:21764: result: yes
1413configure:21781: checking whether /usr/bin/clang understands -Wpointer-arith
1414configure:21794: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Werror -Wpointer-arith -I/opt/local/include conftest.c >&5
1415configure:21794: $? = 0
1416configure:21801: result: yes
1417configure:21818: checking whether /usr/bin/clang understands -Wold-style-definition
1418configure:21831: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Werror -Wold-style-definition -I/opt/local/include conftest.c >&5
1419configure:21831: $? = 0
1420configure:21838: result: yes
1421configure:21855: checking whether /usr/bin/clang understands -Wmissing-format-attribute
1422configure:21868: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Werror -Wmissing-format-attribute -I/opt/local/include conftest.c >&5
1423configure:21868: $? = 0
1424configure:21875: result: yes
1425configure:21892: checking whether /usr/bin/clang understands -Wformat-security
1426configure:21905: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Werror -Wformat-security -I/opt/local/include conftest.c >&5
1427configure:21905: $? = 0
1428configure:21912: result: yes
1429configure:21929: checking whether /usr/bin/clang understands -Wlogical-op
1430configure:21942: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security -Werror -Wlogical-op -I/opt/local/include conftest.c >&5
1431error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
1432configure:21942: $? = 1
1433configure: failed program was:
1434| /* confdefs.h */
1435| #define PACKAGE_NAME "GIMP"
1436| #define PACKAGE_TARNAME "gimp"
1437| #define PACKAGE_VERSION "2.10.22"
1438| #define PACKAGE_STRING "GIMP 2.10.22"
1439| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1440| #define PACKAGE_URL ""
1441| #define GIMP_PKGCONFIG_VERSION "2.0"
1442| #define GIMP_TOOL_VERSION "2.0"
1443| #define GETTEXT_PACKAGE "gimp20"
1444| #define HAVE_CXX14 1
1445| #define HAVE_STDIO_H 1
1446| #define HAVE_STDLIB_H 1
1447| #define HAVE_STRING_H 1
1448| #define HAVE_INTTYPES_H 1
1449| #define HAVE_STDINT_H 1
1450| #define HAVE_STRINGS_H 1
1451| #define HAVE_SYS_STAT_H 1
1452| #define HAVE_SYS_TYPES_H 1
1453| #define HAVE_UNISTD_H 1
1454| #define HAVE_SYS_TIME_H 1
1455| #define STDC_HEADERS 1
1456| #define HAVE_DLFCN_H 1
1457| #define LT_OBJDIR ".libs/"
1458| #define ARCH_X86 1
1459| #define ARCH_X86_64 1
1460| #define PLATFORM_OSX 1
1461| /* end confdefs.h.  */
1462|
1463| int
1464| main (void)
1465| {
1466|
1467|   ;
1468|   return 0;
1469| }
1470configure:21949: result: no
1471configure:21966: checking whether /usr/bin/clang understands -Wtype-limits
1472configure:21979: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Werror -Wtype-limits -I/opt/local/include conftest.c >&5
1473configure:21979: $? = 0
1474configure:21986: result: yes
1475configure:22003: checking whether /usr/bin/clang understands -fno-common
1476configure:22016: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -Werror -fno-common -I/opt/local/include conftest.c >&5
1477configure:22016: $? = 0
1478configure:22023: result: yes
1479configure:22040: checking whether /usr/bin/clang understands -fdiagnostics-show-option
1480configure:22053: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -Werror -fdiagnostics-show-option -I/opt/local/include conftest.c >&5
1481configure:22053: $? = 0
1482configure:22060: result: yes
1483configure:22077: checking whether /usr/bin/clang understands -Wreturn-type
1484configure:22090: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Werror -Wreturn-type -I/opt/local/include conftest.c >&5
1485configure:22090: $? = 0
1486configure:22097: result: yes
1487configure:22123: checking whether /usr/bin/clang understands --omg-optimized
1488configure:22136: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type -Werror --omg-optimized -I/opt/local/include conftest.c >&5
1489clang: error: unsupported option '--omg-optimized'
1490configure:22136: $? = 1
1491configure: failed program was:
1492| /* confdefs.h */
1493| #define PACKAGE_NAME "GIMP"
1494| #define PACKAGE_TARNAME "gimp"
1495| #define PACKAGE_VERSION "2.10.22"
1496| #define PACKAGE_STRING "GIMP 2.10.22"
1497| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1498| #define PACKAGE_URL ""
1499| #define GIMP_PKGCONFIG_VERSION "2.0"
1500| #define GIMP_TOOL_VERSION "2.0"
1501| #define GETTEXT_PACKAGE "gimp20"
1502| #define HAVE_CXX14 1
1503| #define HAVE_STDIO_H 1
1504| #define HAVE_STDLIB_H 1
1505| #define HAVE_STRING_H 1
1506| #define HAVE_INTTYPES_H 1
1507| #define HAVE_STDINT_H 1
1508| #define HAVE_STRINGS_H 1
1509| #define HAVE_SYS_STAT_H 1
1510| #define HAVE_SYS_TYPES_H 1
1511| #define HAVE_UNISTD_H 1
1512| #define HAVE_SYS_TIME_H 1
1513| #define STDC_HEADERS 1
1514| #define HAVE_DLFCN_H 1
1515| #define LT_OBJDIR ".libs/"
1516| #define ARCH_X86 1
1517| #define ARCH_X86_64 1
1518| #define PLATFORM_OSX 1
1519| /* end confdefs.h.  */
1520|
1521| int
1522| main (void)
1523| {
1524|
1525|   ;
1526|   return 0;
1527| }
1528configure:22143: result: no
1529configure:22160: checking whether /usr/bin/clang understands --disable-instructions
1530configure:22173: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type  -Werror --disable-instructions -I/opt/local/include conftest.c >&5
1531clang: error: unsupported option '--disable-instructions'
1532configure:22173: $? = 1
1533configure: failed program was:
1534| /* confdefs.h */
1535| #define PACKAGE_NAME "GIMP"
1536| #define PACKAGE_TARNAME "gimp"
1537| #define PACKAGE_VERSION "2.10.22"
1538| #define PACKAGE_STRING "GIMP 2.10.22"
1539| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1540| #define PACKAGE_URL ""
1541| #define GIMP_PKGCONFIG_VERSION "2.0"
1542| #define GIMP_TOOL_VERSION "2.0"
1543| #define GETTEXT_PACKAGE "gimp20"
1544| #define HAVE_CXX14 1
1545| #define HAVE_STDIO_H 1
1546| #define HAVE_STDLIB_H 1
1547| #define HAVE_STRING_H 1
1548| #define HAVE_INTTYPES_H 1
1549| #define HAVE_STDINT_H 1
1550| #define HAVE_STRINGS_H 1
1551| #define HAVE_SYS_STAT_H 1
1552| #define HAVE_SYS_TYPES_H 1
1553| #define HAVE_UNISTD_H 1
1554| #define HAVE_SYS_TIME_H 1
1555| #define STDC_HEADERS 1
1556| #define HAVE_DLFCN_H 1
1557| #define LT_OBJDIR ".libs/"
1558| #define ARCH_X86 1
1559| #define ARCH_X86_64 1
1560| #define PLATFORM_OSX 1
1561| /* end confdefs.h.  */
1562|
1563| int
1564| main (void)
1565| {
1566|
1567|   ;
1568|   return 0;
1569| }
1570configure:22180: result: no
1571configure:22262: checking for egrep
1572configure:22330: result: /usr/bin/grep -E
1573configure:22336: checking for sys/wait.h that is POSIX.1 compatible
1574configure:22363: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1575configure:22363: $? = 0
1576configure:22371: result: yes
1577configure:22390: checking for execinfo.h
1578configure:22390: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1579configure:22390: $? = 0
1580configure:22390: result: yes
1581configure:22396: checking for fcntl.h
1582configure:22396: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1583configure:22396: $? = 0
1584configure:22396: result: yes
1585configure:22402: checking for sys/param.h
1586configure:22402: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1587configure:22402: $? = 0
1588configure:22402: result: yes
1589configure:22408: checking for sys/prctl.h
1590configure:22408: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1591conftest.c:62:10: fatal error: 'sys/prctl.h' file not found
1592#include <sys/prctl.h>
1593         ^~~~~~~~~~~~~
15941 error generated.
1595configure:22408: $? = 1
1596configure: failed program was:
1597| /* confdefs.h */
1598| #define PACKAGE_NAME "GIMP"
1599| #define PACKAGE_TARNAME "gimp"
1600| #define PACKAGE_VERSION "2.10.22"
1601| #define PACKAGE_STRING "GIMP 2.10.22"
1602| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1603| #define PACKAGE_URL ""
1604| #define GIMP_PKGCONFIG_VERSION "2.0"
1605| #define GIMP_TOOL_VERSION "2.0"
1606| #define GETTEXT_PACKAGE "gimp20"
1607| #define HAVE_CXX14 1
1608| #define HAVE_STDIO_H 1
1609| #define HAVE_STDLIB_H 1
1610| #define HAVE_STRING_H 1
1611| #define HAVE_INTTYPES_H 1
1612| #define HAVE_STDINT_H 1
1613| #define HAVE_STRINGS_H 1
1614| #define HAVE_SYS_STAT_H 1
1615| #define HAVE_SYS_TYPES_H 1
1616| #define HAVE_UNISTD_H 1
1617| #define HAVE_SYS_TIME_H 1
1618| #define STDC_HEADERS 1
1619| #define HAVE_DLFCN_H 1
1620| #define LT_OBJDIR ".libs/"
1621| #define ARCH_X86 1
1622| #define ARCH_X86_64 1
1623| #define PLATFORM_OSX 1
1624| #define HAVE_SYS_WAIT_H 1
1625| #define TIME_WITH_SYS_TIME 1
1626| #define HAVE_EXECINFO_H 1
1627| #define HAVE_FCNTL_H 1
1628| #define HAVE_SYS_PARAM_H 1
1629| /* end confdefs.h.  */
1630| #include <stddef.h>
1631| #ifdef HAVE_STDIO_H
1632| # include <stdio.h>
1633| #endif
1634| #ifdef HAVE_STDLIB_H
1635| # include <stdlib.h>
1636| #endif
1637| #ifdef HAVE_STRING_H
1638| # include <string.h>
1639| #endif
1640| #ifdef HAVE_INTTYPES_H
1641| # include <inttypes.h>
1642| #endif
1643| #ifdef HAVE_STDINT_H
1644| # include <stdint.h>
1645| #endif
1646| #ifdef HAVE_STRINGS_H
1647| # include <strings.h>
1648| #endif
1649| #ifdef HAVE_SYS_TYPES_H
1650| # include <sys/types.h>
1651| #endif
1652| #ifdef HAVE_SYS_STAT_H
1653| # include <sys/stat.h>
1654| #endif
1655| #ifdef HAVE_UNISTD_H
1656| # include <unistd.h>
1657| #endif
1658| #include <sys/prctl.h>
1659configure:22408: result: no
1660configure:22414: checking for sys/thr.h
1661configure:22414: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1662conftest.c:62:10: fatal error: 'sys/thr.h' file not found
1663#include <sys/thr.h>
1664         ^~~~~~~~~~~
16651 error generated.
1666configure:22414: $? = 1
1667configure: failed program was:
1668| /* confdefs.h */
1669| #define PACKAGE_NAME "GIMP"
1670| #define PACKAGE_TARNAME "gimp"
1671| #define PACKAGE_VERSION "2.10.22"
1672| #define PACKAGE_STRING "GIMP 2.10.22"
1673| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1674| #define PACKAGE_URL ""
1675| #define GIMP_PKGCONFIG_VERSION "2.0"
1676| #define GIMP_TOOL_VERSION "2.0"
1677| #define GETTEXT_PACKAGE "gimp20"
1678| #define HAVE_CXX14 1
1679| #define HAVE_STDIO_H 1
1680| #define HAVE_STDLIB_H 1
1681| #define HAVE_STRING_H 1
1682| #define HAVE_INTTYPES_H 1
1683| #define HAVE_STDINT_H 1
1684| #define HAVE_STRINGS_H 1
1685| #define HAVE_SYS_STAT_H 1
1686| #define HAVE_SYS_TYPES_H 1
1687| #define HAVE_UNISTD_H 1
1688| #define HAVE_SYS_TIME_H 1
1689| #define STDC_HEADERS 1
1690| #define HAVE_DLFCN_H 1
1691| #define LT_OBJDIR ".libs/"
1692| #define ARCH_X86 1
1693| #define ARCH_X86_64 1
1694| #define PLATFORM_OSX 1
1695| #define HAVE_SYS_WAIT_H 1
1696| #define TIME_WITH_SYS_TIME 1
1697| #define HAVE_EXECINFO_H 1
1698| #define HAVE_FCNTL_H 1
1699| #define HAVE_SYS_PARAM_H 1
1700| /* end confdefs.h.  */
1701| #include <stddef.h>
1702| #ifdef HAVE_STDIO_H
1703| # include <stdio.h>
1704| #endif
1705| #ifdef HAVE_STDLIB_H
1706| # include <stdlib.h>
1707| #endif
1708| #ifdef HAVE_STRING_H
1709| # include <string.h>
1710| #endif
1711| #ifdef HAVE_INTTYPES_H
1712| # include <inttypes.h>
1713| #endif
1714| #ifdef HAVE_STDINT_H
1715| # include <stdint.h>
1716| #endif
1717| #ifdef HAVE_STRINGS_H
1718| # include <strings.h>
1719| #endif
1720| #ifdef HAVE_SYS_TYPES_H
1721| # include <sys/types.h>
1722| #endif
1723| #ifdef HAVE_SYS_STAT_H
1724| # include <sys/stat.h>
1725| #endif
1726| #ifdef HAVE_UNISTD_H
1727| # include <unistd.h>
1728| #endif
1729| #include <sys/thr.h>
1730configure:22414: result: no
1731configure:22420: checking for sys/time.h
1732configure:22420: result: yes
1733configure:22426: checking for sys/times.h
1734configure:22426: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1735configure:22426: $? = 0
1736configure:22426: result: yes
1737configure:22432: checking for sys/wait.h
1738configure:22432: result: yes
1739configure:22438: checking for unistd.h
1740configure:22438: result: yes
1741configure:22448: checking for backtrace
1742configure:22448: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1743conftest.c:54:16: warning: this function declaration is not a prototype [-Wstrict-prototypes]
1744char backtrace ();
1745               ^
1746                void
17471 warning generated.
1748configure:22448: $? = 0
1749configure:22448: result: yes
1750configure:22502: checking for pid_t
1751configure:22502: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1752configure:22502: $? = 0
1753configure:22502: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1754conftest.c:71:20: error: expected expression
1755if (sizeof ((pid_t)))
1756                   ^
17571 error generated.
1758configure:22502: $? = 1
1759configure: failed program was:
1760| /* confdefs.h */
1761| #define PACKAGE_NAME "GIMP"
1762| #define PACKAGE_TARNAME "gimp"
1763| #define PACKAGE_VERSION "2.10.22"
1764| #define PACKAGE_STRING "GIMP 2.10.22"
1765| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1766| #define PACKAGE_URL ""
1767| #define GIMP_PKGCONFIG_VERSION "2.0"
1768| #define GIMP_TOOL_VERSION "2.0"
1769| #define GETTEXT_PACKAGE "gimp20"
1770| #define HAVE_CXX14 1
1771| #define HAVE_STDIO_H 1
1772| #define HAVE_STDLIB_H 1
1773| #define HAVE_STRING_H 1
1774| #define HAVE_INTTYPES_H 1
1775| #define HAVE_STDINT_H 1
1776| #define HAVE_STRINGS_H 1
1777| #define HAVE_SYS_STAT_H 1
1778| #define HAVE_SYS_TYPES_H 1
1779| #define HAVE_UNISTD_H 1
1780| #define HAVE_SYS_TIME_H 1
1781| #define STDC_HEADERS 1
1782| #define HAVE_DLFCN_H 1
1783| #define LT_OBJDIR ".libs/"
1784| #define ARCH_X86 1
1785| #define ARCH_X86_64 1
1786| #define PLATFORM_OSX 1
1787| #define HAVE_SYS_WAIT_H 1
1788| #define TIME_WITH_SYS_TIME 1
1789| #define HAVE_EXECINFO_H 1
1790| #define HAVE_FCNTL_H 1
1791| #define HAVE_SYS_PARAM_H 1
1792| #define HAVE_SYS_TIME_H 1
1793| #define HAVE_SYS_TIMES_H 1
1794| #define HAVE_SYS_WAIT_H 1
1795| #define HAVE_UNISTD_H 1
1796| #define HAVE_BACKTRACE 1
1797| /* end confdefs.h.  */
1798| #include <stddef.h>
1799| #ifdef HAVE_STDIO_H
1800| # include <stdio.h>
1801| #endif
1802| #ifdef HAVE_STDLIB_H
1803| # include <stdlib.h>
1804| #endif
1805| #ifdef HAVE_STRING_H
1806| # include <string.h>
1807| #endif
1808| #ifdef HAVE_INTTYPES_H
1809| # include <inttypes.h>
1810| #endif
1811| #ifdef HAVE_STDINT_H
1812| # include <stdint.h>
1813| #endif
1814| #ifdef HAVE_STRINGS_H
1815| # include <strings.h>
1816| #endif
1817| #ifdef HAVE_SYS_TYPES_H
1818| # include <sys/types.h>
1819| #endif
1820| #ifdef HAVE_SYS_STAT_H
1821| # include <sys/stat.h>
1822| #endif
1823| #ifdef HAVE_UNISTD_H
1824| # include <unistd.h>
1825| #endif
1826|
1827| int
1828| main (void)
1829| {
1830| if (sizeof ((pid_t)))
1831|           return 0;
1832|   ;
1833|   return 0;
1834| }
1835configure:22502: result: yes
1836configure:22542: checking for vprintf
1837configure:22542: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1838conftest.c:55:14: warning: this function declaration is not a prototype [-Wstrict-prototypes]
1839char vprintf ();
1840             ^
1841              void
1842conftest.c:55:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
1843char vprintf ();
1844     ^
1845conftest.c:55:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
18462 warnings generated.
1847configure:22542: $? = 0
1848configure:22542: result: yes
1849configure:22564: checking for size_t
1850configure:22564: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1851configure:22564: $? = 0
1852configure:22564: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
1853conftest.c:71:21: error: expected expression
1854if (sizeof ((size_t)))
1855                    ^
18561 error generated.
1857configure:22564: $? = 1
1858configure: failed program was:
1859| /* confdefs.h */
1860| #define PACKAGE_NAME "GIMP"
1861| #define PACKAGE_TARNAME "gimp"
1862| #define PACKAGE_VERSION "2.10.22"
1863| #define PACKAGE_STRING "GIMP 2.10.22"
1864| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1865| #define PACKAGE_URL ""
1866| #define GIMP_PKGCONFIG_VERSION "2.0"
1867| #define GIMP_TOOL_VERSION "2.0"
1868| #define GETTEXT_PACKAGE "gimp20"
1869| #define HAVE_CXX14 1
1870| #define HAVE_STDIO_H 1
1871| #define HAVE_STDLIB_H 1
1872| #define HAVE_STRING_H 1
1873| #define HAVE_INTTYPES_H 1
1874| #define HAVE_STDINT_H 1
1875| #define HAVE_STRINGS_H 1
1876| #define HAVE_SYS_STAT_H 1
1877| #define HAVE_SYS_TYPES_H 1
1878| #define HAVE_UNISTD_H 1
1879| #define HAVE_SYS_TIME_H 1
1880| #define STDC_HEADERS 1
1881| #define HAVE_DLFCN_H 1
1882| #define LT_OBJDIR ".libs/"
1883| #define ARCH_X86 1
1884| #define ARCH_X86_64 1
1885| #define PLATFORM_OSX 1
1886| #define HAVE_SYS_WAIT_H 1
1887| #define TIME_WITH_SYS_TIME 1
1888| #define HAVE_EXECINFO_H 1
1889| #define HAVE_FCNTL_H 1
1890| #define HAVE_SYS_PARAM_H 1
1891| #define HAVE_SYS_TIME_H 1
1892| #define HAVE_SYS_TIMES_H 1
1893| #define HAVE_SYS_WAIT_H 1
1894| #define HAVE_UNISTD_H 1
1895| #define HAVE_BACKTRACE 1
1896| #define HAVE_VPRINTF 1
1897| /* end confdefs.h.  */
1898| #include <stddef.h>
1899| #ifdef HAVE_STDIO_H
1900| # include <stdio.h>
1901| #endif
1902| #ifdef HAVE_STDLIB_H
1903| # include <stdlib.h>
1904| #endif
1905| #ifdef HAVE_STRING_H
1906| # include <string.h>
1907| #endif
1908| #ifdef HAVE_INTTYPES_H
1909| # include <inttypes.h>
1910| #endif
1911| #ifdef HAVE_STDINT_H
1912| # include <stdint.h>
1913| #endif
1914| #ifdef HAVE_STRINGS_H
1915| # include <strings.h>
1916| #endif
1917| #ifdef HAVE_SYS_TYPES_H
1918| # include <sys/types.h>
1919| #endif
1920| #ifdef HAVE_SYS_STAT_H
1921| # include <sys/stat.h>
1922| #endif
1923| #ifdef HAVE_UNISTD_H
1924| # include <unistd.h>
1925| #endif
1926| int
1927| main (void)
1928| {
1929| if (sizeof ((size_t)))
1930|           return 0;
1931|   ;
1932|   return 0;
1933| }
1934configure:22564: result: yes
1935configure:22576: checking for working alloca.h
1936configure:22594: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1937configure:22594: $? = 0
1938configure:22603: result: yes
1939configure:22611: checking for alloca
1940configure:22656: result: yes
1941configure:22725: checking for fsync
1942configure:22725: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1943conftest.c:58:12: warning: this function declaration is not a prototype [-Wstrict-prototypes]
1944char fsync ();
1945           ^
1946            void
19471 warning generated.
1948configure:22725: $? = 0
1949configure:22725: result: yes
1950configure:22732: checking for difftime
1951configure:22732: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1952conftest.c:59:15: warning: this function declaration is not a prototype [-Wstrict-prototypes]
1953char difftime ();
1954              ^
1955               void
19561 warning generated.
1957configure:22732: $? = 0
1958configure:22732: result: yes
1959configure:22738: checking for mmap
1960configure:22738: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1961conftest.c:60:11: warning: this function declaration is not a prototype [-Wstrict-prototypes]
1962char mmap ();
1963          ^
1964           void
19651 warning generated.
1966configure:22738: $? = 0
1967configure:22738: result: yes
1968configure:22745: checking for thr_self
1969configure:22745: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
1970conftest.c:61:15: warning: this function declaration is not a prototype [-Wstrict-prototypes]
1971char thr_self ();
1972              ^
1973               void
19741 warning generated.
1975Undefined symbols for architecture x86_64:
1976  "_thr_self", referenced from:
1977      _main in conftest-1b20f8.o
1978ld: symbol(s) not found for architecture x86_64
1979clang: error: linker command failed with exit code 1 (use -v to see invocation)
1980configure:22745: $? = 1
1981configure: failed program was:
1982| /* confdefs.h */
1983| #define PACKAGE_NAME "GIMP"
1984| #define PACKAGE_TARNAME "gimp"
1985| #define PACKAGE_VERSION "2.10.22"
1986| #define PACKAGE_STRING "GIMP 2.10.22"
1987| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
1988| #define PACKAGE_URL ""
1989| #define GIMP_PKGCONFIG_VERSION "2.0"
1990| #define GIMP_TOOL_VERSION "2.0"
1991| #define GETTEXT_PACKAGE "gimp20"
1992| #define HAVE_CXX14 1
1993| #define HAVE_STDIO_H 1
1994| #define HAVE_STDLIB_H 1
1995| #define HAVE_STRING_H 1
1996| #define HAVE_INTTYPES_H 1
1997| #define HAVE_STDINT_H 1
1998| #define HAVE_STRINGS_H 1
1999| #define HAVE_SYS_STAT_H 1
2000| #define HAVE_SYS_TYPES_H 1
2001| #define HAVE_UNISTD_H 1
2002| #define HAVE_SYS_TIME_H 1
2003| #define STDC_HEADERS 1
2004| #define HAVE_DLFCN_H 1
2005| #define LT_OBJDIR ".libs/"
2006| #define ARCH_X86 1
2007| #define ARCH_X86_64 1
2008| #define PLATFORM_OSX 1
2009| #define HAVE_SYS_WAIT_H 1
2010| #define TIME_WITH_SYS_TIME 1
2011| #define HAVE_EXECINFO_H 1
2012| #define HAVE_FCNTL_H 1
2013| #define HAVE_SYS_PARAM_H 1
2014| #define HAVE_SYS_TIME_H 1
2015| #define HAVE_SYS_TIMES_H 1
2016| #define HAVE_SYS_WAIT_H 1
2017| #define HAVE_UNISTD_H 1
2018| #define HAVE_BACKTRACE 1
2019| #define HAVE_VPRINTF 1
2020| #define HAVE_ALLOCA_H 1
2021| #define HAVE_ALLOCA 1
2022| #define HAVE_FSYNC 1
2023| #define HAVE_DIFFTIME 1
2024| #define HAVE_MMAP 1
2025| /* end confdefs.h.  */
2026| /* Define thr_self to an innocuous variant, in case <limits.h> declares thr_self.
2027|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2028| #define thr_self innocuous_thr_self
2029|
2030| /* System header to define __stub macros and hopefully few prototypes,
2031|    which can conflict with char thr_self (); below.  */
2032|
2033| #include <limits.h>
2034| #undef thr_self
2035|
2036| /* Override any GCC internal prototype to avoid an error.
2037|    Use char because int might match the return type of a GCC
2038|    builtin and then its argument prototype would still apply.  */
2039| #ifdef __cplusplus
2040| extern "C"
2041| #endif
2042| char thr_self ();
2043| /* The GNU C library defines this for functions which it implements
2044|     to always fail with ENOSYS.  Some functions are actually named
2045|     something starting with __ and the normal name is an alias.  */
2046| #if defined __stub_thr_self || defined __stub___thr_self
2047| choke me
2048| #endif
2049|
2050| int
2051| main (void)
2052| {
2053| return thr_self ();
2054|   ;
2055|   return 0;
2056| }
2057configure:22745: result: no
2058configure:22755: checking for _NL_MEASUREMENT_MEASUREMENT
2059configure:22768: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2060conftest.c:49:43: error: use of undeclared identifier '_NL_MEASUREMENT_MEASUREMENT'
2061char c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
2062                                          ^
20631 error generated.
2064configure:22768: $? = 1
2065configure: failed program was:
2066| /* confdefs.h */
2067| #define PACKAGE_NAME "GIMP"
2068| #define PACKAGE_TARNAME "gimp"
2069| #define PACKAGE_VERSION "2.10.22"
2070| #define PACKAGE_STRING "GIMP 2.10.22"
2071| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2072| #define PACKAGE_URL ""
2073| #define GIMP_PKGCONFIG_VERSION "2.0"
2074| #define GIMP_TOOL_VERSION "2.0"
2075| #define GETTEXT_PACKAGE "gimp20"
2076| #define HAVE_CXX14 1
2077| #define HAVE_STDIO_H 1
2078| #define HAVE_STDLIB_H 1
2079| #define HAVE_STRING_H 1
2080| #define HAVE_INTTYPES_H 1
2081| #define HAVE_STDINT_H 1
2082| #define HAVE_STRINGS_H 1
2083| #define HAVE_SYS_STAT_H 1
2084| #define HAVE_SYS_TYPES_H 1
2085| #define HAVE_UNISTD_H 1
2086| #define HAVE_SYS_TIME_H 1
2087| #define STDC_HEADERS 1
2088| #define HAVE_DLFCN_H 1
2089| #define LT_OBJDIR ".libs/"
2090| #define ARCH_X86 1
2091| #define ARCH_X86_64 1
2092| #define PLATFORM_OSX 1
2093| #define HAVE_SYS_WAIT_H 1
2094| #define TIME_WITH_SYS_TIME 1
2095| #define HAVE_EXECINFO_H 1
2096| #define HAVE_FCNTL_H 1
2097| #define HAVE_SYS_PARAM_H 1
2098| #define HAVE_SYS_TIME_H 1
2099| #define HAVE_SYS_TIMES_H 1
2100| #define HAVE_SYS_WAIT_H 1
2101| #define HAVE_UNISTD_H 1
2102| #define HAVE_BACKTRACE 1
2103| #define HAVE_VPRINTF 1
2104| #define HAVE_ALLOCA_H 1
2105| #define HAVE_ALLOCA 1
2106| #define HAVE_FSYNC 1
2107| #define HAVE_DIFFTIME 1
2108| #define HAVE_MMAP 1
2109| /* end confdefs.h.  */
2110| #include <langinfo.h>
2111| int
2112| main (void)
2113| {
2114| char c = *((unsigned char *)  nl_langinfo(_NL_MEASUREMENT_MEASUREMENT));
2115|   ;
2116|   return 0;
2117| }
2118configure:22776: result: no
2119configure:22798: checking whether NLS is requested
2120configure:22808: result: yes
2121configure:22826: checking for intltool >= 0.40.1
2122configure:22828: result: 0.51.0 found
2123configure:22836: checking for intltool-update
2124configure:22859: found /opt/local/bin/intltool-update
2125configure:22871: result: /opt/local/bin/intltool-update
2126configure:22881: checking for intltool-merge
2127configure:22904: found /opt/local/bin/intltool-merge
2128configure:22916: result: /opt/local/bin/intltool-merge
2129configure:22926: checking for intltool-extract
2130configure:22949: found /opt/local/bin/intltool-extract
2131configure:22961: result: /opt/local/bin/intltool-extract
2132configure:23115: checking for xgettext
2133configure:23138: found /opt/local/bin/xgettext
2134configure:23150: result: /opt/local/bin/xgettext
2135configure:23160: checking for msgmerge
2136configure:23183: found /opt/local/bin/msgmerge
2137configure:23195: result: /opt/local/bin/msgmerge
2138configure:23205: checking for msgfmt
2139configure:23228: found /opt/local/bin/msgfmt
2140configure:23240: result: /opt/local/bin/msgfmt
2141configure:23250: checking for gmsgfmt
2142configure:23286: result: /opt/local/bin/msgfmt
2143configure:23311: checking for locale.h
2144configure:23311: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
2145configure:23311: $? = 0
2146configure:23311: result: yes
2147configure:23319: checking for LC_MESSAGES
2148configure:23336: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2149configure:23336: $? = 0
2150configure:23345: result: yes
2151configure:23363: checking for CFPreferencesCopyAppValue
2152configure:23382: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2153conftest.c:51:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
2154CFPreferencesCopyAppValue(NULL, NULL)
2155                          ~~~~      ^
2156conftest.c:51:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
2157CFPreferencesCopyAppValue(NULL, NULL)
2158                                ~~~~^
21592 warnings generated.
2160configure:23382: $? = 0
2161configure:23392: result: yes
2162configure:23399: checking for CFLocaleCopyCurrent
2163configure:23418: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2164configure:23418: $? = 0
2165configure:23428: result: yes
2166configure:23442: checking for libintl.h
2167configure:23442: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
2168configure:23442: $? = 0
2169configure:23442: result: yes
2170configure:23451: checking for ngettext in libc
2171configure:23470: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2172Undefined symbols for architecture x86_64:
2173  "_libintl_ngettext", referenced from:
2174      _main in conftest-f850e2.o
2175ld: symbol(s) not found for architecture x86_64
2176clang: error: linker command failed with exit code 1 (use -v to see invocation)
2177configure:23470: $? = 1
2178configure: failed program was:
2179| /* confdefs.h */
2180| #define PACKAGE_NAME "GIMP"
2181| #define PACKAGE_TARNAME "gimp"
2182| #define PACKAGE_VERSION "2.10.22"
2183| #define PACKAGE_STRING "GIMP 2.10.22"
2184| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2185| #define PACKAGE_URL ""
2186| #define GIMP_PKGCONFIG_VERSION "2.0"
2187| #define GIMP_TOOL_VERSION "2.0"
2188| #define GETTEXT_PACKAGE "gimp20"
2189| #define HAVE_CXX14 1
2190| #define HAVE_STDIO_H 1
2191| #define HAVE_STDLIB_H 1
2192| #define HAVE_STRING_H 1
2193| #define HAVE_INTTYPES_H 1
2194| #define HAVE_STDINT_H 1
2195| #define HAVE_STRINGS_H 1
2196| #define HAVE_SYS_STAT_H 1
2197| #define HAVE_SYS_TYPES_H 1
2198| #define HAVE_UNISTD_H 1
2199| #define HAVE_SYS_TIME_H 1
2200| #define STDC_HEADERS 1
2201| #define HAVE_DLFCN_H 1
2202| #define LT_OBJDIR ".libs/"
2203| #define ARCH_X86 1
2204| #define ARCH_X86_64 1
2205| #define PLATFORM_OSX 1
2206| #define HAVE_SYS_WAIT_H 1
2207| #define TIME_WITH_SYS_TIME 1
2208| #define HAVE_EXECINFO_H 1
2209| #define HAVE_FCNTL_H 1
2210| #define HAVE_SYS_PARAM_H 1
2211| #define HAVE_SYS_TIME_H 1
2212| #define HAVE_SYS_TIMES_H 1
2213| #define HAVE_SYS_WAIT_H 1
2214| #define HAVE_UNISTD_H 1
2215| #define HAVE_BACKTRACE 1
2216| #define HAVE_VPRINTF 1
2217| #define HAVE_ALLOCA_H 1
2218| #define HAVE_ALLOCA 1
2219| #define HAVE_FSYNC 1
2220| #define HAVE_DIFFTIME 1
2221| #define HAVE_MMAP 1
2222| #define HAVE_LOCALE_H 1
2223| #define HAVE_LC_MESSAGES 1
2224| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2225| #define HAVE_CFLOCALECOPYCURRENT 1
2226| /* end confdefs.h.  */
2227|
2228| #include <libintl.h>
2229|
2230| int
2231| main (void)
2232| {
2233| return !ngettext ("","", 1)
2234|   ;
2235|   return 0;
2236| }
2237configure:23480: result: no
2238configure:23534: checking for bindtextdomain in -lintl
2239configure:23557: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lintl   >&5
2240conftest.c:53:21: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2241char bindtextdomain ();
2242                    ^
2243                     void
22441 warning generated.
2245configure:23557: $? = 0
2246configure:23567: result: yes
2247configure:23571: checking for ngettext in -lintl
2248configure:23594: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lintl   >&5
2249conftest.c:53:15: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2250char ngettext ();
2251              ^
2252               void
22531 warning generated.
2254configure:23594: $? = 0
2255configure:23604: result: yes
2256configure:23608: checking for dgettext in -lintl
2257configure:23631: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lintl   >&5
2258conftest.c:53:15: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2259char dgettext ();
2260              ^
2261               void
22621 warning generated.
2263configure:23631: $? = 0
2264configure:23641: result: yes
2265configure:23753: checking for bind_textdomain_codeset
2266configure:23753: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lintl  >&5
2267conftest.c:65:30: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2268char bind_textdomain_codeset ();
2269                             ^
2270                              void
22711 warning generated.
2272configure:23753: $? = 0
2273configure:23753: result: yes
2274configure:23788: checking for msgfmt
2275configure:23816: result: /opt/local/bin/msgfmt
2276configure:23825: checking for dcgettext
2277configure:23825: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lintl  -Wl,-framework -Wl,CoreFoundation >&5
2278conftest.c:67:16: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2279char dcgettext ();
2280               ^
2281                void
22821 warning generated.
2283configure:23825: $? = 0
2284configure:23825: result: yes
2285configure:23833: checking if msgfmt accepts -c
2286configure:23848: $MSGFMT -c -o /dev/null conftest.foo
2287conftest.foo:3: warning: header field 'Language' missing in header
2288configure:23851: $? = 0
2289configure:23853: result: yes
2290configure:23863: checking for gmsgfmt
2291configure:23899: result: /opt/local/bin/msgfmt
2292configure:23909: checking for xgettext
2293configure:23937: result: /opt/local/bin/xgettext
2294configure:23956: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lintl  -Wl,-framework -Wl,CoreFoundation >&5
2295configure:23956: $? = 0
2296configure:24098: checking for xgettext version (>= 0.19)
2297configure:24119: result: yes
2298configure:24137: checking for iso-codes
2299configure:24140: $PKG_CONFIG --exists --print-errors "iso-codes"
2300configure:24143: $? = 0
2301configure:24155: result: yes
2302configure:24168: checking for babl >= 0.1.78
2303configure:24175: $PKG_CONFIG --exists --print-errors "babl >= 0.1.78"
2304configure:24178: $? = 0
2305configure:24192: $PKG_CONFIG --exists --print-errors "babl >= 0.1.78"
2306configure:24195: $? = 0
2307configure:24243: result: yes
2308configure:24249: checking for gegl-0.4 >= 0.4.26
2309configure:24256: $PKG_CONFIG --exists --print-errors "gegl-0.4 >= 0.4.26"
2310configure:24259: $? = 0
2311configure:24273: $PKG_CONFIG --exists --print-errors "gegl-0.4 >= 0.4.26"
2312configure:24276: $? = 0
2313configure:24324: result: yes
2314configure:24330: checking for atk >= 2.2.0
2315configure:24337: $PKG_CONFIG --exists --print-errors "atk >= 2.2.0"
2316configure:24340: $? = 0
2317configure:24354: $PKG_CONFIG --exists --print-errors "atk >= 2.2.0"
2318configure:24357: $? = 0
2319configure:24405: result: yes
2320configure:24504: checking for pkg-config
2321configure:24539: result: /opt/local/bin/pkg-config
2322configure:24564: checking pkg-config is at least version 0.16
2323configure:24567: result: yes
2324configure:24585: checking for glib-2.0 >= 2.56.2 gobject-2.0
2325configure:24592: $PKG_CONFIG --exists --print-errors "$pkg_config_args"
2326configure:24595: $? = 0
2327configure:24609: $PKG_CONFIG --exists --print-errors "$pkg_config_args"
2328configure:24612: $? = 0
2329configure:24650: result: yes
2330configure:24660: $PKG_CONFIG --exists --print-errors "glib-2.0"
2331configure:24663: $? = 0
2332configure:24684: $PKG_CONFIG --exists --print-errors "glib-2.0"
2333configure:24687: $? = 0
2334configure:24708: $PKG_CONFIG --exists --print-errors "glib-2.0"
2335configure:24711: $? = 0
2336configure:24732: $PKG_CONFIG --exists --print-errors "gio-2.0"
2337configure:24735: $? = 0
2338configure:24752: checking for GLIB - version >= 2.56.2
2339configure:24858: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation  >&5
2340configure:24858: $? = 0
2341configure:24858: ./conftest
2342configure:24858: $? = 0
2343configure:24873: result: yes (version 2.58.3)
2344configure:24946: checking for gmodule-no-export-2.0
2345configure:24953: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
2346configure:24956: $? = 0
2347configure:24970: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
2348configure:24973: $? = 0
2349configure:25021: result: yes
2350configure:25028: checking for gio-2.0
2351configure:25035: $PKG_CONFIG --exists --print-errors "gio-2.0"
2352configure:25038: $? = 0
2353configure:25052: $PKG_CONFIG --exists --print-errors "gio-2.0"
2354configure:25055: $? = 0
2355configure:25103: result: yes
2356configure:25193: checking for gio-unix-2.0
2357configure:25200: $PKG_CONFIG --exists --print-errors "gio-unix-2.0"
2358configure:25203: $? = 0
2359configure:25217: $PKG_CONFIG --exists --print-errors "gio-unix-2.0"
2360configure:25220: $? = 0
2361configure:25268: result: yes
2362configure:25274: checking for glib-networking (GIO TLS implementation)
2363configure:25295: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation >&5
2364configure:25295: $? = 0
2365configure:25295: ./conftest
2366configure:25295: $? = 0
2367configure:25307: result: yes
2368configure:25335: checking for native glib-compile-resources
2369configure:25400: result: /opt/local/bin/glib-compile-resources
2370configure:25406: checking for gdbus-codegen
2371configure:25429: found /opt/local/bin/gdbus-codegen
2372configure:25442: result: /opt/local/bin/gdbus-codegen
2373configure:25461: checking if GLib is version 2.57.0 or newer
2374configure:25468: result: yes
2375configure:25473: checking for gegl
2376configure:25496: found /opt/local/bin/gegl
2377configure:25509: result: /opt/local/bin/gegl
2378configure:25535: checking for bind_textdomain_codeset
2379configure:25535: result: yes
2380configure:25556: checking for X
2381configure:25781: result: libraries /opt/local/lib, headers /opt/local/include
2382configure:25801: checking whether -R must be followed by a space
2383configure:25817: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -R/opt/local/lib >&5
2384warning: unknown remark option '-R/opt/local/lib' [-Wunknown-warning-option]
23851 warning generated.
2386configure:25817: $? = 0
2387configure: failed program was:
2388| /* confdefs.h */
2389| #define PACKAGE_NAME "GIMP"
2390| #define PACKAGE_TARNAME "gimp"
2391| #define PACKAGE_VERSION "2.10.22"
2392| #define PACKAGE_STRING "GIMP 2.10.22"
2393| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2394| #define PACKAGE_URL ""
2395| #define GIMP_PKGCONFIG_VERSION "2.0"
2396| #define GIMP_TOOL_VERSION "2.0"
2397| #define GETTEXT_PACKAGE "gimp20"
2398| #define HAVE_CXX14 1
2399| #define HAVE_STDIO_H 1
2400| #define HAVE_STDLIB_H 1
2401| #define HAVE_STRING_H 1
2402| #define HAVE_INTTYPES_H 1
2403| #define HAVE_STDINT_H 1
2404| #define HAVE_STRINGS_H 1
2405| #define HAVE_SYS_STAT_H 1
2406| #define HAVE_SYS_TYPES_H 1
2407| #define HAVE_UNISTD_H 1
2408| #define HAVE_SYS_TIME_H 1
2409| #define STDC_HEADERS 1
2410| #define HAVE_DLFCN_H 1
2411| #define LT_OBJDIR ".libs/"
2412| #define ARCH_X86 1
2413| #define ARCH_X86_64 1
2414| #define PLATFORM_OSX 1
2415| #define HAVE_SYS_WAIT_H 1
2416| #define TIME_WITH_SYS_TIME 1
2417| #define HAVE_EXECINFO_H 1
2418| #define HAVE_FCNTL_H 1
2419| #define HAVE_SYS_PARAM_H 1
2420| #define HAVE_SYS_TIME_H 1
2421| #define HAVE_SYS_TIMES_H 1
2422| #define HAVE_SYS_WAIT_H 1
2423| #define HAVE_UNISTD_H 1
2424| #define HAVE_BACKTRACE 1
2425| #define HAVE_VPRINTF 1
2426| #define HAVE_ALLOCA_H 1
2427| #define HAVE_ALLOCA 1
2428| #define HAVE_FSYNC 1
2429| #define HAVE_DIFFTIME 1
2430| #define HAVE_MMAP 1
2431| #define HAVE_LOCALE_H 1
2432| #define HAVE_LC_MESSAGES 1
2433| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2434| #define HAVE_CFLOCALECOPYCURRENT 1
2435| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2436| #define HAVE_GETTEXT 1
2437| #define HAVE_DCGETTEXT 1
2438| #define ENABLE_NLS 1
2439| #define HAVE_ISO_CODES 1
2440| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2441| /* end confdefs.h.  */
2442|
2443| int
2444| main (void)
2445| {
2446|
2447|   ;
2448|   return 0;
2449| }
2450configure:25835: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -R /opt/local/lib >&5
2451warning: unknown remark option '-R' [-Wunknown-warning-option]
24521 warning generated.
2453ld: can't map file, errno=22 file '/opt/local/lib' for architecture x86_64
2454clang: error: linker command failed with exit code 1 (use -v to see invocation)
2455configure:25835: $? = 1
2456configure: failed program was:
2457| /* confdefs.h */
2458| #define PACKAGE_NAME "GIMP"
2459| #define PACKAGE_TARNAME "gimp"
2460| #define PACKAGE_VERSION "2.10.22"
2461| #define PACKAGE_STRING "GIMP 2.10.22"
2462| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2463| #define PACKAGE_URL ""
2464| #define GIMP_PKGCONFIG_VERSION "2.0"
2465| #define GIMP_TOOL_VERSION "2.0"
2466| #define GETTEXT_PACKAGE "gimp20"
2467| #define HAVE_CXX14 1
2468| #define HAVE_STDIO_H 1
2469| #define HAVE_STDLIB_H 1
2470| #define HAVE_STRING_H 1
2471| #define HAVE_INTTYPES_H 1
2472| #define HAVE_STDINT_H 1
2473| #define HAVE_STRINGS_H 1
2474| #define HAVE_SYS_STAT_H 1
2475| #define HAVE_SYS_TYPES_H 1
2476| #define HAVE_UNISTD_H 1
2477| #define HAVE_SYS_TIME_H 1
2478| #define STDC_HEADERS 1
2479| #define HAVE_DLFCN_H 1
2480| #define LT_OBJDIR ".libs/"
2481| #define ARCH_X86 1
2482| #define ARCH_X86_64 1
2483| #define PLATFORM_OSX 1
2484| #define HAVE_SYS_WAIT_H 1
2485| #define TIME_WITH_SYS_TIME 1
2486| #define HAVE_EXECINFO_H 1
2487| #define HAVE_FCNTL_H 1
2488| #define HAVE_SYS_PARAM_H 1
2489| #define HAVE_SYS_TIME_H 1
2490| #define HAVE_SYS_TIMES_H 1
2491| #define HAVE_SYS_WAIT_H 1
2492| #define HAVE_UNISTD_H 1
2493| #define HAVE_BACKTRACE 1
2494| #define HAVE_VPRINTF 1
2495| #define HAVE_ALLOCA_H 1
2496| #define HAVE_ALLOCA 1
2497| #define HAVE_FSYNC 1
2498| #define HAVE_DIFFTIME 1
2499| #define HAVE_MMAP 1
2500| #define HAVE_LOCALE_H 1
2501| #define HAVE_LC_MESSAGES 1
2502| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2503| #define HAVE_CFLOCALECOPYCURRENT 1
2504| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2505| #define HAVE_GETTEXT 1
2506| #define HAVE_DCGETTEXT 1
2507| #define ENABLE_NLS 1
2508| #define HAVE_ISO_CODES 1
2509| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2510| /* end confdefs.h.  */
2511|
2512| int
2513| main (void)
2514| {
2515|
2516|   ;
2517|   return 0;
2518| }
2519configure:25841: result: neither works
2520configure:25879: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c   -L/opt/local/lib -lX11 >&5
2521conftest.c:59:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2522char XOpenDisplay ();
2523                  ^
2524                   void
25251 warning generated.
2526configure:25879: $? = 0
2527configure:25978: checking for gethostbyname
2528configure:25978: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2529conftest.c:71:20: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2530char gethostbyname ();
2531                   ^
2532                    void
25331 warning generated.
2534configure:25978: $? = 0
2535configure:25978: result: yes
2536configure:26076: checking for connect
2537configure:26076: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2538conftest.c:71:14: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2539char connect ();
2540             ^
2541              void
25421 warning generated.
2543configure:26076: $? = 0
2544configure:26076: result: yes
2545configure:26126: checking for remove
2546configure:26126: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2547conftest.c:71:13: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2548char remove ();
2549            ^
2550             void
25511 warning generated.
2552configure:26126: $? = 0
2553configure:26126: result: yes
2554configure:26176: checking for shmat
2555configure:26176: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2556conftest.c:71:12: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2557char shmat ();
2558           ^
2559            void
25601 warning generated.
2561configure:26176: $? = 0
2562configure:26176: result: yes
2563configure:26235: checking for IceConnectionNumber in -lICE
2564configure:26258: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 -L/opt/local/lib conftest.c -lICE   >&5
2565conftest.c:59:26: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2566char IceConnectionNumber ();
2567                         ^
2568                          void
25691 warning generated.
2570configure:26258: $? = 0
2571configure:26268: result: yes
2572configure:26361: checking for pkg-config
2573configure:26396: result: /opt/local/bin/pkg-config
2574configure:26421: checking pkg-config is at least version 0.7
2575configure:26424: result: yes
2576configure:26434: checking for GTK+ - version >= 2.24.32
2577configure:26545: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lfontconfig -lfreetype  >&5
2578In file included from conftest.c:56:
2579In file included from /opt/local/include/gtk-2.0/gtk/gtk.h:234:
2580/opt/local/include/gtk-2.0/gtk/gtkitemfactory.h:47:41: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2581typedef void    (*GtkItemFactoryCallback)  ();
2582                                           ^
2583                                            void
25841 warning generated.
2585configure:26545: $? = 0
2586configure:26545: ./conftest
2587configure:26545: $? = 0
2588configure:26560: result: yes (version 2.24.32)
2589configure:26631: checking for gtk-update-icon-cache
2590configure:26654: found /opt/local/bin/gtk-update-icon-cache
2591configure:26667: result: /opt/local/bin/gtk-update-icon-cache
2592configure:26688: checking if GTK+ is version 2.26.0 or newer (bogus placeholder check)
2593configure:26695: result: no
2594configure:26700: checking for gdk-pixbuf-2.0 >= 2.30.8
2595configure:26707: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.30.8"
2596configure:26710: $? = 0
2597configure:26724: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.30.8"
2598configure:26727: $? = 0
2599configure:26775: result: yes
2600configure:26782: checking for gdk-pixbuf-csource
2601configure:26805: found /opt/local/bin/gdk-pixbuf-csource
2602configure:26818: result: /opt/local/bin/gdk-pixbuf-csource
2603configure:26839: checking for cairo >= 1.12.2
2604configure:26846: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.2"
2605configure:26849: $? = 0
2606configure:26863: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.2"
2607configure:26866: $? = 0
2608configure:26914: result: yes
2609configure:26921: checking for pangocairo >= 1.29.4 pangoft2
2610configure:26928: $PKG_CONFIG --exists --print-errors "pangocairo >= 1.29.4 pangoft2"
2611configure:26931: $? = 0
2612configure:26945: $PKG_CONFIG --exists --print-errors "pangocairo >= 1.29.4 pangoft2"
2613configure:26948: $? = 0
2614configure:27000: result: yes
2615configure:27016: checking for fontconfig >= 2.12.4
2616configure:27023: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.12.4"
2617configure:27026: $? = 0
2618configure:27040: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.12.4"
2619configure:27043: $? = 0
2620configure:27091: result: yes
2621configure:27096: checking if Pango is version 1.32.0 or newer
2622configure:27103: result: yes
2623configure:27108: checking if Pango is built with a recent fontconfig
2624configure:27121: /usr/bin/clang -c -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
2625conftest.c:59:60: warning: missing sentinel in function call [-Wsentinel]
2626FcObjectSet *os; os = FcObjectSetBuild (FC_FAMILY, FC_WIDTH);
2627                                                           ^
2628                                                           , (void*) 0
2629/opt/local/include/fontconfig/fontconfig.h:719:1: note: function has been explicitly marked sentinel here
2630FcObjectSetBuild (const char *first, ...) FC_ATTRIBUTE_SENTINEL(0);
2631^
26321 warning generated.
2633configure:27121: $? = 0
2634configure:27128: result: yes
2635configure:27150: checking for freetype2 >= 2.1.7
2636configure:27157: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.1.7"
2637configure:27160: $? = 0
2638configure:27174: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.1.7"
2639configure:27177: $? = 0
2640configure:27225: result: yes
2641configure:27232: checking for harfbuzz >= 0.9.19
2642configure:27239: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.19"
2643configure:27242: $? = 0
2644configure:27256: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.19"
2645configure:27259: $? = 0
2646configure:27307: result: yes
2647configure:27314: checking for gexiv2 >= 0.10.6
2648configure:27321: $PKG_CONFIG --exists --print-errors "gexiv2 >= 0.10.6"
2649configure:27324: $? = 0
2650configure:27338: $PKG_CONFIG --exists --print-errors "gexiv2 >= 0.10.6"
2651configure:27341: $? = 0
2652configure:27389: result: yes
2653configure:27407: checking if GIMP should open a debug console at start
2654configure:27422: result: no
2655configure:27439: checking the alternative folder containing 32-bit DLLs on Windows
2656configure:27458: result: no
2657configure:27531: checking for execinfo.h
2658configure:27531: result: yes
2659configure:27543: checking for matting engine Levin
2660configure:27550: result: yes
2661configure:27557: checking for math.h
2662configure:27557: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
2663configure:27557: $? = 0
2664configure:27557: result: yes
2665configure:27563: checking for ieeefp.h
2666configure:27563: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
2667conftest.c:85:10: fatal error: 'ieeefp.h' file not found
2668#include <ieeefp.h>
2669         ^~~~~~~~~~
26701 error generated.
2671configure:27563: $? = 1
2672configure: failed program was:
2673| /* confdefs.h */
2674| #define PACKAGE_NAME "GIMP"
2675| #define PACKAGE_TARNAME "gimp"
2676| #define PACKAGE_VERSION "2.10.22"
2677| #define PACKAGE_STRING "GIMP 2.10.22"
2678| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2679| #define PACKAGE_URL ""
2680| #define GIMP_PKGCONFIG_VERSION "2.0"
2681| #define GIMP_TOOL_VERSION "2.0"
2682| #define GETTEXT_PACKAGE "gimp20"
2683| #define HAVE_CXX14 1
2684| #define HAVE_STDIO_H 1
2685| #define HAVE_STDLIB_H 1
2686| #define HAVE_STRING_H 1
2687| #define HAVE_INTTYPES_H 1
2688| #define HAVE_STDINT_H 1
2689| #define HAVE_STRINGS_H 1
2690| #define HAVE_SYS_STAT_H 1
2691| #define HAVE_SYS_TYPES_H 1
2692| #define HAVE_UNISTD_H 1
2693| #define HAVE_SYS_TIME_H 1
2694| #define STDC_HEADERS 1
2695| #define HAVE_DLFCN_H 1
2696| #define LT_OBJDIR ".libs/"
2697| #define ARCH_X86 1
2698| #define ARCH_X86_64 1
2699| #define PLATFORM_OSX 1
2700| #define HAVE_SYS_WAIT_H 1
2701| #define TIME_WITH_SYS_TIME 1
2702| #define HAVE_EXECINFO_H 1
2703| #define HAVE_FCNTL_H 1
2704| #define HAVE_SYS_PARAM_H 1
2705| #define HAVE_SYS_TIME_H 1
2706| #define HAVE_SYS_TIMES_H 1
2707| #define HAVE_SYS_WAIT_H 1
2708| #define HAVE_UNISTD_H 1
2709| #define HAVE_BACKTRACE 1
2710| #define HAVE_VPRINTF 1
2711| #define HAVE_ALLOCA_H 1
2712| #define HAVE_ALLOCA 1
2713| #define HAVE_FSYNC 1
2714| #define HAVE_DIFFTIME 1
2715| #define HAVE_MMAP 1
2716| #define HAVE_LOCALE_H 1
2717| #define HAVE_LC_MESSAGES 1
2718| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2719| #define HAVE_CFLOCALECOPYCURRENT 1
2720| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2721| #define HAVE_GETTEXT 1
2722| #define HAVE_DCGETTEXT 1
2723| #define ENABLE_NLS 1
2724| #define HAVE_ISO_CODES 1
2725| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2726| #define HAVE_EXECINFO_H 1
2727| #define HAVE_MATH_H 1
2728| /* end confdefs.h.  */
2729| #include <stddef.h>
2730| #ifdef HAVE_STDIO_H
2731| # include <stdio.h>
2732| #endif
2733| #ifdef HAVE_STDLIB_H
2734| # include <stdlib.h>
2735| #endif
2736| #ifdef HAVE_STRING_H
2737| # include <string.h>
2738| #endif
2739| #ifdef HAVE_INTTYPES_H
2740| # include <inttypes.h>
2741| #endif
2742| #ifdef HAVE_STDINT_H
2743| # include <stdint.h>
2744| #endif
2745| #ifdef HAVE_STRINGS_H
2746| # include <strings.h>
2747| #endif
2748| #ifdef HAVE_SYS_TYPES_H
2749| # include <sys/types.h>
2750| #endif
2751| #ifdef HAVE_SYS_STAT_H
2752| # include <sys/stat.h>
2753| #endif
2754| #ifdef HAVE_UNISTD_H
2755| # include <unistd.h>
2756| #endif
2757| #include <ieeefp.h>
2758configure:27563: result: no
2759configure:27572: checking for extra flags to get ANSI library prototypes
2760configure:27587: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lm >&5
2761configure:27587: $? = 0
2762configure:27587: ./conftest
2763configure:27587: $? = 0
2764configure:27589: result: none needed
2765configure:27630: checking for finite
2766configure:27630: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lm >&5
2767conftest.c:73:13: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2768char finite ();
2769            ^
2770             void
2771conftest.c:73:6: warning: incompatible redeclaration of library function 'finite' [-Wincompatible-library-redeclaration]
2772char finite ();
2773     ^
2774conftest.c:73:6: note: 'finite' is a builtin with type 'int (double)'
27752 warnings generated.
2776configure:27630: $? = 0
2777configure:27630: result: yes
2778configure:27672: checking for isfinite
2779configure:27672: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lm >&5
2780conftest.c:74:15: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2781char isfinite ();
2782              ^
2783               void
27841 warning generated.
2785Undefined symbols for architecture x86_64:
2786  "_isfinite", referenced from:
2787      _main in conftest-7d113f.o
2788ld: symbol(s) not found for architecture x86_64
2789clang: error: linker command failed with exit code 1 (use -v to see invocation)
2790configure:27672: $? = 1
2791configure: failed program was:
2792| /* confdefs.h */
2793| #define PACKAGE_NAME "GIMP"
2794| #define PACKAGE_TARNAME "gimp"
2795| #define PACKAGE_VERSION "2.10.22"
2796| #define PACKAGE_STRING "GIMP 2.10.22"
2797| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2798| #define PACKAGE_URL ""
2799| #define GIMP_PKGCONFIG_VERSION "2.0"
2800| #define GIMP_TOOL_VERSION "2.0"
2801| #define GETTEXT_PACKAGE "gimp20"
2802| #define HAVE_CXX14 1
2803| #define HAVE_STDIO_H 1
2804| #define HAVE_STDLIB_H 1
2805| #define HAVE_STRING_H 1
2806| #define HAVE_INTTYPES_H 1
2807| #define HAVE_STDINT_H 1
2808| #define HAVE_STRINGS_H 1
2809| #define HAVE_SYS_STAT_H 1
2810| #define HAVE_SYS_TYPES_H 1
2811| #define HAVE_UNISTD_H 1
2812| #define HAVE_SYS_TIME_H 1
2813| #define STDC_HEADERS 1
2814| #define HAVE_DLFCN_H 1
2815| #define LT_OBJDIR ".libs/"
2816| #define ARCH_X86 1
2817| #define ARCH_X86_64 1
2818| #define PLATFORM_OSX 1
2819| #define HAVE_SYS_WAIT_H 1
2820| #define TIME_WITH_SYS_TIME 1
2821| #define HAVE_EXECINFO_H 1
2822| #define HAVE_FCNTL_H 1
2823| #define HAVE_SYS_PARAM_H 1
2824| #define HAVE_SYS_TIME_H 1
2825| #define HAVE_SYS_TIMES_H 1
2826| #define HAVE_SYS_WAIT_H 1
2827| #define HAVE_UNISTD_H 1
2828| #define HAVE_BACKTRACE 1
2829| #define HAVE_VPRINTF 1
2830| #define HAVE_ALLOCA_H 1
2831| #define HAVE_ALLOCA 1
2832| #define HAVE_FSYNC 1
2833| #define HAVE_DIFFTIME 1
2834| #define HAVE_MMAP 1
2835| #define HAVE_LOCALE_H 1
2836| #define HAVE_LC_MESSAGES 1
2837| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2838| #define HAVE_CFLOCALECOPYCURRENT 1
2839| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2840| #define HAVE_GETTEXT 1
2841| #define HAVE_DCGETTEXT 1
2842| #define ENABLE_NLS 1
2843| #define HAVE_ISO_CODES 1
2844| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2845| #define HAVE_EXECINFO_H 1
2846| #define HAVE_MATH_H 1
2847| #define HAVE_FINITE 1
2848| /* end confdefs.h.  */
2849| /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
2850|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2851| #define isfinite innocuous_isfinite
2852|
2853| /* System header to define __stub macros and hopefully few prototypes,
2854|    which can conflict with char isfinite (); below.  */
2855|
2856| #include <limits.h>
2857| #undef isfinite
2858|
2859| /* Override any GCC internal prototype to avoid an error.
2860|    Use char because int might match the return type of a GCC
2861|    builtin and then its argument prototype would still apply.  */
2862| #ifdef __cplusplus
2863| extern "C"
2864| #endif
2865| char isfinite ();
2866| /* The GNU C library defines this for functions which it implements
2867|     to always fail with ENOSYS.  Some functions are actually named
2868|     something starting with __ and the normal name is an alias.  */
2869| #if defined __stub_isfinite || defined __stub___isfinite
2870| choke me
2871| #endif
2872|
2873| int
2874| main (void)
2875| {
2876| return isfinite ();
2877|   ;
2878|   return 0;
2879| }
2880configure:27672: result: no
2881configure:27679: checking for isfinite in <math.h>
2882configure:27692: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  -lm >&5
2883configure:27692: $? = 0
2884configure:27696: result: yes
2885configure:27717: checking for rint
2886configure:27717: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2887conftest.c:75:11: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2888char rint ();
2889          ^
2890           void
2891conftest.c:75:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration]
2892char rint ();
2893     ^
2894conftest.c:75:6: note: 'rint' is a builtin with type 'double (double)'
28952 warnings generated.
2896configure:27717: $? = 0
2897configure:27717: result: yes
2898configure:27772: checking for vfork
2899configure:27772: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2900conftest.c:76:12: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2901char vfork ();
2902           ^
2903            void
2904conftest.c:76:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
2905char vfork ();
2906     ^
2907conftest.c:76:6: note: 'vfork' is a builtin with type 'int (void)'
29082 warnings generated.
2909configure:27772: $? = 0
2910configure:27772: result: yes
2911configure:27789: checking for __attribute__((destructor))
2912configure:27811: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2913configure:27811: $? = 0
2914configure:27826: result: yes
2915configure:27849: checking for getaddrinfo
2916configure:27849: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2917conftest.c:78:18: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2918char getaddrinfo ();
2919                 ^
2920                  void
29211 warning generated.
2922configure:27849: $? = 0
2923configure:27849: result: yes
2924configure:27904: checking for getnameinfo
2925configure:27904: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
2926conftest.c:79:18: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2927char getnameinfo ();
2928                 ^
2929                  void
29301 warning generated.
2931configure:27904: $? = 0
2932configure:27904: result: yes
2933configure:27956: checking for socket in -lsocket
2934configure:27979: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lsocket   >&5
2935conftest.c:68:13: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2936char socket ();
2937            ^
2938             void
29391 warning generated.
2940ld: library not found for -lsocket
2941clang: error: linker command failed with exit code 1 (use -v to see invocation)
2942configure:27979: $? = 1
2943configure: failed program was:
2944| /* confdefs.h */
2945| #define PACKAGE_NAME "GIMP"
2946| #define PACKAGE_TARNAME "gimp"
2947| #define PACKAGE_VERSION "2.10.22"
2948| #define PACKAGE_STRING "GIMP 2.10.22"
2949| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
2950| #define PACKAGE_URL ""
2951| #define GIMP_PKGCONFIG_VERSION "2.0"
2952| #define GIMP_TOOL_VERSION "2.0"
2953| #define GETTEXT_PACKAGE "gimp20"
2954| #define HAVE_CXX14 1
2955| #define HAVE_STDIO_H 1
2956| #define HAVE_STDLIB_H 1
2957| #define HAVE_STRING_H 1
2958| #define HAVE_INTTYPES_H 1
2959| #define HAVE_STDINT_H 1
2960| #define HAVE_STRINGS_H 1
2961| #define HAVE_SYS_STAT_H 1
2962| #define HAVE_SYS_TYPES_H 1
2963| #define HAVE_UNISTD_H 1
2964| #define HAVE_SYS_TIME_H 1
2965| #define STDC_HEADERS 1
2966| #define HAVE_DLFCN_H 1
2967| #define LT_OBJDIR ".libs/"
2968| #define ARCH_X86 1
2969| #define ARCH_X86_64 1
2970| #define PLATFORM_OSX 1
2971| #define HAVE_SYS_WAIT_H 1
2972| #define TIME_WITH_SYS_TIME 1
2973| #define HAVE_EXECINFO_H 1
2974| #define HAVE_FCNTL_H 1
2975| #define HAVE_SYS_PARAM_H 1
2976| #define HAVE_SYS_TIME_H 1
2977| #define HAVE_SYS_TIMES_H 1
2978| #define HAVE_SYS_WAIT_H 1
2979| #define HAVE_UNISTD_H 1
2980| #define HAVE_BACKTRACE 1
2981| #define HAVE_VPRINTF 1
2982| #define HAVE_ALLOCA_H 1
2983| #define HAVE_ALLOCA 1
2984| #define HAVE_FSYNC 1
2985| #define HAVE_DIFFTIME 1
2986| #define HAVE_MMAP 1
2987| #define HAVE_LOCALE_H 1
2988| #define HAVE_LC_MESSAGES 1
2989| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2990| #define HAVE_CFLOCALECOPYCURRENT 1
2991| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2992| #define HAVE_GETTEXT 1
2993| #define HAVE_DCGETTEXT 1
2994| #define ENABLE_NLS 1
2995| #define HAVE_ISO_CODES 1
2996| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
2997| #define HAVE_EXECINFO_H 1
2998| #define HAVE_MATH_H 1
2999| #define HAVE_FINITE 1
3000| #define HAVE_ISFINITE 1
3001| #define HAVE_RINT 1
3002| #define HAVE_VFORK 1
3003| #define HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 1
3004| #define HAVE_GETADDRINFO 1
3005| #define HAVE_GETNAMEINFO 1
3006| /* end confdefs.h.  */
3007|
3008| /* Override any GCC internal prototype to avoid an error.
3009|    Use char because int might match the return type of a GCC
3010|    builtin and then its argument prototype would still apply.  */
3011| char socket ();
3012| int
3013| main (void)
3014| {
3015| return socket ();
3016|   ;
3017|   return 0;
3018| }
3019configure:27989: result: no
3020configure:28016: checking whether /usr/bin/clang understands -mfpmath=sse
3021configure:28029: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -Werror -mfpmath=sse -I/opt/local/include conftest.c >&5
3022configure:28029: $? = 0
3023configure:28036: result: yes
3024configure:28051: checking whether /usr/bin/clang understands -msse2
3025configure:28064: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -Werror -msse2 -I/opt/local/include conftest.c >&5
3026configure:28064: $? = 0
3027configure:28071: result: yes
3028configure:28083: checking whether we can compile SSE2 intrinsics
3029configure:28096: /usr/bin/clang -o conftest -mfpmath=sse -msse2 -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
3030conftest.c:68:9: warning: unused variable 'one' [-Wunused-variable]
3031__m128i one = _mm_set1_epi32 (1);
3032        ^
30331 warning generated.
3034configure:28096: $? = 0
3035configure:28102: result: yes
3036configure:28122: checking whether /usr/bin/clang understands -msse4.1
3037configure:28135: /usr/bin/clang -c -mfpmath=sse -msse2 -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -Werror -msse4.1 -I/opt/local/include conftest.c >&5
3038configure:28135: $? = 0
3039configure:28142: result: yes
3040configure:28154: checking whether we can compile SSE4.1 intrinsics
3041configure:28167: /usr/bin/clang -o conftest -mfpmath=sse -msse4.1 -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
3042conftest.c:69:34: warning: variable 'a' is uninitialized when used here [-Wuninitialized]
3043__v4sf a, b, c; c = _mm_blend_ps(a, b, 0x08);
3044                                 ^
3045/Library/Developer/CommandLineTools/usr/lib/clang/9.0.0/include/smmintrin.h:81:52: note: expanded from macro '_mm_blend_ps'
3046  (__m128)__builtin_shufflevector((__v4sf)(__m128)(V1), (__v4sf)(__m128)(V2), \
3047                                                   ^~
3048conftest.c:69:1: note: variable 'a' is declared here
3049__v4sf a, b, c; c = _mm_blend_ps(a, b, 0x08);
3050^
3051conftest.c:69:37: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
3052__v4sf a, b, c; c = _mm_blend_ps(a, b, 0x08);
3053                                    ^
3054/Library/Developer/CommandLineTools/usr/lib/clang/9.0.0/include/smmintrin.h:81:74: note: expanded from macro '_mm_blend_ps'
3055  (__m128)__builtin_shufflevector((__v4sf)(__m128)(V1), (__v4sf)(__m128)(V2), \
3056                                                                         ^~
3057conftest.c:69:1: note: variable 'b' is declared here
3058__v4sf a, b, c; c = _mm_blend_ps(a, b, 0x08);
3059^
30602 warnings generated.
3061configure:28167: $? = 0
3062configure:28173: result: yes
3063configure:28217: checking whether /usr/bin/clang understands -mmmx
3064configure:28230: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -Werror -mmmx -I/opt/local/include conftest.c >&5
3065configure:28230: $? = 0
3066configure:28237: result: yes
3067configure:28248: checking whether we can compile MMX code
3068configure:28265: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -mmmx -I/opt/local/include conftest.c >&5
3069configure:28265: $? = 0
3070configure:28270: result: yes
3071configure:28280: checking whether /usr/bin/clang understands -msse
3072configure:28293: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -mmmx -Werror -msse -I/opt/local/include conftest.c >&5
3073configure:28293: $? = 0
3074configure:28300: result: yes
3075configure:28311: checking whether we can compile SSE code
3076configure:28327: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -mmmx -msse -I/opt/local/include conftest.c >&5
3077configure:28327: $? = 0
3078configure:28332: result: yes
3079configure:28607: checking for shm_open
3080configure:28607: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c  >&5
3081conftest.c:84:15: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3082char shm_open ();
3083              ^
3084               void
30851 warning generated.
3086configure:28607: $? = 0
3087configure:28607: result: yes
3088configure:28659: checking for sys/mman.h
3089configure:28659: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3090configure:28659: $? = 0
3091configure:28659: result: yes
3092configure:28681: checking for shared memory transport type
3093configure:28683: result: posix
3094configure:28691: checking whether symbols are prefixed
3095configure:28709: result: yes, with a _
3096configure:28724: checking fd_set and sys/select
3097configure:28737: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3098conftest.c:74:8: warning: unused variable 'readMask' [-Wunused-variable]
3099fd_set readMask, writeMask;
3100       ^
3101conftest.c:74:18: warning: unused variable 'writeMask' [-Wunused-variable]
3102fd_set readMask, writeMask;
3103                 ^
31042 warnings generated.
3105configure:28737: $? = 0
3106configure:28763: result: yes
3107configure:28815: checking for XmuClientWindow in -lXmu
3108configure:28838: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64  -L/opt/local/lib conftest.c -lXmu -lXt -lX11  >&5
3109conftest.c:75:22: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3110char XmuClientWindow ();
3111                     ^
3112                      void
31131 warning generated.
3114configure:28838: $? = 0
3115configure:28848: result: yes
3116configure:28854: checking for X11/Xmu/WinUtil.h
3117configure:28854: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include conftest.c >&5
3118configure:28854: $? = 0
3119configure:28854: result: yes
3120configure:28874: checking for XShapeGetRectangles in -lXext
3121configure:28897: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64  -L/opt/local/lib conftest.c -lXext -lX11 -lXext  >&5
3122conftest.c:76:26: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3123char XShapeGetRectangles ();
3124                         ^
3125                          void
31261 warning generated.
3127configure:28897: $? = 0
3128configure:28907: result: yes
3129configure:28913: checking for X11/extensions/shape.h
3130configure:28913: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include conftest.c >&5
3131configure:28913: $? = 0
3132configure:28913: result: yes
3133configure:28931: checking for xfixes
3134configure:28938: $PKG_CONFIG --exists --print-errors "xfixes"
3135configure:28941: $? = 0
3136configure:28955: $PKG_CONFIG --exists --print-errors "xfixes"
3137configure:28958: $? = 0
3138configure:28996: result: yes
3139configure:29028: checking whether we build a relocatable package
3140configure:29065: result: yes
3141configure:29074: checking for TIFFReadScanline in -ltiff
3142configure:29097: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -ltiff -lm  >&5
3143conftest.c:79:23: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3144char TIFFReadScanline ();
3145                      ^
3146                       void
31471 warning generated.
3148configure:29097: $? = 0
3149configure:29107: result: yes
3150configure:29111: checking for tiffio.h
3151configure:29111: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3152configure:29111: $? = 0
3153configure:29111: result: yes
3154configure:29242: checking for jpeg_destroy_decompress in -ljpeg
3155configure:29265: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -ljpeg   >&5
3156conftest.c:79:30: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3157char jpeg_destroy_decompress ();
3158                             ^
3159                              void
31601 warning generated.
3161configure:29265: $? = 0
3162configure:29275: result: yes
3163configure:29294: checking for jpeglib.h
3164configure:29306: /usr/bin/clang -E -I/opt/local/include conftest.c
3165configure:29306: $? = 0
3166configure:29308: result: yes
3167configure:29321: checking for jpeg_save_markers in -ljpeg
3168configure:29344: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -ljpeg  -ljpeg  >&5
3169conftest.c:80:24: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3170char jpeg_save_markers ();
3171                       ^
3172                        void
31731 warning generated.
3174configure:29344: $? = 0
3175configure:29354: result: yes
3176configure:29382: checking for gzsetparams in -lz
3177configure:29405: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lz  -ljpeg  >&5
3178conftest.c:80:18: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3179char gzsetparams ();
3180                 ^
3181                  void
31821 warning generated.
3183configure:29405: $? = 0
3184configure:29415: result: yes
3185configure:29419: checking for zlib.h
3186configure:29419: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3187configure:29419: $? = 0
3188configure:29419: result: yes
3189configure:29462: checking for bzlib.h
3190configure:29462: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3191configure:29462: $? = 0
3192configure:29462: result: yes
3193configure:29465: checking for BZ2_bzCompress in -lbz2
3194configure:29478: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -ljpeg  -lbz2 >&5
3195configure:29478: $? = 0
3196configure:29480: result: yes
3197configure:29518: checking for liblzma >= 5.0.0
3198configure:29525: $PKG_CONFIG --exists --print-errors "liblzma >= 5.0.0"
3199configure:29528: $? = 0
3200configure:29542: $PKG_CONFIG --exists --print-errors "liblzma >= 5.0.0"
3201configure:29545: $? = 0
3202configure:29593: result: yes
3203configure:29614: checking for gsapi_new_instance in -lgs
3204configure:29637: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lgs  -ljpeg  >&5
3205conftest.c:80:25: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3206char gsapi_new_instance ();
3207                        ^
3208                         void
32091 warning generated.
3210configure:29637: $? = 0
3211configure:29647: result: yes
3212configure:29651: checking for ghostscript/iapi.h
3213configure:29651: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3214configure:29651: $? = 0
3215configure:29651: result: yes
3216configure:29692: checking for libpng >= 1.6.25
3217configure:29699: $PKG_CONFIG --exists --print-errors "libpng >= 1.6.25"
3218configure:29702: $? = 0
3219configure:29716: $PKG_CONFIG --exists --print-errors "libpng >= 1.6.25"
3220configure:29719: $? = 0
3221configure:29767: result: yes
3222configure:29791: checking for mng_create in -lmng
3223configure:29814: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -lmng -lz -lm -ljpeg  >&5
3224conftest.c:80:17: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3225char mng_create ();
3226                ^
3227                 void
32281 warning generated.
3229configure:29814: $? = 0
3230configure:29824: result: yes
3231configure:29828: checking for libmng.h
3232configure:29828: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3233configure:29828: $? = 0
3234configure:29828: result: yes
3235configure:29869: checking for aa_printf in -laa
3236configure:29892: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -laa  -ljpeg  >&5
3237conftest.c:80:16: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3238char aa_printf ();
3239               ^
3240                void
32411 warning generated.
3242configure:29892: $? = 0
3243configure:29902: result: yes
3244configure:29906: checking for aalib.h
3245configure:29906: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include conftest.c >&5
3246configure:29906: $? = 0
3247configure:29906: result: yes
3248configure:29946: checking for XpmReadFileToXpmImage in -lXpm
3249configure:29969: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type    -I/opt/local/include -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64  -L/opt/local/lib conftest.c -lXpm  -lSM -lICE -lX11 -ljpeg  >&5
3250conftest.c:80:28: warning: this function declaration is not a prototype [-Wstrict-prototypes]
3251char XpmReadFileToXpmImage ();
3252                           ^
3253                            void
32541 warning generated.
3255configure:29969: $? = 0
3256configure:29979: result: yes
3257configure:29983: checking for X11/xpm.h
3258configure:29983: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type    -I/opt/local/include -I/opt/local/include conftest.c >&5
3259configure:29983: $? = 0
3260configure:29983: result: yes
3261configure:30024: checking for OpenEXR >= 1.6.1
3262configure:30031: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.6.1"
3263configure:30034: $? = 0
3264configure:30048: $PKG_CONFIG --exists --print-errors "OpenEXR >= 1.6.1"
3265configure:30051: $? = 0
3266configure:30089: result: yes
3267configure:30130: checking for libwebp >= 0.6.0
3268configure:30137: $PKG_CONFIG --exists --print-errors "libwebp >= 0.6.0"
3269configure:30140: $? = 0
3270configure:30154: $PKG_CONFIG --exists --print-errors "libwebp >= 0.6.0"
3271configure:30157: $? = 0
3272configure:30195: result: yes
3273configure:30200: checking for libwebpmux >= 0.6.0
3274configure:30207: $PKG_CONFIG --exists --print-errors "libwebpmux >= 0.6.0"
3275configure:30210: $? = 0
3276configure:30224: $PKG_CONFIG --exists --print-errors "libwebpmux >= 0.6.0"
3277configure:30227: $? = 0
3278configure:30265: result: yes
3279configure:30270: checking for libwebpdemux >= 0.6.0
3280configure:30277: $PKG_CONFIG --exists --print-errors "libwebpdemux >= 0.6.0"
3281configure:30280: $? = 0
3282configure:30294: $PKG_CONFIG --exists --print-errors "libwebpdemux >= 0.6.0"
3283configure:30297: $? = 0
3284configure:30335: result: yes
3285configure:30384: checking for libheif > 1.5.1
3286configure:30391: $PKG_CONFIG --exists --print-errors "libheif > 1.5.1"
3287configure:30394: $? = 0
3288configure:30408: $PKG_CONFIG --exists --print-errors "libheif > 1.5.1"
3289configure:30411: $? = 0
3290configure:31501: result: yes
3291configure:31556: checking for LIBBACKTRACE
3292configure:31576: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type   -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64 conftest.c -ljpeg  -lbacktrace >&5
3293conftest.c:78:18: fatal error: 'backtrace.h' file not found
3294        #include <backtrace.h>
3295                 ^~~~~~~~~~~~~
32961 error generated.
3297configure:31576: $? = 1
3298configure: failed program was:
3299| /* confdefs.h */
3300| #define PACKAGE_NAME "GIMP"
3301| #define PACKAGE_TARNAME "gimp"
3302| #define PACKAGE_VERSION "2.10.22"
3303| #define PACKAGE_STRING "GIMP 2.10.22"
3304| #define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
3305| #define PACKAGE_URL ""
3306| #define GIMP_PKGCONFIG_VERSION "2.0"
3307| #define GIMP_TOOL_VERSION "2.0"
3308| #define GETTEXT_PACKAGE "gimp20"
3309| #define HAVE_CXX14 1
3310| #define HAVE_STDIO_H 1
3311| #define HAVE_STDLIB_H 1
3312| #define HAVE_STRING_H 1
3313| #define HAVE_INTTYPES_H 1
3314| #define HAVE_STDINT_H 1
3315| #define HAVE_STRINGS_H 1
3316| #define HAVE_SYS_STAT_H 1
3317| #define HAVE_SYS_TYPES_H 1
3318| #define HAVE_UNISTD_H 1
3319| #define HAVE_SYS_TIME_H 1
3320| #define STDC_HEADERS 1
3321| #define HAVE_DLFCN_H 1
3322| #define LT_OBJDIR ".libs/"
3323| #define ARCH_X86 1
3324| #define ARCH_X86_64 1
3325| #define PLATFORM_OSX 1
3326| #define HAVE_SYS_WAIT_H 1
3327| #define TIME_WITH_SYS_TIME 1
3328| #define HAVE_EXECINFO_H 1
3329| #define HAVE_FCNTL_H 1
3330| #define HAVE_SYS_PARAM_H 1
3331| #define HAVE_SYS_TIME_H 1
3332| #define HAVE_SYS_TIMES_H 1
3333| #define HAVE_SYS_WAIT_H 1
3334| #define HAVE_UNISTD_H 1
3335| #define HAVE_BACKTRACE 1
3336| #define HAVE_VPRINTF 1
3337| #define HAVE_ALLOCA_H 1
3338| #define HAVE_ALLOCA 1
3339| #define HAVE_FSYNC 1
3340| #define HAVE_DIFFTIME 1
3341| #define HAVE_MMAP 1
3342| #define HAVE_LOCALE_H 1
3343| #define HAVE_LC_MESSAGES 1
3344| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3345| #define HAVE_CFLOCALECOPYCURRENT 1
3346| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
3347| #define HAVE_GETTEXT 1
3348| #define HAVE_DCGETTEXT 1
3349| #define ENABLE_NLS 1
3350| #define HAVE_ISO_CODES 1
3351| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
3352| #define HAVE_EXECINFO_H 1
3353| #define HAVE_MATH_H 1
3354| #define HAVE_FINITE 1
3355| #define HAVE_ISFINITE 1
3356| #define HAVE_RINT 1
3357| #define HAVE_VFORK 1
3358| #define HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 1
3359| #define HAVE_GETADDRINFO 1
3360| #define HAVE_GETNAMEINFO 1
3361| #define COMPILE_SSE2_INTRINISICS 1
3362| #define COMPILE_SSE4_1_INTRINISICS 1
3363| #define USE_MMX 1
3364| #define USE_SSE 1
3365| #define HAVE_MMAN_H 1
3366| #define USE_POSIX_SHM 1
3367| #define ENABLE_MP 1
3368| #define HAVE_X11_XMU_WINUTIL_H 1
3369| #define HAVE_X11_EXTENSIONS_SHAPE_H 1
3370| #define HAVE_XFIXES 1
3371| #define ENABLE_RELOCATABLE_RESOURCES 1
3372| #define HAVE_LIBJPEG 1
3373| #define HAVE_LIBHEIF_1_4_0 1
3374| /* end confdefs.h.  */
3375| #include <stddef.h>
3376|         #include <backtrace.h>
3377|         #include <backtrace-supported.h>
3378|
3379|         #if ! BACKTRACE_SUPPORTED
3380|         #error ! BACKTRACE_SUPPORTED
3381|         #endif
3382|
3383| int
3384| main (void)
3385| {
3386| (void) backtrace_create_state (NULL, 0, NULL, NULL);
3387|   ;
3388|   return 0;
3389| }
3390configure:31581: result: no
3391configure:31616: checking for libunwind >= 1.1.0
3392configure:31623: $PKG_CONFIG --exists --print-errors "libunwind >= 1.1.0"
3393Package libunwind was not found in the pkg-config search path.
3394Perhaps you should add the directory containing `libunwind.pc'
3395to the PKG_CONFIG_PATH environment variable
3396No package 'libunwind' found
3397configure:31626: $? = 1
3398configure:31640: $PKG_CONFIG --exists --print-errors "libunwind >= 1.1.0"
3399Package libunwind was not found in the pkg-config search path.
3400Perhaps you should add the directory containing `libunwind.pc'
3401to the PKG_CONFIG_PATH environment variable
3402No package 'libunwind' found
3403configure:31643: $? = 1
3404configure:31657: result: no
3405No package 'libunwind' found
3406configure:31716: checking for libmypaint >= 1.4.0
3407configure:31723: $PKG_CONFIG --exists --print-errors "libmypaint >= 1.4.0"
3408configure:31726: $? = 0
3409configure:31740: $PKG_CONFIG --exists --print-errors "libmypaint >= 1.4.0"
3410configure:31743: $? = 0
3411configure:31951: result: yes
3412configure:31958: checking for mypaint-brushes-1.0
3413configure:31965: $PKG_CONFIG --exists --print-errors "mypaint-brushes-1.0"
3414configure:31968: $? = 0
3415configure:31982: $PKG_CONFIG --exists --print-errors "mypaint-brushes-1.0"
3416configure:31985: $? = 0
3417configure:32033: result: yes
3418configure:32158: checking for librsvg-2.0 >= 2.40.6
3419configure:32165: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.40.6"
3420configure:32168: $? = 0
3421configure:32182: $PKG_CONFIG --exists --print-errors "librsvg-2.0 >= 2.40.6"
3422configure:32185: $? = 0
3423configure:32233: result: yes
3424configure:32275: checking for poppler-glib >= 0.50.0
3425configure:32282: $PKG_CONFIG --exists --print-errors "poppler-glib >= 0.50.0"
3426configure:32285: $? = 0
3427configure:32299: $PKG_CONFIG --exists --print-errors "poppler-glib >= 0.50.0"
3428configure:32302: $? = 0
3429configure:32350: result: yes
3430configure:32358: checking for poppler-data >= 0.4.7
3431configure:32365: $PKG_CONFIG --exists --print-errors "poppler-data >= 0.4.7"
3432configure:32368: $? = 0
3433configure:32382: $PKG_CONFIG --exists --print-errors "poppler-data >= 0.4.7"
3434configure:32385: $? = 0
3435configure:32433: result: yes
3436configure:32459: checking for cairo-pdf >= 1.12.2
3437configure:32466: $PKG_CONFIG --exists --print-errors "cairo-pdf >= 1.12.2"
3438configure:32469: $? = 0
3439configure:32483: $PKG_CONFIG --exists --print-errors "cairo-pdf >= 1.12.2"
3440configure:32486: $? = 0
3441configure:32524: result: yes
3442configure:32553: checking for libwmf >= 0.2.8
3443configure:32560: $PKG_CONFIG --exists --print-errors "libwmf >= 0.2.8"
3444Package libwmf was not found in the pkg-config search path.
3445Perhaps you should add the directory containing `libwmf.pc'
3446to the PKG_CONFIG_PATH environment variable
3447No package 'libwmf' found
3448configure:32563: $? = 1
3449configure:32577: $PKG_CONFIG --exists --print-errors "libwmf >= 0.2.8"
3450Package libwmf was not found in the pkg-config search path.
3451Perhaps you should add the directory containing `libwmf.pc'
3452to the PKG_CONFIG_PATH environment variable
3453No package 'libwmf' found
3454configure:32580: $? = 1
3455configure:32594: result: no
3456No package 'libwmf' found
3457configure:32629: checking for libwmf-config
3458configure:32652: found /opt/local/bin/libwmf-config
3459configure:32665: result: /opt/local/bin/libwmf-config
3460configure:32676: checking for libwmf >= 0.2.8 using /opt/local/bin/libwmf-config
3461configure:32682: result: yes (version 0.2.8)
3462configure:32723: checking for libopenjp2 >= 2.1.0
3463configure:32730: $PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.1.0"
3464configure:32733: $? = 0
3465configure:32747: $PKG_CONFIG --exists --print-errors "libopenjp2 >= 2.1.0"
3466configure:32750: $? = 0
3467configure:32788: result: yes
3468configure:32816: checking for lcms2 >= 2.8
3469configure:32823: $PKG_CONFIG --exists --print-errors "lcms2 >= 2.8"
3470configure:32826: $? = 0
3471configure:32840: $PKG_CONFIG --exists --print-errors "lcms2 >= 2.8"
3472configure:32843: $? = 0
3473configure:32891: result: yes
3474configure:32914: checking for xcursor
3475configure:32921: $PKG_CONFIG --exists --print-errors "xcursor"
3476configure:32924: $? = 0
3477configure:32938: $PKG_CONFIG --exists --print-errors "xcursor"
3478configure:32941: $? = 0
3479configure:32979: result: yes
3480
3481## ---------------- ##
3482## Cache variables. ##
3483## ---------------- ##
3484
3485ac_cv_build=x86_64-apple-darwin16.7.0
3486ac_cv_build_prog_CPP='/usr/bin/clang -E'
3487ac_cv_build_prog_cc_g=yes
3488ac_cv_c_compiler_gnu=yes
3489ac_cv_cxx_compiler_gnu=yes
3490ac_cv_env_ATK_CFLAGS_set=
3491ac_cv_env_ATK_CFLAGS_value=
3492ac_cv_env_ATK_LIBS_set=
3493ac_cv_env_ATK_LIBS_value=
3494ac_cv_env_BABL_CFLAGS_set=
3495ac_cv_env_BABL_CFLAGS_value=
3496ac_cv_env_BABL_LIBS_set=
3497ac_cv_env_BABL_LIBS_value=
3498ac_cv_env_CAIRO_CFLAGS_set=
3499ac_cv_env_CAIRO_CFLAGS_value=
3500ac_cv_env_CAIRO_LIBS_set=
3501ac_cv_env_CAIRO_LIBS_value=
3502ac_cv_env_CAIRO_PDF_CFLAGS_set=
3503ac_cv_env_CAIRO_PDF_CFLAGS_value=
3504ac_cv_env_CAIRO_PDF_LIBS_set=
3505ac_cv_env_CAIRO_PDF_LIBS_value=
3506ac_cv_env_CCASFLAGS_set=
3507ac_cv_env_CCASFLAGS_value=
3508ac_cv_env_CCAS_set=
3509ac_cv_env_CCAS_value=
3510ac_cv_env_CCC_set=
3511ac_cv_env_CCC_value=
3512ac_cv_env_CC_set=set
3513ac_cv_env_CC_value=/usr/bin/clang
3514ac_cv_env_CFLAGS_set=set
3515ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
3516ac_cv_env_CPPFLAGS_set=set
3517ac_cv_env_CPPFLAGS_value=-I/opt/local/include
3518ac_cv_env_CPP_set=
3519ac_cv_env_CPP_value=
3520ac_cv_env_CXXCPP_set=
3521ac_cv_env_CXXCPP_value=
3522ac_cv_env_CXXFLAGS_set=set
3523ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -arch x86_64'
3524ac_cv_env_CXX_set=set
3525ac_cv_env_CXX_value=/usr/bin/clang++
3526ac_cv_env_FONTCONFIG_CFLAGS_set=
3527ac_cv_env_FONTCONFIG_CFLAGS_value=
3528ac_cv_env_FONTCONFIG_LIBS_set=
3529ac_cv_env_FONTCONFIG_LIBS_value=
3530ac_cv_env_FREETYPE_CFLAGS_set=
3531ac_cv_env_FREETYPE_CFLAGS_value=
3532ac_cv_env_FREETYPE_LIBS_set=
3533ac_cv_env_FREETYPE_LIBS_value=
3534ac_cv_env_GDK_PIXBUF_CFLAGS_set=
3535ac_cv_env_GDK_PIXBUF_CFLAGS_value=
3536ac_cv_env_GDK_PIXBUF_LIBS_set=
3537ac_cv_env_GDK_PIXBUF_LIBS_value=
3538ac_cv_env_GEGL_CFLAGS_set=
3539ac_cv_env_GEGL_CFLAGS_value=
3540ac_cv_env_GEGL_LIBS_set=
3541ac_cv_env_GEGL_LIBS_value=
3542ac_cv_env_GEXIV2_CFLAGS_set=
3543ac_cv_env_GEXIV2_CFLAGS_value=
3544ac_cv_env_GEXIV2_LIBS_set=
3545ac_cv_env_GEXIV2_LIBS_value=
3546ac_cv_env_GIO_CFLAGS_set=
3547ac_cv_env_GIO_CFLAGS_value=
3548ac_cv_env_GIO_LIBS_set=
3549ac_cv_env_GIO_LIBS_value=
3550ac_cv_env_GIO_UNIX_CFLAGS_set=
3551ac_cv_env_GIO_UNIX_CFLAGS_value=
3552ac_cv_env_GIO_UNIX_LIBS_set=
3553ac_cv_env_GIO_UNIX_LIBS_value=
3554ac_cv_env_GIO_WINDOWS_CFLAGS_set=
3555ac_cv_env_GIO_WINDOWS_CFLAGS_value=
3556ac_cv_env_GIO_WINDOWS_LIBS_set=
3557ac_cv_env_GIO_WINDOWS_LIBS_value=
3558ac_cv_env_GLIB_CFLAGS_set=
3559ac_cv_env_GLIB_CFLAGS_value=
3560ac_cv_env_GLIB_COMPILE_RESOURCES_set=
3561ac_cv_env_GLIB_COMPILE_RESOURCES_value=
3562ac_cv_env_GLIB_GENMARSHAL_set=
3563ac_cv_env_GLIB_GENMARSHAL_value=
3564ac_cv_env_GLIB_LIBS_set=
3565ac_cv_env_GLIB_LIBS_value=
3566ac_cv_env_GLIB_MKENUMS_set=
3567ac_cv_env_GLIB_MKENUMS_value=
3568ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_set=
3569ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_value=
3570ac_cv_env_GMODULE_NO_EXPORT_LIBS_set=
3571ac_cv_env_GMODULE_NO_EXPORT_LIBS_value=
3572ac_cv_env_GOBJECT_QUERY_set=
3573ac_cv_env_GOBJECT_QUERY_value=
3574ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
3575ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
3576ac_cv_env_GTKDOC_DEPS_LIBS_set=
3577ac_cv_env_GTKDOC_DEPS_LIBS_value=
3578ac_cv_env_GTK_MAC_INTEGRATION_CFLAGS_set=
3579ac_cv_env_GTK_MAC_INTEGRATION_CFLAGS_value=
3580ac_cv_env_GTK_MAC_INTEGRATION_LIBS_set=
3581ac_cv_env_GTK_MAC_INTEGRATION_LIBS_value=
3582ac_cv_env_GUDEV_CFLAGS_set=
3583ac_cv_env_GUDEV_CFLAGS_value=
3584ac_cv_env_GUDEV_LIBS_set=
3585ac_cv_env_GUDEV_LIBS_value=
3586ac_cv_env_HARFBUZZ_CFLAGS_set=
3587ac_cv_env_HARFBUZZ_CFLAGS_value=
3588ac_cv_env_HARFBUZZ_LIBS_set=
3589ac_cv_env_HARFBUZZ_LIBS_value=
3590ac_cv_env_JSON_GLIB_CFLAGS_set=
3591ac_cv_env_JSON_GLIB_CFLAGS_value=
3592ac_cv_env_JSON_GLIB_LIBS_set=
3593ac_cv_env_JSON_GLIB_LIBS_value=
3594ac_cv_env_LCMS_CFLAGS_set=
3595ac_cv_env_LCMS_CFLAGS_value=
3596ac_cv_env_LCMS_LIBS_set=
3597ac_cv_env_LCMS_LIBS_value=
3598ac_cv_env_LDFLAGS_set=set
3599ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64'
3600ac_cv_env_LIBHEIF_CFLAGS_set=
3601ac_cv_env_LIBHEIF_CFLAGS_value=
3602ac_cv_env_LIBHEIF_LIBS_set=
3603ac_cv_env_LIBHEIF_LIBS_value=
3604ac_cv_env_LIBMYPAINT_CFLAGS_set=
3605ac_cv_env_LIBMYPAINT_CFLAGS_value=
3606ac_cv_env_LIBMYPAINT_LIBS_set=
3607ac_cv_env_LIBMYPAINT_LIBS_value=
3608ac_cv_env_LIBS_set=
3609ac_cv_env_LIBS_value=
3610ac_cv_env_LIBUNWIND_CFLAGS_set=
3611ac_cv_env_LIBUNWIND_CFLAGS_value=
3612ac_cv_env_LIBUNWIND_LIBS_set=
3613ac_cv_env_LIBUNWIND_LIBS_value=
3614ac_cv_env_LT_SYS_LIBRARY_PATH_set=
3615ac_cv_env_LT_SYS_LIBRARY_PATH_value=
3616ac_cv_env_LZMA_CFLAGS_set=
3617ac_cv_env_LZMA_CFLAGS_value=
3618ac_cv_env_LZMA_LIBS_set=
3619ac_cv_env_LZMA_LIBS_value=
3620ac_cv_env_MIME_INFO_CFLAGS_set=
3621ac_cv_env_MIME_INFO_CFLAGS_value=
3622ac_cv_env_MIME_INFO_LIBS_set=
3623ac_cv_env_MIME_INFO_LIBS_value=
3624ac_cv_env_MYPAINT_BRUSHES_CFLAGS_set=
3625ac_cv_env_MYPAINT_BRUSHES_CFLAGS_value=
3626ac_cv_env_MYPAINT_BRUSHES_LIBS_set=
3627ac_cv_env_MYPAINT_BRUSHES_LIBS_value=
3628ac_cv_env_OPENEXR_CFLAGS_set=
3629ac_cv_env_OPENEXR_CFLAGS_value=
3630ac_cv_env_OPENEXR_LIBS_set=
3631ac_cv_env_OPENEXR_LIBS_value=
3632ac_cv_env_OPENJPEG_CFLAGS_set=
3633ac_cv_env_OPENJPEG_CFLAGS_value=
3634ac_cv_env_OPENJPEG_LIBS_set=
3635ac_cv_env_OPENJPEG_LIBS_value=
3636ac_cv_env_PANGOCAIRO_CFLAGS_set=
3637ac_cv_env_PANGOCAIRO_CFLAGS_value=
3638ac_cv_env_PANGOCAIRO_LIBS_set=
3639ac_cv_env_PANGOCAIRO_LIBS_value=
3640ac_cv_env_PKG_CONFIG_LIBDIR_set=
3641ac_cv_env_PKG_CONFIG_LIBDIR_value=
3642ac_cv_env_PKG_CONFIG_PATH_set=set
3643ac_cv_env_PKG_CONFIG_PATH_value=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
3644ac_cv_env_PKG_CONFIG_set=
3645ac_cv_env_PKG_CONFIG_value=
3646ac_cv_env_PNG_CFLAGS_set=
3647ac_cv_env_PNG_CFLAGS_value=
3648ac_cv_env_PNG_LIBS_set=
3649ac_cv_env_PNG_LIBS_value=
3650ac_cv_env_POPPLER_CFLAGS_set=
3651ac_cv_env_POPPLER_CFLAGS_value=
3652ac_cv_env_POPPLER_DATA_CFLAGS_set=
3653ac_cv_env_POPPLER_DATA_CFLAGS_value=
3654ac_cv_env_POPPLER_DATA_LIBS_set=
3655ac_cv_env_POPPLER_DATA_LIBS_value=
3656ac_cv_env_POPPLER_LIBS_set=
3657ac_cv_env_POPPLER_LIBS_value=
3658ac_cv_env_PYCAIRO_CFLAGS_set=
3659ac_cv_env_PYCAIRO_CFLAGS_value=
3660ac_cv_env_PYCAIRO_LIBS_set=
3661ac_cv_env_PYCAIRO_LIBS_value=
3662ac_cv_env_PYGTK_CFLAGS_set=
3663ac_cv_env_PYGTK_CFLAGS_value=
3664ac_cv_env_PYGTK_LIBS_set=
3665ac_cv_env_PYGTK_LIBS_value=
3666ac_cv_env_PYTHON_set=set
3667ac_cv_env_PYTHON_value=/opt/local/bin/python2.7
3668ac_cv_env_SVG_CFLAGS_set=
3669ac_cv_env_SVG_CFLAGS_value=
3670ac_cv_env_SVG_LIBS_set=
3671ac_cv_env_SVG_LIBS_value=
3672ac_cv_env_WEBKIT_CFLAGS_set=
3673ac_cv_env_WEBKIT_CFLAGS_value=
3674ac_cv_env_WEBKIT_LIBS_set=
3675ac_cv_env_WEBKIT_LIBS_value=
3676ac_cv_env_WEBPDEMUX_CFLAGS_set=
3677ac_cv_env_WEBPDEMUX_CFLAGS_value=
3678ac_cv_env_WEBPDEMUX_LIBS_set=
3679ac_cv_env_WEBPDEMUX_LIBS_value=
3680ac_cv_env_WEBPMUX_CFLAGS_set=
3681ac_cv_env_WEBPMUX_CFLAGS_value=
3682ac_cv_env_WEBPMUX_LIBS_set=
3683ac_cv_env_WEBPMUX_LIBS_value=
3684ac_cv_env_WEBP_CFLAGS_set=
3685ac_cv_env_WEBP_CFLAGS_value=
3686ac_cv_env_WEBP_LIBS_set=
3687ac_cv_env_WEBP_LIBS_value=
3688ac_cv_env_WMF_CFLAGS_set=
3689ac_cv_env_WMF_CFLAGS_value=
3690ac_cv_env_WMF_LIBS_set=
3691ac_cv_env_WMF_LIBS_value=
3692ac_cv_env_XFIXES_CFLAGS_set=
3693ac_cv_env_XFIXES_CFLAGS_value=
3694ac_cv_env_XFIXES_LIBS_set=
3695ac_cv_env_XFIXES_LIBS_value=
3696ac_cv_env_XMC_CFLAGS_set=
3697ac_cv_env_XMC_CFLAGS_value=
3698ac_cv_env_XMC_LIBS_set=
3699ac_cv_env_XMC_LIBS_value=
3700ac_cv_env_XMKMF_set=
3701ac_cv_env_XMKMF_value=
3702ac_cv_env_build_alias_set=set
3703ac_cv_env_build_alias_value=x86_64-apple-darwin16.7.0
3704ac_cv_env_host_alias_set=
3705ac_cv_env_host_alias_value=
3706ac_cv_env_target_alias_set=
3707ac_cv_env_target_alias_value=
3708ac_cv_func_alloca_works=yes
3709ac_cv_func_backtrace=yes
3710ac_cv_func_bind_textdomain_codeset=yes
3711ac_cv_func_connect=yes
3712ac_cv_func_dcgettext=yes
3713ac_cv_func_difftime=yes
3714ac_cv_func_finite=yes
3715ac_cv_func_fsync=yes
3716ac_cv_func_getaddrinfo=yes
3717ac_cv_func_gethostbyname=yes
3718ac_cv_func_getnameinfo=yes
3719ac_cv_func_isfinite=no
3720ac_cv_func_mmap=yes
3721ac_cv_func_remove=yes
3722ac_cv_func_rint=yes
3723ac_cv_func_shm_open=yes
3724ac_cv_func_shmat=yes
3725ac_cv_func_thr_self=no
3726ac_cv_func_vfork=yes
3727ac_cv_func_vprintf=yes
3728ac_cv_have_x='have_x=yes        ac_x_includes='\''/opt/local/include'\''        ac_x_libraries='\''/opt/local/lib'\'''
3729ac_cv_header_X11_Xmu_WinUtil_h=yes
3730ac_cv_header_X11_extensions_shape_h=yes
3731ac_cv_header_X11_xpm_h=yes
3732ac_cv_header_aalib_h=yes
3733ac_cv_header_bzlib_h=yes
3734ac_cv_header_dlfcn_h=yes
3735ac_cv_header_execinfo_h=yes
3736ac_cv_header_fcntl_h=yes
3737ac_cv_header_ghostscript_iapi_h=yes
3738ac_cv_header_ieeefp_h=no
3739ac_cv_header_inttypes_h=yes
3740ac_cv_header_libintl_h=yes
3741ac_cv_header_libmng_h=yes
3742ac_cv_header_locale_h=yes
3743ac_cv_header_math_h=yes
3744ac_cv_header_stdint_h=yes
3745ac_cv_header_stdio_h=yes
3746ac_cv_header_stdlib_h=yes
3747ac_cv_header_string_h=yes
3748ac_cv_header_strings_h=yes
3749ac_cv_header_sys_mman_h=yes
3750ac_cv_header_sys_param_h=yes
3751ac_cv_header_sys_prctl_h=no
3752ac_cv_header_sys_stat_h=yes
3753ac_cv_header_sys_thr_h=no
3754ac_cv_header_sys_time_h=yes
3755ac_cv_header_sys_times_h=yes
3756ac_cv_header_sys_types_h=yes
3757ac_cv_header_sys_wait_h=yes
3758ac_cv_header_tiffio_h=yes
3759ac_cv_header_unistd_h=yes
3760ac_cv_header_zlib_h=yes
3761ac_cv_host=x86_64-apple-darwin16.7.0
3762ac_cv_lib_ICE_IceConnectionNumber=yes
3763ac_cv_lib_Xext_XShapeGetRectangles=yes
3764ac_cv_lib_Xmu_XmuClientWindow=yes
3765ac_cv_lib_Xpm_XpmReadFileToXpmImage=yes
3766ac_cv_lib_aa_aa_printf=yes
3767ac_cv_lib_gs_gsapi_new_instance=yes
3768ac_cv_lib_intl_bindtextdomain=yes
3769ac_cv_lib_intl_dgettext=yes
3770ac_cv_lib_intl_ngettext=yes
3771ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
3772ac_cv_lib_jpeg_jpeg_save_markers=yes
3773ac_cv_lib_mng_mng_create=yes
3774ac_cv_lib_socket_socket=no
3775ac_cv_lib_tiff_TIFFReadScanline=yes
3776ac_cv_lib_z_gzsetparams=yes
3777ac_cv_objext=o
3778ac_cv_path_EGREP='/usr/bin/grep -E'
3779ac_cv_path_FGREP='/usr/bin/grep -F'
3780ac_cv_path_GDBUS_CODEGEN=/opt/local/bin/gdbus-codegen
3781ac_cv_path_GDK_PIXBUF_CSOURCE=/opt/local/bin/gdk-pixbuf-csource
3782ac_cv_path_GEGL=/opt/local/bin/gegl
3783ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
3784ac_cv_path_GREP=/usr/bin/grep
3785ac_cv_path_GTK_UPDATE_ICON_CACHE=/opt/local/bin/gtk-update-icon-cache
3786ac_cv_path_INTLTOOL_EXTRACT=/opt/local/bin/intltool-extract
3787ac_cv_path_INTLTOOL_MERGE=/opt/local/bin/intltool-merge
3788ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl5.28
3789ac_cv_path_INTLTOOL_UPDATE=/opt/local/bin/intltool-update
3790ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
3791ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
3792ac_cv_path_PERL=/opt/local/bin/perl5.28
3793ac_cv_path_SED=/opt/local/bin/gsed
3794ac_cv_path_WMF_CONFIG=/opt/local/bin/libwmf-config
3795ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
3796ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
3797ac_cv_path_lt_DD=/bin/dd
3798ac_cv_path_mkdir=/opt/local/bin/gmkdir
3799ac_cv_prog_AWK=gawk
3800ac_cv_prog_CPP='/usr/bin/clang -E'
3801ac_cv_prog_CXXCPP='/usr/bin/clang++ -std=gnu++14 -E'
3802ac_cv_prog_ac_ct_AR=ar
3803ac_cv_prog_ac_ct_CC=/usr/bin/clang
3804ac_cv_prog_ac_ct_CC_FOR_BUILD=/usr/bin/clang
3805ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
3806ac_cv_prog_ac_ct_LIPO=lipo
3807ac_cv_prog_ac_ct_NMEDIT=nmedit
3808ac_cv_prog_ac_ct_OBJDUMP=objdump
3809ac_cv_prog_ac_ct_OTOOL=otool
3810ac_cv_prog_ac_ct_RANLIB=ranlib
3811ac_cv_prog_ac_ct_STRIP=strip
3812ac_cv_prog_cc_c11=
3813ac_cv_prog_cc_g=yes
3814ac_cv_prog_cc_stdc=
3815ac_cv_prog_cxx_11=no
3816ac_cv_prog_cxx_g=yes
3817ac_cv_prog_cxx_stdcxx=
3818ac_cv_prog_make_make_set=yes
3819ac_cv_sys_file_offset_bits=no
3820ac_cv_sys_largefile_CC=no
3821ac_cv_type_pid_t=yes
3822ac_cv_type_size_t=yes
3823ac_cv_working_alloca_h=yes
3824am_cv_CCAS_dependencies_compiler_type=gcc3
3825am_cv_CC_dependencies_compiler_type=gcc3
3826am_cv_CXX_dependencies_compiler_type=gcc3
3827am_cv_make_support_nested_variables=yes
3828am_cv_prog_cc_c_o=yes
3829am_cv_val_LC_MESSAGES=yes
3830ax_cv_cxx_compile_cxx14=no
3831ax_cv_cxx_compile_cxx14__std_gnupp14=yes
3832ax_cv_have_func_attribute_destructor=yes
3833gt_cv_func_CFLocaleCopyCurrent=yes
3834gt_cv_func_CFPreferencesCopyAppValue=yes
3835gt_cv_func_dgettext_libc=no
3836gt_cv_func_dgettext_libintl=yes
3837gt_cv_func_ngettext_libc=no
3838gt_cv_have_gettext=yes
3839lt_cv_apple_cc_single_mod=yes
3840lt_cv_ar_at_file=no
3841lt_cv_deplibs_check_method=pass_all
3842lt_cv_file_magic_cmd='$MAGIC_CMD'
3843lt_cv_file_magic_test_file=
3844lt_cv_ld_exported_symbols_list=yes
3845lt_cv_ld_force_load=yes
3846lt_cv_ld_reload_flag=-r
3847lt_cv_nm_interface='BSD nm'
3848lt_cv_objdir=.libs
3849lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
3850lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
3851lt_cv_path_NM='/opt/local/bin/nm -B'
3852lt_cv_path_mainfest_tool=no
3853lt_cv_prog_compiler_c_o=yes
3854lt_cv_prog_compiler_c_o_CXX=yes
3855lt_cv_prog_compiler_pic='-fno-common -DPIC'
3856lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
3857lt_cv_prog_compiler_pic_works=yes
3858lt_cv_prog_compiler_pic_works_CXX=yes
3859lt_cv_prog_compiler_rtti_exceptions=yes
3860lt_cv_prog_compiler_static_works=no
3861lt_cv_prog_compiler_static_works_CXX=no
3862lt_cv_prog_gnu_ld=no
3863lt_cv_prog_gnu_ldcxx=no
3864lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
3865lt_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'\'''
3866lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
3867lt_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'\'''
3868lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
3869lt_cv_sys_global_symbol_to_import=
3870lt_cv_sys_max_cmd_len=196608
3871lt_cv_to_host_file_cmd=func_convert_file_noop
3872lt_cv_to_tool_file_cmd=func_convert_file_noop
3873lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
3874pkg_cv_ATK_CFLAGS='-I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3875pkg_cv_ATK_LIBS='-L/opt/local/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3876pkg_cv_BABL_CFLAGS=-I/opt/local/include/babl-0.1
3877pkg_cv_BABL_LIBS='-L/opt/local/lib -lbabl-0.1'
3878pkg_cv_CAIRO_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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3879pkg_cv_CAIRO_LIBS='-L/opt/local/lib -lcairo'
3880pkg_cv_CAIRO_PDF_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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3881pkg_cv_CAIRO_PDF_LIBS='-L/opt/local/lib -lz -lcairo'
3882pkg_cv_FONTCONFIG_CFLAGS='-I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3883pkg_cv_FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig -lfreetype'
3884pkg_cv_FREETYPE_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3885pkg_cv_FREETYPE_LIBS='-L/opt/local/lib -lfreetype'
3886pkg_cv_GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3887pkg_cv_GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3888pkg_cv_GEGL_CFLAGS='-D_REENTRANT -I/opt/local/include/gegl-0.4 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/json-glib-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/babl-0.1'
3889pkg_cv_GEGL_LIBS='-L/opt/local/lib -lgegl-0.4 -lgegl-npd-0.4 -lm -lgmodule-2.0 -lgio-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lbabl-0.1'
3890pkg_cv_GEXIV2_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3891pkg_cv_GEXIV2_LIBS='-L/opt/local/lib -lgexiv2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3892pkg_cv_GIO_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3893pkg_cv_GIO_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3894pkg_cv_GIO_UNIX_CFLAGS='-D_REENTRANT -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3895pkg_cv_GIO_UNIX_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3896pkg_cv_GLIB_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3897pkg_cv_GLIB_COMPILE_RESOURCES=/opt/local/bin/glib-compile-resources
3898pkg_cv_GLIB_GENMARSHAL=/opt/local/bin/glib-genmarshal
3899pkg_cv_GLIB_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3900pkg_cv_GLIB_MKENUMS=/opt/local/bin/glib-mkenums
3901pkg_cv_GMODULE_NO_EXPORT_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3902pkg_cv_GMODULE_NO_EXPORT_LIBS='-L/opt/local/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3903pkg_cv_GOBJECT_QUERY=/opt/local/bin/gobject-query
3904pkg_cv_HARFBUZZ_CFLAGS='-I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3905pkg_cv_HARFBUZZ_LIBS='-L/opt/local/lib -lharfbuzz'
3906pkg_cv_LCMS_CFLAGS=
3907pkg_cv_LCMS_LIBS='-L/opt/local/lib -llcms2'
3908pkg_cv_LIBHEIF_CFLAGS=
3909pkg_cv_LIBHEIF_LIBS='-L/opt/local/lib -lheif'
3910pkg_cv_LIBMYPAINT_CFLAGS='-I/opt/local/include/libmypaint -I/opt/local/include/json-c -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3911pkg_cv_LIBMYPAINT_LIBS='-L/opt/local/lib -lmypaint -ljson-c -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3912pkg_cv_LZMA_CFLAGS=
3913pkg_cv_LZMA_LIBS='-L/opt/local/lib -llzma'
3914pkg_cv_MYPAINT_BRUSHES_CFLAGS=-DMYPAINT_BRUSHES_DIR=/opt/local/share/mypaint-data/1.0/brushes
3915pkg_cv_MYPAINT_BRUSHES_LIBS=
3916pkg_cv_OPENEXR_CFLAGS='-D_THREAD_SAFE -I/opt/local/include/OpenEXR'
3917pkg_cv_OPENEXR_LIBS='-L/opt/local/lib -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread'
3918pkg_cv_OPENJPEG_CFLAGS=-I/opt/local/include/openjpeg-2.4
3919pkg_cv_OPENJPEG_LIBS='-L/opt/local/lib -lopenjp2'
3920pkg_cv_PANGOCAIRO_CFLAGS='-I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3921pkg_cv_PANGOCAIRO_LIBS='-L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lfontconfig -lfreetype'
3922pkg_cv_PNG_CFLAGS=-I/opt/local/include/libpng16
3923pkg_cv_PNG_LIBS='-L/opt/local/lib -lpng16'
3924pkg_cv_POPPLER_CFLAGS='-I/opt/local/include/poppler/glib -I/opt/local/include/poppler -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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3925pkg_cv_POPPLER_DATA_CFLAGS=-DPOPPLER_DATADIR=/opt/local/share/poppler
3926pkg_cv_POPPLER_DATA_LIBS=
3927pkg_cv_POPPLER_LIBS='-L/opt/local/lib -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo'
3928pkg_cv_SVG_CFLAGS='-D_REENTRANT -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3929pkg_cv_SVG_LIBS='-L/opt/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo'
3930pkg_cv_WEBPDEMUX_CFLAGS=
3931pkg_cv_WEBPDEMUX_LIBS='-L/opt/local/lib -lwebpdemux -lwebp'
3932pkg_cv_WEBPMUX_CFLAGS=
3933pkg_cv_WEBPMUX_LIBS='-L/opt/local/lib -lwebpmux -lwebp'
3934pkg_cv_WEBP_CFLAGS=
3935pkg_cv_WEBP_LIBS='-L/opt/local/lib -lwebp'
3936pkg_cv_XFIXES_CFLAGS=
3937pkg_cv_XFIXES_LIBS='-L/opt/local/lib -lXfixes'
3938pkg_cv_XMC_CFLAGS=
3939pkg_cv_XMC_LIBS='-L/opt/local/lib -lXcursor'
3940
3941## ----------------- ##
3942## Output variables. ##
3943## ----------------- ##
3944
3945AA_LIBS='-laa'
3946ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp2/gimp2/work/gimp-2.10.22/missing'\'' aclocal-1.16'
3947ALLOCA=''
3948ALL_LINGUAS=''
3949ALSA_CFLAGS=''
3950ALSA_LIBS=''
3951ALTIVEC_EXTRA_CFLAGS=''
3952AMDEPBACKSLASH='\'
3953AMDEP_FALSE='#'
3954AMDEP_TRUE=''
3955AMTAR='$${TAR-tar}'
3956AM_BACKSLASH='\'
3957AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3958AM_DEFAULT_VERBOSITY='1'
3959AM_V='$(V)'
3960APPSTREAM_UTIL=''
3961AR='ar'
3962AS='as'
3963ATK_CFLAGS='-I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
3964ATK_LIBS='-L/opt/local/lib -latk-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
3965ATK_REQUIRED_VERSION='2.2.0'
3966AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp2/gimp2/work/gimp-2.10.22/missing'\'' autoconf'
3967AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp2/gimp2/work/gimp-2.10.22/missing'\'' autoheader'
3968AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp2/gimp2/work/gimp-2.10.22/missing'\'' automake-1.16'
3969AWK='gawk'
3970BABL_CFLAGS='-I/opt/local/include/babl-0.1'
3971BABL_LIBS='-L/opt/local/lib -lbabl-0.1'
3972BABL_REQUIRED_VERSION='0.1.78'
3973BUG_REPORT_URL=''
3974BUILD_EXEEXT=''
3975BUILD_OBJEXT=''
3976BUILD_PRINT_FALSE='#'
3977BUILD_PRINT_TRUE=''
3978BUILD_PYTHON_FALSE=''
3979BUILD_PYTHON_TRUE=''
3980BUILD_WINDOWS_INSTALLER_FALSE=''
3981BUILD_WINDOWS_INSTALLER_TRUE=''
3982BZIP2_LIBS='-lbz2'
3983CAIRO_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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3984CAIRO_LIBS='-L/opt/local/lib -lcairo'
3985CAIRO_PDF_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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
3986CAIRO_PDF_LIBS='-L/opt/local/lib -lz -lcairo'
3987CAIRO_PDF_REQUIRED_VERSION='1.12.2'
3988CAIRO_REQUIRED_VERSION='1.12.2'
3989CATALOGS=''
3990CATOBJEXT='.gmo'
3991CC='/usr/bin/clang'
3992CCAS='/usr/bin/clang'
3993CCASDEPMODE='depmode=gcc3'
3994CCASFLAGS='-pipe -Os -arch x86_64'
3995CCDEPMODE='depmode=gcc3'
3996CC_FOR_BUILD='/usr/bin/clang'
3997CC_VERSION='\tApple LLVM version 9.0.0 (clang-900.0.39.2)\n\tTarget: x86_64-apple-darwin16.7.0\n\tThread model: posix\n\tInstalledDir: /Library/Developer/CommandLineTools/usr/bin\n'
3998CFLAGS='-pipe -Os -arch x86_64 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wstrict-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security  -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type  '
3999CFLAGS_FOR_BUILD='-g -O2'
4000CPP='/usr/bin/clang -E'
4001CPPFLAGS='-I/opt/local/include'
4002CPPFLAGS_FOR_BUILD=''
4003CPP_FOR_BUILD='/usr/bin/clang -E'
4004CXX='/usr/bin/clang++ -std=gnu++14'
4005CXXCPP='/usr/bin/clang++ -std=gnu++14 -E'
4006CXXDEPMODE='depmode=gcc3'
4007CXXFLAGS='-pipe -Os -stdlib=libc++ -arch x86_64'
4008CYGPATH_W='echo'
4009DATADIRNAME='share'
4010DEFAULT_BINARY_FALSE=''
4011DEFAULT_BINARY_TRUE=''
4012DEFS=''
4013DEPDIR='.deps'
4014DESKTOP_DATADIR=''
4015DESKTOP_DATADIR_FALSE=''
4016DESKTOP_DATADIR_TRUE=''
4017DESKTOP_FILE_VALIDATE=''
4018DLLTOOL='false'
4019DOC_SHOOTER='doc-shooter'
4020DSYMUTIL='dsymutil'
4021DUMPBIN=''
4022ECHO_C='\c'
4023ECHO_N=''
4024ECHO_T=''
4025EGREP='/usr/bin/grep -E'
4026ENABLE_GIMP_CONSOLE_FALSE=''
4027ENABLE_GIMP_CONSOLE_TRUE=''
4028ENABLE_GTK_DOC_APP_FALSE=''
4029ENABLE_GTK_DOC_APP_TRUE=''
4030ENABLE_GTK_DOC_FALSE=''
4031ENABLE_GTK_DOC_TRUE=''
4032ENABLE_RELOCATABLE_RESOURCES_FALSE='#'
4033ENABLE_RELOCATABLE_RESOURCES_TRUE=''
4034ENABLE_VECTOR_ICONS_FALSE=''
4035ENABLE_VECTOR_ICONS_TRUE=''
4036EXEEXT=''
4037FGREP='/usr/bin/grep -F'
4038FILE_AA='file-aa$(EXEEXT)'
4039FILE_EXR='file-exr$(EXEEXT)'
4040FILE_HEIF='file-heif$(EXEEXT)'
4041FILE_JP2_LOAD='file-jp2-load$(EXEEXT)'
4042FILE_MNG='file-mng$(EXEEXT)'
4043FILE_PDF_SAVE='file-pdf-save$(EXEEXT)'
4044FILE_PS='file-ps$(EXEEXT)'
4045FILE_WMF='file-wmf$(EXEEXT)'
4046FILE_XMC='file-xmc$(EXEEXT)'
4047FILE_XPM='file-xpm$(EXEEXT)'
4048FONTCONFIG_CFLAGS='-I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4049FONTCONFIG_LIBS='-L/opt/local/lib -lfontconfig -lfreetype'
4050FONTCONFIG_REQUIRED_VERSION='2.12.4'
4051FREETYPE2_REQUIRED_VERSION='2.1.7'
4052FREETYPE_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4053FREETYPE_LIBS='-L/opt/local/lib -lfreetype'
4054GDBUS_CODEGEN='/opt/local/bin/gdbus-codegen'
4055GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4056GDK_PIXBUF_CSOURCE='/opt/local/bin/gdk-pixbuf-csource'
4057GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4058GDK_PIXBUF_REQUIRED_VERSION='2.30.8'
4059GEGL='/opt/local/bin/gegl'
4060GEGL_CFLAGS='-D_REENTRANT -I/opt/local/include/gegl-0.4 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/json-glib-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/babl-0.1'
4061GEGL_LIBS='-L/opt/local/lib -lgegl-0.4 -lgegl-npd-0.4 -lm -lgmodule-2.0 -lgio-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lbabl-0.1'
4062GEGL_MAJOR_MINOR_VERSION='0.4'
4063GEGL_REQUIRED_VERSION='0.4.26'
4064GETTEXT_PACKAGE='gimp20'
4065GEXIV2_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4066GEXIV2_LIBS='-L/opt/local/lib -lgexiv2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4067GEXIV2_REQUIRED_VERSION='0.10.6'
4068GIMP_API_VERSION='2.0'
4069GIMP_APP_VERSION='2.10'
4070GIMP_BINARY_AGE='1022'
4071GIMP_COMMAND='gimp-2.10'
4072GIMP_DATA_VERSION='2.0'
4073GIMP_FULL_NAME='GNU Image Manipulation Program'
4074GIMP_INTERFACE_AGE='22'
4075GIMP_MAJOR_VERSION='2'
4076GIMP_MICRO_VERSION='22'
4077GIMP_MINOR_VERSION='10'
4078GIMP_MKENUMS=''
4079GIMP_MODULES=''
4080GIMP_PACKAGE_REVISION=''
4081GIMP_PKGCONFIG_VERSION='2.0'
4082GIMP_PLUGINS=''
4083GIMP_PLUGIN_VERSION='2.0'
4084GIMP_REAL_VERSION='2.10.22'
4085GIMP_SYSCONF_VERSION='2.0'
4086GIMP_TOOL_VERSION='2.0'
4087GIMP_UNSTABLE='no'
4088GIMP_UNSTABLE_FALSE=''
4089GIMP_UNSTABLE_TRUE='#'
4090GIMP_USER_VERSION='2.10'
4091GIMP_VERSION='2.10.22'
4092GIO_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4093GIO_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4094GIO_UNIX_CFLAGS='-D_REENTRANT -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4095GIO_UNIX_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4096GIO_WINDOWS_CFLAGS=''
4097GIO_WINDOWS_LIBS=''
4098GLIB_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4099GLIB_COMPILE_RESOURCES='/opt/local/bin/glib-compile-resources'
4100GLIB_GENMARSHAL='/opt/local/bin/glib-genmarshal'
4101GLIB_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4102GLIB_MKENUMS='/opt/local/bin/glib-mkenums'
4103GLIB_REQUIRED_VERSION='2.56.2'
4104GMODULE_NO_EXPORT_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4105GMODULE_NO_EXPORT_LIBS='-L/opt/local/lib -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4106GMOFILES=''
4107GMSGFMT='/opt/local/bin/msgfmt'
4108GOBJECT_QUERY='/opt/local/bin/gobject-query'
4109GREP='/usr/bin/grep'
4110GS_LIBS='-lgs'
4111GTKDOC_CHECK=''
4112GTKDOC_CHECK_PATH=''
4113GTKDOC_DEPS_CFLAGS=''
4114GTKDOC_DEPS_LIBS=''
4115GTKDOC_MKPDF=''
4116GTKDOC_REBASE=''
4117GTK_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4118GTK_DOC_BUILD_HTML_FALSE=''
4119GTK_DOC_BUILD_HTML_TRUE=''
4120GTK_DOC_BUILD_PDF_FALSE=''
4121GTK_DOC_BUILD_PDF_TRUE=''
4122GTK_DOC_USE_LIBTOOL_FALSE=''
4123GTK_DOC_USE_LIBTOOL_TRUE=''
4124GTK_DOC_USE_REBASE_FALSE=''
4125GTK_DOC_USE_REBASE_TRUE=''
4126GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lfontconfig -lfreetype'
4127GTK_MAC_INTEGRATION_CFLAGS=''
4128GTK_MAC_INTEGRATION_LIBS=''
4129GTK_REQUIRED_VERSION='2.24.32'
4130GTK_UPDATE_ICON_CACHE='/opt/local/bin/gtk-update-icon-cache'
4131GUDEV_CFLAGS=''
4132GUDEV_LIBS=''
4133HARFBUZZ_CFLAGS='-I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4134HARFBUZZ_LIBS='-L/opt/local/lib -lharfbuzz'
4135HARFBUZZ_REQUIRED_VERSION='0.9.19'
4136HAVE_APPSTREAM_UTIL_FALSE=''
4137HAVE_APPSTREAM_UTIL_TRUE=''
4138HAVE_CXX14='1'
4139HAVE_DESKTOP_FILE_VALIDATE_FALSE=''
4140HAVE_DESKTOP_FILE_VALIDATE_TRUE=''
4141HAVE_DX_DINPUT_FALSE=''
4142HAVE_DX_DINPUT_TRUE=''
4143HAVE_EXCHNDL_FALSE=''
4144HAVE_EXCHNDL_TRUE='#'
4145HAVE_FINITE=''
4146HAVE_GS_FALSE='#'
4147HAVE_GS_TRUE=''
4148HAVE_GTK_DOC_FALSE=''
4149HAVE_GTK_DOC_TRUE=''
4150HAVE_ISFINITE=''
4151HAVE_LIBHEIF_FALSE='#'
4152HAVE_LIBHEIF_TRUE=''
4153HAVE_LINUX_INPUT_FALSE=''
4154HAVE_LINUX_INPUT_TRUE=''
4155HAVE_OPENEXR_FALSE='#'
4156HAVE_OPENEXR_TRUE=''
4157HAVE_OPENJPEG_FALSE='#'
4158HAVE_OPENJPEG_TRUE=''
4159HAVE_VFORK=''
4160HAVE_WEBKIT_FALSE=''
4161HAVE_WEBKIT_TRUE='#'
4162HAVE_WEBP_FALSE='#'
4163HAVE_WEBP_TRUE=''
4164HAVE_WINDRES_FALSE=''
4165HAVE_WINDRES_TRUE='#'
4166HAVE_XMLLINT_FALSE=''
4167HAVE_XMLLINT_TRUE=''
4168HAVE_XSLTPROC_FALSE=''
4169HAVE_XSLTPROC_TRUE=''
4170HAVE_XVFB_RUN_FALSE=''
4171HAVE_XVFB_RUN_TRUE=''
4172HOST_GLIB_COMPILE_RESOURCES='/opt/local/bin/glib-compile-resources'
4173HTML_DIR=''
4174INSTALL_DATA='${INSTALL} -m 644'
4175INSTALL_PROGRAM='${INSTALL}'
4176INSTALL_SCRIPT='${INSTALL}'
4177INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
4178INSTOBJEXT='.mo'
4179INTLLIBS='-lintl  -Wl,-framework -Wl,CoreFoundation'
4180INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4181INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4182INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4183INTLTOOL_EXTRACT='/opt/local/bin/intltool-extract'
4184INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4185INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4186INTLTOOL_MERGE='/opt/local/bin/intltool-merge'
4187INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
4188INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4189INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4190INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4191INTLTOOL_REQUIRED_VERSION='0.40.1'
4192INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4193INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4194INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4195INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4196INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4197INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4198INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4199INTLTOOL_UPDATE='/opt/local/bin/intltool-update'
4200INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
4201INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
4202INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4203INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
4204INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
4205INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
4206INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
4207INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
4208ISO_CODES_LOCALEDIR='/opt/local/share/locale'
4209ISO_CODES_LOCATION='/opt/local/share/xml/iso-codes'
4210JPEG_LIBS='-ljpeg'
4211JSON_GLIB_CFLAGS=''
4212JSON_GLIB_LIBS=''
4213LCMS_CFLAGS=''
4214LCMS_LIBS='-L/opt/local/lib -llcms2'
4215LCMS_REQUIRED_VERSION='2.8'
4216LD='/Library/Developer/CommandLineTools/usr/bin/ld'
4217LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-sdk_version,10.13 -arch x86_64'
4218LDFLAGS_FOR_BUILD=''
4219LIBBACKTRACE_LIBS=''
4220LIBHEIF_CFLAGS=''
4221LIBHEIF_LIBS='-L/opt/local/lib -lheif'
4222LIBHEIF_REQUIRED_VERSION='1.3.2'
4223LIBLZMA_REQUIRED_VERSION='5.0.0'
4224LIBMYPAINT_CFLAGS='-I/opt/local/include/libmypaint -I/opt/local/include/json-c -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
4225LIBMYPAINT_LIBS='-L/opt/local/lib -lmypaint -ljson-c -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
4226LIBMYPAINT_REQUIRED_VERSION='1.3.0'
4227LIBOBJS=''
4228LIBPNG_REQUIRED_VERSION='1.6.25'
4229LIBS='-ljpeg '
4230LIBTOOL='$(SHELL) $(top_builddir)/libtool'
4231LIBUNWIND_CFLAGS=''
4232LIBUNWIND_LIBS=''
4233LIBUNWIND_REQUIRED_VERSION='1.1.0'
4234LIPO='lipo'
4235LN_S='ln -s'
4236LTLIBOBJS=''
4237LT_CURRENT_MINUS_AGE='0'
4238LT_SYS_LIBRARY_PATH=''
4239LT_VERSION_INFO='1000:22:1000'
4240LZMA_CFLAGS=''
4241LZMA_LIBS='-L/opt/local/lib -llzma'
4242MAIL=''
4243MAINT=''
4244MAINTAINER_MODE_FALSE='#'
4245MAINTAINER_MODE_TRUE=''
4246MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp2/gimp2/work/gimp-2.10.22/missing'\'' makeinfo'
4247MANIFEST_TOOL=':'
4248MIME_INFO_CFLAGS=''
4249MIME_INFO_LIBS=''
4250MIME_TYPES='image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih;image/tiff;image/jpeg;image/x-psp;application/postscript;image/png;image/x-icon;image/x-xpixmap;image/x-exr;image/webp;image/x-webp;image/heif;image/heic;image/svg+xml;application/pdf;image/x-wmf;image/jp2;image/x-xcursor'
4251MKDIR_P='/opt/local/bin/gmkdir -p'
4252MKINSTALLDIRS='.//mkinstalldirs'
4253MMX_EXTRA_CFLAGS='-mmmx'
4254MNG_CFLAGS='-I/opt/local/include/libpng16 -DPNG_PEDANTIC_WARNINGS'
4255MNG_LIBS='-lmng -ljpeg -L/opt/local/lib -lpng16'
4256MSGFMT='/opt/local/bin/msgfmt'
4257MSGFMT_OPTS='-c'
4258MSGMERGE='/opt/local/bin/msgmerge'
4259MS_LIB_AVAILABLE_FALSE=''
4260MS_LIB_AVAILABLE_TRUE='#'
4261MYPAINT_BRUSHES_CFLAGS='-DMYPAINT_BRUSHES_DIR=/opt/local/share/mypaint-data/1.0/brushes'
4262MYPAINT_BRUSHES_LIBS=''
4263NATIVE_GLIB_CFLAGS=''
4264NATIVE_GLIB_LIBS=''
4265NM='/opt/local/bin/nm -B'
4266NMEDIT='nmedit'
4267OBJDUMP='objdump'
4268OBJEXT='o'
4269OPENEXR_CFLAGS='-D_THREAD_SAFE -I/opt/local/include/OpenEXR'
4270OPENEXR_LIBS='-L/opt/local/lib -lIlmImf -lImath -lHalf -lIex -lIexMath -lIlmThread'
4271OPENEXR_REQUIRED_VERSION='1.6.1'
4272OPENJPEG_CFLAGS='-I/opt/local/include/openjpeg-2.4'
4273OPENJPEG_LIBS='-L/opt/local/lib -lopenjp2'
4274OPENJPEG_REQUIRED_VERSION='2.1.0'
4275OS_UNIX_FALSE='#'
4276OS_UNIX_TRUE=''
4277OS_WIN32_FALSE=''
4278OS_WIN32_TRUE='#'
4279OTOOL64=':'
4280OTOOL='otool'
4281PACKAGE='gimp'
4282PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gimp/issues/new'
4283PACKAGE_NAME='GIMP'
4284PACKAGE_STRING='GIMP 2.10.22'
4285PACKAGE_TARNAME='gimp'
4286PACKAGE_URL=''
4287PACKAGE_VERSION='2.10.22'
4288PANGOCAIRO_CFLAGS='-I/opt/local/include/pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4289PANGOCAIRO_LIBS='-L/opt/local/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lfontconfig -lfreetype'
4290PANGOCAIRO_REQUIRED_VERSION='1.29.4'
4291PATHSEP=':'
4292PATH_SEPARATOR=':'
4293PERL='/opt/local/bin/perl5.28'
4294PERL_REQUIRED_VERSION='5.10.0'
4295PERL_VERSION=''
4296PKG_CONFIG='/opt/local/bin/pkg-config'
4297PKG_CONFIG_LIBDIR=''
4298PKG_CONFIG_PATH='/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig'
4299PLATFORM_LINUX_FALSE=''
4300PLATFORM_LINUX_TRUE='#'
4301PLATFORM_OSX_FALSE='#'
4302PLATFORM_OSX_QUARTZ_FALSE=''
4303PLATFORM_OSX_QUARTZ_TRUE=''
4304PLATFORM_OSX_TRUE=''
4305PLATFORM_WIN32_FALSE=''
4306PLATFORM_WIN32_TRUE='#'
4307PNG_CFLAGS='-I/opt/local/include/libpng16 -DPNG_PEDANTIC_WARNINGS'
4308PNG_LIBS='-L/opt/local/lib -lpng16'
4309POFILES=''
4310POPPLER_CFLAGS='-I/opt/local/include/poppler/glib -I/opt/local/include/poppler -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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4311POPPLER_DATA_CFLAGS='-DPOPPLER_DATADIR=/opt/local/share/poppler'
4312POPPLER_DATA_LIBS=''
4313POPPLER_DATA_REQUIRED_VERSION='0.4.7'
4314POPPLER_LIBS='-L/opt/local/lib -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo'
4315POPPLER_REQUIRED_VERSION='0.50.0'
4316POSUB='po'
4317PO_IN_DATADIR_FALSE=''
4318PO_IN_DATADIR_TRUE=''
4319PYBIN_PATH=''
4320PYCAIRO_CFLAGS=''
4321PYCAIRO_LIBS=''
4322PYGIMP_EXTRA_CFLAGS=''
4323PYGTK_CFLAGS=''
4324PYGTK_CODEGEN=''
4325PYGTK_DEFSDIR=''
4326PYGTK_LIBS=''
4327PYLINK_LIBS=''
4328PYTHON2_REQUIRED_VERSION='2.5.0'
4329PYTHON='/opt/local/bin/python2.7'
4330PYTHON_EXEC_PREFIX=''
4331PYTHON_INCLUDES=''
4332PYTHON_PLATFORM=''
4333PYTHON_PREFIX=''
4334PYTHON_VERSION=''
4335RANLIB='ranlib'
4336RSVG_REQUIRED_VERSION='2.40.6'
4337RT_LIBS=''
4338SCREENSHOT_LIBS=' -L/opt/local/lib  -lSM -lICE -lX11 -lXmu -lXt -lXext -L/opt/local/lib -lXfixes'
4339SED='/opt/local/bin/gsed'
4340SENDMAIL=''
4341SET_MAKE=''
4342SHELL='/bin/sh'
4343SOCKET_LIBS=''
4344SSE2_EXTRA_CFLAGS='-mfpmath=sse -msse2'
4345SSE4_1_EXTRA_CFLAGS='-mfpmath=sse -msse4.1'
4346SSE_EXTRA_CFLAGS='-mmmx -msse'
4347STATICLIBS_FALSE=''
4348STATICLIBS_TRUE=''
4349STRIP='strip'
4350SVG_CFLAGS='-D_REENTRANT -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -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/ossp -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
4351SVG_LIBS='-L/opt/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lcairo'
4352SYMPREFIX='_'
4353TIFF_LIBS='-ltiff'
4354USE_NLS='yes'
4355VERSION='2.10.22'
4356WEBKIT_CFLAGS=''
4357WEBKIT_LIBS=''
4358WEBKIT_REQUIRED_VERSION='1.6.1'
4359WEBPDEMUX_CFLAGS=''
4360WEBPDEMUX_LIBS='-L/opt/local/lib -lwebpdemux -lwebp'
4361WEBPMUX_CFLAGS=''
4362WEBPMUX_LIBS='-L/opt/local/lib -lwebpmux -lwebp'
4363WEBP_CFLAGS=''
4364WEBP_LIBS='-L/opt/local/lib -lwebp'
4365WEBP_REQUIRED_VERSION='0.6.0'
4366WEB_PAGE=''
4367WIN32_LARGE_ADDRESS_AWARE=''
4368WINDRES=':'
4369WITH_PDBGEN_FALSE=''
4370WITH_PDBGEN_TRUE=''
4371WMF_CFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include'
4372WMF_CONFIG='/opt/local/bin/libwmf-config'
4373WMF_LIBS='-L/opt/local/lib -lwmf -lwmflite -lfreetype -lexpat -ljpeg -lpng -lz -lm'
4374WMF_REQUIRED_VERSION='0.2.8'
4375XDG_EMAIL=''
4376XFIXES_CFLAGS=''
4377XFIXES_LIBS='-L/opt/local/lib -lXfixes'
4378XGETTEXT='/opt/local/bin/xgettext'
4379XGETTEXT_REQUIRED_VERSION='0.19'
4380XMC_CFLAGS=''
4381XMC_LIBS='-L/opt/local/lib -lXcursor'
4382XMKMF=''
4383XMLLINT=''
4384XMU_LIBS=' -L/opt/local/lib  -lSM -lICE -lX11 -lXmu -lXt'
4385XPM_LIBS=' -L/opt/local/lib  -lSM -lICE -lX11 -lXpm'
4386XSLTPROC=''
4387XVFB_RUN=''
4388X_CFLAGS=' -I/opt/local/include'
4389X_EXTRA_LIBS=''
4390X_LIBS=' -L/opt/local/lib'
4391X_PRE_LIBS=' -lSM -lICE'
4392Z_LIBS='-lz'
4393ac_ct_AR='ar'
4394ac_ct_CC='/usr/bin/clang'
4395ac_ct_CC_FOR_BUILD='/usr/bin/clang'
4396ac_ct_CXX=''
4397ac_ct_DUMPBIN=''
4398am__EXEEXT_FALSE=''
4399am__EXEEXT_TRUE=''
4400am__fastdepCCAS_FALSE='#'
4401am__fastdepCCAS_TRUE=''
4402am__fastdepCC_FALSE='#'
4403am__fastdepCC_TRUE=''
4404am__fastdepCXX_FALSE='#'
4405am__fastdepCXX_TRUE=''
4406am__include='include'
4407am__isrc=''
4408am__leading_dot='.'
4409am__nodep='_no'
4410am__quote=''
4411am__tar='$${TAR-tar} chof - "$$tardir"'
4412am__untar='$${TAR-tar} xf -'
4413bindir='${exec_prefix}/bin'
4414build='x86_64-apple-darwin16.7.0'
4415build_alias='x86_64-apple-darwin16.7.0'
4416build_cpu='x86_64'
4417build_os='darwin16.7.0'
4418build_vendor='apple'
4419datadir='${datarootdir}'
4420datarootdir='${prefix}/share'
4421docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
4422dvidir='${docdir}'
4423exec_prefix='NONE'
4424gimpdatadir=''
4425gimpdir=''
4426gimplocaledir=''
4427gimpplugindir=''
4428gimpsysconfdir=''
4429host='x86_64-apple-darwin16.7.0'
4430host_alias=''
4431host_cpu='x86_64'
4432host_os='darwin16.7.0'
4433host_vendor='apple'
4434htmldir='${docdir}'
4435includedir='${prefix}/include'
4436infodir='${datarootdir}/info'
4437install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp2/gimp2/work/gimp-2.10.22/install-sh'
4438intltool__v_merge_options_0='-q'
4439intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
4440libdir='${exec_prefix}/lib'
4441libexecdir='${exec_prefix}/libexec'
4442localedir='${datarootdir}/locale'
4443localstatedir='${prefix}/var'
4444mandir='${datarootdir}/man'
4445manpage_gimpdir=''
4446mkdir_p='$(MKDIR_P)'
4447ms_librarian=''
4448mypaint_brushes_dir='${gimp_installation_dir}/share/mypaint-data/1.0/brushes'
4449oldincludedir='/usr/include'
4450pdfdir='${docdir}'
4451pkgpyexecdir=''
4452pkgpythondir=''
4453prefix='/opt/local'
4454program_transform_name='s,x,x,'
4455psdir='${docdir}'
4456pyexecdir=''
4457pythondir=''
4458runstatedir='${localstatedir}/run'
4459sbindir='${exec_prefix}/sbin'
4460sharedstatedir='${prefix}/com'
4461sysconfdir='${prefix}/etc'
4462target_alias=''
4463
4464## ----------- ##
4465## confdefs.h. ##
4466## ----------- ##
4467
4468/* confdefs.h */
4469#define PACKAGE_NAME "GIMP"
4470#define PACKAGE_TARNAME "gimp"
4471#define PACKAGE_VERSION "2.10.22"
4472#define PACKAGE_STRING "GIMP 2.10.22"
4473#define PACKAGE_BUGREPORT "https://gitlab.gnome.org/GNOME/gimp/issues/new"
4474#define PACKAGE_URL ""
4475#define GIMP_PKGCONFIG_VERSION "2.0"
4476#define GIMP_TOOL_VERSION "2.0"
4477#define GETTEXT_PACKAGE "gimp20"
4478#define HAVE_CXX14 1
4479#define HAVE_STDIO_H 1
4480#define HAVE_STDLIB_H 1
4481#define HAVE_STRING_H 1
4482#define HAVE_INTTYPES_H 1
4483#define HAVE_STDINT_H 1
4484#define HAVE_STRINGS_H 1
4485#define HAVE_SYS_STAT_H 1
4486#define HAVE_SYS_TYPES_H 1
4487#define HAVE_UNISTD_H 1
4488#define HAVE_SYS_TIME_H 1
4489#define STDC_HEADERS 1
4490#define HAVE_DLFCN_H 1
4491#define LT_OBJDIR ".libs/"
4492#define ARCH_X86 1
4493#define ARCH_X86_64 1
4494#define PLATFORM_OSX 1
4495#define HAVE_SYS_WAIT_H 1
4496#define TIME_WITH_SYS_TIME 1
4497#define HAVE_EXECINFO_H 1
4498#define HAVE_FCNTL_H 1
4499#define HAVE_SYS_PARAM_H 1
4500#define HAVE_SYS_TIME_H 1
4501#define HAVE_SYS_TIMES_H 1
4502#define HAVE_SYS_WAIT_H 1
4503#define HAVE_UNISTD_H 1
4504#define HAVE_BACKTRACE 1
4505#define HAVE_VPRINTF 1
4506#define HAVE_ALLOCA_H 1
4507#define HAVE_ALLOCA 1
4508#define HAVE_FSYNC 1
4509#define HAVE_DIFFTIME 1
4510#define HAVE_MMAP 1
4511#define HAVE_LOCALE_H 1
4512#define HAVE_LC_MESSAGES 1
4513#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4514#define HAVE_CFLOCALECOPYCURRENT 1
4515#define HAVE_BIND_TEXTDOMAIN_CODESET 1
4516#define HAVE_GETTEXT 1
4517#define HAVE_DCGETTEXT 1
4518#define ENABLE_NLS 1
4519#define HAVE_ISO_CODES 1
4520#define HAVE_BIND_TEXTDOMAIN_CODESET 1
4521#define HAVE_EXECINFO_H 1
4522#define HAVE_MATH_H 1
4523#define HAVE_FINITE 1
4524#define HAVE_ISFINITE 1
4525#define HAVE_RINT 1
4526#define HAVE_VFORK 1
4527#define HAVE_FUNC_ATTRIBUTE_DESTRUCTOR 1
4528#define HAVE_GETADDRINFO 1
4529#define HAVE_GETNAMEINFO 1
4530#define COMPILE_SSE2_INTRINISICS 1
4531#define COMPILE_SSE4_1_INTRINISICS 1
4532#define USE_MMX 1
4533#define USE_SSE 1
4534#define HAVE_MMAN_H 1
4535#define USE_POSIX_SHM 1
4536#define ENABLE_MP 1
4537#define HAVE_X11_XMU_WINUTIL_H 1
4538#define HAVE_X11_EXTENSIONS_SHAPE_H 1
4539#define HAVE_XFIXES 1
4540#define ENABLE_RELOCATABLE_RESOURCES 1
4541#define HAVE_LIBJPEG 1
4542#define HAVE_LIBHEIF_1_4_0 1
4543
4544configure: exit 258