Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. root@:~ # cd /usr/src/SursaServer/Colossus2/game/src
  2. root@:/usr/src/SursaServer/Colossus2/game/src # gmake clean
  3. root@:/usr/src/SursaServer/Colossus2/game/src # gmake -j20
  4. [OK] Compiling: BattleArena.cpp
  5. [OK] Compiling: FSM.cpp
  6. [OK] Compiling: MarkConvert.cpp
  7. [OK] Compiling: MarkImage.cpp
  8. [OK] Compiling: MarkManager.cpp
  9. [OK] Compiling: OXEvent.cpp
  10. [OK] Compiling: TrafficProfiler.cpp
  11. [OK] Compiling: ani.cpp
  12. [OK] Compiling: arena.cpp
  13. [OK] Compiling: banword.cpp
  14. [OK] Compiling: battle.cpp
  15. [OK] Compiling: blend_item.cpp
  16. [OK] Compiling: block_country.cpp
  17. [OK] Compiling: buffer_manager.cpp
  18. [OK] Compiling: building.cpp
  19. [OK] Compiling: castle.cpp
  20. [OK] Compiling: char.cpp
  21. [OK] Compiling: char_affect.cpp
  22. [OK] Compiling: char_battle.cpp
  23. [OK] Compiling: char_change_empire.cpp
  24. [OK] Compiling: char_horse.cpp
  25. [OK] Compiling: char_item.cpp
  26. In file included from packet_info.h:4:0,
  27. from input.h:4,
  28. from desc.h:5,
  29. from char_battle.cpp:4:
  30. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  31. #include "Locale_inc.h"
  32. ^
  33. compilation terminated.
  34. In file included from packet_info.h:4:0,
  35. from input.h:4,
  36. from desc.h:5,
  37. from battle.cpp:4:
  38. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  39. #include "Locale_inc.h"
  40. ^
  41. compilation terminated.
  42. In file included from arena.cpp:4:0:
  43. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  44. #include "Locale_inc.h"
  45. ^
  46. compilation terminated.
  47. gmake: *** [.obj/battle.o] Error 1
  48. gmake: *** Waiting for unfinished jobs....
  49. In file included from building.cpp:7:0:
  50. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  51. #include "Locale_inc.h"
  52. ^
  53. compilation terminated.
  54. gmake: *** [.obj/arena.o] Error 1
  55. gmake: *** [.obj/building.o] Error 1
  56. gmake: *** [.obj/char_battle.o] Error 1
  57. In file included from packet_info.h:4:0,
  58. from input.h:4,
  59. from desc.h:5,
  60. from desc_client.h:4,
  61. from char.cpp:12:
  62. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  63. #include "Locale_inc.h"
  64. ^
  65. compilation terminated.
  66. gmake: *** [.obj/char.o] Error 1
  67. In file included from OXEvent.cpp:6:0:
  68. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  69. #include "Locale_inc.h"
  70. ^
  71. compilation terminated.
  72. gmake: *** [.obj/OXEvent.o] Error 1
  73. In file included from char_horse.cpp:5:0:
  74. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  75. #include "Locale_inc.h"
  76. ^
  77. In file included from packet_info.h:4:0,
  78. from input.h:4,
  79. from desc.h:5,
  80. from char_item.cpp:10:
  81. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  82. #include "Locale_inc.h"
  83. ^
  84. compilation terminated.
  85. gmake: *** [.obj/char_item.o] Error 1
  86. compilation terminated.
  87. gmake: *** [.obj/char_horse.o] Error 1
  88. In file included from char_affect.cpp:8:0:
  89. packet.h:9:24: fatal error: Locale_inc.h: No such file or directory
  90. #include "Locale_inc.h"
  91. ^
  92. compilation terminated.
  93. gmake: *** [.obj/char_affect.o] Error 1
  94. root@:/usr/src/SursaServer/Colossus2/game/src #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement