Project

General

Profile

config.log

aud - il lumilore, November 29, 2014 00:43

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

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

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

    
13
hostname = comp.site
14
uname -m = x86_64
15
uname -r = 3.16.6-2-desktop
16
uname -s = Linux
17
uname -v = #1 SMP PREEMPT Mon Oct 20 13:47:22 UTC 2014 (feb42ea)
18

    
19
/usr/bin/uname -p = x86_64
20
/bin/uname -X     = unknown
21

    
22
/bin/arch              = x86_64
23
/usr/bin/arch -k       = unknown
24
/usr/convex/getsysinfo = unknown
25
/usr/bin/hostinfo      = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29

    
30
PATH: /home/ill/bin
31
PATH: /usr/local/bin
32
PATH: /usr/bin
33
PATH: /bin
34
PATH: /usr/bin/X11
35
PATH: /usr/games
36
PATH: /opt/kde3/bin
37
PATH: /usr/lib/mit/bin
38
PATH: /sbin
39
PATH: /usr/sbin
40
PATH: /usr/local/sbin
41
PATH: /root/bin
42
PATH: /sbin
43
PATH: /usr/sbin
44
PATH: /usr/local/sbin
45
PATH: /root/bin
46

    
47

    
48
## ----------- ##
49
## Core tests. ##
50
## ----------- ##
51

    
52
configure:2509: loading site script /usr/share/site/x86_64-unknown-linux-gnu
53
| #!/bin/sh
54
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
55
| 
56
| # If user did not specify libdir, guess the correct target:
57
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
58
| if test "$libdir" = '${exec_prefix}/lib' ; then
59
| 
60
| 	ac_config_site_64bit_host=NONE
61
| 
62
| 	case "$host" in
63
| 	"" )
64
| 		# User did not specify host target.
65
| 		# The native platform x86_64 is a bi-arch platform.
66
| 		# Try to detect cross-compilation to inferior architecture.
67
| 
68
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
69
| 		# it sounds, as there is possible several intermediate combinations.
70
| 		ac_config_site_cross_to_32bit_host=NONE
71
| 
72
| 		# User defined -m32 in CFLAGS or CXXFLAGS:
73
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
74
| 		case "$CFLAGS" in
75
| 		*-m32*)
76
| 			ac_config_site_cross_to_32bit_host=YES
77
| 			;;
78
| 		esac
79
| 		case "$CXXFLAGS" in
80
| 		*-m32*)
81
| 			ac_config_site_cross_to_32bit_host=YES
82
| 			;;
83
| 		esac
84
| 
85
| 		# Running with linux32:
86
| 		# (Changes detected platform, but not the toolchain target.)
87
| 		case "`/bin/uname -i`" in
88
| 		x86_64 | ppc64 | s390x )
89
| 			;;
90
| 		* )
91
| 			ac_config_site_cross_to_32bit_host=YES
92
| 			;;
93
| 		esac
94
| 
95
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
96
| 			ac_config_site_64bit_host=YES
97
| 		fi
98
| 
99
| 		;;
100
| 	*x86_64* | *ppc64* | *s390x* )
101
| 		ac_config_site_64bit_host=YES
102
| 		;;
103
| 	esac
104
| 
105
| 	if test "x$ac_config_site_64bit_host" = xYES; then
106
| 		libdir='${exec_prefix}/lib64'
107
| 	fi
108
| fi
109
| 
110
| # If user did not specify libexecdir, set the correct target:
111
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
112
| 
113
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
114
| 	libexecdir='${exec_prefix}/lib'
115
| fi
116
| 
117
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
118
| if test "x$prefix" != xNONE; then
119
| 	ac_site_file1=$prefix/share/config.site
120
| 	ac_site_file2=$prefix/etc/config.site
121
| else
122
| 	ac_site_file1=$ac_default_prefix/share/config.site
123
| 	ac_site_file2=$ac_default_prefix/etc/config.site
124
| fi
125
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
126
| do
127
| 	test "x$ac_site_file" = xNONE && continue
128
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
129
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
130
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
131
| 		sed 's/^/| /' "$ac_site_file" >&5
132
| 		. "$ac_site_file" \
133
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
134
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
135
| as_fn_error $? "failed to load site script $ac_site_file
136
| See \`config.log' for more details" "$LINENO" 5; }
137
| 	fi
138
| done
139
configure:2700: checking for gcc
140
configure:2716: found /usr/bin/gcc
141
configure:2727: result: gcc
142
configure:2956: checking for C compiler version
143
configure:2965: gcc --version >&5
144
gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
145
Copyright (C) 2013 Free Software Foundation, Inc.
146
This is free software; see the source for copying conditions.  There is NO
147
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
148

    
149
configure:2976: $? = 0
150
configure:2965: gcc -v >&5
151
Using built-in specs.
152
COLLECT_GCC=gcc
153
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
154
Target: x86_64-suse-linux
155
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
156
Thread model: posix
157
gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) 
158
configure:2976: $? = 0
159
configure:2965: gcc -V >&5
160
gcc: error: unrecognized command line option '-V'
161
gcc: fatal error: no input files
162
compilation terminated.
163
configure:2976: $? = 1
164
configure:2965: gcc -qversion >&5
165
gcc: error: unrecognized command line option '-qversion'
166
gcc: fatal error: no input files
167
compilation terminated.
168
configure:2976: $? = 1
169
configure:2996: checking whether the C compiler works
170
configure:3018: gcc    conftest.c  >&5
171
configure:3022: $? = 0
172
configure:3070: result: yes
173
configure:3073: checking for C compiler default output file name
174
configure:3075: result: a.out
175
configure:3081: checking for suffix of executables
176
configure:3088: gcc -o conftest    conftest.c  >&5
177
configure:3092: $? = 0
178
configure:3114: result: 
179
configure:3136: checking whether we are cross compiling
180
configure:3144: gcc -o conftest    conftest.c  >&5
181
configure:3148: $? = 0
182
configure:3155: ./conftest
183
configure:3159: $? = 0
184
configure:3174: result: no
185
configure:3179: checking for suffix of object files
186
configure:3201: gcc -c   conftest.c >&5
187
configure:3205: $? = 0
188
configure:3226: result: o
189
configure:3230: checking whether we are using the GNU C compiler
190
configure:3249: gcc -c   conftest.c >&5
191
configure:3249: $? = 0
192
configure:3258: result: yes
193
configure:3267: checking whether gcc accepts -g
194
configure:3287: gcc -c -g  conftest.c >&5
195
configure:3287: $? = 0
196
configure:3328: result: yes
197
configure:3345: checking for gcc option to accept ISO C89
198
configure:3408: gcc  -c -g -O2  conftest.c >&5
199
configure:3408: $? = 0
200
configure:3421: result: none needed
201
configure:3499: checking for g++
202
configure:3529: result: no
203
configure:3499: checking for c++
204
configure:3529: result: no
205
configure:3499: checking for gpp
206
configure:3529: result: no
207
configure:3499: checking for aCC
208
configure:3529: result: no
209
configure:3499: checking for CC
210
configure:3529: result: no
211
configure:3499: checking for cxx
212
configure:3529: result: no
213
configure:3499: checking for cc++
214
configure:3529: result: no
215
configure:3499: checking for cl.exe
216
configure:3529: result: no
217
configure:3499: checking for FCC
218
configure:3529: result: no
219
configure:3499: checking for KCC
220
configure:3529: result: no
221
configure:3499: checking for RCC
222
configure:3529: result: no
223
configure:3499: checking for xlC_r
224
configure:3529: result: no
225
configure:3499: checking for xlC
226
configure:3529: result: no
227
configure:3553: checking for C++ compiler version
228
configure:3562: g++ --version >&5
229
./configure: line 3564: g++: command not found
230
configure:3573: $? = 127
231
configure:3562: g++ -v >&5
232
./configure: line 3564: g++: command not found
233
configure:3573: $? = 127
234
configure:3562: g++ -V >&5
235
./configure: line 3564: g++: command not found
236
configure:3573: $? = 127
237
configure:3562: g++ -qversion >&5
238
./configure: line 3564: g++: command not found
239
configure:3573: $? = 127
240
configure:3577: checking whether we are using the GNU C++ compiler
241
configure:3596: g++ -c   conftest.cpp >&5
242
./configure: line 1920: g++: command not found
243
configure:3596: $? = 127
244
configure: failed program was:
245
| /* confdefs.h */
246
| #define PACKAGE_NAME "audacious-plugins"
247
| #define PACKAGE_TARNAME "audacious-plugins"
248
| #define PACKAGE_VERSION "3.5.2"
249
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
250
| #define PACKAGE_BUGREPORT ""
251
| #define PACKAGE_URL ""
252
| #define PACKAGE "audacious-plugins"
253
| #define VERSION "3.5.2"
254
| /* end confdefs.h.  */
255
| 
256
| int
257
| main ()
258
| {
259
| #ifndef __GNUC__
260
|        choke me
261
| #endif
262
| 
263
|   ;
264
|   return 0;
265
| }
266
configure:3605: result: no
267
configure:3614: checking whether g++ accepts -g
268
configure:3634: g++ -c -g  conftest.cpp >&5
269
./configure: line 1920: g++: command not found
270
configure:3634: $? = 127
271
configure: failed program was:
272
| /* confdefs.h */
273
| #define PACKAGE_NAME "audacious-plugins"
274
| #define PACKAGE_TARNAME "audacious-plugins"
275
| #define PACKAGE_VERSION "3.5.2"
276
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
277
| #define PACKAGE_BUGREPORT ""
278
| #define PACKAGE_URL ""
279
| #define PACKAGE "audacious-plugins"
280
| #define VERSION "3.5.2"
281
| /* end confdefs.h.  */
282
| 
283
| int
284
| main ()
285
| {
286
| 
287
|   ;
288
|   return 0;
289
| }
290
configure:3649: g++ -c   conftest.cpp >&5
291
./configure: line 1920: g++: command not found
292
configure:3649: $? = 127
293
configure: failed program was:
294
| /* confdefs.h */
295
| #define PACKAGE_NAME "audacious-plugins"
296
| #define PACKAGE_TARNAME "audacious-plugins"
297
| #define PACKAGE_VERSION "3.5.2"
298
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
299
| #define PACKAGE_BUGREPORT ""
300
| #define PACKAGE_URL ""
301
| #define PACKAGE "audacious-plugins"
302
| #define VERSION "3.5.2"
303
| /* end confdefs.h.  */
304
| 
305
| int
306
| main ()
307
| {
308
| 
309
|   ;
310
|   return 0;
311
| }
312
configure:3665: g++ -c -g  conftest.cpp >&5
313
./configure: line 1920: g++: command not found
314
configure:3665: $? = 127
315
configure: failed program was:
316
| /* confdefs.h */
317
| #define PACKAGE_NAME "audacious-plugins"
318
| #define PACKAGE_TARNAME "audacious-plugins"
319
| #define PACKAGE_VERSION "3.5.2"
320
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
321
| #define PACKAGE_BUGREPORT ""
322
| #define PACKAGE_URL ""
323
| #define PACKAGE "audacious-plugins"
324
| #define VERSION "3.5.2"
325
| /* end confdefs.h.  */
326
| 
327
| int
328
| main ()
329
| {
330
| 
331
|   ;
332
|   return 0;
333
| }
334
configure:3675: result: no
335
configure:3704: checking how to run the C preprocessor
336
configure:3735: gcc -E  conftest.c
337
configure:3735: $? = 0
338
configure:3749: gcc -E  conftest.c
339
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
340
 #include <ac_nonexistent.h>
341
                            ^
342
compilation terminated.
343
configure:3749: $? = 1
344
configure: failed program was:
345
| /* confdefs.h */
346
| #define PACKAGE_NAME "audacious-plugins"
347
| #define PACKAGE_TARNAME "audacious-plugins"
348
| #define PACKAGE_VERSION "3.5.2"
349
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
350
| #define PACKAGE_BUGREPORT ""
351
| #define PACKAGE_URL ""
352
| #define PACKAGE "audacious-plugins"
353
| #define VERSION "3.5.2"
354
| /* end confdefs.h.  */
355
| #include <ac_nonexistent.h>
356
configure:3774: result: gcc -E
357
configure:3794: gcc -E  conftest.c
358
configure:3794: $? = 0
359
configure:3808: gcc -E  conftest.c
360
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
361
 #include <ac_nonexistent.h>
362
                            ^
363
compilation terminated.
364
configure:3808: $? = 1
365
configure: failed program was:
366
| /* confdefs.h */
367
| #define PACKAGE_NAME "audacious-plugins"
368
| #define PACKAGE_TARNAME "audacious-plugins"
369
| #define PACKAGE_VERSION "3.5.2"
370
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
371
| #define PACKAGE_BUGREPORT ""
372
| #define PACKAGE_URL ""
373
| #define PACKAGE "audacious-plugins"
374
| #define VERSION "3.5.2"
375
| /* end confdefs.h.  */
376
| #include <ac_nonexistent.h>
377
configure:3837: checking for grep that handles long lines and -e
378
configure:3895: result: /usr/bin/grep
379
configure:3900: checking for egrep
380
configure:3962: result: /usr/bin/grep -E
381
configure:3967: checking for ANSI C header files
382
configure:3987: gcc -c -g -O2  conftest.c >&5
383
configure:3987: $? = 0
384
configure:4060: gcc -o conftest -g -O2   conftest.c  >&5
385
configure:4060: $? = 0
386
configure:4060: ./conftest
387
configure:4060: $? = 0
388
configure:4071: result: yes
389
configure:4084: checking for sys/types.h
390
configure:4084: gcc -c -g -O2  conftest.c >&5
391
configure:4084: $? = 0
392
configure:4084: result: yes
393
configure:4084: checking for sys/stat.h
394
configure:4084: gcc -c -g -O2  conftest.c >&5
395
configure:4084: $? = 0
396
configure:4084: result: yes
397
configure:4084: checking for stdlib.h
398
configure:4084: gcc -c -g -O2  conftest.c >&5
399
configure:4084: $? = 0
400
configure:4084: result: yes
401
configure:4084: checking for string.h
402
configure:4084: gcc -c -g -O2  conftest.c >&5
403
configure:4084: $? = 0
404
configure:4084: result: yes
405
configure:4084: checking for memory.h
406
configure:4084: gcc -c -g -O2  conftest.c >&5
407
configure:4084: $? = 0
408
configure:4084: result: yes
409
configure:4084: checking for strings.h
410
configure:4084: gcc -c -g -O2  conftest.c >&5
411
configure:4084: $? = 0
412
configure:4084: result: yes
413
configure:4084: checking for inttypes.h
414
configure:4084: gcc -c -g -O2  conftest.c >&5
415
configure:4084: $? = 0
416
configure:4084: result: yes
417
configure:4084: checking for stdint.h
418
configure:4084: gcc -c -g -O2  conftest.c >&5
419
configure:4084: $? = 0
420
configure:4084: result: yes
421
configure:4084: checking for unistd.h
422
configure:4084: gcc -c -g -O2  conftest.c >&5
423
configure:4084: $? = 0
424
configure:4084: result: yes
425
configure:4096: checking whether byte ordering is bigendian
426
configure:4111: gcc -c -g -O2  conftest.c >&5
427
conftest.c:22:9: error: unknown type name 'not'
428
         not a universal capable compiler
429
         ^
430
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
431
         not a universal capable compiler
432
               ^
433
conftest.c:22:15: error: unknown type name 'universal'
434
configure:4111: $? = 1
435
configure: failed program was:
436
| /* confdefs.h */
437
| #define PACKAGE_NAME "audacious-plugins"
438
| #define PACKAGE_TARNAME "audacious-plugins"
439
| #define PACKAGE_VERSION "3.5.2"
440
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
441
| #define PACKAGE_BUGREPORT ""
442
| #define PACKAGE_URL ""
443
| #define PACKAGE "audacious-plugins"
444
| #define VERSION "3.5.2"
445
| #define STDC_HEADERS 1
446
| #define HAVE_SYS_TYPES_H 1
447
| #define HAVE_SYS_STAT_H 1
448
| #define HAVE_STDLIB_H 1
449
| #define HAVE_STRING_H 1
450
| #define HAVE_MEMORY_H 1
451
| #define HAVE_STRINGS_H 1
452
| #define HAVE_INTTYPES_H 1
453
| #define HAVE_STDINT_H 1
454
| #define HAVE_UNISTD_H 1
455
| /* end confdefs.h.  */
456
| #ifndef __APPLE_CC__
457
| 	       not a universal capable compiler
458
| 	     #endif
459
| 	     typedef int dummy;
460
| 
461
configure:4156: gcc -c -g -O2  conftest.c >&5
462
configure:4156: $? = 0
463
configure:4174: gcc -c -g -O2  conftest.c >&5
464
conftest.c: In function 'main':
465
conftest.c:28:4: error: unknown type name 'not'
466
    not big endian
467
    ^
468
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
469
    not big endian
470
            ^
471
configure:4174: $? = 1
472
configure: failed program was:
473
| /* confdefs.h */
474
| #define PACKAGE_NAME "audacious-plugins"
475
| #define PACKAGE_TARNAME "audacious-plugins"
476
| #define PACKAGE_VERSION "3.5.2"
477
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
478
| #define PACKAGE_BUGREPORT ""
479
| #define PACKAGE_URL ""
480
| #define PACKAGE "audacious-plugins"
481
| #define VERSION "3.5.2"
482
| #define STDC_HEADERS 1
483
| #define HAVE_SYS_TYPES_H 1
484
| #define HAVE_SYS_STAT_H 1
485
| #define HAVE_STDLIB_H 1
486
| #define HAVE_STRING_H 1
487
| #define HAVE_MEMORY_H 1
488
| #define HAVE_STRINGS_H 1
489
| #define HAVE_INTTYPES_H 1
490
| #define HAVE_STDINT_H 1
491
| #define HAVE_UNISTD_H 1
492
| /* end confdefs.h.  */
493
| #include <sys/types.h>
494
| 		#include <sys/param.h>
495
| 
496
| int
497
| main ()
498
| {
499
| #if BYTE_ORDER != BIG_ENDIAN
500
| 		 not big endian
501
| 		#endif
502
| 
503
|   ;
504
|   return 0;
505
| }
506
configure:4302: result: no
507
configure:4327: checking for special C compiler options needed for large files
508
configure:4372: result: no
509
configure:4378: checking for _FILE_OFFSET_BITS value needed for large files
510
configure:4403: gcc -c -g -O2  conftest.c >&5
511
configure:4403: $? = 0
512
configure:4435: result: no
513
configure:4524: checking build system type
514
configure:4538: result: x86_64-unknown-linux-gnu
515
configure:4558: checking host system type
516
configure:4571: result: x86_64-unknown-linux-gnu
517
configure:4591: checking target system type
518
configure:4604: result: x86_64-unknown-linux-gnu
519
configure:4684: checking for pkg-config
520
configure:4702: found /usr/bin/pkg-config
521
configure:4714: result: /usr/bin/pkg-config
522
configure:4739: checking pkg-config is at least version 0.9.0
523
configure:4742: result: yes
524
configure:4761: checking whether the C/C++ compiler supports -Wtype-limits
525
configure:4776: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
526
configure:4776: $? = 0
527
configure:4778: result: yes
528
configure:4798: checking operating system type
529
configure:4806: result: Linux
530
configure:4832: checking whether ln -s works
531
configure:4836: result: yes
532
configure:4845: checking for rm
533
configure:4863: found /usr/bin/rm
534
configure:4875: result: /usr/bin/rm
535
configure:4885: checking for mv
536
configure:4903: found /usr/bin/mv
537
configure:4915: result: /usr/bin/mv
538
configure:4925: checking for cp
539
configure:4943: found /usr/bin/cp
540
configure:4955: result: /usr/bin/cp
541
configure:4965: checking for ar
542
configure:4983: found /usr/bin/ar
543
configure:4995: result: /usr/bin/ar
544
configure:5005: checking for ranlib
545
configure:5023: found /usr/bin/ranlib
546
configure:5035: result: /usr/bin/ranlib
547
configure:5045: checking for windres
548
configure:5078: result: no
549
configure:5084: checking for library containing pthread_create
550
configure:5115: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c  >&5
551
/tmp/cc5fcswZ.o: In function `main':
552
/home/ill/Desktop/audacious-plugins-3.5.2/conftest.c:32: undefined reference to `pthread_create'
553
collect2: error: ld returned 1 exit status
554
configure:5115: $? = 1
555
configure: failed program was:
556
| /* confdefs.h */
557
| #define PACKAGE_NAME "audacious-plugins"
558
| #define PACKAGE_TARNAME "audacious-plugins"
559
| #define PACKAGE_VERSION "3.5.2"
560
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
561
| #define PACKAGE_BUGREPORT ""
562
| #define PACKAGE_URL ""
563
| #define PACKAGE "audacious-plugins"
564
| #define VERSION "3.5.2"
565
| #define STDC_HEADERS 1
566
| #define HAVE_SYS_TYPES_H 1
567
| #define HAVE_SYS_STAT_H 1
568
| #define HAVE_STDLIB_H 1
569
| #define HAVE_STRING_H 1
570
| #define HAVE_MEMORY_H 1
571
| #define HAVE_STRINGS_H 1
572
| #define HAVE_INTTYPES_H 1
573
| #define HAVE_STDINT_H 1
574
| #define HAVE_UNISTD_H 1
575
| /* end confdefs.h.  */
576
| 
577
| /* Override any GCC internal prototype to avoid an error.
578
|    Use char because int might match the return type of a GCC
579
|    builtin and then its argument prototype would still apply.  */
580
| #ifdef __cplusplus
581
| extern "C"
582
| #endif
583
| char pthread_create ();
584
| int
585
| main ()
586
| {
587
| return pthread_create ();
588
|   ;
589
|   return 0;
590
| }
591
configure:5115: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread   >&5
592
configure:5115: $? = 0
593
configure:5132: result: -lpthread
594
configure:5144: checking for GLIB
595
configure:5151: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
596
configure:5154: $? = 0
597
configure:5168: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
598
configure:5171: $? = 0
599
configure:5229: result: yes
600
configure:5235: checking for GMODULE
601
configure:5242: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
602
configure:5245: $? = 0
603
configure:5259: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
604
configure:5262: $? = 0
605
configure:5320: result: yes
606
configure:5326: checking for GTK
607
configure:5333: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
608
configure:5336: $? = 0
609
configure:5350: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
610
configure:5353: $? = 0
611
configure:5411: result: yes
612
configure:5511: checking for GIO
613
configure:5518: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
614
configure:5521: $? = 0
615
configure:5535: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
616
configure:5538: $? = 0
617
configure:5596: result: yes
618
configure:5615: checking for shared library system
619
configure:5679: result: GNU
620
configure:5712: checking for mkdtemp
621
configure:5712: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  >&5
622
configure:5712: $? = 0
623
configure:5712: result: yes
624
configure:5722: checking whether make sets $(MAKE)
625
configure:5744: result: yes
626
configure:5767: checking for a BSD-compatible install
627
configure:5835: result: /usr/bin/install -c
628
configure:5846: checking for a thread-safe mkdir -p
629
configure:5885: result: /usr/bin/mkdir -p
630
configure:5888: checking for a sed that does not truncate output
631
configure:5952: result: /usr/bin/sed
632
configure:5958: checking whether NLS is requested
633
configure:5967: result: yes
634
configure:6007: checking for msgfmt
635
configure: trying /usr/bin/msgfmt...
636
0 translated messages.
637
configure:6039: result: /usr/bin/msgfmt
638
configure:6048: checking for gmsgfmt
639
configure:6079: result: /usr/bin/msgfmt
640
configure:6129: checking for xgettext
641
configure:6164: result: no
642
configure:6206: checking for msgmerge
643
configure:6240: result: no
644
configure:6295: checking for ld used by gcc
645
configure:6362: result: /usr/x86_64-suse-linux/bin/ld
646
configure:6369: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
647
configure:6384: result: yes
648
configure:6391: checking for shared library run path origin
649
configure:6404: result: done
650
configure:6976: checking for CFPreferencesCopyAppValue
651
configure:6994: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
652
conftest.c:22:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
653
 #include <CoreFoundation/CFPreferences.h>
654
                                          ^
655
compilation terminated.
656
configure:6994: $? = 1
657
configure: failed program was:
658
| /* confdefs.h */
659
| #define PACKAGE_NAME "audacious-plugins"
660
| #define PACKAGE_TARNAME "audacious-plugins"
661
| #define PACKAGE_VERSION "3.5.2"
662
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
663
| #define PACKAGE_BUGREPORT ""
664
| #define PACKAGE_URL ""
665
| #define PACKAGE "audacious-plugins"
666
| #define VERSION "3.5.2"
667
| #define STDC_HEADERS 1
668
| #define HAVE_SYS_TYPES_H 1
669
| #define HAVE_SYS_STAT_H 1
670
| #define HAVE_STDLIB_H 1
671
| #define HAVE_STRING_H 1
672
| #define HAVE_MEMORY_H 1
673
| #define HAVE_STRINGS_H 1
674
| #define HAVE_INTTYPES_H 1
675
| #define HAVE_STDINT_H 1
676
| #define HAVE_UNISTD_H 1
677
| #define HAVE_MKDTEMP 1
678
| /* end confdefs.h.  */
679
| #include <CoreFoundation/CFPreferences.h>
680
| int
681
| main ()
682
| {
683
| CFPreferencesCopyAppValue(NULL, NULL)
684
|   ;
685
|   return 0;
686
| }
687
configure:7003: result: no
688
configure:7010: checking for CFLocaleCopyCurrent
689
configure:7028: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
690
conftest.c:22:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
691
 #include <CoreFoundation/CFLocale.h>
692
                                     ^
693
compilation terminated.
694
configure:7028: $? = 1
695
configure: failed program was:
696
| /* confdefs.h */
697
| #define PACKAGE_NAME "audacious-plugins"
698
| #define PACKAGE_TARNAME "audacious-plugins"
699
| #define PACKAGE_VERSION "3.5.2"
700
| #define PACKAGE_STRING "audacious-plugins 3.5.2"
701
| #define PACKAGE_BUGREPORT ""
702
| #define PACKAGE_URL ""
703
| #define PACKAGE "audacious-plugins"
704
| #define VERSION "3.5.2"
705
| #define STDC_HEADERS 1
706
| #define HAVE_SYS_TYPES_H 1
707
| #define HAVE_SYS_STAT_H 1
708
| #define HAVE_STDLIB_H 1
709
| #define HAVE_STRING_H 1
710
| #define HAVE_MEMORY_H 1
711
| #define HAVE_STRINGS_H 1
712
| #define HAVE_INTTYPES_H 1
713
| #define HAVE_STDINT_H 1
714
| #define HAVE_UNISTD_H 1
715
| #define HAVE_MKDTEMP 1
716
| /* end confdefs.h.  */
717
| #include <CoreFoundation/CFLocale.h>
718
| int
719
| main ()
720
| {
721
| CFLocaleCopyCurrent();
722
|   ;
723
|   return 0;
724
| }
725
configure:7037: result: no
726
configure:7086: checking for GNU gettext in libc
727
configure:7110: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations   -Wl,-z,defs conftest.c -lpthread  >&5
728
configure:7110: $? = 0
729
configure:7119: result: yes
730
configure:7947: checking whether to use NLS
731
configure:7949: result: yes
732
configure:7952: checking where the gettext function comes from
733
configure:7963: result: libc
734
configure:8029: checking for AUDACIOUS
735
configure:8036: $PKG_CONFIG --exists --print-errors "audacious >= 3.5"
736
Package audacious was not found in the pkg-config search path.
737
Perhaps you should add the directory containing `audacious.pc'
738
to the PKG_CONFIG_PATH environment variable
739
No package 'audacious' found
740
configure:8039: $? = 1
741
configure:8053: $PKG_CONFIG --exists --print-errors "audacious >= 3.5"
742
Package audacious was not found in the pkg-config search path.
743
Perhaps you should add the directory containing `audacious.pc'
744
to the PKG_CONFIG_PATH environment variable
745
No package 'audacious' found
746
configure:8056: $? = 1
747
configure:8070: result: no
748
No package 'audacious' found
749
configure:8086: error: Cannot find Audacious 3.5; have you installed Audacious yet?
750

    
751
## ---------------- ##
752
## Cache variables. ##
753
## ---------------- ##
754

    
755
ac_cv_build=x86_64-unknown-linux-gnu
756
ac_cv_c_bigendian=no
757
ac_cv_c_compiler_gnu=yes
758
ac_cv_cxx_compiler_gnu=no
759
ac_cv_env_ALSA_CFLAGS_set=
760
ac_cv_env_ALSA_CFLAGS_value=
761
ac_cv_env_ALSA_LIBS_set=
762
ac_cv_env_ALSA_LIBS_value=
763
ac_cv_env_AUDACIOUS_CFLAGS_set=
764
ac_cv_env_AUDACIOUS_CFLAGS_value=
765
ac_cv_env_AUDACIOUS_LIBS_set=
766
ac_cv_env_AUDACIOUS_LIBS_value=
767
ac_cv_env_BINIO_CFLAGS_set=
768
ac_cv_env_BINIO_CFLAGS_value=
769
ac_cv_env_BINIO_LIBS_set=
770
ac_cv_env_BINIO_LIBS_value=
771
ac_cv_env_BS2B_CFLAGS_set=
772
ac_cv_env_BS2B_CFLAGS_value=
773
ac_cv_env_BS2B_LIBS_set=
774
ac_cv_env_BS2B_LIBS_value=
775
ac_cv_env_CCC_set=
776
ac_cv_env_CCC_value=
777
ac_cv_env_CC_set=
778
ac_cv_env_CC_value=
779
ac_cv_env_CDDB_CFLAGS_set=
780
ac_cv_env_CDDB_CFLAGS_value=
781
ac_cv_env_CDDB_LIBS_set=
782
ac_cv_env_CDDB_LIBS_value=
783
ac_cv_env_CDIO_CFLAGS_set=
784
ac_cv_env_CDIO_CFLAGS_value=
785
ac_cv_env_CDIO_LIBS_set=
786
ac_cv_env_CDIO_LIBS_value=
787
ac_cv_env_CFLAGS_set=
788
ac_cv_env_CFLAGS_value=
789
ac_cv_env_CPPFLAGS_set=
790
ac_cv_env_CPPFLAGS_value=
791
ac_cv_env_CPP_set=
792
ac_cv_env_CPP_value=
793
ac_cv_env_CUE_CFLAGS_set=
794
ac_cv_env_CUE_CFLAGS_value=
795
ac_cv_env_CUE_LIBS_set=
796
ac_cv_env_CUE_LIBS_value=
797
ac_cv_env_CURL_CFLAGS_set=
798
ac_cv_env_CURL_CFLAGS_value=
799
ac_cv_env_CURL_LIBS_set=
800
ac_cv_env_CURL_LIBS_value=
801
ac_cv_env_CXXFLAGS_set=
802
ac_cv_env_CXXFLAGS_value=
803
ac_cv_env_CXX_set=
804
ac_cv_env_CXX_value=
805
ac_cv_env_DBUS_CFLAGS_set=
806
ac_cv_env_DBUS_CFLAGS_value=
807
ac_cv_env_DBUS_LIBS_set=
808
ac_cv_env_DBUS_LIBS_value=
809
ac_cv_env_FFMPEG_CFLAGS_set=
810
ac_cv_env_FFMPEG_CFLAGS_value=
811
ac_cv_env_FFMPEG_LIBS_set=
812
ac_cv_env_FFMPEG_LIBS_value=
813
ac_cv_env_FLAC_CFLAGS_set=
814
ac_cv_env_FLAC_CFLAGS_value=
815
ac_cv_env_FLAC_LIBS_set=
816
ac_cv_env_FLAC_LIBS_value=
817
ac_cv_env_FLUIDSYNTH_CFLAGS_set=
818
ac_cv_env_FLUIDSYNTH_CFLAGS_value=
819
ac_cv_env_FLUIDSYNTH_LIBS_set=
820
ac_cv_env_FLUIDSYNTH_LIBS_value=
821
ac_cv_env_GDKX11_CFLAGS_set=
822
ac_cv_env_GDKX11_CFLAGS_value=
823
ac_cv_env_GDKX11_LIBS_set=
824
ac_cv_env_GDKX11_LIBS_value=
825
ac_cv_env_GIO_CFLAGS_set=
826
ac_cv_env_GIO_CFLAGS_value=
827
ac_cv_env_GIO_LIBS_set=
828
ac_cv_env_GIO_LIBS_value=
829
ac_cv_env_GLIB214_CFLAGS_set=
830
ac_cv_env_GLIB214_CFLAGS_value=
831
ac_cv_env_GLIB214_LIBS_set=
832
ac_cv_env_GLIB214_LIBS_value=
833
ac_cv_env_GLIB_CFLAGS_set=
834
ac_cv_env_GLIB_CFLAGS_value=
835
ac_cv_env_GLIB_LIBS_set=
836
ac_cv_env_GLIB_LIBS_value=
837
ac_cv_env_GMODULE_CFLAGS_set=
838
ac_cv_env_GMODULE_CFLAGS_value=
839
ac_cv_env_GMODULE_LIBS_set=
840
ac_cv_env_GMODULE_LIBS_value=
841
ac_cv_env_GTK_CFLAGS_set=
842
ac_cv_env_GTK_CFLAGS_value=
843
ac_cv_env_GTK_LIBS_set=
844
ac_cv_env_GTK_LIBS_value=
845
ac_cv_env_JACK_CFLAGS_set=
846
ac_cv_env_JACK_CFLAGS_value=
847
ac_cv_env_JACK_LIBS_set=
848
ac_cv_env_JACK_LIBS_value=
849
ac_cv_env_LDFLAGS_set=
850
ac_cv_env_LDFLAGS_value=
851
ac_cv_env_LIBFLAC_CFLAGS_set=
852
ac_cv_env_LIBFLAC_CFLAGS_value=
853
ac_cv_env_LIBFLAC_LIBS_set=
854
ac_cv_env_LIBFLAC_LIBS_value=
855
ac_cv_env_LIBS_set=
856
ac_cv_env_LIBS_value=
857
ac_cv_env_MMS_CFLAGS_set=
858
ac_cv_env_MMS_CFLAGS_value=
859
ac_cv_env_MMS_LIBS_set=
860
ac_cv_env_MMS_LIBS_value=
861
ac_cv_env_MODPLUG_CFLAGS_set=
862
ac_cv_env_MODPLUG_CFLAGS_value=
863
ac_cv_env_MODPLUG_LIBS_set=
864
ac_cv_env_MODPLUG_LIBS_value=
865
ac_cv_env_MPG123_CFLAGS_set=
866
ac_cv_env_MPG123_CFLAGS_value=
867
ac_cv_env_MPG123_LIBS_set=
868
ac_cv_env_MPG123_LIBS_value=
869
ac_cv_env_NEON_CFLAGS_set=
870
ac_cv_env_NEON_CFLAGS_value=
871
ac_cv_env_NEON_LIBS_set=
872
ac_cv_env_NEON_LIBS_value=
873
ac_cv_env_NOTIFY_CFLAGS_set=
874
ac_cv_env_NOTIFY_CFLAGS_value=
875
ac_cv_env_NOTIFY_LIBS_set=
876
ac_cv_env_NOTIFY_LIBS_value=
877
ac_cv_env_PKG_CONFIG_LIBDIR_set=
878
ac_cv_env_PKG_CONFIG_LIBDIR_value=
879
ac_cv_env_PKG_CONFIG_PATH_set=set
880
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:
881
ac_cv_env_PKG_CONFIG_set=
882
ac_cv_env_PKG_CONFIG_value=
883
ac_cv_env_PULSE_CFLAGS_set=
884
ac_cv_env_PULSE_CFLAGS_value=
885
ac_cv_env_PULSE_LIBS_set=
886
ac_cv_env_PULSE_LIBS_value=
887
ac_cv_env_SAMPLERATE_CFLAGS_set=
888
ac_cv_env_SAMPLERATE_CFLAGS_value=
889
ac_cv_env_SAMPLERATE_LIBS_set=
890
ac_cv_env_SAMPLERATE_LIBS_value=
891
ac_cv_env_SDL_CFLAGS_set=
892
ac_cv_env_SDL_CFLAGS_value=
893
ac_cv_env_SDL_LIBS_set=
894
ac_cv_env_SDL_LIBS_value=
895
ac_cv_env_SIDPLAYFP_CFLAGS_set=
896
ac_cv_env_SIDPLAYFP_CFLAGS_value=
897
ac_cv_env_SIDPLAYFP_LIBS_set=
898
ac_cv_env_SIDPLAYFP_LIBS_value=
899
ac_cv_env_SNDFILE_CFLAGS_set=
900
ac_cv_env_SNDFILE_CFLAGS_value=
901
ac_cv_env_SNDFILE_LIBS_set=
902
ac_cv_env_SNDFILE_LIBS_value=
903
ac_cv_env_SOXR_CFLAGS_set=
904
ac_cv_env_SOXR_CFLAGS_value=
905
ac_cv_env_SOXR_LIBS_set=
906
ac_cv_env_SOXR_LIBS_value=
907
ac_cv_env_VORBIS_CFLAGS_set=
908
ac_cv_env_VORBIS_CFLAGS_value=
909
ac_cv_env_VORBIS_LIBS_set=
910
ac_cv_env_VORBIS_LIBS_value=
911
ac_cv_env_WAVPACK_CFLAGS_set=
912
ac_cv_env_WAVPACK_CFLAGS_value=
913
ac_cv_env_WAVPACK_LIBS_set=
914
ac_cv_env_WAVPACK_LIBS_value=
915
ac_cv_env_XCOMPOSITE_CFLAGS_set=
916
ac_cv_env_XCOMPOSITE_CFLAGS_value=
917
ac_cv_env_XCOMPOSITE_LIBS_set=
918
ac_cv_env_XCOMPOSITE_LIBS_value=
919
ac_cv_env_XML_CFLAGS_set=
920
ac_cv_env_XML_CFLAGS_value=
921
ac_cv_env_XML_LIBS_set=
922
ac_cv_env_XML_LIBS_value=
923
ac_cv_env_XRENDER_CFLAGS_set=
924
ac_cv_env_XRENDER_CFLAGS_value=
925
ac_cv_env_XRENDER_LIBS_set=
926
ac_cv_env_XRENDER_LIBS_value=
927
ac_cv_env_build_alias_set=
928
ac_cv_env_build_alias_value=
929
ac_cv_env_host_alias_set=
930
ac_cv_env_host_alias_value=
931
ac_cv_env_target_alias_set=
932
ac_cv_env_target_alias_value=
933
ac_cv_func_mkdtemp=yes
934
ac_cv_header_inttypes_h=yes
935
ac_cv_header_memory_h=yes
936
ac_cv_header_stdc=yes
937
ac_cv_header_stdint_h=yes
938
ac_cv_header_stdlib_h=yes
939
ac_cv_header_string_h=yes
940
ac_cv_header_strings_h=yes
941
ac_cv_header_sys_stat_h=yes
942
ac_cv_header_sys_types_h=yes
943
ac_cv_header_unistd_h=yes
944
ac_cv_host=x86_64-unknown-linux-gnu
945
ac_cv_objext=o
946
ac_cv_path_AR=/usr/bin/ar
947
ac_cv_path_CP=/usr/bin/cp
948
ac_cv_path_EGREP='/usr/bin/grep -E'
949
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
950
ac_cv_path_GREP=/usr/bin/grep
951
ac_cv_path_MSGFMT=/usr/bin/msgfmt
952
ac_cv_path_MSGMERGE=:
953
ac_cv_path_MV=/usr/bin/mv
954
ac_cv_path_RANLIB=/usr/bin/ranlib
955
ac_cv_path_RM=/usr/bin/rm
956
ac_cv_path_SED=/usr/bin/sed
957
ac_cv_path_XGETTEXT=:
958
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
959
ac_cv_path_install='/usr/bin/install -c'
960
ac_cv_path_mkdir=/usr/bin/mkdir
961
ac_cv_prog_CPP='gcc -E'
962
ac_cv_prog_ac_ct_CC=gcc
963
ac_cv_prog_cc_c89=
964
ac_cv_prog_cc_g=yes
965
ac_cv_prog_cxx_g=no
966
ac_cv_prog_make_make_set=yes
967
ac_cv_search_pthread_create=-lpthread
968
ac_cv_sys_file_offset_bits=no
969
ac_cv_sys_largefile_CC=no
970
ac_cv_target=x86_64-unknown-linux-gnu
971
acl_cv_hardcode_direct=no
972
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
973
acl_cv_hardcode_libdir_separator=
974
acl_cv_hardcode_minus_L=no
975
acl_cv_libext=a
976
acl_cv_libname_spec='lib$name'
977
acl_cv_library_names_spec='$libname$shrext'
978
acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
979
acl_cv_prog_gnu_ld=yes
980
acl_cv_rpath=done
981
acl_cv_shlibext=so
982
acl_cv_wl=-Wl,
983
gt_cv_func_CFLocaleCopyCurrent=no
984
gt_cv_func_CFPreferencesCopyAppValue=no
985
gt_cv_func_gnugettext1_libc=yes
986
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
987
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
988
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
989
pkg_cv_GLIB_LIBS='-lglib-2.0 '
990
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
991
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
992
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
993
pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
994

    
995
## ----------------- ##
996
## Output variables. ##
997
## ----------------- ##
998

    
999
ALSA_CFLAGS=''
1000
ALSA_LIBS=''
1001
AR='/usr/bin/ar'
1002
AUDACIOUS_CFLAGS=''
1003
AUDACIOUS_LIBS=''
1004
BINIO_CFLAGS=''
1005
BINIO_LIBS=''
1006
BS2B_CFLAGS=''
1007
BS2B_LIBS=''
1008
CC='gcc'
1009
CC_DEPENDS=''
1010
CDDB_CFLAGS=''
1011
CDDB_LIBS=''
1012
CDIO_CFLAGS=''
1013
CDIO_LIBS=''
1014
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations'
1015
CLEAN_LIB=''
1016
CONTAINER_PLUGINS=''
1017
CONTAINER_PLUGIN_DIR=''
1018
CP='/usr/bin/cp'
1019
CPP='gcc -E'
1020
CPPFLAGS=''
1021
CUE_CFLAGS=''
1022
CUE_LIBS=''
1023
CURL_CFLAGS=''
1024
CURL_LIBS=''
1025
CXX='g++'
1026
CXXFLAGS=' -Wall -pipe -Wtype-limits'
1027
CXX_DEPENDS=''
1028
DBUS_CFLAGS=''
1029
DBUS_LIBS=''
1030
DEFS=''
1031
ECHO_C=''
1032
ECHO_N='-n'
1033
ECHO_T=''
1034
EFFECT_PLUGINS=''
1035
EFFECT_PLUGIN_DIR=''
1036
EGREP='/usr/bin/grep -E'
1037
EXEEXT=''
1038
FAAD_CFLAGS=''
1039
FAAD_LIBS=''
1040
FFMPEG_CFLAGS=''
1041
FFMPEG_LIBS=''
1042
FILEWRITER_CFLAGS=''
1043
FILEWRITER_LIBS=''
1044
FLAC_CFLAGS=''
1045
FLAC_LIBS=''
1046
FLUIDSYNTH_CFLAGS=''
1047
FLUIDSYNTH_LIBS=''
1048
GDKX11_CFLAGS=''
1049
GDKX11_LIBS=''
1050
GENERAL_PLUGINS=''
1051
GENERAL_PLUGIN_DIR=''
1052
GETTEXT_MACRO_VERSION='0.19'
1053
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
1054
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1055
GLIB214_CFLAGS=''
1056
GLIB214_LIBS=''
1057
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
1058
GLIB_LIBS='-lglib-2.0 '
1059
GL_LIBS=''
1060
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
1061
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
1062
GMSGFMT='/usr/bin/msgfmt'
1063
GMSGFMT_015='/usr/bin/msgfmt'
1064
GREP='/usr/bin/grep'
1065
GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
1066
GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
1067
HAVE_LINUX='yes'
1068
HAVE_MSWINDOWS='no'
1069
INPUT_PLUGINS=''
1070
INPUT_PLUGIN_DIR=''
1071
INSTALL_DATA='${INSTALL} -m 644'
1072
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'
1073
INSTALL_PROGRAM='${INSTALL}'
1074
INSTALL_SCRIPT='${INSTALL}'
1075
INTLLIBS=''
1076
INTL_MACOSX_LIBS=''
1077
JACK_CFLAGS=''
1078
JACK_LIBS=''
1079
LDFLAGS=' -Wl,-z,defs'
1080
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
1081
LIBFLAC_CFLAGS=''
1082
LIBFLAC_LIBS=''
1083
LIBICONV='-liconv'
1084
LIBINTL=''
1085
LIBOBJS=''
1086
LIBS='-lpthread  '
1087
LIB_CFLAGS='-fPIC -DPIC'
1088
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
1089
LIB_PREFIX='lib'
1090
LIB_SUFFIX='.so'
1091
LN_S='ln -s'
1092
LTLIBICONV='-liconv'
1093
LTLIBINTL=''
1094
LTLIBOBJS=''
1095
MKDIR_P='/usr/bin/mkdir -p'
1096
MMS_CFLAGS=''
1097
MMS_LIBS=''
1098
MODPLUG_CFLAGS=''
1099
MODPLUG_LIBS=''
1100
MPG123_CFLAGS=''
1101
MPG123_LIBS=''
1102
MSGFMT='/usr/bin/msgfmt'
1103
MSGFMT_015='/usr/bin/msgfmt'
1104
MSGMERGE=':'
1105
MV='/usr/bin/mv'
1106
NEON_CFLAGS=''
1107
NEON_LIBS=''
1108
NOTIFY_CFLAGS=''
1109
NOTIFY_LIBS=''
1110
OBJCXX_DEPENDS=''
1111
OBJC_DEPENDS=''
1112
OBJEXT='o'
1113
OSS_CFLAGS=''
1114
OUTPUT_PLUGINS=''
1115
OUTPUT_PLUGIN_DIR=''
1116
PACKAGE_BUGREPORT=''
1117
PACKAGE_NAME='audacious-plugins'
1118
PACKAGE_STRING='audacious-plugins 3.5.2'
1119
PACKAGE_TARNAME='audacious-plugins'
1120
PACKAGE_URL=''
1121
PACKAGE_VERSION='3.5.2'
1122
PATH_SEPARATOR=':'
1123
PKG_CONFIG='/usr/bin/pkg-config'
1124
PKG_CONFIG_LIBDIR=''
1125
PKG_CONFIG_PATH='/usr/local/lib64/pkgconfig:'
1126
PLUGIN_CFLAGS='-fPIC -DPIC'
1127
PLUGIN_LDFLAGS='-shared'
1128
PLUGIN_SUFFIX='.so'
1129
POSUB='po'
1130
PULSE_CFLAGS=''
1131
PULSE_LIBS=''
1132
RANLIB='/usr/bin/ranlib'
1133
RM='/usr/bin/rm'
1134
SAMPLERATE_CFLAGS=''
1135
SAMPLERATE_LIBS=''
1136
SDL_CFLAGS=''
1137
SDL_LIBS=''
1138
SED='/usr/bin/sed'
1139
SET_MAKE=''
1140
SHELL='/bin/sh'
1141
SIDPLAYFP_CFLAGS=''
1142
SIDPLAYFP_LIBS=''
1143
SNDFILE_CFLAGS=''
1144
SNDFILE_LIBS=''
1145
SNDIO_LIBS=''
1146
SOXR_CFLAGS=''
1147
SOXR_LIBS=''
1148
TERM_BOLD=''
1149
TERM_EL=''
1150
TERM_SETAF1=''
1151
TERM_SETAF2=''
1152
TERM_SETAF3=''
1153
TERM_SETAF4=''
1154
TERM_SETAF6=''
1155
TERM_SGR0=''
1156
TPUT=''
1157
TRANSPORT_PLUGINS=''
1158
TRANSPORT_PLUGIN_DIR=''
1159
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
1160
USE_NLS='yes'
1161
VISUALIZATION_PLUGINS=''
1162
VISUALIZATION_PLUGIN_DIR=''
1163
VORBIS_CFLAGS=''
1164
VORBIS_LIBS=''
1165
WAVPACK_CFLAGS=''
1166
WAVPACK_LIBS=''
1167
WINDRES=''
1168
XCOMPOSITE_CFLAGS=''
1169
XCOMPOSITE_LIBS=''
1170
XGETTEXT=':'
1171
XGETTEXT_015=':'
1172
XGETTEXT_EXTRA_OPTIONS=''
1173
XML_CFLAGS=''
1174
XML_LIBS=''
1175
XRENDER_CFLAGS=''
1176
XRENDER_LIBS=''
1177
ac_ct_CC='gcc'
1178
ac_ct_CXX=''
1179
bindir='${exec_prefix}/bin'
1180
build='x86_64-unknown-linux-gnu'
1181
build_alias=''
1182
build_cpu='x86_64'
1183
build_os='linux-gnu'
1184
build_vendor='unknown'
1185
datadir='${datarootdir}'
1186
datarootdir='${prefix}/share'
1187
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1188
dvidir='${docdir}'
1189
exec_prefix='NONE'
1190
have_mpris2=''
1191
host='x86_64-unknown-linux-gnu'
1192
host_alias=''
1193
host_cpu='x86_64'
1194
host_os='linux-gnu'
1195
host_vendor='unknown'
1196
htmldir='${docdir}'
1197
includedir='${prefix}/include'
1198
infodir='${datarootdir}/info'
1199
libdir='${exec_prefix}/lib64'
1200
libexecdir='${exec_prefix}/lib'
1201
localedir='${datarootdir}/locale'
1202
localstatedir='${prefix}/var'
1203
mandir='${datarootdir}/man'
1204
oldincludedir='/usr/include'
1205
pdfdir='${docdir}'
1206
plugindir=''
1207
prefix='/usr/local'
1208
program_transform_name='s,x,x,'
1209
psdir='${docdir}'
1210
sbindir='${exec_prefix}/sbin'
1211
sharedstatedir='${prefix}/com'
1212
sysconfdir='${prefix}/etc'
1213
target='x86_64-unknown-linux-gnu'
1214
target_alias=''
1215
target_cpu='x86_64'
1216
target_os='linux-gnu'
1217
target_vendor='unknown'
1218

    
1219
## ----------- ##
1220
## confdefs.h. ##
1221
## ----------- ##
1222

    
1223
/* confdefs.h */
1224
#define PACKAGE_NAME "audacious-plugins"
1225
#define PACKAGE_TARNAME "audacious-plugins"
1226
#define PACKAGE_VERSION "3.5.2"
1227
#define PACKAGE_STRING "audacious-plugins 3.5.2"
1228
#define PACKAGE_BUGREPORT ""
1229
#define PACKAGE_URL ""
1230
#define PACKAGE "audacious-plugins"
1231
#define VERSION "3.5.2"
1232
#define STDC_HEADERS 1
1233
#define HAVE_SYS_TYPES_H 1
1234
#define HAVE_SYS_STAT_H 1
1235
#define HAVE_STDLIB_H 1
1236
#define HAVE_STRING_H 1
1237
#define HAVE_MEMORY_H 1
1238
#define HAVE_STRINGS_H 1
1239
#define HAVE_INTTYPES_H 1
1240
#define HAVE_STDINT_H 1
1241
#define HAVE_UNISTD_H 1
1242
#define HAVE_MKDTEMP 1
1243
#define ENABLE_NLS 1
1244
#define HAVE_GETTEXT 1
1245
#define HAVE_DCGETTEXT 1
1246

    
1247
configure: exit 1