Advertisement
Guest User

Error after compilation when using build_libfdk_aac.bat

a guest
Apr 3rd, 2015
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. if test -d stage; then rm -fr stage; fi
  2. mkdir -p stage/bin
  3. mkdir -p stage/lib
  4. mkdir -p stage/include/fdk-aac
  5. cp -p libfdk-aac-0.dll stage/bin
  6. cp -p libfdk-aac.a /mingw/lib
  7. cp -p libfdk-aac.dll.a stage/lib
  8. cp -p libAACdec/include/aacdecoder_lib.h stage/include/fdk-aac
  9. cp -p libAACenc/include/aacenc_lib.h stage/include/fdk-aac
  10. cp -p libSYS/include/FDK_Audio.h stage/include/fdk-aac
  11. cp -p libSYS/include/genericStds.h stage/include/fdk-aac
  12. cp -p libSYS/include/machine_type.h stage/include/fdk-aac
  13. cp -pr stage/* /mingw/
  14. cd stage && zip -r /mingw/libfdk-aac-win32-bin.zip * & cd ..
  15. adding: bin/ (stored 0%)
  16. adding: bin/libfdk-aac-0.dllfdk-aac-master\stage\bin - The directory is not em
  17. pty.
  18. fdk-aac-master\stage - The process cannot access the file because it is being us
  19. ed by another process.
  20.  
  21. C:\temp\fdkaac> (deflated 51%)
  22. adding: include/
  23. zip warning: No such file or directory
  24. zip warning: could not open for reading: include/
  25. adding: include/fdk-aac/
  26. zip warning: No such file or directory
  27. zip warning: could not open for reading: include/fdk-aac/
  28. adding: include/fdk-aac/aacdecoder_lib.h
  29. zip warning: No such file or directory
  30. zip warning: could not open for reading: include/fdk-aac/aacdecoder_lib.
  31. h
  32. adding: include/fdk-aac/aacenc_lib.h
  33. zip warning: No such file or directory
  34. zip warning: could not open for reading: include/fdk-aac/aacenc_lib.h
  35. adding: include/fdk-aac/FDK_Audio.h
  36. zip warning: No such file or directory
  37. zip warning: could not open for reading: include/fdk-aac/FDK_Audio.h
  38. adding: include/fdk-aac/genericStds.h
  39. zip warning: No such file or directory
  40. zip warning: could not open for reading: include/fdk-aac/genericStds.h
  41. adding: include/fdk-aac/machine_type.h
  42. zip warning: No such file or directory
  43. zip warning: could not open for reading: include/fdk-aac/machine_type.h
  44. adding: lib/
  45. zip warning: No such file or directory
  46. zip warning: could not open for reading: lib/
  47. adding: lib/libfdk-aac.dll.a
  48. zip warning: No such file or directory
  49. zip warning: could not open for reading: lib/libfdk-aac.dll.a
  50.  
  51. zip warning: Not all files were readable
  52. files/entries read: 2 (788K bytes) skipped: 9 (190K bytes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement