Project

General

Profile

config.log

How Audacious built - Jim Turner, April 22, 2020 06:19

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

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

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

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

    
13
hostname = integra
14
uname -m = i686
15
uname -r = 4.20.12-antix.1-486-smp
16
uname -s = Linux
17
uname -v = #1 SMP Mon Feb 25 10:34:04 EET 2019
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/bin
31
PATH: /usr/bin
32
PATH: /bin
33
PATH: /usr/local/games
34
PATH: /usr/games
35

    
36

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

    
41
configure:2469: checking build system type
42
configure:2483: result: i686-pc-linux-gnu
43
configure:2503: checking host system type
44
configure:2516: result: i686-pc-linux-gnu
45
configure:2536: checking target system type
46
configure:2549: result: i686-pc-linux-gnu
47
configure:2623: checking for gcc
48
configure:2639: found /usr/bin/gcc
49
configure:2650: result: gcc
50
configure:2879: checking for C compiler version
51
configure:2888: gcc --version >&5
52
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
53
Copyright (C) 2016 Free Software Foundation, Inc.
54
This is free software; see the source for copying conditions.  There is NO
55
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56

    
57
configure:2899: $? = 0
58
configure:2888: gcc -v >&5
59
Using built-in specs.
60
COLLECT_GCC=gcc
61
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/6/lto-wrapper
62
Target: i686-linux-gnu
63
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=i686-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-targets=all --enable-multiarch --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
64
Thread model: posix
65
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
66
configure:2899: $? = 0
67
configure:2888: gcc -V >&5
68
gcc: error: unrecognized command line option '-V'
69
gcc: fatal error: no input files
70
compilation terminated.
71
configure:2899: $? = 1
72
configure:2888: gcc -qversion >&5
73
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
74
gcc: fatal error: no input files
75
compilation terminated.
76
configure:2899: $? = 1
77
configure:2919: checking whether the C compiler works
78
configure:2941: gcc    conftest.c  >&5
79
configure:2945: $? = 0
80
configure:2993: result: yes
81
configure:2996: checking for C compiler default output file name
82
configure:2998: result: a.out
83
configure:3004: checking for suffix of executables
84
configure:3011: gcc -o conftest    conftest.c  >&5
85
configure:3015: $? = 0
86
configure:3037: result: 
87
configure:3059: checking whether we are cross compiling
88
configure:3067: gcc -o conftest    conftest.c  >&5
89
configure:3071: $? = 0
90
configure:3078: ./conftest
91
configure:3082: $? = 0
92
configure:3097: result: no
93
configure:3102: checking for suffix of object files
94
configure:3124: gcc -c   conftest.c >&5
95
configure:3128: $? = 0
96
configure:3149: result: o
97
configure:3153: checking whether we are using the GNU C compiler
98
configure:3172: gcc -c   conftest.c >&5
99
configure:3172: $? = 0
100
configure:3181: result: yes
101
configure:3190: checking whether gcc accepts -g
102
configure:3210: gcc -c -g  conftest.c >&5
103
configure:3210: $? = 0
104
configure:3251: result: yes
105
configure:3268: checking for gcc option to accept ISO C89
106
configure:3331: gcc  -c -g -O2  conftest.c >&5
107
configure:3331: $? = 0
108
configure:3344: result: none needed
109
configure:3422: checking for g++
110
configure:3438: found /usr/bin/g++
111
configure:3449: result: g++
112
configure:3476: checking for C++ compiler version
113
configure:3485: g++ --version >&5
114
g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
115
Copyright (C) 2016 Free Software Foundation, Inc.
116
This is free software; see the source for copying conditions.  There is NO
117
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
118

    
119
configure:3496: $? = 0
120
configure:3485: g++ -v >&5
121
Using built-in specs.
122
COLLECT_GCC=g++
123
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/6/lto-wrapper
124
Target: i686-linux-gnu
125
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=i686-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-targets=all --enable-multiarch --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
126
Thread model: posix
127
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
128
configure:3496: $? = 0
129
configure:3485: g++ -V >&5
130
g++: error: unrecognized command line option '-V'
131
g++: fatal error: no input files
132
compilation terminated.
133
configure:3496: $? = 1
134
configure:3485: g++ -qversion >&5
135
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
136
g++: fatal error: no input files
137
compilation terminated.
138
configure:3496: $? = 1
139
configure:3500: checking whether we are using the GNU C++ compiler
140
configure:3519: g++ -c   conftest.cpp >&5
141
configure:3519: $? = 0
142
configure:3528: result: yes
143
configure:3537: checking whether g++ accepts -g
144
configure:3557: g++ -c -g  conftest.cpp >&5
145
configure:3557: $? = 0
146
configure:3598: result: yes
147
configure:3627: checking how to run the C preprocessor
148
configure:3658: gcc -E  conftest.c
149
configure:3658: $? = 0
150
configure:3672: gcc -E  conftest.c
151
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
152
 #include <ac_nonexistent.h>
153
                            ^
154
compilation terminated.
155
configure:3672: $? = 1
156
configure: failed program was:
157
| /* confdefs.h */
158
| #define PACKAGE_NAME "audacious"
159
| #define PACKAGE_TARNAME "audacious"
160
| #define PACKAGE_VERSION "4.1-devel"
161
| #define PACKAGE_STRING "audacious 4.1-devel"
162
| #define PACKAGE_BUGREPORT ""
163
| #define PACKAGE_URL ""
164
| #define PACKAGE "audacious"
165
| #define VERSION "4.1-devel"
166
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
167
| /* end confdefs.h.  */
168
| #include <ac_nonexistent.h>
169
configure:3697: result: gcc -E
170
configure:3717: gcc -E  conftest.c
171
configure:3717: $? = 0
172
configure:3731: gcc -E  conftest.c
173
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
174
 #include <ac_nonexistent.h>
175
                            ^
176
compilation terminated.
177
configure:3731: $? = 1
178
configure: failed program was:
179
| /* confdefs.h */
180
| #define PACKAGE_NAME "audacious"
181
| #define PACKAGE_TARNAME "audacious"
182
| #define PACKAGE_VERSION "4.1-devel"
183
| #define PACKAGE_STRING "audacious 4.1-devel"
184
| #define PACKAGE_BUGREPORT ""
185
| #define PACKAGE_URL ""
186
| #define PACKAGE "audacious"
187
| #define VERSION "4.1-devel"
188
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
189
| /* end confdefs.h.  */
190
| #include <ac_nonexistent.h>
191
configure:3760: checking for grep that handles long lines and -e
192
configure:3818: result: /bin/grep
193
configure:3823: checking for egrep
194
configure:3885: result: /bin/grep -E
195
configure:3890: checking for ANSI C header files
196
configure:3910: gcc -c -g -O2  conftest.c >&5
197
configure:3910: $? = 0
198
configure:3983: gcc -o conftest -g -O2   conftest.c  >&5
199
configure:3983: $? = 0
200
configure:3983: ./conftest
201
configure:3983: $? = 0
202
configure:3994: result: yes
203
configure:4007: checking for sys/types.h
204
configure:4007: gcc -c -g -O2  conftest.c >&5
205
configure:4007: $? = 0
206
configure:4007: result: yes
207
configure:4007: checking for sys/stat.h
208
configure:4007: gcc -c -g -O2  conftest.c >&5
209
configure:4007: $? = 0
210
configure:4007: result: yes
211
configure:4007: checking for stdlib.h
212
configure:4007: gcc -c -g -O2  conftest.c >&5
213
configure:4007: $? = 0
214
configure:4007: result: yes
215
configure:4007: checking for string.h
216
configure:4007: gcc -c -g -O2  conftest.c >&5
217
configure:4007: $? = 0
218
configure:4007: result: yes
219
configure:4007: checking for memory.h
220
configure:4007: gcc -c -g -O2  conftest.c >&5
221
configure:4007: $? = 0
222
configure:4007: result: yes
223
configure:4007: checking for strings.h
224
configure:4007: gcc -c -g -O2  conftest.c >&5
225
configure:4007: $? = 0
226
configure:4007: result: yes
227
configure:4007: checking for inttypes.h
228
configure:4007: gcc -c -g -O2  conftest.c >&5
229
configure:4007: $? = 0
230
configure:4007: result: yes
231
configure:4007: checking for stdint.h
232
configure:4007: gcc -c -g -O2  conftest.c >&5
233
configure:4007: $? = 0
234
configure:4007: result: yes
235
configure:4007: checking for unistd.h
236
configure:4007: gcc -c -g -O2  conftest.c >&5
237
configure:4007: $? = 0
238
configure:4007: result: yes
239
configure:4019: checking whether byte ordering is bigendian
240
configure:4034: gcc -c -g -O2  conftest.c >&5
241
conftest.c:23:9: error: unknown type name 'not'
242
         not a universal capable compiler
243
         ^~~
244
conftest.c:23:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
245
         not a universal capable compiler
246
               ^~~~~~~~~
247
conftest.c:23:15: error: unknown type name 'universal'
248
configure:4034: $? = 1
249
configure: failed program was:
250
| /* confdefs.h */
251
| #define PACKAGE_NAME "audacious"
252
| #define PACKAGE_TARNAME "audacious"
253
| #define PACKAGE_VERSION "4.1-devel"
254
| #define PACKAGE_STRING "audacious 4.1-devel"
255
| #define PACKAGE_BUGREPORT ""
256
| #define PACKAGE_URL ""
257
| #define PACKAGE "audacious"
258
| #define VERSION "4.1-devel"
259
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
260
| #define STDC_HEADERS 1
261
| #define HAVE_SYS_TYPES_H 1
262
| #define HAVE_SYS_STAT_H 1
263
| #define HAVE_STDLIB_H 1
264
| #define HAVE_STRING_H 1
265
| #define HAVE_MEMORY_H 1
266
| #define HAVE_STRINGS_H 1
267
| #define HAVE_INTTYPES_H 1
268
| #define HAVE_STDINT_H 1
269
| #define HAVE_UNISTD_H 1
270
| /* end confdefs.h.  */
271
| #ifndef __APPLE_CC__
272
| 	       not a universal capable compiler
273
| 	     #endif
274
| 	     typedef int dummy;
275
| 
276
configure:4079: gcc -c -g -O2  conftest.c >&5
277
configure:4079: $? = 0
278
configure:4097: gcc -c -g -O2  conftest.c >&5
279
conftest.c: In function 'main':
280
conftest.c:29:4: error: unknown type name 'not'
281
    not big endian
282
    ^~~
283
conftest.c:29:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
284
    not big endian
285
            ^~~~~~
286
configure:4097: $? = 1
287
configure: failed program was:
288
| /* confdefs.h */
289
| #define PACKAGE_NAME "audacious"
290
| #define PACKAGE_TARNAME "audacious"
291
| #define PACKAGE_VERSION "4.1-devel"
292
| #define PACKAGE_STRING "audacious 4.1-devel"
293
| #define PACKAGE_BUGREPORT ""
294
| #define PACKAGE_URL ""
295
| #define PACKAGE "audacious"
296
| #define VERSION "4.1-devel"
297
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
298
| #define STDC_HEADERS 1
299
| #define HAVE_SYS_TYPES_H 1
300
| #define HAVE_SYS_STAT_H 1
301
| #define HAVE_STDLIB_H 1
302
| #define HAVE_STRING_H 1
303
| #define HAVE_MEMORY_H 1
304
| #define HAVE_STRINGS_H 1
305
| #define HAVE_INTTYPES_H 1
306
| #define HAVE_STDINT_H 1
307
| #define HAVE_UNISTD_H 1
308
| /* end confdefs.h.  */
309
| #include <sys/types.h>
310
| 		#include <sys/param.h>
311
| 
312
| int
313
| main ()
314
| {
315
| #if BYTE_ORDER != BIG_ENDIAN
316
| 		 not big endian
317
| 		#endif
318
| 
319
|   ;
320
|   return 0;
321
| }
322
configure:4225: result: no
323
configure:4250: checking for special C compiler options needed for large files
324
configure:4295: result: no
325
configure:4301: checking for _FILE_OFFSET_BITS value needed for large files
326
configure:4326: gcc -c -g -O2  conftest.c >&5
327
conftest.c:27:41: warning: result of '-2147483648l << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
328
 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
329
                                         ^
330
conftest.c:28:23: note: in expansion of macro 'LARGE_OFF_T'
331
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
332
                       ^~~~~~~~~~~
333
conftest.c:27:73: warning: result of '-2147483648l << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
334
 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
335
                                                                         ^
336
conftest.c:28:23: note: in expansion of macro 'LARGE_OFF_T'
337
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
338
                       ^~~~~~~~~~~
339
conftest.c:27:41: warning: result of '-2147483648l << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
340
 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
341
                                         ^
342
conftest.c:29:13: note: in expansion of macro 'LARGE_OFF_T'
343
          && LARGE_OFF_T % 2147483647 == 1)
344
             ^~~~~~~~~~~
345
conftest.c:27:73: warning: result of '-2147483648l << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
346
 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
347
                                                                         ^
348
conftest.c:29:13: note: in expansion of macro 'LARGE_OFF_T'
349
          && LARGE_OFF_T % 2147483647 == 1)
350
             ^~~~~~~~~~~
351
conftest.c:28:7: error: variably modified 'off_t_is_large' at file scope
352
   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
353
       ^~~~~~~~~~~~~~
354
configure:4326: $? = 1
355
configure: failed program was:
356
| /* confdefs.h */
357
| #define PACKAGE_NAME "audacious"
358
| #define PACKAGE_TARNAME "audacious"
359
| #define PACKAGE_VERSION "4.1-devel"
360
| #define PACKAGE_STRING "audacious 4.1-devel"
361
| #define PACKAGE_BUGREPORT ""
362
| #define PACKAGE_URL ""
363
| #define PACKAGE "audacious"
364
| #define VERSION "4.1-devel"
365
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
366
| #define STDC_HEADERS 1
367
| #define HAVE_SYS_TYPES_H 1
368
| #define HAVE_SYS_STAT_H 1
369
| #define HAVE_STDLIB_H 1
370
| #define HAVE_STRING_H 1
371
| #define HAVE_MEMORY_H 1
372
| #define HAVE_STRINGS_H 1
373
| #define HAVE_INTTYPES_H 1
374
| #define HAVE_STDINT_H 1
375
| #define HAVE_UNISTD_H 1
376
| /* end confdefs.h.  */
377
| #include <sys/types.h>
378
|  /* Check that off_t can represent 2**63 - 1 correctly.
379
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
380
|     since some C++ compilers masquerading as C compilers
381
|     incorrectly reject 9223372036854775807.  */
382
| #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
383
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
384
| 		       && LARGE_OFF_T % 2147483647 == 1)
385
| 		      ? 1 : -1];
386
| int
387
| main ()
388
| {
389
| 
390
|   ;
391
|   return 0;
392
| }
393
configure:4350: gcc -c -g -O2  conftest.c >&5
394
configure:4350: $? = 0
395
configure:4358: result: 64
396
configure:4498: checking for pkg-config
397
configure:4516: found /usr/bin/pkg-config
398
configure:4528: result: /usr/bin/pkg-config
399
configure:4553: checking pkg-config is at least version 0.9.0
400
configure:4556: result: yes
401
configure:4570: checking operating system type
402
configure:4579: result: Linux
403
configure:4617: checking whether the C/C++ compiler supports -Wtype-limits
404
configure:4632: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
405
configure:4632: $? = 0
406
configure:4634: result: yes
407
configure:4649: checking whether the C/C++ compiler supports -Wno-stringop-truncation
408
configure:4664: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -Werror  conftest.c >&5
409
configure:4664: $? = 0
410
configure:4666: result: yes
411
configure:4681: checking whether the C++ compiler supports -Woverloaded-virtual
412
configure:4702: g++ -c -g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -Woverloaded-virtual -Werror  conftest.cpp >&5
413
configure:4702: $? = 0
414
configure:4704: result: yes
415
configure:5510: checking whether byte ordering is bigendian
416
configure:5716: result: no
417
configure:5747: checking whether ln -s works
418
configure:5751: result: yes
419
configure:5760: checking for rm
420
configure:5778: found /bin/rm
421
configure:5790: result: /bin/rm
422
configure:5800: checking for mv
423
configure:5818: found /bin/mv
424
configure:5830: result: /bin/mv
425
configure:5840: checking for cp
426
configure:5858: found /bin/cp
427
configure:5870: result: /bin/cp
428
configure:5924: checking for ar
429
configure:5942: found /usr/bin/ar
430
configure:5954: result: /usr/bin/ar
431
configure:6022: checking for ranlib
432
configure:6040: found /usr/bin/ranlib
433
configure:6052: result: /usr/bin/ranlib
434
configure:6120: checking for windres
435
configure:6153: result: no
436
configure:6173: checking for library containing pthread_create
437
configure:6204: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c  >&5
438
/tmp/cc8ExEeZ.o: In function `main':
439
/home/turnerjw/audacious_git/conftest.c:35: undefined reference to `pthread_create'
440
collect2: error: ld returned 1 exit status
441
configure:6204: $? = 1
442
configure: failed program was:
443
| /* confdefs.h */
444
| #define PACKAGE_NAME "audacious"
445
| #define PACKAGE_TARNAME "audacious"
446
| #define PACKAGE_VERSION "4.1-devel"
447
| #define PACKAGE_STRING "audacious 4.1-devel"
448
| #define PACKAGE_BUGREPORT ""
449
| #define PACKAGE_URL ""
450
| #define PACKAGE "audacious"
451
| #define VERSION "4.1-devel"
452
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
453
| #define STDC_HEADERS 1
454
| #define HAVE_SYS_TYPES_H 1
455
| #define HAVE_SYS_STAT_H 1
456
| #define HAVE_STDLIB_H 1
457
| #define HAVE_STRING_H 1
458
| #define HAVE_MEMORY_H 1
459
| #define HAVE_STRINGS_H 1
460
| #define HAVE_INTTYPES_H 1
461
| #define HAVE_STDINT_H 1
462
| #define HAVE_UNISTD_H 1
463
| #define _FILE_OFFSET_BITS 64
464
| #define EXPORT __attribute__((visibility("default")))
465
| /* end confdefs.h.  */
466
| 
467
| /* Override any GCC internal prototype to avoid an error.
468
|    Use char because int might match the return type of a GCC
469
|    builtin and then its argument prototype would still apply.  */
470
| #ifdef __cplusplus
471
| extern "C"
472
| #endif
473
| char pthread_create ();
474
| int
475
| main ()
476
| {
477
| return pthread_create ();
478
|   ;
479
|   return 0;
480
| }
481
configure:6204: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
482
configure:6204: $? = 0
483
configure:6221: result: -lpthread
484
configure:6233: checking for GLIB
485
configure:6240: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
486
configure:6243: $? = 0
487
configure:6257: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
488
configure:6260: $? = 0
489
configure:6318: result: yes
490
configure:6324: checking for GMODULE
491
configure:6331: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
492
configure:6334: $? = 0
493
configure:6348: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
494
configure:6351: $? = 0
495
configure:6409: result: yes
496
configure:6430: checking for GTK
497
configure:6437: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
498
configure:6440: $? = 0
499
configure:6454: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
500
configure:6457: $? = 0
501
configure:6515: result: yes
502
configure:6621: checking for GIO
503
configure:6628: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
504
configure:6631: $? = 0
505
configure:6645: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
506
configure:6648: $? = 0
507
configure:6706: result: yes
508
configure:6733: checking for QTCORE
509
configure:6740: $PKG_CONFIG --exists --print-errors "Qt5Core >= 5.2"
510
configure:6743: $? = 0
511
configure:6757: $PKG_CONFIG --exists --print-errors "Qt5Core >= 5.2"
512
configure:6760: $? = 0
513
configure:6818: result: yes
514
configure:6827: $PKG_CONFIG --exists --print-errors "Qt5Core >= 5.2"
515
configure:6830: $? = 0
516
configure:6847: checking for QT
517
configure:6854: $PKG_CONFIG --exists --print-errors "Qt5Core Qt5Gui Qt5Widgets >= 5.2"
518
configure:6857: $? = 0
519
configure:6871: $PKG_CONFIG --exists --print-errors "Qt5Core Qt5Gui Qt5Widgets >= 5.2"
520
configure:6874: $? = 0
521
configure:6932: result: yes
522
configure:6962: checking for LIBARCHIVE
523
configure:6969: $PKG_CONFIG --exists --print-errors "libarchive"
524
configure:6972: $? = 0
525
configure:6986: $PKG_CONFIG --exists --print-errors "libarchive"
526
configure:6989: $? = 0
527
configure:7047: result: yes
528
configure:7067: checking for shared library system
529
configure:7151: result: ELF
530
configure:7206: checking for sigwait
531
configure:7206: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
532
configure:7206: $? = 0
533
configure:7206: result: yes
534
configure:7258: checking for ld used by gcc
535
configure:7325: result: /usr/bin/ld
536
configure:7332: checking if the linker (/usr/bin/ld) is GNU ld
537
configure:7347: result: yes
538
configure:7354: checking for shared library run path origin
539
configure:7367: result: done
540
configure:7945: checking for iconv
541
configure:7969: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
542
configure:7969: $? = 0
543
configure:8003: result: yes
544
configure:8006: checking for working iconv
545
configure:8135: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
546
configure:8135: $? = 0
547
configure:8135: ./conftest
548
configure:8135: $? = 0
549
configure:8147: result: yes
550
configure:8175: checking for iconv declaration
551
configure:8204: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden  conftest.c >&5
552
configure:8204: $? = 0
553
configure:8215: result:
554
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
555
configure:8228: checking whether make sets $(MAKE)
556
configure:8250: result: yes
557
configure:8273: checking for a BSD-compatible install
558
configure:8341: result: /usr/bin/install -c
559
configure:8352: checking for a thread-safe mkdir -p
560
configure:8391: result: /bin/mkdir -p
561
configure:8394: checking for a sed that does not truncate output
562
configure:8458: result: /bin/sed
563
configure:8464: checking whether NLS is requested
564
configure:8473: result: yes
565
configure:8513: checking for msgfmt
566
configure: trying /usr/bin/msgfmt...
567
0 translated messages.
568
configure:8545: result: /usr/bin/msgfmt
569
configure:8554: checking for gmsgfmt
570
configure:8585: result: /usr/bin/msgfmt
571
configure:8635: checking for xgettext
572
configure: trying /usr/bin/xgettext...
573
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
574
configure:8667: result: /usr/bin/xgettext
575
configure:8712: checking for msgmerge
576
configure: trying /usr/bin/msgmerge...
577
configure:8743: result: /usr/bin/msgmerge
578
configure:8784: checking for CFPreferencesCopyAppValue
579
configure:8802: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
580
conftest.c:32:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
581
 #include <CoreFoundation/CFPreferences.h>
582
                                          ^
583
compilation terminated.
584
configure:8802: $? = 1
585
configure: failed program was:
586
| /* confdefs.h */
587
| #define PACKAGE_NAME "audacious"
588
| #define PACKAGE_TARNAME "audacious"
589
| #define PACKAGE_VERSION "4.1-devel"
590
| #define PACKAGE_STRING "audacious 4.1-devel"
591
| #define PACKAGE_BUGREPORT ""
592
| #define PACKAGE_URL ""
593
| #define PACKAGE "audacious"
594
| #define VERSION "4.1-devel"
595
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
596
| #define STDC_HEADERS 1
597
| #define HAVE_SYS_TYPES_H 1
598
| #define HAVE_SYS_STAT_H 1
599
| #define HAVE_STDLIB_H 1
600
| #define HAVE_STRING_H 1
601
| #define HAVE_MEMORY_H 1
602
| #define HAVE_STRINGS_H 1
603
| #define HAVE_INTTYPES_H 1
604
| #define HAVE_STDINT_H 1
605
| #define HAVE_UNISTD_H 1
606
| #define _FILE_OFFSET_BITS 64
607
| #define EXPORT __attribute__((visibility("default")))
608
| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
609
| #define USE_GTK 1
610
| #define USE_QT 1
611
| #define USE_LIBARCHIVE 1
612
| #define PLUGIN_SUFFIX ".so"
613
| #define HAVE_SIGWAIT 1
614
| #define HAVE_ICONV 1
615
| #define ICONV_CONST 
616
| /* end confdefs.h.  */
617
| #include <CoreFoundation/CFPreferences.h>
618
| int
619
| main ()
620
| {
621
| CFPreferencesCopyAppValue(NULL, NULL)
622
|   ;
623
|   return 0;
624
| }
625
configure:8811: result: no
626
configure:8818: checking for CFLocaleCopyCurrent
627
configure:8836: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
628
conftest.c:32:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
629
 #include <CoreFoundation/CFLocale.h>
630
                                     ^
631
compilation terminated.
632
configure:8836: $? = 1
633
configure: failed program was:
634
| /* confdefs.h */
635
| #define PACKAGE_NAME "audacious"
636
| #define PACKAGE_TARNAME "audacious"
637
| #define PACKAGE_VERSION "4.1-devel"
638
| #define PACKAGE_STRING "audacious 4.1-devel"
639
| #define PACKAGE_BUGREPORT ""
640
| #define PACKAGE_URL ""
641
| #define PACKAGE "audacious"
642
| #define VERSION "4.1-devel"
643
| #define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
644
| #define STDC_HEADERS 1
645
| #define HAVE_SYS_TYPES_H 1
646
| #define HAVE_SYS_STAT_H 1
647
| #define HAVE_STDLIB_H 1
648
| #define HAVE_STRING_H 1
649
| #define HAVE_MEMORY_H 1
650
| #define HAVE_STRINGS_H 1
651
| #define HAVE_INTTYPES_H 1
652
| #define HAVE_STDINT_H 1
653
| #define HAVE_UNISTD_H 1
654
| #define _FILE_OFFSET_BITS 64
655
| #define EXPORT __attribute__((visibility("default")))
656
| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
657
| #define USE_GTK 1
658
| #define USE_QT 1
659
| #define USE_LIBARCHIVE 1
660
| #define PLUGIN_SUFFIX ".so"
661
| #define HAVE_SIGWAIT 1
662
| #define HAVE_ICONV 1
663
| #define ICONV_CONST 
664
| /* end confdefs.h.  */
665
| #include <CoreFoundation/CFLocale.h>
666
| int
667
| main ()
668
| {
669
| CFLocaleCopyCurrent();
670
|   ;
671
|   return 0;
672
| }
673
configure:8845: result: no
674
configure:8894: checking for GNU gettext in libc
675
configure:8923: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
676
configure:8923: $? = 0
677
configure:8932: result: yes
678
configure:9779: checking whether to use NLS
679
configure:9781: result: yes
680
configure:9784: checking where the gettext function comes from
681
configure:9795: result: libc
682
configure:9886: checking for gdbus-codegen
683
configure:9902: found /usr/bin/gdbus-codegen
684
configure:9914: result: yes
685
configure:10092: checking for tput
686
configure:10110: found /usr/bin/tput
687
configure:10122: result: /usr/bin/tput
688
configure:10218: creating ./config.status
689

    
690
## ---------------------- ##
691
## Running config.status. ##
692
## ---------------------- ##
693

    
694
This file was extended by audacious config.status 4.1-devel, which was
695
generated by GNU Autoconf 2.69.  Invocation command line was
696

    
697
  CONFIG_FILES    = 
698
  CONFIG_HEADERS  = 
699
  CONFIG_LINKS    = 
700
  CONFIG_COMMANDS = 
701
  $ ./config.status 
702

    
703
on integra
704

    
705
config.status:959: creating audacious.pc
706
config.status:959: creating buildsys.mk
707
config.status:959: creating extra.mk
708
config.status:959: creating man/audtool.1
709
config.status:959: creating man/audacious.1
710
config.status:959: creating src/libaudcore/audio.h
711
config.status:959: creating win32/audacious.nsi
712
config.status:959: creating win32/override/README.txt
713
config.status:959: creating config.h
714
config.status:1154: executing po-directories commands
715

    
716
## ---------------- ##
717
## Cache variables. ##
718
## ---------------- ##
719

    
720
ac_cv_build=i686-pc-linux-gnu
721
ac_cv_c_bigendian=no
722
ac_cv_c_compiler_gnu=yes
723
ac_cv_cxx_compiler_gnu=yes
724
ac_cv_env_CCC_set=
725
ac_cv_env_CCC_value=
726
ac_cv_env_CC_set=
727
ac_cv_env_CC_value=
728
ac_cv_env_CFLAGS_set=
729
ac_cv_env_CFLAGS_value=
730
ac_cv_env_CPPFLAGS_set=
731
ac_cv_env_CPPFLAGS_value=
732
ac_cv_env_CPP_set=
733
ac_cv_env_CPP_value=
734
ac_cv_env_CXXFLAGS_set=
735
ac_cv_env_CXXFLAGS_value=
736
ac_cv_env_CXX_set=
737
ac_cv_env_CXX_value=
738
ac_cv_env_GIO_CFLAGS_set=
739
ac_cv_env_GIO_CFLAGS_value=
740
ac_cv_env_GIO_LIBS_set=
741
ac_cv_env_GIO_LIBS_value=
742
ac_cv_env_GLIB_CFLAGS_set=
743
ac_cv_env_GLIB_CFLAGS_value=
744
ac_cv_env_GLIB_LIBS_set=
745
ac_cv_env_GLIB_LIBS_value=
746
ac_cv_env_GMODULE_CFLAGS_set=
747
ac_cv_env_GMODULE_CFLAGS_value=
748
ac_cv_env_GMODULE_LIBS_set=
749
ac_cv_env_GMODULE_LIBS_value=
750
ac_cv_env_GTK_CFLAGS_set=
751
ac_cv_env_GTK_CFLAGS_value=
752
ac_cv_env_GTK_LIBS_set=
753
ac_cv_env_GTK_LIBS_value=
754
ac_cv_env_LDFLAGS_set=
755
ac_cv_env_LDFLAGS_value=
756
ac_cv_env_LIBARCHIVE_CFLAGS_set=
757
ac_cv_env_LIBARCHIVE_CFLAGS_value=
758
ac_cv_env_LIBARCHIVE_LIBS_set=
759
ac_cv_env_LIBARCHIVE_LIBS_value=
760
ac_cv_env_LIBS_set=
761
ac_cv_env_LIBS_value=
762
ac_cv_env_OBJCFLAGS_set=
763
ac_cv_env_OBJCFLAGS_value=
764
ac_cv_env_OBJCPP_set=
765
ac_cv_env_OBJCPP_value=
766
ac_cv_env_OBJCXXCPP_set=
767
ac_cv_env_OBJCXXCPP_value=
768
ac_cv_env_OBJCXXFLAGS_set=
769
ac_cv_env_OBJCXXFLAGS_value=
770
ac_cv_env_OBJCXX_set=
771
ac_cv_env_OBJCXX_value=
772
ac_cv_env_OBJC_set=
773
ac_cv_env_OBJC_value=
774
ac_cv_env_PKG_CONFIG_LIBDIR_set=
775
ac_cv_env_PKG_CONFIG_LIBDIR_value=
776
ac_cv_env_PKG_CONFIG_PATH_set=
777
ac_cv_env_PKG_CONFIG_PATH_value=
778
ac_cv_env_PKG_CONFIG_set=
779
ac_cv_env_PKG_CONFIG_value=
780
ac_cv_env_QTBINPATH_set=
781
ac_cv_env_QTBINPATH_value=
782
ac_cv_env_QTCORE_CFLAGS_set=
783
ac_cv_env_QTCORE_CFLAGS_value=
784
ac_cv_env_QTCORE_LIBS_set=
785
ac_cv_env_QTCORE_LIBS_value=
786
ac_cv_env_QT_CFLAGS_set=
787
ac_cv_env_QT_CFLAGS_value=
788
ac_cv_env_QT_LIBS_set=
789
ac_cv_env_QT_LIBS_value=
790
ac_cv_env_build_alias_set=
791
ac_cv_env_build_alias_value=
792
ac_cv_env_host_alias_set=
793
ac_cv_env_host_alias_value=
794
ac_cv_env_target_alias_set=
795
ac_cv_env_target_alias_value=
796
ac_cv_func_sigwait=yes
797
ac_cv_header_inttypes_h=yes
798
ac_cv_header_memory_h=yes
799
ac_cv_header_stdc=yes
800
ac_cv_header_stdint_h=yes
801
ac_cv_header_stdlib_h=yes
802
ac_cv_header_string_h=yes
803
ac_cv_header_strings_h=yes
804
ac_cv_header_sys_stat_h=yes
805
ac_cv_header_sys_types_h=yes
806
ac_cv_header_unistd_h=yes
807
ac_cv_host=i686-pc-linux-gnu
808
ac_cv_objext=o
809
ac_cv_path_CP=/bin/cp
810
ac_cv_path_EGREP='/bin/grep -E'
811
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
812
ac_cv_path_GREP=/bin/grep
813
ac_cv_path_MSGFMT=/usr/bin/msgfmt
814
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
815
ac_cv_path_MV=/bin/mv
816
ac_cv_path_RM=/bin/rm
817
ac_cv_path_SED=/bin/sed
818
ac_cv_path_TPUT=/usr/bin/tput
819
ac_cv_path_XGETTEXT=/usr/bin/xgettext
820
ac_cv_path_ac_pt_AR=/usr/bin/ar
821
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
822
ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
823
ac_cv_path_install='/usr/bin/install -c'
824
ac_cv_path_mkdir=/bin/mkdir
825
ac_cv_prog_CPP='gcc -E'
826
ac_cv_prog_ac_ct_CC=gcc
827
ac_cv_prog_ac_ct_CXX=g++
828
ac_cv_prog_cc_c89=
829
ac_cv_prog_cc_g=yes
830
ac_cv_prog_cxx_g=yes
831
ac_cv_prog_have_dbus=yes
832
ac_cv_prog_make_make_set=yes
833
ac_cv_search_pthread_create=-lpthread
834
ac_cv_sys_file_offset_bits=64
835
ac_cv_sys_largefile_CC=no
836
ac_cv_target=i686-pc-linux-gnu
837
acl_cv_hardcode_direct=no
838
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
839
acl_cv_hardcode_libdir_separator=
840
acl_cv_hardcode_minus_L=no
841
acl_cv_libext=a
842
acl_cv_libname_spec='lib$name'
843
acl_cv_library_names_spec='$libname$shrext'
844
acl_cv_path_LD=/usr/bin/ld
845
acl_cv_prog_gnu_ld=yes
846
acl_cv_rpath=done
847
acl_cv_shlibext=so
848
acl_cv_wl=-Wl,
849
am_cv_func_iconv=yes
850
am_cv_func_iconv_works=yes
851
am_cv_lib_iconv=no
852
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
853
am_cv_proto_iconv_arg1=
854
gt_cv_func_CFLocaleCopyCurrent=no
855
gt_cv_func_CFPreferencesCopyAppValue=no
856
gt_cv_func_gnugettext1_libc=yes
857
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include'
858
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
859
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include'
860
pkg_cv_GLIB_LIBS=-lglib-2.0
861
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include'
862
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
863
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -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/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2'
864
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'
865
pkg_cv_LIBARCHIVE_CFLAGS=
866
pkg_cv_LIBARCHIVE_LIBS=-larchive
867
pkg_cv_QTBINPATH=/usr/lib/i386-linux-gnu/qt5/bin
868
pkg_cv_QTCORE_CFLAGS='-I/usr/include/i386-linux-gnu/qt5/QtCore -I/usr/include/i386-linux-gnu/qt5'
869
pkg_cv_QTCORE_LIBS=-lQt5Core
870
pkg_cv_QT_CFLAGS='-I/usr/include/i386-linux-gnu/qt5/QtWidgets -I/usr/include/i386-linux-gnu/qt5 -I/usr/include/i386-linux-gnu/qt5/QtGui -I/usr/include/i386-linux-gnu/qt5 -I/usr/include/i386-linux-gnu/qt5/QtCore -I/usr/include/i386-linux-gnu/qt5'
871
pkg_cv_QT_LIBS='-lQt5Widgets -lQt5Gui -lQt5Core'
872

    
873
## ----------------- ##
874
## Output variables. ##
875
## ----------------- ##
876

    
877
AR='/usr/bin/ar'
878
BIGENDIAN='0'
879
BUILDSTAMP='unknown build'
880
CC='gcc'
881
CC_DEPENDS='yes'
882
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -fvisibility=hidden'
883
CLEAN_LIB=''
884
COPYRIGHT='Copyright (C) 2001-2020 Audacious developers and others'
885
CP='/bin/cp'
886
CPP='gcc -E'
887
CPPFLAGS=' -include config.h'
888
CXX='g++'
889
CXXFLAGS='-g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Wno-stringop-truncation -Woverloaded-virtual -fvisibility=hidden'
890
CXX_DEPENDS='yes'
891
DEFS='-DHAVE_CONFIG_H'
892
ECHO_C=''
893
ECHO_N='-n'
894
ECHO_T=''
895
EGREP='/bin/grep -E'
896
EXEEXT=''
897
GENERATED_FILES='audacious.pc buildsys.mk extra.mk man/audtool.1 man/audacious.1 src/libaudcore/audio.h win32/audacious.nsi win32/override/README.txt'
898
GETTEXT_MACRO_VERSION='0.19'
899
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include'
900
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
901
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include'
902
GLIB_LIBS='-lglib-2.0'
903
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include'
904
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
905
GMSGFMT='/usr/bin/msgfmt'
906
GMSGFMT_015='/usr/bin/msgfmt'
907
GREP='/bin/grep'
908
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -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/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2'
909
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'
910
HAVE_DARWIN='no'
911
HAVE_LINUX='yes'
912
HAVE_MSWINDOWS='no'
913
INSTALL_DATA='${INSTALL} -m 644'
914
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'
915
INSTALL_PROGRAM='${INSTALL}'
916
INSTALL_SCRIPT='${INSTALL}'
917
INTLLIBS=''
918
INTL_MACOSX_LIBS=''
919
LDFLAGS=' -Wl,-z,defs'
920
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
921
LIBARCHIVE_CFLAGS=''
922
LIBARCHIVE_LIBS='-larchive'
923
LIBICONV=''
924
LIBINTL=''
925
LIBOBJS=''
926
LIBS='-lpthread   '
927
LIB_CFLAGS='-fPIC -DPIC'
928
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
929
LIB_LDFLAGS_INSTALL_NAME=''
930
LIB_PREFIX='lib'
931
LIB_SUFFIX='.so'
932
LN_S='ln -s'
933
LTLIBICONV=''
934
LTLIBINTL=''
935
LTLIBOBJS=''
936
MKDIR_P='/bin/mkdir -p'
937
MSGFMT='/usr/bin/msgfmt'
938
MSGFMT_015='/usr/bin/msgfmt'
939
MSGMERGE='/usr/bin/msgmerge'
940
MV='/bin/mv'
941
OBJC=''
942
OBJCFLAGS=''
943
OBJCPP=''
944
OBJCXX=''
945
OBJCXXCPP=''
946
OBJCXXFLAGS=''
947
OBJCXX_DEPENDS=''
948
OBJC_DEPENDS=''
949
OBJEXT='o'
950
PACKAGE_BUGREPORT=''
951
PACKAGE_NAME='audacious'
952
PACKAGE_STRING='audacious 4.1-devel'
953
PACKAGE_TARNAME='audacious'
954
PACKAGE_URL=''
955
PACKAGE_VERSION='4.1-devel'
956
PATH_SEPARATOR=':'
957
PKG_CONFIG='/usr/bin/pkg-config'
958
PKG_CONFIG_LIBDIR=''
959
PKG_CONFIG_PATH=''
960
PLUGIN_CFLAGS='-fPIC -DPIC'
961
PLUGIN_LDFLAGS='-shared'
962
PLUGIN_SUFFIX='.so'
963
POSUB='po'
964
QTBINPATH='/usr/lib/i386-linux-gnu/qt5/bin'
965
QTCORE_CFLAGS='-I/usr/include/i386-linux-gnu/qt5/QtCore -I/usr/include/i386-linux-gnu/qt5 -fPIC'
966
QTCORE_LIBS='-lQt5Core'
967
QT_CFLAGS='-I/usr/include/i386-linux-gnu/qt5/QtWidgets -I/usr/include/i386-linux-gnu/qt5 -I/usr/include/i386-linux-gnu/qt5/QtGui -I/usr/include/i386-linux-gnu/qt5 -I/usr/include/i386-linux-gnu/qt5/QtCore -I/usr/include/i386-linux-gnu/qt5 -fPIC'
968
QT_LIBS='-lQt5Widgets -lQt5Gui -lQt5Core'
969
RANLIB='/usr/bin/ranlib'
970
RM='/bin/rm'
971
SED='/bin/sed'
972
SET_MAKE=''
973
SHELL='/bin/bash'
974
TERM_BOLD=''
975
TERM_EL=''
976
TERM_SETAF1=''
977
TERM_SETAF2=''
978
TERM_SETAF3=''
979
TERM_SETAF4=''
980
TERM_SETAF6=''
981
TERM_SGR0=''
982
TPUT='/usr/bin/tput'
983
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
984
USE_DBUS='yes'
985
USE_GTK='yes'
986
USE_LIBARCHIVE='yes'
987
USE_NLS='yes'
988
USE_QT='yes'
989
VALGRIND_FRIENDLY='0'
990
WINDRES=''
991
XGETTEXT='/usr/bin/xgettext'
992
XGETTEXT_015='/usr/bin/xgettext'
993
XGETTEXT_EXTRA_OPTIONS=''
994
ac_ct_CC='gcc'
995
ac_ct_CXX='g++'
996
ac_ct_OBJC=''
997
ac_ct_OBJCXX=''
998
bindir='${exec_prefix}/bin'
999
build='i686-pc-linux-gnu'
1000
build_alias=''
1001
build_cpu='i686'
1002
build_os='linux-gnu'
1003
build_vendor='pc'
1004
datadir='${datarootdir}'
1005
datarootdir='${prefix}/share'
1006
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1007
dvidir='${docdir}'
1008
exec_prefix='${prefix}'
1009
have_dbus='yes'
1010
host='i686-pc-linux-gnu'
1011
host_alias=''
1012
host_cpu='i686'
1013
host_os='linux-gnu'
1014
host_vendor='pc'
1015
htmldir='${docdir}'
1016
includedir='${prefix}/include'
1017
infodir='${datarootdir}/info'
1018
libdir='${exec_prefix}/lib'
1019
libexecdir='${exec_prefix}/libexec'
1020
localedir='${prefix}/share/locale'
1021
localstatedir='${prefix}/var'
1022
mandir='${datarootdir}/man'
1023
oldincludedir='/usr/include'
1024
pdfdir='${docdir}'
1025
pkgconfigdir='${libdir}/pkgconfig'
1026
plugindir='${exec_prefix}/lib/audacious'
1027
prefix='/usr/local'
1028
program_transform_name='s,x,x,'
1029
psdir='${docdir}'
1030
runstatedir='${localstatedir}/run'
1031
sbindir='${exec_prefix}/sbin'
1032
sharedstatedir='${prefix}/com'
1033
sysconfdir='${prefix}/etc'
1034
target='i686-pc-linux-gnu'
1035
target_alias=''
1036
target_cpu='i686'
1037
target_os='linux-gnu'
1038
target_vendor='pc'
1039

    
1040
## ----------- ##
1041
## confdefs.h. ##
1042
## ----------- ##
1043

    
1044
/* confdefs.h */
1045
#define PACKAGE_NAME "audacious"
1046
#define PACKAGE_TARNAME "audacious"
1047
#define PACKAGE_VERSION "4.1-devel"
1048
#define PACKAGE_STRING "audacious 4.1-devel"
1049
#define PACKAGE_BUGREPORT ""
1050
#define PACKAGE_URL ""
1051
#define PACKAGE "audacious"
1052
#define VERSION "4.1-devel"
1053
#define COPYRIGHT "Copyright (C) 2001-2020 Audacious developers and others"
1054
#define STDC_HEADERS 1
1055
#define HAVE_SYS_TYPES_H 1
1056
#define HAVE_SYS_STAT_H 1
1057
#define HAVE_STDLIB_H 1
1058
#define HAVE_STRING_H 1
1059
#define HAVE_MEMORY_H 1
1060
#define HAVE_STRINGS_H 1
1061
#define HAVE_INTTYPES_H 1
1062
#define HAVE_STDINT_H 1
1063
#define HAVE_UNISTD_H 1
1064
#define _FILE_OFFSET_BITS 64
1065
#define EXPORT __attribute__((visibility("default")))
1066
#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
1067
#define USE_GTK 1
1068
#define USE_QT 1
1069
#define USE_LIBARCHIVE 1
1070
#define PLUGIN_SUFFIX ".so"
1071
#define HAVE_SIGWAIT 1
1072
#define HAVE_ICONV 1
1073
#define ICONV_CONST 
1074
#define ENABLE_NLS 1
1075
#define HAVE_GETTEXT 1
1076
#define HAVE_DCGETTEXT 1
1077
#define BUILDSTAMP "unknown build"
1078
#define USE_DBUS 1
1079

    
1080
configure: exit 0