Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Initial import of code already done for Xestia Address Book
[xestiaab/.git] / source / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
4 It was created by Xestia Address Book configure 1.0, which was
5 generated by GNU Autoconf 2.68.  Invocation command line was
7   $ ./configure 
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
13 hostname = Mai.LasLindas
14 uname -m = x86_64
15 uname -r = 3.7.10-1.1-desktop
16 uname -s = Linux
17 uname -v = #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21)
19 /usr/bin/uname -p = x86_64
20 /bin/uname -X     = unknown
22 /bin/arch              = x86_64
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 /usr/bin/hostinfo      = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
30 PATH: /usr/local/bin
31 PATH: /usr/bin
32 PATH: /bin
33 PATH: /usr/bin/X11
34 PATH: /usr/X11R6/bin
35 PATH: /usr/games
36 PATH: /opt/kde3/bin
39 ## ----------- ##
40 ## Core tests. ##
41 ## ----------- ##
43 configure:2028: loading site script /usr/share/site/x86_64-unknown-linux-gnu
44 | #!/bin/sh
45 | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
46
47 | # If user did not specify libdir, guess the correct target:
48 | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
49 | if test "$libdir" = '${exec_prefix}/lib' ; then
50
51 |       ac_config_site_64bit_host=NONE
52
53 |       case "$host" in
54 |       "" )
55 |               # User did not specify host target.
56 |               # The native platform x86_64 is a bi-arch platform.
57 |               # Try to detect cross-compilation to inferior architecture.
58
59 |               # We are trying to guess 32-bit target compilation. It's not as easy as
60 |               # it sounds, as there is possible several intermediate combinations.
61 |               ac_config_site_cross_to_32bit_host=NONE
62
63 |               # User defined -m32 in CFLAGS or CXXFLAGS:
64 |               # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
65 |               case "$CFLAGS" in
66 |               *-m32*)
67 |                       ac_config_site_cross_to_32bit_host=YES
68 |                       ;;
69 |               esac
70 |               case "$CXXFLAGS" in
71 |               *-m32*)
72 |                       ac_config_site_cross_to_32bit_host=YES
73 |                       ;;
74 |               esac
75
76 |               # Running with linux32:
77 |               # (Changes detected platform, but not the toolchain target.)
78 |               case "`/bin/uname -i`" in
79 |               x86_64 | ppc64 | s390x )
80 |                       ;;
81 |               * )
82 |                       ac_config_site_cross_to_32bit_host=YES
83 |                       ;;
84 |               esac
85
86 |               if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
87 |                       ac_config_site_64bit_host=YES
88 |               fi
89
90 |               ;;
91 |       *x86_64* | *ppc64* | *s390x* )
92 |               ac_config_site_64bit_host=YES
93 |               ;;
94 |       esac
95
96 |       if test "x$ac_config_site_64bit_host" = xYES; then
97 |               libdir='${exec_prefix}/lib64'
98 |       fi
99 | fi
100
101 | # If user did not specify libexecdir, set the correct target:
102 | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
103
104 | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
105 |       libexecdir='${exec_prefix}/lib'
106 | fi
107
108 | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
109 | if test "x$prefix" != xNONE; then
110 |       ac_site_file1=$prefix/share/config.site
111 |       ac_site_file2=$prefix/etc/config.site
112 | else
113 |       ac_site_file1=$ac_default_prefix/share/config.site
114 |       ac_site_file2=$ac_default_prefix/etc/config.site
115 | fi
116 | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
117 | do
118 |       test "x$ac_site_file" = xNONE && continue
119 |       if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
120 |               { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
121 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
122 |               sed 's/^/| /' "$ac_site_file" >&5
123 |               . "$ac_site_file" \
124 |                       || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
125 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
126 | as_fn_error $? "failed to load site script $ac_site_file
127 | See \`config.log' for more details" "$LINENO" 5; }
128 |       fi
129 | done
130 configure:2186: checking for g++
131 configure:2202: found /usr/bin/g++
132 configure:2213: result: g++
133 configure:2240: checking for C++ compiler version
134 configure:2249: g++ --version >&5
135 g++ (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
136 Copyright (C) 2012 Free Software Foundation, Inc.
137 This is free software; see the source for copying conditions.  There is NO
138 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
140 configure:2260: $? = 0
141 configure:2249: g++ -v >&5
142 Using built-in specs.
143 COLLECT_GCC=g++
144 COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
145 Target: x86_64-suse-linux
146 Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
147 Thread model: posix
148 gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) 
149 configure:2260: $? = 0
150 configure:2249: g++ -V >&5
151 g++: error: unrecognized command line option '-V'
152 g++: fatal error: no input files
153 compilation terminated.
154 configure:2260: $? = 1
155 configure:2249: g++ -qversion >&5
156 g++: error: unrecognized command line option '-qversion'
157 g++: fatal error: no input files
158 compilation terminated.
159 configure:2260: $? = 1
160 configure:2280: checking whether the C++ compiler works
161 configure:2302: g++    conftest.cpp  >&5
162 configure:2306: $? = 0
163 configure:2354: result: yes
164 configure:2357: checking for C++ compiler default output file name
165 configure:2359: result: a.out
166 configure:2365: checking for suffix of executables
167 configure:2372: g++ -o conftest    conftest.cpp  >&5
168 configure:2376: $? = 0
169 configure:2398: result: 
170 configure:2420: checking whether we are cross compiling
171 configure:2428: g++ -o conftest    conftest.cpp  >&5
172 configure:2432: $? = 0
173 configure:2439: ./conftest
174 configure:2443: $? = 0
175 configure:2458: result: no
176 configure:2463: checking for suffix of object files
177 configure:2485: g++ -c   conftest.cpp >&5
178 configure:2489: $? = 0
179 configure:2510: result: o
180 configure:2514: checking whether we are using the GNU C++ compiler
181 configure:2533: g++ -c   conftest.cpp >&5
182 configure:2533: $? = 0
183 configure:2542: result: yes
184 configure:2551: checking whether g++ accepts -g
185 configure:2571: g++ -c -g  conftest.cpp >&5
186 configure:2571: $? = 0
187 configure:2612: result: yes
188 configure:2683: checking for gcc
189 configure:2699: found /usr/bin/gcc
190 configure:2710: result: gcc
191 configure:2939: checking for C compiler version
192 configure:2948: gcc --version >&5
193 gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
194 Copyright (C) 2012 Free Software Foundation, Inc.
195 This is free software; see the source for copying conditions.  There is NO
196 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
198 configure:2959: $? = 0
199 configure:2948: gcc -v >&5
200 Using built-in specs.
201 COLLECT_GCC=gcc
202 COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
203 Target: x86_64-suse-linux
204 Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
205 Thread model: posix
206 gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) 
207 configure:2959: $? = 0
208 configure:2948: gcc -V >&5
209 gcc: error: unrecognized command line option '-V'
210 gcc: fatal error: no input files
211 compilation terminated.
212 configure:2959: $? = 1
213 configure:2948: gcc -qversion >&5
214 gcc: error: unrecognized command line option '-qversion'
215 gcc: fatal error: no input files
216 compilation terminated.
217 configure:2959: $? = 1
218 configure:2963: checking whether we are using the GNU C compiler
219 configure:2982: gcc -c   conftest.c >&5
220 configure:2982: $? = 0
221 configure:2991: result: yes
222 configure:3000: checking whether gcc accepts -g
223 configure:3020: gcc -c -g  conftest.c >&5
224 configure:3020: $? = 0
225 configure:3061: result: yes
226 configure:3078: checking for gcc option to accept ISO C89
227 configure:3142: gcc  -c -g -O2  conftest.c >&5
228 configure:3142: $? = 0
229 configure:3155: result: none needed
230 configure:3180: checking how to run the C preprocessor
231 configure:3211: gcc -E  conftest.c
232 configure:3211: $? = 0
233 configure:3225: gcc -E  conftest.c
234 conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
235 compilation terminated.
236 configure:3225: $? = 1
237 configure: failed program was:
238 | /* confdefs.h */
239 | #define PACKAGE_NAME "Xestia Address Book"
240 | #define PACKAGE_TARNAME "xestia-address-book"
241 | #define PACKAGE_VERSION "1.0"
242 | #define PACKAGE_STRING "Xestia Address Book 1.0"
243 | #define PACKAGE_BUGREPORT "bugs@xestia.co.uk"
244 | #define PACKAGE_URL ""
245 | /* end confdefs.h.  */
246 | #include <ac_nonexistent.h>
247 configure:3250: result: gcc -E
248 configure:3270: gcc -E  conftest.c
249 configure:3270: $? = 0
250 configure:3284: gcc -E  conftest.c
251 conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
252 compilation terminated.
253 configure:3284: $? = 1
254 configure: failed program was:
255 | /* confdefs.h */
256 | #define PACKAGE_NAME "Xestia Address Book"
257 | #define PACKAGE_TARNAME "xestia-address-book"
258 | #define PACKAGE_VERSION "1.0"
259 | #define PACKAGE_STRING "Xestia Address Book 1.0"
260 | #define PACKAGE_BUGREPORT "bugs@xestia.co.uk"
261 | #define PACKAGE_URL ""
262 | /* end confdefs.h.  */
263 | #include <ac_nonexistent.h>
264 configure:3377: checking for wx-config
265 configure:3396: found /usr/bin/wx-config
266 configure:3409: result: /usr/bin/wx-config
267 configure:3424: checking for wxWidgets version >= 2.8.0
268 configure:3471: result: yes (version 2.8.12)
269 configure:3475: checking for wxWidgets static library
270 configure:3479: result: no
271 configure:3597: checking for main in -lboost_filesystem
272 configure:3616: gcc -o conftest -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__  conftest.c -lboost_filesystem   -L/usr/lib64/wx-2.8-stl -pthread  -Wl,-rpath,/usr/lib64/wx-2.8-stl  -L/usr/lib64   -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  >&5
273 configure:3616: $? = 0
274 configure:3625: result: yes
275 configure:3644: checking for main in -lboost_system
276 configure:3663: gcc -o conftest -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__  conftest.c -lboost_system  -lboost_filesystem  -L/usr/lib64/wx-2.8-stl -pthread  -Wl,-rpath,/usr/lib64/wx-2.8-stl  -L/usr/lib64   -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  >&5
277 configure:3663: $? = 0
278 configure:3672: result: yes
279 configure:3694: checking for grep that handles long lines and -e
280 configure:3752: result: /usr/bin/grep
281 configure:3757: checking for egrep
282 configure:3819: result: /usr/bin/grep -E
283 configure:3824: checking for ANSI C header files
284 configure:3844: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
285 configure:3844: $? = 0
286 configure:3917: gcc -o conftest -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__  conftest.c -lboost_system -lboost_filesystem  -L/usr/lib64/wx-2.8-stl -pthread  -Wl,-rpath,/usr/lib64/wx-2.8-stl  -L/usr/lib64   -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  >&5
287 configure:3917: $? = 0
288 configure:3917: ./conftest
289 configure:3917: $? = 0
290 configure:3928: result: yes
291 configure:3941: checking for sys/types.h
292 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
293 configure:3941: $? = 0
294 configure:3941: result: yes
295 configure:3941: checking for sys/stat.h
296 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
297 configure:3941: $? = 0
298 configure:3941: result: yes
299 configure:3941: checking for stdlib.h
300 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
301 configure:3941: $? = 0
302 configure:3941: result: yes
303 configure:3941: checking for string.h
304 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
305 configure:3941: $? = 0
306 configure:3941: result: yes
307 configure:3941: checking for memory.h
308 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
309 configure:3941: $? = 0
310 configure:3941: result: yes
311 configure:3941: checking for strings.h
312 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
313 configure:3941: $? = 0
314 configure:3941: result: yes
315 configure:3941: checking for inttypes.h
316 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
317 configure:3941: $? = 0
318 configure:3941: result: yes
319 configure:3941: checking for stdint.h
320 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
321 configure:3941: $? = 0
322 configure:3941: result: yes
323 configure:3941: checking for unistd.h
324 configure:3941: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
325 configure:3941: $? = 0
326 configure:3941: result: yes
327 configure:3956: checking for stdlib.h
328 configure:3956: result: yes
329 configure:3956: checking for string.h
330 configure:3956: result: yes
331 configure:3968: checking for stdbool.h that conforms to C99
332 configure:4035: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
333 configure:4035: $? = 0
334 configure:4042: result: yes
335 configure:4044: checking for _Bool
336 configure:4044: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
337 configure:4044: $? = 0
338 configure:4044: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
339 conftest.c: In function 'main':
340 conftest.c:59:20: error: expected expression before ')' token
341 configure:4044: $? = 1
342 configure: failed program was:
343 | /* confdefs.h */
344 | #define PACKAGE_NAME "Xestia Address Book"
345 | #define PACKAGE_TARNAME "xestia-address-book"
346 | #define PACKAGE_VERSION "1.0"
347 | #define PACKAGE_STRING "Xestia Address Book 1.0"
348 | #define PACKAGE_BUGREPORT "bugs@xestia.co.uk"
349 | #define PACKAGE_URL ""
350 | #define HAVE_LIBBOOST_FILESYSTEM 1
351 | #define HAVE_LIBBOOST_SYSTEM 1
352 | #define STDC_HEADERS 1
353 | #define HAVE_SYS_TYPES_H 1
354 | #define HAVE_SYS_STAT_H 1
355 | #define HAVE_STDLIB_H 1
356 | #define HAVE_STRING_H 1
357 | #define HAVE_MEMORY_H 1
358 | #define HAVE_STRINGS_H 1
359 | #define HAVE_INTTYPES_H 1
360 | #define HAVE_STDINT_H 1
361 | #define HAVE_UNISTD_H 1
362 | #define HAVE_STDLIB_H 1
363 | #define HAVE_STRING_H 1
364 | /* end confdefs.h.  */
365 | #include <stdio.h>
366 | #ifdef HAVE_SYS_TYPES_H
367 | # include <sys/types.h>
368 | #endif
369 | #ifdef HAVE_SYS_STAT_H
370 | # include <sys/stat.h>
371 | #endif
372 | #ifdef STDC_HEADERS
373 | # include <stdlib.h>
374 | # include <stddef.h>
375 | #else
376 | # ifdef HAVE_STDLIB_H
377 | #  include <stdlib.h>
378 | # endif
379 | #endif
380 | #ifdef HAVE_STRING_H
381 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
382 | #  include <memory.h>
383 | # endif
384 | # include <string.h>
385 | #endif
386 | #ifdef HAVE_STRINGS_H
387 | # include <strings.h>
388 | #endif
389 | #ifdef HAVE_INTTYPES_H
390 | # include <inttypes.h>
391 | #endif
392 | #ifdef HAVE_STDINT_H
393 | # include <stdint.h>
394 | #endif
395 | #ifdef HAVE_UNISTD_H
396 | # include <unistd.h>
397 | #endif
398 | int
399 | main ()
400 | {
401 | if (sizeof ((_Bool)))
402 |           return 0;
403 |   ;
404 |   return 0;
405 | }
406 configure:4044: result: yes
407 configure:4060: checking for inline
408 configure:4076: gcc -c -g -O2 -pthread  -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.c >&5
409 configure:4076: $? = 0
410 configure:4084: result: inline
411 configure:4257: creating ./config.status
413 ## ---------------------- ##
414 ## Running config.status. ##
415 ## ---------------------- ##
417 This file was extended by Xestia Address Book config.status 1.0, which was
418 generated by GNU Autoconf 2.68.  Invocation command line was
420   CONFIG_FILES    = 
421   CONFIG_HEADERS  = 
422   CONFIG_LINKS    = 
423   CONFIG_COMMANDS = 
424   $ ./config.status 
426 on Mai.LasLindas
428 config.status:753: creating Makefile
430 ## ---------------- ##
431 ## Cache variables. ##
432 ## ---------------- ##
434 ac_cv_c_compiler_gnu=yes
435 ac_cv_c_inline=inline
436 ac_cv_cxx_compiler_gnu=yes
437 ac_cv_env_CCC_set=
438 ac_cv_env_CCC_value=
439 ac_cv_env_CC_set=
440 ac_cv_env_CC_value=
441 ac_cv_env_CFLAGS_set=
442 ac_cv_env_CFLAGS_value=
443 ac_cv_env_CPPFLAGS_set=
444 ac_cv_env_CPPFLAGS_value=
445 ac_cv_env_CPP_set=
446 ac_cv_env_CPP_value=
447 ac_cv_env_CXXFLAGS_set=
448 ac_cv_env_CXXFLAGS_value=
449 ac_cv_env_CXX_set=
450 ac_cv_env_CXX_value=
451 ac_cv_env_LDFLAGS_set=
452 ac_cv_env_LDFLAGS_value=
453 ac_cv_env_LIBS_set=
454 ac_cv_env_LIBS_value=
455 ac_cv_env_build_alias_set=
456 ac_cv_env_build_alias_value=
457 ac_cv_env_host_alias_set=
458 ac_cv_env_host_alias_value=
459 ac_cv_env_target_alias_set=
460 ac_cv_env_target_alias_value=
461 ac_cv_header_inttypes_h=yes
462 ac_cv_header_memory_h=yes
463 ac_cv_header_stdbool_h=yes
464 ac_cv_header_stdc=yes
465 ac_cv_header_stdint_h=yes
466 ac_cv_header_stdlib_h=yes
467 ac_cv_header_string_h=yes
468 ac_cv_header_strings_h=yes
469 ac_cv_header_sys_stat_h=yes
470 ac_cv_header_sys_types_h=yes
471 ac_cv_header_unistd_h=yes
472 ac_cv_lib_boost_filesystem_main=yes
473 ac_cv_lib_boost_system_main=yes
474 ac_cv_objext=o
475 ac_cv_path_EGREP='/usr/bin/grep -E'
476 ac_cv_path_GREP=/usr/bin/grep
477 ac_cv_path_WX_CONFIG_PATH=/usr/bin/wx-config
478 ac_cv_prog_CPP='gcc -E'
479 ac_cv_prog_ac_ct_CC=gcc
480 ac_cv_prog_ac_ct_CXX=g++
481 ac_cv_prog_cc_c89=
482 ac_cv_prog_cc_g=yes
483 ac_cv_prog_cxx_g=yes
484 ac_cv_type__Bool=yes
486 ## ----------------- ##
487 ## Output variables. ##
488 ## ----------------- ##
490 CC='gcc'
491 CFLAGS='-g -O2 -pthread'
492 CPP='gcc -E'
493 CPPFLAGS=' -I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__'
494 CXX='g++'
495 CXXFLAGS='-g -O2 '
496 DEFS='-DPACKAGE_NAME=\"Xestia\ Address\ Book\" -DPACKAGE_TARNAME=\"xestia-address-book\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Xestia\ Address\ Book\ 1.0\" -DPACKAGE_BUGREPORT=\"bugs@xestia.co.uk\" -DPACKAGE_URL=\"\" -DHAVE_LIBBOOST_FILESYSTEM=1 -DHAVE_LIBBOOST_SYSTEM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1'
497 ECHO_C=''
498 ECHO_N='-n'
499 ECHO_T=''
500 EGREP='/usr/bin/grep -E'
501 EXEEXT=''
502 GREP='/usr/bin/grep'
503 LDFLAGS=''
504 LIBOBJS=''
505 LIBS='-lboost_system -lboost_filesystem  -L/usr/lib64/wx-2.8-stl -pthread  -Wl,-rpath,/usr/lib64/wx-2.8-stl  -L/usr/lib64   -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 '
506 LTLIBOBJS=''
507 OBJEXT='o'
508 PACKAGE_BUGREPORT='bugs@xestia.co.uk'
509 PACKAGE_NAME='Xestia Address Book'
510 PACKAGE_STRING='Xestia Address Book 1.0'
511 PACKAGE_TARNAME='xestia-address-book'
512 PACKAGE_URL=''
513 PACKAGE_VERSION='1.0'
514 PATH_SEPARATOR=':'
515 SHELL='/bin/sh'
516 WX_CFLAGS='-I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
517 WX_CFLAGS_ONLY='-pthread'
518 WX_CONFIG_PATH='/usr/bin/wx-config'
519 WX_CPPFLAGS='-I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__'
520 WX_CXXFLAGS='-I/usr/lib64/wx-2.8-stl/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
521 WX_CXXFLAGS_ONLY=''
522 WX_LIBS='-L/usr/lib64/wx-2.8-stl -pthread  -Wl,-rpath,/usr/lib64/wx-2.8-stl  -L/usr/lib64   -Wl,-rpath,/usr/lib64/wx-2.8-stl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 '
523 WX_LIBS_STATIC=''
524 WX_RESCOMP=''
525 WX_VERSION='2.8.12'
526 ac_ct_CC='gcc'
527 ac_ct_CXX='g++'
528 bindir='${exec_prefix}/bin'
529 build_alias=''
530 datadir='${datarootdir}'
531 datarootdir='${prefix}/share'
532 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
533 dvidir='${docdir}'
534 exec_prefix='${prefix}'
535 host_alias=''
536 htmldir='${docdir}'
537 includedir='${prefix}/include'
538 infodir='${datarootdir}/info'
539 libdir='${exec_prefix}/lib64'
540 libexecdir='${exec_prefix}/lib'
541 localedir='${datarootdir}/locale'
542 localstatedir='${prefix}/var'
543 mandir='${datarootdir}/man'
544 oldincludedir='/usr/include'
545 pdfdir='${docdir}'
546 prefix='/usr/local'
547 program_transform_name='s,x,x,'
548 psdir='${docdir}'
549 sbindir='${exec_prefix}/sbin'
550 sharedstatedir='${prefix}/com'
551 sysconfdir='${prefix}/etc'
552 target_alias=''
554 ## ----------- ##
555 ## confdefs.h. ##
556 ## ----------- ##
558 /* confdefs.h */
559 #define PACKAGE_NAME "Xestia Address Book"
560 #define PACKAGE_TARNAME "xestia-address-book"
561 #define PACKAGE_VERSION "1.0"
562 #define PACKAGE_STRING "Xestia Address Book 1.0"
563 #define PACKAGE_BUGREPORT "bugs@xestia.co.uk"
564 #define PACKAGE_URL ""
565 #define HAVE_LIBBOOST_FILESYSTEM 1
566 #define HAVE_LIBBOOST_SYSTEM 1
567 #define STDC_HEADERS 1
568 #define HAVE_SYS_TYPES_H 1
569 #define HAVE_SYS_STAT_H 1
570 #define HAVE_STDLIB_H 1
571 #define HAVE_STRING_H 1
572 #define HAVE_MEMORY_H 1
573 #define HAVE_STRINGS_H 1
574 #define HAVE_INTTYPES_H 1
575 #define HAVE_STDINT_H 1
576 #define HAVE_UNISTD_H 1
577 #define HAVE_STDLIB_H 1
578 #define HAVE_STRING_H 1
579 #define HAVE__BOOL 1
580 #define HAVE_STDBOOL_H 1
582 configure: exit 0
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy