Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.36 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 mpd configure 0.15.12, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/hugo/usr/ --libdir=/home/hugo/usr/lib
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = server5.tonbnc.fr
  14. uname -m = x86_64
  15. uname -r = 2.6.26-2-xen-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed May 12 18:37:58 UTC 2010
  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/hugo/usr/bin/
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2178: checking for a BSD-compatible install
  42. configure:2234: result: /usr/bin/install -c
  43. configure:2245: checking whether build environment is sane
  44. configure:2288: result: yes
  45. configure:2353: checking for gawk
  46. configure:2369: found /usr/bin/gawk
  47. configure:2380: result: gawk
  48. configure:2391: checking whether make sets $(MAKE)
  49. configure:2412: result: yes
  50. configure:2620: checking for style of include used by make
  51. configure:2648: result: GNU
  52. configure:2721: checking for gcc
  53. configure:2737: found /usr/bin/gcc
  54. configure:2748: result: gcc
  55. configure:2986: checking for C compiler version
  56. configure:2993: gcc --version >&5
  57. gcc (Debian 4.3.2-1.1) 4.3.2
  58. Copyright (C) 2008 Free Software Foundation, Inc.
  59. This is free software; see the source for copying conditions. There is NO
  60. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  61.  
  62. configure:2996: $? = 0
  63. configure:3003: gcc -v >&5
  64. Using built-in specs.
  65. Target: x86_64-linux-gnu
  66. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  67. Thread model: posix
  68. gcc version 4.3.2 (Debian 4.3.2-1.1)
  69. configure:3006: $? = 0
  70. configure:3013: gcc -V >&5
  71. gcc: '-V' option must have argument
  72. configure:3016: $? = 1
  73. configure:3039: checking for C compiler default output file name
  74. configure:3066: gcc conftest.c >&5
  75. configure:3069: $? = 0
  76. configure:3107: result: a.out
  77. configure:3124: checking whether the C compiler works
  78. configure:3134: ./a.out
  79. configure:3137: $? = 0
  80. configure:3154: result: yes
  81. configure:3161: checking whether we are cross compiling
  82. configure:3163: result: no
  83. configure:3166: checking for suffix of executables
  84. configure:3173: gcc -o conftest conftest.c >&5
  85. configure:3176: $? = 0
  86. configure:3200: result:
  87. configure:3206: checking for suffix of object files
  88. configure:3232: gcc -c conftest.c >&5
  89. configure:3235: $? = 0
  90. configure:3258: result: o
  91. configure:3262: checking whether we are using the GNU C compiler
  92. configure:3291: gcc -c conftest.c >&5
  93. configure:3297: $? = 0
  94. configure:3314: result: yes
  95. configure:3319: checking whether gcc accepts -g
  96. configure:3349: gcc -c -g conftest.c >&5
  97. configure:3355: $? = 0
  98. configure:3454: result: yes
  99. configure:3471: checking for gcc option to accept ISO C89
  100. configure:3545: gcc -c -g -O2 conftest.c >&5
  101. configure:3551: $? = 0
  102. configure:3574: result: none needed
  103. configure:3594: checking dependency style of gcc
  104. configure:3684: result: gcc3
  105. configure:3701: checking for gcc option to accept ISO C99
  106. configure:3860: gcc -c -g -O2 conftest.c >&5
  107. conftest.c:61: error: expected ';', ',' or ')' before 'text'
  108. conftest.c: In function 'main':
  109. conftest.c:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  110. conftest.c:115: error: 'newvar' undeclared (first use in this function)
  111. conftest.c:115: error: (Each undeclared identifier is reported only once
  112. conftest.c:115: error: for each function it appears in.)
  113. conftest.c:125: error: 'for' loop initial declaration used outside C99 mode
  114. configure:3866: $? = 1
  115. configure: failed program was:
  116. | /* confdefs.h. */
  117. | #define PACKAGE_NAME "mpd"
  118. | #define PACKAGE_TARNAME "mpd"
  119. | #define PACKAGE_VERSION "0.15.12"
  120. | #define PACKAGE_STRING "mpd 0.15.12"
  121. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  122. | #define PACKAGE "mpd"
  123. | #define VERSION "0.15.12"
  124. | #define PROTOCOL_VERSION "0.15.0"
  125. | /* end confdefs.h. */
  126. | #include <stdarg.h>
  127. | #include <stdbool.h>
  128. | #include <stdlib.h>
  129. | #include <wchar.h>
  130. | #include <stdio.h>
  131. |
  132. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  133. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  134. | #define showlist(...) puts (#__VA_ARGS__)
  135. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  136. | static void
  137. | test_varargs_macros (void)
  138. | {
  139. | int x = 1234;
  140. | int y = 5678;
  141. | debug ("Flag");
  142. | debug ("X = %d\n", x);
  143. | showlist (The first, second, and third items.);
  144. | report (x>y, "x is %d but y is %d", x, y);
  145. | }
  146. |
  147. | // Check long long types.
  148. | #define BIG64 18446744073709551615ull
  149. | #define BIG32 4294967295ul
  150. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  151. | #if !BIG_OK
  152. | your preprocessor is broken;
  153. | #endif
  154. | #if BIG_OK
  155. | #else
  156. | your preprocessor is broken;
  157. | #endif
  158. | static long long int bignum = -9223372036854775807LL;
  159. | static unsigned long long int ubignum = BIG64;
  160. |
  161. | struct incomplete_array
  162. | {
  163. | int datasize;
  164. | double data[];
  165. | };
  166. |
  167. | struct named_init {
  168. | int number;
  169. | const wchar_t *name;
  170. | double average;
  171. | };
  172. |
  173. | typedef const char *ccp;
  174. |
  175. | static inline int
  176. | test_restrict (ccp restrict text)
  177. | {
  178. | // See if C++-style comments work.
  179. | // Iterate through items via the restricted pointer.
  180. | // Also check for declarations in for loops.
  181. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  182. | continue;
  183. | return 0;
  184. | }
  185. |
  186. | // Check varargs and va_copy.
  187. | static void
  188. | test_varargs (const char *format, ...)
  189. | {
  190. | va_list args;
  191. | va_start (args, format);
  192. | va_list args_copy;
  193. | va_copy (args_copy, args);
  194. |
  195. | const char *str;
  196. | int number;
  197. | float fnumber;
  198. |
  199. | while (*format)
  200. | {
  201. | switch (*format++)
  202. | {
  203. | case 's': // string
  204. | str = va_arg (args_copy, const char *);
  205. | break;
  206. | case 'd': // int
  207. | number = va_arg (args_copy, int);
  208. | break;
  209. | case 'f': // float
  210. | fnumber = va_arg (args_copy, double);
  211. | break;
  212. | default:
  213. | break;
  214. | }
  215. | }
  216. | va_end (args_copy);
  217. | va_end (args);
  218. | }
  219. |
  220. | int
  221. | main ()
  222. | {
  223. |
  224. | // Check bool.
  225. | _Bool success = false;
  226. |
  227. | // Check restrict.
  228. | if (test_restrict ("String literal") == 0)
  229. | success = true;
  230. | char *restrict newvar = "Another string";
  231. |
  232. | // Check varargs.
  233. | test_varargs ("s, d' f .", "string", 65, 34.234);
  234. | test_varargs_macros ();
  235. |
  236. | // Check flexible array members.
  237. | struct incomplete_array *ia =
  238. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  239. | ia->datasize = 10;
  240. | for (int i = 0; i < ia->datasize; ++i)
  241. | ia->data[i] = i * 1.234;
  242. |
  243. | // Check named initializers.
  244. | struct named_init ni = {
  245. | .number = 34,
  246. | .name = L"Test wide string",
  247. | .average = 543.34343,
  248. | };
  249. |
  250. | ni.number = 58;
  251. |
  252. | int dynamic_array[ni.number];
  253. | dynamic_array[ni.number - 1] = 543;
  254. |
  255. | // work around unused variable warnings
  256. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  257. | || dynamic_array[ni.number - 1] != 543);
  258. |
  259. | ;
  260. | return 0;
  261. | }
  262. configure:3860: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  263. configure:3866: $? = 0
  264. configure:3896: result: -std=gnu99
  265. configure:3960: checking for g++
  266. configure:3976: found /usr/bin/g++
  267. configure:3987: result: g++
  268. configure:4018: checking for C++ compiler version
  269. configure:4025: g++ --version >&5
  270. g++ (Debian 4.3.2-1.1) 4.3.2
  271. Copyright (C) 2008 Free Software Foundation, Inc.
  272. This is free software; see the source for copying conditions. There is NO
  273. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  274.  
  275. configure:4028: $? = 0
  276. configure:4035: g++ -v >&5
  277. Using built-in specs.
  278. Target: x86_64-linux-gnu
  279. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  280. Thread model: posix
  281. gcc version 4.3.2 (Debian 4.3.2-1.1)
  282. configure:4038: $? = 0
  283. configure:4045: g++ -V >&5
  284. g++: '-V' option must have argument
  285. configure:4048: $? = 1
  286. configure:4051: checking whether we are using the GNU C++ compiler
  287. configure:4080: g++ -c conftest.cpp >&5
  288. configure:4086: $? = 0
  289. configure:4103: result: yes
  290. configure:4108: checking whether g++ accepts -g
  291. configure:4138: g++ -c -g conftest.cpp >&5
  292. configure:4144: $? = 0
  293. configure:4243: result: yes
  294. configure:4268: checking dependency style of g++
  295. configure:4358: result: gcc3
  296. configure:4382: checking for g++
  297. configure:4400: found /usr/bin/g++
  298. configure:4413: result: /usr/bin/g++
  299. configure:4445: checking for a BSD-compatible install
  300. configure:4501: result: /usr/bin/install -c
  301. configure:4512: checking whether make sets $(MAKE)
  302. configure:4533: result: yes
  303. configure:4591: checking for pkg-config
  304. configure:4609: found /usr/bin/pkg-config
  305. configure:4621: result: /usr/bin/pkg-config
  306. configure:4650: checking pkg-config is at least version 0.9.0
  307. configure:4653: result: yes
  308. configure:4681: checking build system type
  309. configure:4699: result: x86_64-unknown-linux-gnu
  310. configure:4721: checking host system type
  311. configure:4736: result: x86_64-unknown-linux-gnu
  312. configure:4808: checking for syslog
  313. configure:4864: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  314. configure:4870: $? = 0
  315. configure:4888: result: yes
  316. configure:4975: checking for socket in -lsocket
  317. configure:5010: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lsocket >&5
  318. /usr/bin/ld: cannot find -lsocket
  319. collect2: ld returned 1 exit status
  320. configure:5016: $? = 1
  321. configure: failed program was:
  322. | /* confdefs.h. */
  323. | #define PACKAGE_NAME "mpd"
  324. | #define PACKAGE_TARNAME "mpd"
  325. | #define PACKAGE_VERSION "0.15.12"
  326. | #define PACKAGE_STRING "mpd 0.15.12"
  327. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  328. | #define PACKAGE "mpd"
  329. | #define VERSION "0.15.12"
  330. | #define PROTOCOL_VERSION "0.15.0"
  331. | #define HAVE_SYSLOG 1
  332. | /* end confdefs.h. */
  333. |
  334. | /* Override any GCC internal prototype to avoid an error.
  335. | Use char because int might match the return type of a GCC
  336. | builtin and then its argument prototype would still apply. */
  337. | #ifdef __cplusplus
  338. | extern "C"
  339. | #endif
  340. | char socket ();
  341. | int
  342. | main ()
  343. | {
  344. | return socket ();
  345. | ;
  346. | return 0;
  347. | }
  348. configure:5034: result: no
  349. configure:5040: checking for gethostbyname in -lnsl
  350. configure:5075: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lnsl >&5
  351. configure:5081: $? = 0
  352. configure:5099: result: yes
  353. configure:5106: checking for exp in -lm
  354. configure:5141: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5
  355. conftest.c:19: warning: conflicting types for built-in function 'exp'
  356. configure:5147: $? = 0
  357. configure:5165: result: yes
  358. configure:5177: checking how to run the C preprocessor
  359. configure:5217: gcc -std=gnu99 -E conftest.c
  360. configure:5223: $? = 0
  361. configure:5254: gcc -std=gnu99 -E conftest.c
  362. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  363. configure:5260: $? = 1
  364. configure: failed program was:
  365. | /* confdefs.h. */
  366. | #define PACKAGE_NAME "mpd"
  367. | #define PACKAGE_TARNAME "mpd"
  368. | #define PACKAGE_VERSION "0.15.12"
  369. | #define PACKAGE_STRING "mpd 0.15.12"
  370. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  371. | #define PACKAGE "mpd"
  372. | #define VERSION "0.15.12"
  373. | #define PROTOCOL_VERSION "0.15.0"
  374. | #define HAVE_SYSLOG 1
  375. | /* end confdefs.h. */
  376. | #include <ac_nonexistent.h>
  377. configure:5293: result: gcc -std=gnu99 -E
  378. configure:5322: gcc -std=gnu99 -E conftest.c
  379. configure:5328: $? = 0
  380. configure:5359: gcc -std=gnu99 -E conftest.c
  381. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  382. configure:5365: $? = 1
  383. configure: failed program was:
  384. | /* confdefs.h. */
  385. | #define PACKAGE_NAME "mpd"
  386. | #define PACKAGE_TARNAME "mpd"
  387. | #define PACKAGE_VERSION "0.15.12"
  388. | #define PACKAGE_STRING "mpd 0.15.12"
  389. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  390. | #define PACKAGE "mpd"
  391. | #define VERSION "0.15.12"
  392. | #define PROTOCOL_VERSION "0.15.0"
  393. | #define HAVE_SYSLOG 1
  394. | /* end confdefs.h. */
  395. | #include <ac_nonexistent.h>
  396. configure:5403: checking for grep that handles long lines and -e
  397. configure:5477: result: /bin/grep
  398. configure:5482: checking for egrep
  399. configure:5560: result: /bin/grep -E
  400. configure:5565: checking for ANSI C header files
  401. configure:5595: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  402. configure:5601: $? = 0
  403. configure:5700: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  404. configure:5703: $? = 0
  405. configure:5709: ./conftest
  406. configure:5712: $? = 0
  407. configure:5729: result: yes
  408. configure:5753: checking for sys/types.h
  409. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  410. configure:5780: $? = 0
  411. configure:5796: result: yes
  412. configure:5753: checking for sys/stat.h
  413. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  414. configure:5780: $? = 0
  415. configure:5796: result: yes
  416. configure:5753: checking for stdlib.h
  417. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  418. configure:5780: $? = 0
  419. configure:5796: result: yes
  420. configure:5753: checking for string.h
  421. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  422. configure:5780: $? = 0
  423. configure:5796: result: yes
  424. configure:5753: checking for memory.h
  425. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  426. configure:5780: $? = 0
  427. configure:5796: result: yes
  428. configure:5753: checking for strings.h
  429. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  430. configure:5780: $? = 0
  431. configure:5796: result: yes
  432. configure:5753: checking for inttypes.h
  433. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  434. configure:5780: $? = 0
  435. configure:5796: result: yes
  436. configure:5753: checking for stdint.h
  437. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  438. configure:5780: $? = 0
  439. configure:5796: result: yes
  440. configure:5753: checking for unistd.h
  441. configure:5774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  442. configure:5780: $? = 0
  443. configure:5796: result: yes
  444. configure:5823: checking locale.h usability
  445. configure:5840: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  446. configure:5846: $? = 0
  447. configure:5860: result: yes
  448. configure:5864: checking locale.h presence
  449. configure:5879: gcc -std=gnu99 -E conftest.c
  450. configure:5885: $? = 0
  451. configure:5899: result: yes
  452. configure:5932: checking for locale.h
  453. configure:5940: result: yes
  454. configure:5968: checking valgrind/memcheck.h usability
  455. configure:5985: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  456. conftest.c:56:31: error: valgrind/memcheck.h: No such file or directory
  457. configure:5991: $? = 1
  458. configure: failed program was:
  459. | /* confdefs.h. */
  460. | #define PACKAGE_NAME "mpd"
  461. | #define PACKAGE_TARNAME "mpd"
  462. | #define PACKAGE_VERSION "0.15.12"
  463. | #define PACKAGE_STRING "mpd 0.15.12"
  464. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  465. | #define PACKAGE "mpd"
  466. | #define VERSION "0.15.12"
  467. | #define PROTOCOL_VERSION "0.15.0"
  468. | #define HAVE_SYSLOG 1
  469. | #define STDC_HEADERS 1
  470. | #define HAVE_SYS_TYPES_H 1
  471. | #define HAVE_SYS_STAT_H 1
  472. | #define HAVE_STDLIB_H 1
  473. | #define HAVE_STRING_H 1
  474. | #define HAVE_MEMORY_H 1
  475. | #define HAVE_STRINGS_H 1
  476. | #define HAVE_INTTYPES_H 1
  477. | #define HAVE_STDINT_H 1
  478. | #define HAVE_UNISTD_H 1
  479. | #define HAVE_LOCALE_H 1
  480. | /* end confdefs.h. */
  481. | #include <stdio.h>
  482. | #ifdef HAVE_SYS_TYPES_H
  483. | # include <sys/types.h>
  484. | #endif
  485. | #ifdef HAVE_SYS_STAT_H
  486. | # include <sys/stat.h>
  487. | #endif
  488. | #ifdef STDC_HEADERS
  489. | # include <stdlib.h>
  490. | # include <stddef.h>
  491. | #else
  492. | # ifdef HAVE_STDLIB_H
  493. | # include <stdlib.h>
  494. | # endif
  495. | #endif
  496. | #ifdef HAVE_STRING_H
  497. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  498. | # include <memory.h>
  499. | # endif
  500. | # include <string.h>
  501. | #endif
  502. | #ifdef HAVE_STRINGS_H
  503. | # include <strings.h>
  504. | #endif
  505. | #ifdef HAVE_INTTYPES_H
  506. | # include <inttypes.h>
  507. | #endif
  508. | #ifdef HAVE_STDINT_H
  509. | # include <stdint.h>
  510. | #endif
  511. | #ifdef HAVE_UNISTD_H
  512. | # include <unistd.h>
  513. | #endif
  514. | #include <valgrind/memcheck.h>
  515. configure:6005: result: no
  516. configure:6009: checking valgrind/memcheck.h presence
  517. configure:6024: gcc -std=gnu99 -E conftest.c
  518. conftest.c:23:31: error: valgrind/memcheck.h: No such file or directory
  519. configure:6030: $? = 1
  520. configure: failed program was:
  521. | /* confdefs.h. */
  522. | #define PACKAGE_NAME "mpd"
  523. | #define PACKAGE_TARNAME "mpd"
  524. | #define PACKAGE_VERSION "0.15.12"
  525. | #define PACKAGE_STRING "mpd 0.15.12"
  526. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  527. | #define PACKAGE "mpd"
  528. | #define VERSION "0.15.12"
  529. | #define PROTOCOL_VERSION "0.15.0"
  530. | #define HAVE_SYSLOG 1
  531. | #define STDC_HEADERS 1
  532. | #define HAVE_SYS_TYPES_H 1
  533. | #define HAVE_SYS_STAT_H 1
  534. | #define HAVE_STDLIB_H 1
  535. | #define HAVE_STRING_H 1
  536. | #define HAVE_MEMORY_H 1
  537. | #define HAVE_STRINGS_H 1
  538. | #define HAVE_INTTYPES_H 1
  539. | #define HAVE_STDINT_H 1
  540. | #define HAVE_UNISTD_H 1
  541. | #define HAVE_LOCALE_H 1
  542. | /* end confdefs.h. */
  543. | #include <valgrind/memcheck.h>
  544. configure:6044: result: no
  545. configure:6077: checking for valgrind/memcheck.h
  546. configure:6085: result: no
  547. configure:6103: checking for GLIB
  548. configure:6111: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gthread-2.0"
  549. configure:6114: $? = 0
  550. configure:6129: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gthread-2.0"
  551. configure:6132: $? = 0
  552. configure:6172: result: yes
  553. configure:6201: checking for ipv6
  554. configure:6227: result: yes
  555. configure:6261: checking for struct ucred
  556. configure:6288: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  557. configure:6294: $? = 0
  558. configure:6361: result: yes
  559. configure:6375: checking for getpeereid
  560. configure:6431: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  561. /tmp/cc0udSGN.o: In function `main':
  562. /home/hugo/radio/mpd-0.15.12/conftest.c:61: undefined reference to `getpeereid'
  563. collect2: ld returned 1 exit status
  564. configure:6437: $? = 1
  565. configure: failed program was:
  566. | /* confdefs.h. */
  567. | #define PACKAGE_NAME "mpd"
  568. | #define PACKAGE_TARNAME "mpd"
  569. | #define PACKAGE_VERSION "0.15.12"
  570. | #define PACKAGE_STRING "mpd 0.15.12"
  571. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  572. | #define PACKAGE "mpd"
  573. | #define VERSION "0.15.12"
  574. | #define PROTOCOL_VERSION "0.15.0"
  575. | #define HAVE_SYSLOG 1
  576. | #define STDC_HEADERS 1
  577. | #define HAVE_SYS_TYPES_H 1
  578. | #define HAVE_SYS_STAT_H 1
  579. | #define HAVE_STDLIB_H 1
  580. | #define HAVE_STRING_H 1
  581. | #define HAVE_MEMORY_H 1
  582. | #define HAVE_STRINGS_H 1
  583. | #define HAVE_INTTYPES_H 1
  584. | #define HAVE_STDINT_H 1
  585. | #define HAVE_UNISTD_H 1
  586. | #define HAVE_LOCALE_H 1
  587. | #define HAVE_IPV6 1
  588. | #define HAVE_TCP 1
  589. | #define HAVE_UN 1
  590. | #define HAVE_STRUCT_UCRED 1
  591. | /* end confdefs.h. */
  592. | /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
  593. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  594. | #define getpeereid innocuous_getpeereid
  595. |
  596. | /* System header to define __stub macros and hopefully few prototypes,
  597. | which can conflict with char getpeereid (); below.
  598. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  599. | <limits.h> exists even on freestanding compilers. */
  600. |
  601. | #ifdef __STDC__
  602. | # include <limits.h>
  603. | #else
  604. | # include <assert.h>
  605. | #endif
  606. |
  607. | #undef getpeereid
  608. |
  609. | /* Override any GCC internal prototype to avoid an error.
  610. | Use char because int might match the return type of a GCC
  611. | builtin and then its argument prototype would still apply. */
  612. | #ifdef __cplusplus
  613. | extern "C"
  614. | #endif
  615. | char getpeereid ();
  616. | /* The GNU C library defines this for functions which it implements
  617. | to always fail with ENOSYS. Some functions are actually named
  618. | something starting with __ and the normal name is an alias. */
  619. | #if defined __stub_getpeereid || defined __stub___getpeereid
  620. | choke me
  621. | #endif
  622. |
  623. | int
  624. | main ()
  625. | {
  626. | return getpeereid ();
  627. | ;
  628. | return 0;
  629. | }
  630. configure:6455: result: no
  631. configure:6481: checking for CUE
  632. configure:6489: $PKG_CONFIG --exists --print-errors "libcue"
  633. Package libcue was not found in the pkg-config search path.
  634. Perhaps you should add the directory containing `libcue.pc'
  635. to the PKG_CONFIG_PATH environment variable
  636. No package 'libcue' found
  637. configure:6492: $? = 1
  638. configure:6507: $PKG_CONFIG --exists --print-errors "libcue"
  639. Package libcue was not found in the pkg-config search path.
  640. Perhaps you should add the directory containing `libcue.pc'
  641. to the PKG_CONFIG_PATH environment variable
  642. No package 'libcue' found
  643. configure:6510: $? = 1
  644. No package 'libcue' found
  645. configure:6538: result: no
  646. configure:6581: WARNING: libcue not found -- disabling libcue parsing library
  647. configure:6633: checking for AVAHI
  648. configure:6641: $PKG_CONFIG --exists --print-errors "avahi-client avahi-glib"
  649. Package avahi-glib was not found in the pkg-config search path.
  650. Perhaps you should add the directory containing `avahi-glib.pc'
  651. to the PKG_CONFIG_PATH environment variable
  652. No package 'avahi-glib' found
  653. configure:6644: $? = 1
  654. configure:6659: $PKG_CONFIG --exists --print-errors "avahi-client avahi-glib"
  655. Package avahi-glib was not found in the pkg-config search path.
  656. Perhaps you should add the directory containing `avahi-glib.pc'
  657. to the PKG_CONFIG_PATH environment variable
  658. No package 'avahi-glib' found
  659. configure:6662: $? = 1
  660. No package 'avahi-glib' found
  661. configure:6690: result: no
  662. configure:6728: checking dns_sd.h usability
  663. configure:6745: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  664. conftest.c:60:20: error: dns_sd.h: No such file or directory
  665. configure:6751: $? = 1
  666. configure: failed program was:
  667. | /* confdefs.h. */
  668. | #define PACKAGE_NAME "mpd"
  669. | #define PACKAGE_TARNAME "mpd"
  670. | #define PACKAGE_VERSION "0.15.12"
  671. | #define PACKAGE_STRING "mpd 0.15.12"
  672. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  673. | #define PACKAGE "mpd"
  674. | #define VERSION "0.15.12"
  675. | #define PROTOCOL_VERSION "0.15.0"
  676. | #define HAVE_SYSLOG 1
  677. | #define STDC_HEADERS 1
  678. | #define HAVE_SYS_TYPES_H 1
  679. | #define HAVE_SYS_STAT_H 1
  680. | #define HAVE_STDLIB_H 1
  681. | #define HAVE_STRING_H 1
  682. | #define HAVE_MEMORY_H 1
  683. | #define HAVE_STRINGS_H 1
  684. | #define HAVE_INTTYPES_H 1
  685. | #define HAVE_STDINT_H 1
  686. | #define HAVE_UNISTD_H 1
  687. | #define HAVE_LOCALE_H 1
  688. | #define HAVE_IPV6 1
  689. | #define HAVE_TCP 1
  690. | #define HAVE_UN 1
  691. | #define HAVE_STRUCT_UCRED 1
  692. | /* end confdefs.h. */
  693. | #include <stdio.h>
  694. | #ifdef HAVE_SYS_TYPES_H
  695. | # include <sys/types.h>
  696. | #endif
  697. | #ifdef HAVE_SYS_STAT_H
  698. | # include <sys/stat.h>
  699. | #endif
  700. | #ifdef STDC_HEADERS
  701. | # include <stdlib.h>
  702. | # include <stddef.h>
  703. | #else
  704. | # ifdef HAVE_STDLIB_H
  705. | # include <stdlib.h>
  706. | # endif
  707. | #endif
  708. | #ifdef HAVE_STRING_H
  709. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  710. | # include <memory.h>
  711. | # endif
  712. | # include <string.h>
  713. | #endif
  714. | #ifdef HAVE_STRINGS_H
  715. | # include <strings.h>
  716. | #endif
  717. | #ifdef HAVE_INTTYPES_H
  718. | # include <inttypes.h>
  719. | #endif
  720. | #ifdef HAVE_STDINT_H
  721. | # include <stdint.h>
  722. | #endif
  723. | #ifdef HAVE_UNISTD_H
  724. | # include <unistd.h>
  725. | #endif
  726. | #include <dns_sd.h>
  727. configure:6765: result: no
  728. configure:6769: checking dns_sd.h presence
  729. configure:6784: gcc -std=gnu99 -E conftest.c
  730. conftest.c:27:20: error: dns_sd.h: No such file or directory
  731. configure:6790: $? = 1
  732. configure: failed program was:
  733. | /* confdefs.h. */
  734. | #define PACKAGE_NAME "mpd"
  735. | #define PACKAGE_TARNAME "mpd"
  736. | #define PACKAGE_VERSION "0.15.12"
  737. | #define PACKAGE_STRING "mpd 0.15.12"
  738. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  739. | #define PACKAGE "mpd"
  740. | #define VERSION "0.15.12"
  741. | #define PROTOCOL_VERSION "0.15.0"
  742. | #define HAVE_SYSLOG 1
  743. | #define STDC_HEADERS 1
  744. | #define HAVE_SYS_TYPES_H 1
  745. | #define HAVE_SYS_STAT_H 1
  746. | #define HAVE_STDLIB_H 1
  747. | #define HAVE_STRING_H 1
  748. | #define HAVE_MEMORY_H 1
  749. | #define HAVE_STRINGS_H 1
  750. | #define HAVE_INTTYPES_H 1
  751. | #define HAVE_STDINT_H 1
  752. | #define HAVE_UNISTD_H 1
  753. | #define HAVE_LOCALE_H 1
  754. | #define HAVE_IPV6 1
  755. | #define HAVE_TCP 1
  756. | #define HAVE_UN 1
  757. | #define HAVE_STRUCT_UCRED 1
  758. | /* end confdefs.h. */
  759. | #include <dns_sd.h>
  760. configure:6804: result: no
  761. configure:6837: checking for dns_sd.h
  762. configure:6844: result: no
  763. configure:6859: checking for DNSServiceRegister in -ldns_sd
  764. configure:6894: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldns_sd >&5
  765. /usr/bin/ld: cannot find -ldns_sd
  766. collect2: ld returned 1 exit status
  767. configure:6900: $? = 1
  768. configure: failed program was:
  769. | /* confdefs.h. */
  770. | #define PACKAGE_NAME "mpd"
  771. | #define PACKAGE_TARNAME "mpd"
  772. | #define PACKAGE_VERSION "0.15.12"
  773. | #define PACKAGE_STRING "mpd 0.15.12"
  774. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  775. | #define PACKAGE "mpd"
  776. | #define VERSION "0.15.12"
  777. | #define PROTOCOL_VERSION "0.15.0"
  778. | #define HAVE_SYSLOG 1
  779. | #define STDC_HEADERS 1
  780. | #define HAVE_SYS_TYPES_H 1
  781. | #define HAVE_SYS_STAT_H 1
  782. | #define HAVE_STDLIB_H 1
  783. | #define HAVE_STRING_H 1
  784. | #define HAVE_MEMORY_H 1
  785. | #define HAVE_STRINGS_H 1
  786. | #define HAVE_INTTYPES_H 1
  787. | #define HAVE_STDINT_H 1
  788. | #define HAVE_UNISTD_H 1
  789. | #define HAVE_LOCALE_H 1
  790. | #define HAVE_IPV6 1
  791. | #define HAVE_TCP 1
  792. | #define HAVE_UN 1
  793. | #define HAVE_STRUCT_UCRED 1
  794. | /* end confdefs.h. */
  795. |
  796. | /* Override any GCC internal prototype to avoid an error.
  797. | Use char because int might match the return type of a GCC
  798. | builtin and then its argument prototype would still apply. */
  799. | #ifdef __cplusplus
  800. | extern "C"
  801. | #endif
  802. | char DNSServiceRegister ();
  803. | int
  804. | main ()
  805. | {
  806. | return DNSServiceRegister ();
  807. | ;
  808. | return 0;
  809. | }
  810. configure:6918: result: no
  811. configure:6935: WARNING: No supported Zeroconf backend found, disabling Zeroconf
  812. configure:6990: checking for SQLITE
  813. configure:6998: $PKG_CONFIG --exists --print-errors "sqlite3"
  814. configure:7001: $? = 0
  815. configure:7016: $PKG_CONFIG --exists --print-errors "sqlite3"
  816. configure:7019: $? = 0
  817. configure:7055: result: yes
  818. configure:7078: auto-detected SQLite database support
  819. configure:7135: checking for CURL
  820. configure:7143: $PKG_CONFIG --exists --print-errors "libcurl"
  821. configure:7146: $? = 0
  822. configure:7161: $PKG_CONFIG --exists --print-errors "libcurl"
  823. configure:7164: $? = 0
  824. configure:7200: result: yes
  825. configure:7223: auto-detected libcurl HTTP streaming
  826. configure:7309: checking for MMS
  827. configure:7317: $PKG_CONFIG --exists --print-errors "libmms >= 0.4"
  828. Package libmms was not found in the pkg-config search path.
  829. Perhaps you should add the directory containing `libmms.pc'
  830. to the PKG_CONFIG_PATH environment variable
  831. No package 'libmms' found
  832. configure:7320: $? = 1
  833. configure:7335: $PKG_CONFIG --exists --print-errors "libmms >= 0.4"
  834. Package libmms was not found in the pkg-config search path.
  835. Perhaps you should add the directory containing `libmms.pc'
  836. to the PKG_CONFIG_PATH environment variable
  837. No package 'libmms' found
  838. configure:7338: $? = 1
  839. No package 'libmms' found
  840. configure:7366: result: no
  841. configure:7409: WARNING: libmms not found -- disabling libmms mms:// protocol support
  842. configure:7901: checking for MAD
  843. configure:7909: $PKG_CONFIG --exists --print-errors "mad"
  844. Package mad was not found in the pkg-config search path.
  845. Perhaps you should add the directory containing `mad.pc'
  846. to the PKG_CONFIG_PATH environment variable
  847. No package 'mad' found
  848. configure:7912: $? = 1
  849. No package 'mad' found
  850. configure:7958: result: no
  851. configure:8001: WARNING: libmad not found -- disabling libmad MP3 decoder plugin
  852. configure:8145: checking for MODPLUG
  853. configure:8153: $PKG_CONFIG --exists --print-errors "libmodplug"
  854. Package libmodplug was not found in the pkg-config search path.
  855. Perhaps you should add the directory containing `libmodplug.pc'
  856. to the PKG_CONFIG_PATH environment variable
  857. No package 'libmodplug' found
  858. configure:8156: $? = 1
  859. configure:8171: $PKG_CONFIG --exists --print-errors "libmodplug"
  860. Package libmodplug was not found in the pkg-config search path.
  861. Perhaps you should add the directory containing `libmodplug.pc'
  862. to the PKG_CONFIG_PATH environment variable
  863. No package 'libmodplug' found
  864. configure:8174: $? = 1
  865. No package 'libmodplug' found
  866. configure:8202: result: no
  867. configure:8245: WARNING: libmodplug not found -- disabling modplug decoder plugin
  868. configure:8371: checking for main in -lsidplay2
  869. configure:8400: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lsidplay2 >&5
  870. /usr/bin/ld: cannot find -lsidplay2
  871. collect2: ld returned 1 exit status
  872. configure:8406: $? = 1
  873. configure: failed program was:
  874. | /* confdefs.h. */
  875. | #define PACKAGE_NAME "mpd"
  876. | #define PACKAGE_TARNAME "mpd"
  877. | #define PACKAGE_VERSION "0.15.12"
  878. | #define PACKAGE_STRING "mpd 0.15.12"
  879. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  880. | #define PACKAGE "mpd"
  881. | #define VERSION "0.15.12"
  882. | #define PROTOCOL_VERSION "0.15.0"
  883. | #define HAVE_SYSLOG 1
  884. | #define STDC_HEADERS 1
  885. | #define HAVE_SYS_TYPES_H 1
  886. | #define HAVE_SYS_STAT_H 1
  887. | #define HAVE_STDLIB_H 1
  888. | #define HAVE_STRING_H 1
  889. | #define HAVE_MEMORY_H 1
  890. | #define HAVE_STRINGS_H 1
  891. | #define HAVE_INTTYPES_H 1
  892. | #define HAVE_STDINT_H 1
  893. | #define HAVE_UNISTD_H 1
  894. | #define HAVE_LOCALE_H 1
  895. | #define HAVE_IPV6 1
  896. | #define HAVE_TCP 1
  897. | #define HAVE_UN 1
  898. | #define HAVE_STRUCT_UCRED 1
  899. | #define ENABLE_SQLITE 1
  900. | #define HAVE_CURL 1
  901. | /* end confdefs.h. */
  902. |
  903. |
  904. | int
  905. | main ()
  906. | {
  907. | return main ();
  908. | ;
  909. | return 0;
  910. | }
  911. configure:8424: result: no
  912. configure:8447: WARNING: libsidplay2 not found -- disabling sidplay decoder plugin
  913. configure:8627: checking for SAMPLERATE
  914. configure:8635: $PKG_CONFIG --exists --print-errors "samplerate >= 0.0.15"
  915. Package samplerate was not found in the pkg-config search path.
  916. Perhaps you should add the directory containing `samplerate.pc'
  917. to the PKG_CONFIG_PATH environment variable
  918. No package 'samplerate' found
  919. configure:8638: $? = 1
  920. configure:8653: $PKG_CONFIG --exists --print-errors "samplerate >= 0.0.15"
  921. Package samplerate was not found in the pkg-config search path.
  922. Perhaps you should add the directory containing `samplerate.pc'
  923. to the PKG_CONFIG_PATH environment variable
  924. No package 'samplerate' found
  925. configure:8656: $? = 1
  926. No package 'samplerate' found
  927. configure:8684: result: no
  928. configure:8727: WARNING: libsamplerate not found -- disabling libsamplerate resampling
  929. configure:8880: checking for AO
  930. configure:8888: $PKG_CONFIG --exists --print-errors "ao"
  931. Package ao was not found in the pkg-config search path.
  932. Perhaps you should add the directory containing `ao.pc'
  933. to the PKG_CONFIG_PATH environment variable
  934. No package 'ao' found
  935. configure:8891: $? = 1
  936. configure:8906: $PKG_CONFIG --exists --print-errors "ao"
  937. Package ao was not found in the pkg-config search path.
  938. Perhaps you should add the directory containing `ao.pc'
  939. to the PKG_CONFIG_PATH environment variable
  940. No package 'ao' found
  941. configure:8909: $? = 1
  942. No package 'ao' found
  943. configure:8937: result: no
  944. configure:8980: WARNING: libao not found -- disabling libao output plugin
  945. configure:9057: checking for JACK
  946. configure:9065: $PKG_CONFIG --exists --print-errors "jack >= 0.4"
  947. Package jack was not found in the pkg-config search path.
  948. Perhaps you should add the directory containing `jack.pc'
  949. to the PKG_CONFIG_PATH environment variable
  950. No package 'jack' found
  951. configure:9068: $? = 1
  952. configure:9083: $PKG_CONFIG --exists --print-errors "jack >= 0.4"
  953. Package jack was not found in the pkg-config search path.
  954. Perhaps you should add the directory containing `jack.pc'
  955. to the PKG_CONFIG_PATH environment variable
  956. No package 'jack' found
  957. configure:9086: $? = 1
  958. No package 'jack' found
  959. configure:9114: result: no
  960. configure:9157: WARNING: libjack not found -- disabling JACK output plugin
  961. configure:9319: checking for PULSE
  962. configure:9327: $PKG_CONFIG --exists --print-errors "libpulse-simple"
  963. Package libpulse-simple was not found in the pkg-config search path.
  964. Perhaps you should add the directory containing `libpulse-simple.pc'
  965. to the PKG_CONFIG_PATH environment variable
  966. No package 'libpulse-simple' found
  967. configure:9330: $? = 1
  968. configure:9345: $PKG_CONFIG --exists --print-errors "libpulse-simple"
  969. Package libpulse-simple was not found in the pkg-config search path.
  970. Perhaps you should add the directory containing `libpulse-simple.pc'
  971. to the PKG_CONFIG_PATH environment variable
  972. No package 'libpulse-simple' found
  973. configure:9348: $? = 1
  974. No package 'libpulse-simple' found
  975. configure:9376: result: no
  976. configure:9419: WARNING: libpulse not found -- disabling PulseAudio output plugin
  977. configure:9494: checking for SHOUT
  978. configure:9502: $PKG_CONFIG --exists --print-errors "shout"
  979. Package shout was not found in the pkg-config search path.
  980. Perhaps you should add the directory containing `shout.pc'
  981. to the PKG_CONFIG_PATH environment variable
  982. No package 'shout' found
  983. configure:9505: $? = 1
  984. No package 'shout' found
  985. configure:9551: result: no
  986. configure:9594: WARNING: libshout not found -- disabling shout output plugin
  987. configure:9647: checking sys/soundcard.h usability
  988. configure:9664: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  989. configure:9670: $? = 0
  990. configure:9684: result: yes
  991. configure:9688: checking sys/soundcard.h presence
  992. configure:9703: gcc -std=gnu99 -E conftest.c
  993. configure:9709: $? = 0
  994. configure:9723: result: yes
  995. configure:9756: checking for sys/soundcard.h
  996. configure:9763: result: yes
  997. configure:9794: checking for mkfifo
  998. configure:9850: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  999. configure:9856: $? = 0
  1000. configure:9873: result: yes
  1001. configure:9922: checking for ALSA
  1002. configure:9930: $PKG_CONFIG --exists --print-errors "alsa >= 0.9.0"
  1003. Package alsa was not found in the pkg-config search path.
  1004. Perhaps you should add the directory containing `alsa.pc'
  1005. to the PKG_CONFIG_PATH environment variable
  1006. No package 'alsa' found
  1007. configure:9933: $? = 1
  1008. configure:9948: $PKG_CONFIG --exists --print-errors "alsa >= 0.9.0"
  1009. Package alsa was not found in the pkg-config search path.
  1010. Perhaps you should add the directory containing `alsa.pc'
  1011. to the PKG_CONFIG_PATH environment variable
  1012. No package 'alsa' found
  1013. configure:9951: $? = 1
  1014. No package 'alsa' found
  1015. configure:9979: result: no
  1016. configure:10022: WARNING: libasound not found -- disabling ALSA output plugin
  1017. configure:10057: checking for ID3TAG
  1018. configure:10065: $PKG_CONFIG --exists --print-errors "id3tag"
  1019. Package id3tag was not found in the pkg-config search path.
  1020. Perhaps you should add the directory containing `id3tag.pc'
  1021. to the PKG_CONFIG_PATH environment variable
  1022. No package 'id3tag' found
  1023. configure:10068: $? = 1
  1024. configure:10083: $PKG_CONFIG --exists --print-errors "id3tag"
  1025. Package id3tag was not found in the pkg-config search path.
  1026. Perhaps you should add the directory containing `id3tag.pc'
  1027. to the PKG_CONFIG_PATH environment variable
  1028. No package 'id3tag' found
  1029. configure:10086: $? = 1
  1030. No package 'id3tag' found
  1031. configure:10114: result: no
  1032. configure:10116: checking for id3_file_open in -lid3tag
  1033. configure:10151: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lid3tag >&5
  1034. /usr/bin/ld: cannot find -lid3tag
  1035. collect2: ld returned 1 exit status
  1036. configure:10157: $? = 1
  1037. configure: failed program was:
  1038. | /* confdefs.h. */
  1039. | #define PACKAGE_NAME "mpd"
  1040. | #define PACKAGE_TARNAME "mpd"
  1041. | #define PACKAGE_VERSION "0.15.12"
  1042. | #define PACKAGE_STRING "mpd 0.15.12"
  1043. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1044. | #define PACKAGE "mpd"
  1045. | #define VERSION "0.15.12"
  1046. | #define PROTOCOL_VERSION "0.15.0"
  1047. | #define HAVE_SYSLOG 1
  1048. | #define STDC_HEADERS 1
  1049. | #define HAVE_SYS_TYPES_H 1
  1050. | #define HAVE_SYS_STAT_H 1
  1051. | #define HAVE_STDLIB_H 1
  1052. | #define HAVE_STRING_H 1
  1053. | #define HAVE_MEMORY_H 1
  1054. | #define HAVE_STRINGS_H 1
  1055. | #define HAVE_INTTYPES_H 1
  1056. | #define HAVE_STDINT_H 1
  1057. | #define HAVE_UNISTD_H 1
  1058. | #define HAVE_LOCALE_H 1
  1059. | #define HAVE_IPV6 1
  1060. | #define HAVE_TCP 1
  1061. | #define HAVE_UN 1
  1062. | #define HAVE_STRUCT_UCRED 1
  1063. | #define ENABLE_SQLITE 1
  1064. | #define HAVE_CURL 1
  1065. | #define HAVE_OSS 1
  1066. | #define HAVE_FIFO 1
  1067. | /* end confdefs.h. */
  1068. |
  1069. | /* Override any GCC internal prototype to avoid an error.
  1070. | Use char because int might match the return type of a GCC
  1071. | builtin and then its argument prototype would still apply. */
  1072. | #ifdef __cplusplus
  1073. | extern "C"
  1074. | #endif
  1075. | char id3_file_open ();
  1076. | int
  1077. | main ()
  1078. | {
  1079. | return id3_file_open ();
  1080. | ;
  1081. | return 0;
  1082. | }
  1083. configure:10175: result: no
  1084. configure:10310: checking mpc/mpcdec.h usability
  1085. configure:10327: gcc -std=gnu99 -c -g -O2 -I. -g -O2 -I. conftest.c >&5
  1086. conftest.c:64:24: error: mpc/mpcdec.h: No such file or directory
  1087. configure:10333: $? = 1
  1088. configure: failed program was:
  1089. | /* confdefs.h. */
  1090. | #define PACKAGE_NAME "mpd"
  1091. | #define PACKAGE_TARNAME "mpd"
  1092. | #define PACKAGE_VERSION "0.15.12"
  1093. | #define PACKAGE_STRING "mpd 0.15.12"
  1094. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1095. | #define PACKAGE "mpd"
  1096. | #define VERSION "0.15.12"
  1097. | #define PROTOCOL_VERSION "0.15.0"
  1098. | #define HAVE_SYSLOG 1
  1099. | #define STDC_HEADERS 1
  1100. | #define HAVE_SYS_TYPES_H 1
  1101. | #define HAVE_SYS_STAT_H 1
  1102. | #define HAVE_STDLIB_H 1
  1103. | #define HAVE_STRING_H 1
  1104. | #define HAVE_MEMORY_H 1
  1105. | #define HAVE_STRINGS_H 1
  1106. | #define HAVE_INTTYPES_H 1
  1107. | #define HAVE_STDINT_H 1
  1108. | #define HAVE_UNISTD_H 1
  1109. | #define HAVE_LOCALE_H 1
  1110. | #define HAVE_IPV6 1
  1111. | #define HAVE_TCP 1
  1112. | #define HAVE_UN 1
  1113. | #define HAVE_STRUCT_UCRED 1
  1114. | #define ENABLE_SQLITE 1
  1115. | #define HAVE_CURL 1
  1116. | #define HAVE_OSS 1
  1117. | #define HAVE_FIFO 1
  1118. | /* end confdefs.h. */
  1119. | #include <stdio.h>
  1120. | #ifdef HAVE_SYS_TYPES_H
  1121. | # include <sys/types.h>
  1122. | #endif
  1123. | #ifdef HAVE_SYS_STAT_H
  1124. | # include <sys/stat.h>
  1125. | #endif
  1126. | #ifdef STDC_HEADERS
  1127. | # include <stdlib.h>
  1128. | # include <stddef.h>
  1129. | #else
  1130. | # ifdef HAVE_STDLIB_H
  1131. | # include <stdlib.h>
  1132. | # endif
  1133. | #endif
  1134. | #ifdef HAVE_STRING_H
  1135. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1136. | # include <memory.h>
  1137. | # endif
  1138. | # include <string.h>
  1139. | #endif
  1140. | #ifdef HAVE_STRINGS_H
  1141. | # include <strings.h>
  1142. | #endif
  1143. | #ifdef HAVE_INTTYPES_H
  1144. | # include <inttypes.h>
  1145. | #endif
  1146. | #ifdef HAVE_STDINT_H
  1147. | # include <stdint.h>
  1148. | #endif
  1149. | #ifdef HAVE_UNISTD_H
  1150. | # include <unistd.h>
  1151. | #endif
  1152. | #include <mpc/mpcdec.h>
  1153. configure:10347: result: no
  1154. configure:10351: checking mpc/mpcdec.h presence
  1155. configure:10366: gcc -std=gnu99 -E -g -O2 -I. conftest.c
  1156. conftest.c:31:24: error: mpc/mpcdec.h: No such file or directory
  1157. configure:10372: $? = 1
  1158. configure: failed program was:
  1159. | /* confdefs.h. */
  1160. | #define PACKAGE_NAME "mpd"
  1161. | #define PACKAGE_TARNAME "mpd"
  1162. | #define PACKAGE_VERSION "0.15.12"
  1163. | #define PACKAGE_STRING "mpd 0.15.12"
  1164. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1165. | #define PACKAGE "mpd"
  1166. | #define VERSION "0.15.12"
  1167. | #define PROTOCOL_VERSION "0.15.0"
  1168. | #define HAVE_SYSLOG 1
  1169. | #define STDC_HEADERS 1
  1170. | #define HAVE_SYS_TYPES_H 1
  1171. | #define HAVE_SYS_STAT_H 1
  1172. | #define HAVE_STDLIB_H 1
  1173. | #define HAVE_STRING_H 1
  1174. | #define HAVE_MEMORY_H 1
  1175. | #define HAVE_STRINGS_H 1
  1176. | #define HAVE_INTTYPES_H 1
  1177. | #define HAVE_STDINT_H 1
  1178. | #define HAVE_UNISTD_H 1
  1179. | #define HAVE_LOCALE_H 1
  1180. | #define HAVE_IPV6 1
  1181. | #define HAVE_TCP 1
  1182. | #define HAVE_UN 1
  1183. | #define HAVE_STRUCT_UCRED 1
  1184. | #define ENABLE_SQLITE 1
  1185. | #define HAVE_CURL 1
  1186. | #define HAVE_OSS 1
  1187. | #define HAVE_FIFO 1
  1188. | /* end confdefs.h. */
  1189. | #include <mpc/mpcdec.h>
  1190. configure:10386: result: no
  1191. configure:10419: checking for mpc/mpcdec.h
  1192. configure:10426: result: no
  1193. configure:10443: checking mpcdec/mpcdec.h usability
  1194. configure:10460: gcc -std=gnu99 -c -g -O2 -I. -g -O2 -I. conftest.c >&5
  1195. conftest.c:64:27: error: mpcdec/mpcdec.h: No such file or directory
  1196. configure:10466: $? = 1
  1197. configure: failed program was:
  1198. | /* confdefs.h. */
  1199. | #define PACKAGE_NAME "mpd"
  1200. | #define PACKAGE_TARNAME "mpd"
  1201. | #define PACKAGE_VERSION "0.15.12"
  1202. | #define PACKAGE_STRING "mpd 0.15.12"
  1203. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1204. | #define PACKAGE "mpd"
  1205. | #define VERSION "0.15.12"
  1206. | #define PROTOCOL_VERSION "0.15.0"
  1207. | #define HAVE_SYSLOG 1
  1208. | #define STDC_HEADERS 1
  1209. | #define HAVE_SYS_TYPES_H 1
  1210. | #define HAVE_SYS_STAT_H 1
  1211. | #define HAVE_STDLIB_H 1
  1212. | #define HAVE_STRING_H 1
  1213. | #define HAVE_MEMORY_H 1
  1214. | #define HAVE_STRINGS_H 1
  1215. | #define HAVE_INTTYPES_H 1
  1216. | #define HAVE_STDINT_H 1
  1217. | #define HAVE_UNISTD_H 1
  1218. | #define HAVE_LOCALE_H 1
  1219. | #define HAVE_IPV6 1
  1220. | #define HAVE_TCP 1
  1221. | #define HAVE_UN 1
  1222. | #define HAVE_STRUCT_UCRED 1
  1223. | #define ENABLE_SQLITE 1
  1224. | #define HAVE_CURL 1
  1225. | #define HAVE_OSS 1
  1226. | #define HAVE_FIFO 1
  1227. | /* end confdefs.h. */
  1228. | #include <stdio.h>
  1229. | #ifdef HAVE_SYS_TYPES_H
  1230. | # include <sys/types.h>
  1231. | #endif
  1232. | #ifdef HAVE_SYS_STAT_H
  1233. | # include <sys/stat.h>
  1234. | #endif
  1235. | #ifdef STDC_HEADERS
  1236. | # include <stdlib.h>
  1237. | # include <stddef.h>
  1238. | #else
  1239. | # ifdef HAVE_STDLIB_H
  1240. | # include <stdlib.h>
  1241. | # endif
  1242. | #endif
  1243. | #ifdef HAVE_STRING_H
  1244. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1245. | # include <memory.h>
  1246. | # endif
  1247. | # include <string.h>
  1248. | #endif
  1249. | #ifdef HAVE_STRINGS_H
  1250. | # include <strings.h>
  1251. | #endif
  1252. | #ifdef HAVE_INTTYPES_H
  1253. | # include <inttypes.h>
  1254. | #endif
  1255. | #ifdef HAVE_STDINT_H
  1256. | # include <stdint.h>
  1257. | #endif
  1258. | #ifdef HAVE_UNISTD_H
  1259. | # include <unistd.h>
  1260. | #endif
  1261. | #include <mpcdec/mpcdec.h>
  1262. configure:10480: result: no
  1263. configure:10484: checking mpcdec/mpcdec.h presence
  1264. configure:10499: gcc -std=gnu99 -E -g -O2 -I. conftest.c
  1265. conftest.c:31:27: error: mpcdec/mpcdec.h: No such file or directory
  1266. configure:10505: $? = 1
  1267. configure: failed program was:
  1268. | /* confdefs.h. */
  1269. | #define PACKAGE_NAME "mpd"
  1270. | #define PACKAGE_TARNAME "mpd"
  1271. | #define PACKAGE_VERSION "0.15.12"
  1272. | #define PACKAGE_STRING "mpd 0.15.12"
  1273. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1274. | #define PACKAGE "mpd"
  1275. | #define VERSION "0.15.12"
  1276. | #define PROTOCOL_VERSION "0.15.0"
  1277. | #define HAVE_SYSLOG 1
  1278. | #define STDC_HEADERS 1
  1279. | #define HAVE_SYS_TYPES_H 1
  1280. | #define HAVE_SYS_STAT_H 1
  1281. | #define HAVE_STDLIB_H 1
  1282. | #define HAVE_STRING_H 1
  1283. | #define HAVE_MEMORY_H 1
  1284. | #define HAVE_STRINGS_H 1
  1285. | #define HAVE_INTTYPES_H 1
  1286. | #define HAVE_STDINT_H 1
  1287. | #define HAVE_UNISTD_H 1
  1288. | #define HAVE_LOCALE_H 1
  1289. | #define HAVE_IPV6 1
  1290. | #define HAVE_TCP 1
  1291. | #define HAVE_UN 1
  1292. | #define HAVE_STRUCT_UCRED 1
  1293. | #define ENABLE_SQLITE 1
  1294. | #define HAVE_CURL 1
  1295. | #define HAVE_OSS 1
  1296. | #define HAVE_FIFO 1
  1297. | /* end confdefs.h. */
  1298. | #include <mpcdec/mpcdec.h>
  1299. configure:10519: result: no
  1300. configure:10552: checking for mpcdec/mpcdec.h
  1301. configure:10559: result: no
  1302. configure:10651: WARNING: mpcdec lib needed for MPC support -- disabling MPC support
  1303. configure:10673: checking for WAVPACK
  1304. configure:10681: $PKG_CONFIG --exists --print-errors "wavpack"
  1305. Package wavpack was not found in the pkg-config search path.
  1306. Perhaps you should add the directory containing `wavpack.pc'
  1307. to the PKG_CONFIG_PATH environment variable
  1308. No package 'wavpack' found
  1309. configure:10684: $? = 1
  1310. configure:10699: $PKG_CONFIG --exists --print-errors "wavpack"
  1311. Package wavpack was not found in the pkg-config search path.
  1312. Perhaps you should add the directory containing `wavpack.pc'
  1313. to the PKG_CONFIG_PATH environment variable
  1314. No package 'wavpack' found
  1315. configure:10702: $? = 1
  1316. No package 'wavpack' found
  1317. configure:10730: result: no
  1318. configure:10827: checking faad.h usability
  1319. configure:10844: gcc -std=gnu99 -c -g -O2 -I. -g -O2 -I. conftest.c >&5
  1320. conftest.c:64:18: error: faad.h: No such file or directory
  1321. configure:10850: $? = 1
  1322. configure: failed program was:
  1323. | /* confdefs.h. */
  1324. | #define PACKAGE_NAME "mpd"
  1325. | #define PACKAGE_TARNAME "mpd"
  1326. | #define PACKAGE_VERSION "0.15.12"
  1327. | #define PACKAGE_STRING "mpd 0.15.12"
  1328. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1329. | #define PACKAGE "mpd"
  1330. | #define VERSION "0.15.12"
  1331. | #define PROTOCOL_VERSION "0.15.0"
  1332. | #define HAVE_SYSLOG 1
  1333. | #define STDC_HEADERS 1
  1334. | #define HAVE_SYS_TYPES_H 1
  1335. | #define HAVE_SYS_STAT_H 1
  1336. | #define HAVE_STDLIB_H 1
  1337. | #define HAVE_STRING_H 1
  1338. | #define HAVE_MEMORY_H 1
  1339. | #define HAVE_STRINGS_H 1
  1340. | #define HAVE_INTTYPES_H 1
  1341. | #define HAVE_STDINT_H 1
  1342. | #define HAVE_UNISTD_H 1
  1343. | #define HAVE_LOCALE_H 1
  1344. | #define HAVE_IPV6 1
  1345. | #define HAVE_TCP 1
  1346. | #define HAVE_UN 1
  1347. | #define HAVE_STRUCT_UCRED 1
  1348. | #define ENABLE_SQLITE 1
  1349. | #define HAVE_CURL 1
  1350. | #define HAVE_OSS 1
  1351. | #define HAVE_FIFO 1
  1352. | /* end confdefs.h. */
  1353. | #include <stdio.h>
  1354. | #ifdef HAVE_SYS_TYPES_H
  1355. | # include <sys/types.h>
  1356. | #endif
  1357. | #ifdef HAVE_SYS_STAT_H
  1358. | # include <sys/stat.h>
  1359. | #endif
  1360. | #ifdef STDC_HEADERS
  1361. | # include <stdlib.h>
  1362. | # include <stddef.h>
  1363. | #else
  1364. | # ifdef HAVE_STDLIB_H
  1365. | # include <stdlib.h>
  1366. | # endif
  1367. | #endif
  1368. | #ifdef HAVE_STRING_H
  1369. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1370. | # include <memory.h>
  1371. | # endif
  1372. | # include <string.h>
  1373. | #endif
  1374. | #ifdef HAVE_STRINGS_H
  1375. | # include <strings.h>
  1376. | #endif
  1377. | #ifdef HAVE_INTTYPES_H
  1378. | # include <inttypes.h>
  1379. | #endif
  1380. | #ifdef HAVE_STDINT_H
  1381. | # include <stdint.h>
  1382. | #endif
  1383. | #ifdef HAVE_UNISTD_H
  1384. | # include <unistd.h>
  1385. | #endif
  1386. | #include <faad.h>
  1387. configure:10864: result: no
  1388. configure:10868: checking faad.h presence
  1389. configure:10883: gcc -std=gnu99 -E -g -O2 -I. conftest.c
  1390. conftest.c:31:18: error: faad.h: No such file or directory
  1391. configure:10889: $? = 1
  1392. configure: failed program was:
  1393. | /* confdefs.h. */
  1394. | #define PACKAGE_NAME "mpd"
  1395. | #define PACKAGE_TARNAME "mpd"
  1396. | #define PACKAGE_VERSION "0.15.12"
  1397. | #define PACKAGE_STRING "mpd 0.15.12"
  1398. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1399. | #define PACKAGE "mpd"
  1400. | #define VERSION "0.15.12"
  1401. | #define PROTOCOL_VERSION "0.15.0"
  1402. | #define HAVE_SYSLOG 1
  1403. | #define STDC_HEADERS 1
  1404. | #define HAVE_SYS_TYPES_H 1
  1405. | #define HAVE_SYS_STAT_H 1
  1406. | #define HAVE_STDLIB_H 1
  1407. | #define HAVE_STRING_H 1
  1408. | #define HAVE_MEMORY_H 1
  1409. | #define HAVE_STRINGS_H 1
  1410. | #define HAVE_INTTYPES_H 1
  1411. | #define HAVE_STDINT_H 1
  1412. | #define HAVE_UNISTD_H 1
  1413. | #define HAVE_LOCALE_H 1
  1414. | #define HAVE_IPV6 1
  1415. | #define HAVE_TCP 1
  1416. | #define HAVE_UN 1
  1417. | #define HAVE_STRUCT_UCRED 1
  1418. | #define ENABLE_SQLITE 1
  1419. | #define HAVE_CURL 1
  1420. | #define HAVE_OSS 1
  1421. | #define HAVE_FIFO 1
  1422. | /* end confdefs.h. */
  1423. | #include <faad.h>
  1424. configure:10903: result: no
  1425. configure:10936: checking for faad.h
  1426. configure:10943: result: no
  1427. configure:11658: WARNING: faad2 lib needed for MP4/AAC support -- disabling MP4/AAC support
  1428. configure:12095: checking for VORBIS
  1429. configure:12103: $PKG_CONFIG --exists --print-errors "ogg vorbis vorbisfile"
  1430. Package ogg was not found in the pkg-config search path.
  1431. Perhaps you should add the directory containing `ogg.pc'
  1432. to the PKG_CONFIG_PATH environment variable
  1433. No package 'ogg' found
  1434. Package vorbis was not found in the pkg-config search path.
  1435. Perhaps you should add the directory containing `vorbis.pc'
  1436. to the PKG_CONFIG_PATH environment variable
  1437. No package 'vorbis' found
  1438. Package vorbisfile was not found in the pkg-config search path.
  1439. Perhaps you should add the directory containing `vorbisfile.pc'
  1440. to the PKG_CONFIG_PATH environment variable
  1441. No package 'vorbisfile' found
  1442. configure:12106: $? = 1
  1443. No package 'ogg' found
  1444. No package 'vorbis' found
  1445. No package 'vorbisfile' found
  1446. configure:12152: result: no
  1447. configure:12200: checking for FLAC
  1448. configure:12208: $PKG_CONFIG --exists --print-errors "flac >= 1.1"
  1449. Package flac was not found in the pkg-config search path.
  1450. Perhaps you should add the directory containing `flac.pc'
  1451. to the PKG_CONFIG_PATH environment variable
  1452. No package 'flac' found
  1453. configure:12211: $? = 1
  1454. configure:12226: $PKG_CONFIG --exists --print-errors "flac >= 1.1"
  1455. Package flac was not found in the pkg-config search path.
  1456. Perhaps you should add the directory containing `flac.pc'
  1457. to the PKG_CONFIG_PATH environment variable
  1458. No package 'flac' found
  1459. configure:12229: $? = 1
  1460. No package 'flac' found
  1461. configure:12257: result: no
  1462. configure:12405: checking for libOggFLAC
  1463. configure:12447: gcc -std=gnu99 -o conftest -g -O2 -I/home/hugo/usr//include conftest.c -L/home/hugo/usr/lib -lOggFLAC -lFLAC -lm >&5
  1464. conftest.c:35:36: error: OggFLAC/stream_decoder.h: No such file or directory
  1465. configure:12450: $? = 1
  1466. configure: program exited with status 1
  1467. configure: failed program was:
  1468. | /* confdefs.h. */
  1469. | #define PACKAGE_NAME "mpd"
  1470. | #define PACKAGE_TARNAME "mpd"
  1471. | #define PACKAGE_VERSION "0.15.12"
  1472. | #define PACKAGE_STRING "mpd 0.15.12"
  1473. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1474. | #define PACKAGE "mpd"
  1475. | #define VERSION "0.15.12"
  1476. | #define PROTOCOL_VERSION "0.15.0"
  1477. | #define HAVE_SYSLOG 1
  1478. | #define STDC_HEADERS 1
  1479. | #define HAVE_SYS_TYPES_H 1
  1480. | #define HAVE_SYS_STAT_H 1
  1481. | #define HAVE_STDLIB_H 1
  1482. | #define HAVE_STRING_H 1
  1483. | #define HAVE_MEMORY_H 1
  1484. | #define HAVE_STRINGS_H 1
  1485. | #define HAVE_INTTYPES_H 1
  1486. | #define HAVE_STDINT_H 1
  1487. | #define HAVE_UNISTD_H 1
  1488. | #define HAVE_LOCALE_H 1
  1489. | #define HAVE_IPV6 1
  1490. | #define HAVE_TCP 1
  1491. | #define HAVE_UN 1
  1492. | #define HAVE_STRUCT_UCRED 1
  1493. | #define ENABLE_SQLITE 1
  1494. | #define HAVE_CURL 1
  1495. | #define HAVE_OSS 1
  1496. | #define HAVE_FIFO 1
  1497. | /* end confdefs.h. */
  1498. |
  1499. | #include <stdio.h>
  1500. | #include <stdlib.h>
  1501. | #include <string.h>
  1502. | #include <OggFLAC/stream_decoder.h>
  1503. |
  1504. | int main ()
  1505. | {
  1506. | system("touch conf.libOggFLACtest");
  1507. | return 0;
  1508. | }
  1509. |
  1510. |
  1511. configure:12484: result: no
  1512. configure:12516: gcc -std=gnu99 -o conftest -g -O2 -I/home/hugo/usr//include conftest.c -L/home/hugo/usr/lib -lOggFLAC -lFLAC -lm >&5
  1513. conftest.c:33:36: error: OggFLAC/stream_decoder.h: No such file or directory
  1514. configure:12522: $? = 1
  1515. configure: failed program was:
  1516. | /* confdefs.h. */
  1517. | #define PACKAGE_NAME "mpd"
  1518. | #define PACKAGE_TARNAME "mpd"
  1519. | #define PACKAGE_VERSION "0.15.12"
  1520. | #define PACKAGE_STRING "mpd 0.15.12"
  1521. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1522. | #define PACKAGE "mpd"
  1523. | #define VERSION "0.15.12"
  1524. | #define PROTOCOL_VERSION "0.15.0"
  1525. | #define HAVE_SYSLOG 1
  1526. | #define STDC_HEADERS 1
  1527. | #define HAVE_SYS_TYPES_H 1
  1528. | #define HAVE_SYS_STAT_H 1
  1529. | #define HAVE_STDLIB_H 1
  1530. | #define HAVE_STRING_H 1
  1531. | #define HAVE_MEMORY_H 1
  1532. | #define HAVE_STRINGS_H 1
  1533. | #define HAVE_INTTYPES_H 1
  1534. | #define HAVE_STDINT_H 1
  1535. | #define HAVE_UNISTD_H 1
  1536. | #define HAVE_LOCALE_H 1
  1537. | #define HAVE_IPV6 1
  1538. | #define HAVE_TCP 1
  1539. | #define HAVE_UN 1
  1540. | #define HAVE_STRUCT_UCRED 1
  1541. | #define ENABLE_SQLITE 1
  1542. | #define HAVE_CURL 1
  1543. | #define HAVE_OSS 1
  1544. | #define HAVE_FIFO 1
  1545. | /* end confdefs.h. */
  1546. |
  1547. | #include <stdio.h>
  1548. | #include <OggFLAC/stream_decoder.h>
  1549. |
  1550. | int
  1551. | main ()
  1552. | {
  1553. | return 0;
  1554. | ;
  1555. | return 0;
  1556. | }
  1557. configure:12605: checking for AUDIOFILE
  1558. configure:12613: $PKG_CONFIG --exists --print-errors "audiofile >= 0.1.7"
  1559. Package audiofile was not found in the pkg-config search path.
  1560. Perhaps you should add the directory containing `audiofile.pc'
  1561. to the PKG_CONFIG_PATH environment variable
  1562. No package 'audiofile' found
  1563. configure:12616: $? = 1
  1564. configure:12631: $PKG_CONFIG --exists --print-errors "audiofile >= 0.1.7"
  1565. Package audiofile was not found in the pkg-config search path.
  1566. Perhaps you should add the directory containing `audiofile.pc'
  1567. to the PKG_CONFIG_PATH environment variable
  1568. No package 'audiofile' found
  1569. configure:12634: $? = 1
  1570. No package 'audiofile' found
  1571. configure:12662: result: no
  1572. configure:12695: checking for FFMPEG
  1573. configure:12703: $PKG_CONFIG --exists --print-errors "libavformat >= 52 libavcodec >= 51 libavutil >= 49"
  1574. Package libavformat was not found in the pkg-config search path.
  1575. Perhaps you should add the directory containing `libavformat.pc'
  1576. to the PKG_CONFIG_PATH environment variable
  1577. No package 'libavformat' found
  1578. Package libavcodec was not found in the pkg-config search path.
  1579. Perhaps you should add the directory containing `libavcodec.pc'
  1580. to the PKG_CONFIG_PATH environment variable
  1581. No package 'libavcodec' found
  1582. Package libavutil was not found in the pkg-config search path.
  1583. Perhaps you should add the directory containing `libavutil.pc'
  1584. to the PKG_CONFIG_PATH environment variable
  1585. No package 'libavutil' found
  1586. configure:12706: $? = 1
  1587. configure:12721: $PKG_CONFIG --exists --print-errors "libavformat >= 52 libavcodec >= 51 libavutil >= 49"
  1588. Package libavformat was not found in the pkg-config search path.
  1589. Perhaps you should add the directory containing `libavformat.pc'
  1590. to the PKG_CONFIG_PATH environment variable
  1591. No package 'libavformat' found
  1592. Package libavcodec was not found in the pkg-config search path.
  1593. Perhaps you should add the directory containing `libavcodec.pc'
  1594. to the PKG_CONFIG_PATH environment variable
  1595. No package 'libavcodec' found
  1596. Package libavutil was not found in the pkg-config search path.
  1597. Perhaps you should add the directory containing `libavutil.pc'
  1598. to the PKG_CONFIG_PATH environment variable
  1599. No package 'libavutil' found
  1600. configure:12724: $? = 1
  1601. No package 'libavformat' found
  1602. No package 'libavcodec' found
  1603. No package 'libavutil' found
  1604. configure:12752: result: no
  1605. configure:12795: WARNING: libavformat+libavcodec+libavutil not found -- disabling ffmpeg decoder library
  1606. configure:13262: checking for VORBISENC
  1607. configure:13270: $PKG_CONFIG --exists --print-errors "vorbisenc"
  1608. Package vorbisenc was not found in the pkg-config search path.
  1609. Perhaps you should add the directory containing `vorbisenc.pc'
  1610. to the PKG_CONFIG_PATH environment variable
  1611. No package 'vorbisenc' found
  1612. configure:13273: $? = 1
  1613. No package 'vorbisenc' found
  1614. configure:13319: result: no
  1615. configure:13362: WARNING: libvorbisenc not found -- disabling Ogg Vorbis encoder
  1616. configure:13421: checking for liblame
  1617. configure:13460: gcc -std=gnu99 -o conftest -g -O2 -I/home/hugo/usr//include conftest.c -L/home/hugo/usr//lib -lmp3lame -lm >&5
  1618. configure:13463: $? = 0
  1619. configure:13469: ./conftest
  1620. ./conftest: error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory
  1621. configure:13472: $? = 127
  1622. configure: program exited with status 127
  1623. configure: failed program was:
  1624. | /* confdefs.h. */
  1625. | #define PACKAGE_NAME "mpd"
  1626. | #define PACKAGE_TARNAME "mpd"
  1627. | #define PACKAGE_VERSION "0.15.12"
  1628. | #define PACKAGE_STRING "mpd 0.15.12"
  1629. | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  1630. | #define PACKAGE "mpd"
  1631. | #define VERSION "0.15.12"
  1632. | #define PROTOCOL_VERSION "0.15.0"
  1633. | #define HAVE_SYSLOG 1
  1634. | #define STDC_HEADERS 1
  1635. | #define HAVE_SYS_TYPES_H 1
  1636. | #define HAVE_SYS_STAT_H 1
  1637. | #define HAVE_STDLIB_H 1
  1638. | #define HAVE_STRING_H 1
  1639. | #define HAVE_MEMORY_H 1
  1640. | #define HAVE_STRINGS_H 1
  1641. | #define HAVE_INTTYPES_H 1
  1642. | #define HAVE_STDINT_H 1
  1643. | #define HAVE_UNISTD_H 1
  1644. | #define HAVE_LOCALE_H 1
  1645. | #define HAVE_IPV6 1
  1646. | #define HAVE_TCP 1
  1647. | #define HAVE_UN 1
  1648. | #define HAVE_STRUCT_UCRED 1
  1649. | #define ENABLE_SQLITE 1
  1650. | #define HAVE_CURL 1
  1651. | #define HAVE_OSS 1
  1652. | #define HAVE_FIFO 1
  1653. | /* end confdefs.h. */
  1654. |
  1655. | #include <stdio.h>
  1656. | #include <stdlib.h>
  1657. | #include <string.h>
  1658. | #include <lame/lame.h>
  1659. |
  1660. | int main ()
  1661. | {
  1662. | system("touch conf.lametest");
  1663. | return 0;
  1664. | }
  1665. |
  1666. |
  1667. configure:13496: result: no
  1668. configure:13528: gcc -std=gnu99 -o conftest -g -O2 -I/home/hugo/usr//include conftest.c -L/home/hugo/usr//lib -lmp3lame -lm >&5
  1669. configure:13534: $? = 0
  1670. configure:13606: WARNING: LAME not found -- disabling LAME encoder plugin
  1671. configure:13656: WARNING: No encoder plugin -- disabling the HTTP output plugin
  1672. configure:13944: checking whether the C compiler accepts -Wall
  1673. configure:13963: gcc -std=gnu99 -c -g -O2 -Wall conftest.c >&5
  1674. configure:13969: $? = 0
  1675. configure:13988: result: yes
  1676. configure:13997: checking whether the C compiler accepts -Wextra
  1677. configure:14016: gcc -std=gnu99 -c -g -O2 -Wextra conftest.c >&5
  1678. configure:14022: $? = 0
  1679. configure:14041: result: yes
  1680. configure:14050: checking whether the C compiler accepts -Wno-deprecated-declarations
  1681. configure:14069: gcc -std=gnu99 -c -g -O2 -Wno-deprecated-declarations conftest.c >&5
  1682. configure:14075: $? = 0
  1683. configure:14094: result: yes
  1684. configure:14103: checking whether the C compiler accepts -Wmissing-prototypes
  1685. configure:14122: gcc -std=gnu99 -c -g -O2 -Wmissing-prototypes conftest.c >&5
  1686. configure:14128: $? = 0
  1687. configure:14147: result: yes
  1688. configure:14156: checking whether the C compiler accepts -Wshadow
  1689. configure:14175: gcc -std=gnu99 -c -g -O2 -Wshadow conftest.c >&5
  1690. configure:14181: $? = 0
  1691. configure:14200: result: yes
  1692. configure:14209: checking whether the C compiler accepts -Wpointer-arith
  1693. configure:14228: gcc -std=gnu99 -c -g -O2 -Wpointer-arith conftest.c >&5
  1694. configure:14234: $? = 0
  1695. configure:14253: result: yes
  1696. configure:14262: checking whether the C compiler accepts -Wstrict-prototypes
  1697. configure:14281: gcc -std=gnu99 -c -g -O2 -Wstrict-prototypes conftest.c >&5
  1698. configure:14287: $? = 0
  1699. configure:14306: result: yes
  1700. configure:14315: checking whether the C compiler accepts -Wcast-qual
  1701. configure:14334: gcc -std=gnu99 -c -g -O2 -Wcast-qual conftest.c >&5
  1702. configure:14340: $? = 0
  1703. configure:14359: result: yes
  1704. configure:14368: checking whether the C compiler accepts -Wwrite-strings
  1705. configure:14387: gcc -std=gnu99 -c -g -O2 -Wwrite-strings conftest.c >&5
  1706. configure:14393: $? = 0
  1707. configure:14412: result: yes
  1708. configure:14421: checking whether the C compiler accepts -pedantic
  1709. configure:14440: gcc -std=gnu99 -c -g -O2 -pedantic conftest.c >&5
  1710. configure:14446: $? = 0
  1711. configure:14465: result: yes
  1712. configure:14740: error: No input plugins supported!
  1713.  
  1714. ## ---------------- ##
  1715. ## Cache variables. ##
  1716. ## ---------------- ##
  1717.  
  1718. ac_cv_build=x86_64-unknown-linux-gnu
  1719. ac_cv_c_compiler_gnu=yes
  1720. ac_cv_cxx_compiler_gnu=yes
  1721. ac_cv_env_ALSA_CFLAGS_set=
  1722. ac_cv_env_ALSA_CFLAGS_value=
  1723. ac_cv_env_ALSA_LIBS_set=
  1724. ac_cv_env_ALSA_LIBS_value=
  1725. ac_cv_env_AO_CFLAGS_set=
  1726. ac_cv_env_AO_CFLAGS_value=
  1727. ac_cv_env_AO_LIBS_set=
  1728. ac_cv_env_AO_LIBS_value=
  1729. ac_cv_env_AUDIOFILE_CFLAGS_set=
  1730. ac_cv_env_AUDIOFILE_CFLAGS_value=
  1731. ac_cv_env_AUDIOFILE_LIBS_set=
  1732. ac_cv_env_AUDIOFILE_LIBS_value=
  1733. ac_cv_env_AVAHI_CFLAGS_set=
  1734. ac_cv_env_AVAHI_CFLAGS_value=
  1735. ac_cv_env_AVAHI_LIBS_set=
  1736. ac_cv_env_AVAHI_LIBS_value=
  1737. ac_cv_env_CCC_set=
  1738. ac_cv_env_CCC_value=
  1739. ac_cv_env_CC_set=
  1740. ac_cv_env_CC_value=
  1741. ac_cv_env_CFLAGS_set=
  1742. ac_cv_env_CFLAGS_value=
  1743. ac_cv_env_CPPFLAGS_set=
  1744. ac_cv_env_CPPFLAGS_value=
  1745. ac_cv_env_CPP_set=
  1746. ac_cv_env_CPP_value=
  1747. ac_cv_env_CUE_CFLAGS_set=
  1748. ac_cv_env_CUE_CFLAGS_value=
  1749. ac_cv_env_CUE_LIBS_set=
  1750. ac_cv_env_CUE_LIBS_value=
  1751. ac_cv_env_CURL_CFLAGS_set=
  1752. ac_cv_env_CURL_CFLAGS_value=
  1753. ac_cv_env_CURL_LIBS_set=
  1754. ac_cv_env_CURL_LIBS_value=
  1755. ac_cv_env_CXXFLAGS_set=
  1756. ac_cv_env_CXXFLAGS_value=
  1757. ac_cv_env_CXX_set=
  1758. ac_cv_env_CXX_value=
  1759. ac_cv_env_FFMPEG_CFLAGS_set=
  1760. ac_cv_env_FFMPEG_CFLAGS_value=
  1761. ac_cv_env_FFMPEG_LIBS_set=
  1762. ac_cv_env_FFMPEG_LIBS_value=
  1763. ac_cv_env_FLAC_CFLAGS_set=
  1764. ac_cv_env_FLAC_CFLAGS_value=
  1765. ac_cv_env_FLAC_LIBS_set=
  1766. ac_cv_env_FLAC_LIBS_value=
  1767. ac_cv_env_FLUIDSYNTH_CFLAGS_set=
  1768. ac_cv_env_FLUIDSYNTH_CFLAGS_value=
  1769. ac_cv_env_FLUIDSYNTH_LIBS_set=
  1770. ac_cv_env_FLUIDSYNTH_LIBS_value=
  1771. ac_cv_env_GLIB_CFLAGS_set=
  1772. ac_cv_env_GLIB_CFLAGS_value=
  1773. ac_cv_env_GLIB_LIBS_set=
  1774. ac_cv_env_GLIB_LIBS_value=
  1775. ac_cv_env_ID3TAG_CFLAGS_set=
  1776. ac_cv_env_ID3TAG_CFLAGS_value=
  1777. ac_cv_env_ID3TAG_LIBS_set=
  1778. ac_cv_env_ID3TAG_LIBS_value=
  1779. ac_cv_env_ISO9660_CFLAGS_set=
  1780. ac_cv_env_ISO9660_CFLAGS_value=
  1781. ac_cv_env_ISO9660_LIBS_set=
  1782. ac_cv_env_ISO9660_LIBS_value=
  1783. ac_cv_env_JACK_CFLAGS_set=
  1784. ac_cv_env_JACK_CFLAGS_value=
  1785. ac_cv_env_JACK_LIBS_set=
  1786. ac_cv_env_JACK_LIBS_value=
  1787. ac_cv_env_LDFLAGS_set=
  1788. ac_cv_env_LDFLAGS_value=
  1789. ac_cv_env_LIBS_set=
  1790. ac_cv_env_LIBS_value=
  1791. ac_cv_env_MAD_CFLAGS_set=
  1792. ac_cv_env_MAD_CFLAGS_value=
  1793. ac_cv_env_MAD_LIBS_set=set
  1794. ac_cv_env_MAD_LIBS_value=/home/hugo/usr/lib
  1795. ac_cv_env_MMS_CFLAGS_set=
  1796. ac_cv_env_MMS_CFLAGS_value=
  1797. ac_cv_env_MMS_LIBS_set=
  1798. ac_cv_env_MMS_LIBS_value=
  1799. ac_cv_env_MODPLUG_CFLAGS_set=
  1800. ac_cv_env_MODPLUG_CFLAGS_value=
  1801. ac_cv_env_MODPLUG_LIBS_set=
  1802. ac_cv_env_MODPLUG_LIBS_value=
  1803. ac_cv_env_PKG_CONFIG_set=
  1804. ac_cv_env_PKG_CONFIG_value=
  1805. ac_cv_env_PULSE_CFLAGS_set=
  1806. ac_cv_env_PULSE_CFLAGS_value=
  1807. ac_cv_env_PULSE_LIBS_set=
  1808. ac_cv_env_PULSE_LIBS_value=
  1809. ac_cv_env_SAMPLERATE_013_CFLAGS_set=
  1810. ac_cv_env_SAMPLERATE_013_CFLAGS_value=
  1811. ac_cv_env_SAMPLERATE_013_LIBS_set=
  1812. ac_cv_env_SAMPLERATE_013_LIBS_value=
  1813. ac_cv_env_SAMPLERATE_CFLAGS_set=
  1814. ac_cv_env_SAMPLERATE_CFLAGS_value=
  1815. ac_cv_env_SAMPLERATE_LIBS_set=
  1816. ac_cv_env_SAMPLERATE_LIBS_value=
  1817. ac_cv_env_SHOUT_CFLAGS_set=
  1818. ac_cv_env_SHOUT_CFLAGS_value=
  1819. ac_cv_env_SHOUT_LIBS_set=set
  1820. ac_cv_env_SHOUT_LIBS_value=/home/hugo/usr/lib
  1821. ac_cv_env_SQLITE_CFLAGS_set=
  1822. ac_cv_env_SQLITE_CFLAGS_value=
  1823. ac_cv_env_SQLITE_LIBS_set=
  1824. ac_cv_env_SQLITE_LIBS_value=
  1825. ac_cv_env_VORBISENC_CFLAGS_set=
  1826. ac_cv_env_VORBISENC_CFLAGS_value=
  1827. ac_cv_env_VORBISENC_LIBS_set=set
  1828. ac_cv_env_VORBISENC_LIBS_value=/home/hugo/usr/lib
  1829. ac_cv_env_VORBIS_CFLAGS_set=
  1830. ac_cv_env_VORBIS_CFLAGS_value=
  1831. ac_cv_env_VORBIS_LIBS_set=set
  1832. ac_cv_env_VORBIS_LIBS_value=/home/hugo/usr/lib
  1833. ac_cv_env_WAVPACK_CFLAGS_set=
  1834. ac_cv_env_WAVPACK_CFLAGS_value=
  1835. ac_cv_env_WAVPACK_LIBS_set=
  1836. ac_cv_env_WAVPACK_LIBS_value=
  1837. ac_cv_env_ZZIP_CFLAGS_set=
  1838. ac_cv_env_ZZIP_CFLAGS_value=
  1839. ac_cv_env_ZZIP_LIBS_set=
  1840. ac_cv_env_ZZIP_LIBS_value=
  1841. ac_cv_env_build_alias_set=
  1842. ac_cv_env_build_alias_value=
  1843. ac_cv_env_host_alias_set=
  1844. ac_cv_env_host_alias_value=
  1845. ac_cv_env_target_alias_set=
  1846. ac_cv_env_target_alias_value=
  1847. ac_cv_func_getpeereid=no
  1848. ac_cv_func_mkfifo=yes
  1849. ac_cv_func_syslog=yes
  1850. ac_cv_header_dns_sd_h=no
  1851. ac_cv_header_faad_h=no
  1852. ac_cv_header_inttypes_h=yes
  1853. ac_cv_header_locale_h=yes
  1854. ac_cv_header_memory_h=yes
  1855. ac_cv_header_mpc_mpcdec_h=no
  1856. ac_cv_header_mpcdec_mpcdec_h=no
  1857. ac_cv_header_stdc=yes
  1858. ac_cv_header_stdint_h=yes
  1859. ac_cv_header_stdlib_h=yes
  1860. ac_cv_header_string_h=yes
  1861. ac_cv_header_strings_h=yes
  1862. ac_cv_header_sys_soundcard_h=yes
  1863. ac_cv_header_sys_stat_h=yes
  1864. ac_cv_header_sys_types_h=yes
  1865. ac_cv_header_unistd_h=yes
  1866. ac_cv_header_valgrind_memcheck_h=no
  1867. ac_cv_host=x86_64-unknown-linux-gnu
  1868. ac_cv_lib_dns_sd_DNSServiceRegister=no
  1869. ac_cv_lib_id3tag_id3_file_open=no
  1870. ac_cv_lib_m_exp=yes
  1871. ac_cv_lib_nsl_gethostbyname=yes
  1872. ac_cv_lib_sidplay2=ac_cv_lib_sidplay2_main
  1873. ac_cv_lib_sidplay2_main=no
  1874. ac_cv_lib_socket_socket=no
  1875. ac_cv_objext=o
  1876. ac_cv_path_CXX=/usr/bin/g++
  1877. ac_cv_path_EGREP='/bin/grep -E'
  1878. ac_cv_path_GREP=/bin/grep
  1879. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1880. ac_cv_path_install='/usr/bin/install -c'
  1881. ac_cv_prog_AWK=gawk
  1882. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  1883. ac_cv_prog_ac_ct_CC=gcc
  1884. ac_cv_prog_ac_ct_CXX=g++
  1885. ac_cv_prog_cc_c89=
  1886. ac_cv_prog_cc_c99=-std=gnu99
  1887. ac_cv_prog_cc_g=yes
  1888. ac_cv_prog_cxx_g=yes
  1889. ac_cv_prog_make_make_set=yes
  1890. am_cv_CC_dependencies_compiler_type=gcc3
  1891. am_cv_CXX_dependencies_compiler_type=gcc3
  1892. mpd_cv_have_struct_ucred=yes
  1893. pkg_cv_CURL_CFLAGS=' '
  1894. pkg_cv_CURL_LIBS='-lcurl '
  1895. pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  1896. pkg_cv_GLIB_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0 '
  1897. pkg_cv_MAD_LIBS=/home/hugo/usr/lib
  1898. pkg_cv_SHOUT_LIBS=/home/hugo/usr/lib
  1899. pkg_cv_SQLITE_CFLAGS=' '
  1900. pkg_cv_SQLITE_LIBS='-lsqlite3 '
  1901. pkg_cv_VORBISENC_LIBS=/home/hugo/usr/lib
  1902. pkg_cv_VORBIS_LIBS=/home/hugo/usr/lib
  1903.  
  1904. ## ----------------- ##
  1905. ## Output variables. ##
  1906. ## ----------------- ##
  1907.  
  1908. ACLOCAL='${SHELL} /home/hugo/radio/mpd-0.15.12/missing --run aclocal-1.9'
  1909. ALSA_CFLAGS=''
  1910. ALSA_LIBS=''
  1911. AMDEPBACKSLASH='\'
  1912. AMDEP_FALSE='#'
  1913. AMDEP_TRUE=''
  1914. AMTAR='${SHELL} /home/hugo/radio/mpd-0.15.12/missing --run tar'
  1915. AM_CFLAGS=' -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic'
  1916. AO_CFLAGS=''
  1917. AO_LIBS=''
  1918. AUDIOFILE_CFLAGS=''
  1919. AUDIOFILE_LIBS=''
  1920. AUTOCONF='${SHELL} /home/hugo/radio/mpd-0.15.12/missing --run autoconf'
  1921. AUTOHEADER='${SHELL} /home/hugo/radio/mpd-0.15.12/missing --run autoheader'
  1922. AUTOMAKE='${SHELL} /home/hugo/radio/mpd-0.15.12/missing --run automake-1.9'
  1923. AVAHI_CFLAGS=''
  1924. AVAHI_LIBS=''
  1925. AWK='gawk'
  1926. CC='gcc -std=gnu99'
  1927. CCDEPMODE='depmode=gcc3'
  1928. CFLAGS='-g -O2'
  1929. CPP='gcc -std=gnu99 -E'
  1930. CPPFLAGS=''
  1931. CUE_CFLAGS=''
  1932. CUE_LIBS=''
  1933. CURL_CFLAGS=' '
  1934. CURL_LIBS='-lcurl '
  1935. CXX='/usr/bin/g++'
  1936. CXXDEPMODE='depmode=gcc3'
  1937. CXXFLAGS='-g -O2 -I/home/hugo/usr//include'
  1938. CYGPATH_W='echo'
  1939. DEFS=''
  1940. DEPDIR='.deps'
  1941. DOXYGEN=''
  1942. ECHO_C=''
  1943. ECHO_N='-n'
  1944. ECHO_T=''
  1945. EGREP='/bin/grep -E'
  1946. ENABLE_ARCHIVE_FALSE=''
  1947. ENABLE_ARCHIVE_TRUE='#'
  1948. ENABLE_DOCUMENTATION_FALSE=''
  1949. ENABLE_DOCUMENTATION_TRUE='#'
  1950. ENABLE_ENCODER_FALSE=''
  1951. ENABLE_ENCODER_TRUE='#'
  1952. ENABLE_FLUIDSYNTH_FALSE=''
  1953. ENABLE_FLUIDSYNTH_TRUE='#'
  1954. ENABLE_HTTPD_OUTPUT_FALSE=''
  1955. ENABLE_HTTPD_OUTPUT_TRUE='#'
  1956. ENABLE_LAME_ENCODER_FALSE=''
  1957. ENABLE_LAME_ENCODER_TRUE='#'
  1958. ENABLE_LASTFM_FALSE=''
  1959. ENABLE_LASTFM_TRUE='#'
  1960. ENABLE_MIKMOD_DECODER_FALSE=''
  1961. ENABLE_MIKMOD_DECODER_TRUE='#'
  1962. ENABLE_MMS_FALSE=''
  1963. ENABLE_MMS_TRUE='#'
  1964. ENABLE_PIPE_OUTPUT_FALSE=''
  1965. ENABLE_PIPE_OUTPUT_TRUE='#'
  1966. ENABLE_SIDPLAY_FALSE=''
  1967. ENABLE_SIDPLAY_TRUE='#'
  1968. ENABLE_SOLARIS_OUTPUT_FALSE=''
  1969. ENABLE_SOLARIS_OUTPUT_TRUE='#'
  1970. ENABLE_SQLITE_FALSE='#'
  1971. ENABLE_SQLITE_TRUE=''
  1972. ENABLE_TEST_FALSE=''
  1973. ENABLE_TEST_TRUE='#'
  1974. ENABLE_VORBIS_DECODER_FALSE=''
  1975. ENABLE_VORBIS_DECODER_TRUE='#'
  1976. ENABLE_VORBIS_ENCODER_FALSE=''
  1977. ENABLE_VORBIS_ENCODER_TRUE='#'
  1978. ENABLE_WILDMIDI_FALSE=''
  1979. ENABLE_WILDMIDI_TRUE='#'
  1980. EXEEXT=''
  1981. FFMPEG_CFLAGS=''
  1982. FFMPEG_LIBS=''
  1983. FLAC_CFLAGS=''
  1984. FLAC_LIBS=''
  1985. FLUIDSYNTH_CFLAGS=''
  1986. FLUIDSYNTH_LIBS=''
  1987. GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  1988. GLIB_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0 '
  1989. GREP='/bin/grep'
  1990. HAVE_ALSA_FALSE=''
  1991. HAVE_ALSA_TRUE='#'
  1992. HAVE_AO_FALSE=''
  1993. HAVE_AO_TRUE='#'
  1994. HAVE_AUDIOFILE_FALSE=''
  1995. HAVE_AUDIOFILE_TRUE='#'
  1996. HAVE_AVAHI_FALSE=''
  1997. HAVE_AVAHI_TRUE='#'
  1998. HAVE_BONJOUR_FALSE=''
  1999. HAVE_BONJOUR_TRUE='#'
  2000. HAVE_BZ2_FALSE=''
  2001. HAVE_BZ2_TRUE='#'
  2002. HAVE_CUE_FALSE=''
  2003. HAVE_CUE_TRUE='#'
  2004. HAVE_CURL_FALSE='#'
  2005. HAVE_CURL_TRUE=''
  2006. HAVE_FAAD_FALSE=''
  2007. HAVE_FAAD_TRUE='#'
  2008. HAVE_FFMPEG_FALSE=''
  2009. HAVE_FFMPEG_TRUE='#'
  2010. HAVE_FIFO_FALSE='#'
  2011. HAVE_FIFO_TRUE=''
  2012. HAVE_FLAC_COMMON_FALSE=''
  2013. HAVE_FLAC_COMMON_TRUE='#'
  2014. HAVE_FLAC_FALSE=''
  2015. HAVE_FLAC_TRUE='#'
  2016. HAVE_ID3TAG_FALSE=''
  2017. HAVE_ID3TAG_TRUE='#'
  2018. HAVE_ISO_FALSE=''
  2019. HAVE_ISO_TRUE='#'
  2020. HAVE_JACK_FALSE=''
  2021. HAVE_JACK_TRUE='#'
  2022. HAVE_LIBSAMPLERATE_FALSE=''
  2023. HAVE_LIBSAMPLERATE_TRUE='#'
  2024. HAVE_MAD_FALSE=''
  2025. HAVE_MAD_TRUE='#'
  2026. HAVE_MODPLUG_FALSE=''
  2027. HAVE_MODPLUG_TRUE='#'
  2028. HAVE_MP4_FALSE=''
  2029. HAVE_MP4_TRUE='#'
  2030. HAVE_MPCDEC_FALSE=''
  2031. HAVE_MPCDEC_TRUE='#'
  2032. HAVE_MVP_FALSE=''
  2033. HAVE_MVP_TRUE='#'
  2034. HAVE_OGGFLAC_FALSE=''
  2035. HAVE_OGGFLAC_TRUE='#'
  2036. HAVE_OGG_COMMON_FALSE=''
  2037. HAVE_OGG_COMMON_TRUE='#'
  2038. HAVE_OSS_FALSE='#'
  2039. HAVE_OSS_TRUE=''
  2040. HAVE_OSX_FALSE=''
  2041. HAVE_OSX_TRUE='#'
  2042. HAVE_PULSE_FALSE=''
  2043. HAVE_PULSE_TRUE='#'
  2044. HAVE_SHOUT_FALSE=''
  2045. HAVE_SHOUT_TRUE='#'
  2046. HAVE_WAVPACK_FALSE=''
  2047. HAVE_WAVPACK_TRUE='#'
  2048. HAVE_XMLTO_FALSE=''
  2049. HAVE_XMLTO_TRUE='#'
  2050. HAVE_ZEROCONF_FALSE=''
  2051. HAVE_ZEROCONF_TRUE='#'
  2052. HAVE_ZIP_FALSE=''
  2053. HAVE_ZIP_TRUE='#'
  2054. ID3TAG_CFLAGS=''
  2055. ID3TAG_LIBS=''
  2056. INSTALL_DATA='${INSTALL} -m 644'
  2057. INSTALL_PROGRAM='${INSTALL}'
  2058. INSTALL_SCRIPT='${INSTALL}'
  2059. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  2060. ISO9660_CFLAGS=''
  2061. ISO9660_LIBS=''
  2062. JACK_CFLAGS=''
  2063. JACK_LIBS=''
  2064. LAME_CFLAGS=''
  2065. LAME_LIBS=''
  2066. LDFLAGS=''
  2067. LIBMIKMOD_CFLAGS=''
  2068. LIBMIKMOD_CONFIG=''
  2069. LIBMIKMOD_LIBS=''
  2070. LIBOBJS=''
  2071. LIBOGGFLAC_CFLAGS=''
  2072. LIBOGGFLAC_LIBS=''
  2073. LIBS=''
  2074. LTLIBOBJS=''
  2075. MAD_CFLAGS=''
  2076. MAD_LIBS='/home/hugo/usr/lib'
  2077. MAKEINFO='${SHELL} /home/hugo/radio/mpd-0.15.12/missing --run makeinfo'
  2078. MMS_CFLAGS=''
  2079. MMS_LIBS=''
  2080. MODPLUG_CFLAGS=''
  2081. MODPLUG_LIBS=''
  2082. MP4FF_LIBS=''
  2083. MPD_CFLAGS=''
  2084. MPD_LIBS=' -lnsl -lm'
  2085. OBJEXT='o'
  2086. PACKAGE='mpd'
  2087. PACKAGE_BUGREPORT='musicpd-dev-team@lists.sourceforge.net'
  2088. PACKAGE_NAME='mpd'
  2089. PACKAGE_STRING='mpd 0.15.12'
  2090. PACKAGE_TARNAME='mpd'
  2091. PACKAGE_VERSION='0.15.12'
  2092. PATH_SEPARATOR=':'
  2093. PKG_CONFIG='/usr/bin/pkg-config'
  2094. PULSE_CFLAGS=''
  2095. PULSE_LIBS=''
  2096. SAMPLERATE_013_CFLAGS=''
  2097. SAMPLERATE_013_LIBS=''
  2098. SAMPLERATE_CFLAGS=''
  2099. SAMPLERATE_LIBS=''
  2100. SET_MAKE=''
  2101. SHELL='/bin/sh'
  2102. SHOUT_CFLAGS=''
  2103. SHOUT_LIBS='/home/hugo/usr/lib'
  2104. SIDPLAY_CFLAGS=''
  2105. SIDPLAY_LIBS=''
  2106. SQLITE_CFLAGS=' '
  2107. SQLITE_LIBS='-lsqlite3 '
  2108. STRIP=''
  2109. TREMOR_CFLAGS=''
  2110. TREMOR_LIBS=''
  2111. VERSION='0.15.12'
  2112. VORBISENC_CFLAGS=''
  2113. VORBISENC_LIBS='/home/hugo/usr/lib'
  2114. VORBIS_CFLAGS=''
  2115. VORBIS_LIBS='/home/hugo/usr/lib'
  2116. WAVPACK_CFLAGS=''
  2117. WAVPACK_LIBS=''
  2118. WILDMIDI_CFLAGS=''
  2119. WILDMIDI_LIBS=''
  2120. XMLTO=''
  2121. ZZIP_CFLAGS=''
  2122. ZZIP_LIBS=''
  2123. ac_ct_CC='gcc'
  2124. ac_ct_CXX='g++'
  2125. am__fastdepCC_FALSE='#'
  2126. am__fastdepCC_TRUE=''
  2127. am__fastdepCXX_FALSE='#'
  2128. am__fastdepCXX_TRUE=''
  2129. am__include='include'
  2130. am__leading_dot='.'
  2131. am__quote=''
  2132. am__tar='${AMTAR} chof - "$$tardir"'
  2133. am__untar='${AMTAR} xf -'
  2134. bindir='${exec_prefix}/bin'
  2135. build='x86_64-unknown-linux-gnu'
  2136. build_alias=''
  2137. build_cpu='x86_64'
  2138. build_os='linux-gnu'
  2139. build_vendor='unknown'
  2140. datadir='${datarootdir}'
  2141. datarootdir='${prefix}/share'
  2142. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2143. dvidir='${docdir}'
  2144. exec_prefix='NONE'
  2145. host='x86_64-unknown-linux-gnu'
  2146. host_alias=''
  2147. host_cpu='x86_64'
  2148. host_os='linux-gnu'
  2149. host_vendor='unknown'
  2150. htmldir='${docdir}'
  2151. includedir='${prefix}/include'
  2152. infodir='${datarootdir}/info'
  2153. install_sh='/home/hugo/radio/mpd-0.15.12/install-sh'
  2154. libdir='/home/hugo/usr/lib'
  2155. libexecdir='${exec_prefix}/libexec'
  2156. localedir='${datarootdir}/locale'
  2157. localstatedir='${prefix}/var'
  2158. mandir='${datarootdir}/man'
  2159. mkdir_p='mkdir -p --'
  2160. oldincludedir='/usr/include'
  2161. pdfdir='${docdir}'
  2162. prefix='/home/hugo/usr/'
  2163. program_transform_name='s,x,x,'
  2164. psdir='${docdir}'
  2165. sbindir='${exec_prefix}/sbin'
  2166. sharedstatedir='${prefix}/com'
  2167. sysconfdir='${prefix}/etc'
  2168. target_alias=''
  2169.  
  2170. ## ----------- ##
  2171. ## confdefs.h. ##
  2172. ## ----------- ##
  2173.  
  2174. #define PACKAGE_NAME "mpd"
  2175. #define PACKAGE_TARNAME "mpd"
  2176. #define PACKAGE_VERSION "0.15.12"
  2177. #define PACKAGE_STRING "mpd 0.15.12"
  2178. #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net"
  2179. #define PACKAGE "mpd"
  2180. #define VERSION "0.15.12"
  2181. #define PROTOCOL_VERSION "0.15.0"
  2182. #define HAVE_SYSLOG 1
  2183. #define STDC_HEADERS 1
  2184. #define HAVE_SYS_TYPES_H 1
  2185. #define HAVE_SYS_STAT_H 1
  2186. #define HAVE_STDLIB_H 1
  2187. #define HAVE_STRING_H 1
  2188. #define HAVE_MEMORY_H 1
  2189. #define HAVE_STRINGS_H 1
  2190. #define HAVE_INTTYPES_H 1
  2191. #define HAVE_STDINT_H 1
  2192. #define HAVE_UNISTD_H 1
  2193. #define HAVE_LOCALE_H 1
  2194. #define HAVE_IPV6 1
  2195. #define HAVE_TCP 1
  2196. #define HAVE_UN 1
  2197. #define HAVE_STRUCT_UCRED 1
  2198. #define ENABLE_SQLITE 1
  2199. #define HAVE_CURL 1
  2200. #define HAVE_OSS 1
  2201. #define HAVE_FIFO 1
  2202. #define HAVE_LAME 1
  2203.  
  2204. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement