Advertisement
Guest User

AUR / paintown-git

a guest
Mar 9th, 2019
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.99 KB | None | 0 0
  1. Compiling c++ file build/allegro5/mugen/character.cpp
  2. In file included from build/allegro5/globals.cpp:1:
  3. build/allegro5/globals.h:6:10: fatal error: r-tech1/file-system.h: No such file or directory
  4.  #include <r-tech1/file-system.h>
  5.           ^~~~~~~~~~~~~~~~~~~~~~~
  6. compilation terminated.
  7. Compiling c++ file build/allegro5/mugen/character-select.cpp
  8. scons: *** [build/allegro5/globals.o] Error 1
  9. build/allegro5/factory/font_render.cpp:1:10: fatal error: r-tech1/graphics/bitmap.h: No such file or directory
  10.  #include <r-tech1/graphics/bitmap.h>
  11.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. compilation terminated.
  13. scons: *** [build/allegro5/factory/font_render.o] Error 1
  14. build/allegro5/factory/collector.cpp:1:10: fatal error: r-tech1/graphics/bitmap.h: No such file or directory
  15.  #include <r-tech1/graphics/bitmap.h>
  16.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. compilation terminated.
  18. scons: *** [build/allegro5/factory/collector.o] Error 1
  19. In file included from build/allegro5/mugen/argument.cpp:1:
  20. build/allegro5/mugen/argument.h:4:10: fatal error: r-tech1/argument.h: No such file or directory
  21.  #include <r-tech1/argument.h>
  22.           ^~~~~~~~~~~~~~~~~~~~
  23. compilation terminated.
  24. scons: *** [build/allegro5/mugen/argument.o] Error 1
  25. build/allegro5/xmain.cpp:1:10: fatal error: r-tech1/main.h: No such file or directory
  26.  #include <r-tech1/main.h>
  27.           ^~~~~~~~~~~~~~~~
  28. compilation terminated.
  29. scons: *** [build/allegro5/xmain.o] Error 1
  30. build/allegro5/main-menu.cpp:21:10: fatal error: r-tech1/graphics/bitmap.h: No such file or directory
  31.  #include <r-tech1/graphics/bitmap.h>
  32.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. compilation terminated.
  34. scons: *** [build/allegro5/main-menu.o] Error 1
  35. build/allegro5/mugen/background.cpp:1:10: fatal error: r-tech1/graphics/bitmap.h: No such file or directory
  36.  #include <r-tech1/graphics/bitmap.h>
  37.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  38. compilation terminated.
  39. scons: *** [build/allegro5/mugen/background.o] Error 1
  40. build/allegro5/mugen/characterhud.cpp:1:10: fatal error: r-tech1/graphics/bitmap.h: No such file or directory
  41.  #include <r-tech1/graphics/bitmap.h>
  42.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. compilation terminated.
  44. scons: *** [build/allegro5/mugen/characterhud.o] Error 1
  45. In file included from build/allegro5/mugen/network-behavior.cpp:1:
  46. build/allegro5/mugen/network-behavior.h:7:10: fatal error: r-tech1/network/network.h: No such file or directory
  47.  #include <r-tech1/network/network.h>
  48.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  49. compilation terminated.
  50. scons: *** [build/allegro5/mugen/network-behavior.o] Error 1
  51. In file included from build/allegro5/mugen/util.h:9,
  52.                  from build/allegro5/mugen/behavior.h:6,
  53.                  from build/allegro5/mugen/behavior.cpp:1:
  54. build/allegro5/mugen/exception.h:4:10: fatal error: r-tech1/exceptions/exception.h: No such file or directory
  55.  #include <r-tech1/exceptions/exception.h>
  56.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. compilation terminated.
  58. scons: *** [build/allegro5/mugen/behavior.o] Error 1
  59. build/allegro5/mugen/character.cpp:1:10: fatal error: r-tech1/graphics/bitmap.h: No such file or directory
  60.  #include <r-tech1/graphics/bitmap.h>
  61.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  62. compilation terminated.
  63. scons: *** [build/allegro5/mugen/character.o] Error 1
  64. In file included from build/allegro5/mugen/util.h:9,
  65.                  from build/allegro5/mugen/animation.h:8,
  66.                  from build/allegro5/mugen/background.h:8,
  67.                  from build/allegro5/mugen/character-select.h:6,
  68.                  from build/allegro5/mugen/character-select.cpp:1:
  69. build/allegro5/mugen/exception.h:4:10: fatal error: r-tech1/exceptions/exception.h: No such file or directory
  70.  #include <r-tech1/exceptions/exception.h>
  71.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. compilation terminated.
  73. scons: *** [build/allegro5/mugen/character-select.o] Error 1
  74. scons: building terminated because of errors.
  75. ==> ERROR: A failure occurred in build().
  76.     Aborting...
  77. :: Unable to build paintown-git - makepkg exited with code: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement