Guest

KonstantinNovichikhin

By: a guest on Mar 22nd, 2010  |  syntax: C++  |  size: 38.36 KB  |  hits: 226  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  1. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:74:34: warning: ISO C99 requires rest arguments to be used
  2. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:141:49: warning: ISO C99 requires rest arguments to be used
  3. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:237:38: warning: ISO C99 requires rest arguments to be used
  4. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:477:39: warning: ISO C99 requires rest arguments to be used
  5. In file included from .../mozilla-central/js/src/nanojit/Containers.cpp:40:
  6. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?isS32Б-? declared as an Б-?inlineБ-? variable
  7. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?intptr_tБ-? was not declared in this scope
  8. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  9. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?isU32Б-? declared as an Б-?inlineБ-? variable
  10. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?uintptr_tБ-? was not declared in this scope
  11. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  12. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:277,
  13.                  from .../mozilla-central/js/src/nanojit/Containers.cpp:40:
  14. .../mozilla-central/js/src/nanojit/Containers.h: In static member function Б-?static size_t nanojit::DefaultHash<K*>::hash(K*)Б-?:
  15. .../mozilla-central/js/src/nanojit/Containers.h:246: error: Б-?uintptr_tБ-? was not declared in this scope
  16. .../mozilla-central/js/src/nanojit/Containers.h:246: error: expected `;' before Б-?hБ-?
  17. .../mozilla-central/js/src/nanojit/Containers.h:248: error: Б-?hБ-? was not declared in this scope
  18. In file included from .../mozilla-central/js/src/nanojit/Allocator.cpp:40:
  19. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?isS32Б-? declared as an Б-?inlineБ-? variable
  20. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?intptr_tБ-? was not declared in this scope
  21. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: expected Б-?,Б-? or Б-?;Б-? before Б-?{Б-? token
  22. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?isU32Б-? declared as an Б-?inlineБ-? variable
  23. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?uintptr_tБ-? was not declared in this scope
  24. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: expected Б-?,Б-? or Б-?;Б-? before Б-?{Б-? token
  25. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:279,
  26.                 from .../mozilla-central/js/src/nanojit/Containers.cpp:40:
  27. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::size() constБ-?:
  28. .../mozilla-central/js/src/nanojit/CodeAlloc.h:92: error: Б-?uintptr_tБ-? was not declared in this scope
  29. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::blockSize() constБ-?:
  30. .../mozilla-central/js/src/nanojit/CodeAlloc.h:95: error: Б-?uintptr_tБ-? was not declared in this scope
  31. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:277,
  32.                 from .../mozilla-central/js/src/nanojit/Allocator.cpp:40:
  33. .../mozilla-central/js/src/nanojit/Containers.h: In static member function Б-?static size_t nanojit::DefaultHash<K*>::hash(K*)Б-?:
  34. .../mozilla-central/js/src/nanojit/Containers.h:246: error: Б-?uintptr_tБ-? was not declared in this scope
  35. .../mozilla-central/js/src/nanojit/Containers.h:246: error: expected `;' before Б-?-?
  36. .../mozilla-central/js/src/nanojit/Containers.h:248: error: Б-?-? was not declared in this scope
  37. In file included from .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:40:
  38. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?isS32Б-? declared as an Б-?inlineБ-? variable
  39. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?intptr_tБ-? was not declared in this scope
  40. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  41. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?isU32Б-? declared as an Б-?inlineБ-? variable
  42. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?uintptr_tБ-? was not declared in this scope
  43. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  44. In file included from .../mozilla-central/js/src/nanojit/Assembler.cpp:40:
  45. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?isS32Б-? declared as an Б-?inlineБ-? variable
  46. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?intptr_tБ-? was not declared in this scope
  47. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  48. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?isU32Б-? declared as an Б-?inlineБ-? variable
  49. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?uintptr_tБ-? was not declared in this scope
  50. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  51. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:279,
  52.                  from .../mozilla-central/js/src/nanojit/Allocator.cpp:40:
  53. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::size() constБ-?:
  54. .../mozilla-central/js/src/nanojit/CodeAlloc.h:92: error: Б-?uintptr_tБ-? was not declared in this scope
  55. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::blockSize() constБ-?:
  56. .../mozilla-central/js/src/nanojit/CodeAlloc.h:95: error: Б-?uintptr_tБ-? was not declared in this scope
  57. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:277,
  58.                  from .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:40:
  59. .../mozilla-central/js/src/nanojit/Containers.h: In static member function Б-?static size_t nanojit::DefaultHash<K*>::hash(K*)Б-?:
  60. .../mozilla-central/js/src/nanojit/Containers.h:246: error: Б-?uintptr_tБ-? was not declared in this scope
  61. .../mozilla-central/js/src/nanojit/Containers.h:246: error: expected `;' before Б-?hБ-?
  62. .../mozilla-central/js/src/nanojit/Containers.h:248: error: Б-?hБ-? was not declared in this scope
  63. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:280,
  64.                 from .../mozilla-central/js/src/nanojit/Allocator.cpp:40:
  65. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  66. .../mozilla-central/js/src/nanojit/LIR.h:127: error: Б-?uintptr_tБ-? does not name a type
  67. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?bool nanojit::CallInfo::isIndirect() constБ-?:
  68. .../mozilla-central/js/src/nanojit/LIR.h:150: error: Б-?_addressБ-? was not declared in this scope
  69. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:280,
  70.                 from .../mozilla-central/js/src/nanojit/Containers.cpp:40:
  71. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  72. .../mozilla-central/js/src/nanojit/LIR.h:127: error: Б-?uintptr_tБ-? does not name a type
  73. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?bool nanojit::CallInfo::isIndirect() constБ-?:
  74. .../mozilla-central/js/src/nanojit/LIR.h:150: error: Б-?_addressБ-? was not declared in this scope
  75. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:279,
  76.                 from .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:40:
  77. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::size() constБ-?:
  78. .../mozilla-central/js/src/nanojit/CodeAlloc.h:92: error: Б-?uintptr_tБ-? was not declared in this scope
  79. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::blockSize() constБ-?:
  80. .../mozilla-central/js/src/nanojit/CodeAlloc.h:95: error: Б-?uintptr_tБ-? was not declared in this scope
  81. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:280,
  82.                 from .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:40:
  83. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  84. .../mozilla-central/js/src/nanojit/LIR.h:127: error: Б-?uintptr_tБ-? does not name a type
  85. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?bool nanojit::CallInfo::isIndirect() constБ-?:
  86. .../mozilla-central/js/src/nanojit/LIR.h:150: error: Б-?_addressБ-? was not declared in this scope
  87. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  88. .../mozilla-central/js/src/nanojit/LIR.h:841: error: Б-?uintptr_tБ-? does not name a type
  89. .../mozilla-central/js/src/nanojit/LIR.h:842: error: Б-?uintptr_tБ-? does not name a type
  90. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp0* nanojit::LIns::toLInsOp0() constБ-?:
  91. .../mozilla-central/js/src/nanojit/LIR.h:904: error: Б-?uintptr_tБ-? was not declared in this scope
  92. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp1* nanojit::LIns::toLInsOp1() constБ-?:
  93. .../mozilla-central/js/src/nanojit/LIR.h:905: error: Б-?uintptr_tБ-? was not declared in this scope
  94. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp2* nanojit::LIns::toLInsOp2() constБ-?:
  95. .../mozilla-central/js/src/nanojit/LIR.h:906: error: Б-?uintptr_tБ-? was not declared in this scope
  96. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp3* nanojit::LIns::toLInsOp3() constБ-?:
  97. .../mozilla-central/js/src/nanojit/LIR.h:907: error: Б-?uintptr_tБ-? was not declared in this scope
  98. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsLd* nanojit::LIns::toLInsLd() constБ-?:
  99. .../mozilla-central/js/src/nanojit/LIR.h:908: error: Б-?uintptr_tБ-? was not declared in this scope
  100. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSti* nanojit::LIns::toLInsSti() constБ-?:
  101. .../mozilla-central/js/src/nanojit/LIR.h:909: error: Б-?uintptr_tБ-? was not declared in this scope
  102. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSk* nanojit::LIns::toLInsSk() constБ-?:
  103. .../mozilla-central/js/src/nanojit/LIR.h:910: error: Б-?uintptr_tБ-? was not declared in this scope
  104. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsC* nanojit::LIns::toLInsC() constБ-?:
  105. .../mozilla-central/js/src/nanojit/LIR.h:911: error: Б-?uintptr_tБ-? was not declared in this scope
  106. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  107. .../mozilla-central/js/src/nanojit/LIR.h:841: error: Б-?uintptr_tБ-? does not name a typeIn file included from .../mozilla-central/js/src/nanojit/nanojit.h:277,
  108.                 from .../mozilla-central/js/src/nanojit/Assembler.cpp:40:
  109. .../mozilla-central/js/src/nanojit/Containers.h: In static member function Б-?static size_t nanojit::DefaultHash<K*>::hash(K*)Б-?:
  110. .../mozilla-central/js/src/nanojit/Containers.h:246: error: Б-?uintptr_tБ-? was not declared in this scope
  111. .../mozilla-central/js/src/nanojit/Containers.h:246: error: expected `;' before Б-?-?
  112. .../mozilla-central/js/src/nanojit/Containers.h:248: error: Б-?-? was not declared in this scope
  113. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsP* nanojit::LIns::toLInsP() constБ-?:
  114. .../mozilla-central/js/src/nanojit/LIR.h:912: error: Б-?uintptr_tБ-? was not declared in this scope
  115. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsI* nanojit::LIns::toLInsI() constБ-?:
  116. .../mozilla-central/js/src/nanojit/LIR.h:913: error: Б-?uintptr_tБ-? was not declared in this scope
  117. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsN64* nanojit::LIns::toLInsN64() constБ-?:
  118. .../mozilla-central/js/src/nanojit/LIR.h:914: error: Б-?uintptr_tБ-? was not declared in this scope
  119. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsJtbl* nanojit::LIns::toLInsJtbl() constБ-?:
  120. .../mozilla-central/js/src/nanojit/LIR.h:915: error: Б-?uintptr_tБ-? was not declared in this scope
  121. In file included from .../mozilla-central/js/src/nanojit/Fragmento.cpp:42:
  122. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?isS32Б-? declared as an Б-?inlineБ-? variable
  123. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: Б-?intptr_tБ-? was not declared in this scope
  124. .../mozilla-central/js/src/nanojit/nanojit.h:210: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  125. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?isU32Б-? declared as an Б-?inlineБ-? variable
  126. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: Б-?uintptr_tБ-? was not declared in this scope
  127. .../mozilla-central/js/src/nanojit/nanojit.h:214: error: expected Б-?-? or Б-?;Б-? before Б-?{Б-? token
  128.  
  129. .../mozilla-central/js/src/nanojit/LIR.h:842: error: Б-?uintptr_tБ-? does not name a type
  130. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp0* nanojit::LIns::toLInsOp0() constБ-?:
  131. .../mozilla-central/js/src/nanojit/LIR.h:904: error: Б-?uintptr_tБ-? was not declared in this scope
  132. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp1* nanojit::LIns::toLInsOp1() constБ-?:
  133. .../mozilla-central/js/src/nanojit/LIR.h:905: error: Б-?uintptr_tБ-? was not declared in this scope
  134. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp2* nanojit::LIns::toLInsOp2() constБ-?:
  135. .../mozilla-central/js/src/nanojit/LIR.h:906: error: Б-?uintptr_tБ-? was not declared in this scope
  136. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp3* nanojit::LIns::toLInsOp3() constБ-?:
  137. .../mozilla-central/js/src/nanojit/LIR.h:907: error: Б-?uintptr_tБ-? was not declared in this scope
  138. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsLd* nanojit::LIns::toLInsLd() constБ-?:
  139. .../mozilla-central/js/src/nanojit/LIR.h:908: error: Б-?uintptr_tБ-? was not declared in this scope
  140. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSti* nanojit::LIns::toLInsSti() constБ-?:
  141. .../mozilla-central/js/src/nanojit/LIR.h:909: error: Б-?uintptr_tБ-? was not declared in this scope
  142. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSk* nanojit::LIns::toLInsSk() constБ-?:
  143. .../mozilla-central/js/src/nanojit/LIR.h:910: error: Б-?uintptr_tБ-? was not declared in this scope
  144. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?void nanojit::LIns::initLInsP(int32_t, int32_t)Б-?:
  145. .../mozilla-central/js/src/nanojit/LIR.h:984: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  146. .../mozilla-central/js/src/nanojit/LIR.h:985: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  147. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsC* nanojit::LIns::toLInsC() constБ-?:
  148. .../mozilla-central/js/src/nanojit/LIR.h:911: error: Б-?uintptr_tБ-? was not declared in this scope
  149. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsP* nanojit::LIns::toLInsP() constБ-?:
  150. .../mozilla-central/js/src/nanojit/LIR.h:912: error: Б-?uintptr_tБ-? was not declared in this scope
  151. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsI* nanojit::LIns::toLInsI() constБ-?:
  152. .../mozilla-central/js/src/nanojit/LIR.h:913: error: Б-?uintptr_tБ-? was not declared in this scope
  153. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsN64* nanojit::LIns::toLInsN64() constБ-?:
  154. .../mozilla-central/js/src/nanojit/LIR.h:914: error: Б-?uintptr_tБ-? was not declared in this scope
  155. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsJtbl* nanojit::LIns::toLInsJtbl() constБ-?:
  156. .../mozilla-central/js/src/nanojit/LIR.h:915: error: Б-?uintptr_tБ-? was not declared in this scope
  157. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:279,
  158.                  from .../mozilla-central/js/src/nanojit/Assembler.cpp:40:
  159. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::size() constБ-?:
  160. .../mozilla-central/js/src/nanojit/CodeAlloc.h:92: error: Б-?uintptr_tБ-? was not declared in this scope
  161. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::blockSize() constБ-?:
  162. .../mozilla-central/js/src/nanojit/CodeAlloc.h:95: error: Б-?uintptr_tБ-? was not declared in this scope
  163. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  164. .../mozilla-central/js/src/nanojit/LIR.h:841: error: Б-?uintptr_tБ-? does not name a type
  165. .../mozilla-central/js/src/nanojit/LIR.h:842: error: Б-?uintptr_tБ-? does not name a type
  166. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp0* nanojit::LIns::toLInsOp0() constБ-?:
  167. .../mozilla-central/js/src/nanojit/LIR.h:904: error: Б-?uintptr_tБ-? was not declared in this scope
  168. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp1* nanojit::LIns::toLInsOp1() constБ-?:
  169. .../mozilla-central/js/src/nanojit/LIR.h:905: error: Б-?uintptr_tБ-? was not declared in this scope
  170. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp2* nanojit::LIns::toLInsOp2() constБ-?:
  171. .../mozilla-central/js/src/nanojit/LIR.h:906: error: Б-?uintptr_tБ-? was not declared in this scope
  172. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp3* nanojit::LIns::toLInsOp3() constБ-?:
  173. .../mozilla-central/js/src/nanojit/LIR.h:907: error: Б-?uintptr_tБ-? was not declared in this scope
  174. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsLd* nanojit::LIns::toLInsLd() constБ-?:
  175. .../mozilla-central/js/src/nanojit/LIR.h:908: error: Б-?uintptr_tБ-? was not declared in this scope
  176. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSti* nanojit::LIns::toLInsSti() constБ-?:
  177. .../mozilla-central/js/src/nanojit/LIR.h:909: error: Б-?uintptr_tБ-? was not declared in this scope
  178. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:277,
  179.                  from .../mozilla-central/js/src/nanojit/Fragmento.cpp:42:
  180. .../mozilla-central/js/src/nanojit/Containers.h: In static member function Б-?static size_t nanojit::DefaultHash<K*>::hash(K*)Б-?:
  181. .../mozilla-central/js/src/nanojit/Containers.h:246: error: Б-?uintptr_tБ-? was not declared in this scope
  182. .../mozilla-central/js/src/nanojit/Containers.h:246: error: expected `;' before Б-?hБ-?
  183. .../mozilla-central/js/src/nanojit/Containers.h:248: error: Б-?hБ-? was not declared in this scope
  184. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSk* nanojit::LIns::toLInsSk() constБ-?:
  185. .../mozilla-central/js/src/nanojit/LIR.h:910: error: Б-?uintptr_tБ-? was not declared in this scope
  186. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsC* nanojit::LIns::toLInsC() constБ-?:
  187. .../mozilla-central/js/src/nanojit/LIR.h:911: error: Б-?uintptr_tБ-? was not declared in this scope
  188. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsP* nanojit::LIns::toLInsP() constБ-?:
  189. .../mozilla-central/js/src/nanojit/LIR.h:912: error: Б-?uintptr_tБ-? was not declared in this scope
  190. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsI* nanojit::LIns::toLInsI() constБ-?:
  191. .../mozilla-central/js/src/nanojit/LIR.h:913: error: Б-?uintptr_tБ-? was not declared in this scope
  192. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsN64* nanojit::LIns::toLInsN64() constБ-?:
  193. .../mozilla-central/js/src/nanojit/LIR.h:914: error: Б-?uintptr_tБ-? was not declared in this scope
  194. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsJtbl* nanojit::LIns::toLInsJtbl() constБ-?:
  195. .../mozilla-central/js/src/nanojit/LIR.h:915: error: Б-?uintptr_tБ-? was not declared in this scope
  196. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?void nanojit::LIns::initLInsP(int32_t, int32_t)Б-?:
  197. .../mozilla-central/js/src/nanojit/LIR.h:984: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  198. .../mozilla-central/js/src/nanojit/LIR.h:985: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  199. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:280,
  200.                 from .../mozilla-central/js/src/nanojit/Assembler.cpp:40:
  201. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  202. .../mozilla-central/js/src/nanojit/LIR.h:127: error: Б-?uintptr_tБ-? does not name a type
  203. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?bool nanojit::CallInfo::isIndirect() constБ-?:
  204. .../mozilla-central/js/src/nanojit/LIR.h:150: error: Б-?_addressБ-? was not declared in this scope
  205. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:279,
  206.                 from .../mozilla-central/js/src/nanojit/Fragmento.cpp:42:
  207. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::size() constБ-?:
  208. .../mozilla-central/js/src/nanojit/CodeAlloc.h:92: error: Б-?uintptr_tБ-? was not declared in this scope
  209. .../mozilla-central/js/src/nanojit/CodeAlloc.h: In member function Б-?size_t nanojit::CodeList::blockSize() constБ-?:
  210. .../mozilla-central/js/src/nanojit/CodeAlloc.h:95: error: Б-?uintptr_tБ-? was not declared in this scope
  211. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?void nanojit::LIns::initLInsP(int32_t, int32_t)Б-?:
  212. .../mozilla-central/js/src/nanojit/LIR.h:984: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  213. .../mozilla-central/js/src/nanojit/LIR.h:985: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  214. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramArg() constБ-?:
  215. .../mozilla-central/js/src/nanojit/LIR.h:1085: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  216. In file included from .../mozilla-central/js/src/nanojit/nanojit.h:280,
  217.                 from .../mozilla-central/js/src/nanojit/Fragmento.cpp:42:
  218. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  219. .../mozilla-central/js/src/nanojit/LIR.h:127: error: Б-?uintptr_tБ-? does not name a type
  220. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?bool nanojit::CallInfo::isIndirect() constБ-?:
  221. .../mozilla-central/js/src/nanojit/LIR.h:150: error: Б-?_addressБ-? was not declared in this scope
  222. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramKind() constБ-?:
  223. .../mozilla-central/js/src/nanojit/LIR.h:1086: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  224. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  225. .../mozilla-central/js/src/nanojit/LIR.h:1226: error: expected Б-?;Б-? before Б-?(Б-? token
  226. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  227. .../mozilla-central/js/src/nanojit/LIR.h:841: error: Б-?uintptr_tБ-? does not name a type
  228. .../mozilla-central/js/src/nanojit/LIR.h:842: error: Б-?uintptr_tБ-? does not name a type
  229. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramArg() constБ-?:
  230. .../mozilla-central/js/src/nanojit/LIR.h:1085: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  231. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramKind() constБ-?:
  232. .../mozilla-central/js/src/nanojit/LIR.h:1086: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  233. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp0* nanojit::LIns::toLInsOp0() constБ-?:
  234. .../mozilla-central/js/src/nanojit/LIR.h:904: error: Б-?uintptr_tБ-? was not declared in this scope
  235. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp1* nanojit::LIns::toLInsOp1() constБ-?:
  236. .../mozilla-central/js/src/nanojit/LIR.h:905: error: Б-?uintptr_tБ-? was not declared in this scope
  237. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp2* nanojit::LIns::toLInsOp2() constБ-?:
  238. .../mozilla-central/js/src/nanojit/LIR.h:906: error: Б-?uintptr_tБ-? was not declared in this scope
  239. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp3* nanojit::LIns::toLInsOp3() constБ-?:
  240. .../mozilla-central/js/src/nanojit/LIR.h:907: error: Б-?uintptr_tБ-? was not declared in this scope
  241. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsLd* nanojit::LIns::toLInsLd() constБ-?:
  242. .../mozilla-central/js/src/nanojit/LIR.h:908: error: Б-?uintptr_tБ-? was not declared in this scope
  243. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSti* nanojit::LIns::toLInsSti() constБ-?:
  244. .../mozilla-central/js/src/nanojit/LIR.h:909: error: Б-?uintptr_tБ-? was not declared in this scope
  245. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSk* nanojit::LIns::toLInsSk() constБ-?:
  246. .../mozilla-central/js/src/nanojit/LIR.h:910: error: Б-?uintptr_tБ-? was not declared in this scope
  247. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsC* nanojit::LIns::toLInsC() constБ-?:
  248. .../mozilla-central/js/src/nanojit/LIR.h:911: error: Б-?uintptr_tБ-? was not declared in this scope
  249. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramArg() constБ-?:
  250. .../mozilla-central/js/src/nanojit/LIR.h:1085: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  251. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramKind() constБ-?:
  252. .../mozilla-central/js/src/nanojit/LIR.h:1086: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  253. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsP* nanojit::LIns::toLInsP() constБ-?:
  254. .../mozilla-central/js/src/nanojit/LIR.h:912: error: Б-?uintptr_tБ-? was not declared in this scope
  255. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsI* nanojit::LIns::toLInsI() constБ-?:
  256. .../mozilla-central/js/src/nanojit/LIR.h:913: error: Б-?uintptr_tБ-? was not declared in this scope
  257. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsN64* nanojit::LIns::toLInsN64() constБ-?:
  258. .../mozilla-central/js/src/nanojit/LIR.h:914: error: Б-?uintptr_tБ-? was not declared in this scope
  259. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsJtbl* nanojit::LIns::toLInsJtbl() constБ-?:
  260. .../mozilla-central/js/src/nanojit/LIR.h:915: error: Б-?uintptr_tБ-? was not declared in this scope
  261. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  262. .../mozilla-central/js/src/nanojit/LIR.h:1226: error: expected Б-?;Б-? before Б-?(Б-? token
  263. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  264. .../mozilla-central/js/src/nanojit/LIR.h:841: error: Б-?uintptr_tБ-? does not name a type
  265. .../mozilla-central/js/src/nanojit/LIR.h:842: error: Б-?uintptr_tБ-? does not name a type
  266. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp0* nanojit::LIns::toLInsOp0() constБ-?:
  267. .../mozilla-central/js/src/nanojit/LIR.h:904: error: Б-?uintptr_tБ-? was not declared in this scope
  268. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  269. .../mozilla-central/js/src/nanojit/LIR.h:1226: error: expected Б-?;Б-? before Б-?(Б-? token
  270. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp1* nanojit::LIns::toLInsOp1() constБ-?:
  271. .../mozilla-central/js/src/nanojit/LIR.h:905: error: Б-?uintptr_tБ-? was not declared in this scope
  272. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp2* nanojit::LIns::toLInsOp2() constБ-?:
  273. .../mozilla-central/js/src/nanojit/LIR.h:906: error: Б-?uintptr_tБ-? was not declared in this scope
  274. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsOp3* nanojit::LIns::toLInsOp3() constБ-?:
  275. .../mozilla-central/js/src/nanojit/LIR.h:907: error: Б-?uintptr_tБ-? was not declared in this scope
  276. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsLd* nanojit::LIns::toLInsLd() constБ-?:
  277. .../mozilla-central/js/src/nanojit/LIR.h:908: error: Б-?uintptr_tБ-? was not declared in this scope
  278. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSti* nanojit::LIns::toLInsSti() constБ-?:
  279. .../mozilla-central/js/src/nanojit/LIR.h:909: error: Б-?uintptr_tБ-? was not declared in this scope
  280. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsSk* nanojit::LIns::toLInsSk() constБ-?:
  281. .../mozilla-central/js/src/nanojit/LIR.h:910: error: Б-?uintptr_tБ-? was not declared in this scope
  282. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsC* nanojit::LIns::toLInsC() constБ-?:
  283. .../mozilla-central/js/src/nanojit/LIR.h:911: error: Б-?uintptr_tБ-? was not declared in this scope
  284. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsP* nanojit::LIns::toLInsP() constБ-?:
  285. .../mozilla-central/js/src/nanojit/LIR.h:912: error: Б-?uintptr_tБ-? was not declared in this scope
  286. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsI* nanojit::LIns::toLInsI() constБ-?:
  287. .../mozilla-central/js/src/nanojit/LIR.h:913: error: Б-?uintptr_tБ-? was not declared in this scope
  288. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsN64* nanojit::LIns::toLInsN64() constБ-?:
  289. .../mozilla-central/js/src/nanojit/LIR.h:914: error: Б-?uintptr_tБ-? was not declared in this scope
  290. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?nanojit::LInsJtbl* nanojit::LIns::toLInsJtbl() constБ-?:
  291. .../mozilla-central/js/src/nanojit/LIR.h:915: error: Б-?uintptr_tБ-? was not declared in this scope
  292. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?void nanojit::LIns::initLInsP(int32_t, int32_t)Б-?:
  293. .../mozilla-central/js/src/nanojit/LIR.h:984: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  294. .../mozilla-central/js/src/nanojit/LIR.h:985: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  295. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?void nanojit::LIns::initLInsP(int32_t, int32_t)Б-?:
  296. .../mozilla-central/js/src/nanojit/LIR.h:984: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  297. .../mozilla-central/js/src/nanojit/LIR.h:985: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  298. .../mozilla-central/js/src/nanojit/LIR.h:1542: error: Б-?uintptr_tБ-? does not name a type
  299. .../mozilla-central/js/src/nanojit/LIR.h:1570: error: Б-?uintptr_tБ-? has not been declared
  300. .../mozilla-central/js/src/nanojit/LIR.h:1573: error: Б-?uintptr_tБ-? does not name a type
  301. .../mozilla-central/js/src/nanojit/LIR.h:1574: error: Б-?uintptr_tБ-? does not name a type
  302. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramArg() constБ-?:
  303. .../mozilla-central/js/src/nanojit/LIR.h:1085: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  304. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramArg() constБ-?:
  305. .../mozilla-central/js/src/nanojit/LIR.h:1085: error: Б-?class nanojit::LInsPБ-? has no member named Б-?argБ-?
  306. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramKind() constБ-?:
  307. .../mozilla-central/js/src/nanojit/LIR.h:1086: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  308. .../mozilla-central/js/src/nanojit/LIR.h:1542: error: Б-?uintptr_tБ-? does not name a type
  309. .../mozilla-central/js/src/nanojit/LIR.h:1570: error: Б-?uintptr_tБ-? has not been declared
  310. .../mozilla-central/js/src/nanojit/LIR.h:1573: error: Б-?uintptr_tБ-? does not name a type
  311. .../mozilla-central/js/src/nanojit/LIR.h: In member function Б-?uint8_t nanojit::LIns::paramKind() constБ-?:
  312. .../mozilla-central/js/src/nanojit/LIR.h:1086: error: Б-?class nanojit::LInsPБ-? has no member named Б-?kindБ-?
  313. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  314. .../mozilla-central/js/src/nanojit/LIR.h:1226: error: expected Б-?;Б-? before Б-?(Б-? token
  315. .../mozilla-central/js/src/nanojit/LIR.h:1574: error: Б-?uintptr_tБ-? does not name a type
  316. .../mozilla-central/js/src/nanojit/LIR.h: At global scope:
  317. .../mozilla-central/js/src/nanojit/LIR.h:1226: error: expected Б-?;Б-? before Б-?(Б-? token
  318. .../mozilla-central/js/src/nanojit/LIR.h:1542: error: Б-?uintptr_tБ-? does not name a type
  319. .../mozilla-central/js/src/nanojit/LIR.h:1570: error: Б-?uintptr_tБ-? has not been declared
  320. .../mozilla-central/js/src/nanojit/LIR.h:1573: error: Б-?uintptr_tБ-? does not name a type
  321. .../mozilla-central/js/src/nanojit/LIR.h:1574: error: Б-?uintptr_tБ-? does not name a type
  322. .../mozilla-central/js/src/nanojit/LIR.h:1542: error: Б-?uintptr_tБ-? does not name a type
  323. .../mozilla-central/js/src/nanojit/LIR.h:1542: error: Б-?uintptr_tБ-? does not name a type
  324. .../mozilla-central/js/src/nanojit/LIR.h:1570: error: Б-?uintptr_tБ-? has not been declared
  325. .../mozilla-central/js/src/nanojit/LIR.h:1573: error: Б-?uintptr_tБ-? does not name a type
  326. .../mozilla-central/js/src/nanojit/LIR.h:1574: error: Б-?uintptr_tБ-? does not name a type
  327. .../mozilla-central/js/src/nanojit/LIR.h:1570: error: Б-?uintptr_tБ-? has not been declared
  328. .../mozilla-central/js/src/nanojit/LIR.h:1573: error: Б-?uintptr_tБ-? does not name a type
  329. .../mozilla-central/js/src/nanojit/LIR.h:1574: error: Б-?uintptr_tБ-? does not name a type
  330. .../mozilla-central/js/src/nanojit/nanojit.h:210: warning: Б-?isS32Б-? defined but not used
  331. .../mozilla-central/js/src/nanojit/nanojit.h:214: warning: Б-?isU32Б-? defined but not used
  332. .../mozilla-central/js/src/nanojit/nanojit.h:210: warning: Б-?isS32Б-? defined but not used
  333. .../mozilla-central/js/src/nanojit/nanojit.h:214: warning: Б-?isU32Б-? defined but not used
  334. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp: In static member function Б-?static nanojit::CodeList* nanojit::CodeAlloc::firstBlock(nanojit::CodeList*)Б-?:
  335. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:88: error: Б-?uintptr_tБ-? was not declared in this scope
  336. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:88: error: expected `;' before Б-?endБ-?
  337. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:89: error: Б-?endБ-? was not declared in this scope
  338. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:89: error: expected primary-expression before Б-?*Б-? token
  339. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:89: error: expected primary-expression before Б-?)Б-? token
  340. make[4]: *** [Containers.o] Error 1
  341. make[4]: *** Waiting for unfinished jobs....
  342. make[4]: *** [Allocator.o] Error 1
  343. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp: In member function Б-?nanojit::CodeList* nanojit::CodeAlloc::addMem(void*, size_t)Б-?:
  344. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:364: error: Б-?uintptr_tБ-? was not declared in this scope
  345. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp: In static member function Б-?static nanojit::CodeList* nanojit::CodeAlloc::getBlock(nanojit::NIns*, nanojit::NIns*)Б-?:
  346. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:385: error: Б-?uintptr_tБ-? was not declared in this scope
  347. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp: In member function Б-?void nanojit::CodeAlloc::addRemainder(nanojit::CodeList*&, nanojit::NIns*, nanojit::NIns*, nanojit::NIns*, nanojit::NIns*)Б-?:
  348. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:409: error: Б-?uintptr_tБ-? was not declared in this scope
  349. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp: In static member function Б-?static size_t nanojit::CodeAlloc::size(const nanojit::CodeList*)Б-?:
  350. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:467: error: Б-?uintptr_tБ-? was not declared in this scope
  351. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp: In member function Б-?nanojit::CodeAlloc::CodePointerKind nanojit::CodeAlloc::classifyPtr(nanojit::NIns*)Б-?:
  352. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:500: error: Б-?uintptr_tБ-? was not declared in this scope
  353. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:500: error: expected primary-expression before Б-?*Б-? token
  354. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:500: error: expected primary-expression before Б-?)Б-? token
  355. .../mozilla-central/js/src/nanojit/CodeAlloc.cpp:500: error: expected `)' before Б-?bБ-?
  356. .../mozilla-central/js/src/nanojit/nanojit.h:210: warning: Б-?isS32Б-? defined but not used
  357. .../mozilla-central/js/src/nanojit/nanojit.h:214: warning: Б-?isU32Б-? defined but not used
  358. .../mozilla-central/js/src/nanojit/Assembler.cpp: In member function Б-?void nanojit::Assembler::codeAlloc(nanojit::NIns*&, nanojit::NIns*&, nanojit::NIns*&, size_t&)Б-?:
  359. .../mozilla-central/js/src/nanojit/Assembler.cpp:274: error: Б-?uintptr_tБ-? was not declared in this scope
  360. .../mozilla-central/js/src/nanojit/nanojit.h: At global scope:
  361. .../mozilla-central/js/src/nanojit/nanojit.h:210: warning: Б-?isS32Б-? defined but not used
  362. .../mozilla-central/js/src/nanojit/nanojit.h:214: warning: Б-?isU32Б-? defined but not used
  363. make[4]: *** [Fragmento.o] Error 1
  364. make[4]: *** [CodeAlloc.o] Error 1
  365. .../mozilla-central/js/src/nanojit/Assembler.cpp: In member function Б-?void nanojit::Assembler::gen(nanojit::LirFilter*)Б-?:
  366. .../mozilla-central/js/src/nanojit/Assembler.cpp:1542: error: Б-?intptr_tБ-? was not declared in this scope
  367. .../mozilla-central/js/src/nanojit/Assembler.cpp:1542: error: expected `;' before Б-?ttБ-?
  368. .../mozilla-central/js/src/nanojit/Assembler.cpp:1542: error: Б-?ttБ-? was not declared in this scope
  369. .../mozilla-central/js/src/nanojit/Assembler.cpp:1554: error: Б-?intptr_tБ-? was not declared in this scope
  370. .../mozilla-central/js/src/nanojit/Assembler.cpp:1554: error: expected `;' before Б-?ttБ-?
  371. .../mozilla-central/js/src/nanojit/Assembler.cpp:1554: error: Б-?ttБ-? was not declared in this scope
  372. .../mozilla-central/js/src/nanojit/Assembler.cpp:1703: error: Б-?intptr_tБ-? was not declared in this scope
  373. .../mozilla-central/js/src/nanojit/Assembler.cpp:1703: error: expected `;' before Б-?ttБ-?
  374. .../mozilla-central/js/src/nanojit/Assembler.cpp:1703: error: Б-?ttБ-? was not declared in this scope
  375. .../mozilla-central/js/src/nanojit/Assembler.cpp:1702: warning: unused variable Б-?exitБ-?
  376. .../mozilla-central/js/src/nanojit/nanojit.h: At global scope:
  377. .../mozilla-central/js/src/nanojit/nanojit.h:210: warning: Б-?isS32Б-? defined but not used
  378. .../mozilla-central/js/src/nanojit/nanojit.h:214: warning: Б-?isU32Б-? defined but not used
  379. make[4]: *** [Assembler.o] Error 1
  380. make[3]: *** [libs_tier_js] Error 2
  381. make[2]: *** [tier_js] Error 2
  382. make[1]: *** [default] Error 2
  383. make: *** [build] Error 2