Project

General

Profile

audacious-config.log

Sergey Bromirskiy, September 17, 2015 09:57

 
1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
3

    
4
It was created by audacious configure 3.6.2, which was
5
generated by GNU Autoconf 2.69.  Invocation command line was
6

    
7
  $ ./configure --prefix=/C/aud
8

    
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12

    
13
hostname = anna-computer
14
uname -m = i686
15
uname -r = 1.0.18(0.48/3/2)
16
uname -s = MINGW32_NT-5.1
17
uname -v = 2012-11-21 22:34
18

    
19
/usr/bin/uname -p = unknown
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      = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29

    
30
PATH: .
31
PATH: /usr/local/bin
32
PATH: /mingw/bin
33
PATH: /bin
34
PATH: /c/WINDOWS/system32
35
PATH: /c/WINDOWS
36
PATH: /c/WINDOWS/System32/Wbem
37
PATH: /c/Program Files/Skype/Phone/
38
PATH: /mingw/bin
39
PATH: /usr/bin
40
PATH: /c/Python27
41
PATH: /c/GTK/bin
42
PATH: /c/libs/bin
43
PATH: /c/aud/bin
44

    
45

    
46
## ----------- ##
47
## Core tests. ##
48
## ----------- ##
49

    
50
configure:2442: checking build system type
51
configure:2456: result: i686-pc-mingw32
52
configure:2476: checking host system type
53
configure:2489: result: i686-pc-mingw32
54
configure:2509: checking target system type
55
configure:2522: result: i686-pc-mingw32
56
configure:2596: checking for gcc
57
configure:2612: found /mingw/bin/gcc
58
configure:2623: result: gcc
59
configure:2852: checking for C compiler version
60
configure:2861: gcc --version >&5
61
gcc.exe (GCC) 4.8.1
62
Copyright (C) 2013 Free Software Foundation, Inc.
63
This is free software; see the source for copying conditions.  There is NO
64
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65

    
66
configure:2872: $? = 0
67
configure:2861: gcc -v >&5
68
Using built-in specs.
69
COLLECT_GCC=c:\mingw\bin\gcc.exe
70
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
71
Target: mingw32
72
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
73
Thread model: win32
74
gcc version 4.8.1 (GCC) 
75
configure:2872: $? = 0
76
configure:2861: gcc -V >&5
77
gcc.exe: error: unrecognized command line option '-V'
78
gcc.exe: fatal error: no input files
79
compilation terminated.
80
configure:2872: $? = 1
81
configure:2861: gcc -qversion >&5
82
gcc.exe: error: unrecognized command line option '-qversion'
83
gcc.exe: fatal error: no input files
84
compilation terminated.
85
configure:2872: $? = 1
86
configure:2892: checking whether the C compiler works
87
configure:2914: gcc    conftest.c  >&5
88
configure:2918: $? = 0
89
configure:2966: result: yes
90
configure:2969: checking for C compiler default output file name
91
configure:2971: result: a.exe
92
configure:2977: checking for suffix of executables
93
configure:2984: gcc -o conftest.exe    conftest.c  >&5
94
configure:2988: $? = 0
95
configure:3010: result: .exe
96
configure:3032: checking whether we are cross compiling
97
configure:3040: gcc -o conftest.exe    conftest.c  >&5
98
configure:3044: $? = 0
99
configure:3051: ./conftest.exe
100
configure:3055: $? = 0
101
configure:3070: result: no
102
configure:3075: checking for suffix of object files
103
configure:3097: gcc -c   conftest.c >&5
104
configure:3101: $? = 0
105
configure:3122: result: o
106
configure:3126: checking whether we are using the GNU C compiler
107
configure:3145: gcc -c   conftest.c >&5
108
configure:3145: $? = 0
109
configure:3154: result: yes
110
configure:3163: checking whether gcc accepts -g
111
configure:3183: gcc -c -g  conftest.c >&5
112
configure:3183: $? = 0
113
configure:3224: result: yes
114
configure:3241: checking for gcc option to accept ISO C89
115
configure:3304: gcc  -c -g -O2  conftest.c >&5
116
configure:3304: $? = 0
117
configure:3317: result: none needed
118
configure:3395: checking for g++
119
configure:3411: found /mingw/bin/g++
120
configure:3422: result: g++
121
configure:3449: checking for C++ compiler version
122
configure:3458: g++ --version >&5
123
g++.exe (GCC) 4.8.1
124
Copyright (C) 2013 Free Software Foundation, Inc.
125
This is free software; see the source for copying conditions.  There is NO
126
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
127

    
128
configure:3469: $? = 0
129
configure:3458: g++ -v >&5
130
Using built-in specs.
131
COLLECT_GCC=c:\mingw\bin\g++.exe
132
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe
133
Target: mingw32
134
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw --disable-bootstrap LDFLAGS=-s CFLAGS=-D_USE_32BIT_TIME_T
135
Thread model: win32
136
gcc version 4.8.1 (GCC) 
137
configure:3469: $? = 0
138
configure:3458: g++ -V >&5
139
g++.exe: error: unrecognized command line option '-V'
140
g++.exe: fatal error: no input files
141
compilation terminated.
142
configure:3469: $? = 1
143
configure:3458: g++ -qversion >&5
144
g++.exe: error: unrecognized command line option '-qversion'
145
g++.exe: fatal error: no input files
146
compilation terminated.
147
configure:3469: $? = 1
148
configure:3473: checking whether we are using the GNU C++ compiler
149
configure:3492: g++ -c   conftest.cpp >&5
150
configure:3492: $? = 0
151
configure:3501: result: yes
152
configure:3510: checking whether g++ accepts -g
153
configure:3530: g++ -c -g  conftest.cpp >&5
154
configure:3530: $? = 0
155
configure:3571: result: yes
156
configure:3600: checking how to run the C preprocessor
157
configure:3631: gcc -E  conftest.c
158
configure:3631: $? = 0
159
configure:3645: gcc -E  conftest.c
160
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
161
 #include <ac_nonexistent.h>
162
                            ^
163
compilation terminated.
164
configure:3645: $? = 1
165
configure: failed program was:
166
| /* confdefs.h */
167
| #define PACKAGE_NAME "audacious"
168
| #define PACKAGE_TARNAME "audacious"
169
| #define PACKAGE_VERSION "3.6.2"
170
| #define PACKAGE_STRING "audacious 3.6.2"
171
| #define PACKAGE_BUGREPORT ""
172
| #define PACKAGE_URL ""
173
| #define PACKAGE "audacious"
174
| #define VERSION "3.6.2"
175
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
176
| /* end confdefs.h.  */
177
| #include <ac_nonexistent.h>
178
configure:3670: result: gcc -E
179
configure:3690: gcc -E  conftest.c
180
configure:3690: $? = 0
181
configure:3704: gcc -E  conftest.c
182
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
183
 #include <ac_nonexistent.h>
184
                            ^
185
compilation terminated.
186
configure:3704: $? = 1
187
configure: failed program was:
188
| /* confdefs.h */
189
| #define PACKAGE_NAME "audacious"
190
| #define PACKAGE_TARNAME "audacious"
191
| #define PACKAGE_VERSION "3.6.2"
192
| #define PACKAGE_STRING "audacious 3.6.2"
193
| #define PACKAGE_BUGREPORT ""
194
| #define PACKAGE_URL ""
195
| #define PACKAGE "audacious"
196
| #define VERSION "3.6.2"
197
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
198
| /* end confdefs.h.  */
199
| #include <ac_nonexistent.h>
200
configure:3733: checking for grep that handles long lines and -e
201
configure:3791: result: /bin/grep
202
configure:3796: checking for egrep
203
configure:3858: result: /bin/grep -E
204
configure:3863: checking for ANSI C header files
205
configure:3883: gcc -c -g -O2  conftest.c >&5
206
configure:3883: $? = 0
207
configure:3956: gcc -o conftest.exe -g -O2   conftest.c  >&5
208
configure:3956: $? = 0
209
configure:3956: ./conftest.exe
210
configure:3956: $? = 0
211
configure:3967: result: yes
212
configure:3980: checking for sys/types.h
213
configure:3980: gcc -c -g -O2  conftest.c >&5
214
configure:3980: $? = 0
215
configure:3980: result: yes
216
configure:3980: checking for sys/stat.h
217
configure:3980: gcc -c -g -O2  conftest.c >&5
218
configure:3980: $? = 0
219
configure:3980: result: yes
220
configure:3980: checking for stdlib.h
221
configure:3980: gcc -c -g -O2  conftest.c >&5
222
configure:3980: $? = 0
223
configure:3980: result: yes
224
configure:3980: checking for string.h
225
configure:3980: gcc -c -g -O2  conftest.c >&5
226
configure:3980: $? = 0
227
configure:3980: result: yes
228
configure:3980: checking for memory.h
229
configure:3980: gcc -c -g -O2  conftest.c >&5
230
configure:3980: $? = 0
231
configure:3980: result: yes
232
configure:3980: checking for strings.h
233
configure:3980: gcc -c -g -O2  conftest.c >&5
234
configure:3980: $? = 0
235
configure:3980: result: yes
236
configure:3980: checking for inttypes.h
237
configure:3980: gcc -c -g -O2  conftest.c >&5
238
configure:3980: $? = 0
239
configure:3980: result: yes
240
configure:3980: checking for stdint.h
241
configure:3980: gcc -c -g -O2  conftest.c >&5
242
configure:3980: $? = 0
243
configure:3980: result: yes
244
configure:3980: checking for unistd.h
245
configure:3980: gcc -c -g -O2  conftest.c >&5
246
configure:3980: $? = 0
247
configure:3980: result: yes
248
configure:3992: checking whether byte ordering is bigendian
249
configure:4007: gcc -c -g -O2  conftest.c >&5
250
conftest.c:23:9: error: unknown type name 'not'
251
         not a universal capable compiler
252
         ^
253
conftest.c:23:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
254
         not a universal capable compiler
255
               ^
256
conftest.c:23:15: error: unknown type name 'universal'
257
configure:4007: $? = 1
258
configure: failed program was:
259
| /* confdefs.h */
260
| #define PACKAGE_NAME "audacious"
261
| #define PACKAGE_TARNAME "audacious"
262
| #define PACKAGE_VERSION "3.6.2"
263
| #define PACKAGE_STRING "audacious 3.6.2"
264
| #define PACKAGE_BUGREPORT ""
265
| #define PACKAGE_URL ""
266
| #define PACKAGE "audacious"
267
| #define VERSION "3.6.2"
268
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
269
| #define STDC_HEADERS 1
270
| #define HAVE_SYS_TYPES_H 1
271
| #define HAVE_SYS_STAT_H 1
272
| #define HAVE_STDLIB_H 1
273
| #define HAVE_STRING_H 1
274
| #define HAVE_MEMORY_H 1
275
| #define HAVE_STRINGS_H 1
276
| #define HAVE_INTTYPES_H 1
277
| #define HAVE_STDINT_H 1
278
| #define HAVE_UNISTD_H 1
279
| /* end confdefs.h.  */
280
| #ifndef __APPLE_CC__
281
| 	       not a universal capable compiler
282
| 	     #endif
283
| 	     typedef int dummy;
284
| 
285
configure:4052: gcc -c -g -O2  conftest.c >&5
286
configure:4052: $? = 0
287
configure:4070: gcc -c -g -O2  conftest.c >&5
288
conftest.c: In function 'main':
289
conftest.c:29:4: error: unknown type name 'not'
290
    not big endian
291
    ^
292
conftest.c:29:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
293
    not big endian
294
            ^
295
configure:4070: $? = 1
296
configure: failed program was:
297
| /* confdefs.h */
298
| #define PACKAGE_NAME "audacious"
299
| #define PACKAGE_TARNAME "audacious"
300
| #define PACKAGE_VERSION "3.6.2"
301
| #define PACKAGE_STRING "audacious 3.6.2"
302
| #define PACKAGE_BUGREPORT ""
303
| #define PACKAGE_URL ""
304
| #define PACKAGE "audacious"
305
| #define VERSION "3.6.2"
306
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
307
| #define STDC_HEADERS 1
308
| #define HAVE_SYS_TYPES_H 1
309
| #define HAVE_SYS_STAT_H 1
310
| #define HAVE_STDLIB_H 1
311
| #define HAVE_STRING_H 1
312
| #define HAVE_MEMORY_H 1
313
| #define HAVE_STRINGS_H 1
314
| #define HAVE_INTTYPES_H 1
315
| #define HAVE_STDINT_H 1
316
| #define HAVE_UNISTD_H 1
317
| /* end confdefs.h.  */
318
| #include <sys/types.h>
319
| 		#include <sys/param.h>
320
| 
321
| int
322
| main ()
323
| {
324
| #if BYTE_ORDER != BIG_ENDIAN
325
| 		 not big endian
326
| 		#endif
327
| 
328
|   ;
329
|   return 0;
330
| }
331
configure:4198: result: no
332
configure:4223: checking for special C compiler options needed for large files
333
configure:4268: result: no
334
configure:4274: checking for _FILE_OFFSET_BITS value needed for large files
335
configure:4299: gcc -c -g -O2  conftest.c >&5
336
conftest.c:28:3: warning: left shift count >= width of type [enabled by default]
337
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
338
   ^
339
conftest.c:28:3: warning: left shift count >= width of type [enabled by default]
340
conftest.c:29:10: warning: left shift count >= width of type [enabled by default]
341
          && LARGE_OFF_T % 2147483647 == 1)
342
          ^
343
conftest.c:29:10: warning: left shift count >= width of type [enabled by default]
344
conftest.c:28:7: error: variably modified 'off_t_is_large' at file scope
345
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
346
       ^
347
configure:4299: $? = 1
348
configure: failed program was:
349
| /* confdefs.h */
350
| #define PACKAGE_NAME "audacious"
351
| #define PACKAGE_TARNAME "audacious"
352
| #define PACKAGE_VERSION "3.6.2"
353
| #define PACKAGE_STRING "audacious 3.6.2"
354
| #define PACKAGE_BUGREPORT ""
355
| #define PACKAGE_URL ""
356
| #define PACKAGE "audacious"
357
| #define VERSION "3.6.2"
358
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
359
| #define STDC_HEADERS 1
360
| #define HAVE_SYS_TYPES_H 1
361
| #define HAVE_SYS_STAT_H 1
362
| #define HAVE_STDLIB_H 1
363
| #define HAVE_STRING_H 1
364
| #define HAVE_MEMORY_H 1
365
| #define HAVE_STRINGS_H 1
366
| #define HAVE_INTTYPES_H 1
367
| #define HAVE_STDINT_H 1
368
| #define HAVE_UNISTD_H 1
369
| /* end confdefs.h.  */
370
| #include <sys/types.h>
371
|  /* Check that off_t can represent 2**63 - 1 correctly.
372
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
373
|     since some C++ compilers masquerading as C compilers
374
|     incorrectly reject 9223372036854775807.  */
375
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
376
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
377
| 		       && LARGE_OFF_T % 2147483647 == 1)
378
| 		      ? 1 : -1];
379
| int
380
| main ()
381
| {
382
| 
383
|   ;
384
|   return 0;
385
| }
386
configure:4323: gcc -c -g -O2  conftest.c >&5
387
conftest.c:29:3: warning: left shift count >= width of type [enabled by default]
388
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
389
   ^
390
conftest.c:29:3: warning: left shift count >= width of type [enabled by default]
391
conftest.c:30:10: warning: left shift count >= width of type [enabled by default]
392
          && LARGE_OFF_T % 2147483647 == 1)
393
          ^
394
conftest.c:30:10: warning: left shift count >= width of type [enabled by default]
395
conftest.c:29:7: error: variably modified 'off_t_is_large' at file scope
396
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
397
       ^
398
configure:4323: $? = 1
399
configure: failed program was:
400
| /* confdefs.h */
401
| #define PACKAGE_NAME "audacious"
402
| #define PACKAGE_TARNAME "audacious"
403
| #define PACKAGE_VERSION "3.6.2"
404
| #define PACKAGE_STRING "audacious 3.6.2"
405
| #define PACKAGE_BUGREPORT ""
406
| #define PACKAGE_URL ""
407
| #define PACKAGE "audacious"
408
| #define VERSION "3.6.2"
409
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
410
| #define STDC_HEADERS 1
411
| #define HAVE_SYS_TYPES_H 1
412
| #define HAVE_SYS_STAT_H 1
413
| #define HAVE_STDLIB_H 1
414
| #define HAVE_STRING_H 1
415
| #define HAVE_MEMORY_H 1
416
| #define HAVE_STRINGS_H 1
417
| #define HAVE_INTTYPES_H 1
418
| #define HAVE_STDINT_H 1
419
| #define HAVE_UNISTD_H 1
420
| /* end confdefs.h.  */
421
| #define _FILE_OFFSET_BITS 64
422
| #include <sys/types.h>
423
|  /* Check that off_t can represent 2**63 - 1 correctly.
424
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
425
|     since some C++ compilers masquerading as C compilers
426
|     incorrectly reject 9223372036854775807.  */
427
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
428
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
429
| 		       && LARGE_OFF_T % 2147483647 == 1)
430
| 		      ? 1 : -1];
431
| int
432
| main ()
433
| {
434
| 
435
|   ;
436
|   return 0;
437
| }
438
configure:4331: result: unknown
439
configure:4343: checking for _LARGE_FILES value needed for large files
440
configure:4368: gcc -c -g -O2  conftest.c >&5
441
conftest.c:28:3: warning: left shift count >= width of type [enabled by default]
442
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
443
   ^
444
conftest.c:28:3: warning: left shift count >= width of type [enabled by default]
445
conftest.c:29:10: warning: left shift count >= width of type [enabled by default]
446
          && LARGE_OFF_T % 2147483647 == 1)
447
          ^
448
conftest.c:29:10: warning: left shift count >= width of type [enabled by default]
449
conftest.c:28:7: error: variably modified 'off_t_is_large' at file scope
450
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
451
       ^
452
configure:4368: $? = 1
453
configure: failed program was:
454
| /* confdefs.h */
455
| #define PACKAGE_NAME "audacious"
456
| #define PACKAGE_TARNAME "audacious"
457
| #define PACKAGE_VERSION "3.6.2"
458
| #define PACKAGE_STRING "audacious 3.6.2"
459
| #define PACKAGE_BUGREPORT ""
460
| #define PACKAGE_URL ""
461
| #define PACKAGE "audacious"
462
| #define VERSION "3.6.2"
463
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
464
| #define STDC_HEADERS 1
465
| #define HAVE_SYS_TYPES_H 1
466
| #define HAVE_SYS_STAT_H 1
467
| #define HAVE_STDLIB_H 1
468
| #define HAVE_STRING_H 1
469
| #define HAVE_MEMORY_H 1
470
| #define HAVE_STRINGS_H 1
471
| #define HAVE_INTTYPES_H 1
472
| #define HAVE_STDINT_H 1
473
| #define HAVE_UNISTD_H 1
474
| /* end confdefs.h.  */
475
| #include <sys/types.h>
476
|  /* Check that off_t can represent 2**63 - 1 correctly.
477
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
478
|     since some C++ compilers masquerading as C compilers
479
|     incorrectly reject 9223372036854775807.  */
480
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
481
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
482
| 		       && LARGE_OFF_T % 2147483647 == 1)
483
| 		      ? 1 : -1];
484
| int
485
| main ()
486
| {
487
| 
488
|   ;
489
|   return 0;
490
| }
491
configure:4392: gcc -c -g -O2  conftest.c >&5
492
conftest.c:29:3: warning: left shift count >= width of type [enabled by default]
493
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
494
   ^
495
conftest.c:29:3: warning: left shift count >= width of type [enabled by default]
496
conftest.c:30:10: warning: left shift count >= width of type [enabled by default]
497
          && LARGE_OFF_T % 2147483647 == 1)
498
          ^
499
conftest.c:30:10: warning: left shift count >= width of type [enabled by default]
500
conftest.c:29:7: error: variably modified 'off_t_is_large' at file scope
501
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
502
       ^
503
configure:4392: $? = 1
504
configure: failed program was:
505
| /* confdefs.h */
506
| #define PACKAGE_NAME "audacious"
507
| #define PACKAGE_TARNAME "audacious"
508
| #define PACKAGE_VERSION "3.6.2"
509
| #define PACKAGE_STRING "audacious 3.6.2"
510
| #define PACKAGE_BUGREPORT ""
511
| #define PACKAGE_URL ""
512
| #define PACKAGE "audacious"
513
| #define VERSION "3.6.2"
514
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
515
| #define STDC_HEADERS 1
516
| #define HAVE_SYS_TYPES_H 1
517
| #define HAVE_SYS_STAT_H 1
518
| #define HAVE_STDLIB_H 1
519
| #define HAVE_STRING_H 1
520
| #define HAVE_MEMORY_H 1
521
| #define HAVE_STRINGS_H 1
522
| #define HAVE_INTTYPES_H 1
523
| #define HAVE_STDINT_H 1
524
| #define HAVE_UNISTD_H 1
525
| /* end confdefs.h.  */
526
| #define _LARGE_FILES 1
527
| #include <sys/types.h>
528
|  /* Check that off_t can represent 2**63 - 1 correctly.
529
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
530
|     since some C++ compilers masquerading as C compilers
531
|     incorrectly reject 9223372036854775807.  */
532
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
533
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
534
| 		       && LARGE_OFF_T % 2147483647 == 1)
535
| 		      ? 1 : -1];
536
| int
537
| main ()
538
| {
539
| 
540
|   ;
541
|   return 0;
542
| }
543
configure:4400: result: unknown
544
configure:4471: checking for pkg-config
545
configure:4489: found /c/GTK/bin/pkg-config
546
configure:4501: result: /c/GTK/bin/pkg-config
547
configure:4526: checking pkg-config is at least version 0.9.0
548
configure:4529: result: yes
549
configure:4543: checking operating system type
550
configure:4557: result: Windows
551
configure:4590: checking whether the C/C++ compiler supports -Wtype-limits
552
configure:4605: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
553
configure:4605: $? = 0
554
configure:4607: result: yes
555
configure:4622: checking whether the C++ compiler supports -Woverloaded-virtual
556
configure:4643: g++ -c -g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -Werror  conftest.cpp >&5
557
configure:4643: $? = 0
558
configure:4645: result: yes
559
configure:5448: checking whether byte ordering is bigendian
560
configure:5654: result: no
561
configure:5685: checking whether ln -s works
562
configure:5692: result: no, using cp -pR
563
configure:5698: checking for rm
564
configure:5716: found /bin/rm
565
configure:5728: result: /bin/rm
566
configure:5738: checking for mv
567
configure:5756: found /bin/mv
568
configure:5768: result: /bin/mv
569
configure:5778: checking for cp
570
configure:5796: found /bin/cp
571
configure:5808: result: /bin/cp
572
configure:5818: checking for ar
573
configure:5836: found /mingw/bin/ar
574
configure:5848: result: /mingw/bin/ar
575
configure:5858: checking for ranlib
576
configure:5876: found /mingw/bin/ranlib
577
configure:5888: result: /mingw/bin/ranlib
578
configure:5898: checking for windres
579
configure:5916: found /mingw/bin/windres
580
configure:5928: result: /mingw/bin/windres
581
configure:5937: checking for library containing pthread_create
582
configure:5968: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c  >&5
583
C:\DOCUME~1\anna\LOCALS~1\Temp\ccKZ92lD.o: In function `main':
584
c:\audacious/conftest.c:34: undefined reference to `pthread_create'
585
collect2.exe: error: ld returned 1 exit status
586
configure:5968: $? = 1
587
configure: failed program was:
588
| /* confdefs.h */
589
| #define PACKAGE_NAME "audacious"
590
| #define PACKAGE_TARNAME "audacious"
591
| #define PACKAGE_VERSION "3.6.2"
592
| #define PACKAGE_STRING "audacious 3.6.2"
593
| #define PACKAGE_BUGREPORT ""
594
| #define PACKAGE_URL ""
595
| #define PACKAGE "audacious"
596
| #define VERSION "3.6.2"
597
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
598
| #define STDC_HEADERS 1
599
| #define HAVE_SYS_TYPES_H 1
600
| #define HAVE_SYS_STAT_H 1
601
| #define HAVE_STDLIB_H 1
602
| #define HAVE_STRING_H 1
603
| #define HAVE_MEMORY_H 1
604
| #define HAVE_STRINGS_H 1
605
| #define HAVE_INTTYPES_H 1
606
| #define HAVE_STDINT_H 1
607
| #define HAVE_UNISTD_H 1
608
| #define EXPORT __declspec(dllexport)
609
| /* end confdefs.h.  */
610
| 
611
| /* Override any GCC internal prototype to avoid an error.
612
|    Use char because int might match the return type of a GCC
613
|    builtin and then its argument prototype would still apply.  */
614
| #ifdef __cplusplus
615
| extern "C"
616
| #endif
617
| char pthread_create ();
618
| int
619
| main ()
620
| {
621
| return pthread_create ();
622
|   ;
623
|   return 0;
624
| }
625
configure:5968: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread   >&5
626
configure:5968: $? = 0
627
configure:5985: result: -lpthread
628
configure:5997: checking for GLIB
629
configure:6004: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
630
configure:6007: $? = 0
631
configure:6021: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
632
configure:6024: $? = 0
633
configure:6082: result: yes
634
configure:6088: checking for GMODULE
635
configure:6095: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
636
configure:6098: $? = 0
637
configure:6112: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
638
configure:6115: $? = 0
639
configure:6173: result: yes
640
configure:6190: checking for GTK
641
configure:6197: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
642
configure:6200: $? = 0
643
configure:6214: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
644
configure:6217: $? = 0
645
configure:6275: result: yes
646
configure:6289: checking for GIO
647
configure:6296: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32"
648
configure:6299: $? = 0
649
configure:6313: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32"
650
configure:6316: $? = 0
651
configure:6374: result: yes
652
configure:6598: checking for shared library system
653
configure:6647: result: Win32
654
configure:6715: checking for sigwait
655
configure:6715: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  >&5
656
C:\DOCUME~1\anna\LOCALS~1\Temp\ccZPRTQG.o: In function `main':
657
c:\audacious/conftest.c:59: undefined reference to `sigwait'
658
collect2.exe: error: ld returned 1 exit status
659
configure:6715: $? = 1
660
configure: failed program was:
661
| /* confdefs.h */
662
| #define PACKAGE_NAME "audacious"
663
| #define PACKAGE_TARNAME "audacious"
664
| #define PACKAGE_VERSION "3.6.2"
665
| #define PACKAGE_STRING "audacious 3.6.2"
666
| #define PACKAGE_BUGREPORT ""
667
| #define PACKAGE_URL ""
668
| #define PACKAGE "audacious"
669
| #define VERSION "3.6.2"
670
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
671
| #define STDC_HEADERS 1
672
| #define HAVE_SYS_TYPES_H 1
673
| #define HAVE_SYS_STAT_H 1
674
| #define HAVE_STDLIB_H 1
675
| #define HAVE_STRING_H 1
676
| #define HAVE_MEMORY_H 1
677
| #define HAVE_STRINGS_H 1
678
| #define HAVE_INTTYPES_H 1
679
| #define HAVE_STDINT_H 1
680
| #define HAVE_UNISTD_H 1
681
| #define EXPORT __declspec(dllexport)
682
| #define USE_GTK 1
683
| #define PLUGIN_SUFFIX ".dll"
684
| /* end confdefs.h.  */
685
| /* Define sigwait to an innocuous variant, in case <limits.h> declares sigwait.
686
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
687
| #define sigwait innocuous_sigwait
688
| 
689
| /* System header to define __stub macros and hopefully few prototypes,
690
|     which can conflict with char sigwait (); below.
691
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
692
|     <limits.h> exists even on freestanding compilers.  */
693
| 
694
| #ifdef __STDC__
695
| # include <limits.h>
696
| #else
697
| # include <assert.h>
698
| #endif
699
| 
700
| #undef sigwait
701
| 
702
| /* Override any GCC internal prototype to avoid an error.
703
|    Use char because int might match the return type of a GCC
704
|    builtin and then its argument prototype would still apply.  */
705
| #ifdef __cplusplus
706
| extern "C"
707
| #endif
708
| char sigwait ();
709
| /* The GNU C library defines this for functions which it implements
710
|     to always fail with ENOSYS.  Some functions are actually named
711
|     something starting with __ and the normal name is an alias.  */
712
| #if defined __stub_sigwait || defined __stub___sigwait
713
| choke me
714
| #endif
715
| 
716
| int
717
| main ()
718
| {
719
| return sigwait ();
720
|   ;
721
|   return 0;
722
| }
723
configure:6715: result: no
724
configure:6725: checking for /proc/self/exe
725
configure:6734: result: no
726
configure:6780: checking for ld used by gcc
727
configure:6847: result: c:/mingw/mingw32/bin/ld.exe
728
configure:6854: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
729
configure:6869: result: yes
730
configure:6876: checking for shared library run path origin
731
configure:6889: result: done
732
configure:7467: checking for iconv
733
configure:7491: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  >&5
734
C:\DOCUME~1\anna\LOCALS~1\Temp\ccK2Iwfn.o: In function `main':
735
c:\audacious/conftest.c:32: undefined reference to `libiconv_open'
736
c:\audacious/conftest.c:33: undefined reference to `libiconv'
737
c:\audacious/conftest.c:34: undefined reference to `libiconv_close'
738
collect2.exe: error: ld returned 1 exit status
739
configure:7491: $? = 1
740
configure: failed program was:
741
| /* confdefs.h */
742
| #define PACKAGE_NAME "audacious"
743
| #define PACKAGE_TARNAME "audacious"
744
| #define PACKAGE_VERSION "3.6.2"
745
| #define PACKAGE_STRING "audacious 3.6.2"
746
| #define PACKAGE_BUGREPORT ""
747
| #define PACKAGE_URL ""
748
| #define PACKAGE "audacious"
749
| #define VERSION "3.6.2"
750
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
751
| #define STDC_HEADERS 1
752
| #define HAVE_SYS_TYPES_H 1
753
| #define HAVE_SYS_STAT_H 1
754
| #define HAVE_STDLIB_H 1
755
| #define HAVE_STRING_H 1
756
| #define HAVE_MEMORY_H 1
757
| #define HAVE_STRINGS_H 1
758
| #define HAVE_INTTYPES_H 1
759
| #define HAVE_STDINT_H 1
760
| #define HAVE_UNISTD_H 1
761
| #define EXPORT __declspec(dllexport)
762
| #define USE_GTK 1
763
| #define PLUGIN_SUFFIX ".dll"
764
| /* end confdefs.h.  */
765
| 
766
| #include <stdlib.h>
767
| #include <iconv.h>
768
| 
769
| int
770
| main ()
771
| {
772
| iconv_t cd = iconv_open("","");
773
|            iconv(cd,NULL,NULL,NULL,NULL);
774
|            iconv_close(cd);
775
|   ;
776
|   return 0;
777
| }
778
configure:7515: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  -liconv >&5
779
configure:7515: $? = 0
780
configure:7525: result: yes
781
configure:7528: checking for working iconv
782
configure:7657: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  -liconv >&5
783
configure:7657: $? = 0
784
configure:7657: ./conftest.exe
785
configure:7657: $? = 0
786
configure:7669: result: yes
787
configure:7684: checking how to link with libiconv
788
configure:7686: result: -liconv
789
configure:7697: checking for iconv declaration
790
configure:7726: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686  conftest.c >&5
791
configure:7726: $? = 0
792
configure:7737: result:
793
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
794
configure:7750: checking whether make sets $(MAKE)
795
configure:7772: result: yes
796
configure:7795: checking for a BSD-compatible install
797
configure:7863: result: /bin/install -c
798
configure:7874: checking for a thread-safe mkdir -p
799
configure:7913: result: /bin/mkdir -p
800
configure:7916: checking for a sed that does not truncate output
801
configure:7980: result: /bin/sed
802
configure:7986: checking whether NLS is requested
803
configure:7995: result: yes
804
configure:8035: checking for msgfmt
805
configure: trying /mingw/bin/msgfmt...
806
0 translated messages.
807
configure:8067: result: /mingw/bin/msgfmt
808
configure:8076: checking for gmsgfmt
809
configure:8107: result: /mingw/bin/msgfmt
810
configure:8157: checking for xgettext
811
configure: trying /mingw/bin/xgettext...
812
c:\mingw\bin\xgettext.exe: warning: file 'nul' extension '' is unknown; will try C
813
configure:8189: result: /mingw/bin/xgettext
814
configure:8234: checking for msgmerge
815
configure: trying /mingw/bin/msgmerge...
816
configure:8265: result: /mingw/bin/msgmerge
817
configure:8306: checking for CFPreferencesCopyAppValue
818
configure:8324: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  -liconv -Wl,-framework -Wl,CoreFoundation >&5
819
conftest.c:27:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
820
 #include <CoreFoundation/CFPreferences.h>
821
                                          ^
822
compilation terminated.
823
configure:8324: $? = 1
824
configure: failed program was:
825
| /* confdefs.h */
826
| #define PACKAGE_NAME "audacious"
827
| #define PACKAGE_TARNAME "audacious"
828
| #define PACKAGE_VERSION "3.6.2"
829
| #define PACKAGE_STRING "audacious 3.6.2"
830
| #define PACKAGE_BUGREPORT ""
831
| #define PACKAGE_URL ""
832
| #define PACKAGE "audacious"
833
| #define VERSION "3.6.2"
834
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
835
| #define STDC_HEADERS 1
836
| #define HAVE_SYS_TYPES_H 1
837
| #define HAVE_SYS_STAT_H 1
838
| #define HAVE_STDLIB_H 1
839
| #define HAVE_STRING_H 1
840
| #define HAVE_MEMORY_H 1
841
| #define HAVE_STRINGS_H 1
842
| #define HAVE_INTTYPES_H 1
843
| #define HAVE_STDINT_H 1
844
| #define HAVE_UNISTD_H 1
845
| #define EXPORT __declspec(dllexport)
846
| #define USE_GTK 1
847
| #define PLUGIN_SUFFIX ".dll"
848
| #define HAVE_ICONV 1
849
| #define ICONV_CONST 
850
| /* end confdefs.h.  */
851
| #include <CoreFoundation/CFPreferences.h>
852
| int
853
| main ()
854
| {
855
| CFPreferencesCopyAppValue(NULL, NULL)
856
|   ;
857
|   return 0;
858
| }
859
configure:8333: result: no
860
configure:8340: checking for CFLocaleCopyCurrent
861
configure:8358: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  -liconv -Wl,-framework -Wl,CoreFoundation >&5
862
conftest.c:27:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
863
 #include <CoreFoundation/CFLocale.h>
864
                                     ^
865
compilation terminated.
866
configure:8358: $? = 1
867
configure: failed program was:
868
| /* confdefs.h */
869
| #define PACKAGE_NAME "audacious"
870
| #define PACKAGE_TARNAME "audacious"
871
| #define PACKAGE_VERSION "3.6.2"
872
| #define PACKAGE_STRING "audacious 3.6.2"
873
| #define PACKAGE_BUGREPORT ""
874
| #define PACKAGE_URL ""
875
| #define PACKAGE "audacious"
876
| #define VERSION "3.6.2"
877
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
878
| #define STDC_HEADERS 1
879
| #define HAVE_SYS_TYPES_H 1
880
| #define HAVE_SYS_STAT_H 1
881
| #define HAVE_STDLIB_H 1
882
| #define HAVE_STRING_H 1
883
| #define HAVE_MEMORY_H 1
884
| #define HAVE_STRINGS_H 1
885
| #define HAVE_INTTYPES_H 1
886
| #define HAVE_STDINT_H 1
887
| #define HAVE_UNISTD_H 1
888
| #define EXPORT __declspec(dllexport)
889
| #define USE_GTK 1
890
| #define PLUGIN_SUFFIX ".dll"
891
| #define HAVE_ICONV 1
892
| #define ICONV_CONST 
893
| /* end confdefs.h.  */
894
| #include <CoreFoundation/CFLocale.h>
895
| int
896
| main ()
897
| {
898
| CFLocaleCopyCurrent();
899
|   ;
900
|   return 0;
901
| }
902
configure:8367: result: no
903
configure:8416: checking for GNU gettext in libc
904
configure:8440: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686   conftest.c -lpthread  -liconv >&5
905
C:\DOCUME~1\anna\LOCALS~1\Temp\ccYCZW7c.o: In function `main':
906
c:\audacious/conftest.c:37: undefined reference to `libintl_bindtextdomain'
907
c:\audacious/conftest.c:38: undefined reference to `libintl_gettext'
908
c:\audacious/conftest.c:38: undefined reference to `_nl_domain_bindings'
909
c:\audacious/conftest.c:38: undefined reference to `_nl_msg_cat_cntr'
910
collect2.exe: error: ld returned 1 exit status
911
configure:8440: $? = 1
912
configure: failed program was:
913
| /* confdefs.h */
914
| #define PACKAGE_NAME "audacious"
915
| #define PACKAGE_TARNAME "audacious"
916
| #define PACKAGE_VERSION "3.6.2"
917
| #define PACKAGE_STRING "audacious 3.6.2"
918
| #define PACKAGE_BUGREPORT ""
919
| #define PACKAGE_URL ""
920
| #define PACKAGE "audacious"
921
| #define VERSION "3.6.2"
922
| #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
923
| #define STDC_HEADERS 1
924
| #define HAVE_SYS_TYPES_H 1
925
| #define HAVE_SYS_STAT_H 1
926
| #define HAVE_STDLIB_H 1
927
| #define HAVE_STRING_H 1
928
| #define HAVE_MEMORY_H 1
929
| #define HAVE_STRINGS_H 1
930
| #define HAVE_INTTYPES_H 1
931
| #define HAVE_STDINT_H 1
932
| #define HAVE_UNISTD_H 1
933
| #define EXPORT __declspec(dllexport)
934
| #define USE_GTK 1
935
| #define PLUGIN_SUFFIX ".dll"
936
| #define HAVE_ICONV 1
937
| #define ICONV_CONST 
938
| /* end confdefs.h.  */
939
| 
940
| #include <libintl.h>
941
| 
942
| extern int _nl_msg_cat_cntr;
943
| extern int *_nl_domain_bindings;
944
| 
945
| int
946
| main ()
947
| {
948
| 
949
| bindtextdomain ("", "");
950
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
951
| 
952
|   ;
953
|   return 0;
954
| }
955
configure:8449: result: no
956
configure:8483: checking for iconv
957
configure:8541: result: yes
958
configure:8544: checking for working iconv
959
configure:8685: result: yes
960
configure:8700: checking how to link with libiconv
961
configure:8702: result: -liconv
962
configure:9174: checking for GNU gettext in libintl
963
configure:9206: gcc -o conftest.exe -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686    conftest.c -lpthread  -liconv -lintl >&5
964
configure:9206: $? = 0
965
configure:9251: result: yes
966
configure:9286: checking whether to use NLS
967
configure:9288: result: yes
968
configure:9291: checking where the gettext function comes from
969
configure:9302: result: external libintl
970
configure:9310: checking how to link with libintl
971
configure:9312: result: -lintl
972
configure:9407: checking for LIBGUESS
973
configure:9414: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
974
Package libguess was not found in the pkg-config search path.
975
Perhaps you should add the directory containing `libguess.pc'
976
to the PKG_CONFIG_PATH environment variable
977
No package 'libguess' found
978
configure:9417: $? = 1
979
configure:9431: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
980
Package libguess was not found in the pkg-config search path.
981
Perhaps you should add the directory containing `libguess.pc'
982
to the PKG_CONFIG_PATH environment variable
983
No package 'libguess' found
984
configure:9434: $? = 1
985
configure:9448: result: no
986
No package 'libguess' found
987
configure:9502: checking for gdbus-codegen
988
configure:9518: found /c/GTK/bin/gdbus-codegen
989
configure:9530: result: yes
990
configure:9703: checking for tput
991
configure:9736: result: no
992
configure:9819: creating ./config.status
993

    
994
## ---------------------- ##
995
## Running config.status. ##
996
## ---------------------- ##
997

    
998
This file was extended by audacious config.status 3.6.2, which was
999
generated by GNU Autoconf 2.69.  Invocation command line was
1000

    
1001
  CONFIG_FILES    = 
1002
  CONFIG_HEADERS  = 
1003
  CONFIG_LINKS    = 
1004
  CONFIG_COMMANDS = 
1005
  $ ./config.status 
1006

    
1007
on anna-computer
1008

    
1009
config.status:943: creating audacious.pc
1010
config.status:1051: WARNING:  'audacious.pc.in' seems to ignore the --datarootdir setting
1011
config.status:943: creating buildsys.mk
1012
config.status:943: creating extra.mk
1013
config.status:943: creating man/audtool.1
1014
config.status:943: creating man/audacious.1
1015
config.status:943: creating src/libaudcore/audio.h
1016
config.status:943: creating src/libaudcore/tinylock.h
1017
config.status:943: creating config.h
1018
config.status:1124: config.h is unchanged
1019
config.status:1138: executing po-directories commands
1020

    
1021
## ---------------- ##
1022
## Cache variables. ##
1023
## ---------------- ##
1024

    
1025
ac_cv_build=i686-pc-mingw32
1026
ac_cv_c_bigendian=no
1027
ac_cv_c_compiler_gnu=yes
1028
ac_cv_cxx_compiler_gnu=yes
1029
ac_cv_env_CCC_set=
1030
ac_cv_env_CCC_value=
1031
ac_cv_env_CC_set=
1032
ac_cv_env_CC_value=
1033
ac_cv_env_CFLAGS_set=
1034
ac_cv_env_CFLAGS_value=
1035
ac_cv_env_CPPFLAGS_set=
1036
ac_cv_env_CPPFLAGS_value=
1037
ac_cv_env_CPP_set=
1038
ac_cv_env_CPP_value=
1039
ac_cv_env_CXXFLAGS_set=
1040
ac_cv_env_CXXFLAGS_value=
1041
ac_cv_env_CXX_set=
1042
ac_cv_env_CXX_value=
1043
ac_cv_env_GIO_CFLAGS_set=
1044
ac_cv_env_GIO_CFLAGS_value=
1045
ac_cv_env_GIO_LIBS_set=
1046
ac_cv_env_GIO_LIBS_value=
1047
ac_cv_env_GLIB_CFLAGS_set=
1048
ac_cv_env_GLIB_CFLAGS_value=
1049
ac_cv_env_GLIB_LIBS_set=
1050
ac_cv_env_GLIB_LIBS_value=
1051
ac_cv_env_GMODULE_CFLAGS_set=
1052
ac_cv_env_GMODULE_CFLAGS_value=
1053
ac_cv_env_GMODULE_LIBS_set=
1054
ac_cv_env_GMODULE_LIBS_value=
1055
ac_cv_env_GTK_CFLAGS_set=
1056
ac_cv_env_GTK_CFLAGS_value=
1057
ac_cv_env_GTK_LIBS_set=
1058
ac_cv_env_GTK_LIBS_value=
1059
ac_cv_env_LDFLAGS_set=
1060
ac_cv_env_LDFLAGS_value=
1061
ac_cv_env_LIBGUESS_CFLAGS_set=
1062
ac_cv_env_LIBGUESS_CFLAGS_value=
1063
ac_cv_env_LIBGUESS_LIBS_set=
1064
ac_cv_env_LIBGUESS_LIBS_value=
1065
ac_cv_env_LIBS_set=
1066
ac_cv_env_LIBS_value=
1067
ac_cv_env_OBJCFLAGS_set=
1068
ac_cv_env_OBJCFLAGS_value=
1069
ac_cv_env_OBJCPP_set=
1070
ac_cv_env_OBJCPP_value=
1071
ac_cv_env_OBJCXXCPP_set=
1072
ac_cv_env_OBJCXXCPP_value=
1073
ac_cv_env_OBJCXXFLAGS_set=
1074
ac_cv_env_OBJCXXFLAGS_value=
1075
ac_cv_env_OBJCXX_set=
1076
ac_cv_env_OBJCXX_value=
1077
ac_cv_env_OBJC_set=
1078
ac_cv_env_OBJC_value=
1079
ac_cv_env_PKG_CONFIG_LIBDIR_set=
1080
ac_cv_env_PKG_CONFIG_LIBDIR_value=
1081
ac_cv_env_PKG_CONFIG_PATH_set=set
1082
ac_cv_env_PKG_CONFIG_PATH_value=/C/GTK/lib/pkgconfig:/C/libs/lib/pkgconfig:/C/aud/lib/pkgconfig
1083
ac_cv_env_PKG_CONFIG_set=
1084
ac_cv_env_PKG_CONFIG_value=
1085
ac_cv_env_QT_CFLAGS_set=
1086
ac_cv_env_QT_CFLAGS_value=
1087
ac_cv_env_QT_LIBS_set=
1088
ac_cv_env_QT_LIBS_value=
1089
ac_cv_env_build_alias_set=
1090
ac_cv_env_build_alias_value=
1091
ac_cv_env_host_alias_set=
1092
ac_cv_env_host_alias_value=
1093
ac_cv_env_target_alias_set=
1094
ac_cv_env_target_alias_value=
1095
ac_cv_exeext=.exe
1096
ac_cv_func_sigwait=no
1097
ac_cv_header_inttypes_h=yes
1098
ac_cv_header_memory_h=yes
1099
ac_cv_header_stdc=yes
1100
ac_cv_header_stdint_h=yes
1101
ac_cv_header_stdlib_h=yes
1102
ac_cv_header_string_h=yes
1103
ac_cv_header_strings_h=yes
1104
ac_cv_header_sys_stat_h=yes
1105
ac_cv_header_sys_types_h=yes
1106
ac_cv_header_unistd_h=yes
1107
ac_cv_host=i686-pc-mingw32
1108
ac_cv_objext=o
1109
ac_cv_path_AR=/mingw/bin/ar
1110
ac_cv_path_CP=/bin/cp
1111
ac_cv_path_EGREP='/bin/grep -E'
1112
ac_cv_path_GMSGFMT=/mingw/bin/msgfmt
1113
ac_cv_path_GREP=/bin/grep
1114
ac_cv_path_MSGFMT=/mingw/bin/msgfmt
1115
ac_cv_path_MSGMERGE=/mingw/bin/msgmerge
1116
ac_cv_path_MV=/bin/mv
1117
ac_cv_path_RANLIB=/mingw/bin/ranlib
1118
ac_cv_path_RM=/bin/rm
1119
ac_cv_path_SED=/bin/sed
1120
ac_cv_path_WINDRES=/mingw/bin/windres
1121
ac_cv_path_XGETTEXT=/mingw/bin/xgettext
1122
ac_cv_path_ac_pt_PKG_CONFIG=/c/GTK/bin/pkg-config
1123
ac_cv_path_install='/bin/install -c'
1124
ac_cv_path_mkdir=/bin/mkdir
1125
ac_cv_prog_CPP='gcc -E'
1126
ac_cv_prog_ac_ct_CC=gcc
1127
ac_cv_prog_ac_ct_CXX=g++
1128
ac_cv_prog_cc_c89=
1129
ac_cv_prog_cc_g=yes
1130
ac_cv_prog_cxx_g=yes
1131
ac_cv_prog_have_dbus=yes
1132
ac_cv_prog_make_make_set=yes
1133
ac_cv_search_pthread_create=-lpthread
1134
ac_cv_sys_file_offset_bits=unknown
1135
ac_cv_sys_large_files=unknown
1136
ac_cv_sys_largefile_CC=no
1137
ac_cv_target=i686-pc-mingw32
1138
acl_cv_hardcode_direct=no
1139
acl_cv_hardcode_libdir_flag_spec='-L$libdir'
1140
acl_cv_hardcode_libdir_separator=
1141
acl_cv_hardcode_minus_L=no
1142
acl_cv_libext=a
1143
acl_cv_libname_spec='lib$name'
1144
acl_cv_library_names_spec='$libname.dll.a $libname.lib'
1145
acl_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
1146
acl_cv_prog_gnu_ld=yes
1147
acl_cv_rpath=done
1148
acl_cv_shlibext=dll
1149
acl_cv_wl=-Wl,
1150
am_cv_func_iconv=yes
1151
am_cv_func_iconv_works=yes
1152
am_cv_lib_iconv=yes
1153
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
1154
am_cv_proto_iconv_arg1=
1155
gt_cv_func_CFLocaleCopyCurrent=no
1156
gt_cv_func_CFPreferencesCopyAppValue=no
1157
gt_cv_func_gnugettext1_libc=no
1158
gt_cv_func_gnugettext1_libintl=yes
1159
pkg_cv_GIO_CFLAGS='-mms-bitfields -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1160
pkg_cv_GIO_LIBS='-Lc:/GTK/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
1161
pkg_cv_GLIB_CFLAGS='-mms-bitfields -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1162
pkg_cv_GLIB_LIBS='-Lc:/GTK/lib -lglib-2.0 -lintl '
1163
pkg_cv_GMODULE_CFLAGS='-mms-bitfields -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1164
pkg_cv_GMODULE_LIBS='-Lc:/GTK/lib -lgmodule-2.0 -lglib-2.0 -lintl '
1165
pkg_cv_GTK_CFLAGS='-mms-bitfields -Ic:/GTK/include/gtk-2.0 -Ic:/GTK/lib/gtk-2.0/include -Ic:/GTK/include/pango-1.0 -Ic:/GTK/include/cairo -Ic:/GTK/include/atk-1.0 -Ic:/GTK/include/cairo -Ic:/GTK/include/pixman-1 -Ic:/GTK/include/libpng16 -Ic:/GTK/include/gdk-pixbuf-2.0 -Ic:/GTK/include/libpng16 -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1166
pkg_cv_GTK_LIBS='-Lc:/GTK/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lpangocairo-1.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lm -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
1167

    
1168
## ----------------- ##
1169
## Output variables. ##
1170
## ----------------- ##
1171

    
1172
AR='/mingw/bin/ar'
1173
BIGENDIAN='0'
1174
CC='gcc'
1175
CC_DEPENDS='yes'
1176
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -march=i686'
1177
CLEAN_LIB='${SHARED_LIB}.a'
1178
CP='/bin/cp'
1179
CPP='gcc -E'
1180
CPPFLAGS=' -include config.h'
1181
CXX='g++'
1182
CXXFLAGS='-g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual'
1183
CXX_DEPENDS='yes'
1184
DEFS='-DHAVE_CONFIG_H'
1185
ECHO_C=''
1186
ECHO_N='-n'
1187
ECHO_T=''
1188
EGREP='/bin/grep -E'
1189
EXEEXT='.exe'
1190
GETTEXT_MACRO_VERSION='0.19'
1191
GIO_CFLAGS='-mms-bitfields -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1192
GIO_LIBS='-Lc:/GTK/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
1193
GLIB_CFLAGS='-mms-bitfields -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1194
GLIB_LIBS='-Lc:/GTK/lib -lglib-2.0 -lintl '
1195
GMODULE_CFLAGS='-mms-bitfields -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1196
GMODULE_LIBS='-Lc:/GTK/lib -lgmodule-2.0 -lglib-2.0 -lintl '
1197
GMSGFMT='/mingw/bin/msgfmt'
1198
GMSGFMT_015='/mingw/bin/msgfmt'
1199
GREP='/bin/grep'
1200
GTK_CFLAGS='-mms-bitfields -Ic:/GTK/include/gtk-2.0 -Ic:/GTK/lib/gtk-2.0/include -Ic:/GTK/include/pango-1.0 -Ic:/GTK/include/cairo -Ic:/GTK/include/atk-1.0 -Ic:/GTK/include/cairo -Ic:/GTK/include/pixman-1 -Ic:/GTK/include/libpng16 -Ic:/GTK/include/gdk-pixbuf-2.0 -Ic:/GTK/include/libpng16 -Ic:/GTK/include/glib-2.0 -Ic:/GTK/lib/glib-2.0/include '
1201
GTK_LIBS='-Lc:/GTK/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lpangocairo-1.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lm -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl '
1202
HAVE_DARWIN='no'
1203
HAVE_LINUX='no'
1204
HAVE_MSWINDOWS='yes'
1205
INSTALL_DATA='${INSTALL} -m 644'
1206
INSTALL_LIB='&& ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 $$i ${DESTDIR}${bindir}/$$i && ${INSTALL} -m 755 $$i.a ${DESTDIR}${libdir}/$$i.a'
1207
INSTALL_PROGRAM='${INSTALL}'
1208
INSTALL_SCRIPT='${INSTALL}'
1209
INTLLIBS='-lintl'
1210
INTL_MACOSX_LIBS=''
1211
LDFLAGS=' -Wl,-subsystem,windows'
1212
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
1213
LIBGUESS_CFLAGS=''
1214
LIBGUESS_LIBS=''
1215
LIBICONV='-liconv'
1216
LIBINTL='-lintl'
1217
LIBOBJS=''
1218
LIBS='-lpthread  -liconv -lintl'
1219
LIB_CFLAGS=''
1220
LIB_LDFLAGS='-shared -Wl,--out-implib,${SHARED_LIB}.a'
1221
LIB_PREFIX='lib'
1222
LIB_SUFFIX='.dll'
1223
LN_S='cp -pR'
1224
LTLIBICONV='-liconv'
1225
LTLIBINTL='-lintl'
1226
LTLIBOBJS=''
1227
MKDIR_P='/bin/mkdir -p'
1228
MSGFMT='/mingw/bin/msgfmt'
1229
MSGFMT_015='/mingw/bin/msgfmt'
1230
MSGMERGE='/mingw/bin/msgmerge'
1231
MV='/bin/mv'
1232
OBJC=''
1233
OBJCFLAGS=''
1234
OBJCPP=''
1235
OBJCXX=''
1236
OBJCXXCPP=''
1237
OBJCXXFLAGS=''
1238
OBJCXX_DEPENDS=''
1239
OBJC_DEPENDS=''
1240
OBJEXT='o'
1241
PACKAGE_BUGREPORT=''
1242
PACKAGE_NAME='audacious'
1243
PACKAGE_STRING='audacious 3.6.2'
1244
PACKAGE_TARNAME='audacious'
1245
PACKAGE_URL=''
1246
PACKAGE_VERSION='3.6.2'
1247
PATH_SEPARATOR=':'
1248
PKG_CONFIG='/c/GTK/bin/pkg-config'
1249
PKG_CONFIG_LIBDIR=''
1250
PKG_CONFIG_PATH='/C/GTK/lib/pkgconfig:/C/libs/lib/pkgconfig:/C/aud/lib/pkgconfig'
1251
PLUGIN_CFLAGS=''
1252
PLUGIN_LDFLAGS='-shared'
1253
PLUGIN_SUFFIX='.dll'
1254
POSUB='po'
1255
QT_CFLAGS=''
1256
QT_LIBS=''
1257
RANLIB='/mingw/bin/ranlib'
1258
RM='/bin/rm'
1259
SED='/bin/sed'
1260
SET_MAKE=''
1261
SHELL='/bin/sh'
1262
TERM_BOLD='\033\1331m'
1263
TERM_EL='\033\133K'
1264
TERM_SETAF1='\033\13331m'
1265
TERM_SETAF2='\033\13332m'
1266
TERM_SETAF3='\033\13333m'
1267
TERM_SETAF4='\033\13334m'
1268
TERM_SETAF6='\033\13336m'
1269
TERM_SGR0='\033\133m'
1270
TPUT=''
1271
UNINSTALL_LIB='&& rm -f ${DESTDIR}${bindir}/$$i ${DESTDIR}${libdir}/$$i.a'
1272
USE_CHARDET='no'
1273
USE_DBUS='yes'
1274
USE_GTK='yes'
1275
USE_NLS='yes'
1276
USE_QT='no'
1277
VALGRIND_FRIENDLY='0'
1278
WINDRES='/mingw/bin/windres'
1279
XGETTEXT='/mingw/bin/xgettext'
1280
XGETTEXT_015='/mingw/bin/xgettext'
1281
XGETTEXT_EXTRA_OPTIONS=''
1282
ac_ct_CC='gcc'
1283
ac_ct_CXX='g++'
1284
ac_ct_OBJC=''
1285
ac_ct_OBJCXX=''
1286
bindir='${exec_prefix}/bin'
1287
build='i686-pc-mingw32'
1288
build_alias=''
1289
build_cpu='i686'
1290
build_os='mingw32'
1291
build_vendor='pc'
1292
datadir='${datarootdir}'
1293
datarootdir='${prefix}/share'
1294
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1295
dvidir='${docdir}'
1296
exec_prefix='${prefix}'
1297
have_dbus='yes'
1298
host='i686-pc-mingw32'
1299
host_alias=''
1300
host_cpu='i686'
1301
host_os='mingw32'
1302
host_vendor='pc'
1303
htmldir='${docdir}'
1304
includedir='${prefix}/include'
1305
infodir='${datarootdir}/info'
1306
libdir='${exec_prefix}/lib'
1307
libexecdir='${exec_prefix}/libexec'
1308
localedir='${prefix}/share/locale'
1309
localstatedir='${prefix}/var'
1310
mandir='${datarootdir}/man'
1311
oldincludedir='/usr/include'
1312
pdfdir='${docdir}'
1313
pkgconfigdir='${libdir}/pkgconfig'
1314
plugindir='${exec_prefix}/lib/audacious'
1315
prefix='/C/aud'
1316
program_transform_name='s,x,x,'
1317
psdir='${docdir}'
1318
sbindir='${exec_prefix}/sbin'
1319
sharedstatedir='${prefix}/com'
1320
sysconfdir='${prefix}/etc'
1321
target='i686-pc-mingw32'
1322
target_alias=''
1323
target_cpu='i686'
1324
target_os='mingw32'
1325
target_vendor='pc'
1326

    
1327
## ----------- ##
1328
## confdefs.h. ##
1329
## ----------- ##
1330

    
1331
/* confdefs.h */
1332
#define PACKAGE_NAME "audacious"
1333
#define PACKAGE_TARNAME "audacious"
1334
#define PACKAGE_VERSION "3.6.2"
1335
#define PACKAGE_STRING "audacious 3.6.2"
1336
#define PACKAGE_BUGREPORT ""
1337
#define PACKAGE_URL ""
1338
#define PACKAGE "audacious"
1339
#define VERSION "3.6.2"
1340
#define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
1341
#define STDC_HEADERS 1
1342
#define HAVE_SYS_TYPES_H 1
1343
#define HAVE_SYS_STAT_H 1
1344
#define HAVE_STDLIB_H 1
1345
#define HAVE_STRING_H 1
1346
#define HAVE_MEMORY_H 1
1347
#define HAVE_STRINGS_H 1
1348
#define HAVE_INTTYPES_H 1
1349
#define HAVE_STDINT_H 1
1350
#define HAVE_UNISTD_H 1
1351
#define EXPORT __declspec(dllexport)
1352
#define USE_GTK 1
1353
#define PLUGIN_SUFFIX ".dll"
1354
#define HAVE_ICONV 1
1355
#define ICONV_CONST 
1356
#define HAVE_ICONV 1
1357
#define ENABLE_NLS 1
1358
#define HAVE_GETTEXT 1
1359
#define HAVE_DCGETTEXT 1
1360
#define BUILDSTAMP "unknown build"
1361
#define USE_DBUS 1
1362

    
1363
configure: exit 0