Advertisement
Guest User

config.log

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