Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. -------------------------------------------------------------------------------
  2. compiling mingw libs 32bit
  3.  
  4. NOPROMPT = 0
  5. MAKECLEAN = clean
  6. WORKSPACE =
  7. TOOLCHAIN = mingw
  8.  
  9. -------------------------------------------------------------------------------
  10. -------------------------------------------------
  11. building FFmpeg 32bit
  12. -------------------------------------------------
  13. gnutls 3.4.14 ............................................. [Not installed]
  14. gnutls-3.4.14 ................................................ [Configuring]
  15. configure: WARNING: unrecognized options: --disable-shared, --disable-cxx, --disable-doc, --disable-tools, --disable-tests, --without-p11-kit, --disable-rpath, --disable-libdane, --without-idn, --without-tpm, --enable-local-libopts, --disable-guile
  16. configure: error: cannot run /bin/sh build-aux/config.sub
  17. sed: não é possível ler lib/gnutls.pc: No such file or directory
  18. gnutls-3.4.14 .................................................. [Compiling]
  19. for f in po/*.po.in; do \
  20. cp $f `echo $f | sed 's/.in//'`; \
  21. done
  22. git submodule init
  23. Exception: STATUS_STACK_OVERFLOW at rip=7FF965CE9FA7
  24. rax=0000000000001058 rbx=000000000010A7E0 rcx=97927AB401A70000
  25. rdx=0000000000000001 rsi=000000000010F76C rdi=0000000000000001
  26. r8 =00000000000EEEF4 r9 =000000000000001B r10=00000000FFFFA000
  27. r11=00000000FFE03E00 r12=0000000000000424 r13=000000000010F750
  28. r14=0000000000000000 r15=0000000000000000
  29. rbp=000000000010A7E0 rsp=00000000FFFFB4E0
  30. program=C:\Program Files\Git\usr\bin\sh.exe, pid 2504, thread unknown (0x1B38)
  31. cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
  32. Stack trace:
  33. Frame Function Args
  34. 0000010A7E0 7FF965CE9FA7 (00180010018, 000000E7EA0, 0000010F76C, 00000001030)
  35. 0000010A7E0 7FF961DA637A (000000E7EA0, 0000010F76C, 00000001030, 000FFFFB8E0)
  36. 0000010A7E0 7FF961DA813E (0000010A82C, 00000000420, 00000000420, 0000010F9BC)
  37. 00000000420 7FF961DA8836 (000FFFFB800, 00000000254, 00000000000, 00180277C20)
  38. 00000000420 7FF9623E7C46 (00000000001, 00000000000, 000FFFFB8E0, 00100000001)
  39. 00000000420 7FF96418BA83 (00000000020, 00000000000, 000FFFFBA60, 00000000001)
  40. 00000000420 001800AA372 (000FFFFBA00, 00000000000, 7FF900000000, 00000000000)
  41. 000FFFFBA80 001800AAF15 (00100410FBB, 00000000001, 006000569C0, 001004E6740)
  42. 000FFFFBC80 0018011A8FB (00100410FBB, 00000000001, 006000569C0, 001004E6740)
  43. 000FFFFBC80 0000256E458 (00100410FBB, 00000000001, 006000569C0, 001004E6740)
  44. End of stack trace
  45. cp: missing destination file operand after 'po/*.po.in'
  46. Try 'cp --help' for more information.
  47. cfg.mk:58: recipe for target 'autoreconf' failed
  48. make: *** [autoreconf] Error 1
  49. make: *** Waiting for unfinished jobs....
  50. git submodule update
  51. touch .submodule.stamp
  52. make: Nothing to be done for 'install'.
  53. gnutls 3.4.14 ............................................. [Not installed]
  54. ffmpeg .......................................................... [Removing]
  55. ffmpeg-.tar.gz ................................................ [Extracting]
  56. ffmpeg-3.3.2-Leia-Alpha-1 (32bit) ............................ [Configuring]
  57. Unknown option "--target-os=mingw32".
  58. See ./configure --help for available options.
  59. ffmpeg-3.3.2-Leia-Alpha-1 (32bit) .............................. [Compiling]
  60. Makefile:2: config.mak: No such file or directory
  61. Makefile:67: /common.mak: No such file or directory
  62. Makefile:114: /libavutil/Makefile: No such file or directory
  63. Makefile:114: /library.mak: No such file or directory
  64. Makefile:116: /doc/Makefile: No such file or directory
  65. Makefile:206: /tests/Makefile: No such file or directory
  66. make: *** No rule to make target '/tests/Makefile'. Stop.
  67. Makefile:2: config.mak: No such file or directory
  68. Makefile:67: /common.mak: No such file or directory
  69. Makefile:114: /libavutil/Makefile: No such file or directory
  70. Makefile:114: /library.mak: No such file or directory
  71. Makefile:116: /doc/Makefile: No such file or directory
  72. Makefile:206: /tests/Makefile: No such file or directory
  73. make: *** No rule to make target '/tests/Makefile'. Stop.
  74. ffmpeg-3.3.2-Leia-Alpha-1 (32bit) ................................... [Done]
  75. failed to compile /xbmc/project/BuildDependencies/mingwlibs/win32/bin/avcodec-57.dll
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement