DarkEvolution

Game errored

Nov 10th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. [root@vmd30008 /usr/src/workspace/dev_m2dl_5inv/Server/game/src]# gmake -j20
  2. compile BattleArena.cpp
  3. compile FSM.cpp
  4. compile MarkConvert.cpp
  5. compile MarkImage.cpp
  6. compile MarkManager.cpp
  7. compile OXEvent.cpp
  8. compile TrafficProfiler.cpp
  9. In file included from FSM.cpp:4:0:
  10. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  11. inline __int128
  12. ^
  13. compile arena.cpp
  14. compile ani.cpp
  15. gmake: *** [Makefile:130: OBJDIR/FSM.o] Error 1
  16. gmake: *** Waiting for unfinished jobs....
  17. compile battle.cpp
  18. compile blend_item.cpp
  19. compile banword.cpp
  20. In file included from debug_allocator.h:4:0,
  21. from stdafx.h:7,
  22. from MarkManager.cpp:1:
  23. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  24. inline __int128
  25. ^
  26. In file included from debug_allocator.h:4:0,
  27. from stdafx.h:7,
  28. from MarkConvert.cpp:1:
  29. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  30. inline __int128
  31. ^
  32. In file included from debug_allocator.h:4:0,
  33. from stdafx.h:7,
  34. from TrafficProfiler.cpp:10:
  35. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  36. inline __int128
  37. ^
  38. In file included from debug_allocator.h:4:0,
  39. from stdafx.h:7,
  40. from blend_item.cpp:10:
  41. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  42. inline __int128
  43. ^
  44. In file included from debug_allocator.h:4:0,
  45. from stdafx.h:7,
  46. from MarkImage.cpp:1:
  47. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  48. inline __int128
  49. ^
  50. gmake: *** [Makefile:131: OBJDIR/MarkConvert.o] Error 1
  51. gmake: *** [Makefile:131: OBJDIR/TrafficProfiler.o] Error 1
  52. In file included from debug_allocator.h:4:0,
  53. from stdafx.h:7,
  54. from OXEvent.cpp:1:
  55. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  56. inline __int128
  57. ^
  58. gmake: *** [Makefile:131: OBJDIR/MarkManager.o] Error 1
  59. In file included from debug_allocator.h:4:0,
  60. from stdafx.h:7,
  61. from ani.cpp:10:
  62. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  63. inline __int128
  64. ^
  65. In file included from ../../../Extern/include/boost/limits.hpp:19:0,
  66. from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
  67. from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
  68. from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
  69. from ../../../Extern/include/boost/functional/hash.hpp:6,
  70. from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
  71. from ../../../Extern/include/boost/unordered_map.hpp:16,
  72. from questmanager.h:4,
  73. from OXEvent.cpp:4:
  74. /usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
  75. struct numeric_limits<__int128>
  76. ^
  77. /usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
  78. struct numeric_limits<unsigned __int128>
  79. ^
  80. gmake: *** [Makefile:131: OBJDIR/blend_item.o] Error 1
  81. In file included from debug_allocator.h:4:0,
  82. from stdafx.h:7,
  83. from battle.cpp:1:
  84. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  85. inline __int128
  86. ^
  87. gmake: *** [Makefile:131: OBJDIR/MarkImage.o] Error 1
  88. In file included from debug_allocator.h:4:0,
  89. from stdafx.h:7,
  90. from arena.cpp:1:
  91. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  92. inline __int128
  93. ^
  94. In file included from debug_allocator.h:4:0,
  95. from stdafx.h:7,
  96. from BattleArena.cpp:1:
  97. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  98. inline __int128
  99. ^
  100. In file included from ../../../Extern/include/boost/limits.hpp:19:0,
  101. from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
  102. from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
  103. from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
  104. from ../../../Extern/include/boost/functional/hash.hpp:6,
  105. from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
  106. from ../../../Extern/include/boost/unordered_map.hpp:16,
  107. from questmanager.h:4,
  108. from arena.cpp:8:
  109. /usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
  110. struct numeric_limits<__int128>
  111. ^
  112. /usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
  113. struct numeric_limits<unsigned __int128>
  114. ^
  115. In file included from ../../../Extern/include/boost/limits.hpp:19:0,
  116. from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
  117. from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
  118. from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
  119. from ../../../Extern/include/boost/functional/hash.hpp:6,
  120. from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
  121. from ../../../Extern/include/boost/unordered_map.hpp:16,
  122. from char.h:4,
  123. from BattleArena.cpp:6:
  124. /usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
  125. struct numeric_limits<__int128>
  126. ^
  127. /usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
  128. struct numeric_limits<unsigned __int128>
  129. ^
  130. In file included from debug_allocator.h:4:0,
  131. from stdafx.h:7,
  132. from banword.cpp:1:
  133. /usr/local/lib/gcc49/include/c++/cstdlib:178:10: error: expected unqualified-id before '__int128'
  134. inline __int128
  135. ^
  136. In file included from ../../../Extern/include/boost/limits.hpp:19:0,
  137. from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
  138. from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
  139. from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
  140. from ../../../Extern/include/boost/functional/hash.hpp:6,
  141. from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
  142. from ../../../Extern/include/boost/unordered_map.hpp:16,
  143. from char.h:4,
  144. from ani.cpp:11:
  145. /usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
  146. struct numeric_limits<__int128>
  147. ^
  148. /usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
  149. struct numeric_limits<unsigned __int128>
  150. ^
  151. In file included from ../../../Extern/include/boost/limits.hpp:19:0,
  152. from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
  153. from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
  154. from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
  155. from ../../../Extern/include/boost/functional/hash.hpp:6,
  156. from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
  157. from ../../../Extern/include/boost/unordered_map.hpp:16,
  158. from char.h:4,
  159. from battle.cpp:5:
  160. /usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
  161. struct numeric_limits<__int128>
  162. ^
  163. /usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
  164. struct numeric_limits<unsigned __int128>
  165. ^
  166. In file included from ../../../Extern/include/boost/limits.hpp:19:0,
  167. from ../../../Extern/include/boost/functional/hash/detail/limits.hpp:16,
  168. from ../../../Extern/include/boost/functional/hash/detail/hash_float.hpp:15,
  169. from ../../../Extern/include/boost/functional/hash/hash.hpp:15,
  170. from ../../../Extern/include/boost/functional/hash.hpp:6,
  171. from ../../../Extern/include/boost/unordered/unordered_map.hpp:17,
  172. from ../../../Extern/include/boost/unordered_map.hpp:16,
  173. from banword.h:5,
  174. from banword.cpp:3:
  175. /usr/local/lib/gcc49/include/c++/limits:1405:35: error: template argument 1 is invalid
  176. struct numeric_limits<__int128>
  177. ^
  178. /usr/local/lib/gcc49/include/c++/limits:1479:44: error: template argument 1 is invalid
  179. struct numeric_limits<unsigned __int128>
  180. ^
  181. gmake: *** [Makefile:131: OBJDIR/ani.o] Error 1
  182. gmake: *** [Makefile:131: OBJDIR/OXEvent.o] Error 1
  183. gmake: *** [Makefile:131: OBJDIR/banword.o] Error 1
  184. gmake: *** [Makefile:131: OBJDIR/arena.o] Error 1
  185. gmake: *** [Makefile:131: OBJDIR/BattleArena.o] Error 1
  186. gmake: *** [Makefile:131: OBJDIR/battle.o] Error 1
Add Comment
Please, Sign In to add comment