Advertisement
hamzaalloush

a52dec_i686-w64-mingw32.shared

May 13th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 19.32 KB | None | 0 0
  1. [using autodetected 4 job(s)]
  2. make[1]: Entering directory `/home/hamza/build/mxe'
  3. make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  4. uname -a
  5. Linux hamza-Aspire-4830TG 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  6. git show-branch --list --reflog=1
  7.   [refs/heads/master@{0}] (13 hours ago) reset: moving to b8663edf236e5b0ddd2d5a7e8aa5c6f34de37414
  8. lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
  9. Distributor ID: Ubuntu
  10. Description:    Ubuntu 14.04.2 LTS
  11. Release:    14.04
  12. Codename:   trusty
  13. rm -rf   '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared'
  14. mkdir -p '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared'
  15. cd '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared' &&  tar xzf '/home/hamza/build/mxe/pkg/a52dec-0.7.4.tar.gz'
  16. cd '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4'
  17. cd '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4' && autoreconf -fi # The autotools files came with a52dec are _ancient_
  18. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  19. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'.
  20. libtoolize: copying file `autotools/ltmain.sh'
  21. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  22. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  23. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  24. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  25. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  26. configure.in:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
  27. configure.in:8: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  28. configure.in:14: installing 'autotools/compile'
  29. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  30. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  31. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  32. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  33. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  34. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  35. liba52/Makefile.am: installing 'autotools/depcomp'
  36. liba52/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it;
  37. liba52/Makefile.am:1: use 'AM_CFLAGS' instead
  38. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  39. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  40. src/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it;
  41. src/Makefile.am:1: use 'AM_CFLAGS' instead
  42. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  43. parallel-tests: installing 'autotools/test-driver'
  44. configure.in:82: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  45. cd '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4' && ./configure --host='i686-w64-mingw32.shared' --build='x86_64-unknown-linux-gnu' --prefix='/home/hamza/build/mxe/usr/i686-w64-mingw32.shared'  --disable-static --enable-shared
  46. configure: loading site script /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/share/config.site
  47. checking for a BSD-compatible install... /usr/bin/install -c
  48. checking whether build environment is sane... yes
  49. checking for i686-w64-mingw32.shared-strip... i686-w64-mingw32.shared-strip
  50. checking for a thread-safe mkdir -p... /bin/mkdir -p
  51. checking for gawk... gawk
  52. checking whether make sets $(MAKE)... yes
  53. checking whether make supports nested variables... yes
  54. checking whether to enable maintainer-specific portions of Makefiles... no
  55. checking build system type... (cached) x86_64-unknown-linux-gnu
  56. checking host system type... i686-w64-mingw32.shared
  57. checking for i686-w64-mingw32.shared-gcc... i686-w64-mingw32.shared-gcc
  58. checking whether the C compiler works... yes
  59. checking for C compiler default output file name... a.exe
  60. checking for suffix of executables... .exe
  61. checking whether we are cross compiling... yes
  62. checking for suffix of object files... o
  63. checking whether we are using the GNU C compiler... yes
  64. checking whether i686-w64-mingw32.shared-gcc accepts -g... yes
  65. checking for i686-w64-mingw32.shared-gcc option to accept ISO C89... none needed
  66. checking whether i686-w64-mingw32.shared-gcc understands -c and -o together... yes
  67. checking for style of include used by make... GNU
  68. checking dependency style of i686-w64-mingw32.shared-gcc... gcc3
  69. checking how to run the C preprocessor... i686-w64-mingw32.shared-gcc -E
  70. checking for grep that handles long lines and -e... /bin/grep
  71. checking for egrep... /bin/grep -E
  72. checking whether i686-w64-mingw32.shared-gcc needs -traditional... no
  73. checking if i686-w64-mingw32.shared-gcc supports -g  -O3 flags... yes
  74. checking if i686-w64-mingw32.shared-gcc supports -g  -O3 -fomit-frame-pointer flags... yes
  75. checking if i686-w64-mingw32.shared-gcc supports -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro flags... yes
  76. checking for i686-w64-mingw32.shared-as... i686-w64-mingw32.shared-as
  77. checking for i686-w64-mingw32.shared-dlltool... i686-w64-mingw32.shared-dlltool
  78. checking for i686-w64-mingw32.shared-objdump... i686-w64-mingw32.shared-objdump
  79. checking how to print strings... printf
  80. checking for a sed that does not truncate output... /bin/sed
  81. checking for fgrep... /bin/grep -F
  82. checking for ld used by i686-w64-mingw32.shared-gcc... /home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-ld
  83. checking if the linker (/home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-ld) is GNU ld... yes
  84. checking for BSD- or MS-compatible name lister (nm)... /home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-nm -B
  85. checking the name lister (/home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-nm -B) interface... BSD nm
  86. checking whether ln -s works... yes
  87. checking the maximum length of command line arguments... 3458764513820540925
  88. checking whether the shell understands some XSI constructs... yes
  89. checking whether the shell understands "+="... yes
  90. checking how to convert x86_64-unknown-linux-gnu file names to i686-w64-mingw32.shared format... func_convert_file_nix_to_w32
  91. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  92. checking for /home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-ld option to reload object files... -r
  93. checking for i686-w64-mingw32.shared-objdump... (cached) i686-w64-mingw32.shared-objdump
  94. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  95. checking for i686-w64-mingw32.shared-dlltool... (cached) i686-w64-mingw32.shared-dlltool
  96. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  97. checking for i686-w64-mingw32.shared-ar... i686-w64-mingw32.shared-ar
  98. checking for archiver @FILE support... @
  99. checking for i686-w64-mingw32.shared-strip... (cached) i686-w64-mingw32.shared-strip
  100. checking for i686-w64-mingw32.shared-ranlib... i686-w64-mingw32.shared-ranlib
  101. checking command to parse /home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-nm -B output from i686-w64-mingw32.shared-gcc object... ok
  102. checking for sysroot... no
  103. checking for i686-w64-mingw32.shared-mt... no
  104. checking for mt... mt
  105. configure: WARNING: using cross tools not prefixed with host triplet
  106. checking if mt is a manifest tool... no
  107. checking for ANSI C header files... yes
  108. checking for sys/types.h... yes
  109. checking for sys/stat.h... yes
  110. checking for stdlib.h... yes
  111. checking for string.h... yes
  112. checking for memory.h... yes
  113. checking for strings.h... yes
  114. checking for inttypes.h... yes
  115. checking for stdint.h... yes
  116. checking for unistd.h... yes
  117. checking for dlfcn.h... yes
  118. checking for objdir... .libs
  119. checking if i686-w64-mingw32.shared-gcc supports -fno-rtti -fno-exceptions... no
  120. checking for i686-w64-mingw32.shared-gcc option to produce PIC... -DDLL_EXPORT -DPIC
  121. checking if i686-w64-mingw32.shared-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  122. checking if i686-w64-mingw32.shared-gcc static flag -static works... yes
  123. checking if i686-w64-mingw32.shared-gcc supports -c -o file.o... yes
  124. checking if i686-w64-mingw32.shared-gcc supports -c -o file.o... (cached) yes
  125. checking whether the i686-w64-mingw32.shared-gcc linker (/home/hamza/build/mxe/usr/bin/i686-w64-mingw32.shared-ld) supports shared libraries... yes
  126. checking whether -lc should be explicitly linked in... yes
  127. checking dynamic linker characteristics... Win32 ld.exe
  128. checking how to hardcode library paths into programs... immediate
  129. checking whether stripping libraries is possible... yes
  130. checking if libtool supports shared libraries... yes
  131. checking whether to build shared libraries... yes
  132. checking whether to build static libraries... no
  133. checking sys/time.h usability... yes
  134. checking sys/time.h presence... yes
  135. checking for sys/time.h... yes
  136. checking sys/timeb.h usability... yes
  137. checking sys/timeb.h presence... yes
  138. checking for sys/timeb.h... yes
  139. checking io.h usability... yes
  140. checking io.h presence... yes
  141. checking for io.h... yes
  142. checking for inttypes.h... (cached) yes
  143. checking for an ANSI C-conforming const... yes
  144. checking for inline... inline
  145. checking for always_inline... yes
  146. checking for restrict... restrict
  147. checking for size_t... yes
  148. checking whether byte ordering is bigendian... no
  149. checking for memalign... no
  150. checking for gettimeofday... yes
  151. checking for ftime... yes
  152. checking return type of signal handlers... void
  153. checking __attribute__ ((aligned ())) support... 64
  154. checking that generated files are newer than configure... done
  155. configure: creating ./config.status
  156. config.status: creating Makefile
  157. config.status: creating autotools/Makefile
  158. config.status: creating include/Makefile
  159. config.status: creating test/Makefile
  160. config.status: creating doc/Makefile
  161. config.status: creating src/Makefile
  162. config.status: creating liba52/Makefile
  163. config.status: creating libao/Makefile
  164. config.status: creating vc++/Makefile
  165. config.status: creating include/config.h
  166. config.status: executing depfiles commands
  167. config.status: executing libtool commands
  168. make -C '/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4' -j '4' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
  169. make[2]: Entering directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4'
  170. Making all in autotools
  171. make[3]: Entering directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/autotools'
  172. make[3]: Nothing to be done for `all'.
  173. make[3]: Leaving directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/autotools'
  174. Making all in include
  175. make[3]: Entering directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/include'
  176. make  all-am
  177. make[4]: Entering directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/include'
  178. make[4]: Leaving directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/include'
  179. make[3]: Leaving directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/include'
  180. Making all in doc
  181. make[3]: Entering directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/doc'
  182. make[3]: Nothing to be done for `all'.
  183. make[3]: Leaving directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/doc'
  184. Making all in liba52
  185. make[3]: Entering directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/liba52'
  186. /bin/bash ../libtool  --tag=CC   --mode=compile i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro  -prefer-non-pic -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
  187. /bin/bash ../libtool  --tag=CC   --mode=compile i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro  -prefer-non-pic -MT imdct.lo -MD -MP -MF .deps/imdct.Tpo -c -o imdct.lo imdct.c
  188. /bin/bash ../libtool  --tag=CC   --mode=compile i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro  -prefer-non-pic -MT bit_allocate.lo -MD -MP -MF .deps/bit_allocate.Tpo -c -o bit_allocate.lo bit_allocate.c
  189. /bin/bash ../libtool  --tag=CC   --mode=compile i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro  -prefer-non-pic -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.c
  190. libtool: compile:  i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -mcpu=pentiumpro -MT imdct.lo -MD -MP -MF .deps/imdct.Tpo -c imdct.c  -DDLL_EXPORT -DPIC -o .libs/imdct.o
  191. libtool: compile:  i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -mcpu=pentiumpro -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c  -DDLL_EXPORT -DPIC -o .libs/bitstream.o
  192. i686-w64-mingw32.shared-gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  193. i686-w64-mingw32.shared-gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  194. libtool: compile:  i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -mcpu=pentiumpro -MT bit_allocate.lo -MD -MP -MF .deps/bit_allocate.Tpo -c bit_allocate.c  -DDLL_EXPORT -DPIC -o .libs/bit_allocate.o
  195. i686-w64-mingw32.shared-gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  196. bitstream.c:44:20: warning: always_inline function might not be inlinable [-Wattributes]
  197.  static inline void bitstream_fill_current (a52_state_t * state)
  198.                     ^
  199. In file included from bitstream.c:30:0:
  200. bitstream.h:66:23: warning: always_inline function might not be inlinable [-Wattributes]
  201.  static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
  202.                        ^
  203. bitstream.h:53:24: warning: always_inline function might not be inlinable [-Wattributes]
  204.  static inline uint32_t bitstream_get (a52_state_t * state, uint32_t num_bits)
  205.                         ^
  206. imdct.c:170:20: warning: always_inline function might not be inlinable [-Wattributes]
  207.  static inline void ifft8 (complex_t * buf)
  208.                     ^
  209. imdct.c:88:20: warning: always_inline function might not be inlinable [-Wattributes]
  210.  static inline void ifft4 (complex_t * buf)
  211.                     ^
  212. imdct.c:76:20: warning: always_inline function might not be inlinable [-Wattributes]
  213.  static inline void ifft2 (complex_t * buf)
  214.                     ^
  215. libtool: compile:  i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -mcpu=pentiumpro -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c  -DDLL_EXPORT -DPIC -o .libs/parse.o
  216. i686-w64-mingw32.shared-gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  217. mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
  218. /bin/bash ../libtool  --tag=CC   --mode=compile i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include    -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro  -prefer-non-pic -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c -o downmix.lo downmix.c
  219. parse.c:306:23: warning: always_inline function might not be inlinable [-Wattributes]
  220.  static inline int16_t dither_gen (a52_state_t * state)
  221.                        ^
  222. parse.c:292:19: warning: always_inline function might not be inlinable [-Wattributes]
  223.  static inline int zero_snr_offsets (int nfchans, a52_state_t * state)
  224.                    ^
  225. In file included from parse.c:32:0:
  226. bitstream.h:66:23: warning: always_inline function might not be inlinable [-Wattributes]
  227.  static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
  228.                        ^
  229. bitstream.h:53:24: warning: always_inline function might not be inlinable [-Wattributes]
  230.  static inline uint32_t bitstream_get (a52_state_t * state, uint32_t num_bits)
  231.                         ^
  232. libtool: compile:  i686-w64-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -g -O3 -fomit-frame-pointer -mcpu=pentiumpro -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c  -DDLL_EXPORT -DPIC -o .libs/downmix.o
  233. i686-w64-mingw32.shared-gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  234. mv -f .deps/bit_allocate.Tpo .deps/bit_allocate.Plo
  235. mv -f .deps/imdct.Tpo .deps/imdct.Plo
  236. mv -f .deps/downmix.Tpo .deps/downmix.Plo
  237. mv -f .deps/parse.Tpo .deps/parse.Plo
  238. /bin/bash ../libtool  --tag=CC   --mode=link i686-w64-mingw32.shared-gcc  -g  -O3 -fomit-frame-pointer -mcpu=pentiumpro  -prefer-non-pic -no-undefined  -o liba52.la -rpath /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/lib bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm
  239. libtool: link: i686-w64-mingw32.shared-gcc -shared  .libs/bitstream.o .libs/imdct.o .libs/bit_allocate.o .libs/parse.o .libs/downmix.o    -O3 -mcpu=pentiumpro   -o .libs/liba52-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/liba52.dll.a
  240. i686-w64-mingw32.shared-gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  241. .libs/imdct.o: In function `imaxabs':
  242. /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: multiple definition of `imaxabs'
  243. .libs/bitstream.o:/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: first defined here
  244. .libs/bit_allocate.o: In function `imaxabs':
  245. /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: multiple definition of `imaxabs'
  246. .libs/bitstream.o:/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: first defined here
  247. .libs/parse.o: In function `imaxabs':
  248. /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: multiple definition of `imaxabs'
  249. .libs/bitstream.o:/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: first defined here
  250. .libs/downmix.o: In function `strncasecmp':
  251. /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/string.h:106: multiple definition of `strncasecmp'
  252. .libs/parse.o:/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/string.h:106: first defined here
  253. .libs/downmix.o: In function `strcasecmp':
  254. /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/string.h:107: multiple definition of `strcasecmp'
  255. .libs/parse.o:/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/string.h:107: first defined here
  256. .libs/downmix.o: In function `imaxabs':
  257. /home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: multiple definition of `imaxabs'
  258. .libs/bitstream.o:/home/hamza/build/mxe/usr/i686-w64-mingw32.shared/include/inttypes.h:282: first defined here
  259. collect2: error: ld returned 1 exit status
  260. make[3]: *** [liba52.la] Error 1
  261. make[3]: Leaving directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4/liba52'
  262. make[2]: *** [all-recursive] Error 1
  263. make[2]: Leaving directory `/home/hamza/build/mxe/tmp-a52dec-i686-w64-mingw32.shared/a52dec-0.7.4'
  264. make[1]: *** [build-only-a52dec_i686-w64-mingw32.shared] Error 2
  265. make[1]: Leaving directory `/home/hamza/build/mxe'
  266.  
  267. real    0m14.042s
  268. user    0m10.784s
  269. sys 0m3.657s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement