Guest User

Untitled

a guest
Apr 15th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 36.02 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by audacious configure 3.6.1, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure --enable-chardet
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = bark
  14. uname -m = i686
  15. uname -r = 3.16.0-34-generic
  16. uname -s = Linux
  17. uname -v = #47~14.04.1-Ubuntu SMP Fri Apr 10 17:49:51 UTC 2015
  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: /home/bark/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/local/games
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2442: checking build system type
  46. configure:2456: result: i686-pc-linux-gnu
  47. configure:2476: checking host system type
  48. configure:2489: result: i686-pc-linux-gnu
  49. configure:2509: checking target system type
  50. configure:2522: result: i686-pc-linux-gnu
  51. configure:2596: checking for gcc
  52. configure:2612: found /usr/bin/gcc
  53. configure:2623: result: gcc
  54. configure:2852: checking for C compiler version
  55. configure:2861: gcc --version >&5
  56. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  57. Copyright (C) 2013 Free Software Foundation, Inc.
  58. This is free software; see the source for copying conditions.  There is NO
  59. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  60.  
  61. configure:2872: $? = 0
  62. configure:2861: gcc -v >&5
  63. Using built-in specs.
  64. COLLECT_GCC=gcc
  65. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  66. Target: i686-linux-gnu
  67. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  68. Thread model: posix
  69. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  70. configure:2872: $? = 0
  71. configure:2861: gcc -V >&5
  72. gcc: error: unrecognized command line option '-V'
  73. gcc: fatal error: no input files
  74. compilation terminated.
  75. configure:2872: $? = 4
  76. configure:2861: gcc -qversion >&5
  77. gcc: error: unrecognized command line option '-qversion'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:2872: $? = 4
  81. configure:2892: checking whether the C compiler works
  82. configure:2914: gcc    conftest.c  >&5
  83. configure:2918: $? = 0
  84. configure:2966: result: yes
  85. configure:2969: checking for C compiler default output file name
  86. configure:2971: result: a.out
  87. configure:2977: checking for suffix of executables
  88. configure:2984: gcc -o conftest    conftest.c  >&5
  89. configure:2988: $? = 0
  90. configure:3010: result:
  91. configure:3032: checking whether we are cross compiling
  92. configure:3040: gcc -o conftest    conftest.c  >&5
  93. configure:3044: $? = 0
  94. configure:3051: ./conftest
  95. configure:3055: $? = 0
  96. configure:3070: result: no
  97. configure:3075: checking for suffix of object files
  98. configure:3097: gcc -c   conftest.c >&5
  99. configure:3101: $? = 0
  100. configure:3122: result: o
  101. configure:3126: checking whether we are using the GNU C compiler
  102. configure:3145: gcc -c   conftest.c >&5
  103. configure:3145: $? = 0
  104. configure:3154: result: yes
  105. configure:3163: checking whether gcc accepts -g
  106. configure:3183: gcc -c -g  conftest.c >&5
  107. configure:3183: $? = 0
  108. configure:3224: result: yes
  109. configure:3241: checking for gcc option to accept ISO C89
  110. configure:3304: gcc  -c -g -O2  conftest.c >&5
  111. configure:3304: $? = 0
  112. configure:3317: result: none needed
  113. configure:3395: checking for g++
  114. configure:3411: found /usr/bin/g++
  115. configure:3422: result: g++
  116. configure:3449: checking for C++ compiler version
  117. configure:3458: g++ --version >&5
  118. g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  119. Copyright (C) 2013 Free Software Foundation, Inc.
  120. This is free software; see the source for copying conditions.  There is NO
  121. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  122.  
  123. configure:3469: $? = 0
  124. configure:3458: g++ -v >&5
  125. Using built-in specs.
  126. COLLECT_GCC=g++
  127. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  128. Target: i686-linux-gnu
  129. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  130. Thread model: posix
  131. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  132. configure:3469: $? = 0
  133. configure:3458: g++ -V >&5
  134. g++: error: unrecognized command line option '-V'
  135. g++: fatal error: no input files
  136. compilation terminated.
  137. configure:3469: $? = 4
  138. configure:3458: g++ -qversion >&5
  139. g++: error: unrecognized command line option '-qversion'
  140. g++: fatal error: no input files
  141. compilation terminated.
  142. configure:3469: $? = 4
  143. configure:3473: checking whether we are using the GNU C++ compiler
  144. configure:3492: g++ -c   conftest.cpp >&5
  145. configure:3492: $? = 0
  146. configure:3501: result: yes
  147. configure:3510: checking whether g++ accepts -g
  148. configure:3530: g++ -c -g  conftest.cpp >&5
  149. configure:3530: $? = 0
  150. configure:3571: result: yes
  151. configure:3600: checking how to run the C preprocessor
  152. configure:3631: gcc -E  conftest.c
  153. configure:3631: $? = 0
  154. configure:3645: gcc -E  conftest.c
  155. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  156.  #include <ac_nonexistent.h>
  157.                             ^
  158. compilation terminated.
  159. configure:3645: $? = 1
  160. configure: failed program was:
  161. | /* confdefs.h */
  162. | #define PACKAGE_NAME "audacious"
  163. | #define PACKAGE_TARNAME "audacious"
  164. | #define PACKAGE_VERSION "3.6.1"
  165. | #define PACKAGE_STRING "audacious 3.6.1"
  166. | #define PACKAGE_BUGREPORT ""
  167. | #define PACKAGE_URL ""
  168. | #define PACKAGE "audacious"
  169. | #define VERSION "3.6.1"
  170. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  171. | /* end confdefs.h.  */
  172. | #include <ac_nonexistent.h>
  173. configure:3670: result: gcc -E
  174. configure:3690: gcc -E  conftest.c
  175. configure:3690: $? = 0
  176. configure:3704: gcc -E  conftest.c
  177. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  178.  #include <ac_nonexistent.h>
  179.                             ^
  180. compilation terminated.
  181. configure:3704: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME "audacious"
  185. | #define PACKAGE_TARNAME "audacious"
  186. | #define PACKAGE_VERSION "3.6.1"
  187. | #define PACKAGE_STRING "audacious 3.6.1"
  188. | #define PACKAGE_BUGREPORT ""
  189. | #define PACKAGE_URL ""
  190. | #define PACKAGE "audacious"
  191. | #define VERSION "3.6.1"
  192. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  193. | /* end confdefs.h.  */
  194. | #include <ac_nonexistent.h>
  195. configure:3733: checking for grep that handles long lines and -e
  196. configure:3791: result: /bin/grep
  197. configure:3796: checking for egrep
  198. configure:3858: result: /bin/grep -E
  199. configure:3863: checking for ANSI C header files
  200. configure:3883: gcc -c -g -O2  conftest.c >&5
  201. configure:3883: $? = 0
  202. configure:3956: gcc -o conftest -g -O2   conftest.c  >&5
  203. configure:3956: $? = 0
  204. configure:3956: ./conftest
  205. configure:3956: $? = 0
  206. configure:3967: result: yes
  207. configure:3980: checking for sys/types.h
  208. configure:3980: gcc -c -g -O2  conftest.c >&5
  209. configure:3980: $? = 0
  210. configure:3980: result: yes
  211. configure:3980: checking for sys/stat.h
  212. configure:3980: gcc -c -g -O2  conftest.c >&5
  213. configure:3980: $? = 0
  214. configure:3980: result: yes
  215. configure:3980: checking for stdlib.h
  216. configure:3980: gcc -c -g -O2  conftest.c >&5
  217. configure:3980: $? = 0
  218. configure:3980: result: yes
  219. configure:3980: checking for string.h
  220. configure:3980: gcc -c -g -O2  conftest.c >&5
  221. configure:3980: $? = 0
  222. configure:3980: result: yes
  223. configure:3980: checking for memory.h
  224. configure:3980: gcc -c -g -O2  conftest.c >&5
  225. configure:3980: $? = 0
  226. configure:3980: result: yes
  227. configure:3980: checking for strings.h
  228. configure:3980: gcc -c -g -O2  conftest.c >&5
  229. configure:3980: $? = 0
  230. configure:3980: result: yes
  231. configure:3980: checking for inttypes.h
  232. configure:3980: gcc -c -g -O2  conftest.c >&5
  233. configure:3980: $? = 0
  234. configure:3980: result: yes
  235. configure:3980: checking for stdint.h
  236. configure:3980: gcc -c -g -O2  conftest.c >&5
  237. configure:3980: $? = 0
  238. configure:3980: result: yes
  239. configure:3980: checking for unistd.h
  240. configure:3980: gcc -c -g -O2  conftest.c >&5
  241. configure:3980: $? = 0
  242. configure:3980: result: yes
  243. configure:3992: checking whether byte ordering is bigendian
  244. configure:4007: gcc -c -g -O2  conftest.c >&5
  245. conftest.c:23:9: error: unknown type name 'not'
  246.          not a universal capable compiler
  247.          ^
  248. conftest.c:23:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  249.          not a universal capable compiler
  250.                ^
  251. conftest.c:23:15: error: unknown type name 'universal'
  252. configure:4007: $? = 1
  253. configure: failed program was:
  254. | /* confdefs.h */
  255. | #define PACKAGE_NAME "audacious"
  256. | #define PACKAGE_TARNAME "audacious"
  257. | #define PACKAGE_VERSION "3.6.1"
  258. | #define PACKAGE_STRING "audacious 3.6.1"
  259. | #define PACKAGE_BUGREPORT ""
  260. | #define PACKAGE_URL ""
  261. | #define PACKAGE "audacious"
  262. | #define VERSION "3.6.1"
  263. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  264. | #define STDC_HEADERS 1
  265. | #define HAVE_SYS_TYPES_H 1
  266. | #define HAVE_SYS_STAT_H 1
  267. | #define HAVE_STDLIB_H 1
  268. | #define HAVE_STRING_H 1
  269. | #define HAVE_MEMORY_H 1
  270. | #define HAVE_STRINGS_H 1
  271. | #define HAVE_INTTYPES_H 1
  272. | #define HAVE_STDINT_H 1
  273. | #define HAVE_UNISTD_H 1
  274. | /* end confdefs.h.  */
  275. | #ifndef __APPLE_CC__
  276. |          not a universal capable compiler
  277. |        #endif
  278. |        typedef int dummy;
  279. |
  280. configure:4052: gcc -c -g -O2  conftest.c >&5
  281. configure:4052: $? = 0
  282. configure:4070: gcc -c -g -O2  conftest.c >&5
  283. conftest.c: In function 'main':
  284. conftest.c:29:4: error: unknown type name 'not'
  285.     not big endian
  286.     ^
  287. conftest.c:29:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  288.     not big endian
  289.             ^
  290. configure:4070: $? = 1
  291. configure: failed program was:
  292. | /* confdefs.h */
  293. | #define PACKAGE_NAME "audacious"
  294. | #define PACKAGE_TARNAME "audacious"
  295. | #define PACKAGE_VERSION "3.6.1"
  296. | #define PACKAGE_STRING "audacious 3.6.1"
  297. | #define PACKAGE_BUGREPORT ""
  298. | #define PACKAGE_URL ""
  299. | #define PACKAGE "audacious"
  300. | #define VERSION "3.6.1"
  301. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  302. | #define STDC_HEADERS 1
  303. | #define HAVE_SYS_TYPES_H 1
  304. | #define HAVE_SYS_STAT_H 1
  305. | #define HAVE_STDLIB_H 1
  306. | #define HAVE_STRING_H 1
  307. | #define HAVE_MEMORY_H 1
  308. | #define HAVE_STRINGS_H 1
  309. | #define HAVE_INTTYPES_H 1
  310. | #define HAVE_STDINT_H 1
  311. | #define HAVE_UNISTD_H 1
  312. | /* end confdefs.h.  */
  313. | #include <sys/types.h>
  314. |       #include <sys/param.h>
  315. |
  316. | int
  317. | main ()
  318. | {
  319. | #if BYTE_ORDER != BIG_ENDIAN
  320. |        not big endian
  321. |       #endif
  322. |
  323. |   ;
  324. |   return 0;
  325. | }
  326. configure:4198: result: no
  327. configure:4223: checking for special C compiler options needed for large files
  328. configure:4268: result: no
  329. configure:4274: checking for _FILE_OFFSET_BITS value needed for large files
  330. configure:4299: gcc -c -g -O2  conftest.c >&5
  331. conftest.c:28:3: warning: left shift count >= width of type [enabled by default]
  332.    int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  333.    ^
  334. conftest.c:28:3: warning: left shift count >= width of type [enabled by default]
  335. conftest.c:29:10: warning: left shift count >= width of type [enabled by default]
  336.           && LARGE_OFF_T % 2147483647 == 1)
  337.           ^
  338. conftest.c:29:10: warning: left shift count >= width of type [enabled by default]
  339. conftest.c:28:7: error: variably modified 'off_t_is_large' at file scope
  340.    int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  341.        ^
  342. configure:4299: $? = 1
  343. configure: failed program was:
  344. | /* confdefs.h */
  345. | #define PACKAGE_NAME "audacious"
  346. | #define PACKAGE_TARNAME "audacious"
  347. | #define PACKAGE_VERSION "3.6.1"
  348. | #define PACKAGE_STRING "audacious 3.6.1"
  349. | #define PACKAGE_BUGREPORT ""
  350. | #define PACKAGE_URL ""
  351. | #define PACKAGE "audacious"
  352. | #define VERSION "3.6.1"
  353. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  354. | #define STDC_HEADERS 1
  355. | #define HAVE_SYS_TYPES_H 1
  356. | #define HAVE_SYS_STAT_H 1
  357. | #define HAVE_STDLIB_H 1
  358. | #define HAVE_STRING_H 1
  359. | #define HAVE_MEMORY_H 1
  360. | #define HAVE_STRINGS_H 1
  361. | #define HAVE_INTTYPES_H 1
  362. | #define HAVE_STDINT_H 1
  363. | #define HAVE_UNISTD_H 1
  364. | /* end confdefs.h.  */
  365. | #include <sys/types.h>
  366. |  /* Check that off_t can represent 2**63 - 1 correctly.
  367. |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  368. |     since some C++ compilers masquerading as C compilers
  369. |     incorrectly reject 9223372036854775807.  */
  370. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  371. |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  372. |              && LARGE_OFF_T % 2147483647 == 1)
  373. |             ? 1 : -1];
  374. | int
  375. | main ()
  376. | {
  377. |
  378. |   ;
  379. |   return 0;
  380. | }
  381. configure:4323: gcc -c -g -O2  conftest.c >&5
  382. configure:4323: $? = 0
  383. configure:4331: result: 64
  384. configure:4471: checking for pkg-config
  385. configure:4489: found /usr/bin/pkg-config
  386. configure:4501: result: /usr/bin/pkg-config
  387. configure:4526: checking pkg-config is at least version 0.9.0
  388. configure:4529: result: yes
  389. configure:4543: checking operating system type
  390. configure:4552: result: Linux
  391. configure:4590: checking whether the C/C++ compiler supports -Wtype-limits
  392. configure:4605: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
  393. configure:4605: $? = 0
  394. configure:4607: result: yes
  395. configure:4622: checking whether the C++ compiler supports -Woverloaded-virtual
  396. configure:4643: g++ -c -g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -Werror  conftest.cpp >&5
  397. configure:4643: $? = 0
  398. configure:4645: result: yes
  399. configure:5448: checking whether byte ordering is bigendian
  400. configure:5654: result: no
  401. configure:5685: checking whether ln -s works
  402. configure:5689: result: yes
  403. configure:5698: checking for rm
  404. configure:5716: found /bin/rm
  405. configure:5728: result: /bin/rm
  406. configure:5738: checking for mv
  407. configure:5756: found /bin/mv
  408. configure:5768: result: /bin/mv
  409. configure:5778: checking for cp
  410. configure:5796: found /bin/cp
  411. configure:5808: result: /bin/cp
  412. configure:5818: checking for ar
  413. configure:5836: found /usr/bin/ar
  414. configure:5848: result: /usr/bin/ar
  415. configure:5858: checking for ranlib
  416. configure:5876: found /usr/bin/ranlib
  417. configure:5888: result: /usr/bin/ranlib
  418. configure:5898: checking for windres
  419. configure:5931: result: no
  420. configure:5937: checking for library containing pthread_create
  421. configure:5968: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c  >&5
  422. /tmp/ccXlzCWu.o: In function `main':
  423. /home/bark/bin/audacious-3.6.1/conftest.c:35: undefined reference to `pthread_create'
  424. collect2: error: ld returned 1 exit status
  425. configure:5968: $? = 1
  426. configure: failed program was:
  427. | /* confdefs.h */
  428. | #define PACKAGE_NAME "audacious"
  429. | #define PACKAGE_TARNAME "audacious"
  430. | #define PACKAGE_VERSION "3.6.1"
  431. | #define PACKAGE_STRING "audacious 3.6.1"
  432. | #define PACKAGE_BUGREPORT ""
  433. | #define PACKAGE_URL ""
  434. | #define PACKAGE "audacious"
  435. | #define VERSION "3.6.1"
  436. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  437. | #define STDC_HEADERS 1
  438. | #define HAVE_SYS_TYPES_H 1
  439. | #define HAVE_SYS_STAT_H 1
  440. | #define HAVE_STDLIB_H 1
  441. | #define HAVE_STRING_H 1
  442. | #define HAVE_MEMORY_H 1
  443. | #define HAVE_STRINGS_H 1
  444. | #define HAVE_INTTYPES_H 1
  445. | #define HAVE_STDINT_H 1
  446. | #define HAVE_UNISTD_H 1
  447. | #define _FILE_OFFSET_BITS 64
  448. | #define EXPORT __attribute__((visibility("default")))
  449. | /* end confdefs.h.  */
  450. |
  451. | /* Override any GCC internal prototype to avoid an error.
  452. |    Use char because int might match the return type of a GCC
  453. |    builtin and then its argument prototype would still apply.  */
  454. | #ifdef __cplusplus
  455. | extern "C"
  456. | #endif
  457. | char pthread_create ();
  458. | int
  459. | main ()
  460. | {
  461. | return pthread_create ();
  462. |   ;
  463. |   return 0;
  464. | }
  465. configure:5968: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
  466. configure:5968: $? = 0
  467. configure:5985: result: -lpthread
  468. configure:5997: checking for GLIB
  469. configure:6004: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
  470. configure:6007: $? = 0
  471. configure:6021: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
  472. configure:6024: $? = 0
  473. configure:6082: result: yes
  474. configure:6088: checking for GMODULE
  475. configure:6095: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
  476. configure:6098: $? = 0
  477. configure:6112: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
  478. configure:6115: $? = 0
  479. configure:6173: result: yes
  480. configure:6190: checking for GTK
  481. configure:6197: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
  482. configure:6200: $? = 0
  483. configure:6214: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24"
  484. configure:6217: $? = 0
  485. configure:6275: result: yes
  486. configure:6381: checking for GIO
  487. configure:6388: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
  488. configure:6391: $? = 0
  489. configure:6405: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
  490. configure:6408: $? = 0
  491. configure:6466: result: yes
  492. configure:6598: checking for shared library system
  493. configure:6662: result: GNU
  494. configure:6715: checking for sigwait
  495. configure:6715: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
  496. configure:6715: $? = 0
  497. configure:6715: result: yes
  498. configure:6725: checking for /proc/self/exe
  499. configure:6728: result: yes
  500. configure:6780: checking for ld used by gcc
  501. configure:6847: result: /usr/bin/ld
  502. configure:6854: checking if the linker (/usr/bin/ld) is GNU ld
  503. configure:6869: result: yes
  504. configure:6876: checking for shared library run path origin
  505. configure:6889: result: done
  506. configure:7467: checking for iconv
  507. configure:7491: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
  508. configure:7491: $? = 0
  509. configure:7525: result: yes
  510. configure:7528: checking for working iconv
  511. configure:7657: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
  512. configure:7657: $? = 0
  513. configure:7657: ./conftest
  514. configure:7657: $? = 0
  515. configure:7669: result: yes
  516. configure:7697: checking for iconv declaration
  517. configure:7726: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden  conftest.c >&5
  518. configure:7726: $? = 0
  519. configure:7737: result:
  520.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  521. configure:7750: checking whether make sets $(MAKE)
  522. configure:7772: result: yes
  523. configure:7795: checking for a BSD-compatible install
  524. configure:7863: result: /usr/bin/install -c
  525. configure:7874: checking for a thread-safe mkdir -p
  526. configure:7913: result: /bin/mkdir -p
  527. configure:7916: checking for a sed that does not truncate output
  528. configure:7980: result: /bin/sed
  529. configure:7986: checking whether NLS is requested
  530. configure:7995: result: yes
  531. configure:8035: checking for msgfmt
  532. configure: trying /usr/bin/msgfmt...
  533. 0 translated messages.
  534. configure:8067: result: /usr/bin/msgfmt
  535. configure:8076: checking for gmsgfmt
  536. configure:8107: result: /usr/bin/msgfmt
  537. configure:8157: checking for xgettext
  538. configure: trying /usr/bin/xgettext...
  539. /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
  540. configure:8189: result: /usr/bin/xgettext
  541. configure:8234: checking for msgmerge
  542. configure: trying /usr/bin/msgmerge...
  543. configure:8265: result: /usr/bin/msgmerge
  544. configure:8306: checking for CFPreferencesCopyAppValue
  545. configure:8324: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
  546. conftest.c:30:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  547.  #include <CoreFoundation/CFPreferences.h>
  548.                                           ^
  549. compilation terminated.
  550. configure:8324: $? = 1
  551. configure: failed program was:
  552. | /* confdefs.h */
  553. | #define PACKAGE_NAME "audacious"
  554. | #define PACKAGE_TARNAME "audacious"
  555. | #define PACKAGE_VERSION "3.6.1"
  556. | #define PACKAGE_STRING "audacious 3.6.1"
  557. | #define PACKAGE_BUGREPORT ""
  558. | #define PACKAGE_URL ""
  559. | #define PACKAGE "audacious"
  560. | #define VERSION "3.6.1"
  561. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  562. | #define STDC_HEADERS 1
  563. | #define HAVE_SYS_TYPES_H 1
  564. | #define HAVE_SYS_STAT_H 1
  565. | #define HAVE_STDLIB_H 1
  566. | #define HAVE_STRING_H 1
  567. | #define HAVE_MEMORY_H 1
  568. | #define HAVE_STRINGS_H 1
  569. | #define HAVE_INTTYPES_H 1
  570. | #define HAVE_STDINT_H 1
  571. | #define HAVE_UNISTD_H 1
  572. | #define _FILE_OFFSET_BITS 64
  573. | #define EXPORT __attribute__((visibility("default")))
  574. | #define USE_GTK 1
  575. | #define PLUGIN_SUFFIX ".so"
  576. | #define HAVE_SIGWAIT 1
  577. | #define HAVE_PROC_SELF_EXE 1
  578. | #define HAVE_ICONV 1
  579. | #define ICONV_CONST
  580. | /* end confdefs.h.  */
  581. | #include <CoreFoundation/CFPreferences.h>
  582. | int
  583. | main ()
  584. | {
  585. | CFPreferencesCopyAppValue(NULL, NULL)
  586. |   ;
  587. |   return 0;
  588. | }
  589. configure:8333: result: no
  590. configure:8340: checking for CFLocaleCopyCurrent
  591. configure:8358: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
  592. conftest.c:30:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  593.  #include <CoreFoundation/CFLocale.h>
  594.                                      ^
  595. compilation terminated.
  596. configure:8358: $? = 1
  597. configure: failed program was:
  598. | /* confdefs.h */
  599. | #define PACKAGE_NAME "audacious"
  600. | #define PACKAGE_TARNAME "audacious"
  601. | #define PACKAGE_VERSION "3.6.1"
  602. | #define PACKAGE_STRING "audacious 3.6.1"
  603. | #define PACKAGE_BUGREPORT ""
  604. | #define PACKAGE_URL ""
  605. | #define PACKAGE "audacious"
  606. | #define VERSION "3.6.1"
  607. | #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  608. | #define STDC_HEADERS 1
  609. | #define HAVE_SYS_TYPES_H 1
  610. | #define HAVE_SYS_STAT_H 1
  611. | #define HAVE_STDLIB_H 1
  612. | #define HAVE_STRING_H 1
  613. | #define HAVE_MEMORY_H 1
  614. | #define HAVE_STRINGS_H 1
  615. | #define HAVE_INTTYPES_H 1
  616. | #define HAVE_STDINT_H 1
  617. | #define HAVE_UNISTD_H 1
  618. | #define _FILE_OFFSET_BITS 64
  619. | #define EXPORT __attribute__((visibility("default")))
  620. | #define USE_GTK 1
  621. | #define PLUGIN_SUFFIX ".so"
  622. | #define HAVE_SIGWAIT 1
  623. | #define HAVE_PROC_SELF_EXE 1
  624. | #define HAVE_ICONV 1
  625. | #define ICONV_CONST
  626. | /* end confdefs.h.  */
  627. | #include <CoreFoundation/CFLocale.h>
  628. | int
  629. | main ()
  630. | {
  631. | CFLocaleCopyCurrent();
  632. |   ;
  633. |   return 0;
  634. | }
  635. configure:8367: result: no
  636. configure:8416: checking for GNU gettext in libc
  637. configure:8440: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
  638. configure:8440: $? = 0
  639. configure:8449: result: yes
  640. configure:9286: checking whether to use NLS
  641. configure:9288: result: yes
  642. configure:9291: checking where the gettext function comes from
  643. configure:9302: result: libc
  644. configure:9407: checking for LIBGUESS
  645. configure:9414: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
  646. Package libguess was not found in the pkg-config search path.
  647. Perhaps you should add the directory containing `libguess.pc'
  648. to the PKG_CONFIG_PATH environment variable
  649. No package 'libguess' found
  650. configure:9417: $? = 1
  651. configure:9431: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
  652. Package libguess was not found in the pkg-config search path.
  653. Perhaps you should add the directory containing `libguess.pc'
  654. to the PKG_CONFIG_PATH environment variable
  655. No package 'libguess' found
  656. configure:9434: $? = 1
  657. configure:9448: result: no
  658. No package 'libguess' found
  659. configure:9482: error: Character set detection could not be enabled; check config.log
  660.  
  661. ## ---------------- ##
  662. ## Cache variables. ##
  663. ## ---------------- ##
  664.  
  665. ac_cv_build=i686-pc-linux-gnu
  666. ac_cv_c_bigendian=no
  667. ac_cv_c_compiler_gnu=yes
  668. ac_cv_cxx_compiler_gnu=yes
  669. ac_cv_env_CCC_set=
  670. ac_cv_env_CCC_value=
  671. ac_cv_env_CC_set=
  672. ac_cv_env_CC_value=
  673. ac_cv_env_CFLAGS_set=
  674. ac_cv_env_CFLAGS_value=
  675. ac_cv_env_CPPFLAGS_set=
  676. ac_cv_env_CPPFLAGS_value=
  677. ac_cv_env_CPP_set=
  678. ac_cv_env_CPP_value=
  679. ac_cv_env_CXXFLAGS_set=
  680. ac_cv_env_CXXFLAGS_value=
  681. ac_cv_env_CXX_set=
  682. ac_cv_env_CXX_value=
  683. ac_cv_env_GIO_CFLAGS_set=
  684. ac_cv_env_GIO_CFLAGS_value=
  685. ac_cv_env_GIO_LIBS_set=
  686. ac_cv_env_GIO_LIBS_value=
  687. ac_cv_env_GLIB_CFLAGS_set=
  688. ac_cv_env_GLIB_CFLAGS_value=
  689. ac_cv_env_GLIB_LIBS_set=
  690. ac_cv_env_GLIB_LIBS_value=
  691. ac_cv_env_GMODULE_CFLAGS_set=
  692. ac_cv_env_GMODULE_CFLAGS_value=
  693. ac_cv_env_GMODULE_LIBS_set=
  694. ac_cv_env_GMODULE_LIBS_value=
  695. ac_cv_env_GTK_CFLAGS_set=
  696. ac_cv_env_GTK_CFLAGS_value=
  697. ac_cv_env_GTK_LIBS_set=
  698. ac_cv_env_GTK_LIBS_value=
  699. ac_cv_env_LDFLAGS_set=
  700. ac_cv_env_LDFLAGS_value=
  701. ac_cv_env_LIBGUESS_CFLAGS_set=
  702. ac_cv_env_LIBGUESS_CFLAGS_value=
  703. ac_cv_env_LIBGUESS_LIBS_set=
  704. ac_cv_env_LIBGUESS_LIBS_value=
  705. ac_cv_env_LIBS_set=
  706. ac_cv_env_LIBS_value=
  707. ac_cv_env_OBJCFLAGS_set=
  708. ac_cv_env_OBJCFLAGS_value=
  709. ac_cv_env_OBJCPP_set=
  710. ac_cv_env_OBJCPP_value=
  711. ac_cv_env_OBJCXXCPP_set=
  712. ac_cv_env_OBJCXXCPP_value=
  713. ac_cv_env_OBJCXXFLAGS_set=
  714. ac_cv_env_OBJCXXFLAGS_value=
  715. ac_cv_env_OBJCXX_set=
  716. ac_cv_env_OBJCXX_value=
  717. ac_cv_env_OBJC_set=
  718. ac_cv_env_OBJC_value=
  719. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  720. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  721. ac_cv_env_PKG_CONFIG_PATH_set=
  722. ac_cv_env_PKG_CONFIG_PATH_value=
  723. ac_cv_env_PKG_CONFIG_set=
  724. ac_cv_env_PKG_CONFIG_value=
  725. ac_cv_env_QT_CFLAGS_set=
  726. ac_cv_env_QT_CFLAGS_value=
  727. ac_cv_env_QT_LIBS_set=
  728. ac_cv_env_QT_LIBS_value=
  729. ac_cv_env_build_alias_set=
  730. ac_cv_env_build_alias_value=
  731. ac_cv_env_host_alias_set=
  732. ac_cv_env_host_alias_value=
  733. ac_cv_env_target_alias_set=
  734. ac_cv_env_target_alias_value=
  735. ac_cv_func_sigwait=yes
  736. ac_cv_header_inttypes_h=yes
  737. ac_cv_header_memory_h=yes
  738. ac_cv_header_stdc=yes
  739. ac_cv_header_stdint_h=yes
  740. ac_cv_header_stdlib_h=yes
  741. ac_cv_header_string_h=yes
  742. ac_cv_header_strings_h=yes
  743. ac_cv_header_sys_stat_h=yes
  744. ac_cv_header_sys_types_h=yes
  745. ac_cv_header_unistd_h=yes
  746. ac_cv_host=i686-pc-linux-gnu
  747. ac_cv_objext=o
  748. ac_cv_path_AR=/usr/bin/ar
  749. ac_cv_path_CP=/bin/cp
  750. ac_cv_path_EGREP='/bin/grep -E'
  751. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  752. ac_cv_path_GREP=/bin/grep
  753. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  754. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  755. ac_cv_path_MV=/bin/mv
  756. ac_cv_path_RANLIB=/usr/bin/ranlib
  757. ac_cv_path_RM=/bin/rm
  758. ac_cv_path_SED=/bin/sed
  759. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  760. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  761. ac_cv_path_install='/usr/bin/install -c'
  762. ac_cv_path_mkdir=/bin/mkdir
  763. ac_cv_prog_CPP='gcc -E'
  764. ac_cv_prog_ac_ct_CC=gcc
  765. ac_cv_prog_ac_ct_CXX=g++
  766. ac_cv_prog_cc_c89=
  767. ac_cv_prog_cc_g=yes
  768. ac_cv_prog_cxx_g=yes
  769. ac_cv_prog_make_make_set=yes
  770. ac_cv_search_pthread_create=-lpthread
  771. ac_cv_sys_file_offset_bits=64
  772. ac_cv_sys_largefile_CC=no
  773. ac_cv_target=i686-pc-linux-gnu
  774. acl_cv_hardcode_direct=no
  775. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  776. acl_cv_hardcode_libdir_separator=
  777. acl_cv_hardcode_minus_L=no
  778. acl_cv_libext=a
  779. acl_cv_libname_spec='lib$name'
  780. acl_cv_library_names_spec='$libname$shrext'
  781. acl_cv_path_LD=/usr/bin/ld
  782. acl_cv_prog_gnu_ld=yes
  783. acl_cv_rpath=done
  784. acl_cv_shlibext=so
  785. acl_cv_wl=-Wl,
  786. am_cv_func_iconv=yes
  787. am_cv_func_iconv_works=yes
  788. am_cv_lib_iconv=no
  789. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  790. am_cv_proto_iconv_arg1=
  791. gt_cv_func_CFLocaleCopyCurrent=no
  792. gt_cv_func_CFPreferencesCopyAppValue=no
  793. gt_cv_func_gnugettext1_libc=yes
  794. pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/  '
  795. pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0  '
  796. pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  '
  797. pkg_cv_GLIB_LIBS='-lglib-2.0  '
  798. pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  '
  799. pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0  '
  800. pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz  '
  801. pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype  '
  802.  
  803. ## ----------------- ##
  804. ## Output variables. ##
  805. ## ----------------- ##
  806.  
  807. AR='/usr/bin/ar'
  808. BIGENDIAN='0'
  809. CC='gcc'
  810. CC_DEPENDS=''
  811. CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -fvisibility=hidden'
  812. CLEAN_LIB=''
  813. CP='/bin/cp'
  814. CPP='gcc -E'
  815. CPPFLAGS=''
  816. CXX='g++'
  817. CXXFLAGS='-g -O2 -std=gnu++11 -ffast-math -Wall -pipe -Wtype-limits -Woverloaded-virtual -fvisibility=hidden'
  818. CXX_DEPENDS=''
  819. DEFS=''
  820. ECHO_C=''
  821. ECHO_N='-n'
  822. ECHO_T=''
  823. EGREP='/bin/grep -E'
  824. EXEEXT=''
  825. GETTEXT_MACRO_VERSION='0.19'
  826. GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/  '
  827. GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0  '
  828. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  '
  829. GLIB_LIBS='-lglib-2.0  '
  830. GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  '
  831. GMODULE_LIBS='-Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0  '
  832. GMSGFMT='/usr/bin/msgfmt'
  833. GMSGFMT_015='/usr/bin/msgfmt'
  834. GREP='/bin/grep'
  835. GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz  '
  836. GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype  '
  837. HAVE_DARWIN='no'
  838. HAVE_LINUX='yes'
  839. HAVE_MSWINDOWS='no'
  840. INSTALL_DATA='${INSTALL} -m 644'
  841. 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'
  842. INSTALL_PROGRAM='${INSTALL}'
  843. INSTALL_SCRIPT='${INSTALL}'
  844. INTLLIBS=''
  845. INTL_MACOSX_LIBS=''
  846. LDFLAGS=' -Wl,-z,defs'
  847. LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
  848. LIBGUESS_CFLAGS=''
  849. LIBGUESS_LIBS=''
  850. LIBICONV=''
  851. LIBINTL=''
  852. LIBOBJS=''
  853. LIBS='-lpthread   '
  854. LIB_CFLAGS='-fPIC -DPIC'
  855. LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
  856. LIB_PREFIX='lib'
  857. LIB_SUFFIX='.so'
  858. LN_S='ln -s'
  859. LTLIBICONV=''
  860. LTLIBINTL=''
  861. LTLIBOBJS=''
  862. MKDIR_P='/bin/mkdir -p'
  863. MSGFMT='/usr/bin/msgfmt'
  864. MSGFMT_015='/usr/bin/msgfmt'
  865. MSGMERGE='/usr/bin/msgmerge'
  866. MV='/bin/mv'
  867. OBJC=''
  868. OBJCFLAGS=''
  869. OBJCPP=''
  870. OBJCXX=''
  871. OBJCXXCPP=''
  872. OBJCXXFLAGS=''
  873. OBJCXX_DEPENDS=''
  874. OBJC_DEPENDS=''
  875. OBJEXT='o'
  876. PACKAGE_BUGREPORT=''
  877. PACKAGE_NAME='audacious'
  878. PACKAGE_STRING='audacious 3.6.1'
  879. PACKAGE_TARNAME='audacious'
  880. PACKAGE_URL=''
  881. PACKAGE_VERSION='3.6.1'
  882. PATH_SEPARATOR=':'
  883. PKG_CONFIG='/usr/bin/pkg-config'
  884. PKG_CONFIG_LIBDIR=''
  885. PKG_CONFIG_PATH=''
  886. PLUGIN_CFLAGS='-fPIC -DPIC'
  887. PLUGIN_LDFLAGS='-shared'
  888. PLUGIN_SUFFIX='.so'
  889. POSUB='po'
  890. QT_CFLAGS=''
  891. QT_LIBS=''
  892. RANLIB='/usr/bin/ranlib'
  893. RM='/bin/rm'
  894. SED='/bin/sed'
  895. SET_MAKE=''
  896. SHELL='/bin/bash'
  897. TERM_BOLD=''
  898. TERM_EL=''
  899. TERM_SETAF1=''
  900. TERM_SETAF2=''
  901. TERM_SETAF3=''
  902. TERM_SETAF4=''
  903. TERM_SETAF6=''
  904. TERM_SGR0=''
  905. TPUT=''
  906. UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
  907. USE_CHARDET='yes'
  908. USE_DBUS=''
  909. USE_GTK='yes'
  910. USE_NLS='yes'
  911. USE_QT='no'
  912. VALGRIND_FRIENDLY=''
  913. WINDRES=''
  914. XGETTEXT='/usr/bin/xgettext'
  915. XGETTEXT_015='/usr/bin/xgettext'
  916. XGETTEXT_EXTRA_OPTIONS=''
  917. ac_ct_CC='gcc'
  918. ac_ct_CXX='g++'
  919. ac_ct_OBJC=''
  920. ac_ct_OBJCXX=''
  921. bindir='${exec_prefix}/bin'
  922. build='i686-pc-linux-gnu'
  923. build_alias=''
  924. build_cpu='i686'
  925. build_os='linux-gnu'
  926. build_vendor='pc'
  927. datadir='${datarootdir}'
  928. datarootdir='${prefix}/share'
  929. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  930. dvidir='${docdir}'
  931. exec_prefix='NONE'
  932. have_dbus=''
  933. host='i686-pc-linux-gnu'
  934. host_alias=''
  935. host_cpu='i686'
  936. host_os='linux-gnu'
  937. host_vendor='pc'
  938. htmldir='${docdir}'
  939. includedir='${prefix}/include'
  940. infodir='${datarootdir}/info'
  941. libdir='${exec_prefix}/lib'
  942. libexecdir='${exec_prefix}/libexec'
  943. localedir='${datarootdir}/locale'
  944. localstatedir='${prefix}/var'
  945. mandir='${datarootdir}/man'
  946. oldincludedir='/usr/include'
  947. pdfdir='${docdir}'
  948. pkgconfigdir='${libdir}/pkgconfig'
  949. plugindir=''
  950. prefix='NONE'
  951. program_transform_name='s,x,x,'
  952. psdir='${docdir}'
  953. sbindir='${exec_prefix}/sbin'
  954. sharedstatedir='${prefix}/com'
  955. sysconfdir='${prefix}/etc'
  956. target='i686-pc-linux-gnu'
  957. target_alias=''
  958. target_cpu='i686'
  959. target_os='linux-gnu'
  960. target_vendor='pc'
  961.  
  962. ## ----------- ##
  963. ## confdefs.h. ##
  964. ## ----------- ##
  965.  
  966. /* confdefs.h */
  967. #define PACKAGE_NAME "audacious"
  968. #define PACKAGE_TARNAME "audacious"
  969. #define PACKAGE_VERSION "3.6.1"
  970. #define PACKAGE_STRING "audacious 3.6.1"
  971. #define PACKAGE_BUGREPORT ""
  972. #define PACKAGE_URL ""
  973. #define PACKAGE "audacious"
  974. #define VERSION "3.6.1"
  975. #define COPYRIGHT "Copyright © 2001-2015 Audacious developers and others"
  976. #define STDC_HEADERS 1
  977. #define HAVE_SYS_TYPES_H 1
  978. #define HAVE_SYS_STAT_H 1
  979. #define HAVE_STDLIB_H 1
  980. #define HAVE_STRING_H 1
  981. #define HAVE_MEMORY_H 1
  982. #define HAVE_STRINGS_H 1
  983. #define HAVE_INTTYPES_H 1
  984. #define HAVE_STDINT_H 1
  985. #define HAVE_UNISTD_H 1
  986. #define _FILE_OFFSET_BITS 64
  987. #define EXPORT __attribute__((visibility("default")))
  988. #define USE_GTK 1
  989. #define PLUGIN_SUFFIX ".so"
  990. #define HAVE_SIGWAIT 1
  991. #define HAVE_PROC_SELF_EXE 1
  992. #define HAVE_ICONV 1
  993. #define ICONV_CONST
  994. #define ENABLE_NLS 1
  995. #define HAVE_GETTEXT 1
  996. #define HAVE_DCGETTEXT 1
  997. #define BUILDSTAMP "unknown build"
  998.  
  999. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment