Ticket #43254: config.log

File config.log, 110.0 KB (added by mf2k (Frank Schima), 10 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by GnuCash configure 2.6.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-glibtest --disable-dependency-tracking --disable-dbi --with-html-engine=webkit --enable-aqbanking --enable-ofx --enable-python
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = FutureWorld.local
14uname -m = x86_64
15uname -r = 13.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/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 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 205 tasks, 1070 threads, 8 processors
34Load average: 3.59, Mach factor: 4.48
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2704: checking for a BSD-compatible install
52configure:2772: result: /usr/bin/install -c
53configure:2783: checking whether build environment is sane
54configure:2838: result: yes
55configure:2989: checking for a thread-safe mkdir -p
56configure:3028: result: /opt/local/bin/gmkdir -p
57configure:3035: checking for gawk
58configure:3051: found /opt/local/bin/gawk
59configure:3062: result: gawk
60configure:3073: checking whether make sets $(MAKE)
61configure:3095: result: yes
62configure:3251: checking for gcc
63configure:3278: result: /usr/bin/clang
64configure:3507: checking for C compiler version
65configure:3516: /usr/bin/clang --version >&5
66Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
67Target: x86_64-apple-darwin13.1.0
68Thread model: posix
69configure:3527: $? = 0
70configure:3516: /usr/bin/clang -v >&5
71Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
72Target: x86_64-apple-darwin13.1.0
73Thread model: posix
74configure:3527: $? = 0
75configure:3516: /usr/bin/clang -V >&5
76clang: error: argument to '-V' is missing (expected 1 value)
77clang: error: no input files
78configure:3527: $? = 1
79configure:3516: /usr/bin/clang -qversion >&5
80clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
81clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
82clang: error: no input files
83configure:3527: $? = 1
84configure:3547: checking whether the C compiler works
85configure:3569: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
86configure:3573: $? = 0
87configure:3621: result: yes
88configure:3624: checking for C compiler default output file name
89configure:3626: result: a.out
90configure:3632: checking for suffix of executables
91configure:3639: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
92configure:3643: $? = 0
93configure:3665: result:
94configure:3687: checking whether we are cross compiling
95configure:3695: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
96configure:3699: $? = 0
97configure:3706: ./conftest
98configure:3710: $? = 0
99configure:3725: result: no
100configure:3730: checking for suffix of object files
101configure:3752: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
102configure:3756: $? = 0
103configure:3777: result: o
104configure:3781: checking whether we are using the GNU C compiler
105configure:3800: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
106configure:3800: $? = 0
107configure:3809: result: yes
108configure:3818: checking whether /usr/bin/clang accepts -g
109configure:3838: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
110configure:3838: $? = 0
111configure:3879: result: yes
112configure:3896: checking for /usr/bin/clang option to accept ISO C89
113configure:3959: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
114configure:3959: $? = 0
115configure:3972: result: none needed
116configure:4003: checking for style of include used by make
117configure:4031: result: GNU
118configure:4057: checking dependency style of /usr/bin/clang
119configure:4168: result: none
120configure:4184: checking whether /usr/bin/clang and cc understand -c and -o together
121configure:4215: /usr/bin/clang -c conftest.c -o conftest2.o >&5
122configure:4219: $? = 0
123configure:4225: /usr/bin/clang -c conftest.c -o conftest2.o >&5
124configure:4229: $? = 0
125configure:4240: cc -c conftest.c >&5
126configure:4244: $? = 0
127configure:4252: cc -c conftest.c -o conftest2.o >&5
128configure:4256: $? = 0
129configure:4262: cc -c conftest.c -o conftest2.o >&5
130configure:4266: $? = 0
131configure:4284: result: yes
132configure:4315: checking how to run the C preprocessor
133configure:4346: /usr/bin/clang -E -I/opt/local/include conftest.c
134configure:4346: $? = 0
135configure:4360: /usr/bin/clang -E -I/opt/local/include conftest.c
136conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
137#include <ac_nonexistent.h>
138         ^
1391 error generated.
140configure:4360: $? = 1
141configure: failed program was:
142| /* confdefs.h */
143| #define PACKAGE_NAME "GnuCash"
144| #define PACKAGE_TARNAME "gnucash"
145| #define PACKAGE_VERSION "2.6.2"
146| #define PACKAGE_STRING "GnuCash 2.6.2"
147| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
148| #define PACKAGE_URL ""
149| #define PACKAGE "gnucash"
150| #define VERSION "2.6.2"
151| /* end confdefs.h.  */
152| #include <ac_nonexistent.h>
153configure:4385: result: /usr/bin/clang -E
154configure:4405: /usr/bin/clang -E -I/opt/local/include conftest.c
155configure:4405: $? = 0
156configure:4419: /usr/bin/clang -E -I/opt/local/include conftest.c
157conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
158#include <ac_nonexistent.h>
159         ^
1601 error generated.
161configure:4419: $? = 1
162configure: failed program was:
163| /* confdefs.h */
164| #define PACKAGE_NAME "GnuCash"
165| #define PACKAGE_TARNAME "gnucash"
166| #define PACKAGE_VERSION "2.6.2"
167| #define PACKAGE_STRING "GnuCash 2.6.2"
168| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
169| #define PACKAGE_URL ""
170| #define PACKAGE "gnucash"
171| #define VERSION "2.6.2"
172| /* end confdefs.h.  */
173| #include <ac_nonexistent.h>
174configure:4448: checking for grep that handles long lines and -e
175configure:4506: result: /opt/local/bin/grep
176configure:4511: checking for egrep
177configure:4573: result: /opt/local/bin/grep -E
178configure:4578: checking for ANSI C header files
179configure:4598: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
180configure:4598: $? = 0
181configure:4671: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
182configure:4671: $? = 0
183configure:4671: ./conftest
184configure:4671: $? = 0
185configure:4682: result: yes
186configure:4695: checking for sys/types.h
187configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
188configure:4695: $? = 0
189configure:4695: result: yes
190configure:4695: checking for sys/stat.h
191configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
192configure:4695: $? = 0
193configure:4695: result: yes
194configure:4695: checking for stdlib.h
195configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
196configure:4695: $? = 0
197configure:4695: result: yes
198configure:4695: checking for string.h
199configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
200configure:4695: $? = 0
201configure:4695: result: yes
202configure:4695: checking for memory.h
203configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
204configure:4695: $? = 0
205configure:4695: result: yes
206configure:4695: checking for strings.h
207configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
208configure:4695: $? = 0
209configure:4695: result: yes
210configure:4695: checking for inttypes.h
211configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
212configure:4695: $? = 0
213configure:4695: result: yes
214configure:4695: checking for stdint.h
215configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
216configure:4695: $? = 0
217configure:4695: result: yes
218configure:4695: checking for unistd.h
219configure:4695: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
220configure:4695: $? = 0
221configure:4695: result: yes
222configure:4708: checking minix/config.h usability
223configure:4708: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
224conftest.c:54:10: fatal error: 'minix/config.h' file not found
225#include <minix/config.h>
226         ^
2271 error generated.
228configure:4708: $? = 1
229configure: failed program was:
230| /* confdefs.h */
231| #define PACKAGE_NAME "GnuCash"
232| #define PACKAGE_TARNAME "gnucash"
233| #define PACKAGE_VERSION "2.6.2"
234| #define PACKAGE_STRING "GnuCash 2.6.2"
235| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
236| #define PACKAGE_URL ""
237| #define PACKAGE "gnucash"
238| #define VERSION "2.6.2"
239| #define STDC_HEADERS 1
240| #define HAVE_SYS_TYPES_H 1
241| #define HAVE_SYS_STAT_H 1
242| #define HAVE_STDLIB_H 1
243| #define HAVE_STRING_H 1
244| #define HAVE_MEMORY_H 1
245| #define HAVE_STRINGS_H 1
246| #define HAVE_INTTYPES_H 1
247| #define HAVE_STDINT_H 1
248| #define HAVE_UNISTD_H 1
249| /* end confdefs.h.  */
250| #include <stdio.h>
251| #ifdef HAVE_SYS_TYPES_H
252| # include <sys/types.h>
253| #endif
254| #ifdef HAVE_SYS_STAT_H
255| # include <sys/stat.h>
256| #endif
257| #ifdef STDC_HEADERS
258| # include <stdlib.h>
259| # include <stddef.h>
260| #else
261| # ifdef HAVE_STDLIB_H
262| #  include <stdlib.h>
263| # endif
264| #endif
265| #ifdef HAVE_STRING_H
266| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
267| #  include <memory.h>
268| # endif
269| # include <string.h>
270| #endif
271| #ifdef HAVE_STRINGS_H
272| # include <strings.h>
273| #endif
274| #ifdef HAVE_INTTYPES_H
275| # include <inttypes.h>
276| #endif
277| #ifdef HAVE_STDINT_H
278| # include <stdint.h>
279| #endif
280| #ifdef HAVE_UNISTD_H
281| # include <unistd.h>
282| #endif
283| #include <minix/config.h>
284configure:4708: result: no
285configure:4708: checking minix/config.h presence
286configure:4708: /usr/bin/clang -E -I/opt/local/include conftest.c
287conftest.c:21:10: fatal error: 'minix/config.h' file not found
288#include <minix/config.h>
289         ^
2901 error generated.
291configure:4708: $? = 1
292configure: failed program was:
293| /* confdefs.h */
294| #define PACKAGE_NAME "GnuCash"
295| #define PACKAGE_TARNAME "gnucash"
296| #define PACKAGE_VERSION "2.6.2"
297| #define PACKAGE_STRING "GnuCash 2.6.2"
298| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
299| #define PACKAGE_URL ""
300| #define PACKAGE "gnucash"
301| #define VERSION "2.6.2"
302| #define STDC_HEADERS 1
303| #define HAVE_SYS_TYPES_H 1
304| #define HAVE_SYS_STAT_H 1
305| #define HAVE_STDLIB_H 1
306| #define HAVE_STRING_H 1
307| #define HAVE_MEMORY_H 1
308| #define HAVE_STRINGS_H 1
309| #define HAVE_INTTYPES_H 1
310| #define HAVE_STDINT_H 1
311| #define HAVE_UNISTD_H 1
312| /* end confdefs.h.  */
313| #include <minix/config.h>
314configure:4708: result: no
315configure:4708: checking for minix/config.h
316configure:4708: result: no
317configure:4729: checking whether it is safe to define __EXTENSIONS__
318configure:4747: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
319configure:4747: $? = 0
320configure:4754: result: yes
321configure:4770: checking whether NLS is requested
322configure:4779: result: yes
323configure:4807: checking for intltool-update
324configure:4825: found /opt/local/bin/intltool-update
325configure:4837: result: /opt/local/bin/intltool-update
326configure:4847: checking for intltool-merge
327configure:4865: found /opt/local/bin/intltool-merge
328configure:4877: result: /opt/local/bin/intltool-merge
329configure:4887: checking for intltool-extract
330configure:4905: found /opt/local/bin/intltool-extract
331configure:4917: result: /opt/local/bin/intltool-extract
332configure:5071: checking for xgettext
333configure:5089: found /opt/local/bin/xgettext
334configure:5101: result: /opt/local/bin/xgettext
335configure:5111: checking for msgmerge
336configure:5129: found /opt/local/bin/msgmerge
337configure:5141: result: /opt/local/bin/msgmerge
338configure:5151: checking for msgfmt
339configure:5169: found /opt/local/bin/msgfmt
340configure:5181: result: /opt/local/bin/msgfmt
341configure:5191: checking for gmsgfmt
342configure:5222: result: /opt/local/bin/msgfmt
343configure:5242: checking for perl
344configure:5260: found /opt/local/bin/perl
345configure:5272: result: /opt/local/bin/perl
346configure:5283: checking for perl >= 5.8.1
347configure:5290: result: 5.16.3
348configure:5294: checking for XML::Parser
349configure:5297: result: ok
350configure:5322: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
351Undefined symbols for architecture x86_64:
352  "__nl_msg_cat_cntr", referenced from:
353      _main in conftest-fb3244.o
354ld: symbol(s) not found for architecture x86_64
355clang: error: linker command failed with exit code 1 (use -v to see invocation)
356configure:5322: $? = 1
357configure: failed program was:
358| /* confdefs.h */
359| #define PACKAGE_NAME "GnuCash"
360| #define PACKAGE_TARNAME "gnucash"
361| #define PACKAGE_VERSION "2.6.2"
362| #define PACKAGE_STRING "GnuCash 2.6.2"
363| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
364| #define PACKAGE_URL ""
365| #define PACKAGE "gnucash"
366| #define VERSION "2.6.2"
367| #define STDC_HEADERS 1
368| #define HAVE_SYS_TYPES_H 1
369| #define HAVE_SYS_STAT_H 1
370| #define HAVE_STDLIB_H 1
371| #define HAVE_STRING_H 1
372| #define HAVE_MEMORY_H 1
373| #define HAVE_STRINGS_H 1
374| #define HAVE_INTTYPES_H 1
375| #define HAVE_STDINT_H 1
376| #define HAVE_UNISTD_H 1
377| #define __EXTENSIONS__ 1
378| #define _ALL_SOURCE 1
379| #define _GNU_SOURCE 1
380| #define _POSIX_PTHREAD_SEMANTICS 1
381| #define _TANDEM_SOURCE 1
382| /* end confdefs.h.  */
383|
384| int
385| main ()
386| {
387| extern int _nl_msg_cat_cntr;
388|                        return _nl_msg_cat_cntr
389|   ;
390|   return 0;
391| }
392configure:5400: checking locale.h usability
393configure:5400: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
394configure:5400: $? = 0
395configure:5400: result: yes
396configure:5400: checking locale.h presence
397configure:5400: /usr/bin/clang -E -I/opt/local/include conftest.c
398configure:5400: $? = 0
399configure:5400: result: yes
400configure:5400: checking for locale.h
401configure:5400: result: yes
402configure:5411: checking for LC_MESSAGES
403configure:5427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
404configure:5427: $? = 0
405configure:5435: result: yes
406configure:5452: checking libintl.h usability
407configure:5452: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
408configure:5452: $? = 0
409configure:5452: result: yes
410configure:5452: checking libintl.h presence
411configure:5452: /usr/bin/clang -E -I/opt/local/include conftest.c
412configure:5452: $? = 0
413configure:5452: result: yes
414configure:5452: checking for libintl.h
415configure:5452: result: yes
416configure:5460: checking for ngettext in libc
417configure:5478: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
418Undefined symbols for architecture x86_64:
419  "_libintl_ngettext", referenced from:
420      _main in conftest-a63aa7.o
421ld: symbol(s) not found for architecture x86_64
422clang: error: linker command failed with exit code 1 (use -v to see invocation)
423configure:5478: $? = 1
424configure: failed program was:
425| /* confdefs.h */
426| #define PACKAGE_NAME "GnuCash"
427| #define PACKAGE_TARNAME "gnucash"
428| #define PACKAGE_VERSION "2.6.2"
429| #define PACKAGE_STRING "GnuCash 2.6.2"
430| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
431| #define PACKAGE_URL ""
432| #define PACKAGE "gnucash"
433| #define VERSION "2.6.2"
434| #define STDC_HEADERS 1
435| #define HAVE_SYS_TYPES_H 1
436| #define HAVE_SYS_STAT_H 1
437| #define HAVE_STDLIB_H 1
438| #define HAVE_STRING_H 1
439| #define HAVE_MEMORY_H 1
440| #define HAVE_STRINGS_H 1
441| #define HAVE_INTTYPES_H 1
442| #define HAVE_STDINT_H 1
443| #define HAVE_UNISTD_H 1
444| #define __EXTENSIONS__ 1
445| #define _ALL_SOURCE 1
446| #define _GNU_SOURCE 1
447| #define _POSIX_PTHREAD_SEMANTICS 1
448| #define _TANDEM_SOURCE 1
449| #define GNUCASH_MAJOR_VERSION 2
450| #define GNUCASH_MINOR_VERSION 6
451| #define GNUCASH_MICRO_VERSION 2
452| #define GNUCASH_NANO_VERSION 0
453| #define GNUCASH_RESAVE_VERSION 19920
454| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
455| #define GETTEXT_PACKAGE "gnucash"
456| #define HAVE_LOCALE_H 1
457| #define HAVE_LC_MESSAGES 1
458| /* end confdefs.h.  */
459|
460| #include <libintl.h>
461|
462| int
463| main ()
464| {
465| return !ngettext ("","", 1)
466|   ;
467|   return 0;
468| }
469configure:5487: result: no
470configure:5543: checking for bindtextdomain in -lintl
471configure:5568: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl   >&5
472configure:5568: $? = 0
473configure:5577: result: yes
474configure:5580: checking for ngettext in -lintl
475configure:5605: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl   >&5
476configure:5605: $? = 0
477configure:5614: result: yes
478configure:5617: checking for dgettext in -lintl
479configure:5642: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl   >&5
480configure:5642: $? = 0
481configure:5651: result: yes
482configure:5764: checking for bind_textdomain_codeset
483configure:5764: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl  >&5
484configure:5764: $? = 0
485configure:5764: result: yes
486configure:5801: checking for msgfmt
487configure:5828: result: /opt/local/bin/msgfmt
488configure:5839: checking for dcgettext
489configure:5839: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl  >&5
490configure:5839: $? = 0
491configure:5839: result: yes
492configure:5849: checking if msgfmt accepts -c
493configure:5864: $MSGFMT -c -o /dev/null conftest.foo
494conftest.foo:3: warning: header field 'Language' missing in header
495configure:5867: $? = 0
496configure:5869: result: yes
497configure:5879: checking for gmsgfmt
498configure:5910: result: /opt/local/bin/msgfmt
499configure:5920: checking for xgettext
500configure:5947: result: /opt/local/bin/xgettext
501configure:5966: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lintl  >&5
502configure:5966: $? = 0
503configure:6048: checking for catalogs to be installed
504configure:6073: result:  ar bg ca cs da de el en_GB es_NI es eu fa fi fr he hu it ja ko lt lv nb ne nl pl pt_BR pt ro ru rw sk sv ta tr uk vi zh_CN zh_TW
505configure:6167: checking for pkg-config
506configure:6185: found /opt/local/bin/pkg-config
507configure:6197: result: /opt/local/bin/pkg-config
508configure:6222: checking pkg-config is at least version 0.9.0
509configure:6225: result: yes
510configure:6235: checking if compiling with clang
511configure:6253: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
512configure:6253: $? = 0
513configure:6260: result: yes
514configure:6399: checking for C++ compiler version
515configure:6408: /usr/bin/clang++ --version >&5
516Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
517Target: x86_64-apple-darwin13.1.0
518Thread model: posix
519configure:6419: $? = 0
520configure:6408: /usr/bin/clang++ -v >&5
521Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
522Target: x86_64-apple-darwin13.1.0
523Thread model: posix
524configure:6419: $? = 0
525configure:6408: /usr/bin/clang++ -V >&5
526clang: error: argument to '-V' is missing (expected 1 value)
527clang: error: no input files
528configure:6419: $? = 1
529configure:6408: /usr/bin/clang++ -qversion >&5
530clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
531clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
532clang: error: no input files
533configure:6419: $? = 1
534configure:6423: checking whether we are using the GNU C++ compiler
535configure:6442: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
536configure:6442: $? = 0
537configure:6451: result: yes
538configure:6460: checking whether /usr/bin/clang++ accepts -g
539configure:6480: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
540configure:6480: $? = 0
541configure:6521: result: yes
542configure:6546: checking dependency style of /usr/bin/clang++
543configure:6657: result: none
544configure:7317: checking build system type
545configure:7331: result: x86_64-apple-darwin13.1.0
546configure:7351: checking host system type
547configure:7364: result: x86_64-apple-darwin13.1.0
548configure:7764: checking how to print strings
549configure:7791: result: printf
550configure:7812: checking for a sed that does not truncate output
551configure:7876: result: /opt/local/bin/gsed
552configure:7894: checking for fgrep
553configure:7956: result: /opt/local/bin/grep -F
554configure:7991: checking for ld used by /usr/bin/clang
555configure:8058: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
556configure:8065: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
557configure:8080: result: no
558configure:8092: checking for BSD- or MS-compatible name lister (nm)
559configure:8141: result: /opt/local/bin/nm
560configure:8271: checking the name lister (/opt/local/bin/nm) interface
561configure:8278: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
562configure:8281: /opt/local/bin/nm "conftest.o"
563configure:8284: output
5640000000000000000 S _some_variable
565configure:8291: result: BSD nm
566configure:8294: checking whether ln -s works
567configure:8298: result: yes
568configure:8306: checking the maximum length of command line arguments
569configure:8436: result: 196608
570configure:8453: checking whether the shell understands some XSI constructs
571configure:8463: result: yes
572configure:8467: checking whether the shell understands "+="
573configure:8473: result: yes
574configure:8508: checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format
575configure:8548: result: func_convert_file_noop
576configure:8555: checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format
577configure:8575: result: func_convert_file_noop
578configure:8582: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
579configure:8589: result: -r
580configure:8663: checking for objdump
581configure:8690: result: objdump
582configure:8719: checking how to recognize dependent libraries
583configure:8921: result: pass_all
584configure:9006: checking for dlltool
585configure:9033: result: dlltool
586configure:9063: checking how to associate runtime and link libraries
587configure:9090: result: printf %s\n
588configure:9150: checking for ar
589configure:9166: found /opt/local/bin/ar
590configure:9177: result: ar
591configure:9214: checking for archiver @FILE support
592configure:9231: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
593configure:9231: $? = 0
594configure:9234: ar cru libconftest.a @conftest.lst >&5
595ar: @conftest.lst: No such file or directory
596configure:9237: $? = 1
597configure:9257: result: no
598configure:9315: checking for strip
599configure:9331: found /opt/local/bin/strip
600configure:9342: result: strip
601configure:9414: checking for ranlib
602configure:9430: found /opt/local/bin/ranlib
603configure:9441: result: ranlib
604configure:9543: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
605configure:9663: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
606configure:9666: $? = 0
607configure:9670: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
608configure:9673: $? = 0
609cannot find nm_test_var in conftest.nm
610configure:9663: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
611configure:9666: $? = 0
612configure:9670: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
613configure:9673: $? = 0
614configure:9739: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
615configure:9742: $? = 0
616configure:9780: result: ok
617configure:9817: checking for sysroot
618configure:9847: result: no
619configure:10103: checking for mt
620configure:10133: result: no
621configure:10153: checking if : is a manifest tool
622configure:10159: : '-?'
623configure:10167: result: no
624configure:10223: checking for dsymutil
625configure:10239: found /usr/bin/dsymutil
626configure:10250: result: dsymutil
627configure:10315: checking for nmedit
628configure:10331: found /opt/local/bin/nmedit
629configure:10342: result: nmedit
630configure:10407: checking for lipo
631configure:10423: found /opt/local/bin/lipo
632configure:10434: result: lipo
633configure:10499: checking for otool
634configure:10515: found /opt/local/bin/otool
635configure:10526: result: otool
636configure:10591: checking for otool64
637configure:10621: result: no
638configure:10666: checking for -single_module linker flag
639/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
640configure:10699: result: yes
641configure:10702: checking for -exported_symbols_list linker flag
642configure:10722: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
643configure:10722: $? = 0
644configure:10732: result: yes
645configure:10735: checking for -force_load linker flag
646/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
647ar cru libconftest.a conftest.o
648ranlib libconftest.a
649/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
650configure:10767: result: yes
651configure:10806: checking for dlfcn.h
652configure:10806: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
653configure:10806: $? = 0
654configure:10806: result: yes
655configure:10989: checking for objdir
656configure:11004: result: .libs
657configure:11275: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
658configure:11293: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
659configure:11297: $? = 0
660configure:11310: result: yes
661configure:11637: checking for /usr/bin/clang option to produce PIC
662configure:11644: result: -fno-common -DPIC
663configure:11652: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
664configure:11670: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
665configure:11674: $? = 0
666configure:11687: result: yes
667configure:11716: checking if /usr/bin/clang static flag -static works
668configure:11744: result: no
669configure:11759: checking if /usr/bin/clang supports -c -o file.o
670configure:11780: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
671configure:11784: $? = 0
672configure:11806: result: yes
673configure:11814: checking if /usr/bin/clang supports -c -o file.o
674configure:11861: result: yes
675configure:11894: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
676configure:13047: result: yes
677configure:13287: checking dynamic linker characteristics
678configure:14024: result: darwin13.1.0 dyld
679configure:14131: checking how to hardcode library paths into programs
680configure:14156: result: immediate
681configure:14201: checking for dlopen in -ldl
682configure:14226: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -ldl   >&5
683configure:14226: $? = 0
684configure:14235: result: yes
685configure:14450: checking whether a program can dlopen itself
686configure:14530: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64  conftest.c -ldl  >&5
687configure:14533: $? = 0
688configure:14551: result: yes
689configure:14556: checking whether a statically linked program can dlopen itself
690configure:14636: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64   conftest.c -ldl  >&5
691configure:14639: $? = 0
692configure:14657: result: yes
693configure:14696: checking whether stripping libraries is possible
694configure:14710: result: yes
695configure:14736: checking if libtool supports shared libraries
696configure:14738: result: yes
697configure:14741: checking whether to build shared libraries
698configure:14762: result: yes
699configure:14765: checking whether to build static libraries
700configure:14769: result: no
701configure:14792: checking how to run the C++ preprocessor
702configure:14819: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
703configure:14819: $? = 0
704configure:14833: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
705conftest.cpp:41:10: fatal error: 'ac_nonexistent.h' file not found
706#include <ac_nonexistent.h>
707         ^
7081 error generated.
709configure:14833: $? = 1
710configure: failed program was:
711| /* confdefs.h */
712| #define PACKAGE_NAME "GnuCash"
713| #define PACKAGE_TARNAME "gnucash"
714| #define PACKAGE_VERSION "2.6.2"
715| #define PACKAGE_STRING "GnuCash 2.6.2"
716| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
717| #define PACKAGE_URL ""
718| #define PACKAGE "gnucash"
719| #define VERSION "2.6.2"
720| #define STDC_HEADERS 1
721| #define HAVE_SYS_TYPES_H 1
722| #define HAVE_SYS_STAT_H 1
723| #define HAVE_STDLIB_H 1
724| #define HAVE_STRING_H 1
725| #define HAVE_MEMORY_H 1
726| #define HAVE_STRINGS_H 1
727| #define HAVE_INTTYPES_H 1
728| #define HAVE_STDINT_H 1
729| #define HAVE_UNISTD_H 1
730| #define __EXTENSIONS__ 1
731| #define _ALL_SOURCE 1
732| #define _GNU_SOURCE 1
733| #define _POSIX_PTHREAD_SEMANTICS 1
734| #define _TANDEM_SOURCE 1
735| #define GNUCASH_MAJOR_VERSION 2
736| #define GNUCASH_MINOR_VERSION 6
737| #define GNUCASH_MICRO_VERSION 2
738| #define GNUCASH_NANO_VERSION 0
739| #define GNUCASH_RESAVE_VERSION 19920
740| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
741| #define GETTEXT_PACKAGE "gnucash"
742| #define HAVE_LOCALE_H 1
743| #define HAVE_LC_MESSAGES 1
744| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
745| #define HAVE_GETTEXT 1
746| #define HAVE_DCGETTEXT 1
747| #define ENABLE_NLS 1
748| #define HAVE_DLFCN_H 1
749| #define LT_OBJDIR ".libs/"
750| /* end confdefs.h.  */
751| #include <ac_nonexistent.h>
752configure:14858: result: /usr/bin/clang++ -E
753configure:14878: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
754configure:14878: $? = 0
755configure:14892: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
756conftest.cpp:41:10: fatal error: 'ac_nonexistent.h' file not found
757#include <ac_nonexistent.h>
758         ^
7591 error generated.
760configure:14892: $? = 1
761configure: failed program was:
762| /* confdefs.h */
763| #define PACKAGE_NAME "GnuCash"
764| #define PACKAGE_TARNAME "gnucash"
765| #define PACKAGE_VERSION "2.6.2"
766| #define PACKAGE_STRING "GnuCash 2.6.2"
767| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
768| #define PACKAGE_URL ""
769| #define PACKAGE "gnucash"
770| #define VERSION "2.6.2"
771| #define STDC_HEADERS 1
772| #define HAVE_SYS_TYPES_H 1
773| #define HAVE_SYS_STAT_H 1
774| #define HAVE_STDLIB_H 1
775| #define HAVE_STRING_H 1
776| #define HAVE_MEMORY_H 1
777| #define HAVE_STRINGS_H 1
778| #define HAVE_INTTYPES_H 1
779| #define HAVE_STDINT_H 1
780| #define HAVE_UNISTD_H 1
781| #define __EXTENSIONS__ 1
782| #define _ALL_SOURCE 1
783| #define _GNU_SOURCE 1
784| #define _POSIX_PTHREAD_SEMANTICS 1
785| #define _TANDEM_SOURCE 1
786| #define GNUCASH_MAJOR_VERSION 2
787| #define GNUCASH_MINOR_VERSION 6
788| #define GNUCASH_MICRO_VERSION 2
789| #define GNUCASH_NANO_VERSION 0
790| #define GNUCASH_RESAVE_VERSION 19920
791| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
792| #define GETTEXT_PACKAGE "gnucash"
793| #define HAVE_LOCALE_H 1
794| #define HAVE_LC_MESSAGES 1
795| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
796| #define HAVE_GETTEXT 1
797| #define HAVE_DCGETTEXT 1
798| #define ENABLE_NLS 1
799| #define HAVE_DLFCN_H 1
800| #define LT_OBJDIR ".libs/"
801| /* end confdefs.h.  */
802| #include <ac_nonexistent.h>
803configure:15061: checking for ld used by /usr/bin/clang++
804configure:15128: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
805configure:15135: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
806configure:15150: result: no
807configure:15205: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
808configure:16210: result: yes
809configure:16246: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
810configure:16249: $? = 0
811configure:16769: checking for /usr/bin/clang++ option to produce PIC
812configure:16776: result: -fno-common -DPIC
813configure:16784: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
814configure:16802: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
815configure:16806: $? = 0
816configure:16819: result: yes
817configure:16842: checking if /usr/bin/clang++ static flag -static works
818configure:16870: result: no
819configure:16882: checking if /usr/bin/clang++ supports -c -o file.o
820configure:16903: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
821configure:16907: $? = 0
822configure:16929: result: yes
823configure:16934: checking if /usr/bin/clang++ supports -c -o file.o
824configure:16981: result: yes
825configure:17011: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
826configure:17047: result: yes
827configure:17188: checking dynamic linker characteristics
828configure:17859: result: darwin13.1.0 dyld
829configure:17912: checking how to hardcode library paths into programs
830configure:17937: result: immediate
831configure:18001: checking for library containing strerror
832configure:18032: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
833conftest.c:48:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
834char strerror ();
835     ^
836conftest.c:48:6: note: 'strerror' is a builtin with type 'char *(int)'
8371 warning generated.
838configure:18032: $? = 0
839configure:18049: result: none required
840configure:18057: checking whether byte ordering is bigendian
841configure:18072: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
842configure:18072: $? = 0
843configure:18117: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
844configure:18117: $? = 0
845configure:18135: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
846conftest.c:48:4: error: use of undeclared identifier 'not'
847                 not big endian
848                 ^
8491 error generated.
850configure:18135: $? = 1
851configure: failed program was:
852| /* confdefs.h */
853| #define PACKAGE_NAME "GnuCash"
854| #define PACKAGE_TARNAME "gnucash"
855| #define PACKAGE_VERSION "2.6.2"
856| #define PACKAGE_STRING "GnuCash 2.6.2"
857| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
858| #define PACKAGE_URL ""
859| #define PACKAGE "gnucash"
860| #define VERSION "2.6.2"
861| #define STDC_HEADERS 1
862| #define HAVE_SYS_TYPES_H 1
863| #define HAVE_SYS_STAT_H 1
864| #define HAVE_STDLIB_H 1
865| #define HAVE_STRING_H 1
866| #define HAVE_MEMORY_H 1
867| #define HAVE_STRINGS_H 1
868| #define HAVE_INTTYPES_H 1
869| #define HAVE_STDINT_H 1
870| #define HAVE_UNISTD_H 1
871| #define __EXTENSIONS__ 1
872| #define _ALL_SOURCE 1
873| #define _GNU_SOURCE 1
874| #define _POSIX_PTHREAD_SEMANTICS 1
875| #define _TANDEM_SOURCE 1
876| #define GNUCASH_MAJOR_VERSION 2
877| #define GNUCASH_MINOR_VERSION 6
878| #define GNUCASH_MICRO_VERSION 2
879| #define GNUCASH_NANO_VERSION 0
880| #define GNUCASH_RESAVE_VERSION 19920
881| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
882| #define GETTEXT_PACKAGE "gnucash"
883| #define HAVE_LOCALE_H 1
884| #define HAVE_LC_MESSAGES 1
885| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
886| #define HAVE_GETTEXT 1
887| #define HAVE_DCGETTEXT 1
888| #define ENABLE_NLS 1
889| #define HAVE_DLFCN_H 1
890| #define LT_OBJDIR ".libs/"
891| /* end confdefs.h.  */
892| #include <sys/types.h>
893|               #include <sys/param.h>
894|
895| int
896| main ()
897| {
898| #if BYTE_ORDER != BIG_ENDIAN
899|                not big endian
900|               #endif
901|
902|   ;
903|   return 0;
904| }
905configure:18263: result: no
906configure:18281: checking whether make sets $(MAKE)
907configure:18303: result: yes
908configure:18312: checking whether ln -s works
909configure:18316: result: yes
910configure:18323: checking for ANSI C header files
911configure:18427: result: yes
912configure:18439: checking limits.h usability
913configure:18439: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
914configure:18439: $? = 0
915configure:18439: result: yes
916configure:18439: checking limits.h presence
917configure:18439: /usr/bin/clang -E -I/opt/local/include conftest.c
918configure:18439: $? = 0
919configure:18439: result: yes
920configure:18439: checking for limits.h
921configure:18439: result: yes
922configure:18439: checking sys/time.h usability
923configure:18439: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
924configure:18439: $? = 0
925configure:18439: result: yes
926configure:18439: checking sys/time.h presence
927configure:18439: /usr/bin/clang -E -I/opt/local/include conftest.c
928configure:18439: $? = 0
929configure:18439: result: yes
930configure:18439: checking for sys/time.h
931configure:18439: result: yes
932configure:18439: checking sys/times.h usability
933configure:18439: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
934configure:18439: $? = 0
935configure:18439: result: yes
936configure:18439: checking sys/times.h presence
937configure:18439: /usr/bin/clang -E -I/opt/local/include conftest.c
938configure:18439: $? = 0
939configure:18439: result: yes
940configure:18439: checking for sys/times.h
941configure:18439: result: yes
942configure:18439: checking sys/wait.h usability
943configure:18439: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
944configure:18439: $? = 0
945configure:18439: result: yes
946configure:18439: checking sys/wait.h presence
947configure:18439: /usr/bin/clang -E -I/opt/local/include conftest.c
948configure:18439: $? = 0
949configure:18439: result: yes
950configure:18439: checking for sys/wait.h
951configure:18439: result: yes
952configure:18439: checking pow.h usability
953configure:18439: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
954conftest.c:79:10: fatal error: 'pow.h' file not found
955#include <pow.h>
956         ^
9571 error generated.
958configure:18439: $? = 1
959configure: failed program was:
960| /* confdefs.h */
961| #define PACKAGE_NAME "GnuCash"
962| #define PACKAGE_TARNAME "gnucash"
963| #define PACKAGE_VERSION "2.6.2"
964| #define PACKAGE_STRING "GnuCash 2.6.2"
965| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
966| #define PACKAGE_URL ""
967| #define PACKAGE "gnucash"
968| #define VERSION "2.6.2"
969| #define STDC_HEADERS 1
970| #define HAVE_SYS_TYPES_H 1
971| #define HAVE_SYS_STAT_H 1
972| #define HAVE_STDLIB_H 1
973| #define HAVE_STRING_H 1
974| #define HAVE_MEMORY_H 1
975| #define HAVE_STRINGS_H 1
976| #define HAVE_INTTYPES_H 1
977| #define HAVE_STDINT_H 1
978| #define HAVE_UNISTD_H 1
979| #define __EXTENSIONS__ 1
980| #define _ALL_SOURCE 1
981| #define _GNU_SOURCE 1
982| #define _POSIX_PTHREAD_SEMANTICS 1
983| #define _TANDEM_SOURCE 1
984| #define GNUCASH_MAJOR_VERSION 2
985| #define GNUCASH_MINOR_VERSION 6
986| #define GNUCASH_MICRO_VERSION 2
987| #define GNUCASH_NANO_VERSION 0
988| #define GNUCASH_RESAVE_VERSION 19920
989| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
990| #define GETTEXT_PACKAGE "gnucash"
991| #define HAVE_LOCALE_H 1
992| #define HAVE_LC_MESSAGES 1
993| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
994| #define HAVE_GETTEXT 1
995| #define HAVE_DCGETTEXT 1
996| #define ENABLE_NLS 1
997| #define HAVE_DLFCN_H 1
998| #define LT_OBJDIR ".libs/"
999| #define STDC_HEADERS 1
1000| #define HAVE_LIMITS_H 1
1001| #define HAVE_SYS_TIME_H 1
1002| #define HAVE_SYS_TIMES_H 1
1003| #define HAVE_SYS_WAIT_H 1
1004| /* end confdefs.h.  */
1005| #include <stdio.h>
1006| #ifdef HAVE_SYS_TYPES_H
1007| # include <sys/types.h>
1008| #endif
1009| #ifdef HAVE_SYS_STAT_H
1010| # include <sys/stat.h>
1011| #endif
1012| #ifdef STDC_HEADERS
1013| # include <stdlib.h>
1014| # include <stddef.h>
1015| #else
1016| # ifdef HAVE_STDLIB_H
1017| #  include <stdlib.h>
1018| # endif
1019| #endif
1020| #ifdef HAVE_STRING_H
1021| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1022| #  include <memory.h>
1023| # endif
1024| # include <string.h>
1025| #endif
1026| #ifdef HAVE_STRINGS_H
1027| # include <strings.h>
1028| #endif
1029| #ifdef HAVE_INTTYPES_H
1030| # include <inttypes.h>
1031| #endif
1032| #ifdef HAVE_STDINT_H
1033| # include <stdint.h>
1034| #endif
1035| #ifdef HAVE_UNISTD_H
1036| # include <unistd.h>
1037| #endif
1038| #include <pow.h>
1039configure:18439: result: no
1040configure:18439: checking pow.h presence
1041configure:18439: /usr/bin/clang -E -I/opt/local/include conftest.c
1042conftest.c:46:10: fatal error: 'pow.h' file not found
1043#include <pow.h>
1044         ^
10451 error generated.
1046configure:18439: $? = 1
1047configure: failed program was:
1048| /* confdefs.h */
1049| #define PACKAGE_NAME "GnuCash"
1050| #define PACKAGE_TARNAME "gnucash"
1051| #define PACKAGE_VERSION "2.6.2"
1052| #define PACKAGE_STRING "GnuCash 2.6.2"
1053| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
1054| #define PACKAGE_URL ""
1055| #define PACKAGE "gnucash"
1056| #define VERSION "2.6.2"
1057| #define STDC_HEADERS 1
1058| #define HAVE_SYS_TYPES_H 1
1059| #define HAVE_SYS_STAT_H 1
1060| #define HAVE_STDLIB_H 1
1061| #define HAVE_STRING_H 1
1062| #define HAVE_MEMORY_H 1
1063| #define HAVE_STRINGS_H 1
1064| #define HAVE_INTTYPES_H 1
1065| #define HAVE_STDINT_H 1
1066| #define HAVE_UNISTD_H 1
1067| #define __EXTENSIONS__ 1
1068| #define _ALL_SOURCE 1
1069| #define _GNU_SOURCE 1
1070| #define _POSIX_PTHREAD_SEMANTICS 1
1071| #define _TANDEM_SOURCE 1
1072| #define GNUCASH_MAJOR_VERSION 2
1073| #define GNUCASH_MINOR_VERSION 6
1074| #define GNUCASH_MICRO_VERSION 2
1075| #define GNUCASH_NANO_VERSION 0
1076| #define GNUCASH_RESAVE_VERSION 19920
1077| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
1078| #define GETTEXT_PACKAGE "gnucash"
1079| #define HAVE_LOCALE_H 1
1080| #define HAVE_LC_MESSAGES 1
1081| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1082| #define HAVE_GETTEXT 1
1083| #define HAVE_DCGETTEXT 1
1084| #define ENABLE_NLS 1
1085| #define HAVE_DLFCN_H 1
1086| #define LT_OBJDIR ".libs/"
1087| #define STDC_HEADERS 1
1088| #define HAVE_LIMITS_H 1
1089| #define HAVE_SYS_TIME_H 1
1090| #define HAVE_SYS_TIMES_H 1
1091| #define HAVE_SYS_WAIT_H 1
1092| /* end confdefs.h.  */
1093| #include <pow.h>
1094configure:18439: result: no
1095configure:18439: checking for pow.h
1096configure:18439: result: no
1097configure:18452: checking for stpcpy
1098configure:18452: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1099conftest.c:69:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
1100char stpcpy ();
1101     ^
1102conftest.c:69:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
11031 warning generated.
1104configure:18452: $? = 0
1105configure:18452: result: yes
1106configure:18452: checking for memcpy
1107configure:18452: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1108conftest.c:70:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
1109char memcpy ();
1110     ^
1111conftest.c:70:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
11121 warning generated.
1113configure:18452: $? = 0
1114configure:18452: result: yes
1115configure:18452: checking for timegm
1116configure:18452: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1117configure:18452: $? = 0
1118configure:18452: result: yes
1119configure:18452: checking for towupper
1120configure:18452: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1121configure:18452: $? = 0
1122configure:18452: result: yes
1123configure:18463: checking for setenv
1124configure:18463: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1125configure:18463: $? = 0
1126configure:18463: result: yes
1127configure:18492: checking for the tm_gmtoff member of struct tm
1128configure:18513: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1129conftest.c:53:17: warning: '_GNU_SOURCE' macro redefined
1130        #define _GNU_SOURCE
1131                ^
1132conftest.c:22:9: note: previous definition is here
1133#define _GNU_SOURCE 1
1134        ^
1135conftest.c:54:17: warning: '__EXTENSIONS__' macro redefined
1136        #define __EXTENSIONS__
1137                ^
1138conftest.c:20:9: note: previous definition is here
1139#define __EXTENSIONS__ 1
1140        ^
11412 warnings generated.
1142configure:18513: $? = 0
1143configure:18522: result: yes
1144configure:18531: checking if scanf supports %lld conversions
1145configure:18571: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1146configure:18571: $? = 0
1147configure:18571: ./conftest
1148configure:18571: $? = 0
1149configure:18581: result: yes
1150configure:18717: checking if building from an scm managed directory
1151configure:18739: result: no
1152configure:18746: checking for ./src/swig-runtime.h
1153configure:18760: result: yes
1154configure:18777: checking for ./src/core-utils/gnc-scm-info.h
1155configure:18791: result: yes
1156configure:18850: checking for /proc/self/maps
1157configure:18863: result: no
1158configure:18869: checking whether everything is installed to the same prefix
1159configure:18887: result: yes
1160configure:18890: checking whether binary relocation support should be enabled
1161configure:18908: result: no
1162configure:19003: checking for pkg-config
1163configure:19033: result: /opt/local/bin/pkg-config
1164configure:19150: checking for glib-2.0 >= 2.38 gio-2.0 >= 2.25 gthread-2.0 gobject-2.0 gmodule-2.0
1165configure:19154: result: yes
1166configure:19158: checking GLIB_CFLAGS
1167configure:19161: result: -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
1168configure:19164: checking GLIB_LIBS
1169configure:19167: result: -L/opt/local/lib -lgio-2.0 -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
1170configure:19518: checking dirent.h usability
1171configure:19518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1172configure:19518: $? = 0
1173configure:19518: result: yes
1174configure:19518: checking dirent.h presence
1175configure:19518: /usr/bin/clang -E -I/opt/local/include conftest.c
1176configure:19518: $? = 0
1177configure:19518: result: yes
1178configure:19518: checking for dirent.h
1179configure:19518: result: yes
1180configure:19518: checking for dlfcn.h
1181configure:19518: result: yes
1182configure:19518: checking dl.h usability
1183configure:19518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1184conftest.c:91:10: fatal error: 'dl.h' file not found
1185#include <dl.h>
1186         ^
11871 error generated.
1188configure:19518: $? = 1
1189configure: failed program was:
1190| /* confdefs.h */
1191| #define PACKAGE_NAME "GnuCash"
1192| #define PACKAGE_TARNAME "gnucash"
1193| #define PACKAGE_VERSION "2.6.2"
1194| #define PACKAGE_STRING "GnuCash 2.6.2"
1195| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
1196| #define PACKAGE_URL ""
1197| #define PACKAGE "gnucash"
1198| #define VERSION "2.6.2"
1199| #define STDC_HEADERS 1
1200| #define HAVE_SYS_TYPES_H 1
1201| #define HAVE_SYS_STAT_H 1
1202| #define HAVE_STDLIB_H 1
1203| #define HAVE_STRING_H 1
1204| #define HAVE_MEMORY_H 1
1205| #define HAVE_STRINGS_H 1
1206| #define HAVE_INTTYPES_H 1
1207| #define HAVE_STDINT_H 1
1208| #define HAVE_UNISTD_H 1
1209| #define __EXTENSIONS__ 1
1210| #define _ALL_SOURCE 1
1211| #define _GNU_SOURCE 1
1212| #define _POSIX_PTHREAD_SEMANTICS 1
1213| #define _TANDEM_SOURCE 1
1214| #define GNUCASH_MAJOR_VERSION 2
1215| #define GNUCASH_MINOR_VERSION 6
1216| #define GNUCASH_MICRO_VERSION 2
1217| #define GNUCASH_NANO_VERSION 0
1218| #define GNUCASH_RESAVE_VERSION 19920
1219| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
1220| #define GETTEXT_PACKAGE "gnucash"
1221| #define HAVE_LOCALE_H 1
1222| #define HAVE_LC_MESSAGES 1
1223| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1224| #define HAVE_GETTEXT 1
1225| #define HAVE_DCGETTEXT 1
1226| #define ENABLE_NLS 1
1227| #define HAVE_DLFCN_H 1
1228| #define LT_OBJDIR ".libs/"
1229| #define STDC_HEADERS 1
1230| #define HAVE_LIMITS_H 1
1231| #define HAVE_SYS_TIME_H 1
1232| #define HAVE_SYS_TIMES_H 1
1233| #define HAVE_SYS_WAIT_H 1
1234| #define HAVE_STPCPY 1
1235| #define HAVE_MEMCPY 1
1236| #define HAVE_TIMEGM 1
1237| #define HAVE_TOWUPPER 1
1238| #define HAVE_SETENV 1
1239| #define HAVE_STRUCT_TM_GMTOFF 1
1240| #define HAVE_SCANF_LLD 1
1241| #define HAVE_GLIB_2_38 1
1242| #define HAVE_GLIB_2_36 1
1243| #define HAVE_GLIB_2_32 1
1244| #define HAVE_DIRENT_H 1
1245| #define HAVE_DLFCN_H 1
1246| /* end confdefs.h.  */
1247| #include <stdio.h>
1248| #ifdef HAVE_SYS_TYPES_H
1249| # include <sys/types.h>
1250| #endif
1251| #ifdef HAVE_SYS_STAT_H
1252| # include <sys/stat.h>
1253| #endif
1254| #ifdef STDC_HEADERS
1255| # include <stdlib.h>
1256| # include <stddef.h>
1257| #else
1258| # ifdef HAVE_STDLIB_H
1259| #  include <stdlib.h>
1260| # endif
1261| #endif
1262| #ifdef HAVE_STRING_H
1263| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1264| #  include <memory.h>
1265| # endif
1266| # include <string.h>
1267| #endif
1268| #ifdef HAVE_STRINGS_H
1269| # include <strings.h>
1270| #endif
1271| #ifdef HAVE_INTTYPES_H
1272| # include <inttypes.h>
1273| #endif
1274| #ifdef HAVE_STDINT_H
1275| # include <stdint.h>
1276| #endif
1277| #ifdef HAVE_UNISTD_H
1278| # include <unistd.h>
1279| #endif
1280| #include <dl.h>
1281configure:19518: result: no
1282configure:19518: checking dl.h presence
1283configure:19518: /usr/bin/clang -E -I/opt/local/include conftest.c
1284conftest.c:58:10: fatal error: 'dl.h' file not found
1285#include <dl.h>
1286         ^
12871 error generated.
1288configure:19518: $? = 1
1289configure: failed program was:
1290| /* confdefs.h */
1291| #define PACKAGE_NAME "GnuCash"
1292| #define PACKAGE_TARNAME "gnucash"
1293| #define PACKAGE_VERSION "2.6.2"
1294| #define PACKAGE_STRING "GnuCash 2.6.2"
1295| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
1296| #define PACKAGE_URL ""
1297| #define PACKAGE "gnucash"
1298| #define VERSION "2.6.2"
1299| #define STDC_HEADERS 1
1300| #define HAVE_SYS_TYPES_H 1
1301| #define HAVE_SYS_STAT_H 1
1302| #define HAVE_STDLIB_H 1
1303| #define HAVE_STRING_H 1
1304| #define HAVE_MEMORY_H 1
1305| #define HAVE_STRINGS_H 1
1306| #define HAVE_INTTYPES_H 1
1307| #define HAVE_STDINT_H 1
1308| #define HAVE_UNISTD_H 1
1309| #define __EXTENSIONS__ 1
1310| #define _ALL_SOURCE 1
1311| #define _GNU_SOURCE 1
1312| #define _POSIX_PTHREAD_SEMANTICS 1
1313| #define _TANDEM_SOURCE 1
1314| #define GNUCASH_MAJOR_VERSION 2
1315| #define GNUCASH_MINOR_VERSION 6
1316| #define GNUCASH_MICRO_VERSION 2
1317| #define GNUCASH_NANO_VERSION 0
1318| #define GNUCASH_RESAVE_VERSION 19920
1319| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
1320| #define GETTEXT_PACKAGE "gnucash"
1321| #define HAVE_LOCALE_H 1
1322| #define HAVE_LC_MESSAGES 1
1323| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1324| #define HAVE_GETTEXT 1
1325| #define HAVE_DCGETTEXT 1
1326| #define ENABLE_NLS 1
1327| #define HAVE_DLFCN_H 1
1328| #define LT_OBJDIR ".libs/"
1329| #define STDC_HEADERS 1
1330| #define HAVE_LIMITS_H 1
1331| #define HAVE_SYS_TIME_H 1
1332| #define HAVE_SYS_TIMES_H 1
1333| #define HAVE_SYS_WAIT_H 1
1334| #define HAVE_STPCPY 1
1335| #define HAVE_MEMCPY 1
1336| #define HAVE_TIMEGM 1
1337| #define HAVE_TOWUPPER 1
1338| #define HAVE_SETENV 1
1339| #define HAVE_STRUCT_TM_GMTOFF 1
1340| #define HAVE_SCANF_LLD 1
1341| #define HAVE_GLIB_2_38 1
1342| #define HAVE_GLIB_2_36 1
1343| #define HAVE_GLIB_2_32 1
1344| #define HAVE_DIRENT_H 1
1345| #define HAVE_DLFCN_H 1
1346| /* end confdefs.h.  */
1347| #include <dl.h>
1348configure:19518: result: no
1349configure:19518: checking for dl.h
1350configure:19518: result: no
1351configure:19518: checking utmp.h usability
1352configure:19518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1353configure:19518: $? = 0
1354configure:19518: result: yes
1355configure:19518: checking utmp.h presence
1356configure:19518: /usr/bin/clang -E -I/opt/local/include conftest.c
1357configure:19518: $? = 0
1358configure:19518: result: yes
1359configure:19518: checking for utmp.h
1360configure:19518: result: yes
1361configure:19518: checking for locale.h
1362configure:19518: result: yes
1363configure:19518: checking mcheck.h usability
1364configure:19518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1365conftest.c:93:10: fatal error: 'mcheck.h' file not found
1366#include <mcheck.h>
1367         ^
13681 error generated.
1369configure:19518: $? = 1
1370configure: failed program was:
1371| /* confdefs.h */
1372| #define PACKAGE_NAME "GnuCash"
1373| #define PACKAGE_TARNAME "gnucash"
1374| #define PACKAGE_VERSION "2.6.2"
1375| #define PACKAGE_STRING "GnuCash 2.6.2"
1376| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
1377| #define PACKAGE_URL ""
1378| #define PACKAGE "gnucash"
1379| #define VERSION "2.6.2"
1380| #define STDC_HEADERS 1
1381| #define HAVE_SYS_TYPES_H 1
1382| #define HAVE_SYS_STAT_H 1
1383| #define HAVE_STDLIB_H 1
1384| #define HAVE_STRING_H 1
1385| #define HAVE_MEMORY_H 1
1386| #define HAVE_STRINGS_H 1
1387| #define HAVE_INTTYPES_H 1
1388| #define HAVE_STDINT_H 1
1389| #define HAVE_UNISTD_H 1
1390| #define __EXTENSIONS__ 1
1391| #define _ALL_SOURCE 1
1392| #define _GNU_SOURCE 1
1393| #define _POSIX_PTHREAD_SEMANTICS 1
1394| #define _TANDEM_SOURCE 1
1395| #define GNUCASH_MAJOR_VERSION 2
1396| #define GNUCASH_MINOR_VERSION 6
1397| #define GNUCASH_MICRO_VERSION 2
1398| #define GNUCASH_NANO_VERSION 0
1399| #define GNUCASH_RESAVE_VERSION 19920
1400| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
1401| #define GETTEXT_PACKAGE "gnucash"
1402| #define HAVE_LOCALE_H 1
1403| #define HAVE_LC_MESSAGES 1
1404| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1405| #define HAVE_GETTEXT 1
1406| #define HAVE_DCGETTEXT 1
1407| #define ENABLE_NLS 1
1408| #define HAVE_DLFCN_H 1
1409| #define LT_OBJDIR ".libs/"
1410| #define STDC_HEADERS 1
1411| #define HAVE_LIMITS_H 1
1412| #define HAVE_SYS_TIME_H 1
1413| #define HAVE_SYS_TIMES_H 1
1414| #define HAVE_SYS_WAIT_H 1
1415| #define HAVE_STPCPY 1
1416| #define HAVE_MEMCPY 1
1417| #define HAVE_TIMEGM 1
1418| #define HAVE_TOWUPPER 1
1419| #define HAVE_SETENV 1
1420| #define HAVE_STRUCT_TM_GMTOFF 1
1421| #define HAVE_SCANF_LLD 1
1422| #define HAVE_GLIB_2_38 1
1423| #define HAVE_GLIB_2_36 1
1424| #define HAVE_GLIB_2_32 1
1425| #define HAVE_DIRENT_H 1
1426| #define HAVE_DLFCN_H 1
1427| #define HAVE_UTMP_H 1
1428| #define HAVE_LOCALE_H 1
1429| /* end confdefs.h.  */
1430| #include <stdio.h>
1431| #ifdef HAVE_SYS_TYPES_H
1432| # include <sys/types.h>
1433| #endif
1434| #ifdef HAVE_SYS_STAT_H
1435| # include <sys/stat.h>
1436| #endif
1437| #ifdef STDC_HEADERS
1438| # include <stdlib.h>
1439| # include <stddef.h>
1440| #else
1441| # ifdef HAVE_STDLIB_H
1442| #  include <stdlib.h>
1443| # endif
1444| #endif
1445| #ifdef HAVE_STRING_H
1446| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1447| #  include <memory.h>
1448| # endif
1449| # include <string.h>
1450| #endif
1451| #ifdef HAVE_STRINGS_H
1452| # include <strings.h>
1453| #endif
1454| #ifdef HAVE_INTTYPES_H
1455| # include <inttypes.h>
1456| #endif
1457| #ifdef HAVE_STDINT_H
1458| # include <stdint.h>
1459| #endif
1460| #ifdef HAVE_UNISTD_H
1461| # include <unistd.h>
1462| #endif
1463| #include <mcheck.h>
1464configure:19518: result: no
1465configure:19518: checking mcheck.h presence
1466configure:19518: /usr/bin/clang -E -I/opt/local/include conftest.c
1467conftest.c:60:10: fatal error: 'mcheck.h' file not found
1468#include <mcheck.h>
1469         ^
14701 error generated.
1471configure:19518: $? = 1
1472configure: failed program was:
1473| /* confdefs.h */
1474| #define PACKAGE_NAME "GnuCash"
1475| #define PACKAGE_TARNAME "gnucash"
1476| #define PACKAGE_VERSION "2.6.2"
1477| #define PACKAGE_STRING "GnuCash 2.6.2"
1478| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
1479| #define PACKAGE_URL ""
1480| #define PACKAGE "gnucash"
1481| #define VERSION "2.6.2"
1482| #define STDC_HEADERS 1
1483| #define HAVE_SYS_TYPES_H 1
1484| #define HAVE_SYS_STAT_H 1
1485| #define HAVE_STDLIB_H 1
1486| #define HAVE_STRING_H 1
1487| #define HAVE_MEMORY_H 1
1488| #define HAVE_STRINGS_H 1
1489| #define HAVE_INTTYPES_H 1
1490| #define HAVE_STDINT_H 1
1491| #define HAVE_UNISTD_H 1
1492| #define __EXTENSIONS__ 1
1493| #define _ALL_SOURCE 1
1494| #define _GNU_SOURCE 1
1495| #define _POSIX_PTHREAD_SEMANTICS 1
1496| #define _TANDEM_SOURCE 1
1497| #define GNUCASH_MAJOR_VERSION 2
1498| #define GNUCASH_MINOR_VERSION 6
1499| #define GNUCASH_MICRO_VERSION 2
1500| #define GNUCASH_NANO_VERSION 0
1501| #define GNUCASH_RESAVE_VERSION 19920
1502| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
1503| #define GETTEXT_PACKAGE "gnucash"
1504| #define HAVE_LOCALE_H 1
1505| #define HAVE_LC_MESSAGES 1
1506| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1507| #define HAVE_GETTEXT 1
1508| #define HAVE_DCGETTEXT 1
1509| #define ENABLE_NLS 1
1510| #define HAVE_DLFCN_H 1
1511| #define LT_OBJDIR ".libs/"
1512| #define STDC_HEADERS 1
1513| #define HAVE_LIMITS_H 1
1514| #define HAVE_SYS_TIME_H 1
1515| #define HAVE_SYS_TIMES_H 1
1516| #define HAVE_SYS_WAIT_H 1
1517| #define HAVE_STPCPY 1
1518| #define HAVE_MEMCPY 1
1519| #define HAVE_TIMEGM 1
1520| #define HAVE_TOWUPPER 1
1521| #define HAVE_SETENV 1
1522| #define HAVE_STRUCT_TM_GMTOFF 1
1523| #define HAVE_SCANF_LLD 1
1524| #define HAVE_GLIB_2_38 1
1525| #define HAVE_GLIB_2_36 1
1526| #define HAVE_GLIB_2_32 1
1527| #define HAVE_DIRENT_H 1
1528| #define HAVE_DLFCN_H 1
1529| #define HAVE_UTMP_H 1
1530| #define HAVE_LOCALE_H 1
1531| /* end confdefs.h.  */
1532| #include <mcheck.h>
1533configure:19518: result: no
1534configure:19518: checking for mcheck.h
1535configure:19518: result: no
1536configure:19518: checking for unistd.h
1537configure:19518: result: yes
1538configure:19518: checking wctype.h usability
1539configure:19518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1540configure:19518: $? = 0
1541configure:19518: result: yes
1542configure:19518: checking wctype.h presence
1543configure:19518: /usr/bin/clang -E -I/opt/local/include conftest.c
1544configure:19518: $? = 0
1545configure:19518: result: yes
1546configure:19518: checking for wctype.h
1547configure:19518: result: yes
1548configure:19650: checking pkg-config is at least version 0.16
1549configure:19653: result: yes
1550configure:19764: checking if unsigned long is at least as big as guint32
1551configure:19785: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -lgio-2.0 -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  conftest.c  >&5
1552configure:19785: $? = 0
1553configure:19785: ./conftest
1554configure:19785: $? = 0
1555configure:19787: result: yes
1556configure:19809: checking for dlsym
1557configure:19809: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1558configure:19809: $? = 0
1559configure:19809: result: yes
1560configure:19923: checking for dlerror
1561configure:19923: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c   >&5
1562configure:19923: $? = 0
1563configure:19923: result: yes
1564configure:19943: checking operating system
1565configure:19957: result: darwin
1566configure:19959: checking For GDK-Quartz
1567configure:20078: result: no
1568configure:20387: checking X11/Xlib.h usability
1569configure:20387: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1570configure:20387: $? = 0
1571configure:20387: result: yes
1572configure:20387: checking X11/Xlib.h presence
1573configure:20387: /usr/bin/clang -E -I/opt/local/include conftest.c
1574configure:20387: $? = 0
1575configure:20387: result: yes
1576configure:20387: checking for X11/Xlib.h
1577configure:20387: result: yes
1578configure:20387: checking glob.h usability
1579configure:20387: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1580configure:20387: $? = 0
1581configure:20387: result: yes
1582configure:20387: checking glob.h presence
1583configure:20387: /usr/bin/clang -E -I/opt/local/include conftest.c
1584configure:20387: $? = 0
1585configure:20387: result: yes
1586configure:20387: checking for glob.h
1587configure:20387: result: yes
1588configure:20409: checking for chown
1589configure:20409: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1590configure:20409: $? = 0
1591configure:20409: result: yes
1592configure:20409: checking for gethostname
1593configure:20409: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1594configure:20409: $? = 0
1595configure:20409: result: yes
1596configure:20409: checking for getppid
1597configure:20409: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1598configure:20409: $? = 0
1599configure:20409: result: yes
1600configure:20409: checking for getuid
1601configure:20409: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1602configure:20409: $? = 0
1603configure:20409: result: yes
1604configure:20409: checking for gettimeofday
1605configure:20409: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1606configure:20409: $? = 0
1607configure:20409: result: yes
1608configure:20409: checking for gmtime_r
1609configure:20409: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1610configure:20409: $? = 0
1611configure:20409: result: yes
1612configure:20421: checking for gethostid
1613configure:20421: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1614configure:20421: $? = 0
1615configure:20421: result: yes
1616configure:20421: checking for link
1617configure:20421: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1618configure:20421: $? = 0
1619configure:20421: result: yes
1620configure:20502: checking for guile-1.8 >= 1.8.5
1621configure:20506: result: yes
1622configure:20510: checking GUILE_CFLAGS
1623configure:20513: result: -D_THREAD_SAFE -I/opt/local/include
1624configure:20516: checking GUILE_LIBS
1625configure:20519: result: -L/opt/local/lib -lguile -lgmp -lm -lltdl
1626configure:20543: checking for guile
1627configure:20561: found /opt/local/bin/guile
1628configure:20573: result: /opt/local/bin/guile
1629configure:20587: checking for guile-config
1630configure:20605: found /opt/local/bin/guile-config
1631configure:20617: result: /opt/local/bin/guile-config
1632configure:20631: checking for guile-tools
1633configure:20649: found /opt/local/bin/guile-tools
1634configure:20661: result: /opt/local/bin/guile-tools
1635configure:20671: checking if (www main) is available
1636configure:20678: result: no
1637configure:21316: checking for libxml-2.0 >= 2.5.10
1638configure:21320: result: yes
1639configure:21324: checking LIBXML2_CFLAGS
1640configure:21327: result: -I/opt/local/include/libxml2
1641configure:21330: checking LIBXML2_LIBS
1642configure:21333: result: -L/opt/local/lib -lxml2
1643configure:21377: checking for xmlElemDump in -lxml2
1644configure:21402: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lxml2   -L/opt/local/lib -lxml2  >&5
1645configure:21402: $? = 0
1646configure:21411: result: yes
1647configure:21481: checking for libxslt
1648configure:21485: result: yes
1649configure:21489: checking LIBXSLT_CFLAGS
1650configure:21492: result: -I/opt/local/include -I/opt/local/include/libxml2
1651configure:21495: checking LIBXSLT_LIBS
1652configure:21498: result: -L/opt/local/lib -lxslt -lxml2 -lz -lpthread -liconv -lm -lxml2
1653configure:21542: checking for xsltproc
1654configure:21560: found /opt/local/bin/xsltproc
1655configure:21573: result: /opt/local/bin/xsltproc
1656configure:21594: checking for gzopen in -lz
1657configure:21619: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lz   -lz >&5
1658configure:21619: $? = 0
1659configure:21628: result: yes
1660configure:21927: checking whether to use OFX
1661configure:21930: result: yes -- failure is fatal
1662configure:21994: checking for libofx
1663configure:21998: result: yes
1664configure:22002: checking LIBOFX_CFLAGS
1665configure:22005: result: -I/opt/local/include
1666configure:22008: checking LIBOFX_LIBS
1667configure:22011: result: -L/opt/local/lib -lofx
1668configure:22154: checking for aqbanking >= 4.0.0 gwenhywfar
1669configure:22158: result: yes
1670configure:22162: checking AQBANKING_CFLAGS
1671configure:22165: result: -I/opt/local/include/aqbanking5 -I/opt/local/include/gwenhywfar4
1672configure:22168: checking AQBANKING_LIBS
1673configure:22171: result: -L/opt/local/lib -laqbanking -lgwenhywfar
1674configure:22256: checking for gwengui-gtk2 gwenhywfar
1675configure:22260: result: yes
1676configure:22264: checking GWENGUI_GTK2_CFLAGS
1677configure:22267: result: -I/opt/local/include -I/opt/local/include/gwenhywfar4
1678configure:22270: checking GWENGUI_GTK2_LIBS
1679configure:22273: result: -L/opt/local/lib -lgwengui-gtk2 -lgwenhywfar
1680configure:22304: checking ktoblzcheck.h usability
1681configure:22304: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
1682configure:22304: $? = 0
1683configure:22304: result: yes
1684configure:22304: checking ktoblzcheck.h presence
1685configure:22304: /usr/bin/clang -E -I/opt/local/include conftest.c
1686configure:22304: $? = 0
1687configure:22304: result: yes
1688configure:22304: checking for ktoblzcheck.h
1689configure:22304: result: yes
1690configure:22379: checking for nl_langinfo and D_FMT
1691configure:22395: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
1692configure:22395: $? = 0
1693configure:22404: result: yes
1694configure:22421: checking for a valid gettext/gmsgfmt installation
1695configure:22428: result: yes - /opt/local/bin/msgfmt
1696configure:22702: checking for doxygen
1697configure:22735: result: no
1698configure:22871: checking what warning flags to pass to the C compiler
1699configure:22892: result: -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
1700configure:22903: checking what language compliance flags to pass to the C compiler
1701configure:22919: result:
1702configure:22983: checking for gtk+-2.0 >= 2.24.0
1703configure:22987: result: yes
1704configure:22991: checking GTK_CFLAGS
1705configure:22994: result: -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 -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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16
1706configure:22997: checking GTK_LIBS
1707configure:23000: result: -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 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
1708configure:23095: checking for libgnomecanvas-2.0
1709configure:23099: result: yes
1710configure:23103: checking GNOMECANVAS_CFLAGS
1711configure:23106: result: -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/gail-1.0 -I/opt/local/include/libart-2.0 -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 -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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16
1712configure:23109: checking GNOMECANVAS_LIBS
1713configure:23112: result: -L/opt/local/lib -lgnomecanvas-2 -lart_lgpl_2 -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 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
1714configure:23207: checking for gdk-pixbuf-2.0
1715configure:23211: result: yes
1716configure:23215: checking GDK_PIXBUF_CFLAGS
1717configure:23218: result: -D_REENTRANT -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
1718configure:23221: checking GDK_PIXBUF_LIBS
1719configure:23224: result: -L/opt/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl
1720configure:23320: checking for libgoffice-0.8 >= 0.7.0
1721configure:23324: result: yes
1722configure:23328: checking GOFFICE_CFLAGS
1723configure:23331: result: -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgoffice-0.8 -I/opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/gdk-pixbuf-2.0 -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 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
1724configure:23334: checking GOFFICE_LIBS
1725configure:23337: result: -L/opt/local/lib -lgoffice-0.8
1726configure:23380: checking the html engine
1727configure:23391: result: webkit
1728configure:23457: checking for webkit-1.0 >= "1.2"
1729configure:23461: result: yes
1730configure:23465: checking WEBKIT_CFLAGS
1731configure:23468: result: -D_REENTRANT -I/opt/local/include/webkitgtk-1.0 -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 -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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/webkitgtk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include
1732configure:23471: checking WEBKIT_LIBS
1733configure:23474: result: -L/opt/local/lib -lwebkitgtk-1.0 -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 -lpangoft2-1.0 -lpango-1.0 -lm -lfontconfig -lfreetype -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-1.0 -lglib-2.0 -lintl
1734configure:23517: checking for webkit_web_view_load_uri
1735configure:23517: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm -L/opt/local/lib -lwebkitgtk-1.0 -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 -lpangoft2-1.0 -lpango-1.0 -lm -lfontconfig -lfreetype -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-1.0 -lglib-2.0 -lintl  >&5
1736configure:23517: $? = 0
1737configure:23517: result: yes
1738configure:23527: checking for webkit_web_frame_print_full
1739configure:23544: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -D_REENTRANT -I/opt/local/include/webkitgtk-1.0 -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 -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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/webkitgtk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm -L/opt/local/lib -lwebkitgtk-1.0 -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 -lpangoft2-1.0 -lpango-1.0 -lm -lfontconfig -lfreetype -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-1.0 -lglib-2.0 -lintl  >&5
1740configure:23544: $? = 0
1741configure:23545: result: yes
1742configure:23797: checking for pthread_mutex_init
1743configure:23797: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
1744configure:23797: $? = 0
1745configure:23797: result: yes
1746configure:23808: checking for localtime_r
1747configure:23808: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm >&5
1748configure:23808: $? = 0
1749configure:23808: result: yes
1750configure:23821: checking for gmtime_r
1751configure:23821: result: yes
1752configure:23921: checking whether /opt/local/bin/python2.7 version is >= 2.4
1753configure:23932: /opt/local/bin/python2.7 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
1754configure:23935: $? = 0
1755configure:23937: result: yes
1756configure:24032: checking for /opt/local/bin/python2.7 version
1757configure:24039: result: 2.7
1758configure:24051: checking for /opt/local/bin/python2.7 platform
1759configure:24058: result: darwin
1760configure:24065: checking for /opt/local/bin/python2.7 script directory
1761configure:24093: result: ${prefix}/lib/python2.7/site-packages
1762configure:24102: checking for /opt/local/bin/python2.7 extension module directory
1763configure:24130: result: ${exec_prefix}/lib/python2.7/site-packages
1764configure:24151: checking for python2.7
1765configure:24181: result: /opt/local/bin/python2.7
1766configure:24197: checking for a version of Python >= '2.1.0'
1767configure:24223: result: yes
1768configure:24231: checking for a version of Python >= '2.4'
1769configure:24237: result: yes
1770configure:24254: checking for the distutils Python package
1771configure:24258: result: yes
1772configure:24272: checking for Python include path
1773configure:24288: result: -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
1774configure:24295: checking for Python library path
1775configure:24372: result: -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7
1776configure:24379: checking for Python site-packages path
1777configure:24385: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
1778configure:24392: checking python extra libraries
1779configure:24399: result: -ldl  -framework CoreFoundation
1780configure:24406: checking python extra linking flags
1781configure:24413: result: -u _PyMac_Error Python.framework/Versions/2.7/Python
1782configure:24420: checking consistency of all components of python development environment
1783configure:24446: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -lm -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python -ldl  -framework CoreFoundation >&5
1784clang: error: no such file or directory: 'Python.framework/Versions/2.7/Python'
1785configure:24446: $? = 1
1786configure: failed program was:
1787| /* confdefs.h */
1788| #define PACKAGE_NAME "GnuCash"
1789| #define PACKAGE_TARNAME "gnucash"
1790| #define PACKAGE_VERSION "2.6.2"
1791| #define PACKAGE_STRING "GnuCash 2.6.2"
1792| #define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
1793| #define PACKAGE_URL ""
1794| #define PACKAGE "gnucash"
1795| #define VERSION "2.6.2"
1796| #define STDC_HEADERS 1
1797| #define HAVE_SYS_TYPES_H 1
1798| #define HAVE_SYS_STAT_H 1
1799| #define HAVE_STDLIB_H 1
1800| #define HAVE_STRING_H 1
1801| #define HAVE_MEMORY_H 1
1802| #define HAVE_STRINGS_H 1
1803| #define HAVE_INTTYPES_H 1
1804| #define HAVE_STDINT_H 1
1805| #define HAVE_UNISTD_H 1
1806| #define __EXTENSIONS__ 1
1807| #define _ALL_SOURCE 1
1808| #define _GNU_SOURCE 1
1809| #define _POSIX_PTHREAD_SEMANTICS 1
1810| #define _TANDEM_SOURCE 1
1811| #define GNUCASH_MAJOR_VERSION 2
1812| #define GNUCASH_MINOR_VERSION 6
1813| #define GNUCASH_MICRO_VERSION 2
1814| #define GNUCASH_NANO_VERSION 0
1815| #define GNUCASH_RESAVE_VERSION 19920
1816| #define GNUCASH_LATEST_STABLE_SERIES "2.6"
1817| #define GETTEXT_PACKAGE "gnucash"
1818| #define HAVE_LOCALE_H 1
1819| #define HAVE_LC_MESSAGES 1
1820| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
1821| #define HAVE_GETTEXT 1
1822| #define HAVE_DCGETTEXT 1
1823| #define ENABLE_NLS 1
1824| #define HAVE_DLFCN_H 1
1825| #define LT_OBJDIR ".libs/"
1826| #define STDC_HEADERS 1
1827| #define HAVE_LIMITS_H 1
1828| #define HAVE_SYS_TIME_H 1
1829| #define HAVE_SYS_TIMES_H 1
1830| #define HAVE_SYS_WAIT_H 1
1831| #define HAVE_STPCPY 1
1832| #define HAVE_MEMCPY 1
1833| #define HAVE_TIMEGM 1
1834| #define HAVE_TOWUPPER 1
1835| #define HAVE_SETENV 1
1836| #define HAVE_STRUCT_TM_GMTOFF 1
1837| #define HAVE_SCANF_LLD 1
1838| #define HAVE_GLIB_2_38 1
1839| #define HAVE_GLIB_2_36 1
1840| #define HAVE_GLIB_2_32 1
1841| #define HAVE_DIRENT_H 1
1842| #define HAVE_DLFCN_H 1
1843| #define HAVE_UTMP_H 1
1844| #define HAVE_LOCALE_H 1
1845| #define HAVE_UNISTD_H 1
1846| #define HAVE_WCTYPE_H 1
1847| #define HAVE_DLSYM 1
1848| #define HAVE_DLERROR 1
1849| #define PLATFORM_OSX 1
1850| #define HAVE_X11_XLIB_H 1
1851| #define HAVE_GLOB_H 1
1852| #define HAVE_CHOWN 1
1853| #define HAVE_GETHOSTNAME 1
1854| #define HAVE_GETPPID 1
1855| #define HAVE_GETUID 1
1856| #define HAVE_GETTIMEOFDAY 1
1857| #define HAVE_GMTIME_R 1
1858| #define HAVE_GETHOSTID 1
1859| #define HAVE_LINK 1
1860| #define DEBUG_MEMORY 0
1861| #define HAVE_KTOBLZCHECK_H 1
1862| #define QT3_WIZARD_PACKAGE "aqbanking"
1863| #define HAVE_LANGINFO_D_FMT 1
1864| #define HAVE_WEBKIT_WEB_VIEW_LOAD_URI 1
1865| #define HAVE_WEBKIT_WEB_FRAME_PRINT_FULL 1
1866| #define HAVE_OSX_KEYCHAIN 1
1867| #define GNOME /**/
1868| #define HAVE_PTHREAD_MUTEX_INIT 1
1869| #define HAVE_LOCALTIME_R 1
1870| #define HAVE_GMTIME_R 1
1871| #define HAVE_PYTHON "2.7"
1872| /* end confdefs.h.  */
1873|
1874|               #include <Python.h>
1875| int
1876| main ()
1877| {
1878| Py_Initialize();
1879|   ;
1880|   return 0;
1881| }
1882|
1883configure:24463: result: no
1884configure:24467: error: in `/opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2':
1885configure:24469: error:
1886  Could not link test program to Python. Maybe the main Python library has been
1887  installed in some non-standard library path. If so, pass it to configure,
1888  via the LDFLAGS environment variable.
1889  Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
1890  ============================================================================
1891   ERROR!
1892   You probably have to install the development version of the Python package
1893   for your distribution.  The exact name of this package varies among them.
1894  ============================================================================
1895
1896See `config.log' for more details
1897
1898## ---------------- ##
1899## Cache variables. ##
1900## ---------------- ##
1901
1902ac_cv_CLANG=yes
1903ac_cv_build=x86_64-apple-darwin13.1.0
1904ac_cv_c_bigendian=no
1905ac_cv_c_compiler_gnu=yes
1906ac_cv_cxx_compiler_gnu=yes
1907ac_cv_env_CCC_set=
1908ac_cv_env_CCC_value=
1909ac_cv_env_CC_set=set
1910ac_cv_env_CC_value=/usr/bin/clang
1911ac_cv_env_CFLAGS_set=set
1912ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
1913ac_cv_env_CPPFLAGS_set=set
1914ac_cv_env_CPPFLAGS_value=-I/opt/local/include
1915ac_cv_env_CPP_set=
1916ac_cv_env_CPP_value=
1917ac_cv_env_CXXCPP_set=
1918ac_cv_env_CXXCPP_value=
1919ac_cv_env_CXXFLAGS_set=set
1920ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
1921ac_cv_env_CXX_set=set
1922ac_cv_env_CXX_value=/usr/bin/clang++
1923ac_cv_env_LDFLAGS_set=set
1924ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
1925ac_cv_env_LIBS_set=
1926ac_cv_env_LIBS_value=
1927ac_cv_env_PKG_CONFIG_LIBDIR_set=
1928ac_cv_env_PKG_CONFIG_LIBDIR_value=
1929ac_cv_env_PKG_CONFIG_PATH_set=
1930ac_cv_env_PKG_CONFIG_PATH_value=
1931ac_cv_env_PKG_CONFIG_set=
1932ac_cv_env_PKG_CONFIG_value=
1933ac_cv_env_PYTHON_VERSION_set=
1934ac_cv_env_PYTHON_VERSION_value=
1935ac_cv_env_PYTHON_set=set
1936ac_cv_env_PYTHON_value=/opt/local/bin/python2.7
1937ac_cv_env_build_alias_set=
1938ac_cv_env_build_alias_value=
1939ac_cv_env_host_alias_set=
1940ac_cv_env_host_alias_value=
1941ac_cv_env_target_alias_set=
1942ac_cv_env_target_alias_value=
1943ac_cv_file___src_core_utils_gnc_scm_info_h=yes
1944ac_cv_file___src_swig_runtime_h=yes
1945ac_cv_file__proc_self_maps=no
1946ac_cv_func_bind_textdomain_codeset=yes
1947ac_cv_func_chown=yes
1948ac_cv_func_dcgettext=yes
1949ac_cv_func_dlerror=yes
1950ac_cv_func_dlsym=yes
1951ac_cv_func_gethostid=yes
1952ac_cv_func_gethostname=yes
1953ac_cv_func_getppid=yes
1954ac_cv_func_gettimeofday=yes
1955ac_cv_func_getuid=yes
1956ac_cv_func_gmtime_r=yes
1957ac_cv_func_link=yes
1958ac_cv_func_localtime_r=yes
1959ac_cv_func_memcpy=yes
1960ac_cv_func_pthread_mutex_init=yes
1961ac_cv_func_setenv=yes
1962ac_cv_func_stpcpy=yes
1963ac_cv_func_timegm=yes
1964ac_cv_func_towupper=yes
1965ac_cv_func_webkit_web_view_load_uri=yes
1966ac_cv_header_X11_Xlib_h=yes
1967ac_cv_header_dirent_h=yes
1968ac_cv_header_dl_h=no
1969ac_cv_header_dlfcn_h=yes
1970ac_cv_header_glob_h=yes
1971ac_cv_header_inttypes_h=yes
1972ac_cv_header_ktoblzcheck_h=yes
1973ac_cv_header_libintl_h=yes
1974ac_cv_header_limits_h=yes
1975ac_cv_header_locale_h=yes
1976ac_cv_header_mcheck_h=no
1977ac_cv_header_memory_h=yes
1978ac_cv_header_minix_config_h=no
1979ac_cv_header_pow_h=no
1980ac_cv_header_stdc=yes
1981ac_cv_header_stdint_h=yes
1982ac_cv_header_stdlib_h=yes
1983ac_cv_header_string_h=yes
1984ac_cv_header_strings_h=yes
1985ac_cv_header_sys_stat_h=yes
1986ac_cv_header_sys_time_h=yes
1987ac_cv_header_sys_times_h=yes
1988ac_cv_header_sys_types_h=yes
1989ac_cv_header_sys_wait_h=yes
1990ac_cv_header_unistd_h=yes
1991ac_cv_header_utmp_h=yes
1992ac_cv_header_wctype_h=yes
1993ac_cv_host=x86_64-apple-darwin13.1.0
1994ac_cv_lib_dl_dlopen=yes
1995ac_cv_lib_intl_bindtextdomain=yes
1996ac_cv_lib_intl_dgettext=yes
1997ac_cv_lib_intl_ngettext=yes
1998ac_cv_lib_xml2_xmlElemDump=yes
1999ac_cv_lib_z_gzopen=yes
2000ac_cv_objext=o
2001ac_cv_path_EGREP='/opt/local/bin/grep -E'
2002ac_cv_path_FGREP='/opt/local/bin/grep -F'
2003ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
2004ac_cv_path_GREP=/opt/local/bin/grep
2005ac_cv_path_GUILE=/opt/local/bin/guile
2006ac_cv_path_GUILE_CONFIG=/opt/local/bin/guile-config
2007ac_cv_path_GUILE_TOOLS=/opt/local/bin/guile-tools
2008ac_cv_path_INTLTOOL_EXTRACT=/opt/local/bin/intltool-extract
2009ac_cv_path_INTLTOOL_MERGE=/opt/local/bin/intltool-merge
2010ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl
2011ac_cv_path_INTLTOOL_UPDATE=/opt/local/bin/intltool-update
2012ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
2013ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
2014ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
2015ac_cv_path_PYTHON=/opt/local/bin/python2.7
2016ac_cv_path_SED=/opt/local/bin/gsed
2017ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
2018ac_cv_path_XSLTPROC=/opt/local/bin/xsltproc
2019ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
2020ac_cv_path_mkdir=/opt/local/bin/gmkdir
2021ac_cv_prog_AWK=gawk
2022ac_cv_prog_CPP='/usr/bin/clang -E'
2023ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
2024ac_cv_prog_ac_ct_AR=ar
2025ac_cv_prog_ac_ct_CC=/usr/bin/clang
2026ac_cv_prog_ac_ct_DLLTOOL=dlltool
2027ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
2028ac_cv_prog_ac_ct_LIPO=lipo
2029ac_cv_prog_ac_ct_NMEDIT=nmedit
2030ac_cv_prog_ac_ct_OBJDUMP=objdump
2031ac_cv_prog_ac_ct_OTOOL=otool
2032ac_cv_prog_ac_ct_RANLIB=ranlib
2033ac_cv_prog_ac_ct_STRIP=strip
2034ac_cv_prog_cc__usr_bin_clang_c_o=yes
2035ac_cv_prog_cc_c89=
2036ac_cv_prog_cc_g=yes
2037ac_cv_prog_cxx_g=yes
2038ac_cv_prog_make_make_set=yes
2039ac_cv_safe_to_define___extensions__=yes
2040ac_cv_search_strerror='none required'
2041am_cv_CC_dependencies_compiler_type=none
2042am_cv_CXX_dependencies_compiler_type=none
2043am_cv_langinfo_dfmt=yes
2044am_cv_python_platform=darwin
2045am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
2046am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
2047am_cv_python_version=2.7
2048am_cv_scanf_lld=yes
2049am_cv_struct_tm_gmtoff=yes
2050am_cv_val_LC_MESSAGES=yes
2051br_cv_binreloc=no
2052br_cv_valid_prefixes=yes
2053gt_cv_func_dgettext_libc=no
2054gt_cv_func_dgettext_libintl=yes
2055gt_cv_func_ngettext_libc=no
2056gt_cv_have_gettext=yes
2057lt_cv_apple_cc_single_mod=yes
2058lt_cv_ar_at_file=no
2059lt_cv_deplibs_check_method=pass_all
2060lt_cv_dlopen=dlopen
2061lt_cv_dlopen_libs=-ldl
2062lt_cv_dlopen_self=yes
2063lt_cv_dlopen_self_static=yes
2064lt_cv_file_magic_cmd='$MAGIC_CMD'
2065lt_cv_file_magic_test_file=
2066lt_cv_ld_exported_symbols_list=yes
2067lt_cv_ld_force_load=yes
2068lt_cv_ld_reload_flag=-r
2069lt_cv_nm_interface='BSD nm'
2070lt_cv_objdir=.libs
2071lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
2072lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
2073lt_cv_path_NM=/opt/local/bin/nm
2074lt_cv_path_mainfest_tool=no
2075lt_cv_prog_compiler_c_o=yes
2076lt_cv_prog_compiler_c_o_CXX=yes
2077lt_cv_prog_compiler_pic='-fno-common -DPIC'
2078lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
2079lt_cv_prog_compiler_pic_works=yes
2080lt_cv_prog_compiler_pic_works_CXX=yes
2081lt_cv_prog_compiler_rtti_exceptions=yes
2082lt_cv_prog_compiler_static_works=no
2083lt_cv_prog_compiler_static_works_CXX=no
2084lt_cv_prog_gnu_ld=no
2085lt_cv_prog_gnu_ldcxx=no
2086lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
2087lt_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'\'''
2088lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
2089lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
2090lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
2091lt_cv_sys_max_cmd_len=196608
2092lt_cv_to_host_file_cmd=func_convert_file_noop
2093lt_cv_to_tool_file_cmd=func_convert_file_noop
2094
2095## ----------------- ##
2096## Output variables. ##
2097## ----------------- ##
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108                $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
2109                test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
2110                test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
2111        $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
2112        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
2113        @$(NORMAL_INSTALL)
2114        @$(NORMAL_UNINSTALL)
2115        @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
2116        cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
2117        echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
2118        fi
2119        files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
2120        if test -n "$^"; then \
2121        rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
2122        test -n "$$files" || exit 0; \
2123        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
2124$(gsettings__enum_file): $(gsettings_ENUM_FILES)
2125%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
2126.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
2127.SECONDARY: $(gsettings_SCHEMAS)
2128ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2/missing --run aclocal-1.12'
2129ALL_LINGUAS='ar bg ca cs da de el en_GB es_NI es eu fa fi fr he hu it ja ko lt lv nb ne nl pl pt_BR pt ro ru rw sk sv ta tr uk vi zh_CN zh_TW'
2130AMDEPBACKSLASH=''
2131AMDEP_FALSE=''
2132AMDEP_TRUE='#'
2133AMTAR='$${TAR-tar}'
2134AM_DEFAULT_VERBOSITY='1'
2135AQBANKING_CFLAGS='-I/opt/local/include/aqbanking5 -I/opt/local/include/gwenhywfar4'
2136AQBANKING_LIBS='-L/opt/local/lib -laqbanking -lgwenhywfar  -lktoblzcheck'
2137AR='ar'
2138AS='as'
2139AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2/missing --run autoconf'
2140AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2/missing --run autoheader'
2141AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2/missing --run automake-1.12'
2142AWK='gawk'
2143AX_SWIG_PYTHON_CPPFLAGS=''
2144AX_SWIG_PYTHON_OPT=''
2145BINRELOC_CFLAGS=''
2146BINRELOC_LIBS=''
2147BUILDING_FROM_SCM_FALSE=''
2148BUILDING_FROM_SCM_TRUE='#'
2149CATALOGS=' ar.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es_NI.gmo es.gmo eu.gmo fa.gmo fi.gmo fr.gmo he.gmo hu.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo nb.gmo ne.gmo nl.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo rw.gmo sk.gmo sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo'
2150CATOBJEXT='.gmo'
2151CC='/usr/bin/clang'
2152CCDEPMODE='depmode=none'
2153CFLAGS='-pipe -Os -arch x86_64 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations '
2154CLANG_FALSE='#'
2155CLANG_TRUE=''
2156CPP='/usr/bin/clang -E'
2157CPPFLAGS='-I/opt/local/include'
2158CUSTOM_GNC_DBD_DIR_FALSE=''
2159CUSTOM_GNC_DBD_DIR_TRUE='#'
2160CXX='/usr/bin/clang++'
2161CXXCPP='/usr/bin/clang++ -E'
2162CXXDEPMODE='depmode=none'
2163CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
2164CYGPATH_W='echo'
2165DATADIRNAME='share'
2166DEFS=''
2167DEPDIR='.deps'
2168DLLTOOL='dlltool'
2169DL_LIB=''
2170DOC_FALSE=''
2171DOC_TRUE='#'
2172DOT=''
2173DOXYGEN=''
2174DSYMUTIL='dsymutil'
2175DUMPBIN=''
2176ECHO_C='\c'
2177ECHO_N=''
2178ECHO_T=''
2179EFENCE_LIBS=''
2180EGREP='/opt/local/bin/grep -E'
2181ENABLE_DOXYGEN_FALSE=''
2182ENABLE_DOXYGEN_TRUE='#'
2183EXEEXT=''
2184FGREP='/opt/local/bin/grep -F'
2185GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2186GDK_PIXBUF_LIBS='-L/opt/local/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
2187GETTEXT_PACKAGE='gnucash'
2188GIT_CMD=''
2189GLIB_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
2190GLIB_COMPILE_SCHEMAS='glib-compile-schemas'
2191GLIB_LIBS='-L/opt/local/lib -lgio-2.0 -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl '
2192GMOFILES=' ar.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es_NI.gmo es.gmo eu.gmo fa.gmo fi.gmo fr.gmo he.gmo hu.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo nb.gmo ne.gmo nl.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo rw.gmo sk.gmo sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo'
2193GMSGFMT='/opt/local/bin/msgfmt'
2194GNC_ACCOUNTS_DIR='${GNC_SHAREDIR}/accounts'
2195GNC_CHECKS_DIR='${GNC_SHAREDIR}/checks'
2196GNC_CONFIGDIR='${sysconfdir}/gnucash'
2197GNC_CTAGS_FILE=''
2198GNC_CTAGS_FILE_FALSE=''
2199GNC_CTAGS_FILE_TRUE='#'
2200GNC_DBD_DIR=''
2201GNC_DOC_INSTALL_DIR='${docdir}'
2202GNC_ETAGS_FILE=''
2203GNC_ETAGS_FILE_FALSE=''
2204GNC_ETAGS_FILE_TRUE='#'
2205GNC_GTKBUILDER_DIR='${GNC_SHAREDIR}/gtkbuilder'
2206GNC_HAVE_GUILE_2_FALSE=''
2207GNC_HAVE_GUILE_2_TRUE='#'
2208GNC_HAVE_GUILE_WWW_FALSE=''
2209GNC_HAVE_GUILE_WWW_TRUE='#'
2210GNC_HELPDIR='${datadir}'
2211GNC_INCLUDE_DIR='${includedir}/gnucash'
2212GNC_LIBEXECDIR='${libexecdir}/gnucash'
2213GNC_PIXMAP_DIR='${GNC_SHAREDIR}/pixmaps'
2214GNC_SCM_INSTALL_DIR='${pkgdatadir}/scm'
2215GNC_SHAREDIR='${pkgdatadir}'
2216GNC_SYSTEM_XDG_DATA_DIRS='/usr/local/share;/usr/share'
2217GNC_UI_DIR='${GNC_SHAREDIR}/ui'
2218GNOMECANVAS_CFLAGS='-D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/gail-1.0 -I/opt/local/include/libart-2.0 -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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16'
2219GNOMECANVAS_LIBS='-L/opt/local/lib -lgnomecanvas-2 -lart_lgpl_2 -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 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype '
2220GNOME_KEYRING_CFLAGS=''
2221GNOME_KEYRING_LIBS=''
2222GNUCASH_ENABLE_GUI_FALSE='#'
2223GNUCASH_ENABLE_GUI_TRUE=''
2224GNUCASH_LATEST_STABLE_SERIES='2.6'
2225GNUCASH_MAJOR_VERSION='2'
2226GNUCASH_MICRO_VERSION='2'
2227GNUCASH_MINOR_VERSION='6'
2228GNUCASH_NANO_VERSION='0'
2229GNUCASH_SEPARATE_BUILDDIR_FALSE=''
2230GNUCASH_SEPARATE_BUILDDIR_TRUE='#'
2231GOFFICE_CFLAGS='-DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgoffice-0.8 -I/opt/local/include/libgsf-1 -I/opt/local/include/libxml2 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/gdk-pixbuf-2.0 -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 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
2232GOFFICE_LIBS='-L/opt/local/lib -lgoffice-0.8 '
2233GREP='/opt/local/bin/grep'
2234GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
2235GSETTINGS_RULES='
2236GTKMM_CFLAGS=''
2237GTKMM_LIBS=''
2238GTK_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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16'
2239GTK_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 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype '
2240GTK_MAC_CFLAGS=''
2241GTK_MAC_LIBS=''
2242GUILE='/opt/local/bin/guile'
2243GUILE_CFLAGS='-D_THREAD_SAFE -I/opt/local/include '
2244GUILE_CONFIG='/opt/local/bin/guile-config'
2245GUILE_LIBS='-L/opt/local/lib -lguile -lgmp -lm -lltdl '
2246GUILE_TOOLS='/opt/local/bin/guile-tools'
2247GWENGUI_GTK2_CFLAGS='-I/opt/local/include -I/opt/local/include/gwenhywfar4 '
2248GWENGUI_GTK2_LIBS='-L/opt/local/lib -lgwengui-gtk2 -lgwenhywfar '
2249HAVE_X11_XLIB_H_FALSE='#'
2250HAVE_X11_XLIB_H_TRUE=''
2251HTMLHELP_LIBS=''
2252INSTALL_DATA='${INSTALL} -m 644'
2253INSTALL_PROGRAM='${INSTALL}'
2254INSTALL_SCRIPT='${INSTALL}'
2255INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
2256INSTOBJEXT='.mo'
2257INTLLIBS='-lintl '
2258INTLTOOL_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 $< $@'
2259INTLTOOL_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 $< $@'
2260INTLTOOL_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 $< $@'
2261INTLTOOL_EXTRACT='/opt/local/bin/intltool-extract'
2262INTLTOOL_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 $< $@'
2263INTLTOOL_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 $< $@'
2264INTLTOOL_MERGE='/opt/local/bin/intltool-merge'
2265INTLTOOL_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 $< $@'
2266INTLTOOL_PERL='/opt/local/bin/perl'
2267INTLTOOL_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 $< $@'
2268INTLTOOL_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 $< $@'
2269INTLTOOL_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 $< $@'
2270INTLTOOL_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 $< $@'
2271INTLTOOL_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 $< $@'
2272INTLTOOL_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 $< $@'
2273INTLTOOL_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 $< $@'
2274INTLTOOL_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 $< $@'
2275INTLTOOL_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 $< $@'
2276INTLTOOL_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 $< $@'
2277INTLTOOL_UPDATE='/opt/local/bin/intltool-update'
2278INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
2279INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
2280INTLTOOL_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 $< $@'
2281INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
2282INTLTOOL_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 $< $@'
2283INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
2284INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
2285LC_MESSAGES_ENUM='LC_MESSAGES'
2286LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
2287LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
2288LIBDBI_LIBS=''
2289LIBOBJS=' strptime.o'
2290LIBOBJS_SEDSCRIPT=''
2291LIBOFX_CFLAGS='-I/opt/local/include '
2292LIBOFX_LIBS='-L/opt/local/lib -lofx '
2293LIBQOF_LIBRARY_VERSION='1:4:0'
2294LIBS=' -lm'
2295LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2296LIBTOOL_DEPS='./ltmain.sh'
2297LIBXML2_CFLAGS='-I/opt/local/include/libxml2'
2298LIBXML2_LIBS='-L/opt/local/lib -lxml2 '
2299LIBXSLT_CFLAGS='-I/opt/local/include -I/opt/local/include/libxml2 '
2300LIBXSLT_LIBS='-L/opt/local/lib -lxslt -lxml2 -lz -lpthread -liconv -lm -lxml2 '
2301LIPO='lipo'
2302LN_S='ln -s'
2303LTLIBOBJS=''
2304MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2/missing --run makeinfo'
2305MANIFEST_TOOL=':'
2306MKDIR_P='/opt/local/bin/gmkdir -p'
2307MKINSTALLDIRS='./mkinstalldirs'
2308MSGFMT='/opt/local/bin/msgfmt'
2309MSGFMT_OPTS='-c'
2310MSGMERGE='/opt/local/bin/msgmerge'
2311NM='/opt/local/bin/nm'
2312NMEDIT='nmedit'
2313OBJDUMP='objdump'
2314OBJEXT='o'
2315OS_WIN32_FALSE=''
2316OS_WIN32_TRUE='#'
2317OTOOL64=':'
2318OTOOL='otool'
2319PACKAGE='gnucash'
2320PACKAGE_BUGREPORT='gnucash-devel@gnucash.org'
2321PACKAGE_NAME='GnuCash'
2322PACKAGE_STRING='GnuCash 2.6.2'
2323PACKAGE_TARNAME='gnucash'
2324PACKAGE_URL=''
2325PACKAGE_VERSION='2.6.2'
2326PATH_SEPARATOR=':'
2327PERL='/opt/local/bin/perl5.16'
2328PKG_CONFIG='/opt/local/bin/pkg-config'
2329PKG_CONFIG_LIBDIR=''
2330PKG_CONFIG_PATH=''
2331PLATFORM_LINUX_FALSE=''
2332PLATFORM_LINUX_TRUE='#'
2333PLATFORM_OSX_FALSE=''
2334PLATFORM_OSX_QUARTZ_FALSE=''
2335PLATFORM_OSX_QUARTZ_TRUE='#'
2336PLATFORM_OSX_TRUE='#'
2337PLATFORM_WIN32_FALSE=''
2338PLATFORM_WIN32_TRUE='#'
2339POFILES=' ar.po bg.po ca.po cs.po da.po de.po el.po en_GB.po es_NI.po es.po eu.po fa.po fi.po fr.po he.po hu.po it.po ja.po ko.po lt.po lv.po nb.po ne.po nl.po pl.po pt_BR.po pt.po ro.po ru.po rw.po sk.po sv.po ta.po tr.po uk.po vi.po zh_CN.po zh_TW.po'
2340POSUB='po'
2341PO_IN_DATADIR_FALSE=''
2342PO_IN_DATADIR_TRUE=''
2343PYTHON='/opt/local/bin/python2.7'
2344PYTHON_CPPFLAGS='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7'
2345PYTHON_EXEC_PREFIX='${exec_prefix}'
2346PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error Python.framework/Versions/2.7/Python'
2347PYTHON_EXTRA_LIBS='-ldl  -framework CoreFoundation'
2348PYTHON_LDFLAGS='-L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7'
2349PYTHON_PLATFORM='darwin'
2350PYTHON_PREFIX='${prefix}'
2351PYTHON_SITE_PKG='/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages'
2352PYTHON_VERSION='2.7'
2353QOF_CFLAGS='-I${top_builddir}/src/libqof/qof -I${top_srcdir}/src/libqof/qof'
2354QOF_LIBS='${top_builddir}/src/libqof/qof/libgnc-qof.la'
2355RANLIB='ranlib'
2356RC=''
2357REGEX_LIBS=''
2358SCM_TYPE=''
2359SED='/opt/local/bin/gsed'
2360SET_MAKE=''
2361SHELL='/bin/sh'
2362STRIP='strip'
2363SWIG=''
2364SWIG_DIST_FAIL_FALSE=''
2365SWIG_DIST_FAIL_TRUE='#'
2366SWIG_LIB=''
2367TEST_MYSQL_URL=''
2368TEST_PGSQL_URL=''
2369USE_NLS='yes'
2370VERSION='2.6.2'
2371WEBKIT_CFLAGS='-D_REENTRANT -I/opt/local/include/webkitgtk-1.0 -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 -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 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libpng16 -I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/webkitgtk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include '
2372WEBKIT_LIBS='-L/opt/local/lib -lwebkitgtk-1.0 -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 -lpangoft2-1.0 -lpango-1.0 -lm -lfontconfig -lfreetype -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-1.0 -lglib-2.0 -lintl '
2373WITH_AQBANKING_FALSE='#'
2374WITH_AQBANKING_TRUE=''
2375WITH_DBI_FALSE=''
2376WITH_DBI_TRUE='#'
2377WITH_GTKMM_FALSE=''
2378WITH_GTKMM_TRUE='#'
2379WITH_OFX_FALSE='#'
2380WITH_OFX_TRUE=''
2381WITH_PYTHON_FALSE=''
2382WITH_PYTHON_TRUE=''
2383XGETTEXT='/opt/local/bin/xgettext'
2384XSLTPROC='/opt/local/bin/xsltproc'
2385ZLIB_LIBS='-lz'
2386ac_ct_AR='ar'
2387ac_ct_CC='/usr/bin/clang'
2388ac_ct_CXX=''
2389ac_ct_DUMPBIN=''
2390all-am: $(gsettings_SCHEMAS:.xml=.valid)
2391am__EXEEXT_FALSE=''
2392am__EXEEXT_TRUE=''
2393am__fastdepCC_FALSE=''
2394am__fastdepCC_TRUE='#'
2395am__fastdepCXX_FALSE=''
2396am__fastdepCXX_TRUE='#'
2397am__include='include'
2398am__isrc=''
2399am__leading_dot='.'
2400am__nodep=''
2401am__quote=''
2402am__tar='$${TAR-tar} chof - "$$tardir"'
2403am__untar='$${TAR-tar} xf -'
2404bindir='${exec_prefix}/bin'
2405build='x86_64-apple-darwin13.1.0'
2406build_alias=''
2407build_cpu='x86_64'
2408build_os='darwin13.1.0'
2409build_vendor='apple'
2410cflags_set='yes'
2411clean-gsettings-schemas:
2412datadir='${datarootdir}'
2413datarootdir='${prefix}/share'
2414docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2415dvidir='${docdir}'
2416enable_dot='no'
2417enable_html_docs='yes'
2418enable_latex_docs='no'
2419endif'
2420exec_prefix='NONE'
2421gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
2422gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
2423host='x86_64-apple-darwin13.1.0'
2424host_alias=''
2425host_cpu='x86_64'
2426host_os='darwin13.1.0'
2427host_vendor='apple'
2428htmldir='${docdir}'
2429ifdef gsettings_ENUM_NAMESPACE
2430includedir='${prefix}/include'
2431infodir='${datarootdir}/info'
2432install-data-am: install-gsettings-schemas
2433install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
2434install_sh='${SHELL} /opt/local/var/macports/build/_opt_mports_trunk_dports_gnome_gnucash/gnucash/work/gnucash-2.6.2/install-sh'
2435intltool__v_merge_options_0='-q'
2436intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
2437libdir='${exec_prefix}/lib'
2438libexecdir='${exec_prefix}/libexec'
2439localedir='${datarootdir}/locale'
2440localstatedir='${prefix}/var'
2441mandir='${datarootdir}/man'
2442mkdir_p='$(MKDIR_P)'
2443mostlyclean-am: clean-gsettings-schemas
2444oldincludedir='/usr/include'
2445pdfdir='${docdir}'
2446pkgpyexecdir='${pyexecdir}/gnucash'
2447pkgpythondir='${pythondir}/gnucash'
2448prefix='/opt/local'
2449program_transform_name='s,x,x,'
2450psdir='${docdir}'
2451pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
2452pythondir='${prefix}/lib/python2.7/site-packages'
2453sbindir='${exec_prefix}/sbin'
2454sharedstatedir='${prefix}/com'
2455sysconfdir='${prefix}/etc'
2456target_alias=''
2457uninstall-am: uninstall-gsettings-schemas
2458uninstall-gsettings-schemas:
2459
2460## ------------------- ##
2461## File substitutions. ##
2462## ------------------- ##
2463
2464MIGRATABLE_PREFS_AQBANKING='./src/import-export/aqb/migratable-prefs-aqbanking.xml'
2465MIGRATABLE_PREFS_OFX='./src/import-export/ofx/migratable-prefs-ofx.xml'
2466
2467## ----------- ##
2468## confdefs.h. ##
2469## ----------- ##
2470
2471/* confdefs.h */
2472#define PACKAGE_NAME "GnuCash"
2473#define PACKAGE_TARNAME "gnucash"
2474#define PACKAGE_VERSION "2.6.2"
2475#define PACKAGE_STRING "GnuCash 2.6.2"
2476#define PACKAGE_BUGREPORT "gnucash-devel@gnucash.org"
2477#define PACKAGE_URL ""
2478#define PACKAGE "gnucash"
2479#define VERSION "2.6.2"
2480#define STDC_HEADERS 1
2481#define HAVE_SYS_TYPES_H 1
2482#define HAVE_SYS_STAT_H 1
2483#define HAVE_STDLIB_H 1
2484#define HAVE_STRING_H 1
2485#define HAVE_MEMORY_H 1
2486#define HAVE_STRINGS_H 1
2487#define HAVE_INTTYPES_H 1
2488#define HAVE_STDINT_H 1
2489#define HAVE_UNISTD_H 1
2490#define __EXTENSIONS__ 1
2491#define _ALL_SOURCE 1
2492#define _GNU_SOURCE 1
2493#define _POSIX_PTHREAD_SEMANTICS 1
2494#define _TANDEM_SOURCE 1
2495#define GNUCASH_MAJOR_VERSION 2
2496#define GNUCASH_MINOR_VERSION 6
2497#define GNUCASH_MICRO_VERSION 2
2498#define GNUCASH_NANO_VERSION 0
2499#define GNUCASH_RESAVE_VERSION 19920
2500#define GNUCASH_LATEST_STABLE_SERIES "2.6"
2501#define GETTEXT_PACKAGE "gnucash"
2502#define HAVE_LOCALE_H 1
2503#define HAVE_LC_MESSAGES 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_DLFCN_H 1
2509#define LT_OBJDIR ".libs/"
2510#define STDC_HEADERS 1
2511#define HAVE_LIMITS_H 1
2512#define HAVE_SYS_TIME_H 1
2513#define HAVE_SYS_TIMES_H 1
2514#define HAVE_SYS_WAIT_H 1
2515#define HAVE_STPCPY 1
2516#define HAVE_MEMCPY 1
2517#define HAVE_TIMEGM 1
2518#define HAVE_TOWUPPER 1
2519#define HAVE_SETENV 1
2520#define HAVE_STRUCT_TM_GMTOFF 1
2521#define HAVE_SCANF_LLD 1
2522#define HAVE_GLIB_2_38 1
2523#define HAVE_GLIB_2_36 1
2524#define HAVE_GLIB_2_32 1
2525#define HAVE_DIRENT_H 1
2526#define HAVE_DLFCN_H 1
2527#define HAVE_UTMP_H 1
2528#define HAVE_LOCALE_H 1
2529#define HAVE_UNISTD_H 1
2530#define HAVE_WCTYPE_H 1
2531#define HAVE_DLSYM 1
2532#define HAVE_DLERROR 1
2533#define PLATFORM_OSX 1
2534#define HAVE_X11_XLIB_H 1
2535#define HAVE_GLOB_H 1
2536#define HAVE_CHOWN 1
2537#define HAVE_GETHOSTNAME 1
2538#define HAVE_GETPPID 1
2539#define HAVE_GETUID 1
2540#define HAVE_GETTIMEOFDAY 1
2541#define HAVE_GMTIME_R 1
2542#define HAVE_GETHOSTID 1
2543#define HAVE_LINK 1
2544#define DEBUG_MEMORY 0
2545#define HAVE_KTOBLZCHECK_H 1
2546#define QT3_WIZARD_PACKAGE "aqbanking"
2547#define HAVE_LANGINFO_D_FMT 1
2548#define HAVE_WEBKIT_WEB_VIEW_LOAD_URI 1
2549#define HAVE_WEBKIT_WEB_FRAME_PRINT_FULL 1
2550#define HAVE_OSX_KEYCHAIN 1
2551#define GNOME /**/
2552#define HAVE_PTHREAD_MUTEX_INIT 1
2553#define HAVE_LOCALTIME_R 1
2554#define HAVE_GMTIME_R 1
2555#define HAVE_PYTHON "2.7"
2556
2557configure: exit 1