Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.81 KB | None | 0 0
  1. ~/develop/games/scummvm-1.2.0> make
  2.     C++      backends/platform/sdl/events.o
  3.     C++      backends/platform/sdl/graphics.o
  4. In file included from /boot/home/develop/games/scummvm-1.2.0/common/hash-str.h:28,
  5.                  from /boot/home/develop/games/scummvm-1.2.0/common/archive.h:30,
  6.                  from /boot/home/develop/games/scummvm-1.2.0/common/fs.h:29,
  7.                  from /boot/home/develop/games/scummvm-1.2.0/common/translation.h:31,
  8.                  from /boot/home/develop/games/scummvm-1.2.0/backends/platform/sdl/graphics.cpp:28:
  9. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:81: parse error before `{'
  10. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:94: missing ';' before right brace
  11. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:97: `Node' was not declared in this scope
  12. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:97: `HASHMAP_MEMORYPOOL_SIZE' was not declared in this scope
  13. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:97: template argument 1 is invalid
  14. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:97: template argument 2 is invalid
  15. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:97: warning: ANSI C++ forbids declaration `_nodePool' with no type
  16. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:99: syntax error before `*'
  17. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:104: syntax error before `;'
  18. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:105: syntax error before `;'
  19. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:108: syntax error before `;'
  20. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:117: syntax error before `*'
  21. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:121: `Node' was not declared in this scope
  22. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:121: `node' was not declared in this scope
  23. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:121: variable or field `freeNode' declared void
  24. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:121: syntax error before `{'
  25. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:126: parse error before `&'
  26. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:127: parse error before `&'
  27. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:127: non-member function `lookup(...)' cannot have `const' method qualifier
  28. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:128: parse error before `&'
  29. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:132: parse error before `;'
  30. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: In method `NodeType * IteratorImpl<T>::deref() const':
  31. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:160: parse error before `)'
  32. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: In method `class IteratorImpl<T> & IteratorImpl<T>::operator ++()':
  33. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:179: parse error before `)'
  34. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: At top level:
  35. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:193: parse error before `public'
  36. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:195: warning: ANSI C++ forbids declaration `' with no type
  37. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:195: parse error before `>'
  38. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:197: warning: ANSI C++ forbids declaration `HashMap' with no type
  39. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:198: parse error before `&'
  40. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:198: warning: ANSI C++ forbids declaration `HashMap' with no type
  41. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:199: destructors must be member functions
  42. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:199: new declaration `void HashMap()'
  43. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:197: ambiguates old declaration `int HashMap()'
  44. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:201: syntax error before `&'
  45. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:206: warning: ANSI C++ forbids declaration `clear' with no type
  46. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:207: parse error before `delete'
  47. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:209: `map' was not declared in this scope
  48. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:209: warning: ANSI C++ forbids declaration `assign' with no type
  49. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:209: `int assign' redeclared as different kind of symbol
  50. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:126: previous declaration of `void assign(...)'
  51. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:210: parse error before `return'
  52. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:213: parse error before `&'
  53. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:213: non-member function `contains(...)' cannot have `const' method qualifier
  54. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:215: syntax error before `&'
  55. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:216: syntax error before `&'
  56. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:218: syntax error before `&'
  57. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:219: syntax error before `&'
  58. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:220: syntax error before `&'
  59. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:221: parse error before `&'
  60. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:225: parse error before `&'
  61. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:227: non-member function `size()' cannot have `const' method qualifier
  62. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: In function `uint size()':
  63. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:227: `_size' undeclared (first use this function)
  64. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:227: (Each undeclared identifier is reported only once
  65. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:227: for each function it appears in.)
  66. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:227: warning: control reaches end of non-void function `size()'
  67. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: At top level:
  68. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:229: syntax error before `('
  69. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:231: syntax error before `<='
  70. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:237: syntax error before `('
  71. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:241: syntax error before `('
  72. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:243: syntax error before `<='
  73. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:249: syntax error before `('
  74. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:253: syntax error before `('
  75. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:260: syntax error before `('
  76. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:269: non-member function `empty()' cannot have `const' method qualifier
  77. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: In function `bool empty()':
  78. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:271: warning: control reaches end of non-void function `empty()'
  79. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h: At top level:
  80. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:272: parse error before `}'
  81. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:281: syntax error before `::'
  82. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:291: warning: ANSI C++ forbids declaration `_storage' with no type
  83. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:291: parse error before `*'
  84. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:292: parse error before `!='
  85. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: `HASHMAP_MIN_CAPACITY' was not declared in this scope
  86. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: `Node' was not declared in this scope
  87. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: parse error before `)'
  88. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: warning: ANSI C++ forbids declaration `memset' with no type
  89. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: `int memset' redeclared as different kind of symbol
  90. /boot/develop/headers/posix/string.h:23: previous declaration of `void * memset(void *, int, long unsigned int)'
  91. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: warning: initializer list being treated as compound expression
  92. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:295: warning: ANSI C++ forbids declaration `_size' with no type
  93. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:295: `int _size' used prior to declaration
  94. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:296: warning: ANSI C++ forbids declaration `_deleted' with no type
  95. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:303: parse error before `}'
  96. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:311: syntax error before `::'
  97. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:325: syntax error before `::'
  98. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:326: syntax error before `<='
  99. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:344: syntax error before `::'
  100. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:346: warning: ANSI C++ forbids declaration `_storage' with no type
  101. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:346: redefinition of `int _storage'
  102. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:291: `int _storage' previously defined here
  103. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:346: parse error before `*'
  104. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:347: parse error before `!='
  105. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: `_mask' was not declared in this scope
  106. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: `Node' was not declared in this scope
  107. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: parse error before `)'
  108. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: warning: ANSI C++ forbids declaration `memset' with no type
  109. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: redefinition of `int memset'
  110. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:293: `int memset' previously defined here
  111. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: warning: initializer list being treated as compound expression
  112. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:351: warning: ANSI C++ forbids declaration `_size' with no type
  113. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:351: redefinition of `int _size'
  114. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:295: `int _size' previously defined here
  115. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:352: warning: ANSI C++ forbids declaration `_deleted' with no type
  116. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:352: redefinition of `int _deleted'
  117. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:296: `int _deleted' previously defined here
  118. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:353: parse error before `for'
  119. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:353: syntax error before `<='
  120. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:356: syntax error before `++'
  121. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:359: `ctr' was not declared in this scope
  122. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:359: syntax error before `->'
  123. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:360: syntax error before `++'
  124. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:364: parse error before `=='
  125. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:365: parse error before `=='
  126. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:370: syntax error before `::'
  127. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:371: syntax error before `<='
  128. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:373: `ctr' was not declared in this scope
  129. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:373: warning: ANSI C++ forbids declaration `_storage' with no type
  130. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:373: assignment (not initialization) in declaration
  131. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:374: parse error before `}'
  132. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:377: syntax error before `.'
  133. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:383: warning: ANSI C++ forbids declaration `_mask' with no type
  134. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:383: `HASHMAP_MIN_CAPACITY' was not declared in this scope
  135. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:384: warning: ANSI C++ forbids declaration `_storage' with no type
  136. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:384: redefinition of `int _storage'
  137. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:346: `int _storage' previously defined here
  138. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:384: parse error before `*'
  139. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:385: parse error before `!='
  140. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: `HASHMAP_MIN_CAPACITY' was not declared in this scope
  141. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: `Node' was not declared in this scope
  142. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: parse error before `)'
  143. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: warning: ANSI C++ forbids declaration `memset' with no type
  144. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: redefinition of `int memset'
  145. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:348: `int memset' previously defined here
  146. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: warning: initializer list being treated as compound expression
  147. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:387: parse error before `}'
  148. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:389: warning: ANSI C++ forbids declaration `_size' with no type
  149. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:389: redefinition of `int _size'
  150. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:351: `int _size' previously defined here
  151. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:390: warning: ANSI C++ forbids declaration `_deleted' with no type
  152. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:390: redefinition of `int _deleted'
  153. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:352: `int _deleted' previously defined here
  154. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:391: parse error before `}'
  155. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:394: syntax error before `::'
  156. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:401: syntax error before `*'
  157. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:404: warning: ANSI C++ forbids declaration `_size' with no type
  158. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:404: redefinition of `int _size'
  159. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:389: `int _size' previously defined here
  160. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:405: warning: ANSI C++ forbids declaration `_deleted' with no type
  161. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:405: redefinition of `int _deleted'
  162. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:390: `int _deleted' previously defined here
  163. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:406: warning: ANSI C++ forbids declaration `_mask' with no type
  164. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:406: redefinition of `int _mask'
  165. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:383: `int _mask' previously defined here
  166. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:406: `newCapacity' was not declared in this scope
  167. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:407: warning: ANSI C++ forbids declaration `_storage' with no type
  168. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:407: redefinition of `int _storage'
  169. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:384: `int _storage' previously defined here
  170. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:407: parse error before `*'
  171. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:408: parse error before `!='
  172. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:409: `newCapacity' was not declared in this scope
  173. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:409: `Node' was not declared in this scope
  174. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:409: parse error before `)'
  175. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:409: warning: ANSI C++ forbids declaration `memset' with no type
  176. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:409: redefinition of `int memset'
  177. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:386: `int memset' previously defined here
  178. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:409: warning: initializer list being treated as compound expression
  179. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:412: parse error before `for'
  180. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:412: syntax error before `<='
  181. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:420: `old_storage' was not declared in this scope
  182. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:420: `ctr' was not declared in this scope
  183. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:420: `_hash' was not declared in this scope
  184. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:422: parse error before `for'
  185. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:422: syntax error before `!='
  186. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:422: syntax error before `>='
  187. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: warning: ANSI C++ forbids declaration `_storage' with no type
  188. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: warning: ANSI C++ forbids variable-size array `_storage'
  189. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: variable-size type declared outside of any function
  190. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: conflicting types for `int _storage[2]'
  191. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:407: previous declaration as `int _storage'
  192. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: `old_storage' was not declared in this scope
  193. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: `ctr' was not declared in this scope
  194. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:427: syntax error before `++'
  195. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:432: parse error before `=='
  196. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:440: syntax error before `::'
  197. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:443: parse error before `for'
  198. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:443: syntax error before `>='
  199. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:453: warning: ANSI C++ forbids declaration `ctr' with no type
  200. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:453: conflicting types for `int ctr'
  201. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:442: previous declaration as `uint ctr'
  202. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:453: `perturb' was not declared in this scope
  203. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:458: parse error before `}'
  204. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:471: syntax error before `::'
  205. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:473: conflicting types for `uint ctr'
  206. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:453: previous declaration as `int ctr'
  207. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:477: parse error before `for'
  208. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:477: syntax error before `>='
  209. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:491: warning: ANSI C++ forbids declaration `ctr' with no type
  210. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:491: conflicting types for `int ctr'
  211. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:473: previous declaration as `uint ctr'
  212. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:491: `perturb' was not declared in this scope
  213. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:496: parse error before `}'
  214. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: warning: ANSI C++ forbids declaration `_storage' with no type
  215. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: warning: ANSI C++ forbids variable-size array `_storage'
  216. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: variable-size type declared outside of any function
  217. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: redefinition of `int _storage[2]'
  218. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:426: `int _storage[2]' previously defined here
  219. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: `key' was not declared in this scope
  220. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: `allocNode' was not declared in this scope
  221. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:512: parse error before `!='
  222. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:513: syntax error before `++'
  223. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:518: parse error before `if'
  224. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:521: warning: ANSI C++ forbids declaration `expandStorage' with no type
  225. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:521: `int expandStorage' redeclared as different kind of symbol
  226. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:129: previous declaration of `void expandStorage(unsigned int)'
  227. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:522: warning: ANSI C++ forbids declaration `ctr' with no type
  228. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:522: redefinition of `int ctr'
  229. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:491: `int ctr' previously defined here
  230. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:522: `key' was not declared in this scope
  231. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:523: parse error before `!='
  232. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:532: syntax error before `::'
  233. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:538: syntax error before `::'
  234. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:543: syntax error before `::'
  235. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:548: syntax error before `::'
  236. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:550: parse error before `!='
  237. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:555: syntax error before `::'
  238. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:560: syntax error before `::'
  239. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:569: syntax error before `::'
  240. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:571: parse error before `!='
  241. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:572: syntax error before `->'
  242. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:576: syntax error before `::'
  243. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:583: warning: ANSI C++ forbids declaration `freeNode' with no type
  244. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:583: redefinition of `int freeNode'
  245. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:121: `int freeNode' previously defined here
  246. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:584: warning: ANSI C++ forbids declaration `_storage' with no type
  247. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:584: warning: ANSI C++ forbids variable-size array `_storage'
  248. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:584: variable-size type declared outside of any function
  249. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:584: redefinition of `int _storage[2]'
  250. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:511: `int _storage[2]' previously defined here
  251. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:584: `Node' was not declared in this scope
  252. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:584: parse error before `)'
  253. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:585: syntax error before `--'
  254. /boot/home/develop/games/scummvm-1.2.0/common/hashmap.h:586: syntax error before `++'
  255. /boot/home/develop/games/scummvm-1.2.0/graphics/fontman.h: In method `bool Graphics::FontManager::assignFontToName(const Common::String &, const Graphics::Font *)':
  256. In file included from /boot/home/develop/games/scummvm-1.2.0/backends/platform/sdl/graphics.cpp:34:
  257. /boot/home/develop/games/scummvm-1.2.0/graphics/fontman.h:62: no match for `Common::HashMap<Common::String,const Graphics::Font *,Common::Hash<Common::String>,Common::EqualTo<Common::String> > &[const Common::String &]'
  258. /boot/home/develop/games/scummvm-1.2.0/graphics/fontman.h: In method `void Graphics::FontManager::removeFontName(const Common::String &)':
  259. /boot/home/develop/games/scummvm-1.2.0/graphics/fontman.h:69: no matching function for call to `Common::HashMap<Common::String,const Graphics::Font *,Common::Hash<Common::String>,Common::EqualTo<Common::String> >::erase (const Common::String &)'
  260. /boot/home/develop/games/scummvm-1.2.0/backends/platform/sdl/graphics.cpp: In method `void OSystem_SDL::warpMouse(int, int)':
  261. /boot/home/develop/games/scummvm-1.2.0/backends/platform/sdl/graphics.cpp:1396: warning: declaration of `y1' shadows global declaration
  262. /boot/home/develop/games/scummvm-1.2.0/common/array.h: In method `class Common::String * Common::Array<Common::String>::insert_aux(Common::String *, const Common::String *, const Common::String *)':
  263. common/array.h:106:   instantiated from `Common::Array<Common::String>::push_back(const Common::String &)'
  264. backends/platform/sdl/graphics.cpp:1789:   instantiated from here
  265. /boot/home/develop/games/scummvm-1.2.0/common/array.h:285: warning: declaration of `idx' shadows global declaration
  266. /boot/home/develop/games/scummvm-1.2.0/common/array.h: In function `static uint Common::Array<Common::String>::roundUpCapacity(unsigned int)':
  267. common/array.h:290:   instantiated from `Common::Array<Common::String>::insert_aux(Common::String *, const Common::String *, const Common::String *)'
  268. common/array.h:106:   instantiated from `Common::Array<Common::String>::push_back(const Common::String &)'
  269. backends/platform/sdl/graphics.cpp:1789:   instantiated from here
  270. /boot/home/develop/games/scummvm-1.2.0/common/array.h:258: warning: declaration of `capacity' shadows global declaration
  271. /boot/home/develop/games/scummvm-1.2.0/common/array.h: In method `class Common::String & Common::Array<Common::String>::operator [](int)':
  272. backends/platform/sdl/graphics.cpp:1803:   instantiated from here
  273. /boot/home/develop/games/scummvm-1.2.0/common/array.h:163: warning: declaration of `idx' shadows global declaration
  274. make: *** [backends/platform/sdl/graphics.o] Error 1
  275. ~/develop/games/scummvm-1.2.0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement