Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [ 73/715] [4] rc other/icons/teeworlds_cl.rc
  2. Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5. [ 74/715] [4] c src/engine/external/wavpack/unpack.c
  6. Traceback (most recent call last):
  7. File "E:\Github Repositories\teeworlds\scripts\download.py", line 57, in <module>
  8. main()
  9. File "E:\Github Repositories\teeworlds\scripts\download.py", line 54, in main
  10. downloadAll(args.targets)
  11. File "E:\Github Repositories\teeworlds\scripts\download.py", line 31, in downloadAll
  12. libs_dir = unzip(src_package_libs, ".")
  13. File "E:\Github Repositories\teeworlds\scripts\download.py", line 14, in unzip
  14. shutil.rmtree(z.namelist()[0])
  15. File "C:\Program Files (x86)\Python37-32\lib\shutil.py", line 507, in rmtree
  16. return _rmtree_unsafe(path, onerror)
  17. File "C:\Program Files (x86)\Python37-32\lib\shutil.py", line 386, in _rmtree_unsafe
  18. _rmtree_unsafe(fullname, onerror)
  19. File "C:\Program Files (x86)\Python37-32\lib\shutil.py", line 386, in _rmtree_unsafe
  20. _rmtree_unsafe(fullname, onerror)
  21. File "C:\Program Files (x86)\Python37-32\lib\shutil.py", line 391, in _rmtree_unsafe
  22. onerror(os.unlink, fullname, sys.exc_info())
  23. File "C:\Program Files (x86)\Python37-32\lib\shutil.py", line 389, in _rmtree_unsafe
  24. os.unlink(fullname)
  25. PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'teeworlds-libs-4bf6dbc8c9f9b2fa89b2b5be1928f5e85bca01e6/sdl\\include\\SDL_opengles2_gl2ext.h'
  26. [ 75/715] [1] c++ src/game/client/components/stats.cpp
  27. trying https://github.com/teeworlds/teeworlds-libs/archive/4bf6dbc8c9f9b2fa89b2b5be1928f5e85bca01e6.zip
  28. bam: 'Downloading SDL2' error 1
  29. [ 76/715] [3] c++ src/game/client/components/spectator.cpp
  30. [ 77/715] [4] c++ src/game/client/components/sounds.cpp
  31. [ 78/715] [7] c++ src/game/client/components/skins.cpp
  32. Traceback (most recent call last):
  33. File "E:\Github Repositories\teeworlds\scripts\download.py", line 57, in <module>
  34. main()
  35. File "E:\Github Repositories\teeworlds\scripts\download.py", line 54, in main
  36. downloadAll(args.targets)
  37. File "E:\Github Repositories\teeworlds\scripts\download.py", line 40, in downloadAll
  38. copy_tree(libs_dir + "/freetype/", "other/freetype/")
  39. File "C:\Program Files (x86)\Python37-32\lib\distutils\dir_util.py", line 124, in copy_tree
  40. "cannot copy tree '%s': not a directory" % src)
  41. distutils.errors.DistutilsFileError: cannot copy tree 'teeworlds-libs-4bf6dbc8c9f9b2fa89b2b5be1928f5e85bca01e6/freetype/': not a directory
  42. trying https://github.com/teeworlds/teeworlds-libs/archive/4bf6dbc8c9f9b2fa89b2b5be1928f5e85bca01e6.zip
  43. bam: 'Downloading freetype' error 1
  44. [ 79/715] [8] c++ src/game/client/components/scoreboard.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement