Guest User

Untitled

a guest
May 3rd, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 185.93 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 MiniDLNA configure 1.1.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = i686
  15. uname -r = 3.5.0-27-generic
  16. uname -s = Linux
  17. uname -v = #46-Ubuntu SMP Mon Mar 25 20:00:05 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2517: checking build system type
  43. configure:2531: result: i686-pc-linux-gnu
  44. configure:2551: checking host system type
  45. configure:2564: result: i686-pc-linux-gnu
  46. configure:2584: checking target system type
  47. configure:2597: result: i686-pc-linux-gnu
  48. configure:2639: checking for a BSD-compatible install
  49. configure:2707: result: /usr/bin/install -c
  50. configure:2718: checking whether build environment is sane
  51. configure:2768: result: yes
  52. configure:2909: checking for a thread-safe mkdir -p
  53. configure:2948: result: /bin/mkdir -p
  54. configure:2961: checking for gawk
  55. configure:2977: found /usr/bin/gawk
  56. configure:2988: result: gawk
  57. configure:2999: checking whether make sets $(MAKE)
  58. configure:3021: result: yes
  59. configure:3114: checking whether make supports nested variables
  60. configure:3131: result: yes
  61. configure:3155: checking for style of include used by make
  62. configure:3183: result: GNU
  63. configure:3254: checking for gcc
  64. configure:3270: found /usr/bin/gcc
  65. configure:3281: result: gcc
  66. configure:3510: checking for C compiler version
  67. configure:3519: gcc --version >&5
  68. gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
  69. Copyright (C) 2012 Free Software Foundation, Inc.
  70. This is free software; see the source for copying conditions. There is NO
  71. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  72.  
  73. configure:3530: $? = 0
  74. configure:3519: gcc -v >&5
  75. Using built-in specs.
  76. COLLECT_GCC=gcc
  77. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
  78. Target: i686-linux-gnu
  79. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  80. Thread model: posix
  81. gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  82. configure:3530: $? = 0
  83. configure:3519: gcc -V >&5
  84. gcc: error: unrecognized command line option '-V'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:3530: $? = 4
  88. configure:3519: gcc -qversion >&5
  89. gcc: error: unrecognized command line option '-qversion'
  90. gcc: fatal error: no input files
  91. compilation terminated.
  92. configure:3530: $? = 4
  93. configure:3550: checking whether the C compiler works
  94. configure:3572: gcc conftest.c >&5
  95. configure:3576: $? = 0
  96. configure:3624: result: yes
  97. configure:3627: checking for C compiler default output file name
  98. configure:3629: result: a.out
  99. configure:3635: checking for suffix of executables
  100. configure:3642: gcc -o conftest conftest.c >&5
  101. configure:3646: $? = 0
  102. configure:3668: result:
  103. configure:3690: checking whether we are cross compiling
  104. configure:3698: gcc -o conftest conftest.c >&5
  105. configure:3702: $? = 0
  106. configure:3709: ./conftest
  107. configure:3713: $? = 0
  108. configure:3728: result: no
  109. configure:3733: checking for suffix of object files
  110. configure:3755: gcc -c conftest.c >&5
  111. configure:3759: $? = 0
  112. configure:3780: result: o
  113. configure:3784: checking whether we are using the GNU C compiler
  114. configure:3803: gcc -c conftest.c >&5
  115. configure:3803: $? = 0
  116. configure:3812: result: yes
  117. configure:3821: checking whether gcc accepts -g
  118. configure:3841: gcc -c -g conftest.c >&5
  119. configure:3841: $? = 0
  120. configure:3882: result: yes
  121. configure:3899: checking for gcc option to accept ISO C89
  122. configure:3962: gcc -c -g -O2 conftest.c >&5
  123. configure:3962: $? = 0
  124. configure:3975: result: none needed
  125. configure:3997: checking dependency style of gcc
  126. configure:4108: result: gcc3
  127. configure:4129: checking how to run the C preprocessor
  128. configure:4160: gcc -E conftest.c
  129. configure:4160: $? = 0
  130. configure:4174: gcc -E conftest.c
  131. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  132. compilation terminated.
  133. configure:4174: $? = 1
  134. configure: failed program was:
  135. | /* confdefs.h */
  136. | #define PACKAGE_NAME "MiniDLNA"
  137. | #define PACKAGE_TARNAME "minidlna"
  138. | #define PACKAGE_VERSION "1.1.0"
  139. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  140. | #define PACKAGE_BUGREPORT ""
  141. | #define PACKAGE_URL ""
  142. | #define PACKAGE "minidlna"
  143. | #define VERSION "1.1.0"
  144. | /* end confdefs.h. */
  145. | #include <ac_nonexistent.h>
  146. configure:4199: result: gcc -E
  147. configure:4219: gcc -E conftest.c
  148. configure:4219: $? = 0
  149. configure:4233: gcc -E conftest.c
  150. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  151. compilation terminated.
  152. configure:4233: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h */
  155. | #define PACKAGE_NAME "MiniDLNA"
  156. | #define PACKAGE_TARNAME "minidlna"
  157. | #define PACKAGE_VERSION "1.1.0"
  158. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  159. | #define PACKAGE_BUGREPORT ""
  160. | #define PACKAGE_URL ""
  161. | #define PACKAGE "minidlna"
  162. | #define VERSION "1.1.0"
  163. | /* end confdefs.h. */
  164. | #include <ac_nonexistent.h>
  165. configure:4262: checking for grep that handles long lines and -e
  166. configure:4320: result: /bin/grep
  167. configure:4325: checking for egrep
  168. configure:4387: result: /bin/grep -E
  169. configure:4392: checking for ANSI C header files
  170. configure:4412: gcc -c -g -O2 conftest.c >&5
  171. configure:4412: $? = 0
  172. configure:4485: gcc -o conftest -g -O2 conftest.c >&5
  173. configure:4485: $? = 0
  174. configure:4485: ./conftest
  175. configure:4485: $? = 0
  176. configure:4496: result: yes
  177. configure:4509: checking for sys/types.h
  178. configure:4509: gcc -c -g -O2 conftest.c >&5
  179. configure:4509: $? = 0
  180. configure:4509: result: yes
  181. configure:4509: checking for sys/stat.h
  182. configure:4509: gcc -c -g -O2 conftest.c >&5
  183. configure:4509: $? = 0
  184. configure:4509: result: yes
  185. configure:4509: checking for stdlib.h
  186. configure:4509: gcc -c -g -O2 conftest.c >&5
  187. configure:4509: $? = 0
  188. configure:4509: result: yes
  189. configure:4509: checking for string.h
  190. configure:4509: gcc -c -g -O2 conftest.c >&5
  191. configure:4509: $? = 0
  192. configure:4509: result: yes
  193. configure:4509: checking for memory.h
  194. configure:4509: gcc -c -g -O2 conftest.c >&5
  195. configure:4509: $? = 0
  196. configure:4509: result: yes
  197. configure:4509: checking for strings.h
  198. configure:4509: gcc -c -g -O2 conftest.c >&5
  199. configure:4509: $? = 0
  200. configure:4509: result: yes
  201. configure:4509: checking for inttypes.h
  202. configure:4509: gcc -c -g -O2 conftest.c >&5
  203. configure:4509: $? = 0
  204. configure:4509: result: yes
  205. configure:4509: checking for stdint.h
  206. configure:4509: gcc -c -g -O2 conftest.c >&5
  207. configure:4509: $? = 0
  208. configure:4509: result: yes
  209. configure:4509: checking for unistd.h
  210. configure:4509: gcc -c -g -O2 conftest.c >&5
  211. configure:4509: $? = 0
  212. configure:4509: result: yes
  213. configure:4522: checking minix/config.h usability
  214. configure:4522: gcc -c -g -O2 conftest.c >&5
  215. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  216. compilation terminated.
  217. configure:4522: $? = 1
  218. configure: failed program was:
  219. | /* confdefs.h */
  220. | #define PACKAGE_NAME "MiniDLNA"
  221. | #define PACKAGE_TARNAME "minidlna"
  222. | #define PACKAGE_VERSION "1.1.0"
  223. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  224. | #define PACKAGE_BUGREPORT ""
  225. | #define PACKAGE_URL ""
  226. | #define PACKAGE "minidlna"
  227. | #define VERSION "1.1.0"
  228. | #define STDC_HEADERS 1
  229. | #define HAVE_SYS_TYPES_H 1
  230. | #define HAVE_SYS_STAT_H 1
  231. | #define HAVE_STDLIB_H 1
  232. | #define HAVE_STRING_H 1
  233. | #define HAVE_MEMORY_H 1
  234. | #define HAVE_STRINGS_H 1
  235. | #define HAVE_INTTYPES_H 1
  236. | #define HAVE_STDINT_H 1
  237. | #define HAVE_UNISTD_H 1
  238. | /* end confdefs.h. */
  239. | #include <stdio.h>
  240. | #ifdef HAVE_SYS_TYPES_H
  241. | # include <sys/types.h>
  242. | #endif
  243. | #ifdef HAVE_SYS_STAT_H
  244. | # include <sys/stat.h>
  245. | #endif
  246. | #ifdef STDC_HEADERS
  247. | # include <stdlib.h>
  248. | # include <stddef.h>
  249. | #else
  250. | # ifdef HAVE_STDLIB_H
  251. | # include <stdlib.h>
  252. | # endif
  253. | #endif
  254. | #ifdef HAVE_STRING_H
  255. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  256. | # include <memory.h>
  257. | # endif
  258. | # include <string.h>
  259. | #endif
  260. | #ifdef HAVE_STRINGS_H
  261. | # include <strings.h>
  262. | #endif
  263. | #ifdef HAVE_INTTYPES_H
  264. | # include <inttypes.h>
  265. | #endif
  266. | #ifdef HAVE_STDINT_H
  267. | # include <stdint.h>
  268. | #endif
  269. | #ifdef HAVE_UNISTD_H
  270. | # include <unistd.h>
  271. | #endif
  272. | #include <minix/config.h>
  273. configure:4522: result: no
  274. configure:4522: checking minix/config.h presence
  275. configure:4522: gcc -E conftest.c
  276. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  277. compilation terminated.
  278. configure:4522: $? = 1
  279. configure: failed program was:
  280. | /* confdefs.h */
  281. | #define PACKAGE_NAME "MiniDLNA"
  282. | #define PACKAGE_TARNAME "minidlna"
  283. | #define PACKAGE_VERSION "1.1.0"
  284. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  285. | #define PACKAGE_BUGREPORT ""
  286. | #define PACKAGE_URL ""
  287. | #define PACKAGE "minidlna"
  288. | #define VERSION "1.1.0"
  289. | #define STDC_HEADERS 1
  290. | #define HAVE_SYS_TYPES_H 1
  291. | #define HAVE_SYS_STAT_H 1
  292. | #define HAVE_STDLIB_H 1
  293. | #define HAVE_STRING_H 1
  294. | #define HAVE_MEMORY_H 1
  295. | #define HAVE_STRINGS_H 1
  296. | #define HAVE_INTTYPES_H 1
  297. | #define HAVE_STDINT_H 1
  298. | #define HAVE_UNISTD_H 1
  299. | /* end confdefs.h. */
  300. | #include <minix/config.h>
  301. configure:4522: result: no
  302. configure:4522: checking for minix/config.h
  303. configure:4522: result: no
  304. configure:4543: checking whether it is safe to define __EXTENSIONS__
  305. configure:4561: gcc -c -g -O2 conftest.c >&5
  306. configure:4561: $? = 0
  307. configure:4568: result: yes
  308. configure:4625: checking for ld used by GCC
  309. configure:4689: result: /usr/bin/ld
  310. configure:4696: checking if the linker (/usr/bin/ld) is GNU ld
  311. configure:4709: result: yes
  312. configure:4716: checking for shared library run path origin
  313. configure:4729: result: done
  314. configure:5307: checking for iconv
  315. configure:5329: gcc -o conftest -g -O2 conftest.c >&5
  316. configure:5329: $? = 0
  317. configure:5361: result: yes
  318. configure:5364: checking for working iconv
  319. configure:5459: gcc -o conftest -g -O2 conftest.c >&5
  320. configure:5459: $? = 0
  321. configure:5459: ./conftest
  322. configure:5459: $? = 0
  323. configure:5471: result: yes
  324. configure:5499: checking for iconv declaration
  325. configure:5528: gcc -c -g -O2 conftest.c >&5
  326. configure:5528: $? = 0
  327. configure:5539: result:
  328. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  329. configure:5550: checking whether NLS is requested
  330. configure:5559: result: yes
  331. configure:5600: checking for msgfmt
  332. configure: trying /usr/bin/msgfmt...
  333. 0 translated messages.
  334. configure:5632: result: /usr/bin/msgfmt
  335. configure:5641: checking for gmsgfmt
  336. configure:5672: result: /usr/bin/msgfmt
  337. configure:5723: checking for xgettext
  338. configure: trying /usr/bin/xgettext...
  339. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  340. configure:5755: result: /usr/bin/xgettext
  341. configure:5801: checking for msgmerge
  342. configure: trying /usr/bin/msgmerge...
  343. configure:5832: result: /usr/bin/msgmerge
  344. configure:5873: checking for CFPreferencesCopyAppValue
  345. configure:5891: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  346. conftest.c:28:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  347. compilation terminated.
  348. configure:5891: $? = 1
  349. configure: failed program was:
  350. | /* confdefs.h */
  351. | #define PACKAGE_NAME "MiniDLNA"
  352. | #define PACKAGE_TARNAME "minidlna"
  353. | #define PACKAGE_VERSION "1.1.0"
  354. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  355. | #define PACKAGE_BUGREPORT ""
  356. | #define PACKAGE_URL ""
  357. | #define PACKAGE "minidlna"
  358. | #define VERSION "1.1.0"
  359. | #define STDC_HEADERS 1
  360. | #define HAVE_SYS_TYPES_H 1
  361. | #define HAVE_SYS_STAT_H 1
  362. | #define HAVE_STDLIB_H 1
  363. | #define HAVE_STRING_H 1
  364. | #define HAVE_MEMORY_H 1
  365. | #define HAVE_STRINGS_H 1
  366. | #define HAVE_INTTYPES_H 1
  367. | #define HAVE_STDINT_H 1
  368. | #define HAVE_UNISTD_H 1
  369. | #define __EXTENSIONS__ 1
  370. | #define _ALL_SOURCE 1
  371. | #define _GNU_SOURCE 1
  372. | #define _POSIX_PTHREAD_SEMANTICS 1
  373. | #define _TANDEM_SOURCE 1
  374. | #define HAVE_ICONV 1
  375. | #define ICONV_CONST
  376. | /* end confdefs.h. */
  377. | #include <CoreFoundation/CFPreferences.h>
  378. | int
  379. | main ()
  380. | {
  381. | CFPreferencesCopyAppValue(NULL, NULL)
  382. | ;
  383. | return 0;
  384. | }
  385. configure:5900: result: no
  386. configure:5907: checking for CFLocaleCopyCurrent
  387. configure:5925: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  388. conftest.c:28:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  389. compilation terminated.
  390. configure:5925: $? = 1
  391. configure: failed program was:
  392. | /* confdefs.h */
  393. | #define PACKAGE_NAME "MiniDLNA"
  394. | #define PACKAGE_TARNAME "minidlna"
  395. | #define PACKAGE_VERSION "1.1.0"
  396. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  397. | #define PACKAGE_BUGREPORT ""
  398. | #define PACKAGE_URL ""
  399. | #define PACKAGE "minidlna"
  400. | #define VERSION "1.1.0"
  401. | #define STDC_HEADERS 1
  402. | #define HAVE_SYS_TYPES_H 1
  403. | #define HAVE_SYS_STAT_H 1
  404. | #define HAVE_STDLIB_H 1
  405. | #define HAVE_STRING_H 1
  406. | #define HAVE_MEMORY_H 1
  407. | #define HAVE_STRINGS_H 1
  408. | #define HAVE_INTTYPES_H 1
  409. | #define HAVE_STDINT_H 1
  410. | #define HAVE_UNISTD_H 1
  411. | #define __EXTENSIONS__ 1
  412. | #define _ALL_SOURCE 1
  413. | #define _GNU_SOURCE 1
  414. | #define _POSIX_PTHREAD_SEMANTICS 1
  415. | #define _TANDEM_SOURCE 1
  416. | #define HAVE_ICONV 1
  417. | #define ICONV_CONST
  418. | /* end confdefs.h. */
  419. | #include <CoreFoundation/CFLocale.h>
  420. | int
  421. | main ()
  422. | {
  423. | CFLocaleCopyCurrent();
  424. | ;
  425. | return 0;
  426. | }
  427. configure:5934: result: no
  428. configure:5983: checking for GNU gettext in libc
  429. configure:6003: gcc -o conftest -g -O2 conftest.c >&5
  430. configure:6003: $? = 0
  431. configure:6012: result: yes
  432. configure:6803: checking whether to use NLS
  433. configure:6805: result: yes
  434. configure:6808: checking where the gettext function comes from
  435. configure:6819: result: libc
  436. configure:6884: checking for gawk
  437. configure:6911: result: gawk
  438. configure:6970: checking for gcc
  439. configure:6997: result: gcc
  440. configure:7226: checking for C compiler version
  441. configure:7235: gcc --version >&5
  442. gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
  443. Copyright (C) 2012 Free Software Foundation, Inc.
  444. This is free software; see the source for copying conditions. There is NO
  445. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  446.  
  447. configure:7246: $? = 0
  448. configure:7235: gcc -v >&5
  449. Using built-in specs.
  450. COLLECT_GCC=gcc
  451. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
  452. Target: i686-linux-gnu
  453. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  454. Thread model: posix
  455. gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  456. configure:7246: $? = 0
  457. configure:7235: gcc -V >&5
  458. gcc: error: unrecognized command line option '-V'
  459. gcc: fatal error: no input files
  460. compilation terminated.
  461. configure:7246: $? = 4
  462. configure:7235: gcc -qversion >&5
  463. gcc: error: unrecognized command line option '-qversion'
  464. gcc: fatal error: no input files
  465. compilation terminated.
  466. configure:7246: $? = 4
  467. configure:7250: checking whether we are using the GNU C compiler
  468. configure:7278: result: yes
  469. configure:7287: checking whether gcc accepts -g
  470. configure:7348: result: yes
  471. configure:7365: checking for gcc option to accept ISO C89
  472. configure:7441: result: none needed
  473. configure:7463: checking dependency style of gcc
  474. configure:7574: result: gcc3
  475. configure:7591: checking whether ln -s works
  476. configure:7595: result: yes
  477. configure:7602: checking whether make sets $(MAKE)
  478. configure:7624: result: yes
  479. configure:7669: checking for inline
  480. configure:7685: gcc -c -g -O2 conftest.c >&5
  481. configure:7685: $? = 0
  482. configure:7693: result: inline
  483. configure:7711: checking for mode_t
  484. configure:7711: gcc -c -g -O2 conftest.c >&5
  485. configure:7711: $? = 0
  486. configure:7711: gcc -c -g -O2 conftest.c >&5
  487. conftest.c: In function 'main':
  488. conftest.c:73:21: error: expected expression before ')' token
  489. configure:7711: $? = 1
  490. configure: failed program was:
  491. | /* confdefs.h */
  492. | #define PACKAGE_NAME "MiniDLNA"
  493. | #define PACKAGE_TARNAME "minidlna"
  494. | #define PACKAGE_VERSION "1.1.0"
  495. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  496. | #define PACKAGE_BUGREPORT ""
  497. | #define PACKAGE_URL ""
  498. | #define PACKAGE "minidlna"
  499. | #define VERSION "1.1.0"
  500. | #define STDC_HEADERS 1
  501. | #define HAVE_SYS_TYPES_H 1
  502. | #define HAVE_SYS_STAT_H 1
  503. | #define HAVE_STDLIB_H 1
  504. | #define HAVE_STRING_H 1
  505. | #define HAVE_MEMORY_H 1
  506. | #define HAVE_STRINGS_H 1
  507. | #define HAVE_INTTYPES_H 1
  508. | #define HAVE_STDINT_H 1
  509. | #define HAVE_UNISTD_H 1
  510. | #define __EXTENSIONS__ 1
  511. | #define _ALL_SOURCE 1
  512. | #define _GNU_SOURCE 1
  513. | #define _POSIX_PTHREAD_SEMANTICS 1
  514. | #define _TANDEM_SOURCE 1
  515. | #define HAVE_ICONV 1
  516. | #define ICONV_CONST
  517. | #define ENABLE_NLS 1
  518. | #define HAVE_GETTEXT 1
  519. | #define HAVE_DCGETTEXT 1
  520. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  521. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  522. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  523. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  524. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  525. | #define ROOTDEV_MODELURL OS_URL
  526. | /* end confdefs.h. */
  527. | #include <stdio.h>
  528. | #ifdef HAVE_SYS_TYPES_H
  529. | # include <sys/types.h>
  530. | #endif
  531. | #ifdef HAVE_SYS_STAT_H
  532. | # include <sys/stat.h>
  533. | #endif
  534. | #ifdef STDC_HEADERS
  535. | # include <stdlib.h>
  536. | # include <stddef.h>
  537. | #else
  538. | # ifdef HAVE_STDLIB_H
  539. | # include <stdlib.h>
  540. | # endif
  541. | #endif
  542. | #ifdef HAVE_STRING_H
  543. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  544. | # include <memory.h>
  545. | # endif
  546. | # include <string.h>
  547. | #endif
  548. | #ifdef HAVE_STRINGS_H
  549. | # include <strings.h>
  550. | #endif
  551. | #ifdef HAVE_INTTYPES_H
  552. | # include <inttypes.h>
  553. | #endif
  554. | #ifdef HAVE_STDINT_H
  555. | # include <stdint.h>
  556. | #endif
  557. | #ifdef HAVE_UNISTD_H
  558. | # include <unistd.h>
  559. | #endif
  560. | int
  561. | main ()
  562. | {
  563. | if (sizeof ((mode_t)))
  564. | return 0;
  565. | ;
  566. | return 0;
  567. | }
  568. configure:7711: result: yes
  569. configure:7722: checking for off_t
  570. configure:7722: gcc -c -g -O2 conftest.c >&5
  571. configure:7722: $? = 0
  572. configure:7722: gcc -c -g -O2 conftest.c >&5
  573. conftest.c: In function 'main':
  574. conftest.c:73:20: error: expected expression before ')' token
  575. configure:7722: $? = 1
  576. configure: failed program was:
  577. | /* confdefs.h */
  578. | #define PACKAGE_NAME "MiniDLNA"
  579. | #define PACKAGE_TARNAME "minidlna"
  580. | #define PACKAGE_VERSION "1.1.0"
  581. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  582. | #define PACKAGE_BUGREPORT ""
  583. | #define PACKAGE_URL ""
  584. | #define PACKAGE "minidlna"
  585. | #define VERSION "1.1.0"
  586. | #define STDC_HEADERS 1
  587. | #define HAVE_SYS_TYPES_H 1
  588. | #define HAVE_SYS_STAT_H 1
  589. | #define HAVE_STDLIB_H 1
  590. | #define HAVE_STRING_H 1
  591. | #define HAVE_MEMORY_H 1
  592. | #define HAVE_STRINGS_H 1
  593. | #define HAVE_INTTYPES_H 1
  594. | #define HAVE_STDINT_H 1
  595. | #define HAVE_UNISTD_H 1
  596. | #define __EXTENSIONS__ 1
  597. | #define _ALL_SOURCE 1
  598. | #define _GNU_SOURCE 1
  599. | #define _POSIX_PTHREAD_SEMANTICS 1
  600. | #define _TANDEM_SOURCE 1
  601. | #define HAVE_ICONV 1
  602. | #define ICONV_CONST
  603. | #define ENABLE_NLS 1
  604. | #define HAVE_GETTEXT 1
  605. | #define HAVE_DCGETTEXT 1
  606. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  607. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  608. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  609. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  610. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  611. | #define ROOTDEV_MODELURL OS_URL
  612. | /* end confdefs.h. */
  613. | #include <stdio.h>
  614. | #ifdef HAVE_SYS_TYPES_H
  615. | # include <sys/types.h>
  616. | #endif
  617. | #ifdef HAVE_SYS_STAT_H
  618. | # include <sys/stat.h>
  619. | #endif
  620. | #ifdef STDC_HEADERS
  621. | # include <stdlib.h>
  622. | # include <stddef.h>
  623. | #else
  624. | # ifdef HAVE_STDLIB_H
  625. | # include <stdlib.h>
  626. | # endif
  627. | #endif
  628. | #ifdef HAVE_STRING_H
  629. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  630. | # include <memory.h>
  631. | # endif
  632. | # include <string.h>
  633. | #endif
  634. | #ifdef HAVE_STRINGS_H
  635. | # include <strings.h>
  636. | #endif
  637. | #ifdef HAVE_INTTYPES_H
  638. | # include <inttypes.h>
  639. | #endif
  640. | #ifdef HAVE_STDINT_H
  641. | # include <stdint.h>
  642. | #endif
  643. | #ifdef HAVE_UNISTD_H
  644. | # include <unistd.h>
  645. | #endif
  646. | int
  647. | main ()
  648. | {
  649. | if (sizeof ((off_t)))
  650. | return 0;
  651. | ;
  652. | return 0;
  653. | }
  654. configure:7722: result: yes
  655. configure:7733: checking for pid_t
  656. configure:7733: gcc -c -g -O2 conftest.c >&5
  657. configure:7733: $? = 0
  658. configure:7733: gcc -c -g -O2 conftest.c >&5
  659. conftest.c: In function 'main':
  660. conftest.c:73:20: error: expected expression before ')' token
  661. configure:7733: $? = 1
  662. configure: failed program was:
  663. | /* confdefs.h */
  664. | #define PACKAGE_NAME "MiniDLNA"
  665. | #define PACKAGE_TARNAME "minidlna"
  666. | #define PACKAGE_VERSION "1.1.0"
  667. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  668. | #define PACKAGE_BUGREPORT ""
  669. | #define PACKAGE_URL ""
  670. | #define PACKAGE "minidlna"
  671. | #define VERSION "1.1.0"
  672. | #define STDC_HEADERS 1
  673. | #define HAVE_SYS_TYPES_H 1
  674. | #define HAVE_SYS_STAT_H 1
  675. | #define HAVE_STDLIB_H 1
  676. | #define HAVE_STRING_H 1
  677. | #define HAVE_MEMORY_H 1
  678. | #define HAVE_STRINGS_H 1
  679. | #define HAVE_INTTYPES_H 1
  680. | #define HAVE_STDINT_H 1
  681. | #define HAVE_UNISTD_H 1
  682. | #define __EXTENSIONS__ 1
  683. | #define _ALL_SOURCE 1
  684. | #define _GNU_SOURCE 1
  685. | #define _POSIX_PTHREAD_SEMANTICS 1
  686. | #define _TANDEM_SOURCE 1
  687. | #define HAVE_ICONV 1
  688. | #define ICONV_CONST
  689. | #define ENABLE_NLS 1
  690. | #define HAVE_GETTEXT 1
  691. | #define HAVE_DCGETTEXT 1
  692. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  693. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  694. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  695. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  696. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  697. | #define ROOTDEV_MODELURL OS_URL
  698. | /* end confdefs.h. */
  699. | #include <stdio.h>
  700. | #ifdef HAVE_SYS_TYPES_H
  701. | # include <sys/types.h>
  702. | #endif
  703. | #ifdef HAVE_SYS_STAT_H
  704. | # include <sys/stat.h>
  705. | #endif
  706. | #ifdef STDC_HEADERS
  707. | # include <stdlib.h>
  708. | # include <stddef.h>
  709. | #else
  710. | # ifdef HAVE_STDLIB_H
  711. | # include <stdlib.h>
  712. | # endif
  713. | #endif
  714. | #ifdef HAVE_STRING_H
  715. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  716. | # include <memory.h>
  717. | # endif
  718. | # include <string.h>
  719. | #endif
  720. | #ifdef HAVE_STRINGS_H
  721. | # include <strings.h>
  722. | #endif
  723. | #ifdef HAVE_INTTYPES_H
  724. | # include <inttypes.h>
  725. | #endif
  726. | #ifdef HAVE_STDINT_H
  727. | # include <stdint.h>
  728. | #endif
  729. | #ifdef HAVE_UNISTD_H
  730. | # include <unistd.h>
  731. | #endif
  732. | int
  733. | main ()
  734. | {
  735. | if (sizeof ((pid_t)))
  736. | return 0;
  737. | ;
  738. | return 0;
  739. | }
  740. configure:7733: result: yes
  741. configure:7744: checking for size_t
  742. configure:7744: gcc -c -g -O2 conftest.c >&5
  743. configure:7744: $? = 0
  744. configure:7744: gcc -c -g -O2 conftest.c >&5
  745. conftest.c: In function 'main':
  746. conftest.c:73:21: error: expected expression before ')' token
  747. configure:7744: $? = 1
  748. configure: failed program was:
  749. | /* confdefs.h */
  750. | #define PACKAGE_NAME "MiniDLNA"
  751. | #define PACKAGE_TARNAME "minidlna"
  752. | #define PACKAGE_VERSION "1.1.0"
  753. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  754. | #define PACKAGE_BUGREPORT ""
  755. | #define PACKAGE_URL ""
  756. | #define PACKAGE "minidlna"
  757. | #define VERSION "1.1.0"
  758. | #define STDC_HEADERS 1
  759. | #define HAVE_SYS_TYPES_H 1
  760. | #define HAVE_SYS_STAT_H 1
  761. | #define HAVE_STDLIB_H 1
  762. | #define HAVE_STRING_H 1
  763. | #define HAVE_MEMORY_H 1
  764. | #define HAVE_STRINGS_H 1
  765. | #define HAVE_INTTYPES_H 1
  766. | #define HAVE_STDINT_H 1
  767. | #define HAVE_UNISTD_H 1
  768. | #define __EXTENSIONS__ 1
  769. | #define _ALL_SOURCE 1
  770. | #define _GNU_SOURCE 1
  771. | #define _POSIX_PTHREAD_SEMANTICS 1
  772. | #define _TANDEM_SOURCE 1
  773. | #define HAVE_ICONV 1
  774. | #define ICONV_CONST
  775. | #define ENABLE_NLS 1
  776. | #define HAVE_GETTEXT 1
  777. | #define HAVE_DCGETTEXT 1
  778. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  779. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  780. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  781. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  782. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  783. | #define ROOTDEV_MODELURL OS_URL
  784. | /* end confdefs.h. */
  785. | #include <stdio.h>
  786. | #ifdef HAVE_SYS_TYPES_H
  787. | # include <sys/types.h>
  788. | #endif
  789. | #ifdef HAVE_SYS_STAT_H
  790. | # include <sys/stat.h>
  791. | #endif
  792. | #ifdef STDC_HEADERS
  793. | # include <stdlib.h>
  794. | # include <stddef.h>
  795. | #else
  796. | # ifdef HAVE_STDLIB_H
  797. | # include <stdlib.h>
  798. | # endif
  799. | #endif
  800. | #ifdef HAVE_STRING_H
  801. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  802. | # include <memory.h>
  803. | # endif
  804. | # include <string.h>
  805. | #endif
  806. | #ifdef HAVE_STRINGS_H
  807. | # include <strings.h>
  808. | #endif
  809. | #ifdef HAVE_INTTYPES_H
  810. | # include <inttypes.h>
  811. | #endif
  812. | #ifdef HAVE_STDINT_H
  813. | # include <stdint.h>
  814. | #endif
  815. | #ifdef HAVE_UNISTD_H
  816. | # include <unistd.h>
  817. | #endif
  818. | int
  819. | main ()
  820. | {
  821. | if (sizeof ((size_t)))
  822. | return 0;
  823. | ;
  824. | return 0;
  825. | }
  826. configure:7744: result: yes
  827. configure:7755: checking for uint8_t
  828. configure:7755: gcc -c -g -O2 conftest.c >&5
  829. configure:7755: $? = 0
  830. configure:7755: result: yes
  831. configure:7769: checking for int32_t
  832. configure:7769: gcc -c -g -O2 conftest.c >&5
  833. configure:7769: $? = 0
  834. configure:7769: gcc -c -g -O2 conftest.c >&5
  835. conftest.c: In function 'main':
  836. conftest.c:75:53: warning: integer overflow in expression [-Woverflow]
  837. conftest.c:74:12: error: storage size of 'test_array' isn't constant
  838. configure:7769: $? = 1
  839. configure: failed program was:
  840. | /* confdefs.h */
  841. | #define PACKAGE_NAME "MiniDLNA"
  842. | #define PACKAGE_TARNAME "minidlna"
  843. | #define PACKAGE_VERSION "1.1.0"
  844. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  845. | #define PACKAGE_BUGREPORT ""
  846. | #define PACKAGE_URL ""
  847. | #define PACKAGE "minidlna"
  848. | #define VERSION "1.1.0"
  849. | #define STDC_HEADERS 1
  850. | #define HAVE_SYS_TYPES_H 1
  851. | #define HAVE_SYS_STAT_H 1
  852. | #define HAVE_STDLIB_H 1
  853. | #define HAVE_STRING_H 1
  854. | #define HAVE_MEMORY_H 1
  855. | #define HAVE_STRINGS_H 1
  856. | #define HAVE_INTTYPES_H 1
  857. | #define HAVE_STDINT_H 1
  858. | #define HAVE_UNISTD_H 1
  859. | #define __EXTENSIONS__ 1
  860. | #define _ALL_SOURCE 1
  861. | #define _GNU_SOURCE 1
  862. | #define _POSIX_PTHREAD_SEMANTICS 1
  863. | #define _TANDEM_SOURCE 1
  864. | #define HAVE_ICONV 1
  865. | #define ICONV_CONST
  866. | #define ENABLE_NLS 1
  867. | #define HAVE_GETTEXT 1
  868. | #define HAVE_DCGETTEXT 1
  869. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  870. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  871. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  872. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  873. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  874. | #define ROOTDEV_MODELURL OS_URL
  875. | /* end confdefs.h. */
  876. | #include <stdio.h>
  877. | #ifdef HAVE_SYS_TYPES_H
  878. | # include <sys/types.h>
  879. | #endif
  880. | #ifdef HAVE_SYS_STAT_H
  881. | # include <sys/stat.h>
  882. | #endif
  883. | #ifdef STDC_HEADERS
  884. | # include <stdlib.h>
  885. | # include <stddef.h>
  886. | #else
  887. | # ifdef HAVE_STDLIB_H
  888. | # include <stdlib.h>
  889. | # endif
  890. | #endif
  891. | #ifdef HAVE_STRING_H
  892. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  893. | # include <memory.h>
  894. | # endif
  895. | # include <string.h>
  896. | #endif
  897. | #ifdef HAVE_STRINGS_H
  898. | # include <strings.h>
  899. | #endif
  900. | #ifdef HAVE_INTTYPES_H
  901. | # include <inttypes.h>
  902. | #endif
  903. | #ifdef HAVE_STDINT_H
  904. | # include <stdint.h>
  905. | #endif
  906. | #ifdef HAVE_UNISTD_H
  907. | # include <unistd.h>
  908. | #endif
  909. | enum { N = 32 / 2 - 1 };
  910. | int
  911. | main ()
  912. | {
  913. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  914. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  915. | test_array [0] = 0;
  916. | return test_array [0];
  917. |
  918. | ;
  919. | return 0;
  920. | }
  921. configure:7769: result: yes
  922. configure:7780: checking for uint32_t
  923. configure:7780: gcc -c -g -O2 conftest.c >&5
  924. configure:7780: $? = 0
  925. configure:7780: result: yes
  926. configure:7794: checking for uint64_t
  927. configure:7794: gcc -c -g -O2 conftest.c >&5
  928. configure:7794: $? = 0
  929. configure:7794: result: yes
  930. configure:7808: checking for ssize_t
  931. configure:7808: gcc -c -g -O2 conftest.c >&5
  932. configure:7808: $? = 0
  933. configure:7808: gcc -c -g -O2 conftest.c >&5
  934. conftest.c: In function 'main':
  935. conftest.c:73:22: error: expected expression before ')' token
  936. configure:7808: $? = 1
  937. configure: failed program was:
  938. | /* confdefs.h */
  939. | #define PACKAGE_NAME "MiniDLNA"
  940. | #define PACKAGE_TARNAME "minidlna"
  941. | #define PACKAGE_VERSION "1.1.0"
  942. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  943. | #define PACKAGE_BUGREPORT ""
  944. | #define PACKAGE_URL ""
  945. | #define PACKAGE "minidlna"
  946. | #define VERSION "1.1.0"
  947. | #define STDC_HEADERS 1
  948. | #define HAVE_SYS_TYPES_H 1
  949. | #define HAVE_SYS_STAT_H 1
  950. | #define HAVE_STDLIB_H 1
  951. | #define HAVE_STRING_H 1
  952. | #define HAVE_MEMORY_H 1
  953. | #define HAVE_STRINGS_H 1
  954. | #define HAVE_INTTYPES_H 1
  955. | #define HAVE_STDINT_H 1
  956. | #define HAVE_UNISTD_H 1
  957. | #define __EXTENSIONS__ 1
  958. | #define _ALL_SOURCE 1
  959. | #define _GNU_SOURCE 1
  960. | #define _POSIX_PTHREAD_SEMANTICS 1
  961. | #define _TANDEM_SOURCE 1
  962. | #define HAVE_ICONV 1
  963. | #define ICONV_CONST
  964. | #define ENABLE_NLS 1
  965. | #define HAVE_GETTEXT 1
  966. | #define HAVE_DCGETTEXT 1
  967. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  968. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  969. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  970. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  971. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  972. | #define ROOTDEV_MODELURL OS_URL
  973. | /* end confdefs.h. */
  974. | #include <stdio.h>
  975. | #ifdef HAVE_SYS_TYPES_H
  976. | # include <sys/types.h>
  977. | #endif
  978. | #ifdef HAVE_SYS_STAT_H
  979. | # include <sys/stat.h>
  980. | #endif
  981. | #ifdef STDC_HEADERS
  982. | # include <stdlib.h>
  983. | # include <stddef.h>
  984. | #else
  985. | # ifdef HAVE_STDLIB_H
  986. | # include <stdlib.h>
  987. | # endif
  988. | #endif
  989. | #ifdef HAVE_STRING_H
  990. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  991. | # include <memory.h>
  992. | # endif
  993. | # include <string.h>
  994. | #endif
  995. | #ifdef HAVE_STRINGS_H
  996. | # include <strings.h>
  997. | #endif
  998. | #ifdef HAVE_INTTYPES_H
  999. | # include <inttypes.h>
  1000. | #endif
  1001. | #ifdef HAVE_STDINT_H
  1002. | # include <stdint.h>
  1003. | #endif
  1004. | #ifdef HAVE_UNISTD_H
  1005. | # include <unistd.h>
  1006. | #endif
  1007. | int
  1008. | main ()
  1009. | {
  1010. | if (sizeof ((ssize_t)))
  1011. | return 0;
  1012. | ;
  1013. | return 0;
  1014. | }
  1015. configure:7808: result: yes
  1016. configure:7819: checking for struct stat.st_blocks
  1017. configure:7819: gcc -c -g -O2 conftest.c >&5
  1018. configure:7819: $? = 0
  1019. configure:7819: result: yes
  1020. configure:7839: checking for stdbool.h that conforms to C99
  1021. configure:7906: gcc -c -g -O2 conftest.c >&5
  1022. configure:7906: $? = 0
  1023. configure:7913: result: yes
  1024. configure:7915: checking for _Bool
  1025. configure:7915: gcc -c -g -O2 conftest.c >&5
  1026. configure:7915: $? = 0
  1027. configure:7915: gcc -c -g -O2 conftest.c >&5
  1028. conftest.c: In function 'main':
  1029. conftest.c:75:20: error: expected expression before ')' token
  1030. configure:7915: $? = 1
  1031. configure: failed program was:
  1032. | /* confdefs.h */
  1033. | #define PACKAGE_NAME "MiniDLNA"
  1034. | #define PACKAGE_TARNAME "minidlna"
  1035. | #define PACKAGE_VERSION "1.1.0"
  1036. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1037. | #define PACKAGE_BUGREPORT ""
  1038. | #define PACKAGE_URL ""
  1039. | #define PACKAGE "minidlna"
  1040. | #define VERSION "1.1.0"
  1041. | #define STDC_HEADERS 1
  1042. | #define HAVE_SYS_TYPES_H 1
  1043. | #define HAVE_SYS_STAT_H 1
  1044. | #define HAVE_STDLIB_H 1
  1045. | #define HAVE_STRING_H 1
  1046. | #define HAVE_MEMORY_H 1
  1047. | #define HAVE_STRINGS_H 1
  1048. | #define HAVE_INTTYPES_H 1
  1049. | #define HAVE_STDINT_H 1
  1050. | #define HAVE_UNISTD_H 1
  1051. | #define __EXTENSIONS__ 1
  1052. | #define _ALL_SOURCE 1
  1053. | #define _GNU_SOURCE 1
  1054. | #define _POSIX_PTHREAD_SEMANTICS 1
  1055. | #define _TANDEM_SOURCE 1
  1056. | #define HAVE_ICONV 1
  1057. | #define ICONV_CONST
  1058. | #define ENABLE_NLS 1
  1059. | #define HAVE_GETTEXT 1
  1060. | #define HAVE_DCGETTEXT 1
  1061. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1062. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1063. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1064. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1065. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1066. | #define ROOTDEV_MODELURL OS_URL
  1067. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1068. | #define HAVE_ST_BLOCKS 1
  1069. | /* end confdefs.h. */
  1070. | #include <stdio.h>
  1071. | #ifdef HAVE_SYS_TYPES_H
  1072. | # include <sys/types.h>
  1073. | #endif
  1074. | #ifdef HAVE_SYS_STAT_H
  1075. | # include <sys/stat.h>
  1076. | #endif
  1077. | #ifdef STDC_HEADERS
  1078. | # include <stdlib.h>
  1079. | # include <stddef.h>
  1080. | #else
  1081. | # ifdef HAVE_STDLIB_H
  1082. | # include <stdlib.h>
  1083. | # endif
  1084. | #endif
  1085. | #ifdef HAVE_STRING_H
  1086. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1087. | # include <memory.h>
  1088. | # endif
  1089. | # include <string.h>
  1090. | #endif
  1091. | #ifdef HAVE_STRINGS_H
  1092. | # include <strings.h>
  1093. | #endif
  1094. | #ifdef HAVE_INTTYPES_H
  1095. | # include <inttypes.h>
  1096. | #endif
  1097. | #ifdef HAVE_STDINT_H
  1098. | # include <stdint.h>
  1099. | #endif
  1100. | #ifdef HAVE_UNISTD_H
  1101. | # include <unistd.h>
  1102. | #endif
  1103. | int
  1104. | main ()
  1105. | {
  1106. | if (sizeof ((_Bool)))
  1107. | return 0;
  1108. | ;
  1109. | return 0;
  1110. | }
  1111. configure:7915: result: yes
  1112. configure:7932: checking whether byte ordering is bigendian
  1113. configure:7947: gcc -c -g -O2 conftest.c >&5
  1114. conftest.c:42:9: error: unknown type name 'not'
  1115. conftest.c:42:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  1116. conftest.c:42:15: error: unknown type name 'universal'
  1117. configure:7947: $? = 1
  1118. configure: failed program was:
  1119. | /* confdefs.h */
  1120. | #define PACKAGE_NAME "MiniDLNA"
  1121. | #define PACKAGE_TARNAME "minidlna"
  1122. | #define PACKAGE_VERSION "1.1.0"
  1123. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1124. | #define PACKAGE_BUGREPORT ""
  1125. | #define PACKAGE_URL ""
  1126. | #define PACKAGE "minidlna"
  1127. | #define VERSION "1.1.0"
  1128. | #define STDC_HEADERS 1
  1129. | #define HAVE_SYS_TYPES_H 1
  1130. | #define HAVE_SYS_STAT_H 1
  1131. | #define HAVE_STDLIB_H 1
  1132. | #define HAVE_STRING_H 1
  1133. | #define HAVE_MEMORY_H 1
  1134. | #define HAVE_STRINGS_H 1
  1135. | #define HAVE_INTTYPES_H 1
  1136. | #define HAVE_STDINT_H 1
  1137. | #define HAVE_UNISTD_H 1
  1138. | #define __EXTENSIONS__ 1
  1139. | #define _ALL_SOURCE 1
  1140. | #define _GNU_SOURCE 1
  1141. | #define _POSIX_PTHREAD_SEMANTICS 1
  1142. | #define _TANDEM_SOURCE 1
  1143. | #define HAVE_ICONV 1
  1144. | #define ICONV_CONST
  1145. | #define ENABLE_NLS 1
  1146. | #define HAVE_GETTEXT 1
  1147. | #define HAVE_DCGETTEXT 1
  1148. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1149. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1150. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1151. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1152. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1153. | #define ROOTDEV_MODELURL OS_URL
  1154. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1155. | #define HAVE_ST_BLOCKS 1
  1156. | #define HAVE__BOOL 1
  1157. | #define HAVE_STDBOOL_H 1
  1158. | /* end confdefs.h. */
  1159. | #ifndef __APPLE_CC__
  1160. | not a universal capable compiler
  1161. | #endif
  1162. | typedef int dummy;
  1163. |
  1164. configure:7992: gcc -c -g -O2 conftest.c >&5
  1165. configure:7992: $? = 0
  1166. configure:8010: gcc -c -g -O2 conftest.c >&5
  1167. conftest.c: In function 'main':
  1168. conftest.c:48:4: error: unknown type name 'not'
  1169. conftest.c:48:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  1170. configure:8010: $? = 1
  1171. configure: failed program was:
  1172. | /* confdefs.h */
  1173. | #define PACKAGE_NAME "MiniDLNA"
  1174. | #define PACKAGE_TARNAME "minidlna"
  1175. | #define PACKAGE_VERSION "1.1.0"
  1176. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1177. | #define PACKAGE_BUGREPORT ""
  1178. | #define PACKAGE_URL ""
  1179. | #define PACKAGE "minidlna"
  1180. | #define VERSION "1.1.0"
  1181. | #define STDC_HEADERS 1
  1182. | #define HAVE_SYS_TYPES_H 1
  1183. | #define HAVE_SYS_STAT_H 1
  1184. | #define HAVE_STDLIB_H 1
  1185. | #define HAVE_STRING_H 1
  1186. | #define HAVE_MEMORY_H 1
  1187. | #define HAVE_STRINGS_H 1
  1188. | #define HAVE_INTTYPES_H 1
  1189. | #define HAVE_STDINT_H 1
  1190. | #define HAVE_UNISTD_H 1
  1191. | #define __EXTENSIONS__ 1
  1192. | #define _ALL_SOURCE 1
  1193. | #define _GNU_SOURCE 1
  1194. | #define _POSIX_PTHREAD_SEMANTICS 1
  1195. | #define _TANDEM_SOURCE 1
  1196. | #define HAVE_ICONV 1
  1197. | #define ICONV_CONST
  1198. | #define ENABLE_NLS 1
  1199. | #define HAVE_GETTEXT 1
  1200. | #define HAVE_DCGETTEXT 1
  1201. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1202. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1203. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1204. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1205. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1206. | #define ROOTDEV_MODELURL OS_URL
  1207. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1208. | #define HAVE_ST_BLOCKS 1
  1209. | #define HAVE__BOOL 1
  1210. | #define HAVE_STDBOOL_H 1
  1211. | /* end confdefs.h. */
  1212. | #include <sys/types.h>
  1213. | #include <sys/param.h>
  1214. |
  1215. | int
  1216. | main ()
  1217. | {
  1218. | #if BYTE_ORDER != BIG_ENDIAN
  1219. | not big endian
  1220. | #endif
  1221. |
  1222. | ;
  1223. | return 0;
  1224. | }
  1225. configure:8138: result: no
  1226. configure:8160: checking vfork.h usability
  1227. configure:8160: gcc -c -g -O2 conftest.c >&5
  1228. conftest.c:74:19: fatal error: vfork.h: No such file or directory
  1229. compilation terminated.
  1230. configure:8160: $? = 1
  1231. configure: failed program was:
  1232. | /* confdefs.h */
  1233. | #define PACKAGE_NAME "MiniDLNA"
  1234. | #define PACKAGE_TARNAME "minidlna"
  1235. | #define PACKAGE_VERSION "1.1.0"
  1236. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1237. | #define PACKAGE_BUGREPORT ""
  1238. | #define PACKAGE_URL ""
  1239. | #define PACKAGE "minidlna"
  1240. | #define VERSION "1.1.0"
  1241. | #define STDC_HEADERS 1
  1242. | #define HAVE_SYS_TYPES_H 1
  1243. | #define HAVE_SYS_STAT_H 1
  1244. | #define HAVE_STDLIB_H 1
  1245. | #define HAVE_STRING_H 1
  1246. | #define HAVE_MEMORY_H 1
  1247. | #define HAVE_STRINGS_H 1
  1248. | #define HAVE_INTTYPES_H 1
  1249. | #define HAVE_STDINT_H 1
  1250. | #define HAVE_UNISTD_H 1
  1251. | #define __EXTENSIONS__ 1
  1252. | #define _ALL_SOURCE 1
  1253. | #define _GNU_SOURCE 1
  1254. | #define _POSIX_PTHREAD_SEMANTICS 1
  1255. | #define _TANDEM_SOURCE 1
  1256. | #define HAVE_ICONV 1
  1257. | #define ICONV_CONST
  1258. | #define ENABLE_NLS 1
  1259. | #define HAVE_GETTEXT 1
  1260. | #define HAVE_DCGETTEXT 1
  1261. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1262. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1263. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1264. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1265. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1266. | #define ROOTDEV_MODELURL OS_URL
  1267. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1268. | #define HAVE_ST_BLOCKS 1
  1269. | #define HAVE__BOOL 1
  1270. | #define HAVE_STDBOOL_H 1
  1271. | /* end confdefs.h. */
  1272. | #include <stdio.h>
  1273. | #ifdef HAVE_SYS_TYPES_H
  1274. | # include <sys/types.h>
  1275. | #endif
  1276. | #ifdef HAVE_SYS_STAT_H
  1277. | # include <sys/stat.h>
  1278. | #endif
  1279. | #ifdef STDC_HEADERS
  1280. | # include <stdlib.h>
  1281. | # include <stddef.h>
  1282. | #else
  1283. | # ifdef HAVE_STDLIB_H
  1284. | # include <stdlib.h>
  1285. | # endif
  1286. | #endif
  1287. | #ifdef HAVE_STRING_H
  1288. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1289. | # include <memory.h>
  1290. | # endif
  1291. | # include <string.h>
  1292. | #endif
  1293. | #ifdef HAVE_STRINGS_H
  1294. | # include <strings.h>
  1295. | #endif
  1296. | #ifdef HAVE_INTTYPES_H
  1297. | # include <inttypes.h>
  1298. | #endif
  1299. | #ifdef HAVE_STDINT_H
  1300. | # include <stdint.h>
  1301. | #endif
  1302. | #ifdef HAVE_UNISTD_H
  1303. | # include <unistd.h>
  1304. | #endif
  1305. | #include <vfork.h>
  1306. configure:8160: result: no
  1307. configure:8160: checking vfork.h presence
  1308. configure:8160: gcc -E conftest.c
  1309. conftest.c:41:19: fatal error: vfork.h: No such file or directory
  1310. compilation terminated.
  1311. configure:8160: $? = 1
  1312. configure: failed program was:
  1313. | /* confdefs.h */
  1314. | #define PACKAGE_NAME "MiniDLNA"
  1315. | #define PACKAGE_TARNAME "minidlna"
  1316. | #define PACKAGE_VERSION "1.1.0"
  1317. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1318. | #define PACKAGE_BUGREPORT ""
  1319. | #define PACKAGE_URL ""
  1320. | #define PACKAGE "minidlna"
  1321. | #define VERSION "1.1.0"
  1322. | #define STDC_HEADERS 1
  1323. | #define HAVE_SYS_TYPES_H 1
  1324. | #define HAVE_SYS_STAT_H 1
  1325. | #define HAVE_STDLIB_H 1
  1326. | #define HAVE_STRING_H 1
  1327. | #define HAVE_MEMORY_H 1
  1328. | #define HAVE_STRINGS_H 1
  1329. | #define HAVE_INTTYPES_H 1
  1330. | #define HAVE_STDINT_H 1
  1331. | #define HAVE_UNISTD_H 1
  1332. | #define __EXTENSIONS__ 1
  1333. | #define _ALL_SOURCE 1
  1334. | #define _GNU_SOURCE 1
  1335. | #define _POSIX_PTHREAD_SEMANTICS 1
  1336. | #define _TANDEM_SOURCE 1
  1337. | #define HAVE_ICONV 1
  1338. | #define ICONV_CONST
  1339. | #define ENABLE_NLS 1
  1340. | #define HAVE_GETTEXT 1
  1341. | #define HAVE_DCGETTEXT 1
  1342. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1343. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1344. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1345. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1346. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1347. | #define ROOTDEV_MODELURL OS_URL
  1348. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1349. | #define HAVE_ST_BLOCKS 1
  1350. | #define HAVE__BOOL 1
  1351. | #define HAVE_STDBOOL_H 1
  1352. | /* end confdefs.h. */
  1353. | #include <vfork.h>
  1354. configure:8160: result: no
  1355. configure:8160: checking for vfork.h
  1356. configure:8160: result: no
  1357. configure:8173: checking for fork
  1358. configure:8173: gcc -o conftest -g -O2 conftest.c >&5
  1359. conftest.c:64:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  1360. configure:8173: $? = 0
  1361. configure:8173: result: yes
  1362. configure:8173: checking for vfork
  1363. configure:8173: gcc -o conftest -g -O2 conftest.c >&5
  1364. configure:8173: $? = 0
  1365. configure:8173: result: yes
  1366. configure:8183: checking for working fork
  1367. configure:8205: gcc -o conftest -g -O2 conftest.c >&5
  1368. configure:8205: $? = 0
  1369. configure:8205: ./conftest
  1370. configure:8205: $? = 0
  1371. configure:8215: result: yes
  1372. configure:8236: checking for working vfork
  1373. configure:8346: result: yes
  1374. configure:8371: checking whether lstat correctly handles trailing slash
  1375. configure:8397: gcc -o conftest -g -O2 conftest.c >&5
  1376. configure:8397: $? = 0
  1377. configure:8397: ./conftest
  1378. configure:8397: $? = 0
  1379. configure:8414: result: yes
  1380. configure:8436: checking for gethostname
  1381. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1382. configure:8436: $? = 0
  1383. configure:8436: result: yes
  1384. configure:8436: checking for getifaddrs
  1385. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1386. configure:8436: $? = 0
  1387. configure:8436: result: yes
  1388. configure:8436: checking for gettimeofday
  1389. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1390. configure:8436: $? = 0
  1391. configure:8436: result: yes
  1392. configure:8436: checking for inet_ntoa
  1393. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1394. configure:8436: $? = 0
  1395. configure:8436: result: yes
  1396. configure:8436: checking for memmove
  1397. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1398. conftest.c:73:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  1399. configure:8436: $? = 0
  1400. configure:8436: result: yes
  1401. configure:8436: checking for memset
  1402. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1403. conftest.c:74:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  1404. configure:8436: $? = 0
  1405. configure:8436: result: yes
  1406. configure:8436: checking for mkdir
  1407. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1408. configure:8436: $? = 0
  1409. configure:8436: result: yes
  1410. configure:8436: checking for realpath
  1411. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1412. configure:8436: $? = 0
  1413. configure:8436: result: yes
  1414. configure:8436: checking for select
  1415. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1416. configure:8436: $? = 0
  1417. configure:8436: result: yes
  1418. configure:8436: checking for sendfile
  1419. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1420. configure:8436: $? = 0
  1421. configure:8436: result: yes
  1422. configure:8436: checking for setlocale
  1423. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1424. configure:8436: $? = 0
  1425. configure:8436: result: yes
  1426. configure:8436: checking for socket
  1427. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1428. configure:8436: $? = 0
  1429. configure:8436: result: yes
  1430. configure:8436: checking for strcasecmp
  1431. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1432. conftest.c:81:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1433. configure:8436: $? = 0
  1434. configure:8436: result: yes
  1435. configure:8436: checking for strchr
  1436. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1437. conftest.c:82:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1438. configure:8436: $? = 0
  1439. configure:8436: result: yes
  1440. configure:8436: checking for strdup
  1441. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1442. conftest.c:83:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1443. configure:8436: $? = 0
  1444. configure:8436: result: yes
  1445. configure:8436: checking for strerror
  1446. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1447. configure:8436: $? = 0
  1448. configure:8436: result: yes
  1449. configure:8436: checking for strncasecmp
  1450. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1451. conftest.c:85:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1452. configure:8436: $? = 0
  1453. configure:8436: result: yes
  1454. configure:8436: checking for strpbrk
  1455. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1456. conftest.c:86:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
  1457. configure:8436: $? = 0
  1458. configure:8436: result: yes
  1459. configure:8436: checking for strrchr
  1460. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1461. conftest.c:87:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1462. configure:8436: $? = 0
  1463. configure:8436: result: yes
  1464. configure:8436: checking for strstr
  1465. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1466. conftest.c:88:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1467. configure:8436: $? = 0
  1468. configure:8436: result: yes
  1469. configure:8436: checking for strtol
  1470. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1471. configure:8436: $? = 0
  1472. configure:8436: result: yes
  1473. configure:8436: checking for strtoul
  1474. configure:8436: gcc -o conftest -g -O2 conftest.c >&5
  1475. configure:8436: $? = 0
  1476. configure:8436: result: yes
  1477. configure:8478: checking syscall.h usability
  1478. configure:8478: gcc -c -g -O2 conftest.c >&5
  1479. configure:8478: $? = 0
  1480. configure:8478: result: yes
  1481. configure:8478: checking syscall.h presence
  1482. configure:8478: gcc -E conftest.c
  1483. configure:8478: $? = 0
  1484. configure:8478: result: yes
  1485. configure:8478: checking for syscall.h
  1486. configure:8478: result: yes
  1487. configure:8478: checking sys/syscall.h usability
  1488. configure:8478: gcc -c -g -O2 conftest.c >&5
  1489. configure:8478: $? = 0
  1490. configure:8478: result: yes
  1491. configure:8478: checking sys/syscall.h presence
  1492. configure:8478: gcc -E conftest.c
  1493. configure:8478: $? = 0
  1494. configure:8478: result: yes
  1495. configure:8478: checking for sys/syscall.h
  1496. configure:8478: result: yes
  1497. configure:8478: checking mach/mach_time.h usability
  1498. configure:8478: gcc -c -g -O2 conftest.c >&5
  1499. conftest.c:103:28: fatal error: mach/mach_time.h: No such file or directory
  1500. compilation terminated.
  1501. configure:8478: $? = 1
  1502. configure: failed program was:
  1503. | /* confdefs.h */
  1504. | #define PACKAGE_NAME "MiniDLNA"
  1505. | #define PACKAGE_TARNAME "minidlna"
  1506. | #define PACKAGE_VERSION "1.1.0"
  1507. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1508. | #define PACKAGE_BUGREPORT ""
  1509. | #define PACKAGE_URL ""
  1510. | #define PACKAGE "minidlna"
  1511. | #define VERSION "1.1.0"
  1512. | #define STDC_HEADERS 1
  1513. | #define HAVE_SYS_TYPES_H 1
  1514. | #define HAVE_SYS_STAT_H 1
  1515. | #define HAVE_STDLIB_H 1
  1516. | #define HAVE_STRING_H 1
  1517. | #define HAVE_MEMORY_H 1
  1518. | #define HAVE_STRINGS_H 1
  1519. | #define HAVE_INTTYPES_H 1
  1520. | #define HAVE_STDINT_H 1
  1521. | #define HAVE_UNISTD_H 1
  1522. | #define __EXTENSIONS__ 1
  1523. | #define _ALL_SOURCE 1
  1524. | #define _GNU_SOURCE 1
  1525. | #define _POSIX_PTHREAD_SEMANTICS 1
  1526. | #define _TANDEM_SOURCE 1
  1527. | #define HAVE_ICONV 1
  1528. | #define ICONV_CONST
  1529. | #define ENABLE_NLS 1
  1530. | #define HAVE_GETTEXT 1
  1531. | #define HAVE_DCGETTEXT 1
  1532. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1533. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1534. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1535. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1536. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1537. | #define ROOTDEV_MODELURL OS_URL
  1538. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1539. | #define HAVE_ST_BLOCKS 1
  1540. | #define HAVE__BOOL 1
  1541. | #define HAVE_STDBOOL_H 1
  1542. | #define HAVE_FORK 1
  1543. | #define HAVE_VFORK 1
  1544. | #define HAVE_WORKING_VFORK 1
  1545. | #define HAVE_WORKING_FORK 1
  1546. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1547. | #define HAVE_GETHOSTNAME 1
  1548. | #define HAVE_GETIFADDRS 1
  1549. | #define HAVE_GETTIMEOFDAY 1
  1550. | #define HAVE_INET_NTOA 1
  1551. | #define HAVE_MEMMOVE 1
  1552. | #define HAVE_MEMSET 1
  1553. | #define HAVE_MKDIR 1
  1554. | #define HAVE_REALPATH 1
  1555. | #define HAVE_SELECT 1
  1556. | #define HAVE_SENDFILE 1
  1557. | #define HAVE_SETLOCALE 1
  1558. | #define HAVE_SOCKET 1
  1559. | #define HAVE_STRCASECMP 1
  1560. | #define HAVE_STRCHR 1
  1561. | #define HAVE_STRDUP 1
  1562. | #define HAVE_STRERROR 1
  1563. | #define HAVE_STRNCASECMP 1
  1564. | #define HAVE_STRPBRK 1
  1565. | #define HAVE_STRRCHR 1
  1566. | #define HAVE_STRSTR 1
  1567. | #define HAVE_STRTOL 1
  1568. | #define HAVE_STRTOUL 1
  1569. | #define HAVE_SYSCALL_H 1
  1570. | #define HAVE_SYS_SYSCALL_H 1
  1571. | /* end confdefs.h. */
  1572. | #include <stdio.h>
  1573. | #ifdef HAVE_SYS_TYPES_H
  1574. | # include <sys/types.h>
  1575. | #endif
  1576. | #ifdef HAVE_SYS_STAT_H
  1577. | # include <sys/stat.h>
  1578. | #endif
  1579. | #ifdef STDC_HEADERS
  1580. | # include <stdlib.h>
  1581. | # include <stddef.h>
  1582. | #else
  1583. | # ifdef HAVE_STDLIB_H
  1584. | # include <stdlib.h>
  1585. | # endif
  1586. | #endif
  1587. | #ifdef HAVE_STRING_H
  1588. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1589. | # include <memory.h>
  1590. | # endif
  1591. | # include <string.h>
  1592. | #endif
  1593. | #ifdef HAVE_STRINGS_H
  1594. | # include <strings.h>
  1595. | #endif
  1596. | #ifdef HAVE_INTTYPES_H
  1597. | # include <inttypes.h>
  1598. | #endif
  1599. | #ifdef HAVE_STDINT_H
  1600. | # include <stdint.h>
  1601. | #endif
  1602. | #ifdef HAVE_UNISTD_H
  1603. | # include <unistd.h>
  1604. | #endif
  1605. | #include <mach/mach_time.h>
  1606. configure:8478: result: no
  1607. configure:8478: checking mach/mach_time.h presence
  1608. configure:8478: gcc -E conftest.c
  1609. conftest.c:70:28: fatal error: mach/mach_time.h: No such file or directory
  1610. compilation terminated.
  1611. configure:8478: $? = 1
  1612. configure: failed program was:
  1613. | /* confdefs.h */
  1614. | #define PACKAGE_NAME "MiniDLNA"
  1615. | #define PACKAGE_TARNAME "minidlna"
  1616. | #define PACKAGE_VERSION "1.1.0"
  1617. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1618. | #define PACKAGE_BUGREPORT ""
  1619. | #define PACKAGE_URL ""
  1620. | #define PACKAGE "minidlna"
  1621. | #define VERSION "1.1.0"
  1622. | #define STDC_HEADERS 1
  1623. | #define HAVE_SYS_TYPES_H 1
  1624. | #define HAVE_SYS_STAT_H 1
  1625. | #define HAVE_STDLIB_H 1
  1626. | #define HAVE_STRING_H 1
  1627. | #define HAVE_MEMORY_H 1
  1628. | #define HAVE_STRINGS_H 1
  1629. | #define HAVE_INTTYPES_H 1
  1630. | #define HAVE_STDINT_H 1
  1631. | #define HAVE_UNISTD_H 1
  1632. | #define __EXTENSIONS__ 1
  1633. | #define _ALL_SOURCE 1
  1634. | #define _GNU_SOURCE 1
  1635. | #define _POSIX_PTHREAD_SEMANTICS 1
  1636. | #define _TANDEM_SOURCE 1
  1637. | #define HAVE_ICONV 1
  1638. | #define ICONV_CONST
  1639. | #define ENABLE_NLS 1
  1640. | #define HAVE_GETTEXT 1
  1641. | #define HAVE_DCGETTEXT 1
  1642. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1643. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1644. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1645. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1646. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1647. | #define ROOTDEV_MODELURL OS_URL
  1648. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1649. | #define HAVE_ST_BLOCKS 1
  1650. | #define HAVE__BOOL 1
  1651. | #define HAVE_STDBOOL_H 1
  1652. | #define HAVE_FORK 1
  1653. | #define HAVE_VFORK 1
  1654. | #define HAVE_WORKING_VFORK 1
  1655. | #define HAVE_WORKING_FORK 1
  1656. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1657. | #define HAVE_GETHOSTNAME 1
  1658. | #define HAVE_GETIFADDRS 1
  1659. | #define HAVE_GETTIMEOFDAY 1
  1660. | #define HAVE_INET_NTOA 1
  1661. | #define HAVE_MEMMOVE 1
  1662. | #define HAVE_MEMSET 1
  1663. | #define HAVE_MKDIR 1
  1664. | #define HAVE_REALPATH 1
  1665. | #define HAVE_SELECT 1
  1666. | #define HAVE_SENDFILE 1
  1667. | #define HAVE_SETLOCALE 1
  1668. | #define HAVE_SOCKET 1
  1669. | #define HAVE_STRCASECMP 1
  1670. | #define HAVE_STRCHR 1
  1671. | #define HAVE_STRDUP 1
  1672. | #define HAVE_STRERROR 1
  1673. | #define HAVE_STRNCASECMP 1
  1674. | #define HAVE_STRPBRK 1
  1675. | #define HAVE_STRRCHR 1
  1676. | #define HAVE_STRSTR 1
  1677. | #define HAVE_STRTOL 1
  1678. | #define HAVE_STRTOUL 1
  1679. | #define HAVE_SYSCALL_H 1
  1680. | #define HAVE_SYS_SYSCALL_H 1
  1681. | /* end confdefs.h. */
  1682. | #include <mach/mach_time.h>
  1683. configure:8478: result: no
  1684. configure:8478: checking for mach/mach_time.h
  1685. configure:8478: result: no
  1686. configure:8488: checking for __NR_clock_gettime syscall
  1687. configure:8508: gcc -c -g -O2 conftest.c >&5
  1688. configure:8508: $? = 0
  1689. configure:8510: result: yes
  1690. configure:8593: checking libavutil/avutil.h usability
  1691. configure:8593: gcc -c -g -O2 conftest.c >&5
  1692. configure:8593: $? = 0
  1693. configure:8593: result: yes
  1694. configure:8593: checking libavutil/avutil.h presence
  1695. configure:8593: gcc -E conftest.c
  1696. configure:8593: $? = 0
  1697. configure:8593: result: yes
  1698. configure:8593: checking for libavutil/avutil.h
  1699. configure:8593: result: yes
  1700. configure:8593: checking ffmpeg/libavutil/avutil.h usability
  1701. configure:8593: gcc -c -g -O2 conftest.c >&5
  1702. conftest.c:105:37: fatal error: ffmpeg/libavutil/avutil.h: No such file or directory
  1703. compilation terminated.
  1704. configure:8593: $? = 1
  1705. configure: failed program was:
  1706. | /* confdefs.h */
  1707. | #define PACKAGE_NAME "MiniDLNA"
  1708. | #define PACKAGE_TARNAME "minidlna"
  1709. | #define PACKAGE_VERSION "1.1.0"
  1710. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1711. | #define PACKAGE_BUGREPORT ""
  1712. | #define PACKAGE_URL ""
  1713. | #define PACKAGE "minidlna"
  1714. | #define VERSION "1.1.0"
  1715. | #define STDC_HEADERS 1
  1716. | #define HAVE_SYS_TYPES_H 1
  1717. | #define HAVE_SYS_STAT_H 1
  1718. | #define HAVE_STDLIB_H 1
  1719. | #define HAVE_STRING_H 1
  1720. | #define HAVE_MEMORY_H 1
  1721. | #define HAVE_STRINGS_H 1
  1722. | #define HAVE_INTTYPES_H 1
  1723. | #define HAVE_STDINT_H 1
  1724. | #define HAVE_UNISTD_H 1
  1725. | #define __EXTENSIONS__ 1
  1726. | #define _ALL_SOURCE 1
  1727. | #define _GNU_SOURCE 1
  1728. | #define _POSIX_PTHREAD_SEMANTICS 1
  1729. | #define _TANDEM_SOURCE 1
  1730. | #define HAVE_ICONV 1
  1731. | #define ICONV_CONST
  1732. | #define ENABLE_NLS 1
  1733. | #define HAVE_GETTEXT 1
  1734. | #define HAVE_DCGETTEXT 1
  1735. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1736. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1737. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1738. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1739. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1740. | #define ROOTDEV_MODELURL OS_URL
  1741. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1742. | #define HAVE_ST_BLOCKS 1
  1743. | #define HAVE__BOOL 1
  1744. | #define HAVE_STDBOOL_H 1
  1745. | #define HAVE_FORK 1
  1746. | #define HAVE_VFORK 1
  1747. | #define HAVE_WORKING_VFORK 1
  1748. | #define HAVE_WORKING_FORK 1
  1749. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1750. | #define HAVE_GETHOSTNAME 1
  1751. | #define HAVE_GETIFADDRS 1
  1752. | #define HAVE_GETTIMEOFDAY 1
  1753. | #define HAVE_INET_NTOA 1
  1754. | #define HAVE_MEMMOVE 1
  1755. | #define HAVE_MEMSET 1
  1756. | #define HAVE_MKDIR 1
  1757. | #define HAVE_REALPATH 1
  1758. | #define HAVE_SELECT 1
  1759. | #define HAVE_SENDFILE 1
  1760. | #define HAVE_SETLOCALE 1
  1761. | #define HAVE_SOCKET 1
  1762. | #define HAVE_STRCASECMP 1
  1763. | #define HAVE_STRCHR 1
  1764. | #define HAVE_STRDUP 1
  1765. | #define HAVE_STRERROR 1
  1766. | #define HAVE_STRNCASECMP 1
  1767. | #define HAVE_STRPBRK 1
  1768. | #define HAVE_STRRCHR 1
  1769. | #define HAVE_STRSTR 1
  1770. | #define HAVE_STRTOL 1
  1771. | #define HAVE_STRTOUL 1
  1772. | #define HAVE_SYSCALL_H 1
  1773. | #define HAVE_SYS_SYSCALL_H 1
  1774. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  1775. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  1776. | /* end confdefs.h. */
  1777. | #include <stdio.h>
  1778. | #ifdef HAVE_SYS_TYPES_H
  1779. | # include <sys/types.h>
  1780. | #endif
  1781. | #ifdef HAVE_SYS_STAT_H
  1782. | # include <sys/stat.h>
  1783. | #endif
  1784. | #ifdef STDC_HEADERS
  1785. | # include <stdlib.h>
  1786. | # include <stddef.h>
  1787. | #else
  1788. | # ifdef HAVE_STDLIB_H
  1789. | # include <stdlib.h>
  1790. | # endif
  1791. | #endif
  1792. | #ifdef HAVE_STRING_H
  1793. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1794. | # include <memory.h>
  1795. | # endif
  1796. | # include <string.h>
  1797. | #endif
  1798. | #ifdef HAVE_STRINGS_H
  1799. | # include <strings.h>
  1800. | #endif
  1801. | #ifdef HAVE_INTTYPES_H
  1802. | # include <inttypes.h>
  1803. | #endif
  1804. | #ifdef HAVE_STDINT_H
  1805. | # include <stdint.h>
  1806. | #endif
  1807. | #ifdef HAVE_UNISTD_H
  1808. | # include <unistd.h>
  1809. | #endif
  1810. | #include <ffmpeg/libavutil/avutil.h>
  1811. configure:8593: result: no
  1812. configure:8593: checking ffmpeg/libavutil/avutil.h presence
  1813. configure:8593: gcc -E conftest.c
  1814. conftest.c:72:37: fatal error: ffmpeg/libavutil/avutil.h: No such file or directory
  1815. compilation terminated.
  1816. configure:8593: $? = 1
  1817. configure: failed program was:
  1818. | /* confdefs.h */
  1819. | #define PACKAGE_NAME "MiniDLNA"
  1820. | #define PACKAGE_TARNAME "minidlna"
  1821. | #define PACKAGE_VERSION "1.1.0"
  1822. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1823. | #define PACKAGE_BUGREPORT ""
  1824. | #define PACKAGE_URL ""
  1825. | #define PACKAGE "minidlna"
  1826. | #define VERSION "1.1.0"
  1827. | #define STDC_HEADERS 1
  1828. | #define HAVE_SYS_TYPES_H 1
  1829. | #define HAVE_SYS_STAT_H 1
  1830. | #define HAVE_STDLIB_H 1
  1831. | #define HAVE_STRING_H 1
  1832. | #define HAVE_MEMORY_H 1
  1833. | #define HAVE_STRINGS_H 1
  1834. | #define HAVE_INTTYPES_H 1
  1835. | #define HAVE_STDINT_H 1
  1836. | #define HAVE_UNISTD_H 1
  1837. | #define __EXTENSIONS__ 1
  1838. | #define _ALL_SOURCE 1
  1839. | #define _GNU_SOURCE 1
  1840. | #define _POSIX_PTHREAD_SEMANTICS 1
  1841. | #define _TANDEM_SOURCE 1
  1842. | #define HAVE_ICONV 1
  1843. | #define ICONV_CONST
  1844. | #define ENABLE_NLS 1
  1845. | #define HAVE_GETTEXT 1
  1846. | #define HAVE_DCGETTEXT 1
  1847. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1848. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1849. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1850. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1851. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1852. | #define ROOTDEV_MODELURL OS_URL
  1853. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1854. | #define HAVE_ST_BLOCKS 1
  1855. | #define HAVE__BOOL 1
  1856. | #define HAVE_STDBOOL_H 1
  1857. | #define HAVE_FORK 1
  1858. | #define HAVE_VFORK 1
  1859. | #define HAVE_WORKING_VFORK 1
  1860. | #define HAVE_WORKING_FORK 1
  1861. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1862. | #define HAVE_GETHOSTNAME 1
  1863. | #define HAVE_GETIFADDRS 1
  1864. | #define HAVE_GETTIMEOFDAY 1
  1865. | #define HAVE_INET_NTOA 1
  1866. | #define HAVE_MEMMOVE 1
  1867. | #define HAVE_MEMSET 1
  1868. | #define HAVE_MKDIR 1
  1869. | #define HAVE_REALPATH 1
  1870. | #define HAVE_SELECT 1
  1871. | #define HAVE_SENDFILE 1
  1872. | #define HAVE_SETLOCALE 1
  1873. | #define HAVE_SOCKET 1
  1874. | #define HAVE_STRCASECMP 1
  1875. | #define HAVE_STRCHR 1
  1876. | #define HAVE_STRDUP 1
  1877. | #define HAVE_STRERROR 1
  1878. | #define HAVE_STRNCASECMP 1
  1879. | #define HAVE_STRPBRK 1
  1880. | #define HAVE_STRRCHR 1
  1881. | #define HAVE_STRSTR 1
  1882. | #define HAVE_STRTOL 1
  1883. | #define HAVE_STRTOUL 1
  1884. | #define HAVE_SYSCALL_H 1
  1885. | #define HAVE_SYS_SYSCALL_H 1
  1886. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  1887. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  1888. | /* end confdefs.h. */
  1889. | #include <ffmpeg/libavutil/avutil.h>
  1890. configure:8593: result: no
  1891. configure:8593: checking for ffmpeg/libavutil/avutil.h
  1892. configure:8593: result: no
  1893. configure:8593: checking libav/libavutil/avutil.h usability
  1894. configure:8593: gcc -c -g -O2 conftest.c >&5
  1895. conftest.c:105:36: fatal error: libav/libavutil/avutil.h: No such file or directory
  1896. compilation terminated.
  1897. configure:8593: $? = 1
  1898. configure: failed program was:
  1899. | /* confdefs.h */
  1900. | #define PACKAGE_NAME "MiniDLNA"
  1901. | #define PACKAGE_TARNAME "minidlna"
  1902. | #define PACKAGE_VERSION "1.1.0"
  1903. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  1904. | #define PACKAGE_BUGREPORT ""
  1905. | #define PACKAGE_URL ""
  1906. | #define PACKAGE "minidlna"
  1907. | #define VERSION "1.1.0"
  1908. | #define STDC_HEADERS 1
  1909. | #define HAVE_SYS_TYPES_H 1
  1910. | #define HAVE_SYS_STAT_H 1
  1911. | #define HAVE_STDLIB_H 1
  1912. | #define HAVE_STRING_H 1
  1913. | #define HAVE_MEMORY_H 1
  1914. | #define HAVE_STRINGS_H 1
  1915. | #define HAVE_INTTYPES_H 1
  1916. | #define HAVE_STDINT_H 1
  1917. | #define HAVE_UNISTD_H 1
  1918. | #define __EXTENSIONS__ 1
  1919. | #define _ALL_SOURCE 1
  1920. | #define _GNU_SOURCE 1
  1921. | #define _POSIX_PTHREAD_SEMANTICS 1
  1922. | #define _TANDEM_SOURCE 1
  1923. | #define HAVE_ICONV 1
  1924. | #define ICONV_CONST
  1925. | #define ENABLE_NLS 1
  1926. | #define HAVE_GETTEXT 1
  1927. | #define HAVE_DCGETTEXT 1
  1928. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  1929. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  1930. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  1931. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  1932. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  1933. | #define ROOTDEV_MODELURL OS_URL
  1934. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  1935. | #define HAVE_ST_BLOCKS 1
  1936. | #define HAVE__BOOL 1
  1937. | #define HAVE_STDBOOL_H 1
  1938. | #define HAVE_FORK 1
  1939. | #define HAVE_VFORK 1
  1940. | #define HAVE_WORKING_VFORK 1
  1941. | #define HAVE_WORKING_FORK 1
  1942. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  1943. | #define HAVE_GETHOSTNAME 1
  1944. | #define HAVE_GETIFADDRS 1
  1945. | #define HAVE_GETTIMEOFDAY 1
  1946. | #define HAVE_INET_NTOA 1
  1947. | #define HAVE_MEMMOVE 1
  1948. | #define HAVE_MEMSET 1
  1949. | #define HAVE_MKDIR 1
  1950. | #define HAVE_REALPATH 1
  1951. | #define HAVE_SELECT 1
  1952. | #define HAVE_SENDFILE 1
  1953. | #define HAVE_SETLOCALE 1
  1954. | #define HAVE_SOCKET 1
  1955. | #define HAVE_STRCASECMP 1
  1956. | #define HAVE_STRCHR 1
  1957. | #define HAVE_STRDUP 1
  1958. | #define HAVE_STRERROR 1
  1959. | #define HAVE_STRNCASECMP 1
  1960. | #define HAVE_STRPBRK 1
  1961. | #define HAVE_STRRCHR 1
  1962. | #define HAVE_STRSTR 1
  1963. | #define HAVE_STRTOL 1
  1964. | #define HAVE_STRTOUL 1
  1965. | #define HAVE_SYSCALL_H 1
  1966. | #define HAVE_SYS_SYSCALL_H 1
  1967. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  1968. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  1969. | /* end confdefs.h. */
  1970. | #include <stdio.h>
  1971. | #ifdef HAVE_SYS_TYPES_H
  1972. | # include <sys/types.h>
  1973. | #endif
  1974. | #ifdef HAVE_SYS_STAT_H
  1975. | # include <sys/stat.h>
  1976. | #endif
  1977. | #ifdef STDC_HEADERS
  1978. | # include <stdlib.h>
  1979. | # include <stddef.h>
  1980. | #else
  1981. | # ifdef HAVE_STDLIB_H
  1982. | # include <stdlib.h>
  1983. | # endif
  1984. | #endif
  1985. | #ifdef HAVE_STRING_H
  1986. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1987. | # include <memory.h>
  1988. | # endif
  1989. | # include <string.h>
  1990. | #endif
  1991. | #ifdef HAVE_STRINGS_H
  1992. | # include <strings.h>
  1993. | #endif
  1994. | #ifdef HAVE_INTTYPES_H
  1995. | # include <inttypes.h>
  1996. | #endif
  1997. | #ifdef HAVE_STDINT_H
  1998. | # include <stdint.h>
  1999. | #endif
  2000. | #ifdef HAVE_UNISTD_H
  2001. | # include <unistd.h>
  2002. | #endif
  2003. | #include <libav/libavutil/avutil.h>
  2004. configure:8593: result: no
  2005. configure:8593: checking libav/libavutil/avutil.h presence
  2006. configure:8593: gcc -E conftest.c
  2007. conftest.c:72:36: fatal error: libav/libavutil/avutil.h: No such file or directory
  2008. compilation terminated.
  2009. configure:8593: $? = 1
  2010. configure: failed program was:
  2011. | /* confdefs.h */
  2012. | #define PACKAGE_NAME "MiniDLNA"
  2013. | #define PACKAGE_TARNAME "minidlna"
  2014. | #define PACKAGE_VERSION "1.1.0"
  2015. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2016. | #define PACKAGE_BUGREPORT ""
  2017. | #define PACKAGE_URL ""
  2018. | #define PACKAGE "minidlna"
  2019. | #define VERSION "1.1.0"
  2020. | #define STDC_HEADERS 1
  2021. | #define HAVE_SYS_TYPES_H 1
  2022. | #define HAVE_SYS_STAT_H 1
  2023. | #define HAVE_STDLIB_H 1
  2024. | #define HAVE_STRING_H 1
  2025. | #define HAVE_MEMORY_H 1
  2026. | #define HAVE_STRINGS_H 1
  2027. | #define HAVE_INTTYPES_H 1
  2028. | #define HAVE_STDINT_H 1
  2029. | #define HAVE_UNISTD_H 1
  2030. | #define __EXTENSIONS__ 1
  2031. | #define _ALL_SOURCE 1
  2032. | #define _GNU_SOURCE 1
  2033. | #define _POSIX_PTHREAD_SEMANTICS 1
  2034. | #define _TANDEM_SOURCE 1
  2035. | #define HAVE_ICONV 1
  2036. | #define ICONV_CONST
  2037. | #define ENABLE_NLS 1
  2038. | #define HAVE_GETTEXT 1
  2039. | #define HAVE_DCGETTEXT 1
  2040. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2041. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2042. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2043. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2044. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2045. | #define ROOTDEV_MODELURL OS_URL
  2046. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2047. | #define HAVE_ST_BLOCKS 1
  2048. | #define HAVE__BOOL 1
  2049. | #define HAVE_STDBOOL_H 1
  2050. | #define HAVE_FORK 1
  2051. | #define HAVE_VFORK 1
  2052. | #define HAVE_WORKING_VFORK 1
  2053. | #define HAVE_WORKING_FORK 1
  2054. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2055. | #define HAVE_GETHOSTNAME 1
  2056. | #define HAVE_GETIFADDRS 1
  2057. | #define HAVE_GETTIMEOFDAY 1
  2058. | #define HAVE_INET_NTOA 1
  2059. | #define HAVE_MEMMOVE 1
  2060. | #define HAVE_MEMSET 1
  2061. | #define HAVE_MKDIR 1
  2062. | #define HAVE_REALPATH 1
  2063. | #define HAVE_SELECT 1
  2064. | #define HAVE_SENDFILE 1
  2065. | #define HAVE_SETLOCALE 1
  2066. | #define HAVE_SOCKET 1
  2067. | #define HAVE_STRCASECMP 1
  2068. | #define HAVE_STRCHR 1
  2069. | #define HAVE_STRDUP 1
  2070. | #define HAVE_STRERROR 1
  2071. | #define HAVE_STRNCASECMP 1
  2072. | #define HAVE_STRPBRK 1
  2073. | #define HAVE_STRRCHR 1
  2074. | #define HAVE_STRSTR 1
  2075. | #define HAVE_STRTOL 1
  2076. | #define HAVE_STRTOUL 1
  2077. | #define HAVE_SYSCALL_H 1
  2078. | #define HAVE_SYS_SYSCALL_H 1
  2079. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2080. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2081. | /* end confdefs.h. */
  2082. | #include <libav/libavutil/avutil.h>
  2083. configure:8593: result: no
  2084. configure:8593: checking for libav/libavutil/avutil.h
  2085. configure:8593: result: no
  2086. configure:8593: checking avutil.h usability
  2087. configure:8593: gcc -c -g -O2 conftest.c >&5
  2088. conftest.c:105:20: fatal error: avutil.h: No such file or directory
  2089. compilation terminated.
  2090. configure:8593: $? = 1
  2091. configure: failed program was:
  2092. | /* confdefs.h */
  2093. | #define PACKAGE_NAME "MiniDLNA"
  2094. | #define PACKAGE_TARNAME "minidlna"
  2095. | #define PACKAGE_VERSION "1.1.0"
  2096. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2097. | #define PACKAGE_BUGREPORT ""
  2098. | #define PACKAGE_URL ""
  2099. | #define PACKAGE "minidlna"
  2100. | #define VERSION "1.1.0"
  2101. | #define STDC_HEADERS 1
  2102. | #define HAVE_SYS_TYPES_H 1
  2103. | #define HAVE_SYS_STAT_H 1
  2104. | #define HAVE_STDLIB_H 1
  2105. | #define HAVE_STRING_H 1
  2106. | #define HAVE_MEMORY_H 1
  2107. | #define HAVE_STRINGS_H 1
  2108. | #define HAVE_INTTYPES_H 1
  2109. | #define HAVE_STDINT_H 1
  2110. | #define HAVE_UNISTD_H 1
  2111. | #define __EXTENSIONS__ 1
  2112. | #define _ALL_SOURCE 1
  2113. | #define _GNU_SOURCE 1
  2114. | #define _POSIX_PTHREAD_SEMANTICS 1
  2115. | #define _TANDEM_SOURCE 1
  2116. | #define HAVE_ICONV 1
  2117. | #define ICONV_CONST
  2118. | #define ENABLE_NLS 1
  2119. | #define HAVE_GETTEXT 1
  2120. | #define HAVE_DCGETTEXT 1
  2121. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2122. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2123. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2124. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2125. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2126. | #define ROOTDEV_MODELURL OS_URL
  2127. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2128. | #define HAVE_ST_BLOCKS 1
  2129. | #define HAVE__BOOL 1
  2130. | #define HAVE_STDBOOL_H 1
  2131. | #define HAVE_FORK 1
  2132. | #define HAVE_VFORK 1
  2133. | #define HAVE_WORKING_VFORK 1
  2134. | #define HAVE_WORKING_FORK 1
  2135. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2136. | #define HAVE_GETHOSTNAME 1
  2137. | #define HAVE_GETIFADDRS 1
  2138. | #define HAVE_GETTIMEOFDAY 1
  2139. | #define HAVE_INET_NTOA 1
  2140. | #define HAVE_MEMMOVE 1
  2141. | #define HAVE_MEMSET 1
  2142. | #define HAVE_MKDIR 1
  2143. | #define HAVE_REALPATH 1
  2144. | #define HAVE_SELECT 1
  2145. | #define HAVE_SENDFILE 1
  2146. | #define HAVE_SETLOCALE 1
  2147. | #define HAVE_SOCKET 1
  2148. | #define HAVE_STRCASECMP 1
  2149. | #define HAVE_STRCHR 1
  2150. | #define HAVE_STRDUP 1
  2151. | #define HAVE_STRERROR 1
  2152. | #define HAVE_STRNCASECMP 1
  2153. | #define HAVE_STRPBRK 1
  2154. | #define HAVE_STRRCHR 1
  2155. | #define HAVE_STRSTR 1
  2156. | #define HAVE_STRTOL 1
  2157. | #define HAVE_STRTOUL 1
  2158. | #define HAVE_SYSCALL_H 1
  2159. | #define HAVE_SYS_SYSCALL_H 1
  2160. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2161. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2162. | /* end confdefs.h. */
  2163. | #include <stdio.h>
  2164. | #ifdef HAVE_SYS_TYPES_H
  2165. | # include <sys/types.h>
  2166. | #endif
  2167. | #ifdef HAVE_SYS_STAT_H
  2168. | # include <sys/stat.h>
  2169. | #endif
  2170. | #ifdef STDC_HEADERS
  2171. | # include <stdlib.h>
  2172. | # include <stddef.h>
  2173. | #else
  2174. | # ifdef HAVE_STDLIB_H
  2175. | # include <stdlib.h>
  2176. | # endif
  2177. | #endif
  2178. | #ifdef HAVE_STRING_H
  2179. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2180. | # include <memory.h>
  2181. | # endif
  2182. | # include <string.h>
  2183. | #endif
  2184. | #ifdef HAVE_STRINGS_H
  2185. | # include <strings.h>
  2186. | #endif
  2187. | #ifdef HAVE_INTTYPES_H
  2188. | # include <inttypes.h>
  2189. | #endif
  2190. | #ifdef HAVE_STDINT_H
  2191. | # include <stdint.h>
  2192. | #endif
  2193. | #ifdef HAVE_UNISTD_H
  2194. | # include <unistd.h>
  2195. | #endif
  2196. | #include <avutil.h>
  2197. configure:8593: result: no
  2198. configure:8593: checking avutil.h presence
  2199. configure:8593: gcc -E conftest.c
  2200. conftest.c:72:20: fatal error: avutil.h: No such file or directory
  2201. compilation terminated.
  2202. configure:8593: $? = 1
  2203. configure: failed program was:
  2204. | /* confdefs.h */
  2205. | #define PACKAGE_NAME "MiniDLNA"
  2206. | #define PACKAGE_TARNAME "minidlna"
  2207. | #define PACKAGE_VERSION "1.1.0"
  2208. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2209. | #define PACKAGE_BUGREPORT ""
  2210. | #define PACKAGE_URL ""
  2211. | #define PACKAGE "minidlna"
  2212. | #define VERSION "1.1.0"
  2213. | #define STDC_HEADERS 1
  2214. | #define HAVE_SYS_TYPES_H 1
  2215. | #define HAVE_SYS_STAT_H 1
  2216. | #define HAVE_STDLIB_H 1
  2217. | #define HAVE_STRING_H 1
  2218. | #define HAVE_MEMORY_H 1
  2219. | #define HAVE_STRINGS_H 1
  2220. | #define HAVE_INTTYPES_H 1
  2221. | #define HAVE_STDINT_H 1
  2222. | #define HAVE_UNISTD_H 1
  2223. | #define __EXTENSIONS__ 1
  2224. | #define _ALL_SOURCE 1
  2225. | #define _GNU_SOURCE 1
  2226. | #define _POSIX_PTHREAD_SEMANTICS 1
  2227. | #define _TANDEM_SOURCE 1
  2228. | #define HAVE_ICONV 1
  2229. | #define ICONV_CONST
  2230. | #define ENABLE_NLS 1
  2231. | #define HAVE_GETTEXT 1
  2232. | #define HAVE_DCGETTEXT 1
  2233. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2234. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2235. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2236. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2237. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2238. | #define ROOTDEV_MODELURL OS_URL
  2239. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2240. | #define HAVE_ST_BLOCKS 1
  2241. | #define HAVE__BOOL 1
  2242. | #define HAVE_STDBOOL_H 1
  2243. | #define HAVE_FORK 1
  2244. | #define HAVE_VFORK 1
  2245. | #define HAVE_WORKING_VFORK 1
  2246. | #define HAVE_WORKING_FORK 1
  2247. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2248. | #define HAVE_GETHOSTNAME 1
  2249. | #define HAVE_GETIFADDRS 1
  2250. | #define HAVE_GETTIMEOFDAY 1
  2251. | #define HAVE_INET_NTOA 1
  2252. | #define HAVE_MEMMOVE 1
  2253. | #define HAVE_MEMSET 1
  2254. | #define HAVE_MKDIR 1
  2255. | #define HAVE_REALPATH 1
  2256. | #define HAVE_SELECT 1
  2257. | #define HAVE_SENDFILE 1
  2258. | #define HAVE_SETLOCALE 1
  2259. | #define HAVE_SOCKET 1
  2260. | #define HAVE_STRCASECMP 1
  2261. | #define HAVE_STRCHR 1
  2262. | #define HAVE_STRDUP 1
  2263. | #define HAVE_STRERROR 1
  2264. | #define HAVE_STRNCASECMP 1
  2265. | #define HAVE_STRPBRK 1
  2266. | #define HAVE_STRRCHR 1
  2267. | #define HAVE_STRSTR 1
  2268. | #define HAVE_STRTOL 1
  2269. | #define HAVE_STRTOUL 1
  2270. | #define HAVE_SYSCALL_H 1
  2271. | #define HAVE_SYS_SYSCALL_H 1
  2272. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2273. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2274. | /* end confdefs.h. */
  2275. | #include <avutil.h>
  2276. configure:8593: result: no
  2277. configure:8593: checking for avutil.h
  2278. configure:8593: result: no
  2279. configure:8593: checking ffmpeg/avutil.h usability
  2280. configure:8593: gcc -c -g -O2 conftest.c >&5
  2281. conftest.c:105:27: fatal error: ffmpeg/avutil.h: No such file or directory
  2282. compilation terminated.
  2283. configure:8593: $? = 1
  2284. configure: failed program was:
  2285. | /* confdefs.h */
  2286. | #define PACKAGE_NAME "MiniDLNA"
  2287. | #define PACKAGE_TARNAME "minidlna"
  2288. | #define PACKAGE_VERSION "1.1.0"
  2289. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2290. | #define PACKAGE_BUGREPORT ""
  2291. | #define PACKAGE_URL ""
  2292. | #define PACKAGE "minidlna"
  2293. | #define VERSION "1.1.0"
  2294. | #define STDC_HEADERS 1
  2295. | #define HAVE_SYS_TYPES_H 1
  2296. | #define HAVE_SYS_STAT_H 1
  2297. | #define HAVE_STDLIB_H 1
  2298. | #define HAVE_STRING_H 1
  2299. | #define HAVE_MEMORY_H 1
  2300. | #define HAVE_STRINGS_H 1
  2301. | #define HAVE_INTTYPES_H 1
  2302. | #define HAVE_STDINT_H 1
  2303. | #define HAVE_UNISTD_H 1
  2304. | #define __EXTENSIONS__ 1
  2305. | #define _ALL_SOURCE 1
  2306. | #define _GNU_SOURCE 1
  2307. | #define _POSIX_PTHREAD_SEMANTICS 1
  2308. | #define _TANDEM_SOURCE 1
  2309. | #define HAVE_ICONV 1
  2310. | #define ICONV_CONST
  2311. | #define ENABLE_NLS 1
  2312. | #define HAVE_GETTEXT 1
  2313. | #define HAVE_DCGETTEXT 1
  2314. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2315. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2316. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2317. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2318. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2319. | #define ROOTDEV_MODELURL OS_URL
  2320. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2321. | #define HAVE_ST_BLOCKS 1
  2322. | #define HAVE__BOOL 1
  2323. | #define HAVE_STDBOOL_H 1
  2324. | #define HAVE_FORK 1
  2325. | #define HAVE_VFORK 1
  2326. | #define HAVE_WORKING_VFORK 1
  2327. | #define HAVE_WORKING_FORK 1
  2328. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2329. | #define HAVE_GETHOSTNAME 1
  2330. | #define HAVE_GETIFADDRS 1
  2331. | #define HAVE_GETTIMEOFDAY 1
  2332. | #define HAVE_INET_NTOA 1
  2333. | #define HAVE_MEMMOVE 1
  2334. | #define HAVE_MEMSET 1
  2335. | #define HAVE_MKDIR 1
  2336. | #define HAVE_REALPATH 1
  2337. | #define HAVE_SELECT 1
  2338. | #define HAVE_SENDFILE 1
  2339. | #define HAVE_SETLOCALE 1
  2340. | #define HAVE_SOCKET 1
  2341. | #define HAVE_STRCASECMP 1
  2342. | #define HAVE_STRCHR 1
  2343. | #define HAVE_STRDUP 1
  2344. | #define HAVE_STRERROR 1
  2345. | #define HAVE_STRNCASECMP 1
  2346. | #define HAVE_STRPBRK 1
  2347. | #define HAVE_STRRCHR 1
  2348. | #define HAVE_STRSTR 1
  2349. | #define HAVE_STRTOL 1
  2350. | #define HAVE_STRTOUL 1
  2351. | #define HAVE_SYSCALL_H 1
  2352. | #define HAVE_SYS_SYSCALL_H 1
  2353. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2354. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2355. | /* end confdefs.h. */
  2356. | #include <stdio.h>
  2357. | #ifdef HAVE_SYS_TYPES_H
  2358. | # include <sys/types.h>
  2359. | #endif
  2360. | #ifdef HAVE_SYS_STAT_H
  2361. | # include <sys/stat.h>
  2362. | #endif
  2363. | #ifdef STDC_HEADERS
  2364. | # include <stdlib.h>
  2365. | # include <stddef.h>
  2366. | #else
  2367. | # ifdef HAVE_STDLIB_H
  2368. | # include <stdlib.h>
  2369. | # endif
  2370. | #endif
  2371. | #ifdef HAVE_STRING_H
  2372. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2373. | # include <memory.h>
  2374. | # endif
  2375. | # include <string.h>
  2376. | #endif
  2377. | #ifdef HAVE_STRINGS_H
  2378. | # include <strings.h>
  2379. | #endif
  2380. | #ifdef HAVE_INTTYPES_H
  2381. | # include <inttypes.h>
  2382. | #endif
  2383. | #ifdef HAVE_STDINT_H
  2384. | # include <stdint.h>
  2385. | #endif
  2386. | #ifdef HAVE_UNISTD_H
  2387. | # include <unistd.h>
  2388. | #endif
  2389. | #include <ffmpeg/avutil.h>
  2390. configure:8593: result: no
  2391. configure:8593: checking ffmpeg/avutil.h presence
  2392. configure:8593: gcc -E conftest.c
  2393. conftest.c:72:27: fatal error: ffmpeg/avutil.h: No such file or directory
  2394. compilation terminated.
  2395. configure:8593: $? = 1
  2396. configure: failed program was:
  2397. | /* confdefs.h */
  2398. | #define PACKAGE_NAME "MiniDLNA"
  2399. | #define PACKAGE_TARNAME "minidlna"
  2400. | #define PACKAGE_VERSION "1.1.0"
  2401. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2402. | #define PACKAGE_BUGREPORT ""
  2403. | #define PACKAGE_URL ""
  2404. | #define PACKAGE "minidlna"
  2405. | #define VERSION "1.1.0"
  2406. | #define STDC_HEADERS 1
  2407. | #define HAVE_SYS_TYPES_H 1
  2408. | #define HAVE_SYS_STAT_H 1
  2409. | #define HAVE_STDLIB_H 1
  2410. | #define HAVE_STRING_H 1
  2411. | #define HAVE_MEMORY_H 1
  2412. | #define HAVE_STRINGS_H 1
  2413. | #define HAVE_INTTYPES_H 1
  2414. | #define HAVE_STDINT_H 1
  2415. | #define HAVE_UNISTD_H 1
  2416. | #define __EXTENSIONS__ 1
  2417. | #define _ALL_SOURCE 1
  2418. | #define _GNU_SOURCE 1
  2419. | #define _POSIX_PTHREAD_SEMANTICS 1
  2420. | #define _TANDEM_SOURCE 1
  2421. | #define HAVE_ICONV 1
  2422. | #define ICONV_CONST
  2423. | #define ENABLE_NLS 1
  2424. | #define HAVE_GETTEXT 1
  2425. | #define HAVE_DCGETTEXT 1
  2426. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2427. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2428. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2429. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2430. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2431. | #define ROOTDEV_MODELURL OS_URL
  2432. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2433. | #define HAVE_ST_BLOCKS 1
  2434. | #define HAVE__BOOL 1
  2435. | #define HAVE_STDBOOL_H 1
  2436. | #define HAVE_FORK 1
  2437. | #define HAVE_VFORK 1
  2438. | #define HAVE_WORKING_VFORK 1
  2439. | #define HAVE_WORKING_FORK 1
  2440. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2441. | #define HAVE_GETHOSTNAME 1
  2442. | #define HAVE_GETIFADDRS 1
  2443. | #define HAVE_GETTIMEOFDAY 1
  2444. | #define HAVE_INET_NTOA 1
  2445. | #define HAVE_MEMMOVE 1
  2446. | #define HAVE_MEMSET 1
  2447. | #define HAVE_MKDIR 1
  2448. | #define HAVE_REALPATH 1
  2449. | #define HAVE_SELECT 1
  2450. | #define HAVE_SENDFILE 1
  2451. | #define HAVE_SETLOCALE 1
  2452. | #define HAVE_SOCKET 1
  2453. | #define HAVE_STRCASECMP 1
  2454. | #define HAVE_STRCHR 1
  2455. | #define HAVE_STRDUP 1
  2456. | #define HAVE_STRERROR 1
  2457. | #define HAVE_STRNCASECMP 1
  2458. | #define HAVE_STRPBRK 1
  2459. | #define HAVE_STRRCHR 1
  2460. | #define HAVE_STRSTR 1
  2461. | #define HAVE_STRTOL 1
  2462. | #define HAVE_STRTOUL 1
  2463. | #define HAVE_SYSCALL_H 1
  2464. | #define HAVE_SYS_SYSCALL_H 1
  2465. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2466. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2467. | /* end confdefs.h. */
  2468. | #include <ffmpeg/avutil.h>
  2469. configure:8593: result: no
  2470. configure:8593: checking for ffmpeg/avutil.h
  2471. configure:8593: result: no
  2472. configure:8593: checking libav/avutil.h usability
  2473. configure:8593: gcc -c -g -O2 conftest.c >&5
  2474. conftest.c:105:26: fatal error: libav/avutil.h: No such file or directory
  2475. compilation terminated.
  2476. configure:8593: $? = 1
  2477. configure: failed program was:
  2478. | /* confdefs.h */
  2479. | #define PACKAGE_NAME "MiniDLNA"
  2480. | #define PACKAGE_TARNAME "minidlna"
  2481. | #define PACKAGE_VERSION "1.1.0"
  2482. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2483. | #define PACKAGE_BUGREPORT ""
  2484. | #define PACKAGE_URL ""
  2485. | #define PACKAGE "minidlna"
  2486. | #define VERSION "1.1.0"
  2487. | #define STDC_HEADERS 1
  2488. | #define HAVE_SYS_TYPES_H 1
  2489. | #define HAVE_SYS_STAT_H 1
  2490. | #define HAVE_STDLIB_H 1
  2491. | #define HAVE_STRING_H 1
  2492. | #define HAVE_MEMORY_H 1
  2493. | #define HAVE_STRINGS_H 1
  2494. | #define HAVE_INTTYPES_H 1
  2495. | #define HAVE_STDINT_H 1
  2496. | #define HAVE_UNISTD_H 1
  2497. | #define __EXTENSIONS__ 1
  2498. | #define _ALL_SOURCE 1
  2499. | #define _GNU_SOURCE 1
  2500. | #define _POSIX_PTHREAD_SEMANTICS 1
  2501. | #define _TANDEM_SOURCE 1
  2502. | #define HAVE_ICONV 1
  2503. | #define ICONV_CONST
  2504. | #define ENABLE_NLS 1
  2505. | #define HAVE_GETTEXT 1
  2506. | #define HAVE_DCGETTEXT 1
  2507. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2508. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2509. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2510. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2511. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2512. | #define ROOTDEV_MODELURL OS_URL
  2513. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2514. | #define HAVE_ST_BLOCKS 1
  2515. | #define HAVE__BOOL 1
  2516. | #define HAVE_STDBOOL_H 1
  2517. | #define HAVE_FORK 1
  2518. | #define HAVE_VFORK 1
  2519. | #define HAVE_WORKING_VFORK 1
  2520. | #define HAVE_WORKING_FORK 1
  2521. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2522. | #define HAVE_GETHOSTNAME 1
  2523. | #define HAVE_GETIFADDRS 1
  2524. | #define HAVE_GETTIMEOFDAY 1
  2525. | #define HAVE_INET_NTOA 1
  2526. | #define HAVE_MEMMOVE 1
  2527. | #define HAVE_MEMSET 1
  2528. | #define HAVE_MKDIR 1
  2529. | #define HAVE_REALPATH 1
  2530. | #define HAVE_SELECT 1
  2531. | #define HAVE_SENDFILE 1
  2532. | #define HAVE_SETLOCALE 1
  2533. | #define HAVE_SOCKET 1
  2534. | #define HAVE_STRCASECMP 1
  2535. | #define HAVE_STRCHR 1
  2536. | #define HAVE_STRDUP 1
  2537. | #define HAVE_STRERROR 1
  2538. | #define HAVE_STRNCASECMP 1
  2539. | #define HAVE_STRPBRK 1
  2540. | #define HAVE_STRRCHR 1
  2541. | #define HAVE_STRSTR 1
  2542. | #define HAVE_STRTOL 1
  2543. | #define HAVE_STRTOUL 1
  2544. | #define HAVE_SYSCALL_H 1
  2545. | #define HAVE_SYS_SYSCALL_H 1
  2546. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2547. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2548. | /* end confdefs.h. */
  2549. | #include <stdio.h>
  2550. | #ifdef HAVE_SYS_TYPES_H
  2551. | # include <sys/types.h>
  2552. | #endif
  2553. | #ifdef HAVE_SYS_STAT_H
  2554. | # include <sys/stat.h>
  2555. | #endif
  2556. | #ifdef STDC_HEADERS
  2557. | # include <stdlib.h>
  2558. | # include <stddef.h>
  2559. | #else
  2560. | # ifdef HAVE_STDLIB_H
  2561. | # include <stdlib.h>
  2562. | # endif
  2563. | #endif
  2564. | #ifdef HAVE_STRING_H
  2565. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2566. | # include <memory.h>
  2567. | # endif
  2568. | # include <string.h>
  2569. | #endif
  2570. | #ifdef HAVE_STRINGS_H
  2571. | # include <strings.h>
  2572. | #endif
  2573. | #ifdef HAVE_INTTYPES_H
  2574. | # include <inttypes.h>
  2575. | #endif
  2576. | #ifdef HAVE_STDINT_H
  2577. | # include <stdint.h>
  2578. | #endif
  2579. | #ifdef HAVE_UNISTD_H
  2580. | # include <unistd.h>
  2581. | #endif
  2582. | #include <libav/avutil.h>
  2583. configure:8593: result: no
  2584. configure:8593: checking libav/avutil.h presence
  2585. configure:8593: gcc -E conftest.c
  2586. conftest.c:72:26: fatal error: libav/avutil.h: No such file or directory
  2587. compilation terminated.
  2588. configure:8593: $? = 1
  2589. configure: failed program was:
  2590. | /* confdefs.h */
  2591. | #define PACKAGE_NAME "MiniDLNA"
  2592. | #define PACKAGE_TARNAME "minidlna"
  2593. | #define PACKAGE_VERSION "1.1.0"
  2594. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2595. | #define PACKAGE_BUGREPORT ""
  2596. | #define PACKAGE_URL ""
  2597. | #define PACKAGE "minidlna"
  2598. | #define VERSION "1.1.0"
  2599. | #define STDC_HEADERS 1
  2600. | #define HAVE_SYS_TYPES_H 1
  2601. | #define HAVE_SYS_STAT_H 1
  2602. | #define HAVE_STDLIB_H 1
  2603. | #define HAVE_STRING_H 1
  2604. | #define HAVE_MEMORY_H 1
  2605. | #define HAVE_STRINGS_H 1
  2606. | #define HAVE_INTTYPES_H 1
  2607. | #define HAVE_STDINT_H 1
  2608. | #define HAVE_UNISTD_H 1
  2609. | #define __EXTENSIONS__ 1
  2610. | #define _ALL_SOURCE 1
  2611. | #define _GNU_SOURCE 1
  2612. | #define _POSIX_PTHREAD_SEMANTICS 1
  2613. | #define _TANDEM_SOURCE 1
  2614. | #define HAVE_ICONV 1
  2615. | #define ICONV_CONST
  2616. | #define ENABLE_NLS 1
  2617. | #define HAVE_GETTEXT 1
  2618. | #define HAVE_DCGETTEXT 1
  2619. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2620. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2621. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2622. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2623. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2624. | #define ROOTDEV_MODELURL OS_URL
  2625. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2626. | #define HAVE_ST_BLOCKS 1
  2627. | #define HAVE__BOOL 1
  2628. | #define HAVE_STDBOOL_H 1
  2629. | #define HAVE_FORK 1
  2630. | #define HAVE_VFORK 1
  2631. | #define HAVE_WORKING_VFORK 1
  2632. | #define HAVE_WORKING_FORK 1
  2633. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2634. | #define HAVE_GETHOSTNAME 1
  2635. | #define HAVE_GETIFADDRS 1
  2636. | #define HAVE_GETTIMEOFDAY 1
  2637. | #define HAVE_INET_NTOA 1
  2638. | #define HAVE_MEMMOVE 1
  2639. | #define HAVE_MEMSET 1
  2640. | #define HAVE_MKDIR 1
  2641. | #define HAVE_REALPATH 1
  2642. | #define HAVE_SELECT 1
  2643. | #define HAVE_SENDFILE 1
  2644. | #define HAVE_SETLOCALE 1
  2645. | #define HAVE_SOCKET 1
  2646. | #define HAVE_STRCASECMP 1
  2647. | #define HAVE_STRCHR 1
  2648. | #define HAVE_STRDUP 1
  2649. | #define HAVE_STRERROR 1
  2650. | #define HAVE_STRNCASECMP 1
  2651. | #define HAVE_STRPBRK 1
  2652. | #define HAVE_STRRCHR 1
  2653. | #define HAVE_STRSTR 1
  2654. | #define HAVE_STRTOL 1
  2655. | #define HAVE_STRTOUL 1
  2656. | #define HAVE_SYSCALL_H 1
  2657. | #define HAVE_SYS_SYSCALL_H 1
  2658. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2659. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2660. | /* end confdefs.h. */
  2661. | #include <libav/avutil.h>
  2662. configure:8593: result: no
  2663. configure:8593: checking for libav/avutil.h
  2664. configure:8593: result: no
  2665. configure:8626: checking libavcodec/avcodec.h usability
  2666. configure:8626: gcc -c -g -O2 conftest.c >&5
  2667. configure:8626: $? = 0
  2668. configure:8626: result: yes
  2669. configure:8626: checking libavcodec/avcodec.h presence
  2670. configure:8626: gcc -E conftest.c
  2671. configure:8626: $? = 0
  2672. configure:8626: result: yes
  2673. configure:8626: checking for libavcodec/avcodec.h
  2674. configure:8626: result: yes
  2675. configure:8626: checking ffmpeg/libavcodec/avcodec.h usability
  2676. configure:8626: gcc -c -g -O2 conftest.c >&5
  2677. conftest.c:106:39: fatal error: ffmpeg/libavcodec/avcodec.h: No such file or directory
  2678. compilation terminated.
  2679. configure:8626: $? = 1
  2680. configure: failed program was:
  2681. | /* confdefs.h */
  2682. | #define PACKAGE_NAME "MiniDLNA"
  2683. | #define PACKAGE_TARNAME "minidlna"
  2684. | #define PACKAGE_VERSION "1.1.0"
  2685. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2686. | #define PACKAGE_BUGREPORT ""
  2687. | #define PACKAGE_URL ""
  2688. | #define PACKAGE "minidlna"
  2689. | #define VERSION "1.1.0"
  2690. | #define STDC_HEADERS 1
  2691. | #define HAVE_SYS_TYPES_H 1
  2692. | #define HAVE_SYS_STAT_H 1
  2693. | #define HAVE_STDLIB_H 1
  2694. | #define HAVE_STRING_H 1
  2695. | #define HAVE_MEMORY_H 1
  2696. | #define HAVE_STRINGS_H 1
  2697. | #define HAVE_INTTYPES_H 1
  2698. | #define HAVE_STDINT_H 1
  2699. | #define HAVE_UNISTD_H 1
  2700. | #define __EXTENSIONS__ 1
  2701. | #define _ALL_SOURCE 1
  2702. | #define _GNU_SOURCE 1
  2703. | #define _POSIX_PTHREAD_SEMANTICS 1
  2704. | #define _TANDEM_SOURCE 1
  2705. | #define HAVE_ICONV 1
  2706. | #define ICONV_CONST
  2707. | #define ENABLE_NLS 1
  2708. | #define HAVE_GETTEXT 1
  2709. | #define HAVE_DCGETTEXT 1
  2710. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2711. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2712. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2713. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2714. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2715. | #define ROOTDEV_MODELURL OS_URL
  2716. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2717. | #define HAVE_ST_BLOCKS 1
  2718. | #define HAVE__BOOL 1
  2719. | #define HAVE_STDBOOL_H 1
  2720. | #define HAVE_FORK 1
  2721. | #define HAVE_VFORK 1
  2722. | #define HAVE_WORKING_VFORK 1
  2723. | #define HAVE_WORKING_FORK 1
  2724. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2725. | #define HAVE_GETHOSTNAME 1
  2726. | #define HAVE_GETIFADDRS 1
  2727. | #define HAVE_GETTIMEOFDAY 1
  2728. | #define HAVE_INET_NTOA 1
  2729. | #define HAVE_MEMMOVE 1
  2730. | #define HAVE_MEMSET 1
  2731. | #define HAVE_MKDIR 1
  2732. | #define HAVE_REALPATH 1
  2733. | #define HAVE_SELECT 1
  2734. | #define HAVE_SENDFILE 1
  2735. | #define HAVE_SETLOCALE 1
  2736. | #define HAVE_SOCKET 1
  2737. | #define HAVE_STRCASECMP 1
  2738. | #define HAVE_STRCHR 1
  2739. | #define HAVE_STRDUP 1
  2740. | #define HAVE_STRERROR 1
  2741. | #define HAVE_STRNCASECMP 1
  2742. | #define HAVE_STRPBRK 1
  2743. | #define HAVE_STRRCHR 1
  2744. | #define HAVE_STRSTR 1
  2745. | #define HAVE_STRTOL 1
  2746. | #define HAVE_STRTOUL 1
  2747. | #define HAVE_SYSCALL_H 1
  2748. | #define HAVE_SYS_SYSCALL_H 1
  2749. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2750. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2751. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2752. | /* end confdefs.h. */
  2753. | #include <stdio.h>
  2754. | #ifdef HAVE_SYS_TYPES_H
  2755. | # include <sys/types.h>
  2756. | #endif
  2757. | #ifdef HAVE_SYS_STAT_H
  2758. | # include <sys/stat.h>
  2759. | #endif
  2760. | #ifdef STDC_HEADERS
  2761. | # include <stdlib.h>
  2762. | # include <stddef.h>
  2763. | #else
  2764. | # ifdef HAVE_STDLIB_H
  2765. | # include <stdlib.h>
  2766. | # endif
  2767. | #endif
  2768. | #ifdef HAVE_STRING_H
  2769. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2770. | # include <memory.h>
  2771. | # endif
  2772. | # include <string.h>
  2773. | #endif
  2774. | #ifdef HAVE_STRINGS_H
  2775. | # include <strings.h>
  2776. | #endif
  2777. | #ifdef HAVE_INTTYPES_H
  2778. | # include <inttypes.h>
  2779. | #endif
  2780. | #ifdef HAVE_STDINT_H
  2781. | # include <stdint.h>
  2782. | #endif
  2783. | #ifdef HAVE_UNISTD_H
  2784. | # include <unistd.h>
  2785. | #endif
  2786. | #include <ffmpeg/libavcodec/avcodec.h>
  2787. configure:8626: result: no
  2788. configure:8626: checking ffmpeg/libavcodec/avcodec.h presence
  2789. configure:8626: gcc -E conftest.c
  2790. conftest.c:73:39: fatal error: ffmpeg/libavcodec/avcodec.h: No such file or directory
  2791. compilation terminated.
  2792. configure:8626: $? = 1
  2793. configure: failed program was:
  2794. | /* confdefs.h */
  2795. | #define PACKAGE_NAME "MiniDLNA"
  2796. | #define PACKAGE_TARNAME "minidlna"
  2797. | #define PACKAGE_VERSION "1.1.0"
  2798. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2799. | #define PACKAGE_BUGREPORT ""
  2800. | #define PACKAGE_URL ""
  2801. | #define PACKAGE "minidlna"
  2802. | #define VERSION "1.1.0"
  2803. | #define STDC_HEADERS 1
  2804. | #define HAVE_SYS_TYPES_H 1
  2805. | #define HAVE_SYS_STAT_H 1
  2806. | #define HAVE_STDLIB_H 1
  2807. | #define HAVE_STRING_H 1
  2808. | #define HAVE_MEMORY_H 1
  2809. | #define HAVE_STRINGS_H 1
  2810. | #define HAVE_INTTYPES_H 1
  2811. | #define HAVE_STDINT_H 1
  2812. | #define HAVE_UNISTD_H 1
  2813. | #define __EXTENSIONS__ 1
  2814. | #define _ALL_SOURCE 1
  2815. | #define _GNU_SOURCE 1
  2816. | #define _POSIX_PTHREAD_SEMANTICS 1
  2817. | #define _TANDEM_SOURCE 1
  2818. | #define HAVE_ICONV 1
  2819. | #define ICONV_CONST
  2820. | #define ENABLE_NLS 1
  2821. | #define HAVE_GETTEXT 1
  2822. | #define HAVE_DCGETTEXT 1
  2823. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2824. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2825. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2826. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2827. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2828. | #define ROOTDEV_MODELURL OS_URL
  2829. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2830. | #define HAVE_ST_BLOCKS 1
  2831. | #define HAVE__BOOL 1
  2832. | #define HAVE_STDBOOL_H 1
  2833. | #define HAVE_FORK 1
  2834. | #define HAVE_VFORK 1
  2835. | #define HAVE_WORKING_VFORK 1
  2836. | #define HAVE_WORKING_FORK 1
  2837. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2838. | #define HAVE_GETHOSTNAME 1
  2839. | #define HAVE_GETIFADDRS 1
  2840. | #define HAVE_GETTIMEOFDAY 1
  2841. | #define HAVE_INET_NTOA 1
  2842. | #define HAVE_MEMMOVE 1
  2843. | #define HAVE_MEMSET 1
  2844. | #define HAVE_MKDIR 1
  2845. | #define HAVE_REALPATH 1
  2846. | #define HAVE_SELECT 1
  2847. | #define HAVE_SENDFILE 1
  2848. | #define HAVE_SETLOCALE 1
  2849. | #define HAVE_SOCKET 1
  2850. | #define HAVE_STRCASECMP 1
  2851. | #define HAVE_STRCHR 1
  2852. | #define HAVE_STRDUP 1
  2853. | #define HAVE_STRERROR 1
  2854. | #define HAVE_STRNCASECMP 1
  2855. | #define HAVE_STRPBRK 1
  2856. | #define HAVE_STRRCHR 1
  2857. | #define HAVE_STRSTR 1
  2858. | #define HAVE_STRTOL 1
  2859. | #define HAVE_STRTOUL 1
  2860. | #define HAVE_SYSCALL_H 1
  2861. | #define HAVE_SYS_SYSCALL_H 1
  2862. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2863. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2864. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2865. | /* end confdefs.h. */
  2866. | #include <ffmpeg/libavcodec/avcodec.h>
  2867. configure:8626: result: no
  2868. configure:8626: checking for ffmpeg/libavcodec/avcodec.h
  2869. configure:8626: result: no
  2870. configure:8626: checking libav/libavcodec/avcodec.h usability
  2871. configure:8626: gcc -c -g -O2 conftest.c >&5
  2872. conftest.c:106:38: fatal error: libav/libavcodec/avcodec.h: No such file or directory
  2873. compilation terminated.
  2874. configure:8626: $? = 1
  2875. configure: failed program was:
  2876. | /* confdefs.h */
  2877. | #define PACKAGE_NAME "MiniDLNA"
  2878. | #define PACKAGE_TARNAME "minidlna"
  2879. | #define PACKAGE_VERSION "1.1.0"
  2880. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2881. | #define PACKAGE_BUGREPORT ""
  2882. | #define PACKAGE_URL ""
  2883. | #define PACKAGE "minidlna"
  2884. | #define VERSION "1.1.0"
  2885. | #define STDC_HEADERS 1
  2886. | #define HAVE_SYS_TYPES_H 1
  2887. | #define HAVE_SYS_STAT_H 1
  2888. | #define HAVE_STDLIB_H 1
  2889. | #define HAVE_STRING_H 1
  2890. | #define HAVE_MEMORY_H 1
  2891. | #define HAVE_STRINGS_H 1
  2892. | #define HAVE_INTTYPES_H 1
  2893. | #define HAVE_STDINT_H 1
  2894. | #define HAVE_UNISTD_H 1
  2895. | #define __EXTENSIONS__ 1
  2896. | #define _ALL_SOURCE 1
  2897. | #define _GNU_SOURCE 1
  2898. | #define _POSIX_PTHREAD_SEMANTICS 1
  2899. | #define _TANDEM_SOURCE 1
  2900. | #define HAVE_ICONV 1
  2901. | #define ICONV_CONST
  2902. | #define ENABLE_NLS 1
  2903. | #define HAVE_GETTEXT 1
  2904. | #define HAVE_DCGETTEXT 1
  2905. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  2906. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  2907. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  2908. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  2909. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  2910. | #define ROOTDEV_MODELURL OS_URL
  2911. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  2912. | #define HAVE_ST_BLOCKS 1
  2913. | #define HAVE__BOOL 1
  2914. | #define HAVE_STDBOOL_H 1
  2915. | #define HAVE_FORK 1
  2916. | #define HAVE_VFORK 1
  2917. | #define HAVE_WORKING_VFORK 1
  2918. | #define HAVE_WORKING_FORK 1
  2919. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2920. | #define HAVE_GETHOSTNAME 1
  2921. | #define HAVE_GETIFADDRS 1
  2922. | #define HAVE_GETTIMEOFDAY 1
  2923. | #define HAVE_INET_NTOA 1
  2924. | #define HAVE_MEMMOVE 1
  2925. | #define HAVE_MEMSET 1
  2926. | #define HAVE_MKDIR 1
  2927. | #define HAVE_REALPATH 1
  2928. | #define HAVE_SELECT 1
  2929. | #define HAVE_SENDFILE 1
  2930. | #define HAVE_SETLOCALE 1
  2931. | #define HAVE_SOCKET 1
  2932. | #define HAVE_STRCASECMP 1
  2933. | #define HAVE_STRCHR 1
  2934. | #define HAVE_STRDUP 1
  2935. | #define HAVE_STRERROR 1
  2936. | #define HAVE_STRNCASECMP 1
  2937. | #define HAVE_STRPBRK 1
  2938. | #define HAVE_STRRCHR 1
  2939. | #define HAVE_STRSTR 1
  2940. | #define HAVE_STRTOL 1
  2941. | #define HAVE_STRTOUL 1
  2942. | #define HAVE_SYSCALL_H 1
  2943. | #define HAVE_SYS_SYSCALL_H 1
  2944. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  2945. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  2946. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  2947. | /* end confdefs.h. */
  2948. | #include <stdio.h>
  2949. | #ifdef HAVE_SYS_TYPES_H
  2950. | # include <sys/types.h>
  2951. | #endif
  2952. | #ifdef HAVE_SYS_STAT_H
  2953. | # include <sys/stat.h>
  2954. | #endif
  2955. | #ifdef STDC_HEADERS
  2956. | # include <stdlib.h>
  2957. | # include <stddef.h>
  2958. | #else
  2959. | # ifdef HAVE_STDLIB_H
  2960. | # include <stdlib.h>
  2961. | # endif
  2962. | #endif
  2963. | #ifdef HAVE_STRING_H
  2964. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2965. | # include <memory.h>
  2966. | # endif
  2967. | # include <string.h>
  2968. | #endif
  2969. | #ifdef HAVE_STRINGS_H
  2970. | # include <strings.h>
  2971. | #endif
  2972. | #ifdef HAVE_INTTYPES_H
  2973. | # include <inttypes.h>
  2974. | #endif
  2975. | #ifdef HAVE_STDINT_H
  2976. | # include <stdint.h>
  2977. | #endif
  2978. | #ifdef HAVE_UNISTD_H
  2979. | # include <unistd.h>
  2980. | #endif
  2981. | #include <libav/libavcodec/avcodec.h>
  2982. configure:8626: result: no
  2983. configure:8626: checking libav/libavcodec/avcodec.h presence
  2984. configure:8626: gcc -E conftest.c
  2985. conftest.c:73:38: fatal error: libav/libavcodec/avcodec.h: No such file or directory
  2986. compilation terminated.
  2987. configure:8626: $? = 1
  2988. configure: failed program was:
  2989. | /* confdefs.h */
  2990. | #define PACKAGE_NAME "MiniDLNA"
  2991. | #define PACKAGE_TARNAME "minidlna"
  2992. | #define PACKAGE_VERSION "1.1.0"
  2993. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  2994. | #define PACKAGE_BUGREPORT ""
  2995. | #define PACKAGE_URL ""
  2996. | #define PACKAGE "minidlna"
  2997. | #define VERSION "1.1.0"
  2998. | #define STDC_HEADERS 1
  2999. | #define HAVE_SYS_TYPES_H 1
  3000. | #define HAVE_SYS_STAT_H 1
  3001. | #define HAVE_STDLIB_H 1
  3002. | #define HAVE_STRING_H 1
  3003. | #define HAVE_MEMORY_H 1
  3004. | #define HAVE_STRINGS_H 1
  3005. | #define HAVE_INTTYPES_H 1
  3006. | #define HAVE_STDINT_H 1
  3007. | #define HAVE_UNISTD_H 1
  3008. | #define __EXTENSIONS__ 1
  3009. | #define _ALL_SOURCE 1
  3010. | #define _GNU_SOURCE 1
  3011. | #define _POSIX_PTHREAD_SEMANTICS 1
  3012. | #define _TANDEM_SOURCE 1
  3013. | #define HAVE_ICONV 1
  3014. | #define ICONV_CONST
  3015. | #define ENABLE_NLS 1
  3016. | #define HAVE_GETTEXT 1
  3017. | #define HAVE_DCGETTEXT 1
  3018. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3019. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3020. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3021. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3022. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3023. | #define ROOTDEV_MODELURL OS_URL
  3024. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3025. | #define HAVE_ST_BLOCKS 1
  3026. | #define HAVE__BOOL 1
  3027. | #define HAVE_STDBOOL_H 1
  3028. | #define HAVE_FORK 1
  3029. | #define HAVE_VFORK 1
  3030. | #define HAVE_WORKING_VFORK 1
  3031. | #define HAVE_WORKING_FORK 1
  3032. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3033. | #define HAVE_GETHOSTNAME 1
  3034. | #define HAVE_GETIFADDRS 1
  3035. | #define HAVE_GETTIMEOFDAY 1
  3036. | #define HAVE_INET_NTOA 1
  3037. | #define HAVE_MEMMOVE 1
  3038. | #define HAVE_MEMSET 1
  3039. | #define HAVE_MKDIR 1
  3040. | #define HAVE_REALPATH 1
  3041. | #define HAVE_SELECT 1
  3042. | #define HAVE_SENDFILE 1
  3043. | #define HAVE_SETLOCALE 1
  3044. | #define HAVE_SOCKET 1
  3045. | #define HAVE_STRCASECMP 1
  3046. | #define HAVE_STRCHR 1
  3047. | #define HAVE_STRDUP 1
  3048. | #define HAVE_STRERROR 1
  3049. | #define HAVE_STRNCASECMP 1
  3050. | #define HAVE_STRPBRK 1
  3051. | #define HAVE_STRRCHR 1
  3052. | #define HAVE_STRSTR 1
  3053. | #define HAVE_STRTOL 1
  3054. | #define HAVE_STRTOUL 1
  3055. | #define HAVE_SYSCALL_H 1
  3056. | #define HAVE_SYS_SYSCALL_H 1
  3057. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3058. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3059. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3060. | /* end confdefs.h. */
  3061. | #include <libav/libavcodec/avcodec.h>
  3062. configure:8626: result: no
  3063. configure:8626: checking for libav/libavcodec/avcodec.h
  3064. configure:8626: result: no
  3065. configure:8626: checking avcodec.h usability
  3066. configure:8626: gcc -c -g -O2 conftest.c >&5
  3067. conftest.c:106:21: fatal error: avcodec.h: No such file or directory
  3068. compilation terminated.
  3069. configure:8626: $? = 1
  3070. configure: failed program was:
  3071. | /* confdefs.h */
  3072. | #define PACKAGE_NAME "MiniDLNA"
  3073. | #define PACKAGE_TARNAME "minidlna"
  3074. | #define PACKAGE_VERSION "1.1.0"
  3075. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3076. | #define PACKAGE_BUGREPORT ""
  3077. | #define PACKAGE_URL ""
  3078. | #define PACKAGE "minidlna"
  3079. | #define VERSION "1.1.0"
  3080. | #define STDC_HEADERS 1
  3081. | #define HAVE_SYS_TYPES_H 1
  3082. | #define HAVE_SYS_STAT_H 1
  3083. | #define HAVE_STDLIB_H 1
  3084. | #define HAVE_STRING_H 1
  3085. | #define HAVE_MEMORY_H 1
  3086. | #define HAVE_STRINGS_H 1
  3087. | #define HAVE_INTTYPES_H 1
  3088. | #define HAVE_STDINT_H 1
  3089. | #define HAVE_UNISTD_H 1
  3090. | #define __EXTENSIONS__ 1
  3091. | #define _ALL_SOURCE 1
  3092. | #define _GNU_SOURCE 1
  3093. | #define _POSIX_PTHREAD_SEMANTICS 1
  3094. | #define _TANDEM_SOURCE 1
  3095. | #define HAVE_ICONV 1
  3096. | #define ICONV_CONST
  3097. | #define ENABLE_NLS 1
  3098. | #define HAVE_GETTEXT 1
  3099. | #define HAVE_DCGETTEXT 1
  3100. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3101. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3102. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3103. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3104. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3105. | #define ROOTDEV_MODELURL OS_URL
  3106. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3107. | #define HAVE_ST_BLOCKS 1
  3108. | #define HAVE__BOOL 1
  3109. | #define HAVE_STDBOOL_H 1
  3110. | #define HAVE_FORK 1
  3111. | #define HAVE_VFORK 1
  3112. | #define HAVE_WORKING_VFORK 1
  3113. | #define HAVE_WORKING_FORK 1
  3114. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3115. | #define HAVE_GETHOSTNAME 1
  3116. | #define HAVE_GETIFADDRS 1
  3117. | #define HAVE_GETTIMEOFDAY 1
  3118. | #define HAVE_INET_NTOA 1
  3119. | #define HAVE_MEMMOVE 1
  3120. | #define HAVE_MEMSET 1
  3121. | #define HAVE_MKDIR 1
  3122. | #define HAVE_REALPATH 1
  3123. | #define HAVE_SELECT 1
  3124. | #define HAVE_SENDFILE 1
  3125. | #define HAVE_SETLOCALE 1
  3126. | #define HAVE_SOCKET 1
  3127. | #define HAVE_STRCASECMP 1
  3128. | #define HAVE_STRCHR 1
  3129. | #define HAVE_STRDUP 1
  3130. | #define HAVE_STRERROR 1
  3131. | #define HAVE_STRNCASECMP 1
  3132. | #define HAVE_STRPBRK 1
  3133. | #define HAVE_STRRCHR 1
  3134. | #define HAVE_STRSTR 1
  3135. | #define HAVE_STRTOL 1
  3136. | #define HAVE_STRTOUL 1
  3137. | #define HAVE_SYSCALL_H 1
  3138. | #define HAVE_SYS_SYSCALL_H 1
  3139. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3140. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3141. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3142. | /* end confdefs.h. */
  3143. | #include <stdio.h>
  3144. | #ifdef HAVE_SYS_TYPES_H
  3145. | # include <sys/types.h>
  3146. | #endif
  3147. | #ifdef HAVE_SYS_STAT_H
  3148. | # include <sys/stat.h>
  3149. | #endif
  3150. | #ifdef STDC_HEADERS
  3151. | # include <stdlib.h>
  3152. | # include <stddef.h>
  3153. | #else
  3154. | # ifdef HAVE_STDLIB_H
  3155. | # include <stdlib.h>
  3156. | # endif
  3157. | #endif
  3158. | #ifdef HAVE_STRING_H
  3159. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3160. | # include <memory.h>
  3161. | # endif
  3162. | # include <string.h>
  3163. | #endif
  3164. | #ifdef HAVE_STRINGS_H
  3165. | # include <strings.h>
  3166. | #endif
  3167. | #ifdef HAVE_INTTYPES_H
  3168. | # include <inttypes.h>
  3169. | #endif
  3170. | #ifdef HAVE_STDINT_H
  3171. | # include <stdint.h>
  3172. | #endif
  3173. | #ifdef HAVE_UNISTD_H
  3174. | # include <unistd.h>
  3175. | #endif
  3176. | #include <avcodec.h>
  3177. configure:8626: result: no
  3178. configure:8626: checking avcodec.h presence
  3179. configure:8626: gcc -E conftest.c
  3180. conftest.c:73:21: fatal error: avcodec.h: No such file or directory
  3181. compilation terminated.
  3182. configure:8626: $? = 1
  3183. configure: failed program was:
  3184. | /* confdefs.h */
  3185. | #define PACKAGE_NAME "MiniDLNA"
  3186. | #define PACKAGE_TARNAME "minidlna"
  3187. | #define PACKAGE_VERSION "1.1.0"
  3188. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3189. | #define PACKAGE_BUGREPORT ""
  3190. | #define PACKAGE_URL ""
  3191. | #define PACKAGE "minidlna"
  3192. | #define VERSION "1.1.0"
  3193. | #define STDC_HEADERS 1
  3194. | #define HAVE_SYS_TYPES_H 1
  3195. | #define HAVE_SYS_STAT_H 1
  3196. | #define HAVE_STDLIB_H 1
  3197. | #define HAVE_STRING_H 1
  3198. | #define HAVE_MEMORY_H 1
  3199. | #define HAVE_STRINGS_H 1
  3200. | #define HAVE_INTTYPES_H 1
  3201. | #define HAVE_STDINT_H 1
  3202. | #define HAVE_UNISTD_H 1
  3203. | #define __EXTENSIONS__ 1
  3204. | #define _ALL_SOURCE 1
  3205. | #define _GNU_SOURCE 1
  3206. | #define _POSIX_PTHREAD_SEMANTICS 1
  3207. | #define _TANDEM_SOURCE 1
  3208. | #define HAVE_ICONV 1
  3209. | #define ICONV_CONST
  3210. | #define ENABLE_NLS 1
  3211. | #define HAVE_GETTEXT 1
  3212. | #define HAVE_DCGETTEXT 1
  3213. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3214. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3215. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3216. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3217. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3218. | #define ROOTDEV_MODELURL OS_URL
  3219. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3220. | #define HAVE_ST_BLOCKS 1
  3221. | #define HAVE__BOOL 1
  3222. | #define HAVE_STDBOOL_H 1
  3223. | #define HAVE_FORK 1
  3224. | #define HAVE_VFORK 1
  3225. | #define HAVE_WORKING_VFORK 1
  3226. | #define HAVE_WORKING_FORK 1
  3227. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3228. | #define HAVE_GETHOSTNAME 1
  3229. | #define HAVE_GETIFADDRS 1
  3230. | #define HAVE_GETTIMEOFDAY 1
  3231. | #define HAVE_INET_NTOA 1
  3232. | #define HAVE_MEMMOVE 1
  3233. | #define HAVE_MEMSET 1
  3234. | #define HAVE_MKDIR 1
  3235. | #define HAVE_REALPATH 1
  3236. | #define HAVE_SELECT 1
  3237. | #define HAVE_SENDFILE 1
  3238. | #define HAVE_SETLOCALE 1
  3239. | #define HAVE_SOCKET 1
  3240. | #define HAVE_STRCASECMP 1
  3241. | #define HAVE_STRCHR 1
  3242. | #define HAVE_STRDUP 1
  3243. | #define HAVE_STRERROR 1
  3244. | #define HAVE_STRNCASECMP 1
  3245. | #define HAVE_STRPBRK 1
  3246. | #define HAVE_STRRCHR 1
  3247. | #define HAVE_STRSTR 1
  3248. | #define HAVE_STRTOL 1
  3249. | #define HAVE_STRTOUL 1
  3250. | #define HAVE_SYSCALL_H 1
  3251. | #define HAVE_SYS_SYSCALL_H 1
  3252. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3253. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3254. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3255. | /* end confdefs.h. */
  3256. | #include <avcodec.h>
  3257. configure:8626: result: no
  3258. configure:8626: checking for avcodec.h
  3259. configure:8626: result: no
  3260. configure:8626: checking ffmpeg/avcodec.h usability
  3261. configure:8626: gcc -c -g -O2 conftest.c >&5
  3262. conftest.c:106:28: fatal error: ffmpeg/avcodec.h: No such file or directory
  3263. compilation terminated.
  3264. configure:8626: $? = 1
  3265. configure: failed program was:
  3266. | /* confdefs.h */
  3267. | #define PACKAGE_NAME "MiniDLNA"
  3268. | #define PACKAGE_TARNAME "minidlna"
  3269. | #define PACKAGE_VERSION "1.1.0"
  3270. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3271. | #define PACKAGE_BUGREPORT ""
  3272. | #define PACKAGE_URL ""
  3273. | #define PACKAGE "minidlna"
  3274. | #define VERSION "1.1.0"
  3275. | #define STDC_HEADERS 1
  3276. | #define HAVE_SYS_TYPES_H 1
  3277. | #define HAVE_SYS_STAT_H 1
  3278. | #define HAVE_STDLIB_H 1
  3279. | #define HAVE_STRING_H 1
  3280. | #define HAVE_MEMORY_H 1
  3281. | #define HAVE_STRINGS_H 1
  3282. | #define HAVE_INTTYPES_H 1
  3283. | #define HAVE_STDINT_H 1
  3284. | #define HAVE_UNISTD_H 1
  3285. | #define __EXTENSIONS__ 1
  3286. | #define _ALL_SOURCE 1
  3287. | #define _GNU_SOURCE 1
  3288. | #define _POSIX_PTHREAD_SEMANTICS 1
  3289. | #define _TANDEM_SOURCE 1
  3290. | #define HAVE_ICONV 1
  3291. | #define ICONV_CONST
  3292. | #define ENABLE_NLS 1
  3293. | #define HAVE_GETTEXT 1
  3294. | #define HAVE_DCGETTEXT 1
  3295. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3296. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3297. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3298. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3299. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3300. | #define ROOTDEV_MODELURL OS_URL
  3301. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3302. | #define HAVE_ST_BLOCKS 1
  3303. | #define HAVE__BOOL 1
  3304. | #define HAVE_STDBOOL_H 1
  3305. | #define HAVE_FORK 1
  3306. | #define HAVE_VFORK 1
  3307. | #define HAVE_WORKING_VFORK 1
  3308. | #define HAVE_WORKING_FORK 1
  3309. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3310. | #define HAVE_GETHOSTNAME 1
  3311. | #define HAVE_GETIFADDRS 1
  3312. | #define HAVE_GETTIMEOFDAY 1
  3313. | #define HAVE_INET_NTOA 1
  3314. | #define HAVE_MEMMOVE 1
  3315. | #define HAVE_MEMSET 1
  3316. | #define HAVE_MKDIR 1
  3317. | #define HAVE_REALPATH 1
  3318. | #define HAVE_SELECT 1
  3319. | #define HAVE_SENDFILE 1
  3320. | #define HAVE_SETLOCALE 1
  3321. | #define HAVE_SOCKET 1
  3322. | #define HAVE_STRCASECMP 1
  3323. | #define HAVE_STRCHR 1
  3324. | #define HAVE_STRDUP 1
  3325. | #define HAVE_STRERROR 1
  3326. | #define HAVE_STRNCASECMP 1
  3327. | #define HAVE_STRPBRK 1
  3328. | #define HAVE_STRRCHR 1
  3329. | #define HAVE_STRSTR 1
  3330. | #define HAVE_STRTOL 1
  3331. | #define HAVE_STRTOUL 1
  3332. | #define HAVE_SYSCALL_H 1
  3333. | #define HAVE_SYS_SYSCALL_H 1
  3334. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3335. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3336. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3337. | /* end confdefs.h. */
  3338. | #include <stdio.h>
  3339. | #ifdef HAVE_SYS_TYPES_H
  3340. | # include <sys/types.h>
  3341. | #endif
  3342. | #ifdef HAVE_SYS_STAT_H
  3343. | # include <sys/stat.h>
  3344. | #endif
  3345. | #ifdef STDC_HEADERS
  3346. | # include <stdlib.h>
  3347. | # include <stddef.h>
  3348. | #else
  3349. | # ifdef HAVE_STDLIB_H
  3350. | # include <stdlib.h>
  3351. | # endif
  3352. | #endif
  3353. | #ifdef HAVE_STRING_H
  3354. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3355. | # include <memory.h>
  3356. | # endif
  3357. | # include <string.h>
  3358. | #endif
  3359. | #ifdef HAVE_STRINGS_H
  3360. | # include <strings.h>
  3361. | #endif
  3362. | #ifdef HAVE_INTTYPES_H
  3363. | # include <inttypes.h>
  3364. | #endif
  3365. | #ifdef HAVE_STDINT_H
  3366. | # include <stdint.h>
  3367. | #endif
  3368. | #ifdef HAVE_UNISTD_H
  3369. | # include <unistd.h>
  3370. | #endif
  3371. | #include <ffmpeg/avcodec.h>
  3372. configure:8626: result: no
  3373. configure:8626: checking ffmpeg/avcodec.h presence
  3374. configure:8626: gcc -E conftest.c
  3375. conftest.c:73:28: fatal error: ffmpeg/avcodec.h: No such file or directory
  3376. compilation terminated.
  3377. configure:8626: $? = 1
  3378. configure: failed program was:
  3379. | /* confdefs.h */
  3380. | #define PACKAGE_NAME "MiniDLNA"
  3381. | #define PACKAGE_TARNAME "minidlna"
  3382. | #define PACKAGE_VERSION "1.1.0"
  3383. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3384. | #define PACKAGE_BUGREPORT ""
  3385. | #define PACKAGE_URL ""
  3386. | #define PACKAGE "minidlna"
  3387. | #define VERSION "1.1.0"
  3388. | #define STDC_HEADERS 1
  3389. | #define HAVE_SYS_TYPES_H 1
  3390. | #define HAVE_SYS_STAT_H 1
  3391. | #define HAVE_STDLIB_H 1
  3392. | #define HAVE_STRING_H 1
  3393. | #define HAVE_MEMORY_H 1
  3394. | #define HAVE_STRINGS_H 1
  3395. | #define HAVE_INTTYPES_H 1
  3396. | #define HAVE_STDINT_H 1
  3397. | #define HAVE_UNISTD_H 1
  3398. | #define __EXTENSIONS__ 1
  3399. | #define _ALL_SOURCE 1
  3400. | #define _GNU_SOURCE 1
  3401. | #define _POSIX_PTHREAD_SEMANTICS 1
  3402. | #define _TANDEM_SOURCE 1
  3403. | #define HAVE_ICONV 1
  3404. | #define ICONV_CONST
  3405. | #define ENABLE_NLS 1
  3406. | #define HAVE_GETTEXT 1
  3407. | #define HAVE_DCGETTEXT 1
  3408. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3409. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3410. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3411. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3412. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3413. | #define ROOTDEV_MODELURL OS_URL
  3414. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3415. | #define HAVE_ST_BLOCKS 1
  3416. | #define HAVE__BOOL 1
  3417. | #define HAVE_STDBOOL_H 1
  3418. | #define HAVE_FORK 1
  3419. | #define HAVE_VFORK 1
  3420. | #define HAVE_WORKING_VFORK 1
  3421. | #define HAVE_WORKING_FORK 1
  3422. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3423. | #define HAVE_GETHOSTNAME 1
  3424. | #define HAVE_GETIFADDRS 1
  3425. | #define HAVE_GETTIMEOFDAY 1
  3426. | #define HAVE_INET_NTOA 1
  3427. | #define HAVE_MEMMOVE 1
  3428. | #define HAVE_MEMSET 1
  3429. | #define HAVE_MKDIR 1
  3430. | #define HAVE_REALPATH 1
  3431. | #define HAVE_SELECT 1
  3432. | #define HAVE_SENDFILE 1
  3433. | #define HAVE_SETLOCALE 1
  3434. | #define HAVE_SOCKET 1
  3435. | #define HAVE_STRCASECMP 1
  3436. | #define HAVE_STRCHR 1
  3437. | #define HAVE_STRDUP 1
  3438. | #define HAVE_STRERROR 1
  3439. | #define HAVE_STRNCASECMP 1
  3440. | #define HAVE_STRPBRK 1
  3441. | #define HAVE_STRRCHR 1
  3442. | #define HAVE_STRSTR 1
  3443. | #define HAVE_STRTOL 1
  3444. | #define HAVE_STRTOUL 1
  3445. | #define HAVE_SYSCALL_H 1
  3446. | #define HAVE_SYS_SYSCALL_H 1
  3447. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3448. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3449. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3450. | /* end confdefs.h. */
  3451. | #include <ffmpeg/avcodec.h>
  3452. configure:8626: result: no
  3453. configure:8626: checking for ffmpeg/avcodec.h
  3454. configure:8626: result: no
  3455. configure:8626: checking libav/avcodec.h usability
  3456. configure:8626: gcc -c -g -O2 conftest.c >&5
  3457. conftest.c:106:27: fatal error: libav/avcodec.h: No such file or directory
  3458. compilation terminated.
  3459. configure:8626: $? = 1
  3460. configure: failed program was:
  3461. | /* confdefs.h */
  3462. | #define PACKAGE_NAME "MiniDLNA"
  3463. | #define PACKAGE_TARNAME "minidlna"
  3464. | #define PACKAGE_VERSION "1.1.0"
  3465. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3466. | #define PACKAGE_BUGREPORT ""
  3467. | #define PACKAGE_URL ""
  3468. | #define PACKAGE "minidlna"
  3469. | #define VERSION "1.1.0"
  3470. | #define STDC_HEADERS 1
  3471. | #define HAVE_SYS_TYPES_H 1
  3472. | #define HAVE_SYS_STAT_H 1
  3473. | #define HAVE_STDLIB_H 1
  3474. | #define HAVE_STRING_H 1
  3475. | #define HAVE_MEMORY_H 1
  3476. | #define HAVE_STRINGS_H 1
  3477. | #define HAVE_INTTYPES_H 1
  3478. | #define HAVE_STDINT_H 1
  3479. | #define HAVE_UNISTD_H 1
  3480. | #define __EXTENSIONS__ 1
  3481. | #define _ALL_SOURCE 1
  3482. | #define _GNU_SOURCE 1
  3483. | #define _POSIX_PTHREAD_SEMANTICS 1
  3484. | #define _TANDEM_SOURCE 1
  3485. | #define HAVE_ICONV 1
  3486. | #define ICONV_CONST
  3487. | #define ENABLE_NLS 1
  3488. | #define HAVE_GETTEXT 1
  3489. | #define HAVE_DCGETTEXT 1
  3490. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3491. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3492. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3493. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3494. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3495. | #define ROOTDEV_MODELURL OS_URL
  3496. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3497. | #define HAVE_ST_BLOCKS 1
  3498. | #define HAVE__BOOL 1
  3499. | #define HAVE_STDBOOL_H 1
  3500. | #define HAVE_FORK 1
  3501. | #define HAVE_VFORK 1
  3502. | #define HAVE_WORKING_VFORK 1
  3503. | #define HAVE_WORKING_FORK 1
  3504. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3505. | #define HAVE_GETHOSTNAME 1
  3506. | #define HAVE_GETIFADDRS 1
  3507. | #define HAVE_GETTIMEOFDAY 1
  3508. | #define HAVE_INET_NTOA 1
  3509. | #define HAVE_MEMMOVE 1
  3510. | #define HAVE_MEMSET 1
  3511. | #define HAVE_MKDIR 1
  3512. | #define HAVE_REALPATH 1
  3513. | #define HAVE_SELECT 1
  3514. | #define HAVE_SENDFILE 1
  3515. | #define HAVE_SETLOCALE 1
  3516. | #define HAVE_SOCKET 1
  3517. | #define HAVE_STRCASECMP 1
  3518. | #define HAVE_STRCHR 1
  3519. | #define HAVE_STRDUP 1
  3520. | #define HAVE_STRERROR 1
  3521. | #define HAVE_STRNCASECMP 1
  3522. | #define HAVE_STRPBRK 1
  3523. | #define HAVE_STRRCHR 1
  3524. | #define HAVE_STRSTR 1
  3525. | #define HAVE_STRTOL 1
  3526. | #define HAVE_STRTOUL 1
  3527. | #define HAVE_SYSCALL_H 1
  3528. | #define HAVE_SYS_SYSCALL_H 1
  3529. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3530. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3531. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3532. | /* end confdefs.h. */
  3533. | #include <stdio.h>
  3534. | #ifdef HAVE_SYS_TYPES_H
  3535. | # include <sys/types.h>
  3536. | #endif
  3537. | #ifdef HAVE_SYS_STAT_H
  3538. | # include <sys/stat.h>
  3539. | #endif
  3540. | #ifdef STDC_HEADERS
  3541. | # include <stdlib.h>
  3542. | # include <stddef.h>
  3543. | #else
  3544. | # ifdef HAVE_STDLIB_H
  3545. | # include <stdlib.h>
  3546. | # endif
  3547. | #endif
  3548. | #ifdef HAVE_STRING_H
  3549. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3550. | # include <memory.h>
  3551. | # endif
  3552. | # include <string.h>
  3553. | #endif
  3554. | #ifdef HAVE_STRINGS_H
  3555. | # include <strings.h>
  3556. | #endif
  3557. | #ifdef HAVE_INTTYPES_H
  3558. | # include <inttypes.h>
  3559. | #endif
  3560. | #ifdef HAVE_STDINT_H
  3561. | # include <stdint.h>
  3562. | #endif
  3563. | #ifdef HAVE_UNISTD_H
  3564. | # include <unistd.h>
  3565. | #endif
  3566. | #include <libav/avcodec.h>
  3567. configure:8626: result: no
  3568. configure:8626: checking libav/avcodec.h presence
  3569. configure:8626: gcc -E conftest.c
  3570. conftest.c:73:27: fatal error: libav/avcodec.h: No such file or directory
  3571. compilation terminated.
  3572. configure:8626: $? = 1
  3573. configure: failed program was:
  3574. | /* confdefs.h */
  3575. | #define PACKAGE_NAME "MiniDLNA"
  3576. | #define PACKAGE_TARNAME "minidlna"
  3577. | #define PACKAGE_VERSION "1.1.0"
  3578. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3579. | #define PACKAGE_BUGREPORT ""
  3580. | #define PACKAGE_URL ""
  3581. | #define PACKAGE "minidlna"
  3582. | #define VERSION "1.1.0"
  3583. | #define STDC_HEADERS 1
  3584. | #define HAVE_SYS_TYPES_H 1
  3585. | #define HAVE_SYS_STAT_H 1
  3586. | #define HAVE_STDLIB_H 1
  3587. | #define HAVE_STRING_H 1
  3588. | #define HAVE_MEMORY_H 1
  3589. | #define HAVE_STRINGS_H 1
  3590. | #define HAVE_INTTYPES_H 1
  3591. | #define HAVE_STDINT_H 1
  3592. | #define HAVE_UNISTD_H 1
  3593. | #define __EXTENSIONS__ 1
  3594. | #define _ALL_SOURCE 1
  3595. | #define _GNU_SOURCE 1
  3596. | #define _POSIX_PTHREAD_SEMANTICS 1
  3597. | #define _TANDEM_SOURCE 1
  3598. | #define HAVE_ICONV 1
  3599. | #define ICONV_CONST
  3600. | #define ENABLE_NLS 1
  3601. | #define HAVE_GETTEXT 1
  3602. | #define HAVE_DCGETTEXT 1
  3603. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3604. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3605. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3606. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3607. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3608. | #define ROOTDEV_MODELURL OS_URL
  3609. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3610. | #define HAVE_ST_BLOCKS 1
  3611. | #define HAVE__BOOL 1
  3612. | #define HAVE_STDBOOL_H 1
  3613. | #define HAVE_FORK 1
  3614. | #define HAVE_VFORK 1
  3615. | #define HAVE_WORKING_VFORK 1
  3616. | #define HAVE_WORKING_FORK 1
  3617. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3618. | #define HAVE_GETHOSTNAME 1
  3619. | #define HAVE_GETIFADDRS 1
  3620. | #define HAVE_GETTIMEOFDAY 1
  3621. | #define HAVE_INET_NTOA 1
  3622. | #define HAVE_MEMMOVE 1
  3623. | #define HAVE_MEMSET 1
  3624. | #define HAVE_MKDIR 1
  3625. | #define HAVE_REALPATH 1
  3626. | #define HAVE_SELECT 1
  3627. | #define HAVE_SENDFILE 1
  3628. | #define HAVE_SETLOCALE 1
  3629. | #define HAVE_SOCKET 1
  3630. | #define HAVE_STRCASECMP 1
  3631. | #define HAVE_STRCHR 1
  3632. | #define HAVE_STRDUP 1
  3633. | #define HAVE_STRERROR 1
  3634. | #define HAVE_STRNCASECMP 1
  3635. | #define HAVE_STRPBRK 1
  3636. | #define HAVE_STRRCHR 1
  3637. | #define HAVE_STRSTR 1
  3638. | #define HAVE_STRTOL 1
  3639. | #define HAVE_STRTOUL 1
  3640. | #define HAVE_SYSCALL_H 1
  3641. | #define HAVE_SYS_SYSCALL_H 1
  3642. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3643. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3644. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3645. | /* end confdefs.h. */
  3646. | #include <libav/avcodec.h>
  3647. configure:8626: result: no
  3648. configure:8626: checking for libav/avcodec.h
  3649. configure:8626: result: no
  3650. configure:8659: checking libavformat/avformat.h usability
  3651. configure:8659: gcc -c -g -O2 conftest.c >&5
  3652. configure:8659: $? = 0
  3653. configure:8659: result: yes
  3654. configure:8659: checking libavformat/avformat.h presence
  3655. configure:8659: gcc -E conftest.c
  3656. configure:8659: $? = 0
  3657. configure:8659: result: yes
  3658. configure:8659: checking for libavformat/avformat.h
  3659. configure:8659: result: yes
  3660. configure:8659: checking ffmpeg/libavformat/avformat.h usability
  3661. configure:8659: gcc -c -g -O2 conftest.c >&5
  3662. conftest.c:107:41: fatal error: ffmpeg/libavformat/avformat.h: No such file or directory
  3663. compilation terminated.
  3664. configure:8659: $? = 1
  3665. configure: failed program was:
  3666. | /* confdefs.h */
  3667. | #define PACKAGE_NAME "MiniDLNA"
  3668. | #define PACKAGE_TARNAME "minidlna"
  3669. | #define PACKAGE_VERSION "1.1.0"
  3670. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3671. | #define PACKAGE_BUGREPORT ""
  3672. | #define PACKAGE_URL ""
  3673. | #define PACKAGE "minidlna"
  3674. | #define VERSION "1.1.0"
  3675. | #define STDC_HEADERS 1
  3676. | #define HAVE_SYS_TYPES_H 1
  3677. | #define HAVE_SYS_STAT_H 1
  3678. | #define HAVE_STDLIB_H 1
  3679. | #define HAVE_STRING_H 1
  3680. | #define HAVE_MEMORY_H 1
  3681. | #define HAVE_STRINGS_H 1
  3682. | #define HAVE_INTTYPES_H 1
  3683. | #define HAVE_STDINT_H 1
  3684. | #define HAVE_UNISTD_H 1
  3685. | #define __EXTENSIONS__ 1
  3686. | #define _ALL_SOURCE 1
  3687. | #define _GNU_SOURCE 1
  3688. | #define _POSIX_PTHREAD_SEMANTICS 1
  3689. | #define _TANDEM_SOURCE 1
  3690. | #define HAVE_ICONV 1
  3691. | #define ICONV_CONST
  3692. | #define ENABLE_NLS 1
  3693. | #define HAVE_GETTEXT 1
  3694. | #define HAVE_DCGETTEXT 1
  3695. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3696. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3697. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3698. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3699. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3700. | #define ROOTDEV_MODELURL OS_URL
  3701. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3702. | #define HAVE_ST_BLOCKS 1
  3703. | #define HAVE__BOOL 1
  3704. | #define HAVE_STDBOOL_H 1
  3705. | #define HAVE_FORK 1
  3706. | #define HAVE_VFORK 1
  3707. | #define HAVE_WORKING_VFORK 1
  3708. | #define HAVE_WORKING_FORK 1
  3709. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3710. | #define HAVE_GETHOSTNAME 1
  3711. | #define HAVE_GETIFADDRS 1
  3712. | #define HAVE_GETTIMEOFDAY 1
  3713. | #define HAVE_INET_NTOA 1
  3714. | #define HAVE_MEMMOVE 1
  3715. | #define HAVE_MEMSET 1
  3716. | #define HAVE_MKDIR 1
  3717. | #define HAVE_REALPATH 1
  3718. | #define HAVE_SELECT 1
  3719. | #define HAVE_SENDFILE 1
  3720. | #define HAVE_SETLOCALE 1
  3721. | #define HAVE_SOCKET 1
  3722. | #define HAVE_STRCASECMP 1
  3723. | #define HAVE_STRCHR 1
  3724. | #define HAVE_STRDUP 1
  3725. | #define HAVE_STRERROR 1
  3726. | #define HAVE_STRNCASECMP 1
  3727. | #define HAVE_STRPBRK 1
  3728. | #define HAVE_STRRCHR 1
  3729. | #define HAVE_STRSTR 1
  3730. | #define HAVE_STRTOL 1
  3731. | #define HAVE_STRTOUL 1
  3732. | #define HAVE_SYSCALL_H 1
  3733. | #define HAVE_SYS_SYSCALL_H 1
  3734. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3735. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3736. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3737. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  3738. | /* end confdefs.h. */
  3739. | #include <stdio.h>
  3740. | #ifdef HAVE_SYS_TYPES_H
  3741. | # include <sys/types.h>
  3742. | #endif
  3743. | #ifdef HAVE_SYS_STAT_H
  3744. | # include <sys/stat.h>
  3745. | #endif
  3746. | #ifdef STDC_HEADERS
  3747. | # include <stdlib.h>
  3748. | # include <stddef.h>
  3749. | #else
  3750. | # ifdef HAVE_STDLIB_H
  3751. | # include <stdlib.h>
  3752. | # endif
  3753. | #endif
  3754. | #ifdef HAVE_STRING_H
  3755. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3756. | # include <memory.h>
  3757. | # endif
  3758. | # include <string.h>
  3759. | #endif
  3760. | #ifdef HAVE_STRINGS_H
  3761. | # include <strings.h>
  3762. | #endif
  3763. | #ifdef HAVE_INTTYPES_H
  3764. | # include <inttypes.h>
  3765. | #endif
  3766. | #ifdef HAVE_STDINT_H
  3767. | # include <stdint.h>
  3768. | #endif
  3769. | #ifdef HAVE_UNISTD_H
  3770. | # include <unistd.h>
  3771. | #endif
  3772. | #include <ffmpeg/libavformat/avformat.h>
  3773. configure:8659: result: no
  3774. configure:8659: checking ffmpeg/libavformat/avformat.h presence
  3775. configure:8659: gcc -E conftest.c
  3776. conftest.c:74:41: fatal error: ffmpeg/libavformat/avformat.h: No such file or directory
  3777. compilation terminated.
  3778. configure:8659: $? = 1
  3779. configure: failed program was:
  3780. | /* confdefs.h */
  3781. | #define PACKAGE_NAME "MiniDLNA"
  3782. | #define PACKAGE_TARNAME "minidlna"
  3783. | #define PACKAGE_VERSION "1.1.0"
  3784. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3785. | #define PACKAGE_BUGREPORT ""
  3786. | #define PACKAGE_URL ""
  3787. | #define PACKAGE "minidlna"
  3788. | #define VERSION "1.1.0"
  3789. | #define STDC_HEADERS 1
  3790. | #define HAVE_SYS_TYPES_H 1
  3791. | #define HAVE_SYS_STAT_H 1
  3792. | #define HAVE_STDLIB_H 1
  3793. | #define HAVE_STRING_H 1
  3794. | #define HAVE_MEMORY_H 1
  3795. | #define HAVE_STRINGS_H 1
  3796. | #define HAVE_INTTYPES_H 1
  3797. | #define HAVE_STDINT_H 1
  3798. | #define HAVE_UNISTD_H 1
  3799. | #define __EXTENSIONS__ 1
  3800. | #define _ALL_SOURCE 1
  3801. | #define _GNU_SOURCE 1
  3802. | #define _POSIX_PTHREAD_SEMANTICS 1
  3803. | #define _TANDEM_SOURCE 1
  3804. | #define HAVE_ICONV 1
  3805. | #define ICONV_CONST
  3806. | #define ENABLE_NLS 1
  3807. | #define HAVE_GETTEXT 1
  3808. | #define HAVE_DCGETTEXT 1
  3809. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3810. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3811. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3812. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3813. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3814. | #define ROOTDEV_MODELURL OS_URL
  3815. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3816. | #define HAVE_ST_BLOCKS 1
  3817. | #define HAVE__BOOL 1
  3818. | #define HAVE_STDBOOL_H 1
  3819. | #define HAVE_FORK 1
  3820. | #define HAVE_VFORK 1
  3821. | #define HAVE_WORKING_VFORK 1
  3822. | #define HAVE_WORKING_FORK 1
  3823. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3824. | #define HAVE_GETHOSTNAME 1
  3825. | #define HAVE_GETIFADDRS 1
  3826. | #define HAVE_GETTIMEOFDAY 1
  3827. | #define HAVE_INET_NTOA 1
  3828. | #define HAVE_MEMMOVE 1
  3829. | #define HAVE_MEMSET 1
  3830. | #define HAVE_MKDIR 1
  3831. | #define HAVE_REALPATH 1
  3832. | #define HAVE_SELECT 1
  3833. | #define HAVE_SENDFILE 1
  3834. | #define HAVE_SETLOCALE 1
  3835. | #define HAVE_SOCKET 1
  3836. | #define HAVE_STRCASECMP 1
  3837. | #define HAVE_STRCHR 1
  3838. | #define HAVE_STRDUP 1
  3839. | #define HAVE_STRERROR 1
  3840. | #define HAVE_STRNCASECMP 1
  3841. | #define HAVE_STRPBRK 1
  3842. | #define HAVE_STRRCHR 1
  3843. | #define HAVE_STRSTR 1
  3844. | #define HAVE_STRTOL 1
  3845. | #define HAVE_STRTOUL 1
  3846. | #define HAVE_SYSCALL_H 1
  3847. | #define HAVE_SYS_SYSCALL_H 1
  3848. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3849. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3850. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3851. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  3852. | /* end confdefs.h. */
  3853. | #include <ffmpeg/libavformat/avformat.h>
  3854. configure:8659: result: no
  3855. configure:8659: checking for ffmpeg/libavformat/avformat.h
  3856. configure:8659: result: no
  3857. configure:8659: checking libav/libavformat/avformat.h usability
  3858. configure:8659: gcc -c -g -O2 conftest.c >&5
  3859. conftest.c:107:40: fatal error: libav/libavformat/avformat.h: No such file or directory
  3860. compilation terminated.
  3861. configure:8659: $? = 1
  3862. configure: failed program was:
  3863. | /* confdefs.h */
  3864. | #define PACKAGE_NAME "MiniDLNA"
  3865. | #define PACKAGE_TARNAME "minidlna"
  3866. | #define PACKAGE_VERSION "1.1.0"
  3867. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3868. | #define PACKAGE_BUGREPORT ""
  3869. | #define PACKAGE_URL ""
  3870. | #define PACKAGE "minidlna"
  3871. | #define VERSION "1.1.0"
  3872. | #define STDC_HEADERS 1
  3873. | #define HAVE_SYS_TYPES_H 1
  3874. | #define HAVE_SYS_STAT_H 1
  3875. | #define HAVE_STDLIB_H 1
  3876. | #define HAVE_STRING_H 1
  3877. | #define HAVE_MEMORY_H 1
  3878. | #define HAVE_STRINGS_H 1
  3879. | #define HAVE_INTTYPES_H 1
  3880. | #define HAVE_STDINT_H 1
  3881. | #define HAVE_UNISTD_H 1
  3882. | #define __EXTENSIONS__ 1
  3883. | #define _ALL_SOURCE 1
  3884. | #define _GNU_SOURCE 1
  3885. | #define _POSIX_PTHREAD_SEMANTICS 1
  3886. | #define _TANDEM_SOURCE 1
  3887. | #define HAVE_ICONV 1
  3888. | #define ICONV_CONST
  3889. | #define ENABLE_NLS 1
  3890. | #define HAVE_GETTEXT 1
  3891. | #define HAVE_DCGETTEXT 1
  3892. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  3893. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  3894. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  3895. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  3896. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  3897. | #define ROOTDEV_MODELURL OS_URL
  3898. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  3899. | #define HAVE_ST_BLOCKS 1
  3900. | #define HAVE__BOOL 1
  3901. | #define HAVE_STDBOOL_H 1
  3902. | #define HAVE_FORK 1
  3903. | #define HAVE_VFORK 1
  3904. | #define HAVE_WORKING_VFORK 1
  3905. | #define HAVE_WORKING_FORK 1
  3906. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3907. | #define HAVE_GETHOSTNAME 1
  3908. | #define HAVE_GETIFADDRS 1
  3909. | #define HAVE_GETTIMEOFDAY 1
  3910. | #define HAVE_INET_NTOA 1
  3911. | #define HAVE_MEMMOVE 1
  3912. | #define HAVE_MEMSET 1
  3913. | #define HAVE_MKDIR 1
  3914. | #define HAVE_REALPATH 1
  3915. | #define HAVE_SELECT 1
  3916. | #define HAVE_SENDFILE 1
  3917. | #define HAVE_SETLOCALE 1
  3918. | #define HAVE_SOCKET 1
  3919. | #define HAVE_STRCASECMP 1
  3920. | #define HAVE_STRCHR 1
  3921. | #define HAVE_STRDUP 1
  3922. | #define HAVE_STRERROR 1
  3923. | #define HAVE_STRNCASECMP 1
  3924. | #define HAVE_STRPBRK 1
  3925. | #define HAVE_STRRCHR 1
  3926. | #define HAVE_STRSTR 1
  3927. | #define HAVE_STRTOL 1
  3928. | #define HAVE_STRTOUL 1
  3929. | #define HAVE_SYSCALL_H 1
  3930. | #define HAVE_SYS_SYSCALL_H 1
  3931. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  3932. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  3933. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  3934. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  3935. | /* end confdefs.h. */
  3936. | #include <stdio.h>
  3937. | #ifdef HAVE_SYS_TYPES_H
  3938. | # include <sys/types.h>
  3939. | #endif
  3940. | #ifdef HAVE_SYS_STAT_H
  3941. | # include <sys/stat.h>
  3942. | #endif
  3943. | #ifdef STDC_HEADERS
  3944. | # include <stdlib.h>
  3945. | # include <stddef.h>
  3946. | #else
  3947. | # ifdef HAVE_STDLIB_H
  3948. | # include <stdlib.h>
  3949. | # endif
  3950. | #endif
  3951. | #ifdef HAVE_STRING_H
  3952. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3953. | # include <memory.h>
  3954. | # endif
  3955. | # include <string.h>
  3956. | #endif
  3957. | #ifdef HAVE_STRINGS_H
  3958. | # include <strings.h>
  3959. | #endif
  3960. | #ifdef HAVE_INTTYPES_H
  3961. | # include <inttypes.h>
  3962. | #endif
  3963. | #ifdef HAVE_STDINT_H
  3964. | # include <stdint.h>
  3965. | #endif
  3966. | #ifdef HAVE_UNISTD_H
  3967. | # include <unistd.h>
  3968. | #endif
  3969. | #include <libav/libavformat/avformat.h>
  3970. configure:8659: result: no
  3971. configure:8659: checking libav/libavformat/avformat.h presence
  3972. configure:8659: gcc -E conftest.c
  3973. conftest.c:74:40: fatal error: libav/libavformat/avformat.h: No such file or directory
  3974. compilation terminated.
  3975. configure:8659: $? = 1
  3976. configure: failed program was:
  3977. | /* confdefs.h */
  3978. | #define PACKAGE_NAME "MiniDLNA"
  3979. | #define PACKAGE_TARNAME "minidlna"
  3980. | #define PACKAGE_VERSION "1.1.0"
  3981. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  3982. | #define PACKAGE_BUGREPORT ""
  3983. | #define PACKAGE_URL ""
  3984. | #define PACKAGE "minidlna"
  3985. | #define VERSION "1.1.0"
  3986. | #define STDC_HEADERS 1
  3987. | #define HAVE_SYS_TYPES_H 1
  3988. | #define HAVE_SYS_STAT_H 1
  3989. | #define HAVE_STDLIB_H 1
  3990. | #define HAVE_STRING_H 1
  3991. | #define HAVE_MEMORY_H 1
  3992. | #define HAVE_STRINGS_H 1
  3993. | #define HAVE_INTTYPES_H 1
  3994. | #define HAVE_STDINT_H 1
  3995. | #define HAVE_UNISTD_H 1
  3996. | #define __EXTENSIONS__ 1
  3997. | #define _ALL_SOURCE 1
  3998. | #define _GNU_SOURCE 1
  3999. | #define _POSIX_PTHREAD_SEMANTICS 1
  4000. | #define _TANDEM_SOURCE 1
  4001. | #define HAVE_ICONV 1
  4002. | #define ICONV_CONST
  4003. | #define ENABLE_NLS 1
  4004. | #define HAVE_GETTEXT 1
  4005. | #define HAVE_DCGETTEXT 1
  4006. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4007. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4008. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4009. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4010. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4011. | #define ROOTDEV_MODELURL OS_URL
  4012. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4013. | #define HAVE_ST_BLOCKS 1
  4014. | #define HAVE__BOOL 1
  4015. | #define HAVE_STDBOOL_H 1
  4016. | #define HAVE_FORK 1
  4017. | #define HAVE_VFORK 1
  4018. | #define HAVE_WORKING_VFORK 1
  4019. | #define HAVE_WORKING_FORK 1
  4020. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4021. | #define HAVE_GETHOSTNAME 1
  4022. | #define HAVE_GETIFADDRS 1
  4023. | #define HAVE_GETTIMEOFDAY 1
  4024. | #define HAVE_INET_NTOA 1
  4025. | #define HAVE_MEMMOVE 1
  4026. | #define HAVE_MEMSET 1
  4027. | #define HAVE_MKDIR 1
  4028. | #define HAVE_REALPATH 1
  4029. | #define HAVE_SELECT 1
  4030. | #define HAVE_SENDFILE 1
  4031. | #define HAVE_SETLOCALE 1
  4032. | #define HAVE_SOCKET 1
  4033. | #define HAVE_STRCASECMP 1
  4034. | #define HAVE_STRCHR 1
  4035. | #define HAVE_STRDUP 1
  4036. | #define HAVE_STRERROR 1
  4037. | #define HAVE_STRNCASECMP 1
  4038. | #define HAVE_STRPBRK 1
  4039. | #define HAVE_STRRCHR 1
  4040. | #define HAVE_STRSTR 1
  4041. | #define HAVE_STRTOL 1
  4042. | #define HAVE_STRTOUL 1
  4043. | #define HAVE_SYSCALL_H 1
  4044. | #define HAVE_SYS_SYSCALL_H 1
  4045. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4046. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4047. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4048. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4049. | /* end confdefs.h. */
  4050. | #include <libav/libavformat/avformat.h>
  4051. configure:8659: result: no
  4052. configure:8659: checking for libav/libavformat/avformat.h
  4053. configure:8659: result: no
  4054. configure:8659: checking avformat.h usability
  4055. configure:8659: gcc -c -g -O2 conftest.c >&5
  4056. conftest.c:107:22: fatal error: avformat.h: No such file or directory
  4057. compilation terminated.
  4058. configure:8659: $? = 1
  4059. configure: failed program was:
  4060. | /* confdefs.h */
  4061. | #define PACKAGE_NAME "MiniDLNA"
  4062. | #define PACKAGE_TARNAME "minidlna"
  4063. | #define PACKAGE_VERSION "1.1.0"
  4064. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4065. | #define PACKAGE_BUGREPORT ""
  4066. | #define PACKAGE_URL ""
  4067. | #define PACKAGE "minidlna"
  4068. | #define VERSION "1.1.0"
  4069. | #define STDC_HEADERS 1
  4070. | #define HAVE_SYS_TYPES_H 1
  4071. | #define HAVE_SYS_STAT_H 1
  4072. | #define HAVE_STDLIB_H 1
  4073. | #define HAVE_STRING_H 1
  4074. | #define HAVE_MEMORY_H 1
  4075. | #define HAVE_STRINGS_H 1
  4076. | #define HAVE_INTTYPES_H 1
  4077. | #define HAVE_STDINT_H 1
  4078. | #define HAVE_UNISTD_H 1
  4079. | #define __EXTENSIONS__ 1
  4080. | #define _ALL_SOURCE 1
  4081. | #define _GNU_SOURCE 1
  4082. | #define _POSIX_PTHREAD_SEMANTICS 1
  4083. | #define _TANDEM_SOURCE 1
  4084. | #define HAVE_ICONV 1
  4085. | #define ICONV_CONST
  4086. | #define ENABLE_NLS 1
  4087. | #define HAVE_GETTEXT 1
  4088. | #define HAVE_DCGETTEXT 1
  4089. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4090. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4091. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4092. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4093. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4094. | #define ROOTDEV_MODELURL OS_URL
  4095. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4096. | #define HAVE_ST_BLOCKS 1
  4097. | #define HAVE__BOOL 1
  4098. | #define HAVE_STDBOOL_H 1
  4099. | #define HAVE_FORK 1
  4100. | #define HAVE_VFORK 1
  4101. | #define HAVE_WORKING_VFORK 1
  4102. | #define HAVE_WORKING_FORK 1
  4103. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4104. | #define HAVE_GETHOSTNAME 1
  4105. | #define HAVE_GETIFADDRS 1
  4106. | #define HAVE_GETTIMEOFDAY 1
  4107. | #define HAVE_INET_NTOA 1
  4108. | #define HAVE_MEMMOVE 1
  4109. | #define HAVE_MEMSET 1
  4110. | #define HAVE_MKDIR 1
  4111. | #define HAVE_REALPATH 1
  4112. | #define HAVE_SELECT 1
  4113. | #define HAVE_SENDFILE 1
  4114. | #define HAVE_SETLOCALE 1
  4115. | #define HAVE_SOCKET 1
  4116. | #define HAVE_STRCASECMP 1
  4117. | #define HAVE_STRCHR 1
  4118. | #define HAVE_STRDUP 1
  4119. | #define HAVE_STRERROR 1
  4120. | #define HAVE_STRNCASECMP 1
  4121. | #define HAVE_STRPBRK 1
  4122. | #define HAVE_STRRCHR 1
  4123. | #define HAVE_STRSTR 1
  4124. | #define HAVE_STRTOL 1
  4125. | #define HAVE_STRTOUL 1
  4126. | #define HAVE_SYSCALL_H 1
  4127. | #define HAVE_SYS_SYSCALL_H 1
  4128. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4129. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4130. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4131. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4132. | /* end confdefs.h. */
  4133. | #include <stdio.h>
  4134. | #ifdef HAVE_SYS_TYPES_H
  4135. | # include <sys/types.h>
  4136. | #endif
  4137. | #ifdef HAVE_SYS_STAT_H
  4138. | # include <sys/stat.h>
  4139. | #endif
  4140. | #ifdef STDC_HEADERS
  4141. | # include <stdlib.h>
  4142. | # include <stddef.h>
  4143. | #else
  4144. | # ifdef HAVE_STDLIB_H
  4145. | # include <stdlib.h>
  4146. | # endif
  4147. | #endif
  4148. | #ifdef HAVE_STRING_H
  4149. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4150. | # include <memory.h>
  4151. | # endif
  4152. | # include <string.h>
  4153. | #endif
  4154. | #ifdef HAVE_STRINGS_H
  4155. | # include <strings.h>
  4156. | #endif
  4157. | #ifdef HAVE_INTTYPES_H
  4158. | # include <inttypes.h>
  4159. | #endif
  4160. | #ifdef HAVE_STDINT_H
  4161. | # include <stdint.h>
  4162. | #endif
  4163. | #ifdef HAVE_UNISTD_H
  4164. | # include <unistd.h>
  4165. | #endif
  4166. | #include <avformat.h>
  4167. configure:8659: result: no
  4168. configure:8659: checking avformat.h presence
  4169. configure:8659: gcc -E conftest.c
  4170. conftest.c:74:22: fatal error: avformat.h: No such file or directory
  4171. compilation terminated.
  4172. configure:8659: $? = 1
  4173. configure: failed program was:
  4174. | /* confdefs.h */
  4175. | #define PACKAGE_NAME "MiniDLNA"
  4176. | #define PACKAGE_TARNAME "minidlna"
  4177. | #define PACKAGE_VERSION "1.1.0"
  4178. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4179. | #define PACKAGE_BUGREPORT ""
  4180. | #define PACKAGE_URL ""
  4181. | #define PACKAGE "minidlna"
  4182. | #define VERSION "1.1.0"
  4183. | #define STDC_HEADERS 1
  4184. | #define HAVE_SYS_TYPES_H 1
  4185. | #define HAVE_SYS_STAT_H 1
  4186. | #define HAVE_STDLIB_H 1
  4187. | #define HAVE_STRING_H 1
  4188. | #define HAVE_MEMORY_H 1
  4189. | #define HAVE_STRINGS_H 1
  4190. | #define HAVE_INTTYPES_H 1
  4191. | #define HAVE_STDINT_H 1
  4192. | #define HAVE_UNISTD_H 1
  4193. | #define __EXTENSIONS__ 1
  4194. | #define _ALL_SOURCE 1
  4195. | #define _GNU_SOURCE 1
  4196. | #define _POSIX_PTHREAD_SEMANTICS 1
  4197. | #define _TANDEM_SOURCE 1
  4198. | #define HAVE_ICONV 1
  4199. | #define ICONV_CONST
  4200. | #define ENABLE_NLS 1
  4201. | #define HAVE_GETTEXT 1
  4202. | #define HAVE_DCGETTEXT 1
  4203. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4204. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4205. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4206. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4207. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4208. | #define ROOTDEV_MODELURL OS_URL
  4209. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4210. | #define HAVE_ST_BLOCKS 1
  4211. | #define HAVE__BOOL 1
  4212. | #define HAVE_STDBOOL_H 1
  4213. | #define HAVE_FORK 1
  4214. | #define HAVE_VFORK 1
  4215. | #define HAVE_WORKING_VFORK 1
  4216. | #define HAVE_WORKING_FORK 1
  4217. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4218. | #define HAVE_GETHOSTNAME 1
  4219. | #define HAVE_GETIFADDRS 1
  4220. | #define HAVE_GETTIMEOFDAY 1
  4221. | #define HAVE_INET_NTOA 1
  4222. | #define HAVE_MEMMOVE 1
  4223. | #define HAVE_MEMSET 1
  4224. | #define HAVE_MKDIR 1
  4225. | #define HAVE_REALPATH 1
  4226. | #define HAVE_SELECT 1
  4227. | #define HAVE_SENDFILE 1
  4228. | #define HAVE_SETLOCALE 1
  4229. | #define HAVE_SOCKET 1
  4230. | #define HAVE_STRCASECMP 1
  4231. | #define HAVE_STRCHR 1
  4232. | #define HAVE_STRDUP 1
  4233. | #define HAVE_STRERROR 1
  4234. | #define HAVE_STRNCASECMP 1
  4235. | #define HAVE_STRPBRK 1
  4236. | #define HAVE_STRRCHR 1
  4237. | #define HAVE_STRSTR 1
  4238. | #define HAVE_STRTOL 1
  4239. | #define HAVE_STRTOUL 1
  4240. | #define HAVE_SYSCALL_H 1
  4241. | #define HAVE_SYS_SYSCALL_H 1
  4242. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4243. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4244. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4245. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4246. | /* end confdefs.h. */
  4247. | #include <avformat.h>
  4248. configure:8659: result: no
  4249. configure:8659: checking for avformat.h
  4250. configure:8659: result: no
  4251. configure:8659: checking ffmpeg/avformat.h usability
  4252. configure:8659: gcc -c -g -O2 conftest.c >&5
  4253. conftest.c:107:29: fatal error: ffmpeg/avformat.h: No such file or directory
  4254. compilation terminated.
  4255. configure:8659: $? = 1
  4256. configure: failed program was:
  4257. | /* confdefs.h */
  4258. | #define PACKAGE_NAME "MiniDLNA"
  4259. | #define PACKAGE_TARNAME "minidlna"
  4260. | #define PACKAGE_VERSION "1.1.0"
  4261. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4262. | #define PACKAGE_BUGREPORT ""
  4263. | #define PACKAGE_URL ""
  4264. | #define PACKAGE "minidlna"
  4265. | #define VERSION "1.1.0"
  4266. | #define STDC_HEADERS 1
  4267. | #define HAVE_SYS_TYPES_H 1
  4268. | #define HAVE_SYS_STAT_H 1
  4269. | #define HAVE_STDLIB_H 1
  4270. | #define HAVE_STRING_H 1
  4271. | #define HAVE_MEMORY_H 1
  4272. | #define HAVE_STRINGS_H 1
  4273. | #define HAVE_INTTYPES_H 1
  4274. | #define HAVE_STDINT_H 1
  4275. | #define HAVE_UNISTD_H 1
  4276. | #define __EXTENSIONS__ 1
  4277. | #define _ALL_SOURCE 1
  4278. | #define _GNU_SOURCE 1
  4279. | #define _POSIX_PTHREAD_SEMANTICS 1
  4280. | #define _TANDEM_SOURCE 1
  4281. | #define HAVE_ICONV 1
  4282. | #define ICONV_CONST
  4283. | #define ENABLE_NLS 1
  4284. | #define HAVE_GETTEXT 1
  4285. | #define HAVE_DCGETTEXT 1
  4286. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4287. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4288. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4289. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4290. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4291. | #define ROOTDEV_MODELURL OS_URL
  4292. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4293. | #define HAVE_ST_BLOCKS 1
  4294. | #define HAVE__BOOL 1
  4295. | #define HAVE_STDBOOL_H 1
  4296. | #define HAVE_FORK 1
  4297. | #define HAVE_VFORK 1
  4298. | #define HAVE_WORKING_VFORK 1
  4299. | #define HAVE_WORKING_FORK 1
  4300. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4301. | #define HAVE_GETHOSTNAME 1
  4302. | #define HAVE_GETIFADDRS 1
  4303. | #define HAVE_GETTIMEOFDAY 1
  4304. | #define HAVE_INET_NTOA 1
  4305. | #define HAVE_MEMMOVE 1
  4306. | #define HAVE_MEMSET 1
  4307. | #define HAVE_MKDIR 1
  4308. | #define HAVE_REALPATH 1
  4309. | #define HAVE_SELECT 1
  4310. | #define HAVE_SENDFILE 1
  4311. | #define HAVE_SETLOCALE 1
  4312. | #define HAVE_SOCKET 1
  4313. | #define HAVE_STRCASECMP 1
  4314. | #define HAVE_STRCHR 1
  4315. | #define HAVE_STRDUP 1
  4316. | #define HAVE_STRERROR 1
  4317. | #define HAVE_STRNCASECMP 1
  4318. | #define HAVE_STRPBRK 1
  4319. | #define HAVE_STRRCHR 1
  4320. | #define HAVE_STRSTR 1
  4321. | #define HAVE_STRTOL 1
  4322. | #define HAVE_STRTOUL 1
  4323. | #define HAVE_SYSCALL_H 1
  4324. | #define HAVE_SYS_SYSCALL_H 1
  4325. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4326. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4327. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4328. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4329. | /* end confdefs.h. */
  4330. | #include <stdio.h>
  4331. | #ifdef HAVE_SYS_TYPES_H
  4332. | # include <sys/types.h>
  4333. | #endif
  4334. | #ifdef HAVE_SYS_STAT_H
  4335. | # include <sys/stat.h>
  4336. | #endif
  4337. | #ifdef STDC_HEADERS
  4338. | # include <stdlib.h>
  4339. | # include <stddef.h>
  4340. | #else
  4341. | # ifdef HAVE_STDLIB_H
  4342. | # include <stdlib.h>
  4343. | # endif
  4344. | #endif
  4345. | #ifdef HAVE_STRING_H
  4346. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4347. | # include <memory.h>
  4348. | # endif
  4349. | # include <string.h>
  4350. | #endif
  4351. | #ifdef HAVE_STRINGS_H
  4352. | # include <strings.h>
  4353. | #endif
  4354. | #ifdef HAVE_INTTYPES_H
  4355. | # include <inttypes.h>
  4356. | #endif
  4357. | #ifdef HAVE_STDINT_H
  4358. | # include <stdint.h>
  4359. | #endif
  4360. | #ifdef HAVE_UNISTD_H
  4361. | # include <unistd.h>
  4362. | #endif
  4363. | #include <ffmpeg/avformat.h>
  4364. configure:8659: result: no
  4365. configure:8659: checking ffmpeg/avformat.h presence
  4366. configure:8659: gcc -E conftest.c
  4367. conftest.c:74:29: fatal error: ffmpeg/avformat.h: No such file or directory
  4368. compilation terminated.
  4369. configure:8659: $? = 1
  4370. configure: failed program was:
  4371. | /* confdefs.h */
  4372. | #define PACKAGE_NAME "MiniDLNA"
  4373. | #define PACKAGE_TARNAME "minidlna"
  4374. | #define PACKAGE_VERSION "1.1.0"
  4375. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4376. | #define PACKAGE_BUGREPORT ""
  4377. | #define PACKAGE_URL ""
  4378. | #define PACKAGE "minidlna"
  4379. | #define VERSION "1.1.0"
  4380. | #define STDC_HEADERS 1
  4381. | #define HAVE_SYS_TYPES_H 1
  4382. | #define HAVE_SYS_STAT_H 1
  4383. | #define HAVE_STDLIB_H 1
  4384. | #define HAVE_STRING_H 1
  4385. | #define HAVE_MEMORY_H 1
  4386. | #define HAVE_STRINGS_H 1
  4387. | #define HAVE_INTTYPES_H 1
  4388. | #define HAVE_STDINT_H 1
  4389. | #define HAVE_UNISTD_H 1
  4390. | #define __EXTENSIONS__ 1
  4391. | #define _ALL_SOURCE 1
  4392. | #define _GNU_SOURCE 1
  4393. | #define _POSIX_PTHREAD_SEMANTICS 1
  4394. | #define _TANDEM_SOURCE 1
  4395. | #define HAVE_ICONV 1
  4396. | #define ICONV_CONST
  4397. | #define ENABLE_NLS 1
  4398. | #define HAVE_GETTEXT 1
  4399. | #define HAVE_DCGETTEXT 1
  4400. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4401. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4402. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4403. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4404. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4405. | #define ROOTDEV_MODELURL OS_URL
  4406. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4407. | #define HAVE_ST_BLOCKS 1
  4408. | #define HAVE__BOOL 1
  4409. | #define HAVE_STDBOOL_H 1
  4410. | #define HAVE_FORK 1
  4411. | #define HAVE_VFORK 1
  4412. | #define HAVE_WORKING_VFORK 1
  4413. | #define HAVE_WORKING_FORK 1
  4414. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4415. | #define HAVE_GETHOSTNAME 1
  4416. | #define HAVE_GETIFADDRS 1
  4417. | #define HAVE_GETTIMEOFDAY 1
  4418. | #define HAVE_INET_NTOA 1
  4419. | #define HAVE_MEMMOVE 1
  4420. | #define HAVE_MEMSET 1
  4421. | #define HAVE_MKDIR 1
  4422. | #define HAVE_REALPATH 1
  4423. | #define HAVE_SELECT 1
  4424. | #define HAVE_SENDFILE 1
  4425. | #define HAVE_SETLOCALE 1
  4426. | #define HAVE_SOCKET 1
  4427. | #define HAVE_STRCASECMP 1
  4428. | #define HAVE_STRCHR 1
  4429. | #define HAVE_STRDUP 1
  4430. | #define HAVE_STRERROR 1
  4431. | #define HAVE_STRNCASECMP 1
  4432. | #define HAVE_STRPBRK 1
  4433. | #define HAVE_STRRCHR 1
  4434. | #define HAVE_STRSTR 1
  4435. | #define HAVE_STRTOL 1
  4436. | #define HAVE_STRTOUL 1
  4437. | #define HAVE_SYSCALL_H 1
  4438. | #define HAVE_SYS_SYSCALL_H 1
  4439. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4440. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4441. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4442. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4443. | /* end confdefs.h. */
  4444. | #include <ffmpeg/avformat.h>
  4445. configure:8659: result: no
  4446. configure:8659: checking for ffmpeg/avformat.h
  4447. configure:8659: result: no
  4448. configure:8659: checking libav/avformat.h usability
  4449. configure:8659: gcc -c -g -O2 conftest.c >&5
  4450. conftest.c:107:28: fatal error: libav/avformat.h: No such file or directory
  4451. compilation terminated.
  4452. configure:8659: $? = 1
  4453. configure: failed program was:
  4454. | /* confdefs.h */
  4455. | #define PACKAGE_NAME "MiniDLNA"
  4456. | #define PACKAGE_TARNAME "minidlna"
  4457. | #define PACKAGE_VERSION "1.1.0"
  4458. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4459. | #define PACKAGE_BUGREPORT ""
  4460. | #define PACKAGE_URL ""
  4461. | #define PACKAGE "minidlna"
  4462. | #define VERSION "1.1.0"
  4463. | #define STDC_HEADERS 1
  4464. | #define HAVE_SYS_TYPES_H 1
  4465. | #define HAVE_SYS_STAT_H 1
  4466. | #define HAVE_STDLIB_H 1
  4467. | #define HAVE_STRING_H 1
  4468. | #define HAVE_MEMORY_H 1
  4469. | #define HAVE_STRINGS_H 1
  4470. | #define HAVE_INTTYPES_H 1
  4471. | #define HAVE_STDINT_H 1
  4472. | #define HAVE_UNISTD_H 1
  4473. | #define __EXTENSIONS__ 1
  4474. | #define _ALL_SOURCE 1
  4475. | #define _GNU_SOURCE 1
  4476. | #define _POSIX_PTHREAD_SEMANTICS 1
  4477. | #define _TANDEM_SOURCE 1
  4478. | #define HAVE_ICONV 1
  4479. | #define ICONV_CONST
  4480. | #define ENABLE_NLS 1
  4481. | #define HAVE_GETTEXT 1
  4482. | #define HAVE_DCGETTEXT 1
  4483. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4484. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4485. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4486. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4487. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4488. | #define ROOTDEV_MODELURL OS_URL
  4489. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4490. | #define HAVE_ST_BLOCKS 1
  4491. | #define HAVE__BOOL 1
  4492. | #define HAVE_STDBOOL_H 1
  4493. | #define HAVE_FORK 1
  4494. | #define HAVE_VFORK 1
  4495. | #define HAVE_WORKING_VFORK 1
  4496. | #define HAVE_WORKING_FORK 1
  4497. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4498. | #define HAVE_GETHOSTNAME 1
  4499. | #define HAVE_GETIFADDRS 1
  4500. | #define HAVE_GETTIMEOFDAY 1
  4501. | #define HAVE_INET_NTOA 1
  4502. | #define HAVE_MEMMOVE 1
  4503. | #define HAVE_MEMSET 1
  4504. | #define HAVE_MKDIR 1
  4505. | #define HAVE_REALPATH 1
  4506. | #define HAVE_SELECT 1
  4507. | #define HAVE_SENDFILE 1
  4508. | #define HAVE_SETLOCALE 1
  4509. | #define HAVE_SOCKET 1
  4510. | #define HAVE_STRCASECMP 1
  4511. | #define HAVE_STRCHR 1
  4512. | #define HAVE_STRDUP 1
  4513. | #define HAVE_STRERROR 1
  4514. | #define HAVE_STRNCASECMP 1
  4515. | #define HAVE_STRPBRK 1
  4516. | #define HAVE_STRRCHR 1
  4517. | #define HAVE_STRSTR 1
  4518. | #define HAVE_STRTOL 1
  4519. | #define HAVE_STRTOUL 1
  4520. | #define HAVE_SYSCALL_H 1
  4521. | #define HAVE_SYS_SYSCALL_H 1
  4522. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4523. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4524. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4525. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4526. | /* end confdefs.h. */
  4527. | #include <stdio.h>
  4528. | #ifdef HAVE_SYS_TYPES_H
  4529. | # include <sys/types.h>
  4530. | #endif
  4531. | #ifdef HAVE_SYS_STAT_H
  4532. | # include <sys/stat.h>
  4533. | #endif
  4534. | #ifdef STDC_HEADERS
  4535. | # include <stdlib.h>
  4536. | # include <stddef.h>
  4537. | #else
  4538. | # ifdef HAVE_STDLIB_H
  4539. | # include <stdlib.h>
  4540. | # endif
  4541. | #endif
  4542. | #ifdef HAVE_STRING_H
  4543. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4544. | # include <memory.h>
  4545. | # endif
  4546. | # include <string.h>
  4547. | #endif
  4548. | #ifdef HAVE_STRINGS_H
  4549. | # include <strings.h>
  4550. | #endif
  4551. | #ifdef HAVE_INTTYPES_H
  4552. | # include <inttypes.h>
  4553. | #endif
  4554. | #ifdef HAVE_STDINT_H
  4555. | # include <stdint.h>
  4556. | #endif
  4557. | #ifdef HAVE_UNISTD_H
  4558. | # include <unistd.h>
  4559. | #endif
  4560. | #include <libav/avformat.h>
  4561. configure:8659: result: no
  4562. configure:8659: checking libav/avformat.h presence
  4563. configure:8659: gcc -E conftest.c
  4564. conftest.c:74:28: fatal error: libav/avformat.h: No such file or directory
  4565. compilation terminated.
  4566. configure:8659: $? = 1
  4567. configure: failed program was:
  4568. | /* confdefs.h */
  4569. | #define PACKAGE_NAME "MiniDLNA"
  4570. | #define PACKAGE_TARNAME "minidlna"
  4571. | #define PACKAGE_VERSION "1.1.0"
  4572. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4573. | #define PACKAGE_BUGREPORT ""
  4574. | #define PACKAGE_URL ""
  4575. | #define PACKAGE "minidlna"
  4576. | #define VERSION "1.1.0"
  4577. | #define STDC_HEADERS 1
  4578. | #define HAVE_SYS_TYPES_H 1
  4579. | #define HAVE_SYS_STAT_H 1
  4580. | #define HAVE_STDLIB_H 1
  4581. | #define HAVE_STRING_H 1
  4582. | #define HAVE_MEMORY_H 1
  4583. | #define HAVE_STRINGS_H 1
  4584. | #define HAVE_INTTYPES_H 1
  4585. | #define HAVE_STDINT_H 1
  4586. | #define HAVE_UNISTD_H 1
  4587. | #define __EXTENSIONS__ 1
  4588. | #define _ALL_SOURCE 1
  4589. | #define _GNU_SOURCE 1
  4590. | #define _POSIX_PTHREAD_SEMANTICS 1
  4591. | #define _TANDEM_SOURCE 1
  4592. | #define HAVE_ICONV 1
  4593. | #define ICONV_CONST
  4594. | #define ENABLE_NLS 1
  4595. | #define HAVE_GETTEXT 1
  4596. | #define HAVE_DCGETTEXT 1
  4597. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4598. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4599. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4600. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4601. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4602. | #define ROOTDEV_MODELURL OS_URL
  4603. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4604. | #define HAVE_ST_BLOCKS 1
  4605. | #define HAVE__BOOL 1
  4606. | #define HAVE_STDBOOL_H 1
  4607. | #define HAVE_FORK 1
  4608. | #define HAVE_VFORK 1
  4609. | #define HAVE_WORKING_VFORK 1
  4610. | #define HAVE_WORKING_FORK 1
  4611. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4612. | #define HAVE_GETHOSTNAME 1
  4613. | #define HAVE_GETIFADDRS 1
  4614. | #define HAVE_GETTIMEOFDAY 1
  4615. | #define HAVE_INET_NTOA 1
  4616. | #define HAVE_MEMMOVE 1
  4617. | #define HAVE_MEMSET 1
  4618. | #define HAVE_MKDIR 1
  4619. | #define HAVE_REALPATH 1
  4620. | #define HAVE_SELECT 1
  4621. | #define HAVE_SENDFILE 1
  4622. | #define HAVE_SETLOCALE 1
  4623. | #define HAVE_SOCKET 1
  4624. | #define HAVE_STRCASECMP 1
  4625. | #define HAVE_STRCHR 1
  4626. | #define HAVE_STRDUP 1
  4627. | #define HAVE_STRERROR 1
  4628. | #define HAVE_STRNCASECMP 1
  4629. | #define HAVE_STRPBRK 1
  4630. | #define HAVE_STRRCHR 1
  4631. | #define HAVE_STRSTR 1
  4632. | #define HAVE_STRTOL 1
  4633. | #define HAVE_STRTOUL 1
  4634. | #define HAVE_SYSCALL_H 1
  4635. | #define HAVE_SYS_SYSCALL_H 1
  4636. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4637. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4638. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4639. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4640. | /* end confdefs.h. */
  4641. | #include <libav/avformat.h>
  4642. configure:8659: result: no
  4643. configure:8659: checking for libav/avformat.h
  4644. configure:8659: result: no
  4645. configure:8692: checking jpeglib.h usability
  4646. configure:8692: gcc -c -g -O2 conftest.c >&5
  4647. configure:8692: $? = 0
  4648. configure:8692: result: yes
  4649. configure:8692: checking jpeglib.h presence
  4650. configure:8692: gcc -E conftest.c
  4651. configure:8692: $? = 0
  4652. configure:8692: result: yes
  4653. configure:8692: checking for jpeglib.h
  4654. configure:8692: result: yes
  4655. configure:8692: checking sqlite3.h usability
  4656. configure:8692: gcc -c -g -O2 conftest.c >&5
  4657. configure:8692: $? = 0
  4658. configure:8692: result: yes
  4659. configure:8692: checking sqlite3.h presence
  4660. configure:8692: gcc -E conftest.c
  4661. configure:8692: $? = 0
  4662. configure:8692: result: yes
  4663. configure:8692: checking for sqlite3.h
  4664. configure:8692: result: yes
  4665. configure:8692: checking libexif/exif-loader.h usability
  4666. configure:8692: gcc -c -g -O2 conftest.c >&5
  4667. configure:8692: $? = 0
  4668. configure:8692: result: yes
  4669. configure:8692: checking libexif/exif-loader.h presence
  4670. configure:8692: gcc -E conftest.c
  4671. configure:8692: $? = 0
  4672. configure:8692: result: yes
  4673. configure:8692: checking for libexif/exif-loader.h
  4674. configure:8692: result: yes
  4675. configure:8692: checking id3tag.h usability
  4676. configure:8692: gcc -c -g -O2 conftest.c >&5
  4677. configure:8692: $? = 0
  4678. configure:8692: result: yes
  4679. configure:8692: checking id3tag.h presence
  4680. configure:8692: gcc -E conftest.c
  4681. configure:8692: $? = 0
  4682. configure:8692: result: yes
  4683. configure:8692: checking for id3tag.h
  4684. configure:8692: result: yes
  4685. configure:8692: checking ogg/ogg.h usability
  4686. configure:8692: gcc -c -g -O2 conftest.c >&5
  4687. configure:8692: $? = 0
  4688. configure:8692: result: yes
  4689. configure:8692: checking ogg/ogg.h presence
  4690. configure:8692: gcc -E conftest.c
  4691. configure:8692: $? = 0
  4692. configure:8692: result: yes
  4693. configure:8692: checking for ogg/ogg.h
  4694. configure:8692: result: yes
  4695. configure:8692: checking vorbis/codec.h usability
  4696. configure:8692: gcc -c -g -O2 conftest.c >&5
  4697. configure:8692: $? = 0
  4698. configure:8692: result: yes
  4699. configure:8692: checking vorbis/codec.h presence
  4700. configure:8692: gcc -E conftest.c
  4701. configure:8692: $? = 0
  4702. configure:8692: result: yes
  4703. configure:8692: checking for vorbis/codec.h
  4704. configure:8692: result: yes
  4705. configure:8692: checking FLAC/metadata.h usability
  4706. configure:8692: gcc -c -g -O2 conftest.c >&5
  4707. configure:8692: $? = 0
  4708. configure:8692: result: yes
  4709. configure:8692: checking FLAC/metadata.h presence
  4710. configure:8692: gcc -E conftest.c
  4711. configure:8692: $? = 0
  4712. configure:8692: result: yes
  4713. configure:8692: checking for FLAC/metadata.h
  4714. configure:8692: result: yes
  4715. configure:8739: checking if we should use the daemon() libc function
  4716. configure:8758: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  4717. configure:8758: $? = 0
  4718. configure:8763: result: yes
  4719. configure:8774: checking if scandir declaration requires const char cast
  4720. configure:8797: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  4721. conftest.c: In function 'main':
  4722. conftest.c:94:13: error: passing argument 3 of 'scandir' from incompatible pointer type [-Werror]
  4723. In file included from conftest.c:85:0:
  4724. /usr/include/dirent.h:256:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(struct dirent *)'
  4725. cc1: all warnings being treated as errors
  4726. configure:8797: $? = 1
  4727. configure: failed program was:
  4728. | /* confdefs.h */
  4729. | #define PACKAGE_NAME "MiniDLNA"
  4730. | #define PACKAGE_TARNAME "minidlna"
  4731. | #define PACKAGE_VERSION "1.1.0"
  4732. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4733. | #define PACKAGE_BUGREPORT ""
  4734. | #define PACKAGE_URL ""
  4735. | #define PACKAGE "minidlna"
  4736. | #define VERSION "1.1.0"
  4737. | #define STDC_HEADERS 1
  4738. | #define HAVE_SYS_TYPES_H 1
  4739. | #define HAVE_SYS_STAT_H 1
  4740. | #define HAVE_STDLIB_H 1
  4741. | #define HAVE_STRING_H 1
  4742. | #define HAVE_MEMORY_H 1
  4743. | #define HAVE_STRINGS_H 1
  4744. | #define HAVE_INTTYPES_H 1
  4745. | #define HAVE_STDINT_H 1
  4746. | #define HAVE_UNISTD_H 1
  4747. | #define __EXTENSIONS__ 1
  4748. | #define _ALL_SOURCE 1
  4749. | #define _GNU_SOURCE 1
  4750. | #define _POSIX_PTHREAD_SEMANTICS 1
  4751. | #define _TANDEM_SOURCE 1
  4752. | #define HAVE_ICONV 1
  4753. | #define ICONV_CONST
  4754. | #define ENABLE_NLS 1
  4755. | #define HAVE_GETTEXT 1
  4756. | #define HAVE_DCGETTEXT 1
  4757. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4758. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4759. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4760. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4761. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4762. | #define ROOTDEV_MODELURL OS_URL
  4763. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4764. | #define HAVE_ST_BLOCKS 1
  4765. | #define HAVE__BOOL 1
  4766. | #define HAVE_STDBOOL_H 1
  4767. | #define HAVE_FORK 1
  4768. | #define HAVE_VFORK 1
  4769. | #define HAVE_WORKING_VFORK 1
  4770. | #define HAVE_WORKING_FORK 1
  4771. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4772. | #define HAVE_GETHOSTNAME 1
  4773. | #define HAVE_GETIFADDRS 1
  4774. | #define HAVE_GETTIMEOFDAY 1
  4775. | #define HAVE_INET_NTOA 1
  4776. | #define HAVE_MEMMOVE 1
  4777. | #define HAVE_MEMSET 1
  4778. | #define HAVE_MKDIR 1
  4779. | #define HAVE_REALPATH 1
  4780. | #define HAVE_SELECT 1
  4781. | #define HAVE_SENDFILE 1
  4782. | #define HAVE_SETLOCALE 1
  4783. | #define HAVE_SOCKET 1
  4784. | #define HAVE_STRCASECMP 1
  4785. | #define HAVE_STRCHR 1
  4786. | #define HAVE_STRDUP 1
  4787. | #define HAVE_STRERROR 1
  4788. | #define HAVE_STRNCASECMP 1
  4789. | #define HAVE_STRPBRK 1
  4790. | #define HAVE_STRRCHR 1
  4791. | #define HAVE_STRSTR 1
  4792. | #define HAVE_STRTOL 1
  4793. | #define HAVE_STRTOUL 1
  4794. | #define HAVE_SYSCALL_H 1
  4795. | #define HAVE_SYS_SYSCALL_H 1
  4796. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4797. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4798. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4799. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4800. | #define HAVE_JPEGLIB_H 1
  4801. | #define HAVE_SQLITE3_H 1
  4802. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  4803. | #define HAVE_ID3TAG_H 1
  4804. | #define HAVE_OGG_OGG_H 1
  4805. | #define HAVE_VORBIS_CODEC_H 1
  4806. | #define HAVE_FLAC_METADATA_H 1
  4807. | #define USE_DAEMON 1
  4808. | /* end confdefs.h. */
  4809. |
  4810. | #include <stdlib.h>
  4811. | #include <sys/types.h>
  4812. | #include <dirent.h>
  4813. |
  4814. | int
  4815. | main ()
  4816. | {
  4817. |
  4818. | int filter(struct dirent *d);
  4819. | struct dirent **ptr = NULL;
  4820. | char *name = NULL;
  4821. | (void)scandir(name, &ptr, filter, alphasort);
  4822. |
  4823. |
  4824. | ;
  4825. | return 0;
  4826. | }
  4827. configure:8808: result: yes
  4828. configure:8814: checking for linux sendfile support
  4829. configure:8837: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  4830. configure:8837: $? = 0
  4831. configure:8839: result: yes
  4832. configure:8853: checking for darwin sendfile support
  4833. configure:8880: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  4834. conftest.c: In function 'main':
  4835. conftest.c:99:14: error: implicit declaration of function 'sendfile' [-Werror=implicit-function-declaration]
  4836. cc1: all warnings being treated as errors
  4837. configure:8880: $? = 1
  4838. configure: failed program was:
  4839. | /* confdefs.h */
  4840. | #define PACKAGE_NAME "MiniDLNA"
  4841. | #define PACKAGE_TARNAME "minidlna"
  4842. | #define PACKAGE_VERSION "1.1.0"
  4843. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4844. | #define PACKAGE_BUGREPORT ""
  4845. | #define PACKAGE_URL ""
  4846. | #define PACKAGE "minidlna"
  4847. | #define VERSION "1.1.0"
  4848. | #define STDC_HEADERS 1
  4849. | #define HAVE_SYS_TYPES_H 1
  4850. | #define HAVE_SYS_STAT_H 1
  4851. | #define HAVE_STDLIB_H 1
  4852. | #define HAVE_STRING_H 1
  4853. | #define HAVE_MEMORY_H 1
  4854. | #define HAVE_STRINGS_H 1
  4855. | #define HAVE_INTTYPES_H 1
  4856. | #define HAVE_STDINT_H 1
  4857. | #define HAVE_UNISTD_H 1
  4858. | #define __EXTENSIONS__ 1
  4859. | #define _ALL_SOURCE 1
  4860. | #define _GNU_SOURCE 1
  4861. | #define _POSIX_PTHREAD_SEMANTICS 1
  4862. | #define _TANDEM_SOURCE 1
  4863. | #define HAVE_ICONV 1
  4864. | #define ICONV_CONST
  4865. | #define ENABLE_NLS 1
  4866. | #define HAVE_GETTEXT 1
  4867. | #define HAVE_DCGETTEXT 1
  4868. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4869. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4870. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4871. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4872. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4873. | #define ROOTDEV_MODELURL OS_URL
  4874. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4875. | #define HAVE_ST_BLOCKS 1
  4876. | #define HAVE__BOOL 1
  4877. | #define HAVE_STDBOOL_H 1
  4878. | #define HAVE_FORK 1
  4879. | #define HAVE_VFORK 1
  4880. | #define HAVE_WORKING_VFORK 1
  4881. | #define HAVE_WORKING_FORK 1
  4882. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4883. | #define HAVE_GETHOSTNAME 1
  4884. | #define HAVE_GETIFADDRS 1
  4885. | #define HAVE_GETTIMEOFDAY 1
  4886. | #define HAVE_INET_NTOA 1
  4887. | #define HAVE_MEMMOVE 1
  4888. | #define HAVE_MEMSET 1
  4889. | #define HAVE_MKDIR 1
  4890. | #define HAVE_REALPATH 1
  4891. | #define HAVE_SELECT 1
  4892. | #define HAVE_SENDFILE 1
  4893. | #define HAVE_SETLOCALE 1
  4894. | #define HAVE_SOCKET 1
  4895. | #define HAVE_STRCASECMP 1
  4896. | #define HAVE_STRCHR 1
  4897. | #define HAVE_STRDUP 1
  4898. | #define HAVE_STRERROR 1
  4899. | #define HAVE_STRNCASECMP 1
  4900. | #define HAVE_STRPBRK 1
  4901. | #define HAVE_STRRCHR 1
  4902. | #define HAVE_STRSTR 1
  4903. | #define HAVE_STRTOL 1
  4904. | #define HAVE_STRTOUL 1
  4905. | #define HAVE_SYSCALL_H 1
  4906. | #define HAVE_SYS_SYSCALL_H 1
  4907. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  4908. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  4909. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  4910. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  4911. | #define HAVE_JPEGLIB_H 1
  4912. | #define HAVE_SQLITE3_H 1
  4913. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  4914. | #define HAVE_ID3TAG_H 1
  4915. | #define HAVE_OGG_OGG_H 1
  4916. | #define HAVE_VORBIS_CODEC_H 1
  4917. | #define HAVE_FLAC_METADATA_H 1
  4918. | #define USE_DAEMON 1
  4919. | #define SCANDIR_CONST 1
  4920. | #define HAVE_LINUX_SENDFILE_API 1
  4921. | /* end confdefs.h. */
  4922. |
  4923. | #include <stdlib.h>
  4924. | #include <sys/types.h>
  4925. | #include <sys/socket.h>
  4926. | #include <sys/uio.h>
  4927. |
  4928. | int
  4929. | main ()
  4930. | {
  4931. |
  4932. | int fd = 0, s = 0;
  4933. | off_t offset = 0, len;
  4934. | struct sf_hdtr *hdtr = NULL;
  4935. | int flags = 0;
  4936. | int ret;
  4937. | ret = sendfile(fd, s, offset, &len, hdtr, flags);
  4938. | return ret;
  4939. |
  4940. |
  4941. | ;
  4942. | return 0;
  4943. | }
  4944. configure:8890: result: no
  4945. configure:8896: checking for freebsd sendfile support
  4946. configure:8927: gcc -c -g -O2 -Wall -Werror conftest.c >&5
  4947. conftest.c: In function 'main':
  4948. conftest.c:96:29: error: storage size of 'hdr' isn't known
  4949. conftest.c:104:14: error: implicit declaration of function 'sendfile' [-Werror=implicit-function-declaration]
  4950. conftest.c:96:29: error: unused variable 'hdr' [-Werror=unused-variable]
  4951. conftest.c:94:36: error: variable 'ret' set but not used [-Werror=unused-but-set-variable]
  4952. cc1: all warnings being treated as errors
  4953. configure:8927: $? = 1
  4954. configure: failed program was:
  4955. | /* confdefs.h */
  4956. | #define PACKAGE_NAME "MiniDLNA"
  4957. | #define PACKAGE_TARNAME "minidlna"
  4958. | #define PACKAGE_VERSION "1.1.0"
  4959. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  4960. | #define PACKAGE_BUGREPORT ""
  4961. | #define PACKAGE_URL ""
  4962. | #define PACKAGE "minidlna"
  4963. | #define VERSION "1.1.0"
  4964. | #define STDC_HEADERS 1
  4965. | #define HAVE_SYS_TYPES_H 1
  4966. | #define HAVE_SYS_STAT_H 1
  4967. | #define HAVE_STDLIB_H 1
  4968. | #define HAVE_STRING_H 1
  4969. | #define HAVE_MEMORY_H 1
  4970. | #define HAVE_STRINGS_H 1
  4971. | #define HAVE_INTTYPES_H 1
  4972. | #define HAVE_STDINT_H 1
  4973. | #define HAVE_UNISTD_H 1
  4974. | #define __EXTENSIONS__ 1
  4975. | #define _ALL_SOURCE 1
  4976. | #define _GNU_SOURCE 1
  4977. | #define _POSIX_PTHREAD_SEMANTICS 1
  4978. | #define _TANDEM_SOURCE 1
  4979. | #define HAVE_ICONV 1
  4980. | #define ICONV_CONST
  4981. | #define ENABLE_NLS 1
  4982. | #define HAVE_GETTEXT 1
  4983. | #define HAVE_DCGETTEXT 1
  4984. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  4985. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  4986. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  4987. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  4988. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  4989. | #define ROOTDEV_MODELURL OS_URL
  4990. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  4991. | #define HAVE_ST_BLOCKS 1
  4992. | #define HAVE__BOOL 1
  4993. | #define HAVE_STDBOOL_H 1
  4994. | #define HAVE_FORK 1
  4995. | #define HAVE_VFORK 1
  4996. | #define HAVE_WORKING_VFORK 1
  4997. | #define HAVE_WORKING_FORK 1
  4998. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4999. | #define HAVE_GETHOSTNAME 1
  5000. | #define HAVE_GETIFADDRS 1
  5001. | #define HAVE_GETTIMEOFDAY 1
  5002. | #define HAVE_INET_NTOA 1
  5003. | #define HAVE_MEMMOVE 1
  5004. | #define HAVE_MEMSET 1
  5005. | #define HAVE_MKDIR 1
  5006. | #define HAVE_REALPATH 1
  5007. | #define HAVE_SELECT 1
  5008. | #define HAVE_SENDFILE 1
  5009. | #define HAVE_SETLOCALE 1
  5010. | #define HAVE_SOCKET 1
  5011. | #define HAVE_STRCASECMP 1
  5012. | #define HAVE_STRCHR 1
  5013. | #define HAVE_STRDUP 1
  5014. | #define HAVE_STRERROR 1
  5015. | #define HAVE_STRNCASECMP 1
  5016. | #define HAVE_STRPBRK 1
  5017. | #define HAVE_STRRCHR 1
  5018. | #define HAVE_STRSTR 1
  5019. | #define HAVE_STRTOL 1
  5020. | #define HAVE_STRTOUL 1
  5021. | #define HAVE_SYSCALL_H 1
  5022. | #define HAVE_SYS_SYSCALL_H 1
  5023. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5024. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5025. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5026. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5027. | #define HAVE_JPEGLIB_H 1
  5028. | #define HAVE_SQLITE3_H 1
  5029. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5030. | #define HAVE_ID3TAG_H 1
  5031. | #define HAVE_OGG_OGG_H 1
  5032. | #define HAVE_VORBIS_CODEC_H 1
  5033. | #define HAVE_FLAC_METADATA_H 1
  5034. | #define USE_DAEMON 1
  5035. | #define SCANDIR_CONST 1
  5036. | #define HAVE_LINUX_SENDFILE_API 1
  5037. | /* end confdefs.h. */
  5038. |
  5039. | #include <stdlib.h>
  5040. | #include <sys/types.h>
  5041. | #include <sys/socket.h>
  5042. | #include <sys/uio.h>
  5043. |
  5044. | int
  5045. | main ()
  5046. | {
  5047. |
  5048. | int fromfd=0, tofd=0, ret, total=0;
  5049. | off_t offset=0, nwritten;
  5050. | struct sf_hdtr hdr;
  5051. | struct iovec hdtrl;
  5052. | hdr.headers = &hdtrl;
  5053. | hdr.hdr_cnt = 1;
  5054. | hdr.trailers = NULL;
  5055. | hdr.trl_cnt = 0;
  5056. | hdtrl.iov_base = NULL;
  5057. | hdtrl.iov_len = 0;
  5058. | ret = sendfile(fromfd, tofd, offset, total, &hdr, &nwritten, 0);
  5059. |
  5060. |
  5061. | ;
  5062. | return 0;
  5063. | }
  5064. configure:8937: result: no
  5065. configure:8949: checking for jpeg_set_defaults in -ljpeg
  5066. configure:8974: gcc -o conftest -g -O2 conftest.c -ljpeg >&5
  5067. configure:8974: $? = 0
  5068. configure:8983: result: yes
  5069. configure:9001: checking for exif_data_new_from_file in -lexif
  5070. configure:9026: gcc -o conftest -g -O2 conftest.c -lexif >&5
  5071. configure:9026: $? = 0
  5072. configure:9035: result: yes
  5073. configure:9053: checking for id3_file_open in -lid3tag
  5074. configure:9078: gcc -o conftest -g -O2 conftest.c -lid3tag >&5
  5075. configure:9078: $? = 0
  5076. configure:9087: result: yes
  5077. configure:9105: checking for sqlite3_open in -lsqlite3
  5078. configure:9130: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
  5079. configure:9130: $? = 0
  5080. configure:9139: result: yes
  5081. configure:9147: checking for sqlite3_malloc in -lsqlite3
  5082. configure:9172: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
  5083. configure:9172: $? = 0
  5084. configure:9181: result: yes
  5085. configure:9189: checking for sqlite3_prepare_v2 in -lsqlite3
  5086. configure:9214: gcc -o conftest -g -O2 conftest.c -lsqlite3 >&5
  5087. configure:9214: $? = 0
  5088. configure:9223: result: yes
  5089. configure:9241: checking for av_open_input_file in -lavformat
  5090. configure:9266: gcc -o conftest -g -O2 conftest.c -lavformat >&5
  5091. configure:9266: $? = 0
  5092. configure:9275: result: yes
  5093. configure:9333: checking for av_rescale_q in -lavutil
  5094. configure:9358: gcc -o conftest -g -O2 conftest.c -lavutil >&5
  5095. configure:9358: $? = 0
  5096. configure:9368: result: yes
  5097. configure:9378: checking for pthread_create in -lpthread
  5098. configure:9403: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  5099. configure:9403: $? = 0
  5100. configure:9412: result: yes
  5101. configure:9426: checking for ov_open_callbacks in -lvorbisfile
  5102. configure:9451: gcc -o conftest -g -O2 conftest.c -lvorbisfile -lvorbis -logg -lpthread >&5
  5103. configure:9451: $? = 0
  5104. configure:9460: result: yes
  5105. configure:9465: checking vorbis/vorbisfile.h usability
  5106. configure:9465: gcc -c -g -O2 conftest.c >&5
  5107. configure:9465: $? = 0
  5108. configure:9465: result: yes
  5109. configure:9465: checking vorbis/vorbisfile.h presence
  5110. configure:9465: gcc -E conftest.c
  5111. configure:9465: $? = 0
  5112. configure:9465: result: yes
  5113. configure:9465: checking for vorbis/vorbisfile.h
  5114. configure:9465: result: yes
  5115. configure:9508: checking for FLAC__stream_decoder_init_stream in -lFLAC
  5116. configure:9533: gcc -o conftest -g -O2 conftest.c -lFLAC -logg -lpthread >&5
  5117. configure:9533: $? = 0
  5118. configure:9542: result: yes
  5119. configure:9547: checking FLAC/all.h usability
  5120. configure:9547: gcc -c -g -O2 conftest.c >&5
  5121. configure:9547: $? = 0
  5122. configure:9547: result: yes
  5123. configure:9547: checking FLAC/all.h presence
  5124. configure:9547: gcc -E conftest.c
  5125. configure:9547: $? = 0
  5126. configure:9547: result: yes
  5127. configure:9547: checking for FLAC/all.h
  5128. configure:9547: result: yes
  5129. configure:9588: checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC
  5130. configure:9613: gcc -o conftest -g -O2 conftest.c -lFLAC -lpthread >&5
  5131. configure:9613: $? = 0
  5132. configure:9622: result: yes
  5133. configure:9655: checking for vorbis_comment_query in -lvorbisfile
  5134. configure:9680: gcc -o conftest -g -O2 conftest.c -lvorbisfile -logg -lpthread >&5
  5135. /tmp/ccH1oWnZ.o: In function `main':
  5136. /home/thx/Downloads/minidlna2/conftest.c:103: undefined reference to `vorbis_comment_query'
  5137. collect2: error: ld returned 1 exit status
  5138. configure:9680: $? = 1
  5139. configure: failed program was:
  5140. | /* confdefs.h */
  5141. | #define PACKAGE_NAME "MiniDLNA"
  5142. | #define PACKAGE_TARNAME "minidlna"
  5143. | #define PACKAGE_VERSION "1.1.0"
  5144. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  5145. | #define PACKAGE_BUGREPORT ""
  5146. | #define PACKAGE_URL ""
  5147. | #define PACKAGE "minidlna"
  5148. | #define VERSION "1.1.0"
  5149. | #define STDC_HEADERS 1
  5150. | #define HAVE_SYS_TYPES_H 1
  5151. | #define HAVE_SYS_STAT_H 1
  5152. | #define HAVE_STDLIB_H 1
  5153. | #define HAVE_STRING_H 1
  5154. | #define HAVE_MEMORY_H 1
  5155. | #define HAVE_STRINGS_H 1
  5156. | #define HAVE_INTTYPES_H 1
  5157. | #define HAVE_STDINT_H 1
  5158. | #define HAVE_UNISTD_H 1
  5159. | #define __EXTENSIONS__ 1
  5160. | #define _ALL_SOURCE 1
  5161. | #define _GNU_SOURCE 1
  5162. | #define _POSIX_PTHREAD_SEMANTICS 1
  5163. | #define _TANDEM_SOURCE 1
  5164. | #define HAVE_ICONV 1
  5165. | #define ICONV_CONST
  5166. | #define ENABLE_NLS 1
  5167. | #define HAVE_GETTEXT 1
  5168. | #define HAVE_DCGETTEXT 1
  5169. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5170. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5171. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5172. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5173. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5174. | #define ROOTDEV_MODELURL OS_URL
  5175. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5176. | #define HAVE_ST_BLOCKS 1
  5177. | #define HAVE__BOOL 1
  5178. | #define HAVE_STDBOOL_H 1
  5179. | #define HAVE_FORK 1
  5180. | #define HAVE_VFORK 1
  5181. | #define HAVE_WORKING_VFORK 1
  5182. | #define HAVE_WORKING_FORK 1
  5183. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5184. | #define HAVE_GETHOSTNAME 1
  5185. | #define HAVE_GETIFADDRS 1
  5186. | #define HAVE_GETTIMEOFDAY 1
  5187. | #define HAVE_INET_NTOA 1
  5188. | #define HAVE_MEMMOVE 1
  5189. | #define HAVE_MEMSET 1
  5190. | #define HAVE_MKDIR 1
  5191. | #define HAVE_REALPATH 1
  5192. | #define HAVE_SELECT 1
  5193. | #define HAVE_SENDFILE 1
  5194. | #define HAVE_SETLOCALE 1
  5195. | #define HAVE_SOCKET 1
  5196. | #define HAVE_STRCASECMP 1
  5197. | #define HAVE_STRCHR 1
  5198. | #define HAVE_STRDUP 1
  5199. | #define HAVE_STRERROR 1
  5200. | #define HAVE_STRNCASECMP 1
  5201. | #define HAVE_STRPBRK 1
  5202. | #define HAVE_STRRCHR 1
  5203. | #define HAVE_STRSTR 1
  5204. | #define HAVE_STRTOL 1
  5205. | #define HAVE_STRTOUL 1
  5206. | #define HAVE_SYSCALL_H 1
  5207. | #define HAVE_SYS_SYSCALL_H 1
  5208. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5209. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5210. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5211. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5212. | #define HAVE_JPEGLIB_H 1
  5213. | #define HAVE_SQLITE3_H 1
  5214. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5215. | #define HAVE_ID3TAG_H 1
  5216. | #define HAVE_OGG_OGG_H 1
  5217. | #define HAVE_VORBIS_CODEC_H 1
  5218. | #define HAVE_FLAC_METADATA_H 1
  5219. | #define USE_DAEMON 1
  5220. | #define SCANDIR_CONST 1
  5221. | #define HAVE_LINUX_SENDFILE_API 1
  5222. | #define HAVE_SQLITE3_MALLOC 1
  5223. | #define HAVE_SQLITE3_PREPARE_V2 1
  5224. | #define HAVE_LIBPTHREAD 1
  5225. | #define HAVE_VORBIS_VORBISFILE_H 1
  5226. | #define HAVE_VORBISFILE 1
  5227. | #define HAVE_FLAC_ALL_H 1
  5228. | #define HAVE_FLAC 1
  5229. | #define HAVE_FLAC 1
  5230. | /* end confdefs.h. */
  5231. |
  5232. | /* Override any GCC internal prototype to avoid an error.
  5233. | Use char because int might match the return type of a GCC
  5234. | builtin and then its argument prototype would still apply. */
  5235. | #ifdef __cplusplus
  5236. | extern "C"
  5237. | #endif
  5238. | char vorbis_comment_query ();
  5239. | int
  5240. | main ()
  5241. | {
  5242. | return vorbis_comment_query ();
  5243. | ;
  5244. | return 0;
  5245. | }
  5246. configure:9689: result: no
  5247. configure:9718: checking arpa/inet.h usability
  5248. configure:9718: gcc -c -g -O2 conftest.c >&5
  5249. configure:9718: $? = 0
  5250. configure:9718: result: yes
  5251. configure:9718: checking arpa/inet.h presence
  5252. configure:9718: gcc -E conftest.c
  5253. configure:9718: $? = 0
  5254. configure:9718: result: yes
  5255. configure:9718: checking for arpa/inet.h
  5256. configure:9718: result: yes
  5257. configure:9718: checking asm/unistd.h usability
  5258. configure:9718: gcc -c -g -O2 conftest.c >&5
  5259. configure:9718: $? = 0
  5260. configure:9718: result: yes
  5261. configure:9718: checking asm/unistd.h presence
  5262. configure:9718: gcc -E conftest.c
  5263. configure:9718: $? = 0
  5264. configure:9718: result: yes
  5265. configure:9718: checking for asm/unistd.h
  5266. configure:9718: result: yes
  5267. configure:9718: checking endian.h usability
  5268. configure:9718: gcc -c -g -O2 conftest.c >&5
  5269. configure:9718: $? = 0
  5270. configure:9718: result: yes
  5271. configure:9718: checking endian.h presence
  5272. configure:9718: gcc -E conftest.c
  5273. configure:9718: $? = 0
  5274. configure:9718: result: yes
  5275. configure:9718: checking for endian.h
  5276. configure:9718: result: yes
  5277. configure:9718: checking machine/endian.h usability
  5278. configure:9718: gcc -c -g -O2 conftest.c >&5
  5279. conftest.c:128:28: fatal error: machine/endian.h: No such file or directory
  5280. compilation terminated.
  5281. configure:9718: $? = 1
  5282. configure: failed program was:
  5283. | /* confdefs.h */
  5284. | #define PACKAGE_NAME "MiniDLNA"
  5285. | #define PACKAGE_TARNAME "minidlna"
  5286. | #define PACKAGE_VERSION "1.1.0"
  5287. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  5288. | #define PACKAGE_BUGREPORT ""
  5289. | #define PACKAGE_URL ""
  5290. | #define PACKAGE "minidlna"
  5291. | #define VERSION "1.1.0"
  5292. | #define STDC_HEADERS 1
  5293. | #define HAVE_SYS_TYPES_H 1
  5294. | #define HAVE_SYS_STAT_H 1
  5295. | #define HAVE_STDLIB_H 1
  5296. | #define HAVE_STRING_H 1
  5297. | #define HAVE_MEMORY_H 1
  5298. | #define HAVE_STRINGS_H 1
  5299. | #define HAVE_INTTYPES_H 1
  5300. | #define HAVE_STDINT_H 1
  5301. | #define HAVE_UNISTD_H 1
  5302. | #define __EXTENSIONS__ 1
  5303. | #define _ALL_SOURCE 1
  5304. | #define _GNU_SOURCE 1
  5305. | #define _POSIX_PTHREAD_SEMANTICS 1
  5306. | #define _TANDEM_SOURCE 1
  5307. | #define HAVE_ICONV 1
  5308. | #define ICONV_CONST
  5309. | #define ENABLE_NLS 1
  5310. | #define HAVE_GETTEXT 1
  5311. | #define HAVE_DCGETTEXT 1
  5312. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5313. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5314. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5315. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5316. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5317. | #define ROOTDEV_MODELURL OS_URL
  5318. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5319. | #define HAVE_ST_BLOCKS 1
  5320. | #define HAVE__BOOL 1
  5321. | #define HAVE_STDBOOL_H 1
  5322. | #define HAVE_FORK 1
  5323. | #define HAVE_VFORK 1
  5324. | #define HAVE_WORKING_VFORK 1
  5325. | #define HAVE_WORKING_FORK 1
  5326. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5327. | #define HAVE_GETHOSTNAME 1
  5328. | #define HAVE_GETIFADDRS 1
  5329. | #define HAVE_GETTIMEOFDAY 1
  5330. | #define HAVE_INET_NTOA 1
  5331. | #define HAVE_MEMMOVE 1
  5332. | #define HAVE_MEMSET 1
  5333. | #define HAVE_MKDIR 1
  5334. | #define HAVE_REALPATH 1
  5335. | #define HAVE_SELECT 1
  5336. | #define HAVE_SENDFILE 1
  5337. | #define HAVE_SETLOCALE 1
  5338. | #define HAVE_SOCKET 1
  5339. | #define HAVE_STRCASECMP 1
  5340. | #define HAVE_STRCHR 1
  5341. | #define HAVE_STRDUP 1
  5342. | #define HAVE_STRERROR 1
  5343. | #define HAVE_STRNCASECMP 1
  5344. | #define HAVE_STRPBRK 1
  5345. | #define HAVE_STRRCHR 1
  5346. | #define HAVE_STRSTR 1
  5347. | #define HAVE_STRTOL 1
  5348. | #define HAVE_STRTOUL 1
  5349. | #define HAVE_SYSCALL_H 1
  5350. | #define HAVE_SYS_SYSCALL_H 1
  5351. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5352. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5353. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5354. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5355. | #define HAVE_JPEGLIB_H 1
  5356. | #define HAVE_SQLITE3_H 1
  5357. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5358. | #define HAVE_ID3TAG_H 1
  5359. | #define HAVE_OGG_OGG_H 1
  5360. | #define HAVE_VORBIS_CODEC_H 1
  5361. | #define HAVE_FLAC_METADATA_H 1
  5362. | #define USE_DAEMON 1
  5363. | #define SCANDIR_CONST 1
  5364. | #define HAVE_LINUX_SENDFILE_API 1
  5365. | #define HAVE_SQLITE3_MALLOC 1
  5366. | #define HAVE_SQLITE3_PREPARE_V2 1
  5367. | #define HAVE_LIBPTHREAD 1
  5368. | #define HAVE_VORBIS_VORBISFILE_H 1
  5369. | #define HAVE_VORBISFILE 1
  5370. | #define HAVE_FLAC_ALL_H 1
  5371. | #define HAVE_FLAC 1
  5372. | #define HAVE_FLAC 1
  5373. | #define HAVE_ARPA_INET_H 1
  5374. | #define HAVE_ASM_UNISTD_H 1
  5375. | #define HAVE_ENDIAN_H 1
  5376. | /* end confdefs.h. */
  5377. | #include <stdio.h>
  5378. | #ifdef HAVE_SYS_TYPES_H
  5379. | # include <sys/types.h>
  5380. | #endif
  5381. | #ifdef HAVE_SYS_STAT_H
  5382. | # include <sys/stat.h>
  5383. | #endif
  5384. | #ifdef STDC_HEADERS
  5385. | # include <stdlib.h>
  5386. | # include <stddef.h>
  5387. | #else
  5388. | # ifdef HAVE_STDLIB_H
  5389. | # include <stdlib.h>
  5390. | # endif
  5391. | #endif
  5392. | #ifdef HAVE_STRING_H
  5393. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5394. | # include <memory.h>
  5395. | # endif
  5396. | # include <string.h>
  5397. | #endif
  5398. | #ifdef HAVE_STRINGS_H
  5399. | # include <strings.h>
  5400. | #endif
  5401. | #ifdef HAVE_INTTYPES_H
  5402. | # include <inttypes.h>
  5403. | #endif
  5404. | #ifdef HAVE_STDINT_H
  5405. | # include <stdint.h>
  5406. | #endif
  5407. | #ifdef HAVE_UNISTD_H
  5408. | # include <unistd.h>
  5409. | #endif
  5410. | #include <machine/endian.h>
  5411. configure:9718: result: no
  5412. configure:9718: checking machine/endian.h presence
  5413. configure:9718: gcc -E conftest.c
  5414. conftest.c:95:28: fatal error: machine/endian.h: No such file or directory
  5415. compilation terminated.
  5416. configure:9718: $? = 1
  5417. configure: failed program was:
  5418. | /* confdefs.h */
  5419. | #define PACKAGE_NAME "MiniDLNA"
  5420. | #define PACKAGE_TARNAME "minidlna"
  5421. | #define PACKAGE_VERSION "1.1.0"
  5422. | #define PACKAGE_STRING "MiniDLNA 1.1.0"
  5423. | #define PACKAGE_BUGREPORT ""
  5424. | #define PACKAGE_URL ""
  5425. | #define PACKAGE "minidlna"
  5426. | #define VERSION "1.1.0"
  5427. | #define STDC_HEADERS 1
  5428. | #define HAVE_SYS_TYPES_H 1
  5429. | #define HAVE_SYS_STAT_H 1
  5430. | #define HAVE_STDLIB_H 1
  5431. | #define HAVE_STRING_H 1
  5432. | #define HAVE_MEMORY_H 1
  5433. | #define HAVE_STRINGS_H 1
  5434. | #define HAVE_INTTYPES_H 1
  5435. | #define HAVE_STDINT_H 1
  5436. | #define HAVE_UNISTD_H 1
  5437. | #define __EXTENSIONS__ 1
  5438. | #define _ALL_SOURCE 1
  5439. | #define _GNU_SOURCE 1
  5440. | #define _POSIX_PTHREAD_SEMANTICS 1
  5441. | #define _TANDEM_SOURCE 1
  5442. | #define HAVE_ICONV 1
  5443. | #define ICONV_CONST
  5444. | #define ENABLE_NLS 1
  5445. | #define HAVE_GETTEXT 1
  5446. | #define HAVE_DCGETTEXT 1
  5447. | #define OS_URL "http://sourceforge.net/projects/minidlna/"
  5448. | #define ROOTDEV_MANUFACTURER "Justin Maggard"
  5449. | #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  5450. | #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  5451. | #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  5452. | #define ROOTDEV_MODELURL OS_URL
  5453. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  5454. | #define HAVE_ST_BLOCKS 1
  5455. | #define HAVE__BOOL 1
  5456. | #define HAVE_STDBOOL_H 1
  5457. | #define HAVE_FORK 1
  5458. | #define HAVE_VFORK 1
  5459. | #define HAVE_WORKING_VFORK 1
  5460. | #define HAVE_WORKING_FORK 1
  5461. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5462. | #define HAVE_GETHOSTNAME 1
  5463. | #define HAVE_GETIFADDRS 1
  5464. | #define HAVE_GETTIMEOFDAY 1
  5465. | #define HAVE_INET_NTOA 1
  5466. | #define HAVE_MEMMOVE 1
  5467. | #define HAVE_MEMSET 1
  5468. | #define HAVE_MKDIR 1
  5469. | #define HAVE_REALPATH 1
  5470. | #define HAVE_SELECT 1
  5471. | #define HAVE_SENDFILE 1
  5472. | #define HAVE_SETLOCALE 1
  5473. | #define HAVE_SOCKET 1
  5474. | #define HAVE_STRCASECMP 1
  5475. | #define HAVE_STRCHR 1
  5476. | #define HAVE_STRDUP 1
  5477. | #define HAVE_STRERROR 1
  5478. | #define HAVE_STRNCASECMP 1
  5479. | #define HAVE_STRPBRK 1
  5480. | #define HAVE_STRRCHR 1
  5481. | #define HAVE_STRSTR 1
  5482. | #define HAVE_STRTOL 1
  5483. | #define HAVE_STRTOUL 1
  5484. | #define HAVE_SYSCALL_H 1
  5485. | #define HAVE_SYS_SYSCALL_H 1
  5486. | #define HAVE_CLOCK_GETTIME_SYSCALL 1
  5487. | #define HAVE_LIBAVUTIL_AVUTIL_H 1
  5488. | #define HAVE_LIBAVCODEC_AVCODEC_H 1
  5489. | #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  5490. | #define HAVE_JPEGLIB_H 1
  5491. | #define HAVE_SQLITE3_H 1
  5492. | #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  5493. | #define HAVE_ID3TAG_H 1
  5494. | #define HAVE_OGG_OGG_H 1
  5495. | #define HAVE_VORBIS_CODEC_H 1
  5496. | #define HAVE_FLAC_METADATA_H 1
  5497. | #define USE_DAEMON 1
  5498. | #define SCANDIR_CONST 1
  5499. | #define HAVE_LINUX_SENDFILE_API 1
  5500. | #define HAVE_SQLITE3_MALLOC 1
  5501. | #define HAVE_SQLITE3_PREPARE_V2 1
  5502. | #define HAVE_LIBPTHREAD 1
  5503. | #define HAVE_VORBIS_VORBISFILE_H 1
  5504. | #define HAVE_VORBISFILE 1
  5505. | #define HAVE_FLAC_ALL_H 1
  5506. | #define HAVE_FLAC 1
  5507. | #define HAVE_FLAC 1
  5508. | #define HAVE_ARPA_INET_H 1
  5509. | #define HAVE_ASM_UNISTD_H 1
  5510. | #define HAVE_ENDIAN_H 1
  5511. | /* end confdefs.h. */
  5512. | #include <machine/endian.h>
  5513. configure:9718: result: no
  5514. configure:9718: checking for machine/endian.h
  5515. configure:9718: result: no
  5516. configure:9718: checking fcntl.h usability
  5517. configure:9718: gcc -c -g -O2 conftest.c >&5
  5518. configure:9718: $? = 0
  5519. configure:9718: result: yes
  5520. configure:9718: checking fcntl.h presence
  5521. configure:9718: gcc -E conftest.c
  5522. configure:9718: $? = 0
  5523. configure:9718: result: yes
  5524. configure:9718: checking for fcntl.h
  5525. configure:9718: result: yes
  5526. configure:9718: checking libintl.h usability
  5527. configure:9718: gcc -c -g -O2 conftest.c >&5
  5528. configure:9718: $? = 0
  5529. configure:9718: result: yes
  5530. configure:9718: checking libintl.h presence
  5531. configure:9718: gcc -E conftest.c
  5532. configure:9718: $? = 0
  5533. configure:9718: result: yes
  5534. configure:9718: checking for libintl.h
  5535. configure:9718: result: yes
  5536. configure:9718: checking locale.h usability
  5537. configure:9718: gcc -c -g -O2 conftest.c >&5
  5538. configure:9718: $? = 0
  5539. configure:9718: result: yes
  5540. configure:9718: checking locale.h presence
  5541. configure:9718: gcc -E conftest.c
  5542. configure:9718: $? = 0
  5543. configure:9718: result: yes
  5544. configure:9718: checking for locale.h
  5545. configure:9718: result: yes
  5546. configure:9718: checking netdb.h usability
  5547. configure:9718: gcc -c -g -O2 conftest.c >&5
  5548. configure:9718: $? = 0
  5549. configure:9718: result: yes
  5550. configure:9718: checking netdb.h presence
  5551. configure:9718: gcc -E conftest.c
  5552. configure:9718: $? = 0
  5553. configure:9718: result: yes
  5554. configure:9718: checking for netdb.h
  5555. configure:9718: result: yes
  5556. configure:9718: checking netinet/in.h usability
  5557. configure:9718: gcc -c -g -O2 conftest.c >&5
  5558. configure:9718: $? = 0
  5559. configure:9718: result: yes
  5560. configure:9718: checking netinet/in.h presence
  5561. configure:9718: gcc -E conftest.c
  5562. configure:9718: $? = 0
  5563. configure:9718: result: yes
  5564. configure:9718: checking for netinet/in.h
  5565. configure:9718: result: yes
  5566. configure:9718: checking stddef.h usability
  5567. configure:9718: gcc -c -g -O2 conftest.c >&5
  5568. configure:9718: $? = 0
  5569. configure:9718: result: yes
  5570. configure:9718: checking stddef.h presence
  5571. configure:9718: gcc -E conftest.c
  5572. configure:9718: $? = 0
  5573. configure:9718: result: yes
  5574. configure:9718: checking for stddef.h
  5575. configure:9718: result: yes
  5576. configure:9718: checking for stdlib.h
  5577. configure:9718: result: yes
  5578. configure:9718: checking for string.h
  5579. configure:9718: result: yes
  5580. configure:9718: checking sys/file.h usability
  5581. configure:9718: gcc -c -g -O2 conftest.c >&5
  5582. configure:9718: $? = 0
  5583. configure:9718: result: yes
  5584. configure:9718: checking sys/file.h presence
  5585. configure:9718: gcc -E conftest.c
  5586. configure:9718: $? = 0
  5587. configure:9718: result: yes
  5588. configure:9718: checking for sys/file.h
  5589. configure:9718: result: yes
  5590. configure:9718: checking sys/inotify.h usability
  5591. configure:9718: gcc -c -g -O2 conftest.c >&5
  5592. configure:9718: $? = 0
  5593. configure:9718: result: yes
  5594. configure:9718: checking sys/inotify.h presence
  5595. configure:9718: gcc -E conftest.c
  5596. configure:9718: $? = 0
  5597. configure:9718: result: yes
  5598. configure:9718: checking for sys/inotify.h
  5599. configure:9718: result: yes
  5600. configure:9718: checking sys/ioctl.h usability
  5601. configure:9718: gcc -c -g -O2 conftest.c >&5
  5602. configure:9718: $? = 0
  5603. configure:9718: result: yes
  5604. configure:9718: checking sys/ioctl.h presence
  5605. configure:9718: gcc -E conftest.c
  5606. configure:9718: $? = 0
  5607. configure:9718: result: yes
  5608. configure:9718: checking for sys/ioctl.h
  5609. configure:9718: result: yes
  5610. configure:9718: checking sys/param.h usability
  5611. configure:9718: gcc -c -g -O2 conftest.c >&5
  5612. configure:9718: $? = 0
  5613. configure:9718: result: yes
  5614. configure:9718: checking sys/param.h presence
  5615. configure:9718: gcc -E conftest.c
  5616. configure:9718: $? = 0
  5617. configure:9718: result: yes
  5618. configure:9718: checking for sys/param.h
  5619. configure:9718: result: yes
  5620. configure:9718: checking sys/socket.h usability
  5621. configure:9718: gcc -c -g -O2 conftest.c >&5
  5622. configure:9718: $? = 0
  5623. configure:9718: result: yes
  5624. configure:9718: checking sys/socket.h presence
  5625. configure:9718: gcc -E conftest.c
  5626. configure:9718: $? = 0
  5627. configure:9718: result: yes
  5628. configure:9718: checking for sys/socket.h
  5629. configure:9718: result: yes
  5630. configure:9718: checking sys/time.h usability
  5631. configure:9718: gcc -c -g -O2 conftest.c >&5
  5632. configure:9718: $? = 0
  5633. configure:9718: result: yes
  5634. configure:9718: checking sys/time.h presence
  5635. configure:9718: gcc -E conftest.c
  5636. configure:9718: $? = 0
  5637. configure:9718: result: yes
  5638. configure:9718: checking for sys/time.h
  5639. configure:9718: result: yes
  5640. configure:9718: checking for unistd.h
  5641. configure:9718: result: yes
  5642. configure:9731: checking for inotify_init
  5643. configure:9731: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  5644. configure:9731: $? = 0
  5645. configure:9731: result: yes
  5646. configure:9856: checking whether to enable TiVo support
  5647. configure:9874: result: no
  5648. configure:9881: checking whether to enable generic NETGEAR device support
  5649. configure:9919: result: no
  5650. configure:9926: checking whether to enable NETGEAR ReadyNAS support
  5651. configure:9973: result: no
  5652. configure:9980: checking whether to build a static binary executable
  5653. configure:9999: result: no
  5654. configure:10060: checking for pkg-config
  5655. configure:10078: found /usr/bin/pkg-config
  5656. configure:10090: result: /usr/bin/pkg-config
  5657. configure:10115: checking pkg-config is at least version 0.9.0
  5658. configure:10118: result: yes
  5659. configure:10213: result: no
  5660. configure:10433: creating ./config.status
  5661.  
  5662. ## ---------------------- ##
  5663. ## Running config.status. ##
  5664. ## ---------------------- ##
  5665.  
  5666. This file was extended by MiniDLNA config.status 1.1.0, which was
  5667. generated by GNU Autoconf 2.69. Invocation command line was
  5668.  
  5669. CONFIG_FILES =
  5670. CONFIG_HEADERS =
  5671. CONFIG_LINKS =
  5672. CONFIG_COMMANDS =
  5673. $ ./config.status
  5674.  
  5675. on ubuntu
  5676.  
  5677. config.status:1008: creating po/Makefile.in
  5678. config.status:1008: creating Makefile
  5679. config.status:1008: creating config.h
  5680. config.status:1189: config.h is unchanged
  5681. config.status:1237: executing depfiles commands
  5682. config.status:1237: executing po-directories commands
  5683.  
  5684. ## ---------------- ##
  5685. ## Cache variables. ##
  5686. ## ---------------- ##
  5687.  
  5688. ac_cv_build=i686-pc-linux-gnu
  5689. ac_cv_c_bigendian=no
  5690. ac_cv_c_compiler_gnu=yes
  5691. ac_cv_c_inline=inline
  5692. ac_cv_c_int32_t=yes
  5693. ac_cv_c_uint32_t=yes
  5694. ac_cv_c_uint64_t=yes
  5695. ac_cv_c_uint8_t=yes
  5696. ac_cv_env_CC_set=
  5697. ac_cv_env_CC_value=
  5698. ac_cv_env_CFLAGS_set=
  5699. ac_cv_env_CFLAGS_value=
  5700. ac_cv_env_CPPFLAGS_set=
  5701. ac_cv_env_CPPFLAGS_value=
  5702. ac_cv_env_CPP_set=
  5703. ac_cv_env_CPP_value=
  5704. ac_cv_env_LDFLAGS_set=
  5705. ac_cv_env_LDFLAGS_value=
  5706. ac_cv_env_LIBFFMPEGTHUMBNAILER_CFLAGS_set=
  5707. ac_cv_env_LIBFFMPEGTHUMBNAILER_CFLAGS_value=
  5708. ac_cv_env_LIBFFMPEGTHUMBNAILER_LIBS_set=
  5709. ac_cv_env_LIBFFMPEGTHUMBNAILER_LIBS_value=
  5710. ac_cv_env_LIBS_set=
  5711. ac_cv_env_LIBS_value=
  5712. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  5713. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  5714. ac_cv_env_PKG_CONFIG_PATH_set=
  5715. ac_cv_env_PKG_CONFIG_PATH_value=
  5716. ac_cv_env_PKG_CONFIG_set=
  5717. ac_cv_env_PKG_CONFIG_value=
  5718. ac_cv_env_build_alias_set=
  5719. ac_cv_env_build_alias_value=
  5720. ac_cv_env_host_alias_set=
  5721. ac_cv_env_host_alias_value=
  5722. ac_cv_env_target_alias_set=
  5723. ac_cv_env_target_alias_value=
  5724. ac_cv_func_fork=yes
  5725. ac_cv_func_fork_works=yes
  5726. ac_cv_func_gethostname=yes
  5727. ac_cv_func_getifaddrs=yes
  5728. ac_cv_func_gettimeofday=yes
  5729. ac_cv_func_inet_ntoa=yes
  5730. ac_cv_func_inotify_init=yes
  5731. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  5732. ac_cv_func_memmove=yes
  5733. ac_cv_func_memset=yes
  5734. ac_cv_func_mkdir=yes
  5735. ac_cv_func_realpath=yes
  5736. ac_cv_func_select=yes
  5737. ac_cv_func_sendfile=yes
  5738. ac_cv_func_setlocale=yes
  5739. ac_cv_func_socket=yes
  5740. ac_cv_func_strcasecmp=yes
  5741. ac_cv_func_strchr=yes
  5742. ac_cv_func_strdup=yes
  5743. ac_cv_func_strerror=yes
  5744. ac_cv_func_strncasecmp=yes
  5745. ac_cv_func_strpbrk=yes
  5746. ac_cv_func_strrchr=yes
  5747. ac_cv_func_strstr=yes
  5748. ac_cv_func_strtol=yes
  5749. ac_cv_func_strtoul=yes
  5750. ac_cv_func_vfork=yes
  5751. ac_cv_func_vfork_works=yes
  5752. ac_cv_header_FLAC_all_h=yes
  5753. ac_cv_header_FLAC_metadata_h=yes
  5754. ac_cv_header_arpa_inet_h=yes
  5755. ac_cv_header_asm_unistd_h=yes
  5756. ac_cv_header_avcodec_h=no
  5757. ac_cv_header_avformat_h=no
  5758. ac_cv_header_avutil_h=no
  5759. ac_cv_header_endian_h=yes
  5760. ac_cv_header_fcntl_h=yes
  5761. ac_cv_header_ffmpeg_avcodec_h=no
  5762. ac_cv_header_ffmpeg_avformat_h=no
  5763. ac_cv_header_ffmpeg_avutil_h=no
  5764. ac_cv_header_ffmpeg_libavcodec_avcodec_h=no
  5765. ac_cv_header_ffmpeg_libavformat_avformat_h=no
  5766. ac_cv_header_ffmpeg_libavutil_avutil_h=no
  5767. ac_cv_header_id3tag_h=yes
  5768. ac_cv_header_inttypes_h=yes
  5769. ac_cv_header_jpeglib_h=yes
  5770. ac_cv_header_libav_avcodec_h=no
  5771. ac_cv_header_libav_avformat_h=no
  5772. ac_cv_header_libav_avutil_h=no
  5773. ac_cv_header_libav_libavcodec_avcodec_h=no
  5774. ac_cv_header_libav_libavformat_avformat_h=no
  5775. ac_cv_header_libav_libavutil_avutil_h=no
  5776. ac_cv_header_libavcodec_avcodec_h=yes
  5777. ac_cv_header_libavformat_avformat_h=yes
  5778. ac_cv_header_libavutil_avutil_h=yes
  5779. ac_cv_header_libexif_exif_loader_h=yes
  5780. ac_cv_header_libintl_h=yes
  5781. ac_cv_header_locale_h=yes
  5782. ac_cv_header_mach_mach_time_h=no
  5783. ac_cv_header_machine_endian_h=no
  5784. ac_cv_header_memory_h=yes
  5785. ac_cv_header_minix_config_h=no
  5786. ac_cv_header_netdb_h=yes
  5787. ac_cv_header_netinet_in_h=yes
  5788. ac_cv_header_ogg_ogg_h=yes
  5789. ac_cv_header_sqlite3_h=yes
  5790. ac_cv_header_stdbool_h=yes
  5791. ac_cv_header_stdc=yes
  5792. ac_cv_header_stddef_h=yes
  5793. ac_cv_header_stdint_h=yes
  5794. ac_cv_header_stdlib_h=yes
  5795. ac_cv_header_string_h=yes
  5796. ac_cv_header_strings_h=yes
  5797. ac_cv_header_sys_file_h=yes
  5798. ac_cv_header_sys_inotify_h=yes
  5799. ac_cv_header_sys_ioctl_h=yes
  5800. ac_cv_header_sys_param_h=yes
  5801. ac_cv_header_sys_socket_h=yes
  5802. ac_cv_header_sys_stat_h=yes
  5803. ac_cv_header_sys_syscall_h=yes
  5804. ac_cv_header_sys_time_h=yes
  5805. ac_cv_header_sys_types_h=yes
  5806. ac_cv_header_syscall_h=yes
  5807. ac_cv_header_unistd_h=yes
  5808. ac_cv_header_vfork_h=no
  5809. ac_cv_header_vorbis_codec_h=yes
  5810. ac_cv_header_vorbis_vorbisfile_h=yes
  5811. ac_cv_host=i686-pc-linux-gnu
  5812. ac_cv_lib_FLAC_FLAC__stream_decoder_init_ogg_stream=yes
  5813. ac_cv_lib_FLAC_FLAC__stream_decoder_init_stream=yes
  5814. ac_cv_lib_avformat_av_open_input_file=yes
  5815. ac_cv_lib_avutil____av_rescale_q=yes
  5816. ac_cv_lib_exif_exif_data_new_from_file=yes
  5817. ac_cv_lib_id3tag_id3_file_open=yes
  5818. ac_cv_lib_jpeg_jpeg_set_defaults=yes
  5819. ac_cv_lib_pthread_pthread_create=yes
  5820. ac_cv_lib_sqlite3_sqlite3_malloc=yes
  5821. ac_cv_lib_sqlite3_sqlite3_open=yes
  5822. ac_cv_lib_sqlite3_sqlite3_prepare_v2=yes
  5823. ac_cv_lib_vorbisfile_ov_open_callbacks=yes
  5824. ac_cv_lib_vorbisfile_vorbis_comment_query=no
  5825. ac_cv_member_struct_stat_st_blocks=yes
  5826. ac_cv_objext=o
  5827. ac_cv_path_EGREP='/bin/grep -E'
  5828. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  5829. ac_cv_path_GREP=/bin/grep
  5830. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  5831. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  5832. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  5833. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  5834. ac_cv_path_install='/usr/bin/install -c'
  5835. ac_cv_path_mkdir=/bin/mkdir
  5836. ac_cv_prog_AWK=gawk
  5837. ac_cv_prog_CPP='gcc -E'
  5838. ac_cv_prog_ac_ct_CC=gcc
  5839. ac_cv_prog_cc_c89=
  5840. ac_cv_prog_cc_g=yes
  5841. ac_cv_prog_make_make_set=yes
  5842. ac_cv_safe_to_define___extensions__=yes
  5843. ac_cv_target=i686-pc-linux-gnu
  5844. ac_cv_type__Bool=yes
  5845. ac_cv_type_mode_t=yes
  5846. ac_cv_type_off_t=yes
  5847. ac_cv_type_pid_t=yes
  5848. ac_cv_type_size_t=yes
  5849. ac_cv_type_ssize_t=yes
  5850. acl_cv_hardcode_direct=no
  5851. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  5852. acl_cv_hardcode_libdir_separator=
  5853. acl_cv_hardcode_minus_L=no
  5854. acl_cv_libext=a
  5855. acl_cv_libname_spec='lib$name'
  5856. acl_cv_library_names_spec='$libname$shrext'
  5857. acl_cv_path_LD=/usr/bin/ld
  5858. acl_cv_prog_gnu_ld=yes
  5859. acl_cv_rpath=done
  5860. acl_cv_shlibext=so
  5861. acl_cv_wl=-Wl,
  5862. am_cv_CC_dependencies_compiler_type=gcc3
  5863. am_cv_func_iconv=yes
  5864. am_cv_func_iconv_works=yes
  5865. am_cv_lib_iconv=no
  5866. am_cv_make_support_nested_variables=yes
  5867. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  5868. am_cv_proto_iconv_arg1=
  5869. gt_cv_func_CFLocaleCopyCurrent=no
  5870. gt_cv_func_CFPreferencesCopyAppValue=no
  5871. gt_cv_func_gnugettext1_libc=yes
  5872.  
  5873. ## ----------------- ##
  5874. ## Output variables. ##
  5875. ## ----------------- ##
  5876.  
  5877. ACLOCAL='${SHELL} /home/thx/Downloads/minidlna2/missing --run aclocal-1.11'
  5878. AMDEPBACKSLASH='\'
  5879. AMDEP_FALSE='#'
  5880. AMDEP_TRUE=''
  5881. AMTAR='$${TAR-tar}'
  5882. AM_BACKSLASH='\'
  5883. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  5884. AM_DEFAULT_VERBOSITY='0'
  5885. AM_V='$(V)'
  5886. AUTOCONF='${SHELL} /home/thx/Downloads/minidlna2/missing --run autoconf'
  5887. AUTOHEADER='${SHELL} /home/thx/Downloads/minidlna2/missing --run autoheader'
  5888. AUTOMAKE='${SHELL} /home/thx/Downloads/minidlna2/missing --run automake-1.11'
  5889. AWK='gawk'
  5890. CC='gcc'
  5891. CCDEPMODE='depmode=gcc3'
  5892. CFLAGS='-g -O2'
  5893. CPP='gcc -E'
  5894. CPPFLAGS=''
  5895. CYGPATH_W='echo'
  5896. DEFS='-DHAVE_CONFIG_H'
  5897. DEPDIR='.deps'
  5898. ECHO_C=''
  5899. ECHO_N='-n'
  5900. ECHO_T=''
  5901. EGREP='/bin/grep -E'
  5902. EXEEXT=''
  5903. GETTEXT_MACRO_VERSION='0.18'
  5904. GMSGFMT='/usr/bin/msgfmt'
  5905. GMSGFMT_015='/usr/bin/msgfmt'
  5906. GREP='/bin/grep'
  5907. HAVE_FLAC_FALSE='#'
  5908. HAVE_FLAC_TRUE=''
  5909. HAVE_VORBISFILE_FALSE='#'
  5910. HAVE_VORBISFILE_TRUE=''
  5911. INSTALL_DATA='${INSTALL} -m 644'
  5912. INSTALL_PROGRAM='${INSTALL}'
  5913. INSTALL_SCRIPT='${INSTALL}'
  5914. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5915. INTLLIBS=''
  5916. INTL_MACOSX_LIBS=''
  5917. LDFLAGS=''
  5918. LIBAVFORMAT_LIBS='-lavformat'
  5919. LIBAVUTIL_LIBS='-lavutil'
  5920. LIBEXIF_LIBS='-lexif'
  5921. LIBFFMPEGTHUMBNAILER_CFLAGS=''
  5922. LIBFFMPEGTHUMBNAILER_LIBS=''
  5923. LIBICONV=''
  5924. LIBID3TAG_LIBS='-lid3tag'
  5925. LIBINTL=''
  5926. LIBJPEG_LIBS='-ljpeg'
  5927. LIBOBJS=''
  5928. LIBS='-lpthread '
  5929. LIBSQLITE3_LIBS='-lsqlite3'
  5930. LN_S='ln -s'
  5931. LTLIBICONV=''
  5932. LTLIBINTL=''
  5933. LTLIBOBJS=''
  5934. MAKEINFO='${SHELL} /home/thx/Downloads/minidlna2/missing --run makeinfo'
  5935. MKDIR_P='/bin/mkdir -p'
  5936. MSGFMT='/usr/bin/msgfmt'
  5937. MSGFMT_015='/usr/bin/msgfmt'
  5938. MSGMERGE='/usr/bin/msgmerge'
  5939. NEED_OGG_FALSE=''
  5940. NEED_OGG_TRUE='#'
  5941. NEED_VORBIS_FALSE='#'
  5942. NEED_VORBIS_TRUE=''
  5943. OBJEXT='o'
  5944. PACKAGE='minidlna'
  5945. PACKAGE_BUGREPORT=''
  5946. PACKAGE_NAME='MiniDLNA'
  5947. PACKAGE_STRING='MiniDLNA 1.1.0'
  5948. PACKAGE_TARNAME='minidlna'
  5949. PACKAGE_URL=''
  5950. PACKAGE_VERSION='1.1.0'
  5951. PATH_SEPARATOR=':'
  5952. PKG_CONFIG='/usr/bin/pkg-config'
  5953. PKG_CONFIG_LIBDIR=''
  5954. PKG_CONFIG_PATH=''
  5955. POSUB='po'
  5956. SET_MAKE=''
  5957. SHELL='/bin/bash'
  5958. STATIC_CFLAGS=''
  5959. STATIC_LDFLAGS=''
  5960. STRIP=''
  5961. USE_NLS='yes'
  5962. VERSION='1.1.0'
  5963. XGETTEXT='/usr/bin/xgettext'
  5964. XGETTEXT_015='/usr/bin/xgettext'
  5965. XGETTEXT_EXTRA_OPTIONS=''
  5966. ac_ct_CC='gcc'
  5967. am__EXEEXT_FALSE=''
  5968. am__EXEEXT_TRUE='#'
  5969. am__fastdepCC_FALSE='#'
  5970. am__fastdepCC_TRUE=''
  5971. am__include='include'
  5972. am__isrc=''
  5973. am__leading_dot='.'
  5974. am__nodep='_no'
  5975. am__quote=''
  5976. am__tar='$${TAR-tar} chof - "$$tardir"'
  5977. am__untar='$${TAR-tar} xf -'
  5978. bindir='${exec_prefix}/bin'
  5979. build='i686-pc-linux-gnu'
  5980. build_alias=''
  5981. build_cpu='i686'
  5982. build_os='linux-gnu'
  5983. build_vendor='pc'
  5984. datadir='${datarootdir}'
  5985. datarootdir='${prefix}/share'
  5986. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5987. dvidir='${docdir}'
  5988. exec_prefix='${prefix}'
  5989. host='i686-pc-linux-gnu'
  5990. host_alias=''
  5991. host_cpu='i686'
  5992. host_os='linux-gnu'
  5993. host_vendor='pc'
  5994. htmldir='${docdir}'
  5995. includedir='${prefix}/include'
  5996. infodir='${datarootdir}/info'
  5997. install_sh='${SHELL} /home/thx/Downloads/minidlna2/install-sh'
  5998. libdir='${exec_prefix}/lib'
  5999. libexecdir='${exec_prefix}/libexec'
  6000. localedir='${datarootdir}/locale'
  6001. localstatedir='${prefix}/var'
  6002. mandir='${datarootdir}/man'
  6003. mkdir_p='/bin/mkdir -p'
  6004. oldincludedir='/usr/include'
  6005. pdfdir='${docdir}'
  6006. prefix='/usr/local'
  6007. program_transform_name='s,x,x,'
  6008. psdir='${docdir}'
  6009. sbindir='${exec_prefix}/sbin'
  6010. sharedstatedir='${prefix}/com'
  6011. sysconfdir='${prefix}/etc'
  6012. target='i686-pc-linux-gnu'
  6013. target_alias=''
  6014. target_cpu='i686'
  6015. target_os='linux-gnu'
  6016. target_vendor='pc'
  6017.  
  6018. ## ----------- ##
  6019. ## confdefs.h. ##
  6020. ## ----------- ##
  6021.  
  6022. /* confdefs.h */
  6023. #define PACKAGE_NAME "MiniDLNA"
  6024. #define PACKAGE_TARNAME "minidlna"
  6025. #define PACKAGE_VERSION "1.1.0"
  6026. #define PACKAGE_STRING "MiniDLNA 1.1.0"
  6027. #define PACKAGE_BUGREPORT ""
  6028. #define PACKAGE_URL ""
  6029. #define PACKAGE "minidlna"
  6030. #define VERSION "1.1.0"
  6031. #define STDC_HEADERS 1
  6032. #define HAVE_SYS_TYPES_H 1
  6033. #define HAVE_SYS_STAT_H 1
  6034. #define HAVE_STDLIB_H 1
  6035. #define HAVE_STRING_H 1
  6036. #define HAVE_MEMORY_H 1
  6037. #define HAVE_STRINGS_H 1
  6038. #define HAVE_INTTYPES_H 1
  6039. #define HAVE_STDINT_H 1
  6040. #define HAVE_UNISTD_H 1
  6041. #define __EXTENSIONS__ 1
  6042. #define _ALL_SOURCE 1
  6043. #define _GNU_SOURCE 1
  6044. #define _POSIX_PTHREAD_SEMANTICS 1
  6045. #define _TANDEM_SOURCE 1
  6046. #define HAVE_ICONV 1
  6047. #define ICONV_CONST
  6048. #define ENABLE_NLS 1
  6049. #define HAVE_GETTEXT 1
  6050. #define HAVE_DCGETTEXT 1
  6051. #define OS_URL "http://sourceforge.net/projects/minidlna/"
  6052. #define ROOTDEV_MANUFACTURER "Justin Maggard"
  6053. #define ROOTDEV_MANUFACTURERURL "http://www.netgear.com/"
  6054. #define ROOTDEV_MODELNAME "Windows Media Connect compatible (MiniDLNA)"
  6055. #define ROOTDEV_MODELDESCRIPTION "MiniDLNA on " OS_NAME
  6056. #define ROOTDEV_MODELURL OS_URL
  6057. #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  6058. #define HAVE_ST_BLOCKS 1
  6059. #define HAVE__BOOL 1
  6060. #define HAVE_STDBOOL_H 1
  6061. #define HAVE_FORK 1
  6062. #define HAVE_VFORK 1
  6063. #define HAVE_WORKING_VFORK 1
  6064. #define HAVE_WORKING_FORK 1
  6065. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6066. #define HAVE_GETHOSTNAME 1
  6067. #define HAVE_GETIFADDRS 1
  6068. #define HAVE_GETTIMEOFDAY 1
  6069. #define HAVE_INET_NTOA 1
  6070. #define HAVE_MEMMOVE 1
  6071. #define HAVE_MEMSET 1
  6072. #define HAVE_MKDIR 1
  6073. #define HAVE_REALPATH 1
  6074. #define HAVE_SELECT 1
  6075. #define HAVE_SENDFILE 1
  6076. #define HAVE_SETLOCALE 1
  6077. #define HAVE_SOCKET 1
  6078. #define HAVE_STRCASECMP 1
  6079. #define HAVE_STRCHR 1
  6080. #define HAVE_STRDUP 1
  6081. #define HAVE_STRERROR 1
  6082. #define HAVE_STRNCASECMP 1
  6083. #define HAVE_STRPBRK 1
  6084. #define HAVE_STRRCHR 1
  6085. #define HAVE_STRSTR 1
  6086. #define HAVE_STRTOL 1
  6087. #define HAVE_STRTOUL 1
  6088. #define HAVE_SYSCALL_H 1
  6089. #define HAVE_SYS_SYSCALL_H 1
  6090. #define HAVE_CLOCK_GETTIME_SYSCALL 1
  6091. #define HAVE_LIBAVUTIL_AVUTIL_H 1
  6092. #define HAVE_LIBAVCODEC_AVCODEC_H 1
  6093. #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
  6094. #define HAVE_JPEGLIB_H 1
  6095. #define HAVE_SQLITE3_H 1
  6096. #define HAVE_LIBEXIF_EXIF_LOADER_H 1
  6097. #define HAVE_ID3TAG_H 1
  6098. #define HAVE_OGG_OGG_H 1
  6099. #define HAVE_VORBIS_CODEC_H 1
  6100. #define HAVE_FLAC_METADATA_H 1
  6101. #define USE_DAEMON 1
  6102. #define SCANDIR_CONST 1
  6103. #define HAVE_LINUX_SENDFILE_API 1
  6104. #define HAVE_SQLITE3_MALLOC 1
  6105. #define HAVE_SQLITE3_PREPARE_V2 1
  6106. #define HAVE_LIBPTHREAD 1
  6107. #define HAVE_VORBIS_VORBISFILE_H 1
  6108. #define HAVE_VORBISFILE 1
  6109. #define HAVE_FLAC_ALL_H 1
  6110. #define HAVE_FLAC 1
  6111. #define HAVE_FLAC 1
  6112. #define HAVE_ARPA_INET_H 1
  6113. #define HAVE_ASM_UNISTD_H 1
  6114. #define HAVE_ENDIAN_H 1
  6115. #define HAVE_FCNTL_H 1
  6116. #define HAVE_LIBINTL_H 1
  6117. #define HAVE_LOCALE_H 1
  6118. #define HAVE_NETDB_H 1
  6119. #define HAVE_NETINET_IN_H 1
  6120. #define HAVE_STDDEF_H 1
  6121. #define HAVE_STDLIB_H 1
  6122. #define HAVE_STRING_H 1
  6123. #define HAVE_SYS_FILE_H 1
  6124. #define HAVE_SYS_INOTIFY_H 1
  6125. #define HAVE_SYS_IOCTL_H 1
  6126. #define HAVE_SYS_PARAM_H 1
  6127. #define HAVE_SYS_SOCKET_H 1
  6128. #define HAVE_SYS_TIME_H 1
  6129. #define HAVE_UNISTD_H 1
  6130. #define HAVE_INOTIFY_INIT 1
  6131. #define HAVE_INOTIFY 1
  6132. #define DEFAULT_LOG_PATH "/var/log"
  6133. #define DEFAULT_DB_PATH "/var/cache/minidlna"
  6134. #define OS_NAME "Linux"
  6135. #define OS_VERSION "3.5.0-27-generic"
  6136. #define OS_URL "http://www.netgear.com"
  6137.  
  6138. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment