Project

General

Profile

config.log

Thomas Lange, December 15, 2014 20:41

 
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-plugins configure 3.6-alpha1, which was
5
generated by GNU Autoconf 2.69.  Invocation command line was
6

    
7
  $ ./configure --prefix=/usr
8

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

    
13
hostname = KVM
14
uname -m = i686
15
uname -r = 3.17.6-1-ARCH
16
uname -s = Linux
17
uname -v = #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014
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: /usr/local/sbin
31
PATH: /usr/local/bin
32
PATH: /usr/bin
33
PATH: /usr/bin/site_perl
34
PATH: /usr/bin/vendor_perl
35
PATH: /usr/bin/core_perl
36

    
37

    
38
## ----------- ##
39
## Core tests. ##
40
## ----------- ##
41

    
42
configure:2874: checking build system type
43
configure:2888: result: i686-pc-linux-gnu
44
configure:2908: checking host system type
45
configure:2921: result: i686-pc-linux-gnu
46
configure:2941: checking target system type
47
configure:2954: result: i686-pc-linux-gnu
48
configure:3028: checking for gcc
49
configure:3044: found /usr/bin/gcc
50
configure:3055: result: gcc
51
configure:3284: checking for C compiler version
52
configure:3293: gcc --version >&5
53
gcc (GCC) 4.9.2
54
Copyright (C) 2014 Free Software Foundation, Inc.
55
This is free software; see the source for copying conditions.  There is NO
56
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57

    
58
configure:3304: $? = 0
59
configure:3293: gcc -v >&5
60
Using built-in specs.
61
COLLECT_GCC=gcc
62
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.9.2/lto-wrapper
63
Target: i686-pc-linux-gnu
64
Configured with: /build/gcc/src/gcc-4.9.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release
65
Thread model: posix
66
gcc version 4.9.2 (GCC) 
67
configure:3304: $? = 0
68
configure:3293: gcc -V >&5
69
gcc: error: unrecognized command line option '-V'
70
gcc: fatal error: no input files
71
compilation terminated.
72
configure:3304: $? = 1
73
configure:3293: gcc -qversion >&5
74
gcc: error: unrecognized command line option '-qversion'
75
gcc: fatal error: no input files
76
compilation terminated.
77
configure:3304: $? = 1
78
configure:3324: checking whether the C compiler works
79
configure:3346: gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c  >&5
80
configure:3350: $? = 0
81
configure:3398: result: yes
82
configure:3401: checking for C compiler default output file name
83
configure:3403: result: a.out
84
configure:3409: checking for suffix of executables
85
configure:3416: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c  >&5
86
configure:3420: $? = 0
87
configure:3442: result: 
88
configure:3464: checking whether we are cross compiling
89
configure:3472: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c  >&5
90
configure:3476: $? = 0
91
configure:3483: ./conftest
92
configure:3487: $? = 0
93
configure:3502: result: no
94
configure:3507: checking for suffix of object files
95
configure:3529: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
96
configure:3533: $? = 0
97
configure:3554: result: o
98
configure:3558: checking whether we are using the GNU C compiler
99
configure:3577: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
100
configure:3577: $? = 0
101
configure:3586: result: yes
102
configure:3595: checking whether gcc accepts -g
103
configure:3615: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
104
configure:3615: $? = 0
105
configure:3656: result: yes
106
configure:3673: checking for gcc option to accept ISO C89
107
configure:3736: gcc  -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
108
configure:3736: $? = 0
109
configure:3749: result: none needed
110
configure:3827: checking for g++
111
configure:3843: found /usr/bin/g++
112
configure:3854: result: g++
113
configure:3881: checking for C++ compiler version
114
configure:3890: g++ --version >&5
115
g++ (GCC) 4.9.2
116
Copyright (C) 2014 Free Software Foundation, Inc.
117
This is free software; see the source for copying conditions.  There is NO
118
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
119

    
120
configure:3901: $? = 0
121
configure:3890: g++ -v >&5
122
Using built-in specs.
123
COLLECT_GCC=g++
124
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.9.2/lto-wrapper
125
Target: i686-pc-linux-gnu
126
Configured with: /build/gcc/src/gcc-4.9.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release
127
Thread model: posix
128
gcc version 4.9.2 (GCC) 
129
configure:3901: $? = 0
130
configure:3890: g++ -V >&5
131
g++: error: unrecognized command line option '-V'
132
g++: fatal error: no input files
133
compilation terminated.
134
configure:3901: $? = 1
135
configure:3890: g++ -qversion >&5
136
g++: error: unrecognized command line option '-qversion'
137
g++: fatal error: no input files
138
compilation terminated.
139
configure:3901: $? = 1
140
configure:3905: checking whether we are using the GNU C++ compiler
141
configure:3924: g++ -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
142
configure:3924: $? = 0
143
configure:3933: result: yes
144
configure:3942: checking whether g++ accepts -g
145
configure:3962: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
146
configure:3962: $? = 0
147
configure:4003: result: yes
148
configure:4032: checking how to run the C preprocessor
149
configure:4063: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
150
In file included from /usr/include/limits.h:25:0,
151
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/limits.h:168,
152
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/syslimits.h:7,
153
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/limits.h:34,
154
                 from conftest.c:12:
155
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
156
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
157
    ^
158
configure:4063: $? = 0
159
configure:4077: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
160
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
161
 #include <ac_nonexistent.h>
162
                            ^
163
compilation terminated.
164
configure:4077: $? = 1
165
configure: failed program was:
166
| /* confdefs.h */
167
| #define PACKAGE_NAME "audacious-plugins"
168
| #define PACKAGE_TARNAME "audacious-plugins"
169
| #define PACKAGE_VERSION "3.6-alpha1"
170
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
171
| #define PACKAGE_BUGREPORT ""
172
| #define PACKAGE_URL ""
173
| #define PACKAGE "audacious-plugins"
174
| #define VERSION "3.6-alpha1"
175
| /* end confdefs.h.  */
176
| #include <ac_nonexistent.h>
177
configure:4102: result: gcc -E
178
configure:4122: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
179
In file included from /usr/include/limits.h:25:0,
180
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/limits.h:168,
181
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/syslimits.h:7,
182
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/limits.h:34,
183
                 from conftest.c:12:
184
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
185
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
186
    ^
187
configure:4122: $? = 0
188
configure:4136: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
189
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
190
 #include <ac_nonexistent.h>
191
                            ^
192
compilation terminated.
193
configure:4136: $? = 1
194
configure: failed program was:
195
| /* confdefs.h */
196
| #define PACKAGE_NAME "audacious-plugins"
197
| #define PACKAGE_TARNAME "audacious-plugins"
198
| #define PACKAGE_VERSION "3.6-alpha1"
199
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
200
| #define PACKAGE_BUGREPORT ""
201
| #define PACKAGE_URL ""
202
| #define PACKAGE "audacious-plugins"
203
| #define VERSION "3.6-alpha1"
204
| /* end confdefs.h.  */
205
| #include <ac_nonexistent.h>
206
configure:4165: checking for grep that handles long lines and -e
207
configure:4223: result: /usr/bin/grep
208
configure:4228: checking for egrep
209
configure:4290: result: /usr/bin/grep -E
210
configure:4295: checking for ANSI C header files
211
configure:4315: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
212
configure:4315: $? = 0
213
In file included from /usr/include/string.h:25:0,
214
                 from conftest.c:11:
215
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
216
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
217
    ^
218
In file included from /usr/include/stdlib.h:24:0,
219
                 from conftest.c:11:
220
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
221
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
222
    ^
223
configure:4388: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c  >&5
224
configure:4388: $? = 0
225
configure:4388: ./conftest
226
configure:4388: $? = 0
227
configure:4399: result: yes
228
configure:4412: checking for sys/types.h
229
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
230
configure:4412: $? = 0
231
configure:4412: result: yes
232
configure:4412: checking for sys/stat.h
233
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
234
configure:4412: $? = 0
235
configure:4412: result: yes
236
configure:4412: checking for stdlib.h
237
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
238
configure:4412: $? = 0
239
configure:4412: result: yes
240
configure:4412: checking for string.h
241
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
242
configure:4412: $? = 0
243
configure:4412: result: yes
244
configure:4412: checking for memory.h
245
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
246
configure:4412: $? = 0
247
configure:4412: result: yes
248
configure:4412: checking for strings.h
249
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
250
configure:4412: $? = 0
251
configure:4412: result: yes
252
configure:4412: checking for inttypes.h
253
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
254
configure:4412: $? = 0
255
configure:4412: result: yes
256
configure:4412: checking for stdint.h
257
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
258
configure:4412: $? = 0
259
configure:4412: result: yes
260
configure:4412: checking for unistd.h
261
configure:4412: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
262
configure:4412: $? = 0
263
configure:4412: result: yes
264
configure:4424: checking whether byte ordering is bigendian
265
configure:4439: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
266
conftest.c:22:9: error: unknown type name 'not'
267
         not a universal capable compiler
268
         ^
269
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
270
         not a universal capable compiler
271
               ^
272
conftest.c:22:15: error: unknown type name 'universal'
273
configure:4439: $? = 1
274
configure: failed program was:
275
| /* confdefs.h */
276
| #define PACKAGE_NAME "audacious-plugins"
277
| #define PACKAGE_TARNAME "audacious-plugins"
278
| #define PACKAGE_VERSION "3.6-alpha1"
279
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
280
| #define PACKAGE_BUGREPORT ""
281
| #define PACKAGE_URL ""
282
| #define PACKAGE "audacious-plugins"
283
| #define VERSION "3.6-alpha1"
284
| #define STDC_HEADERS 1
285
| #define HAVE_SYS_TYPES_H 1
286
| #define HAVE_SYS_STAT_H 1
287
| #define HAVE_STDLIB_H 1
288
| #define HAVE_STRING_H 1
289
| #define HAVE_MEMORY_H 1
290
| #define HAVE_STRINGS_H 1
291
| #define HAVE_INTTYPES_H 1
292
| #define HAVE_STDINT_H 1
293
| #define HAVE_UNISTD_H 1
294
| /* end confdefs.h.  */
295
| #ifndef __APPLE_CC__
296
| 	       not a universal capable compiler
297
| 	     #endif
298
| 	     typedef int dummy;
299
| 
300
configure:4484: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
301
configure:4484: $? = 0
302
configure:4502: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
303
conftest.c: In function 'main':
304
conftest.c:28:4: error: unknown type name 'not'
305
    not big endian
306
    ^
307
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
308
    not big endian
309
            ^
310
configure:4502: $? = 1
311
configure: failed program was:
312
| /* confdefs.h */
313
| #define PACKAGE_NAME "audacious-plugins"
314
| #define PACKAGE_TARNAME "audacious-plugins"
315
| #define PACKAGE_VERSION "3.6-alpha1"
316
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
317
| #define PACKAGE_BUGREPORT ""
318
| #define PACKAGE_URL ""
319
| #define PACKAGE "audacious-plugins"
320
| #define VERSION "3.6-alpha1"
321
| #define STDC_HEADERS 1
322
| #define HAVE_SYS_TYPES_H 1
323
| #define HAVE_SYS_STAT_H 1
324
| #define HAVE_STDLIB_H 1
325
| #define HAVE_STRING_H 1
326
| #define HAVE_MEMORY_H 1
327
| #define HAVE_STRINGS_H 1
328
| #define HAVE_INTTYPES_H 1
329
| #define HAVE_STDINT_H 1
330
| #define HAVE_UNISTD_H 1
331
| /* end confdefs.h.  */
332
| #include <sys/types.h>
333
| 		#include <sys/param.h>
334
| 
335
| int
336
| main ()
337
| {
338
| #if BYTE_ORDER != BIG_ENDIAN
339
| 		 not big endian
340
| 		#endif
341
| 
342
|   ;
343
|   return 0;
344
| }
345
configure:4630: result: no
346
configure:4655: checking for special C compiler options needed for large files
347
configure:4700: result: no
348
configure:4706: checking for _FILE_OFFSET_BITS value needed for large files
349
configure:4731: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
350
conftest.c:27:3: warning: left shift count >= width of type
351
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
352
   ^
353
conftest.c:27:3: warning: left shift count >= width of type
354
conftest.c:28:10: warning: left shift count >= width of type
355
          && LARGE_OFF_T % 2147483647 == 1)
356
          ^
357
conftest.c:28:10: warning: left shift count >= width of type
358
conftest.c:27:7: error: variably modified 'off_t_is_large' at file scope
359
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
360
       ^
361
configure:4731: $? = 1
362
configure: failed program was:
363
| /* confdefs.h */
364
| #define PACKAGE_NAME "audacious-plugins"
365
| #define PACKAGE_TARNAME "audacious-plugins"
366
| #define PACKAGE_VERSION "3.6-alpha1"
367
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
368
| #define PACKAGE_BUGREPORT ""
369
| #define PACKAGE_URL ""
370
| #define PACKAGE "audacious-plugins"
371
| #define VERSION "3.6-alpha1"
372
| #define STDC_HEADERS 1
373
| #define HAVE_SYS_TYPES_H 1
374
| #define HAVE_SYS_STAT_H 1
375
| #define HAVE_STDLIB_H 1
376
| #define HAVE_STRING_H 1
377
| #define HAVE_MEMORY_H 1
378
| #define HAVE_STRINGS_H 1
379
| #define HAVE_INTTYPES_H 1
380
| #define HAVE_STDINT_H 1
381
| #define HAVE_UNISTD_H 1
382
| /* end confdefs.h.  */
383
| #include <sys/types.h>
384
|  /* Check that off_t can represent 2**63 - 1 correctly.
385
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
386
|     since some C++ compilers masquerading as C compilers
387
|     incorrectly reject 9223372036854775807.  */
388
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
389
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
390
| 		       && LARGE_OFF_T % 2147483647 == 1)
391
| 		      ? 1 : -1];
392
| int
393
| main ()
394
| {
395
| 
396
|   ;
397
|   return 0;
398
| }
399
configure:4755: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
400
configure:4755: $? = 0
401
configure:4763: result: 64
402
configure:4903: checking for pkg-config
403
configure:4921: found /usr/bin/pkg-config
404
configure:4933: result: /usr/bin/pkg-config
405
configure:4958: checking pkg-config is at least version 0.9.0
406
configure:4961: result: yes
407
configure:4975: checking operating system type
408
configure:4984: result: Linux
409
configure:5022: checking whether the C/C++ compiler supports -Wtype-limits
410
configure:5037: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5
411
configure:5037: $? = 0
412
configure:5039: result: yes
413
configure:5054: checking whether the C++ compiler supports -Woverloaded-virtual
414
configure:5075: g++ -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -Werror -D_FORTIFY_SOURCE=2 conftest.cpp >&5
415
configure:5075: $? = 0
416
configure:5077: result: yes
417
configure:5880: checking whether byte ordering is bigendian
418
configure:6086: result: no
419
configure:6117: checking whether ln -s works
420
configure:6121: result: yes
421
configure:6130: checking for rm
422
configure:6148: found /usr/bin/rm
423
configure:6160: result: /usr/bin/rm
424
configure:6170: checking for mv
425
configure:6188: found /usr/bin/mv
426
configure:6200: result: /usr/bin/mv
427
configure:6210: checking for cp
428
configure:6228: found /usr/bin/cp
429
configure:6240: result: /usr/bin/cp
430
configure:6250: checking for ar
431
configure:6268: found /usr/bin/ar
432
configure:6280: result: /usr/bin/ar
433
configure:6290: checking for ranlib
434
configure:6308: found /usr/bin/ranlib
435
configure:6320: result: /usr/bin/ranlib
436
configure:6330: checking for windres
437
configure:6363: result: no
438
configure:6369: checking for library containing pthread_create
439
configure:6400: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c  >&5
440
/tmp/ccUYpll1.o: In function `main':
441
conftest.c:(.text.startup+0x12): undefined reference to `pthread_create'
442
collect2: error: ld returned 1 exit status
443
configure:6400: $? = 1
444
configure: failed program was:
445
| /* confdefs.h */
446
| #define PACKAGE_NAME "audacious-plugins"
447
| #define PACKAGE_TARNAME "audacious-plugins"
448
| #define PACKAGE_VERSION "3.6-alpha1"
449
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
450
| #define PACKAGE_BUGREPORT ""
451
| #define PACKAGE_URL ""
452
| #define PACKAGE "audacious-plugins"
453
| #define VERSION "3.6-alpha1"
454
| #define STDC_HEADERS 1
455
| #define HAVE_SYS_TYPES_H 1
456
| #define HAVE_SYS_STAT_H 1
457
| #define HAVE_STDLIB_H 1
458
| #define HAVE_STRING_H 1
459
| #define HAVE_MEMORY_H 1
460
| #define HAVE_STRINGS_H 1
461
| #define HAVE_INTTYPES_H 1
462
| #define HAVE_STDINT_H 1
463
| #define HAVE_UNISTD_H 1
464
| #define _FILE_OFFSET_BITS 64
465
| #define EXPORT __attribute__((visibility("default")))
466
| /* end confdefs.h.  */
467
| 
468
| /* Override any GCC internal prototype to avoid an error.
469
|    Use char because int might match the return type of a GCC
470
|    builtin and then its argument prototype would still apply.  */
471
| #ifdef __cplusplus
472
| extern "C"
473
| #endif
474
| char pthread_create ();
475
| int
476
| main ()
477
| {
478
| return pthread_create ();
479
|   ;
480
|   return 0;
481
| }
482
configure:6400: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lpthread   >&5
483
configure:6400: $? = 0
484
configure:6417: result: -lpthread
485
configure:6429: checking for GLIB
486
configure:6436: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
487
configure:6439: $? = 0
488
configure:6453: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
489
configure:6456: $? = 0
490
configure:6514: result: yes
491
configure:6520: checking for GMODULE
492
configure:6527: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
493
configure:6530: $? = 0
494
configure:6544: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
495
configure:6547: $? = 0
496
configure:6605: result: yes
497
configure:6622: checking for GTK
498
configure:6629: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
499
configure:6632: $? = 0
500
configure:6646: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
501
configure:6649: $? = 0
502
configure:6707: result: yes
503
configure:6813: checking for GIO
504
configure:6820: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
505
configure:6823: $? = 0
506
configure:6837: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
507
configure:6840: $? = 0
508
configure:6898: result: yes
509
configure:7030: checking for shared library system
510
configure:7094: result: GNU
511
configure:7125: checking for mkdtemp
512
configure:7125: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lpthread  >&5
513
configure:7125: $? = 0
514
configure:7125: result: yes
515
configure:7135: checking whether make sets $(MAKE)
516
configure:7157: result: yes
517
configure:7180: checking for a BSD-compatible install
518
configure:7248: result: /usr/bin/install -c
519
configure:7259: checking for a thread-safe mkdir -p
520
configure:7298: result: /usr/bin/mkdir -p
521
configure:7301: checking for a sed that does not truncate output
522
configure:7365: result: /usr/bin/sed
523
configure:7371: checking whether NLS is requested
524
configure:7380: result: yes
525
configure:7420: checking for msgfmt
526
configure: trying /usr/bin/msgfmt...
527
0 translated messages.
528
configure:7452: result: /usr/bin/msgfmt
529
configure:7461: checking for gmsgfmt
530
configure:7492: result: /usr/bin/msgfmt
531
configure:7542: checking for xgettext
532
configure: trying /usr/bin/xgettext...
533
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
534
configure:7574: result: /usr/bin/xgettext
535
configure:7619: checking for msgmerge
536
configure: trying /usr/bin/msgmerge...
537
configure:7650: result: /usr/bin/msgmerge
538
configure:7708: checking for ld used by gcc
539
configure:7775: result: /usr/bin/ld
540
configure:7782: checking if the linker (/usr/bin/ld) is GNU ld
541
configure:7797: result: yes
542
configure:7804: checking for shared library run path origin
543
configure:7817: result: done
544
configure:8389: checking for CFPreferencesCopyAppValue
545
configure:8407: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
546
conftest.c:25:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
547
 #include <CoreFoundation/CFPreferences.h>
548
                                          ^
549
compilation terminated.
550
configure:8407: $? = 1
551
configure: failed program was:
552
| /* confdefs.h */
553
| #define PACKAGE_NAME "audacious-plugins"
554
| #define PACKAGE_TARNAME "audacious-plugins"
555
| #define PACKAGE_VERSION "3.6-alpha1"
556
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
557
| #define PACKAGE_BUGREPORT ""
558
| #define PACKAGE_URL ""
559
| #define PACKAGE "audacious-plugins"
560
| #define VERSION "3.6-alpha1"
561
| #define STDC_HEADERS 1
562
| #define HAVE_SYS_TYPES_H 1
563
| #define HAVE_SYS_STAT_H 1
564
| #define HAVE_STDLIB_H 1
565
| #define HAVE_STRING_H 1
566
| #define HAVE_MEMORY_H 1
567
| #define HAVE_STRINGS_H 1
568
| #define HAVE_INTTYPES_H 1
569
| #define HAVE_STDINT_H 1
570
| #define HAVE_UNISTD_H 1
571
| #define _FILE_OFFSET_BITS 64
572
| #define EXPORT __attribute__((visibility("default")))
573
| #define USE_GTK 1
574
| #define HAVE_MKDTEMP 1
575
| /* end confdefs.h.  */
576
| #include <CoreFoundation/CFPreferences.h>
577
| int
578
| main ()
579
| {
580
| CFPreferencesCopyAppValue(NULL, NULL)
581
|   ;
582
|   return 0;
583
| }
584
configure:8416: result: no
585
configure:8423: checking for CFLocaleCopyCurrent
586
configure:8441: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
587
conftest.c:25:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
588
 #include <CoreFoundation/CFLocale.h>
589
                                     ^
590
compilation terminated.
591
configure:8441: $? = 1
592
configure: failed program was:
593
| /* confdefs.h */
594
| #define PACKAGE_NAME "audacious-plugins"
595
| #define PACKAGE_TARNAME "audacious-plugins"
596
| #define PACKAGE_VERSION "3.6-alpha1"
597
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
598
| #define PACKAGE_BUGREPORT ""
599
| #define PACKAGE_URL ""
600
| #define PACKAGE "audacious-plugins"
601
| #define VERSION "3.6-alpha1"
602
| #define STDC_HEADERS 1
603
| #define HAVE_SYS_TYPES_H 1
604
| #define HAVE_SYS_STAT_H 1
605
| #define HAVE_STDLIB_H 1
606
| #define HAVE_STRING_H 1
607
| #define HAVE_MEMORY_H 1
608
| #define HAVE_STRINGS_H 1
609
| #define HAVE_INTTYPES_H 1
610
| #define HAVE_STDINT_H 1
611
| #define HAVE_UNISTD_H 1
612
| #define _FILE_OFFSET_BITS 64
613
| #define EXPORT __attribute__((visibility("default")))
614
| #define USE_GTK 1
615
| #define HAVE_MKDTEMP 1
616
| /* end confdefs.h.  */
617
| #include <CoreFoundation/CFLocale.h>
618
| int
619
| main ()
620
| {
621
| CFLocaleCopyCurrent();
622
|   ;
623
|   return 0;
624
| }
625
configure:8450: result: no
626
configure:8499: checking for GNU gettext in libc
627
configure:8523: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lpthread  >&5
628
configure:8523: $? = 0
629
configure:8532: result: yes
630
configure:9360: checking whether to use NLS
631
configure:9362: result: yes
632
configure:9365: checking where the gettext function comes from
633
configure:9376: result: libc
634
configure:9442: checking for AUDACIOUS
635
configure:9449: $PKG_CONFIG --exists --print-errors "audacious >= 3.6"
636
configure:9452: $? = 0
637
configure:9466: $PKG_CONFIG --exists --print-errors "audacious >= 3.6"
638
configure:9469: $? = 0
639
configure:9509: result: yes
640
configure:9629: checking for XML
641
configure:9636: $PKG_CONFIG --exists --print-errors "libxml-2.0"
642
configure:9639: $? = 0
643
configure:9653: $PKG_CONFIG --exists --print-errors "libxml-2.0"
644
configure:9656: $? = 0
645
configure:9714: result: yes
646
configure:9752: checking zlib.h usability
647
configure:9752: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  conftest.c >&5
648
configure:9752: $? = 0
649
configure:9752: result: yes
650
configure:9752: checking zlib.h presence
651
configure:9752: gcc -E -D_FORTIFY_SOURCE=2  conftest.c
652
In file included from /usr/include/limits.h:25:0,
653
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/limits.h:168,
654
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/syslimits.h:7,
655
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include-fixed/limits.h:34,
656
                 from /usr/include/zconf.h:395,
657
                 from /usr/include/zlib.h:34,
658
                 from conftest.c:28:
659
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
660
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
661
    ^
662
configure:9752: $? = 0
663
configure:9752: result: yes
664
configure:9752: checking for zlib.h
665
configure:9752: result: yes
666
configure:9908: checking for PULSE
667
configure:9915: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.5"
668
configure:9918: $? = 0
669
configure:9932: $PKG_CONFIG --exists --print-errors "libpulse >= 0.9.5"
670
configure:9935: $? = 0
671
configure:9979: result: yes
672
configure:10014: checking for MPG123
673
configure:10021: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.12"
674
configure:10024: $? = 0
675
configure:10038: $PKG_CONFIG --exists --print-errors "libmpg123 >= 1.12"
676
configure:10041: $? = 0
677
configure:10099: result: yes
678
configure:10120: checking for GDKX11
679
configure:10127: $PKG_CONFIG --exists --print-errors "gdk-x11-3.0"
680
configure:10130: $? = 0
681
configure:10144: $PKG_CONFIG --exists --print-errors "gdk-x11-3.0"
682
configure:10147: $? = 0
683
configure:10191: result: yes
684
configure:10215: checking for DBUS
685
configure:10222: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60"
686
configure:10225: $? = 0
687
configure:10239: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60"
688
configure:10242: $? = 0
689
configure:10286: result: yes
690
configure:10309: checking lirc/lirc_client.h usability
691
configure:10309: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  conftest.c >&5
692
configure:10309: $? = 0
693
configure:10309: result: yes
694
configure:10309: checking lirc/lirc_client.h presence
695
configure:10309: gcc -E -D_FORTIFY_SOURCE=2  conftest.c
696
In file included from /usr/include/stdint.h:25:0,
697
                 from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include/stdint.h:9,
698
                 from /usr/include/lirc/lirc_client.h:17,
699
                 from conftest.c:29:
700
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
701
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
702
    ^
703
configure:10309: $? = 0
704
configure:10309: result: yes
705
configure:10309: checking for lirc/lirc_client.h
706
configure:10309: result: yes
707
configure:10339: checking sys/wait.h usability
708
configure:10339: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  conftest.c >&5
709
configure:10339: $? = 0
710
configure:10339: result: yes
711
configure:10339: checking sys/wait.h presence
712
configure:10339: gcc -E -D_FORTIFY_SOURCE=2  conftest.c
713
In file included from /usr/include/sys/wait.h:25:0,
714
                 from conftest.c:30:
715
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
716
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
717
    ^
718
configure:10339: $? = 0
719
configure:10339: result: yes
720
configure:10339: checking for sys/wait.h
721
configure:10339: result: yes
722
configure:10371: checking for XRENDER
723
configure:10378: $PKG_CONFIG --exists --print-errors "xrender"
724
configure:10381: $? = 0
725
configure:10395: $PKG_CONFIG --exists --print-errors "xrender"
726
configure:10398: $? = 0
727
configure:10440: result: yes
728
configure:10475: checking for XCOMPOSITE
729
configure:10482: $PKG_CONFIG --exists --print-errors "xcomposite"
730
configure:10485: $? = 0
731
configure:10499: $PKG_CONFIG --exists --print-errors "xcomposite"
732
configure:10502: $? = 0
733
configure:10546: result: yes
734
configure:10571: checking for NOTIFY
735
configure:10578: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7"
736
configure:10581: $? = 0
737
configure:10595: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7"
738
configure:10598: $? = 0
739
configure:10642: result: yes
740
configure:10663: checking for gdbus-codegen
741
configure:10679: found /usr/bin/gdbus-codegen
742
configure:10691: result: yes
743
configure:10720: checking for BINIO
744
configure:10727: $PKG_CONFIG --exists --print-errors "libbinio >= 1.4"
745
Package libbinio was not found in the pkg-config search path.
746
Perhaps you should add the directory containing `libbinio.pc'
747
to the PKG_CONFIG_PATH environment variable
748
No package 'libbinio' found
749
configure:10730: $? = 1
750
configure:10744: $PKG_CONFIG --exists --print-errors "libbinio >= 1.4"
751
Package libbinio was not found in the pkg-config search path.
752
Perhaps you should add the directory containing `libbinio.pc'
753
to the PKG_CONFIG_PATH environment variable
754
No package 'libbinio' found
755
configure:10747: $? = 1
756
configure:10761: result: no
757
No package 'libbinio' found
758
configure:10815: checking for VORBIS
759
configure:10822: $PKG_CONFIG --exists --print-errors "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0"
760
configure:10825: $? = 0
761
configure:10839: $PKG_CONFIG --exists --print-errors "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0"
762
configure:10842: $? = 0
763
configure:10900: result: yes
764
configure:10919: checking for LIBFLAC
765
configure:10926: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
766
configure:10929: $? = 0
767
configure:10943: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1"
768
configure:10946: $? = 0
769
configure:11004: result: yes
770
configure:11025: checking for WAVPACK
771
configure:11032: $PKG_CONFIG --exists --print-errors "wavpack >= 4.31"
772
configure:11035: $? = 0
773
configure:11049: $PKG_CONFIG --exists --print-errors "wavpack >= 4.31"
774
configure:11052: $? = 0
775
configure:11096: result: yes
776
configure:11116: checking neaacdec.h usability
777
configure:11116: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  conftest.c >&5
778
configure:11116: $? = 0
779
configure:11116: result: yes
780
configure:11116: checking neaacdec.h presence
781
configure:11116: gcc -E -D_FORTIFY_SOURCE=2  conftest.c
782
configure:11116: $? = 0
783
configure:11116: result: yes
784
configure:11116: checking for neaacdec.h
785
configure:11116: result: yes
786
configure:11124: checking for NeAACDecInit2 in -lfaad
787
configure:11149: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lfaad  -lpthread   -laudcore  >&5
788
configure:11149: $? = 0
789
configure:11158: result: yes
790
configure:11193: checking for SNDFILE
791
configure:11200: $PKG_CONFIG --exists --print-errors "sndfile >= 0.19"
792
configure:11203: $? = 0
793
configure:11217: $PKG_CONFIG --exists --print-errors "sndfile >= 0.19"
794
configure:11220: $? = 0
795
configure:11264: result: yes
796
configure:11288: checking for MODPLUG
797
configure:11295: $PKG_CONFIG --exists --print-errors "libmodplug"
798
configure:11298: $? = 0
799
configure:11312: $PKG_CONFIG --exists --print-errors "libmodplug"
800
configure:11315: $? = 0
801
configure:11359: result: yes
802
configure:11379: checking for FFMPEG
803
configure:11386: $PKG_CONFIG --exists --print-errors "libavcodec >= 53.40.0 libavformat >= 53.21.0 libavutil >= 51.27.0"
804
configure:11389: $? = 0
805
configure:11403: $PKG_CONFIG --exists --print-errors "libavcodec >= 53.40.0 libavformat >= 53.21.0 libavutil >= 51.27.0"
806
configure:11406: $? = 0
807
configure:11444: result: yes
808
configure:11541: checking for JACK
809
configure:11548: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
810
Requested 'jack >= 1.9.7' but version of jack is 0.124.1
811
configure:11551: $? = 1
812
configure:11565: $PKG_CONFIG --exists --print-errors "jack >= 1.9.7"
813
Requested 'jack >= 1.9.7' but version of jack is 0.124.1
814
configure:11568: $? = 1
815
configure:11582: result: no
816
Requested 'jack >= 1.9.7' but version of jack is 0.124.1
817
configure:11600: checking for JACK
818
configure:11607: $PKG_CONFIG --exists --print-errors "jack >= 0.120.1 jack < 1.0"
819
configure:11610: $? = 0
820
configure:11624: $PKG_CONFIG --exists --print-errors "jack >= 0.120.1 jack < 1.0"
821
configure:11627: $? = 0
822
configure:11665: result: yes
823
configure:11772: checking for SIDPLAYFP
824
configure:11779: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
825
configure:11782: $? = 0
826
configure:11796: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
827
configure:11799: $? = 0
828
configure:11843: result: yes
829
configure:11875: checking sys/soundcard.h usability
830
configure:11875: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2   conftest.c >&5
831
configure:11875: $? = 0
832
configure:11875: result: yes
833
configure:11875: checking sys/soundcard.h presence
834
configure:11875: gcc -E -D_FORTIFY_SOURCE=2   conftest.c
835
In file included from /usr/include/endian.h:21:0,
836
                 from /usr/include/linux/soundcard.h:43,
837
                 from /usr/include/sys/soundcard.h:1,
838
                 from conftest.c:33:
839
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
840
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
841
    ^
842
configure:11875: $? = 0
843
configure:11875: result: yes
844
configure:11875: checking for sys/soundcard.h
845
configure:11875: result: yes
846
configure:11875: checking soundcard.h usability
847
configure:11875: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2   conftest.c >&5
848
conftest.c:67:23: fatal error: soundcard.h: No such file or directory
849
 #include <soundcard.h>
850
                       ^
851
compilation terminated.
852
configure:11875: $? = 1
853
configure: failed program was:
854
| /* confdefs.h */
855
| #define PACKAGE_NAME "audacious-plugins"
856
| #define PACKAGE_TARNAME "audacious-plugins"
857
| #define PACKAGE_VERSION "3.6-alpha1"
858
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
859
| #define PACKAGE_BUGREPORT ""
860
| #define PACKAGE_URL ""
861
| #define PACKAGE "audacious-plugins"
862
| #define VERSION "3.6-alpha1"
863
| #define STDC_HEADERS 1
864
| #define HAVE_SYS_TYPES_H 1
865
| #define HAVE_SYS_STAT_H 1
866
| #define HAVE_STDLIB_H 1
867
| #define HAVE_STRING_H 1
868
| #define HAVE_MEMORY_H 1
869
| #define HAVE_STRINGS_H 1
870
| #define HAVE_INTTYPES_H 1
871
| #define HAVE_STDINT_H 1
872
| #define HAVE_UNISTD_H 1
873
| #define _FILE_OFFSET_BITS 64
874
| #define EXPORT __attribute__((visibility("default")))
875
| #define USE_GTK 1
876
| #define HAVE_MKDTEMP 1
877
| #define ENABLE_NLS 1
878
| #define HAVE_GETTEXT 1
879
| #define HAVE_DCGETTEXT 1
880
| #define HAVE_ZLIB_H 1
881
| #define HAVE_LIRC_LIRC_CLIENT_H 1
882
| #define HAVE_SYS_WAIT_H 1
883
| #define HAVE_XCOMPOSITE /**/
884
| #define HAVE_FFMPEG 1
885
| #define HAVE_SYS_SOUNDCARD_H 1
886
| /* end confdefs.h.  */
887
| #include <stdio.h>
888
| #ifdef HAVE_SYS_TYPES_H
889
| # include <sys/types.h>
890
| #endif
891
| #ifdef HAVE_SYS_STAT_H
892
| # include <sys/stat.h>
893
| #endif
894
| #ifdef STDC_HEADERS
895
| # include <stdlib.h>
896
| # include <stddef.h>
897
| #else
898
| # ifdef HAVE_STDLIB_H
899
| #  include <stdlib.h>
900
| # endif
901
| #endif
902
| #ifdef HAVE_STRING_H
903
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
904
| #  include <memory.h>
905
| # endif
906
| # include <string.h>
907
| #endif
908
| #ifdef HAVE_STRINGS_H
909
| # include <strings.h>
910
| #endif
911
| #ifdef HAVE_INTTYPES_H
912
| # include <inttypes.h>
913
| #endif
914
| #ifdef HAVE_STDINT_H
915
| # include <stdint.h>
916
| #endif
917
| #ifdef HAVE_UNISTD_H
918
| # include <unistd.h>
919
| #endif
920
| #include <soundcard.h>
921
configure:11875: result: no
922
configure:11875: checking soundcard.h presence
923
configure:11875: gcc -E -D_FORTIFY_SOURCE=2   conftest.c
924
conftest.c:34:23: fatal error: soundcard.h: No such file or directory
925
 #include <soundcard.h>
926
                       ^
927
compilation terminated.
928
configure:11875: $? = 1
929
configure: failed program was:
930
| /* confdefs.h */
931
| #define PACKAGE_NAME "audacious-plugins"
932
| #define PACKAGE_TARNAME "audacious-plugins"
933
| #define PACKAGE_VERSION "3.6-alpha1"
934
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
935
| #define PACKAGE_BUGREPORT ""
936
| #define PACKAGE_URL ""
937
| #define PACKAGE "audacious-plugins"
938
| #define VERSION "3.6-alpha1"
939
| #define STDC_HEADERS 1
940
| #define HAVE_SYS_TYPES_H 1
941
| #define HAVE_SYS_STAT_H 1
942
| #define HAVE_STDLIB_H 1
943
| #define HAVE_STRING_H 1
944
| #define HAVE_MEMORY_H 1
945
| #define HAVE_STRINGS_H 1
946
| #define HAVE_INTTYPES_H 1
947
| #define HAVE_STDINT_H 1
948
| #define HAVE_UNISTD_H 1
949
| #define _FILE_OFFSET_BITS 64
950
| #define EXPORT __attribute__((visibility("default")))
951
| #define USE_GTK 1
952
| #define HAVE_MKDTEMP 1
953
| #define ENABLE_NLS 1
954
| #define HAVE_GETTEXT 1
955
| #define HAVE_DCGETTEXT 1
956
| #define HAVE_ZLIB_H 1
957
| #define HAVE_LIRC_LIRC_CLIENT_H 1
958
| #define HAVE_SYS_WAIT_H 1
959
| #define HAVE_XCOMPOSITE /**/
960
| #define HAVE_FFMPEG 1
961
| #define HAVE_SYS_SOUNDCARD_H 1
962
| /* end confdefs.h.  */
963
| #include <soundcard.h>
964
configure:11875: result: no
965
configure:11875: checking for soundcard.h
966
configure:11875: result: no
967
configure:11894: result: yes
968
configure:11912: checking for ALSA
969
configure:11919: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.16"
970
configure:11922: $? = 0
971
configure:11936: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.16"
972
configure:11939: $? = 0
973
configure:11981: result: yes
974
configure:12024: checking for SDL
975
configure:12031: $PKG_CONFIG --exists --print-errors "sdl2 >= $libsdl2_min"
976
Package sdl2 was not found in the pkg-config search path.
977
Perhaps you should add the directory containing `sdl2.pc'
978
to the PKG_CONFIG_PATH environment variable
979
No package 'sdl2' found
980
configure:12034: $? = 1
981
configure:12048: $PKG_CONFIG --exists --print-errors "sdl2 >= $libsdl2_min"
982
Package sdl2 was not found in the pkg-config search path.
983
Perhaps you should add the directory containing `sdl2.pc'
984
to the PKG_CONFIG_PATH environment variable
985
No package 'sdl2' found
986
configure:12051: $? = 1
987
configure:12065: result: no
988
No package 'sdl2' found
989
configure:12083: checking for SDL
990
configure:12090: $PKG_CONFIG --exists --print-errors "sdl >= $libsdl1_min"
991
configure:12093: $? = 0
992
configure:12107: $PKG_CONFIG --exists --print-errors "sdl >= $libsdl1_min"
993
configure:12110: $? = 0
994
configure:12152: result: yes
995
configure:12413: checking sndio.h usability
996
configure:12413: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  conftest.c >&5
997
conftest.c:67:19: fatal error: sndio.h: No such file or directory
998
 #include <sndio.h>
999
                   ^
1000
compilation terminated.
1001
configure:12413: $? = 1
1002
configure: failed program was:
1003
| /* confdefs.h */
1004
| #define PACKAGE_NAME "audacious-plugins"
1005
| #define PACKAGE_TARNAME "audacious-plugins"
1006
| #define PACKAGE_VERSION "3.6-alpha1"
1007
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
1008
| #define PACKAGE_BUGREPORT ""
1009
| #define PACKAGE_URL ""
1010
| #define PACKAGE "audacious-plugins"
1011
| #define VERSION "3.6-alpha1"
1012
| #define STDC_HEADERS 1
1013
| #define HAVE_SYS_TYPES_H 1
1014
| #define HAVE_SYS_STAT_H 1
1015
| #define HAVE_STDLIB_H 1
1016
| #define HAVE_STRING_H 1
1017
| #define HAVE_MEMORY_H 1
1018
| #define HAVE_STRINGS_H 1
1019
| #define HAVE_INTTYPES_H 1
1020
| #define HAVE_STDINT_H 1
1021
| #define HAVE_UNISTD_H 1
1022
| #define _FILE_OFFSET_BITS 64
1023
| #define EXPORT __attribute__((visibility("default")))
1024
| #define USE_GTK 1
1025
| #define HAVE_MKDTEMP 1
1026
| #define ENABLE_NLS 1
1027
| #define HAVE_GETTEXT 1
1028
| #define HAVE_DCGETTEXT 1
1029
| #define HAVE_ZLIB_H 1
1030
| #define HAVE_LIRC_LIRC_CLIENT_H 1
1031
| #define HAVE_SYS_WAIT_H 1
1032
| #define HAVE_XCOMPOSITE /**/
1033
| #define HAVE_FFMPEG 1
1034
| #define HAVE_SYS_SOUNDCARD_H 1
1035
| /* end confdefs.h.  */
1036
| #include <stdio.h>
1037
| #ifdef HAVE_SYS_TYPES_H
1038
| # include <sys/types.h>
1039
| #endif
1040
| #ifdef HAVE_SYS_STAT_H
1041
| # include <sys/stat.h>
1042
| #endif
1043
| #ifdef STDC_HEADERS
1044
| # include <stdlib.h>
1045
| # include <stddef.h>
1046
| #else
1047
| # ifdef HAVE_STDLIB_H
1048
| #  include <stdlib.h>
1049
| # endif
1050
| #endif
1051
| #ifdef HAVE_STRING_H
1052
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1053
| #  include <memory.h>
1054
| # endif
1055
| # include <string.h>
1056
| #endif
1057
| #ifdef HAVE_STRINGS_H
1058
| # include <strings.h>
1059
| #endif
1060
| #ifdef HAVE_INTTYPES_H
1061
| # include <inttypes.h>
1062
| #endif
1063
| #ifdef HAVE_STDINT_H
1064
| # include <stdint.h>
1065
| #endif
1066
| #ifdef HAVE_UNISTD_H
1067
| # include <unistd.h>
1068
| #endif
1069
| #include <sndio.h>
1070
configure:12413: result: no
1071
configure:12413: checking sndio.h presence
1072
configure:12413: gcc -E -D_FORTIFY_SOURCE=2  conftest.c
1073
conftest.c:34:19: fatal error: sndio.h: No such file or directory
1074
 #include <sndio.h>
1075
                   ^
1076
compilation terminated.
1077
configure:12413: $? = 1
1078
configure: failed program was:
1079
| /* confdefs.h */
1080
| #define PACKAGE_NAME "audacious-plugins"
1081
| #define PACKAGE_TARNAME "audacious-plugins"
1082
| #define PACKAGE_VERSION "3.6-alpha1"
1083
| #define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
1084
| #define PACKAGE_BUGREPORT ""
1085
| #define PACKAGE_URL ""
1086
| #define PACKAGE "audacious-plugins"
1087
| #define VERSION "3.6-alpha1"
1088
| #define STDC_HEADERS 1
1089
| #define HAVE_SYS_TYPES_H 1
1090
| #define HAVE_SYS_STAT_H 1
1091
| #define HAVE_STDLIB_H 1
1092
| #define HAVE_STRING_H 1
1093
| #define HAVE_MEMORY_H 1
1094
| #define HAVE_STRINGS_H 1
1095
| #define HAVE_INTTYPES_H 1
1096
| #define HAVE_STDINT_H 1
1097
| #define HAVE_UNISTD_H 1
1098
| #define _FILE_OFFSET_BITS 64
1099
| #define EXPORT __attribute__((visibility("default")))
1100
| #define USE_GTK 1
1101
| #define HAVE_MKDTEMP 1
1102
| #define ENABLE_NLS 1
1103
| #define HAVE_GETTEXT 1
1104
| #define HAVE_DCGETTEXT 1
1105
| #define HAVE_ZLIB_H 1
1106
| #define HAVE_LIRC_LIRC_CLIENT_H 1
1107
| #define HAVE_SYS_WAIT_H 1
1108
| #define HAVE_XCOMPOSITE /**/
1109
| #define HAVE_FFMPEG 1
1110
| #define HAVE_SYS_SOUNDCARD_H 1
1111
| /* end confdefs.h.  */
1112
| #include <sndio.h>
1113
configure:12413: result: no
1114
configure:12413: checking for sndio.h
1115
configure:12413: result: no
1116
configure:12487: checking for FLUIDSYNTH
1117
configure:12494: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0.6"
1118
configure:12497: $? = 0
1119
configure:12511: $PKG_CONFIG --exists --print-errors "fluidsynth >= 1.0.6"
1120
configure:12514: $? = 0
1121
configure:12556: result: yes
1122
configure:12577: checking for CDIO
1123
configure:12584: $PKG_CONFIG --exists --print-errors "libcdio >= 0.70 libcdio_cdda >= 0.70"
1124
configure:12587: $? = 0
1125
configure:12601: $PKG_CONFIG --exists --print-errors "libcdio >= 0.70 libcdio_cdda >= 0.70"
1126
configure:12604: $? = 0
1127
configure:12646: result: yes
1128
configure:12650: checking for CDDB
1129
configure:12657: $PKG_CONFIG --exists --print-errors "libcddb >= 1.2.1"
1130
configure:12660: $? = 0
1131
configure:12674: $PKG_CONFIG --exists --print-errors "libcddb >= 1.2.1"
1132
configure:12677: $? = 0
1133
configure:12719: result: yes
1134
configure:12749: checking for CURL
1135
configure:12756: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
1136
configure:12759: $? = 0
1137
configure:12773: $PKG_CONFIG --exists --print-errors "libcurl >= 7.9.7"
1138
configure:12776: $? = 0
1139
configure:12820: result: yes
1140
configure:12841: checking for NEON
1141
configure:12848: $PKG_CONFIG --exists --print-errors "neon >= 0.27"
1142
configure:12851: $? = 0
1143
configure:12865: $PKG_CONFIG --exists --print-errors "neon >= 0.27"
1144
configure:12868: $? = 0
1145
configure:12926: result: yes
1146
configure:12946: checking for MMS
1147
configure:12953: $PKG_CONFIG --exists --print-errors "libmms >= 0.3"
1148
configure:12956: $? = 0
1149
configure:12970: $PKG_CONFIG --exists --print-errors "libmms >= 0.3"
1150
configure:12973: $? = 0
1151
configure:13017: result: yes
1152
configure:13040: checking for CUE
1153
configure:13047: $PKG_CONFIG --exists --print-errors "libcue"
1154
configure:13050: $? = 0
1155
configure:13064: $PKG_CONFIG --exists --print-errors "libcue"
1156
configure:13067: $? = 0
1157
configure:13111: result: yes
1158
configure:13149: checking for lame_get_id3v2_tag in -lmp3lame
1159
configure:13175: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lmp3lame -lm
1160
     -lpthread   -laudcore  >&5
1161
configure:13175: $? = 0
1162
configure:13184: result: yes
1163
configure:13224: checking for FLAC
1164
configure:13231: $PKG_CONFIG --exists --print-errors "flac >= 1.1.3"
1165
configure:13234: $? = 0
1166
configure:13248: $PKG_CONFIG --exists --print-errors "flac >= 1.1.3"
1167
configure:13251: $? = 0
1168
configure:13295: result: yes
1169
configure:13323: checking for BS2B
1170
configure:13330: $PKG_CONFIG --exists --print-errors "libbs2b >= 3.0.0"
1171
Package libbs2b was not found in the pkg-config search path.
1172
Perhaps you should add the directory containing `libbs2b.pc'
1173
to the PKG_CONFIG_PATH environment variable
1174
No package 'libbs2b' found
1175
configure:13333: $? = 1
1176
configure:13347: $PKG_CONFIG --exists --print-errors "libbs2b >= 3.0.0"
1177
Package libbs2b was not found in the pkg-config search path.
1178
Perhaps you should add the directory containing `libbs2b.pc'
1179
to the PKG_CONFIG_PATH environment variable
1180
No package 'libbs2b' found
1181
configure:13350: $? = 1
1182
configure:13364: result: no
1183
No package 'libbs2b' found
1184
configure:13418: checking for SAMPLERATE
1185
configure:13425: $PKG_CONFIG --exists --print-errors "samplerate"
1186
configure:13428: $? = 0
1187
configure:13442: $PKG_CONFIG --exists --print-errors "samplerate"
1188
configure:13445: $? = 0
1189
configure:13489: result: yes
1190
configure:13509: checking for SAMPLERATE
1191
configure:13516: $PKG_CONFIG --exists --print-errors "samplerate"
1192
configure:13519: $? = 0
1193
configure:13580: result: yes
1194
configure:13601: checking for SOXR
1195
configure:13608: $PKG_CONFIG --exists --print-errors "soxr"
1196
Package soxr was not found in the pkg-config search path.
1197
Perhaps you should add the directory containing `soxr.pc'
1198
to the PKG_CONFIG_PATH environment variable
1199
No package 'soxr' found
1200
configure:13611: $? = 1
1201
configure:13625: $PKG_CONFIG --exists --print-errors "soxr"
1202
Package soxr was not found in the pkg-config search path.
1203
Perhaps you should add the directory containing `soxr.pc'
1204
to the PKG_CONFIG_PATH environment variable
1205
No package 'soxr' found
1206
configure:13628: $? = 1
1207
configure:13642: result: no
1208
No package 'soxr' found
1209
configure:13692: checking for GLIB214
1210
configure:13699: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14"
1211
configure:13702: $? = 0
1212
configure:13716: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.14"
1213
configure:13719: $? = 0
1214
configure:13763: result: yes
1215
configure:13786: checking for glXCreateContext in -lGL
1216
configure:13811: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden -D_FORTIFY_SOURCE=2  -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs conftest.c -lGL  -lpthread   -laudcore  >&5
1217
configure:13811: $? = 0
1218
configure:13820: result: yes
1219
configure:14163: checking for tput
1220
configure:14181: found /usr/bin/tput
1221
configure:14193: result: /usr/bin/tput
1222
configure:14279: creating ./config.status
1223

    
1224
## ---------------------- ##
1225
## Running config.status. ##
1226
## ---------------------- ##
1227

    
1228
This file was extended by audacious-plugins config.status 3.6-alpha1, which was
1229
generated by GNU Autoconf 2.69.  Invocation command line was
1230

    
1231
  CONFIG_FILES    = 
1232
  CONFIG_HEADERS  = 
1233
  CONFIG_LINKS    = 
1234
  CONFIG_COMMANDS = 
1235
  $ ./config.status 
1236

    
1237
on KVM
1238

    
1239
config.status:1032: creating buildsys.mk
1240
config.status:1032: creating extra.mk
1241
config.status:1032: creating config.h
1242
config.status:1227: executing po-directories commands
1243

    
1244
## ---------------- ##
1245
## Cache variables. ##
1246
## ---------------- ##
1247

    
1248
ac_cv_build=i686-pc-linux-gnu
1249
ac_cv_c_bigendian=no
1250
ac_cv_c_compiler_gnu=yes
1251
ac_cv_cxx_compiler_gnu=yes
1252
ac_cv_env_ALSA_CFLAGS_set=
1253
ac_cv_env_ALSA_CFLAGS_value=
1254
ac_cv_env_ALSA_LIBS_set=
1255
ac_cv_env_ALSA_LIBS_value=
1256
ac_cv_env_AUDACIOUS_CFLAGS_set=
1257
ac_cv_env_AUDACIOUS_CFLAGS_value=
1258
ac_cv_env_AUDACIOUS_LIBS_set=
1259
ac_cv_env_AUDACIOUS_LIBS_value=
1260
ac_cv_env_BINIO_CFLAGS_set=
1261
ac_cv_env_BINIO_CFLAGS_value=
1262
ac_cv_env_BINIO_LIBS_set=
1263
ac_cv_env_BINIO_LIBS_value=
1264
ac_cv_env_BS2B_CFLAGS_set=
1265
ac_cv_env_BS2B_CFLAGS_value=
1266
ac_cv_env_BS2B_LIBS_set=
1267
ac_cv_env_BS2B_LIBS_value=
1268
ac_cv_env_CCC_set=
1269
ac_cv_env_CCC_value=
1270
ac_cv_env_CC_set=
1271
ac_cv_env_CC_value=
1272
ac_cv_env_CDDB_CFLAGS_set=
1273
ac_cv_env_CDDB_CFLAGS_value=
1274
ac_cv_env_CDDB_LIBS_set=
1275
ac_cv_env_CDDB_LIBS_value=
1276
ac_cv_env_CDIO_CFLAGS_set=
1277
ac_cv_env_CDIO_CFLAGS_value=
1278
ac_cv_env_CDIO_LIBS_set=
1279
ac_cv_env_CDIO_LIBS_value=
1280
ac_cv_env_CFLAGS_set=set
1281
ac_cv_env_CFLAGS_value='-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
1282
ac_cv_env_CPPFLAGS_set=set
1283
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
1284
ac_cv_env_CPP_set=
1285
ac_cv_env_CPP_value=
1286
ac_cv_env_CUE_CFLAGS_set=
1287
ac_cv_env_CUE_CFLAGS_value=
1288
ac_cv_env_CUE_LIBS_set=
1289
ac_cv_env_CUE_LIBS_value=
1290
ac_cv_env_CURL_CFLAGS_set=
1291
ac_cv_env_CURL_CFLAGS_value=
1292
ac_cv_env_CURL_LIBS_set=
1293
ac_cv_env_CURL_LIBS_value=
1294
ac_cv_env_CXXFLAGS_set=set
1295
ac_cv_env_CXXFLAGS_value='-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4'
1296
ac_cv_env_CXX_set=
1297
ac_cv_env_CXX_value=
1298
ac_cv_env_DBUS_CFLAGS_set=
1299
ac_cv_env_DBUS_CFLAGS_value=
1300
ac_cv_env_DBUS_LIBS_set=
1301
ac_cv_env_DBUS_LIBS_value=
1302
ac_cv_env_FFMPEG_CFLAGS_set=
1303
ac_cv_env_FFMPEG_CFLAGS_value=
1304
ac_cv_env_FFMPEG_LIBS_set=
1305
ac_cv_env_FFMPEG_LIBS_value=
1306
ac_cv_env_FLAC_CFLAGS_set=
1307
ac_cv_env_FLAC_CFLAGS_value=
1308
ac_cv_env_FLAC_LIBS_set=
1309
ac_cv_env_FLAC_LIBS_value=
1310
ac_cv_env_FLUIDSYNTH_CFLAGS_set=
1311
ac_cv_env_FLUIDSYNTH_CFLAGS_value=
1312
ac_cv_env_FLUIDSYNTH_LIBS_set=
1313
ac_cv_env_FLUIDSYNTH_LIBS_value=
1314
ac_cv_env_GDKX11_CFLAGS_set=
1315
ac_cv_env_GDKX11_CFLAGS_value=
1316
ac_cv_env_GDKX11_LIBS_set=
1317
ac_cv_env_GDKX11_LIBS_value=
1318
ac_cv_env_GIO_CFLAGS_set=
1319
ac_cv_env_GIO_CFLAGS_value=
1320
ac_cv_env_GIO_LIBS_set=
1321
ac_cv_env_GIO_LIBS_value=
1322
ac_cv_env_GLIB214_CFLAGS_set=
1323
ac_cv_env_GLIB214_CFLAGS_value=
1324
ac_cv_env_GLIB214_LIBS_set=
1325
ac_cv_env_GLIB214_LIBS_value=
1326
ac_cv_env_GLIB_CFLAGS_set=
1327
ac_cv_env_GLIB_CFLAGS_value=
1328
ac_cv_env_GLIB_LIBS_set=
1329
ac_cv_env_GLIB_LIBS_value=
1330
ac_cv_env_GMODULE_CFLAGS_set=
1331
ac_cv_env_GMODULE_CFLAGS_value=
1332
ac_cv_env_GMODULE_LIBS_set=
1333
ac_cv_env_GMODULE_LIBS_value=
1334
ac_cv_env_GTK_CFLAGS_set=
1335
ac_cv_env_GTK_CFLAGS_value=
1336
ac_cv_env_GTK_LIBS_set=
1337
ac_cv_env_GTK_LIBS_value=
1338
ac_cv_env_JACK_CFLAGS_set=
1339
ac_cv_env_JACK_CFLAGS_value=
1340
ac_cv_env_JACK_LIBS_set=
1341
ac_cv_env_JACK_LIBS_value=
1342
ac_cv_env_LDFLAGS_set=set
1343
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
1344
ac_cv_env_LIBFLAC_CFLAGS_set=
1345
ac_cv_env_LIBFLAC_CFLAGS_value=
1346
ac_cv_env_LIBFLAC_LIBS_set=
1347
ac_cv_env_LIBFLAC_LIBS_value=
1348
ac_cv_env_LIBS_set=
1349
ac_cv_env_LIBS_value=
1350
ac_cv_env_MMS_CFLAGS_set=
1351
ac_cv_env_MMS_CFLAGS_value=
1352
ac_cv_env_MMS_LIBS_set=
1353
ac_cv_env_MMS_LIBS_value=
1354
ac_cv_env_MODPLUG_CFLAGS_set=
1355
ac_cv_env_MODPLUG_CFLAGS_value=
1356
ac_cv_env_MODPLUG_LIBS_set=
1357
ac_cv_env_MODPLUG_LIBS_value=
1358
ac_cv_env_MPG123_CFLAGS_set=
1359
ac_cv_env_MPG123_CFLAGS_value=
1360
ac_cv_env_MPG123_LIBS_set=
1361
ac_cv_env_MPG123_LIBS_value=
1362
ac_cv_env_NEON_CFLAGS_set=
1363
ac_cv_env_NEON_CFLAGS_value=
1364
ac_cv_env_NEON_LIBS_set=
1365
ac_cv_env_NEON_LIBS_value=
1366
ac_cv_env_NOTIFY_CFLAGS_set=
1367
ac_cv_env_NOTIFY_CFLAGS_value=
1368
ac_cv_env_NOTIFY_LIBS_set=
1369
ac_cv_env_NOTIFY_LIBS_value=
1370
ac_cv_env_OBJCFLAGS_set=
1371
ac_cv_env_OBJCFLAGS_value=
1372
ac_cv_env_OBJCPP_set=
1373
ac_cv_env_OBJCPP_value=
1374
ac_cv_env_OBJCXXCPP_set=
1375
ac_cv_env_OBJCXXCPP_value=
1376
ac_cv_env_OBJCXXFLAGS_set=
1377
ac_cv_env_OBJCXXFLAGS_value=
1378
ac_cv_env_OBJCXX_set=
1379
ac_cv_env_OBJCXX_value=
1380
ac_cv_env_OBJC_set=
1381
ac_cv_env_OBJC_value=
1382
ac_cv_env_PKG_CONFIG_LIBDIR_set=
1383
ac_cv_env_PKG_CONFIG_LIBDIR_value=
1384
ac_cv_env_PKG_CONFIG_PATH_set=
1385
ac_cv_env_PKG_CONFIG_PATH_value=
1386
ac_cv_env_PKG_CONFIG_set=
1387
ac_cv_env_PKG_CONFIG_value=
1388
ac_cv_env_PULSE_CFLAGS_set=
1389
ac_cv_env_PULSE_CFLAGS_value=
1390
ac_cv_env_PULSE_LIBS_set=
1391
ac_cv_env_PULSE_LIBS_value=
1392
ac_cv_env_QTMULTIMEDIA_CFLAGS_set=
1393
ac_cv_env_QTMULTIMEDIA_CFLAGS_value=
1394
ac_cv_env_QTMULTIMEDIA_LIBS_set=
1395
ac_cv_env_QTMULTIMEDIA_LIBS_value=
1396
ac_cv_env_QTOPENGL_CFLAGS_set=
1397
ac_cv_env_QTOPENGL_CFLAGS_value=
1398
ac_cv_env_QTOPENGL_LIBS_set=
1399
ac_cv_env_QTOPENGL_LIBS_value=
1400
ac_cv_env_QT_CFLAGS_set=
1401
ac_cv_env_QT_CFLAGS_value=
1402
ac_cv_env_QT_LIBS_set=
1403
ac_cv_env_QT_LIBS_value=
1404
ac_cv_env_SAMPLERATE_CFLAGS_set=
1405
ac_cv_env_SAMPLERATE_CFLAGS_value=
1406
ac_cv_env_SAMPLERATE_LIBS_set=
1407
ac_cv_env_SAMPLERATE_LIBS_value=
1408
ac_cv_env_SDL_CFLAGS_set=
1409
ac_cv_env_SDL_CFLAGS_value=
1410
ac_cv_env_SDL_LIBS_set=
1411
ac_cv_env_SDL_LIBS_value=
1412
ac_cv_env_SIDPLAYFP_CFLAGS_set=
1413
ac_cv_env_SIDPLAYFP_CFLAGS_value=
1414
ac_cv_env_SIDPLAYFP_LIBS_set=
1415
ac_cv_env_SIDPLAYFP_LIBS_value=
1416
ac_cv_env_SNDFILE_CFLAGS_set=
1417
ac_cv_env_SNDFILE_CFLAGS_value=
1418
ac_cv_env_SNDFILE_LIBS_set=
1419
ac_cv_env_SNDFILE_LIBS_value=
1420
ac_cv_env_SOXR_CFLAGS_set=
1421
ac_cv_env_SOXR_CFLAGS_value=
1422
ac_cv_env_SOXR_LIBS_set=
1423
ac_cv_env_SOXR_LIBS_value=
1424
ac_cv_env_VORBIS_CFLAGS_set=
1425
ac_cv_env_VORBIS_CFLAGS_value=
1426
ac_cv_env_VORBIS_LIBS_set=
1427
ac_cv_env_VORBIS_LIBS_value=
1428
ac_cv_env_WAVPACK_CFLAGS_set=
1429
ac_cv_env_WAVPACK_CFLAGS_value=
1430
ac_cv_env_WAVPACK_LIBS_set=
1431
ac_cv_env_WAVPACK_LIBS_value=
1432
ac_cv_env_XCOMPOSITE_CFLAGS_set=
1433
ac_cv_env_XCOMPOSITE_CFLAGS_value=
1434
ac_cv_env_XCOMPOSITE_LIBS_set=
1435
ac_cv_env_XCOMPOSITE_LIBS_value=
1436
ac_cv_env_XML_CFLAGS_set=
1437
ac_cv_env_XML_CFLAGS_value=
1438
ac_cv_env_XML_LIBS_set=
1439
ac_cv_env_XML_LIBS_value=
1440
ac_cv_env_XRENDER_CFLAGS_set=
1441
ac_cv_env_XRENDER_CFLAGS_value=
1442
ac_cv_env_XRENDER_LIBS_set=
1443
ac_cv_env_XRENDER_LIBS_value=
1444
ac_cv_env_build_alias_set=
1445
ac_cv_env_build_alias_value=
1446
ac_cv_env_host_alias_set=
1447
ac_cv_env_host_alias_value=
1448
ac_cv_env_target_alias_set=
1449
ac_cv_env_target_alias_value=
1450
ac_cv_func_mkdtemp=yes
1451
ac_cv_header_inttypes_h=yes
1452
ac_cv_header_lirc_lirc_client_h=yes
1453
ac_cv_header_memory_h=yes
1454
ac_cv_header_neaacdec_h=yes
1455
ac_cv_header_sndio_h=no
1456
ac_cv_header_soundcard_h=no
1457
ac_cv_header_stdc=yes
1458
ac_cv_header_stdint_h=yes
1459
ac_cv_header_stdlib_h=yes
1460
ac_cv_header_string_h=yes
1461
ac_cv_header_strings_h=yes
1462
ac_cv_header_sys_soundcard_h=yes
1463
ac_cv_header_sys_stat_h=yes
1464
ac_cv_header_sys_types_h=yes
1465
ac_cv_header_sys_wait_h=yes
1466
ac_cv_header_unistd_h=yes
1467
ac_cv_header_zlib_h=yes
1468
ac_cv_host=i686-pc-linux-gnu
1469
ac_cv_lib_GL_glXCreateContext=yes
1470
ac_cv_lib_faad_NeAACDecInit2=yes
1471
ac_cv_lib_mp3lame_lame_get_id3v2_tag=yes
1472
ac_cv_objext=o
1473
ac_cv_path_AR=/usr/bin/ar
1474
ac_cv_path_CP=/usr/bin/cp
1475
ac_cv_path_EGREP='/usr/bin/grep -E'
1476
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
1477
ac_cv_path_GREP=/usr/bin/grep
1478
ac_cv_path_MSGFMT=/usr/bin/msgfmt
1479
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
1480
ac_cv_path_MV=/usr/bin/mv
1481
ac_cv_path_RANLIB=/usr/bin/ranlib
1482
ac_cv_path_RM=/usr/bin/rm
1483
ac_cv_path_SED=/usr/bin/sed
1484
ac_cv_path_TPUT=/usr/bin/tput
1485
ac_cv_path_XGETTEXT=/usr/bin/xgettext
1486
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
1487
ac_cv_path_install='/usr/bin/install -c'
1488
ac_cv_path_mkdir=/usr/bin/mkdir
1489
ac_cv_prog_CPP='gcc -E'
1490
ac_cv_prog_ac_ct_CC=gcc
1491
ac_cv_prog_ac_ct_CXX=g++
1492
ac_cv_prog_cc_c89=
1493
ac_cv_prog_cc_g=yes
1494
ac_cv_prog_cxx_g=yes
1495
ac_cv_prog_have_mpris2=yes
1496
ac_cv_prog_make_make_set=yes
1497
ac_cv_search_pthread_create=-lpthread
1498
ac_cv_sys_file_offset_bits=64
1499
ac_cv_sys_largefile_CC=no
1500
ac_cv_target=i686-pc-linux-gnu
1501
acl_cv_hardcode_direct=no
1502
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
1503
acl_cv_hardcode_libdir_separator=
1504
acl_cv_hardcode_minus_L=no
1505
acl_cv_libext=a
1506
acl_cv_libname_spec='lib$name'
1507
acl_cv_library_names_spec='$libname$shrext'
1508
acl_cv_path_LD=/usr/bin/ld
1509
acl_cv_prog_gnu_ld=yes
1510
acl_cv_rpath=done
1511
acl_cv_shlibext=so
1512
acl_cv_wl=-Wl,
1513
gt_cv_func_CFLocaleCopyCurrent=no
1514
gt_cv_func_CFPreferencesCopyAppValue=no
1515
gt_cv_func_gnugettext1_libc=yes
1516
pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
1517
pkg_cv_ALSA_LIBS='-lasound '
1518
pkg_cv_AUDACIOUS_CFLAGS=
1519
pkg_cv_AUDACIOUS_LIBS='-laudcore '
1520
pkg_cv_CDDB_CFLAGS=
1521
pkg_cv_CDDB_LIBS='-lcddb '
1522
pkg_cv_CDIO_CFLAGS=
1523
pkg_cv_CDIO_LIBS='-lcdio_cdda -lcdio -lm -lcdio -lm '
1524
pkg_cv_CUE_CFLAGS='-I/usr/include/libcue-1.4 '
1525
pkg_cv_CUE_LIBS='-lcue '
1526
pkg_cv_CURL_CFLAGS=
1527
pkg_cv_CURL_LIBS='-lcurl '
1528
pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1529
pkg_cv_DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 '
1530
pkg_cv_FFMPEG_CFLAGS=
1531
pkg_cv_FFMPEG_LIBS='-lavcodec -lavformat -lavutil '
1532
pkg_cv_FLAC_CFLAGS=
1533
pkg_cv_FLAC_LIBS='-lFLAC '
1534
pkg_cv_FLUIDSYNTH_CFLAGS=
1535
pkg_cv_FLUIDSYNTH_LIBS='-lfluidsynth '
1536
pkg_cv_GDKX11_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1537
pkg_cv_GDKX11_LIBS='-lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 '
1538
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1539
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1540
pkg_cv_GLIB214_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1541
pkg_cv_GLIB214_LIBS='-lglib-2.0 '
1542
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1543
pkg_cv_GLIB_LIBS='-lglib-2.0 '
1544
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1545
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
1546
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz '
1547
pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
1548
pkg_cv_JACK_CFLAGS=
1549
pkg_cv_JACK_LIBS='-ljack -lpthread '
1550
pkg_cv_LIBFLAC_CFLAGS=
1551
pkg_cv_LIBFLAC_LIBS='-lFLAC '
1552
pkg_cv_MMS_CFLAGS='-I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1553
pkg_cv_MMS_LIBS='-lmms -lm -lglib-2.0 '
1554
pkg_cv_MODPLUG_CFLAGS=
1555
pkg_cv_MODPLUG_LIBS='-lmodplug '
1556
pkg_cv_MPG123_CFLAGS=
1557
pkg_cv_MPG123_LIBS='-lmpg123 '
1558
pkg_cv_NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon '
1559
pkg_cv_NEON_LIBS='-lneon '
1560
pkg_cv_NOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1561
pkg_cv_NOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1562
pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
1563
pkg_cv_PULSE_LIBS='-lpulse '
1564
pkg_cv_SAMPLERATE_CFLAGS=
1565
pkg_cv_SAMPLERATE_LIBS='-lsamplerate '
1566
pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
1567
pkg_cv_SDL_LIBS='-lSDL -lpthread '
1568
pkg_cv_SIDPLAYFP_CFLAGS=
1569
pkg_cv_SIDPLAYFP_LIBS='-lsidplayfp '
1570
pkg_cv_SNDFILE_CFLAGS=
1571
pkg_cv_SNDFILE_LIBS='-lsndfile '
1572
pkg_cv_VORBIS_CFLAGS=
1573
pkg_cv_VORBIS_LIBS='-logg -lvorbis -lvorbisenc -lvorbisfile '
1574
pkg_cv_WAVPACK_CFLAGS=
1575
pkg_cv_WAVPACK_LIBS='-lwavpack '
1576
pkg_cv_XCOMPOSITE_CFLAGS=
1577
pkg_cv_XCOMPOSITE_LIBS='-lXcomposite '
1578
pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 '
1579
pkg_cv_XML_LIBS='-lxml2 '
1580
pkg_cv_XRENDER_CFLAGS=
1581
pkg_cv_XRENDER_LIBS='-lXrender -lX11 '
1582

    
1583
## ----------------- ##
1584
## Output variables. ##
1585
## ----------------- ##
1586

    
1587
ALSA_CFLAGS='-I/usr/include/alsa '
1588
ALSA_LIBS='-lasound '
1589
AR='/usr/bin/ar'
1590
AUDACIOUS_CFLAGS=''
1591
AUDACIOUS_LIBS='-laudcore '
1592
BIGENDIAN='0'
1593
BINIO_CFLAGS=''
1594
BINIO_LIBS=''
1595
BS2B_CFLAGS=''
1596
BS2B_LIBS=''
1597
CC='gcc'
1598
CC_DEPENDS='yes'
1599
CDDB_CFLAGS=''
1600
CDDB_LIBS='-lcddb '
1601
CDIO_CFLAGS=''
1602
CDIO_LIBS='-lcdio_cdda -lcdio -lm -lcdio -lm '
1603
CFLAGS='-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden'
1604
CLEAN_LIB=''
1605
CONTAINER_PLUGINS='asx asx3 audpl m3u pls xspf cue'
1606
CONTAINER_PLUGIN_DIR='Container'
1607
CP='/usr/bin/cp'
1608
CPP='gcc -E'
1609
CPPFLAGS='-D_FORTIFY_SOURCE=2  -include config.h'
1610
CUE_CFLAGS='-I/usr/include/libcue-1.4 '
1611
CUE_LIBS='-lcue '
1612
CURL_CFLAGS=''
1613
CURL_LIBS='-lcurl '
1614
CXX='g++'
1615
CXXFLAGS='-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -fvisibility=hidden'
1616
CXX_DEPENDS='yes'
1617
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1618
DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 '
1619
DEFS='-DHAVE_CONFIG_H'
1620
ECHO_C=''
1621
ECHO_N='-n'
1622
ECHO_T=''
1623
EFFECT_PLUGINS='compressor crossfade crystalizer mixer silence-removal stereo_plugin voice_removal echo_plugin resample speed-pitch ladspa'
1624
EFFECT_PLUGIN_DIR='Effect'
1625
EGREP='/usr/bin/grep -E'
1626
EXEEXT=''
1627
FAAD_CFLAGS=''
1628
FAAD_LIBS='-lfaad'
1629
FFMPEG_CFLAGS=''
1630
FFMPEG_LIBS='-lavcodec -lavformat -lavutil '
1631
FILEWRITER_CFLAGS='  '
1632
FILEWRITER_LIBS=' -lmp3lame -logg -lvorbis -lvorbisenc -lvorbisfile  -lFLAC '
1633
FLAC_CFLAGS=''
1634
FLAC_LIBS='-lFLAC '
1635
FLUIDSYNTH_CFLAGS=''
1636
FLUIDSYNTH_LIBS='-lfluidsynth '
1637
GDKX11_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1638
GDKX11_LIBS='-lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 '
1639
GENERAL_PLUGINS=' alarm albumart delete-files playlist-manager search-tool statusicon gtkui skins hotkey gnomeshortcuts lirc song_change aosd notify mpris2 cd-menu-items scrobbler2 lyricwiki'
1640
GENERAL_PLUGIN_DIR='General'
1641
GETTEXT_MACRO_VERSION='0.19'
1642
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1643
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1644
GLIB214_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1645
GLIB214_LIBS='-lglib-2.0 '
1646
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1647
GLIB_LIBS='-lglib-2.0 '
1648
GL_LIBS='-lGL -lX11'
1649
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1650
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
1651
GMSGFMT='/usr/bin/msgfmt'
1652
GMSGFMT_015='/usr/bin/msgfmt'
1653
GREP='/usr/bin/grep'
1654
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz '
1655
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
1656
HAVE_DARWIN='no'
1657
HAVE_LINUX='yes'
1658
HAVE_MSWINDOWS='no'
1659
INPUT_PLUGINS='tonegen metronom console xsf psf mpg123 vorbis flacng wavpack aac-raw sndfile modplug ffaudio sid amidi-plug cdaudio-ng vtx'
1660
INPUT_PLUGIN_DIR='Input'
1661
INSTALL_DATA='${INSTALL} -m 644'
1662
INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
1663
INSTALL_PROGRAM='${INSTALL}'
1664
INSTALL_SCRIPT='${INSTALL}'
1665
INTLLIBS=''
1666
INTL_MACOSX_LIBS=''
1667
JACK_CFLAGS=''
1668
JACK_LIBS='-ljack -lpthread '
1669
LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-z,defs'
1670
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
1671
LIBFLAC_CFLAGS=''
1672
LIBFLAC_LIBS='-lFLAC '
1673
LIBICONV='-liconv'
1674
LIBINTL=''
1675
LIBOBJS=''
1676
LIBS='-lpthread   -laudcore '
1677
LIB_CFLAGS='-fPIC -DPIC'
1678
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
1679
LIB_PREFIX='lib'
1680
LIB_SUFFIX='.so'
1681
LN_S='ln -s'
1682
LTLIBICONV='-liconv'
1683
LTLIBINTL=''
1684
LTLIBOBJS=''
1685
MKDIR_P='/usr/bin/mkdir -p'
1686
MMS_CFLAGS='-I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1687
MMS_LIBS='-lmms -lm -lglib-2.0 '
1688
MODPLUG_CFLAGS=''
1689
MODPLUG_LIBS='-lmodplug '
1690
MPG123_CFLAGS=''
1691
MPG123_LIBS='-lmpg123 '
1692
MSGFMT='/usr/bin/msgfmt'
1693
MSGFMT_015='/usr/bin/msgfmt'
1694
MSGMERGE='/usr/bin/msgmerge'
1695
MV='/usr/bin/mv'
1696
NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon '
1697
NEON_LIBS='-lneon '
1698
NOTIFY_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
1699
NOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1700
OBJC=''
1701
OBJCFLAGS=''
1702
OBJCPP=''
1703
OBJCXX=''
1704
OBJCXXCPP=''
1705
OBJCXXFLAGS=''
1706
OBJCXX_DEPENDS=''
1707
OBJC_DEPENDS=''
1708
OBJEXT='o'
1709
OSS_CFLAGS=''
1710
OUTPUT_PLUGINS=' pulse_audio jack-ng oss4 alsa sdlout filewriter'
1711
OUTPUT_PLUGIN_DIR='Output'
1712
PACKAGE_BUGREPORT=''
1713
PACKAGE_NAME='audacious-plugins'
1714
PACKAGE_STRING='audacious-plugins 3.6-alpha1'
1715
PACKAGE_TARNAME='audacious-plugins'
1716
PACKAGE_URL=''
1717
PACKAGE_VERSION='3.6-alpha1'
1718
PATH_SEPARATOR=':'
1719
PKG_CONFIG='/usr/bin/pkg-config'
1720
PKG_CONFIG_LIBDIR=''
1721
PKG_CONFIG_PATH=''
1722
PLUGIN_CFLAGS='-fPIC -DPIC'
1723
PLUGIN_LDFLAGS='-shared'
1724
PLUGIN_SUFFIX='.so'
1725
POSUB='po'
1726
PULSE_CFLAGS='-D_REENTRANT '
1727
PULSE_LIBS='-lpulse '
1728
QTMULTIMEDIA_CFLAGS=''
1729
QTMULTIMEDIA_LIBS=''
1730
QTOPENGL_CFLAGS=''
1731
QTOPENGL_LIBS=''
1732
QT_CFLAGS=''
1733
QT_LIBS=''
1734
RANLIB='/usr/bin/ranlib'
1735
RM='/usr/bin/rm'
1736
SAMPLERATE_CFLAGS=''
1737
SAMPLERATE_LIBS='-lsamplerate '
1738
SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL '
1739
SDL_LIBS='-lSDL -lpthread '
1740
SED='/usr/bin/sed'
1741
SET_MAKE=''
1742
SHELL='/bin/sh'
1743
SIDPLAYFP_CFLAGS=''
1744
SIDPLAYFP_LIBS='-lsidplayfp '
1745
SNDFILE_CFLAGS=''
1746
SNDFILE_LIBS='-lsndfile '
1747
SNDIO_LIBS=''
1748
SOXR_CFLAGS=''
1749
SOXR_LIBS=''
1750
TERM_BOLD=''
1751
TERM_EL=''
1752
TERM_SETAF1=''
1753
TERM_SETAF2=''
1754
TERM_SETAF3=''
1755
TERM_SETAF4=''
1756
TERM_SETAF6=''
1757
TERM_SGR0='(B'
1758
TPUT='/usr/bin/tput'
1759
TRANSPORT_PLUGINS='gio neon mms'
1760
TRANSPORT_PLUGIN_DIR='Transport'
1761
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
1762
USE_GTK='yes'
1763
USE_NLS='yes'
1764
USE_QT='no'
1765
VISUALIZATION_PLUGINS=' gl-spectrum blur_scope cairo-spectrum'
1766
VISUALIZATION_PLUGIN_DIR='Visualization'
1767
VORBIS_CFLAGS=''
1768
VORBIS_LIBS='-logg -lvorbis -lvorbisenc -lvorbisfile '
1769
WAVPACK_CFLAGS=''
1770
WAVPACK_LIBS='-lwavpack '
1771
WINDRES=''
1772
XCOMPOSITE_CFLAGS=''
1773
XCOMPOSITE_LIBS='-lXcomposite '
1774
XGETTEXT='/usr/bin/xgettext'
1775
XGETTEXT_015='/usr/bin/xgettext'
1776
XGETTEXT_EXTRA_OPTIONS=''
1777
XML_CFLAGS='-I/usr/include/libxml2 '
1778
XML_LIBS='-lxml2 '
1779
XRENDER_CFLAGS=''
1780
XRENDER_LIBS='-lXrender -lX11 '
1781
ac_ct_CC='gcc'
1782
ac_ct_CXX='g++'
1783
ac_ct_OBJC=''
1784
ac_ct_OBJCXX=''
1785
bindir='${exec_prefix}/bin'
1786
build='i686-pc-linux-gnu'
1787
build_alias=''
1788
build_cpu='i686'
1789
build_os='linux-gnu'
1790
build_vendor='pc'
1791
datadir='${datarootdir}'
1792
datarootdir='${prefix}/share'
1793
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1794
dvidir='${docdir}'
1795
exec_prefix='${prefix}'
1796
have_mpris2='yes'
1797
host='i686-pc-linux-gnu'
1798
host_alias=''
1799
host_cpu='i686'
1800
host_os='linux-gnu'
1801
host_vendor='pc'
1802
htmldir='${docdir}'
1803
includedir='${prefix}/include'
1804
infodir='${datarootdir}/info'
1805
libdir='${exec_prefix}/lib'
1806
libexecdir='${exec_prefix}/libexec'
1807
localedir='${prefix}/share/locale'
1808
localstatedir='${prefix}/var'
1809
mandir='${datarootdir}/man'
1810
oldincludedir='/usr/include'
1811
pdfdir='${docdir}'
1812
plugindir='/usr/lib/audacious'
1813
prefix='/usr'
1814
program_transform_name='s,x,x,'
1815
psdir='${docdir}'
1816
sbindir='${exec_prefix}/sbin'
1817
sharedstatedir='${prefix}/com'
1818
sysconfdir='${prefix}/etc'
1819
target='i686-pc-linux-gnu'
1820
target_alias=''
1821
target_cpu='i686'
1822
target_os='linux-gnu'
1823
target_vendor='pc'
1824

    
1825
## ----------- ##
1826
## confdefs.h. ##
1827
## ----------- ##
1828

    
1829
/* confdefs.h */
1830
#define PACKAGE_NAME "audacious-plugins"
1831
#define PACKAGE_TARNAME "audacious-plugins"
1832
#define PACKAGE_VERSION "3.6-alpha1"
1833
#define PACKAGE_STRING "audacious-plugins 3.6-alpha1"
1834
#define PACKAGE_BUGREPORT ""
1835
#define PACKAGE_URL ""
1836
#define PACKAGE "audacious-plugins"
1837
#define VERSION "3.6-alpha1"
1838
#define STDC_HEADERS 1
1839
#define HAVE_SYS_TYPES_H 1
1840
#define HAVE_SYS_STAT_H 1
1841
#define HAVE_STDLIB_H 1
1842
#define HAVE_STRING_H 1
1843
#define HAVE_MEMORY_H 1
1844
#define HAVE_STRINGS_H 1
1845
#define HAVE_INTTYPES_H 1
1846
#define HAVE_STDINT_H 1
1847
#define HAVE_UNISTD_H 1
1848
#define _FILE_OFFSET_BITS 64
1849
#define EXPORT __attribute__((visibility("default")))
1850
#define USE_GTK 1
1851
#define HAVE_MKDTEMP 1
1852
#define ENABLE_NLS 1
1853
#define HAVE_GETTEXT 1
1854
#define HAVE_DCGETTEXT 1
1855
#define HAVE_ZLIB_H 1
1856
#define HAVE_LIRC_LIRC_CLIENT_H 1
1857
#define HAVE_SYS_WAIT_H 1
1858
#define HAVE_XCOMPOSITE /**/
1859
#define HAVE_FFMPEG 1
1860
#define HAVE_SYS_SOUNDCARD_H 1
1861
#define FILEWRITER_MP3 1
1862
#define FILEWRITER_VORBIS 1
1863
#define FILEWRITER_FLAC 1
1864

    
1865
configure: exit 0