Advertisement
megrimm

gmerlin-avdecoder-1.1.1 Errors 02

Feb 28th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.89 KB | None | 0 0
  1. /sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/gmerlin-avdecoder-1.1.1.tar.bz2
  2. ./autogen.sh
  3. -n doing aclocal...
  4. done
  5. -n doing libtoolize...
  6. done
  7. -n doing autoheader...
  8. done
  9. -n doing autoconf...
  10. done
  11. -n doing automake...
  12. configure.ac:32: installing `./config.guess'
  13. configure.ac:32: installing `./config.sub'
  14. configure.ac:4: installing `./install-sh'
  15. configure.ac:4: installing `./missing'
  16. lib/GSM610/Makefile.am: installing `./depcomp'
  17. done
  18. You can now run ./configure
  19. LIBRARY_PATH="/sw/lib:$LIBRARY_PATH" ./configure --prefix=/sw --disable-gmerlin --enable-libavcodec --enable-libpostproc --enable-libswscale --enable-libavformat --enable-schroedinger --enable-speex --disable-mjpegtools --enable-ogg --enable-vorbis --disable-libmpeg2 --enable-libtiff --enable-openjpeg --disable-samba --enable-libpng --enable-faad2 --enable-dvdread --enable-flac --enable-musepack --enable-mad --enable-liba52 --enable-libcdio --disable-win32 --with-avcodec=/sw --with-avformat=/sw --with-vorbis=/sw --with-faad2-prefix=/sw
  20. checking for a BSD-compatible install... /sw/bin/ginstall -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /sw/bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking for style of include used by make... GNU
  26. checking for gcc... gcc
  27. checking for C compiler default output file name... a.out
  28. checking whether the C compiler works... yes
  29. checking whether we are cross compiling... no
  30. checking for suffix of executables...
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether gcc accepts -g... yes
  34. checking for gcc option to accept ISO C89... none needed
  35. checking dependency style of gcc... gcc3
  36. checking how to run the C preprocessor... gcc -E
  37. checking for grep that handles long lines and -e... /usr/bin/grep
  38. checking for egrep... /usr/bin/grep -E
  39. checking for ANSI C header files... yes
  40. checking for sys/types.h... yes
  41. checking for sys/stat.h... yes
  42. checking for stdlib.h... yes
  43. checking for string.h... yes
  44. checking for memory.h... yes
  45. checking for strings.h... yes
  46. checking for inttypes.h... yes
  47. checking for stdint.h... yes
  48. checking for unistd.h... yes
  49. checking minix/config.h usability... no
  50. checking minix/config.h presence... no
  51. checking for minix/config.h... no
  52. checking whether it is safe to define __EXTENSIONS__... yes
  53. checking dependency style of gcc... gcc3
  54. checking build system type... x86_64-apple-darwin11.3.0
  55. checking host system type... x86_64-apple-darwin11.3.0
  56. checking how to print strings... printf
  57. checking for a sed that does not truncate output... /sw/bin/sed
  58. checking for fgrep... /usr/bin/grep -F
  59. checking for ld used by gcc... /usr/bin/ld
  60. checking if the linker (/usr/bin/ld) is GNU ld... no
  61. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  62. checking the name lister (/usr/bin/nm) interface... BSD nm
  63. checking whether ln -s works... yes
  64. checking the maximum length of command line arguments... 196608
  65. checking whether the shell understands some XSI constructs... yes
  66. checking whether the shell understands "+="... yes
  67. checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format... func_convert_file_noop
  68. checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop
  69. checking for /usr/bin/ld option to reload object files... -r
  70. checking for objdump... no
  71. checking how to recognize dependent libraries... pass_all
  72. checking for dlltool... no
  73. checking how to associate runtime and link libraries... printf %s\n
  74. checking for ar... ar
  75. checking for archiver @FILE support... no
  76. checking for strip... strip
  77. checking for ranlib... ranlib
  78. checking command to parse /usr/bin/nm output from gcc object... ok
  79. checking for sysroot... no
  80. checking for mt... no
  81. checking if : is a manifest tool... no
  82. checking for dsymutil... dsymutil
  83. checking for nmedit... nmedit
  84. checking for lipo... lipo
  85. checking for otool... otool
  86. checking for otool64... no
  87. checking for -single_module linker flag... yes
  88. checking for -exported_symbols_list linker flag... yes
  89. checking for -force_load linker flag... yes
  90. checking for dlfcn.h... yes
  91. checking for objdir... .libs
  92. checking if gcc supports -fno-rtti -fno-exceptions... yes
  93. checking for gcc option to produce PIC... -fno-common -DPIC
  94. checking if gcc PIC flag -fno-common -DPIC works... yes
  95. checking if gcc static flag -static works... no
  96. checking if gcc supports -c -o file.o... yes
  97. checking if gcc supports -c -o file.o... (cached) yes
  98. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  99. checking dynamic linker characteristics... darwin11.3.0 dyld
  100. checking how to hardcode library paths into programs... immediate
  101. checking whether stripping libraries is possible... yes
  102. checking if libtool supports shared libraries... yes
  103. checking whether to build shared libraries... yes
  104. checking whether to build static libraries... no
  105. checking byteswap.h usability... no
  106. checking byteswap.h presence... no
  107. checking for byteswap.h... no
  108. checking whether byte ordering is bigendian... no
  109. checking for special C compiler options needed for large files... no
  110. checking for _FILE_OFFSET_BITS value needed for large files... no
  111. checking for _LARGEFILE_SOURCE value needed for large files... no
  112. checking for ftello... yes
  113. checking for vasprintf... yes
  114. checking whether MSG_NOSIGNAL is declared... no
  115. checking whether SO_NOSIGPIPE is declared... yes
  116. checking for POSIX unnamed semaphores... no
  117. checking whether NLS is requested... yes
  118. checking for msgfmt... /sw/bin/msgfmt
  119. checking for gmsgfmt... /sw/bin/msgfmt
  120. checking for xgettext... /sw/bin/xgettext
  121. checking for msgmerge... /sw/bin/msgmerge
  122. checking for ld used by GCC... /usr/bin/ld
  123. checking if the linker (/usr/bin/ld) is GNU ld... no
  124. checking for shared library run path origin... done
  125. checking for CFPreferencesCopyAppValue... yes
  126. checking for CFLocaleCopyCurrent... yes
  127. checking for GNU gettext in libc... no
  128. checking for iconv... yes
  129. checking how to link with libiconv... -liconv
  130. checking for GNU gettext in libintl... yes
  131. checking whether to use NLS... yes
  132. checking where the gettext function comes from... external libintl
  133. checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
  134. checking for pthread_mutex_lock in -lpthread... yes
  135. checking for doxygen... doxygen
  136. checking for pkg-config... /sw/bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for GAVL... yes
  139. checking for libiconv_close in -liconv... no
  140. checking for dlfcn.h... (cached) yes
  141. checking for uncompress in -lz... yes
  142. checking for poll... yes
  143. checking for getaddrinfo... yes
  144. checking for inet_aton... yes
  145. checking for closesocket... no
  146. checking for LIBSWSCALE... yes
  147. checking for build ID in libavcodec, libs: -L/sw/lib -lavcodec... checking libavcore/avcore.h usability... no
  148. checking libavcore/avcore.h presence... no
  149. checking for libavcore/avcore.h... no
  150. ok
  151. checking for img_convert... no
  152. checking for LIBPOSTPROC... yes
  153. checking for pp_context_t... yes
  154. checking for pp_context... yes
  155. checking for pp_mode_t... yes
  156. checking for pp_mode... yes
  157. checking for build ID in libavformat, libs: -L/sw/lib -lavformat... ok
  158. checking for X... libraries /usr/X11/lib, headers
  159. checking for vdpau... no
  160. checking for THEORADEC... yes
  161. checking for SCHROEDINGER... yes
  162. checking for SPEEX... yes
  163. checking for Ogg... yes
  164. checking for Vorbis... yes
  165. checking for vorbis_synthesis_restart... yes
  166. checking for libtiff... no
  167. checking for openjpeg... no
  168. checking for libpng... no
  169. checking for neaacdec.h usability for faad2... yes
  170. checking for libdvdread >= 0.9.5... no
  171. checking for flac... no
  172. checking for libmpcdec... no
  173. checking for libmad 0.15.x... no
  174. checking for liba52... no
  175. checking for DCA... yes
  176. checking for CDIO... yes
  177. checking linux/dvb/frontend.h usability... no
  178. checking linux/dvb/frontend.h presence... no
  179. checking for linux/dvb/frontend.h... no
  180. checking sys/mman.h usability... yes
  181. checking sys/mman.h presence... yes
  182. checking for sys/mman.h... yes
  183. ld: warning: -read_only_relocs cannot be used with x86_64
  184. checking if gcc supports -march=nocona flags... yes
  185. checking if gcc supports -mtune=nocona flags... yes
  186. checking if gcc supports -O3 flags... yes
  187. checking if gcc supports -funroll-all-loops flags... yes
  188. checking if gcc supports -ffast-math flags... yes
  189. checking if gcc supports -Wall flags... yes
  190. checking if gcc supports -Wmissing-declarations flags... yes
  191. checking if gcc supports -Wdeclaration-after-statement flags... yes
  192. checking if gcc supports -fvisibility=hidden flags... yes
  193. configure: creating ./config.status
  194. config.status: creating Makefile
  195. config.status: creating doc/Makefile
  196. config.status: creating doc/Doxyfile
  197. config.status: creating po/Makefile.in
  198. config.status: creating utils/Makefile
  199. config.status: creating gmerlin_avdec.spec
  200. config.status: creating gmerlin_avdec.pc
  201. config.status: creating include/Makefile
  202. config.status: creating include/bgav_version.h
  203. config.status: creating lib/Makefile
  204. config.status: creating lib/libw32dll/Makefile
  205. config.status: creating lib/libw32dll/dmo/Makefile
  206. config.status: creating lib/libw32dll/qtx/Makefile
  207. config.status: creating lib/libw32dll/qtx/qtxsdk/Makefile
  208. config.status: creating lib/libw32dll/wine/Makefile
  209. config.status: creating lib/libw32dll/DirectShow/Makefile
  210. config.status: creating lib/GSM610/Makefile
  211. config.status: creating m4/Makefile
  212. config.status: creating plugins/Makefile
  213. config.status: creating tests/Makefile
  214. config.status: creating include/config.h
  215. config.status: executing depfiles commands
  216. config.status: executing libtool commands
  217. config.status: executing po-directories commands
  218. config.status: creating po/POTFILES
  219. config.status: creating po/Makefile
  220.  
  221. === Libraries: =================================
  222. -n gmerlin:
  223. Disabled
  224. -n libavcodec (ffmpeg):
  225. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lavcodec)
  226. -n libpostproc (ffmpeg):
  227. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lpostproc)
  228. -n libswscale (ffmpeg):
  229. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lswscale)
  230. -n libavformat (ffmpeg):
  231. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lavformat)
  232. -n vdpau:
  233. Missing (Comes with latest NVidia drivers)
  234. -n faad2:
  235. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lfaad -lm)
  236. -n flac:
  237. Missing (Go to http://flac.sourceforge.net/)
  238. -n vorbis:
  239. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lvorbis -lm)
  240. -n theoradec:
  241. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -ltheoradec -logg)
  242. -n schroedinger:
  243. Found (CFLAGS=-I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 LIBS=-L/sw/lib -lschroedinger-1.0 -lpthread -loil-0.3)
  244. -n speex:
  245. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib/libspeex1/lib -lspeex)
  246. -n libpng:
  247. Missing (Go to http://www.libpng.org/pub/png/libpng.html)
  248. -n libtiff:
  249. Missing (Go to http://www.remotesensing.org/libtiff/)
  250. -n libopenjpeg:
  251. Missing (Go to http://www.openjpeg.org)
  252. -n libmpeg2 (mpeg2dec)
  253. Disabled
  254. -n libmad 0.15.x:
  255. Missing (Go to http://mad.sourceforge.net/)
  256. -n liba52 (a52dec):
  257. Missing (Go to http://liba52.sourceforge.net/)
  258. -n libdca:
  259. Found (CFLAGS=-I/sw/include/libdca LIBS=-L/sw/lib -ldca)
  260. -n libmpcdec:
  261. Missing (Go to http://www.musepack.net/)
  262. -n libcdio:
  263. Found (CFLAGS=-I/sw/include LIBS=-L/sw/lib -lcdio -lm)
  264. -n mjpegtools:
  265. Disabled
  266. -n samba:
  267. Disabled
  268. -n libdvdread:
  269. Missing (Go to http://www.dtek.chalmers.se/groups/dvd/downloads.shtml)
  270.  
  271. === Other features: ============================
  272. -n win32 DLL Support:
  273. Disabled by user
  274. -n RealPLayer DLL Support:
  275. Enabled
  276. -n Xanim DLL Support:
  277. Disabled (Unsupported Architecture)
  278. -n Linux DVB Support:
  279. Disabled (Unsupported Architecture or kernel headers missing)
  280.  
  281. If you installed a library but it was not detected, check the file INSTALL
  282. for troubleshooting tips. Also note that if the configure script reaches
  283. this point, all missing packages are optional so compilation should succeed
  284. anyway.
  285. make LDFLAGS="$LDFLAGS -Wl,-framework,Carbon -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -Wl,-headerpad_max_install_names"
  286. Making all in lib
  287. Making all in GSM610
  288. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo add.c
  289. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -fno-common -DPIC -o .libs/add.o
  290. mv -f .deps/add.Tpo .deps/add.Plo
  291. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
  292. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -fno-common -DPIC -o .libs/decode.o
  293. mv -f .deps/decode.Tpo .deps/decode.Plo
  294. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_decode.lo -MD -MP -MF .deps/gsm_decode.Tpo -c -o gsm_decode.lo gsm_decode.c
  295. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_decode.lo -MD -MP -MF .deps/gsm_decode.Tpo -c gsm_decode.c -fno-common -DPIC -o .libs/gsm_decode.o
  296. mv -f .deps/gsm_decode.Tpo .deps/gsm_decode.Plo
  297. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_encode.lo -MD -MP -MF .deps/gsm_encode.Tpo -c -o gsm_encode.lo gsm_encode.c
  298. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_encode.lo -MD -MP -MF .deps/gsm_encode.Tpo -c gsm_encode.c -fno-common -DPIC -o .libs/gsm_encode.o
  299. mv -f .deps/gsm_encode.Tpo .deps/gsm_encode.Plo
  300. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT long_term.lo -MD -MP -MF .deps/long_term.Tpo -c -o long_term.lo long_term.c
  301. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT long_term.lo -MD -MP -MF .deps/long_term.Tpo -c long_term.c -fno-common -DPIC -o .libs/long_term.o
  302. mv -f .deps/long_term.Tpo .deps/long_term.Plo
  303. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT preprocess.lo -MD -MP -MF .deps/preprocess.Tpo -c -o preprocess.lo preprocess.c
  304. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT preprocess.lo -MD -MP -MF .deps/preprocess.Tpo -c preprocess.c -fno-common -DPIC -o .libs/preprocess.o
  305. mv -f .deps/preprocess.Tpo .deps/preprocess.Plo
  306. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT short_term.lo -MD -MP -MF .deps/short_term.Tpo -c -o short_term.lo short_term.c
  307. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT short_term.lo -MD -MP -MF .deps/short_term.Tpo -c short_term.c -fno-common -DPIC -o .libs/short_term.o
  308. mv -f .deps/short_term.Tpo .deps/short_term.Plo
  309. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT code.lo -MD -MP -MF .deps/code.Tpo -c -o code.lo code.c
  310. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT code.lo -MD -MP -MF .deps/code.Tpo -c code.c -fno-common -DPIC -o .libs/code.o
  311. mv -f .deps/code.Tpo .deps/code.Plo
  312. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_create.lo -MD -MP -MF .deps/gsm_create.Tpo -c -o gsm_create.lo gsm_create.c
  313. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_create.lo -MD -MP -MF .deps/gsm_create.Tpo -c gsm_create.c -fno-common -DPIC -o .libs/gsm_create.o
  314. mv -f .deps/gsm_create.Tpo .deps/gsm_create.Plo
  315. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_destroy.lo -MD -MP -MF .deps/gsm_destroy.Tpo -c -o gsm_destroy.lo gsm_destroy.c
  316. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_destroy.lo -MD -MP -MF .deps/gsm_destroy.Tpo -c gsm_destroy.c -fno-common -DPIC -o .libs/gsm_destroy.o
  317. mv -f .deps/gsm_destroy.Tpo .deps/gsm_destroy.Plo
  318. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_option.lo -MD -MP -MF .deps/gsm_option.Tpo -c -o gsm_option.lo gsm_option.c
  319. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT gsm_option.lo -MD -MP -MF .deps/gsm_option.Tpo -c gsm_option.c -fno-common -DPIC -o .libs/gsm_option.o
  320. mv -f .deps/gsm_option.Tpo .deps/gsm_option.Plo
  321. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c -o lpc.lo lpc.c
  322. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c -fno-common -DPIC -o .libs/lpc.o
  323. mv -f .deps/lpc.Tpo .deps/lpc.Plo
  324. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT rpe.lo -MD -MP -MF .deps/rpe.Tpo -c -o rpe.lo rpe.c
  325. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT rpe.lo -MD -MP -MF .deps/rpe.Tpo -c rpe.c -fno-common -DPIC -o .libs/rpe.o
  326. mv -f .deps/rpe.Tpo .deps/rpe.Plo
  327. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT table.lo -MD -MP -MF .deps/table.Tpo -c -o table.lo table.c
  328. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I/sw/include -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT table.lo -MD -MP -MF .deps/table.Tpo -c table.c -fno-common -DPIC -o .libs/table.o
  329. mv -f .deps/table.Tpo .deps/table.Plo
  330. /bin/sh ../../libtool --tag=CC --mode=link gcc -D__BGAV__ -fvisibility=hidden -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -L/sw/lib -Wl,-framework,Carbon -Wl,-framework,IOKit -Wl,-framework,DiskArbitration -Wl,-headerpad_max_install_names -o libgsm.la add.lo decode.lo gsm_decode.lo gsm_encode.lo long_term.lo preprocess.lo short_term.lo code.lo gsm_create.lo gsm_destroy.lo gsm_option.lo lpc.lo rpe.lo table.lo -lz -lpthread -L/sw/lib -lgavl
  331. libtool: link: ar cru .libs/libgsm.a .libs/add.o .libs/decode.o .libs/gsm_decode.o .libs/gsm_encode.o .libs/long_term.o .libs/preprocess.o .libs/short_term.o .libs/code.o .libs/gsm_create.o .libs/gsm_destroy.o .libs/gsm_option.o .libs/lpc.o .libs/rpe.o .libs/table.o
  332. libtool: link: ranlib .libs/libgsm.a
  333. libtool: link: ( cd ".libs" && rm -f "libgsm.la" && ln -s "../libgsm.la" "libgsm.la" )
  334. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_vorbis.lo -MD -MP -MF .deps/audio_vorbis.Tpo -c -o audio_vorbis.lo audio_vorbis.c
  335. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_vorbis.lo -MD -MP -MF .deps/audio_vorbis.Tpo -c audio_vorbis.c -fno-common -DPIC -o .libs/audio_vorbis.o
  336. clang: warning: argument unused during compilation: '-funroll-all-loops'
  337. mv -f .deps/audio_vorbis.Tpo .deps/audio_vorbis.Plo
  338. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT parse_vorbis.lo -MD -MP -MF .deps/parse_vorbis.Tpo -c -o parse_vorbis.lo parse_vorbis.c
  339. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT parse_vorbis.lo -MD -MP -MF .deps/parse_vorbis.Tpo -c parse_vorbis.c -fno-common -DPIC -o .libs/parse_vorbis.o
  340. clang: warning: argument unused during compilation: '-funroll-all-loops'
  341. mv -f .deps/parse_vorbis.Tpo .deps/parse_vorbis.Plo
  342. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT demux_ogg.lo -MD -MP -MF .deps/demux_ogg.Tpo -c -o demux_ogg.lo demux_ogg.c
  343. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT demux_ogg.lo -MD -MP -MF .deps/demux_ogg.Tpo -c demux_ogg.c -fno-common -DPIC -o .libs/demux_ogg.o
  344. clang: warning: argument unused during compilation: '-funroll-all-loops'
  345. mv -f .deps/demux_ogg.Tpo .deps/demux_ogg.Plo
  346. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_faad2.lo -MD -MP -MF .deps/audio_faad2.Tpo -c -o audio_faad2.lo audio_faad2.c
  347. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_faad2.lo -MD -MP -MF .deps/audio_faad2.Tpo -c audio_faad2.c -fno-common -DPIC -o .libs/audio_faad2.o
  348. clang: warning: argument unused during compilation: '-funroll-all-loops'
  349. mv -f .deps/audio_faad2.Tpo .deps/audio_faad2.Plo
  350. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT aac_frame.lo -MD -MP -MF .deps/aac_frame.Tpo -c -o aac_frame.lo aac_frame.c
  351. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT aac_frame.lo -MD -MP -MF .deps/aac_frame.Tpo -c aac_frame.c -fno-common -DPIC -o .libs/aac_frame.o
  352. clang: warning: argument unused during compilation: '-funroll-all-loops'
  353. mv -f .deps/aac_frame.Tpo .deps/aac_frame.Plo
  354. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT parse_aac.lo -MD -MP -MF .deps/parse_aac.Tpo -c -o parse_aac.lo parse_aac.c
  355. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT parse_aac.lo -MD -MP -MF .deps/parse_aac.Tpo -c parse_aac.c -fno-common -DPIC -o .libs/parse_aac.o
  356. clang: warning: argument unused during compilation: '-funroll-all-loops'
  357. mv -f .deps/parse_aac.Tpo .deps/parse_aac.Plo
  358. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT demux_ffmpeg.lo -MD -MP -MF .deps/demux_ffmpeg.Tpo -c -o demux_ffmpeg.lo demux_ffmpeg.c
  359. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT demux_ffmpeg.lo -MD -MP -MF .deps/demux_ffmpeg.Tpo -c demux_ffmpeg.c -fno-common -DPIC -o .libs/demux_ffmpeg.o
  360. clang: warning: argument unused during compilation: '-funroll-all-loops'
  361. demux_ffmpeg.c:641:3: warning: 'AVMetadataTag' is deprecated
  362. [-Wdeprecated-declarations]
  363. AVMetadataTag * tag;
  364. ^
  365. demux_ffmpeg.c:743:29: warning: 'read_seek' is deprecated [-Wdeprecated-declarations]
  366. if(priv->avfc->iformat->read_seek)
  367. ^
  368. demux_ffmpeg.c:765:5: warning: 'av_metadata_get' is deprecated
  369. [-Wdeprecated-declarations]
  370. GET_METADATA_STRING(title, "title");
  371. ^
  372. demux_ffmpeg.c:752:9: note: instantiated from:
  373. tag = av_metadata_get(avfc->metadata, name, NULL, \
  374. ^
  375. demux_ffmpeg.c:766:5: warning: 'av_metadata_get' is deprecated
  376. [-Wdeprecated-declarations]
  377. GET_METADATA_STRING(author, "author");
  378. ^
  379. demux_ffmpeg.c:752:9: note: instantiated from:
  380. tag = av_metadata_get(avfc->metadata, name, NULL, \
  381. ^
  382. demux_ffmpeg.c:767:5: warning: 'av_metadata_get' is deprecated
  383. [-Wdeprecated-declarations]
  384. GET_METADATA_STRING(copyright, "copyright");
  385. ^
  386. demux_ffmpeg.c:752:9: note: instantiated from:
  387. tag = av_metadata_get(avfc->metadata, name, NULL, \
  388. ^
  389. demux_ffmpeg.c:768:5: warning: 'av_metadata_get' is deprecated
  390. [-Wdeprecated-declarations]
  391. GET_METADATA_STRING(genre, "genre");
  392. ^
  393. demux_ffmpeg.c:752:9: note: instantiated from:
  394. tag = av_metadata_get(avfc->metadata, name, NULL, \
  395. ^
  396. demux_ffmpeg.c:769:5: warning: 'av_metadata_get' is deprecated
  397. [-Wdeprecated-declarations]
  398. GET_METADATA_STRING(album, "album");
  399. ^
  400. demux_ffmpeg.c:752:9: note: instantiated from:
  401. tag = av_metadata_get(avfc->metadata, name, NULL, \
  402. ^
  403. demux_ffmpeg.c:770:5: warning: 'av_metadata_get' is deprecated
  404. [-Wdeprecated-declarations]
  405. GET_METADATA_INT(track, "track");
  406. ^
  407. demux_ffmpeg.c:758:9: note: instantiated from:
  408. tag = av_metadata_get(avfc->metadata, name, NULL, \
  409. ^
  410. 8 warnings generated.
  411. mv -f .deps/demux_ffmpeg.Tpo .deps/demux_ffmpeg.Plo
  412. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_dca.lo -MD -MP -MF .deps/audio_dca.Tpo -c -o audio_dca.lo audio_dca.c
  413. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_dca.lo -MD -MP -MF .deps/audio_dca.Tpo -c audio_dca.c -fno-common -DPIC -o .libs/audio_dca.o
  414. clang: warning: argument unused during compilation: '-funroll-all-loops'
  415. mv -f .deps/audio_dca.Tpo .deps/audio_dca.Plo
  416. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT parse_dca.lo -MD -MP -MF .deps/parse_dca.Tpo -c -o parse_dca.lo parse_dca.c
  417. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT parse_dca.lo -MD -MP -MF .deps/parse_dca.Tpo -c parse_dca.c -fno-common -DPIC -o .libs/parse_dca.o
  418. clang: warning: argument unused during compilation: '-funroll-all-loops'
  419. mv -f .deps/parse_dca.Tpo .deps/parse_dca.Plo
  420. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_ffmpeg.lo -MD -MP -MF .deps/audio_ffmpeg.Tpo -c -o audio_ffmpeg.lo audio_ffmpeg.c
  421. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -DLOCALE_DIR=\"/sw/share/locale\" -D__BGAV__ -fvisibility=hidden -march=nocona -mtune=nocona -O3 -funroll-all-loops -ffast-math -I/sw/include -I/sw/include -I/sw/include -I/sw/include/libdca -I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include/schroedinger-1.0 -I/sw/include/liboil-0.3 -I/sw/include -I/sw/include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT audio_ffmpeg.lo -MD -MP -MF .deps/audio_ffmpeg.Tpo -c audio_ffmpeg.c -fno-common -DPIC -o .libs/audio_ffmpeg.o
  422. clang: warning: argument unused during compilation: '-funroll-all-loops'
  423. audio_ffmpeg.c:225:7: error: macro name missing
  424. #ifdef
  425. ^
  426. audio_ffmpeg.c:234:18: warning: implicit declaration of function
  427. 'avcodec_decode_audio2' is invalid in C99 [-Wimplicit-function-declaration]
  428. bytes_used = avcodec_decode_audio2(priv->ctx,
  429. ^
  430. 1 warning and 1 error generated.
  431. make[2]: *** [audio_ffmpeg.lo] Error 1
  432. make[1]: *** [all-recursive] Error 1
  433. Making all in tests
  434. gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/sw/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -Wall -Wmissing-declarations -Wdeclaration-after-statement -MT bgavdump.o -MD -MP -MF .deps/bgavdump.Tpo -c -o bgavdump.o bgavdump.c
  435. mv -f .deps/bgavdump.Tpo .deps/bgavdump.Po
  436. make[1]: *** No rule to make target `../lib/libgmerlin_avdec.la', needed by `bgavdump'. Stop.
  437. Making all in include
  438. make all-am
  439. make[2]: Nothing to be done for `all-am'.
  440. Making all in m4
  441. make[1]: Nothing to be done for `all'.
  442. Making all in po
  443. test ! -f ./gmerlin-avdecoder.pot || \
  444. test -z "de.gmo" || make de.gmo
  445. make[2]: `de.gmo' is up to date.
  446. touch stamp-po
  447. Making all in utils
  448. make[1]: Nothing to be done for `all'.
  449. Making all in doc
  450. doxygen Doxyfile
  451. warning: Tag `DETAILS_AT_TOP' at line 155 of file Doxyfile has become obsolete.
  452. To avoid this warning please update your configuration file using "doxygen -u"
  453. Searching for include files...
  454. Searching for example files...
  455. Searching for images...
  456. Searching for dot files...
  457. Searching for msc files...
  458. Searching for files to exclude
  459. Searching for files to process...
  460. Reading and parsing tag files
  461. Reading tag file `gavl.tags', location `http://gmerlin.sourceforge.net/doc/gavl/'...
  462. Preprocessing /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/doc/mainpage.incl...
  463. Parsing file /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/doc/mainpage.incl...
  464. Preprocessing /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h...
  465. Parsing file /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h...
  466. Building group list...
  467. Building directory list...
  468. Building namespace list...
  469. Building file list...
  470. Building class list...
  471. Associating documentation with classes...
  472. Computing nesting relations for classes...
  473. Building example list...
  474. Searching for enumerations...
  475. Searching for documented typedefs...
  476. Searching for members imported via using declarations...
  477. Searching for included using directives...
  478. Searching for documented variables...
  479. Building member list...
  480. Searching for friends...
  481. Searching for documented defines...
  482. Computing class inheritance relations...
  483. Computing class usage relations...
  484. Flushing cached template relations that have become invalid...
  485. Creating members for template instances...
  486. Computing class relations...
  487. Add enum values to enums...
  488. Searching for member function documentation...
  489. Building page list...
  490. Search for main page...
  491. Computing page relations...
  492. Determining the scope of groups...
  493. Sorting lists...
  494. Freeing entry tree
  495. Determining which enums are documented
  496. Computing member relations...
  497. Building full member lists recursively...
  498. Adding members to member groups.
  499. Computing member references...
  500. Inheriting documentation...
  501. Generating disk names...
  502. Adding source references...
  503. Adding xrefitems...
  504. Sorting member lists...
  505. Computing dependencies between directories...
  506. Counting data structures...
  507. Resolving user defined references...
  508. Finding anchors and sections in the documentation...
  509. Combining using relations...
  510. Adding members to index pages...
  511. Generating style sheet...
  512. Generating index page...
  513. Generating page index...
  514. Generating example documentation...
  515. Generating file sources...
  516. Parsing code for file mainpage.incl...
  517. Generating code for file /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h...
  518. Generating file documentation...
  519. Generating docs for file /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h...
  520. Generating page documentation...
  521. Generating docs for page todo...
  522. Generating group documentation...
  523. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:288: warning: argument 'opt' of command @param is not found in the argument list of bgav_options_set_rtp_port_base(bgav_options_t *b, int p)
  524. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:288: warning: The following parameters of bgav_options_set_rtp_port_base(bgav_options_t *b, int p) are not documented:
  525. parameter 'b'
  526. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:305: warning: argument 'opt' of command @param is not found in the argument list of bgav_options_set_rtp_try_tcp(bgav_options_t *b, int enable)
  527. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:305: warning: The following parameters of bgav_options_set_rtp_try_tcp(bgav_options_t *b, int enable) are not documented:
  528. parameter 'b'
  529. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:616: warning: argument 'Exponent' of command @param is not found in the argument list of bgav_options_set_shrink(bgav_options_t *opt, int factor)
  530. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:616: warning: The following parameters of bgav_options_set_shrink(bgav_options_t *opt, int factor) are not documented:
  531. parameter 'factor'
  532. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:629: warning: argument '1' of command @param is not found in the argument list of bgav_options_set_vdpau(bgav_options_t *opt, int vdpau)
  533. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:629: warning: The following parameters of bgav_options_set_vdpau(bgav_options_t *opt, int vdpau) are not documented:
  534. parameter 'vdpau'
  535. /sw/src/fink.build/gmerlin-avdecoder1-1.1.1-1/gmerlin-avdecoder-1.1.1/include/avdec.h:1024: warning: The following parameters of bgav_open_callbacks(bgav_t *bgav, int(*read_callback)(void *priv, uint8_t *data, int len), int64_t(*seek_callback)(void *priv, uint64_t pos, int whence), void *priv, const char *filename, const char *mimetype, int64_t total_bytes) are not documented:
  536. parameter 'total_bytes'
  537. Generating group index...
  538. Generating class documentation...
  539. Generating annotated compound index...
  540. Generating alphabetical compound index...
  541. Generating hierarchical class index...
  542. Generating member index...
  543. Generating docs for compound bgav_device_info_t...
  544. Generating docs for compound bgav_edl_s...
  545. Generating docs for compound bgav_edl_segment_t...
  546. Generating docs for compound bgav_edl_stream_t...
  547. Generating docs for compound bgav_edl_track_t...
  548. Generating namespace index...
  549. Generating namespace member index...
  550. Generating graph info page...
  551. Generating directory documentation...
  552. Generating file index...
  553. Generating directory index...
  554. Generating example index...
  555. Generating file member index...
  556. finalizing index lists...
  557. finished...
  558. make[1]: Nothing to be done for `all-am'.
  559. make: *** [all-recursive] Error 1
  560. ### execution of make failed, exit code 2
  561. Removing runtime build-lock...
  562. Removing build-lock package...
  563. /sw/bin/dpkg-lockwait -r fink-buildlock-gmerlin-avdecoder1-1.1.1-1
  564. (Reading database ... 165202 files and directories currently installed.)
  565. Removing fink-buildlock-gmerlin-avdecoder1-1.1.1-1 ...
  566. Failed: phase compiling: gmerlin-avdecoder1-1.1.1-1 failed
  567.  
  568. Before reporting any errors, please run "fink selfupdate" and try again.
  569.  
  570. If you continue to have issues, please check to see if the FAQ on Fink's
  571. website solves the problem. If not, ask on one (not both, please) of
  572. these mailing lists:
  573.  
  574. The Fink Users List <fink-users@lists.sourceforge.net>
  575. The Fink Beginners List <fink-beginners@lists.sourceforge.net>,
  576.  
  577. with a carbon copy to the maintainer:
  578.  
  579. Hans-Christoph Steiner <hans@eds.org>
  580.  
  581. Note that this is preferable to emailing just the maintainer directly,
  582. since most fink package maintainers do not have access to all possible
  583. hardware and software configurations.
  584.  
  585. Please try to include the complete error message in your report. This
  586. generally consists of a compiler line starting with e.g. "gcc" or "g++"
  587. followed by the actual error output from the compiler.
  588.  
  589. Also include the following system information:
  590. Package manager version: 0.32.3
  591. Distribution version: selfupdate-rsync Tue Feb 28 09:44:20 2012, 10.7, x86_64
  592. Trees: local/main stable/main
  593. Xcode: 4.1
  594. Max. Fink build jobs: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement