Advertisement
Guest User

Untitled

a guest
Oct 1st, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.44 KB | None | 0 0
  1. UNPACK libretro-bsnes-mercury
  2. BUILD libretro-bsnes-mercury (target)
  3. make[1]: Entering directory '/data/OpenELEC.tv/build.OpenELEC-RPi.arm-5.95.4/libretro-bsnes-mercury-523bdc5'
  4. g++ -std=gnu99 -xc -I. -O3 -fomit-frame-pointer -fPIC -D__LIBRETRO__ -c libco/libco.c -o obj/libco.o
  5. g++ -std=gnu++0x -I. -O3 -fomit-frame-pointer -fPIC -D__LIBRETRO__ -c processor/arm/arm.cpp -o obj/processor-arm.o
  6. In file included from ./nall/string.hpp:14,
  7. from ./nall/base64.hpp:5,
  8. from ./emulator/emulator.hpp:22,
  9. from ./processor/processor.hpp:4,
  10. from processor/arm/arm.cpp:1:
  11. ./nall/atoi.hpp:8: error: expected constructor, destructor, or type conversion before 'inline'
  12. ./nall/atoi.hpp:16: error: expected constructor, destructor, or type conversion before 'inline'
  13. ./nall/atoi.hpp:24: error: expected constructor, destructor, or type conversion before 'inline'
  14. ./nall/atoi.hpp:32: error: expected constructor, destructor, or type conversion before 'inline'
  15. ./nall/atoi.hpp:44: error: expected constructor, destructor, or type conversion before 'inline'
  16. ./nall/atoi.hpp:53: error: expected constructor, destructor, or type conversion before 'inline'
  17. ./nall/atoi.hpp:61: error: expected constructor, destructor, or type conversion before 'inline'
  18. ./nall/atoi.hpp:69: error: expected constructor, destructor, or type conversion before 'inline'
  19. ./nall/atoi.hpp:75: error: expected constructor, destructor, or type conversion before 'inline'
  20. ./nall/atoi.hpp:84: error: expected constructor, destructor, or type conversion before 'inline'
  21. In file included from ./nall/string.hpp:16,
  22. from ./nall/base64.hpp:5,
  23. from ./emulator/emulator.hpp:22,
  24. from ./processor/processor.hpp:4,
  25. from processor/arm/arm.cpp:1:
  26. ./nall/function.hpp:15: error: 'nullptr' was not declared in this scope
  27. ./nall/function.hpp:15: error: ISO C++ forbids initialization of member 'callback'
  28. ./nall/function.hpp:15: error: making 'callback' static
  29. ./nall/function.hpp:40: error: only declarations of constructors can be 'explicit'
  30. ./nall/function.hpp: In member function 'void nall::function<R(P ...)>::reset()':
  31. ./nall/function.hpp:42: error: 'nullptr' was not declared in this scope
  32. ./nall/function.hpp: In member function 'nall::function<R(P ...)>& nall::function<R(P ...)>::operator=(const nall::function<R(P ...)>&)':
  33. ./nall/function.hpp:46: error: 'nullptr' was not declared in this scope
  34. In file included from ./nall/utility.hpp:6,
  35. from ./nall/string.hpp:20,
  36. from ./nall/base64.hpp:5,
  37. from ./emulator/emulator.hpp:22,
  38. from ./processor/processor.hpp:4,
  39. from processor/arm/arm.cpp:1:
  40. ./nall/any.hpp: At global scope:
  41. ./nall/any.hpp:59: error: 'nullptr' was not declared in this scope
  42. ./nall/any.hpp:59: error: ISO C++ forbids initialization of member 'container'
  43. ./nall/any.hpp:59: error: making 'container' static
  44. ./nall/any.hpp:59: error: invalid in-class initialization of static data member of non-integral type 'nall::any::placeholder*'
  45. ./nall/any.hpp: In member function 'bool nall::any::empty() const':
  46. ./nall/any.hpp:10: error: 'container' was not declared in this scope
  47. ./nall/any.hpp: In member function 'void nall::any::reset()':
  48. ./nall/any.hpp:11: error: 'container' was not declared in this scope
  49. ./nall/any.hpp:11: error: type '<type error>' argument given to 'delete', expected pointer
  50. ./nall/any.hpp:11: error: 'nullptr' was not declared in this scope
  51. ./nall/any.hpp: In member function 'const std::type_info& nall::any::type() const':
  52. ./nall/any.hpp:14: error: 'container' was not declared in this scope
  53. ./nall/any.hpp: In member function 'nall::any& nall::any::operator=(const T&)':
  54. ./nall/any.hpp:25: error: 'container' was not declared in this scope
  55. ./nall/any.hpp:27: error: 'container' was not declared in this scope
  56. ./nall/any.hpp:28: error: 'container' was not declared in this scope
  57. ./nall/any.hpp: In member function 'nall::any& nall::any::operator=(const nall::any&)':
  58. ./nall/any.hpp:35: error: 'container' was not declared in this scope
  59. ./nall/any.hpp:35: error: type '<type error>' argument given to 'delete', expected pointer
  60. ./nall/any.hpp:35: error: 'nullptr' was not declared in this scope
  61. ./nall/any.hpp:36: error: 'const struct nall::any' has no member named 'container'
  62. ./nall/any.hpp:36: error: 'container' was not declared in this scope
  63. ./nall/any.hpp:36: error: 'const struct nall::any' has no member named 'container'
  64. ./nall/any.hpp: In member function 'nall::any& nall::any::operator=(nall::any&&)':
  65. ./nall/any.hpp:41: error: 'container' was not declared in this scope
  66. ./nall/any.hpp:41: error: type '<type error>' argument given to 'delete', expected pointer
  67. ./nall/any.hpp:42: error: 'container' was not declared in this scope
  68. ./nall/any.hpp:42: error: 'struct nall::any' has no member named 'container'
  69. ./nall/any.hpp:43: error: 'struct nall::any' has no member named 'container'
  70. ./nall/any.hpp:43: error: 'nullptr' was not declared in this scope
  71. ./nall/any.hpp: In function 'T nall::any_cast(nall::any&)':
  72. ./nall/any.hpp:77: error: 'struct nall::any' has no member named 'container'
  73. ./nall/any.hpp: In function 'T nall::any_cast(const nall::any&)':
  74. ./nall/any.hpp:83: error: 'const struct nall::any' has no member named 'container'
  75. ./nall/any.hpp: In function 'T* nall::any_cast(nall::any*)':
  76. ./nall/any.hpp:87: error: 'nullptr' was not declared in this scope
  77. ./nall/any.hpp:88: error: 'struct nall::any' has no member named 'container'
  78. ./nall/any.hpp: In function 'const T* nall::any_cast(const nall::any*)':
  79. ./nall/any.hpp:92: error: 'nullptr' was not declared in this scope
  80. ./nall/any.hpp:93: error: 'const struct nall::any' has no member named 'container'
  81. In file included from ./nall/string.hpp:20,
  82. from ./nall/base64.hpp:5,
  83. from ./emulator/emulator.hpp:22,
  84. from ./processor/processor.hpp:4,
  85. from processor/arm/arm.cpp:1:
  86. ./nall/utility.hpp: At global scope:
  87. ./nall/utility.hpp:37: error: ISO C++ forbids initialization of member 'valid'
  88. ./nall/utility.hpp:37: error: making 'valid' static
  89. ./nall/utility.hpp:37: error: ISO C++ forbids in-class initialization of non-const static member 'valid'
  90. ./nall/utility.hpp:38: error: 'nullptr' was not declared in this scope
  91. ./nall/utility.hpp:38: error: ISO C++ forbids initialization of member 'value'
  92. ./nall/utility.hpp:38: error: making 'value' static
  93. ./nall/utility.hpp: In member function 'void nall::optional<TT>::reset()':
  94. ./nall/utility.hpp:46: error: 'nullptr' was not declared in this scope
  95. ./nall/utility.hpp: In member function 'nall::optional<TT>& nall::optional<TT>::operator=(nall::optional<TT>&&)':
  96. ./nall/utility.hpp:115: error: 'nullptr' was not declared in this scope
  97. ./nall/utility.hpp: In constructor 'nall::optional<TT>::optional(bool)':
  98. ./nall/utility.hpp:120: error: 'bool nall::optional<TT>::valid' is a static data member; it can only be initialized at its definition
  99. ./nall/utility.hpp: In constructor 'nall::optional<TT>::optional(bool, const typename std::remove_reference<_Tp>::type&)':
  100. ./nall/utility.hpp:123: error: 'bool nall::optional<TT>::valid' is a static data member; it can only be initialized at its definition
  101. ./nall/utility.hpp: In constructor 'nall::optional<TT>::optional(bool, typename std::remove_reference<_Tp>::type&&)':
  102. ./nall/utility.hpp:124: error: 'bool nall::optional<TT>::valid' is a static data member; it can only be initialized at its definition
  103. In file included from ./nall/varint.hpp:4,
  104. from ./nall/string.hpp:21,
  105. from ./nall/base64.hpp:5,
  106. from ./emulator/emulator.hpp:22,
  107. from ./processor/processor.hpp:4,
  108. from processor/arm/arm.cpp:1:
  109. ./nall/bit.hpp: At global scope:
  110. ./nall/bit.hpp:29: error: expected constructor, destructor, or type conversion before 'inline'
  111. ./nall/bit.hpp:38: error: expected constructor, destructor, or type conversion before 'inline'
  112. ./nall/bit.hpp:48: error: expected constructor, destructor, or type conversion before 'inline'
  113. ./nall/bit.hpp:53: error: expected constructor, destructor, or type conversion before 'inline'
  114. ./nall/bit.hpp:58: error: expected constructor, destructor, or type conversion before 'inline'
  115. In file included from ./nall/varint.hpp:5,
  116. from ./nall/string.hpp:21,
  117. from ./nall/base64.hpp:5,
  118. from ./emulator/emulator.hpp:22,
  119. from ./processor/processor.hpp:4,
  120. from processor/arm/arm.cpp:1:
  121. ./nall/serializer.hpp:26: error: 'declval' is not a member of 'std'
  122. ./nall/serializer.hpp:26: error: 'declval' is not a member of 'std'
  123. ./nall/serializer.hpp:26: error: 'declval' is not a member of 'std'
  124. ./nall/serializer.hpp:26: error: 'declval' is not a member of 'std'
  125. ./nall/serializer.hpp:26: error: 'declval' is not a member of 'std'
  126. ./nall/serializer.hpp:26: error: 'declval' is not a member of 'std'
  127. ./nall/serializer.hpp:26: error: expected primary-expression before 'decltype'
  128. ./nall/serializer.hpp:26: error: template declaration of 'char nall::test'
  129. In file included from ./nall/varint.hpp:5,
  130. from ./nall/string.hpp:21,
  131. from ./nall/base64.hpp:5,
  132. from ./emulator/emulator.hpp:22,
  133. from ./processor/processor.hpp:4,
  134. from processor/arm/arm.cpp:1:
  135. ./nall/serializer.hpp:142: error: ISO C++ forbids initialization of member '_mode'
  136. ./nall/serializer.hpp:142: error: making '_mode' static
  137. ./nall/serializer.hpp:142: error: ISO C++ forbids in-class initialization of non-const static member '_mode'
  138. ./nall/serializer.hpp:143: error: 'nullptr' was not declared in this scope
  139. ./nall/serializer.hpp:143: error: ISO C++ forbids initialization of member '_data'
  140. ./nall/serializer.hpp:143: error: making '_data' static
  141. ./nall/serializer.hpp:143: error: invalid in-class initialization of static data member of non-integral type 'uint8_t*'
  142. ./nall/serializer.hpp:144: error: ISO C++ forbids initialization of member '_size'
  143. ./nall/serializer.hpp:144: error: making '_size' static
  144. ./nall/serializer.hpp:144: error: ISO C++ forbids in-class initialization of non-const static member '_size'
  145. ./nall/serializer.hpp:145: error: ISO C++ forbids initialization of member '_capacity'
  146. ./nall/serializer.hpp:145: error: making '_capacity' static
  147. ./nall/serializer.hpp:145: error: ISO C++ forbids in-class initialization of non-const static member '_capacity'
  148. In file included from ./nall/varint.hpp:5,
  149. from ./nall/string.hpp:21,
  150. from ./nall/base64.hpp:5,
  151. from ./emulator/emulator.hpp:22,
  152. from ./processor/processor.hpp:4,
  153. from processor/arm/arm.cpp:1:
  154. ./nall/serializer.hpp: In member function 'const uint8_t* nall::serializer::data() const':
  155. ./nall/serializer.hpp:39: error: '_data' was not declared in this scope
  156. ./nall/serializer.hpp: In member function 'nall::serializer& nall::serializer::floatingpoint(T&)':
  157. ./nall/serializer.hpp:56: error: '_data' was not declared in this scope
  158. ./nall/serializer.hpp:58: error: '_data' was not declared in this scope
  159. ./nall/serializer.hpp: In member function 'nall::serializer& nall::serializer::integer(T&)':
  160. ./nall/serializer.hpp:68: error: '_data' was not declared in this scope
  161. ./nall/serializer.hpp:71: error: '_data' was not declared in this scope
  162. In file included from ./nall/varint.hpp:5,
  163. from ./nall/string.hpp:21,
  164. from ./nall/base64.hpp:5,
  165. from ./emulator/emulator.hpp:22,
  166. from ./processor/processor.hpp:4,
  167. from processor/arm/arm.cpp:1:
  168. ./nall/serializer.hpp: In member function 'nall::serializer& nall::serializer::operator=(const nall::serializer&)':
  169. ./nall/serializer.hpp:95: error: '_data' was not declared in this scope
  170. ./nall/serializer.hpp:95: error: type '<type error>' argument given to 'delete', expected pointer
  171. ./nall/serializer.hpp:98: error: '_data' was not declared in this scope
  172. ./nall/serializer.hpp:102: error: 'const struct nall::serializer' has no member named '_data'
  173. ./nall/serializer.hpp: In member function 'nall::serializer& nall::serializer::operator=(nall::serializer&&)':
  174. ./nall/serializer.hpp:107: error: '_data' was not declared in this scope
  175. ./nall/serializer.hpp:107: error: type '<type error>' argument given to 'delete', expected pointer
  176. ./nall/serializer.hpp:110: error: '_data' was not declared in this scope
  177. ./nall/serializer.hpp:110: error: 'struct nall::serializer' has no member named '_data'
  178. ./nall/serializer.hpp:114: error: 'struct nall::serializer' has no member named '_data'
  179. ./nall/serializer.hpp:114: error: 'nullptr' was not declared in this scope
  180. ./nall/serializer.hpp: In constructor 'nall::serializer::serializer(unsigned int)':
  181. ./nall/serializer.hpp:124: error: '_data' was not declared in this scope
  182. ./nall/serializer.hpp: In constructor 'nall::serializer::serializer(const uint8_t*, unsigned int)':
  183. ./nall/serializer.hpp:131: error: '_data' was not declared in this scope
  184. ./nall/serializer.hpp: In destructor 'nall::serializer::~serializer()':
  185. ./nall/serializer.hpp:138: error: '_data' was not declared in this scope
  186. ./nall/serializer.hpp:138: error: type '<type error>' argument given to 'delete', expected pointer
  187. In file included from ./nall/vector.hpp:10,
  188. from ./nall/string.hpp:22,
  189. from ./nall/base64.hpp:5,
  190. from ./emulator/emulator.hpp:22,
  191. from ./processor/processor.hpp:4,
  192. from processor/arm/arm.cpp:1:
  193. ./nall/sort.hpp: In function 'void nall::sort(T*, unsigned int)':
  194. ./nall/sort.hpp:72: error: expected primary-expression before '[' token
  195. ./nall/sort.hpp:72: error: expected primary-expression before ']' token
  196. ./nall/sort.hpp:72: error: expected primary-expression before 'const'
  197. ./nall/sort.hpp:72: error: expected primary-expression before 'const'
  198. In file included from ./nall/string.hpp:22,
  199. from ./nall/base64.hpp:5,
  200. from ./emulator/emulator.hpp:22,
  201. from ./processor/processor.hpp:4,
  202. from processor/arm/arm.cpp:1:
  203. ./nall/vector.hpp: At global scope:
  204. ./nall/vector.hpp:19: error: 'nullptr' was not declared in this scope
  205. ./nall/vector.hpp:19: error: ISO C++ forbids initialization of member 'pool'
  206. ./nall/vector.hpp:19: error: making 'pool' static
  207. ./nall/vector.hpp:20: error: ISO C++ forbids initialization of member 'poolbase'
  208. ./nall/vector.hpp:20: error: making 'poolbase' static
  209. ./nall/vector.hpp:20: error: ISO C++ forbids in-class initialization of non-const static member 'poolbase'
  210. ./nall/vector.hpp:21: error: ISO C++ forbids initialization of member 'poolsize'
  211. ./nall/vector.hpp:21: error: making 'poolsize' static
  212. ./nall/vector.hpp:21: error: ISO C++ forbids in-class initialization of non-const static member 'poolsize'
  213. ./nall/vector.hpp:22: error: ISO C++ forbids initialization of member 'objectsize'
  214. ./nall/vector.hpp:22: error: making 'objectsize' static
  215. ./nall/vector.hpp:22: error: ISO C++ forbids in-class initialization of non-const static member 'objectsize'
  216. ./nall/vector.hpp:25: error: only declarations of constructors can be 'explicit'
  217. ./nall/vector.hpp: In member function 'T* nall::vector<T>::move()':
  218. ./nall/vector.hpp:35: error: 'nullptr' was not declared in this scope
  219. ./nall/vector.hpp: In member function 'void nall::vector<T>::reset()':
  220. ./nall/vector.hpp:47: error: 'nullptr' was not declared in this scope
  221. In file included from ./nall/string.hpp:20,
  222. from ./nall/base64.hpp:5,
  223. from ./emulator/emulator.hpp:22,
  224. from ./processor/processor.hpp:4,
  225. from processor/arm/arm.cpp:1:
  226. ./nall/utility.hpp: At global scope:
  227. ./nall/utility.hpp: In instantiation of 'nall::optional<unsigned int>':
  228. ./nall/vector.hpp:167: instantiated from here
  229. ./nall/utility.hpp:37: error: ISO C++ forbids in-class initialization of non-const static member 'nall::optional<unsigned int>::valid'
  230. ./nall/utility.hpp:38: error: invalid in-class initialization of static data member of non-integral type 'unsigned int*'
  231. In file included from ./nall/string.hpp:22,
  232. from ./nall/base64.hpp:5,
  233. from ./emulator/emulator.hpp:22,
  234. from ./processor/processor.hpp:4,
  235. from processor/arm/arm.cpp:1:
  236. ./nall/vector.hpp: In member function 'nall::vector<T>& nall::vector<T>::operator=(const nall::vector<T>&)':
  237. ./nall/vector.hpp:247: error: expected initializer before ':' token
  238. ./nall/vector.hpp:248: error: expected primary-expression before 'return'
  239. ./nall/vector.hpp:248: error: expected ';' before 'return'
  240. ./nall/vector.hpp:248: error: expected primary-expression before 'return'
  241. ./nall/vector.hpp:248: error: expected ')' before 'return'
  242. ./nall/vector.hpp: In member function 'nall::vector<T>& nall::vector<T>::operator=(nall::vector<T>&&)':
  243. ./nall/vector.hpp:258: error: 'nullptr' was not declared in this scope
  244. ./nall/vector.hpp: In constructor 'nall::vector<T>::vector(std::initializer_list<_Tp>)':
  245. ./nall/vector.hpp:267: error: expected initializer before ':' token
  246. ./nall/vector.hpp:267: error: expected primary-expression before '}' token
  247. ./nall/vector.hpp:267: error: expected ';' before '}' token
  248. ./nall/vector.hpp:267: error: expected primary-expression before '}' token
  249. ./nall/vector.hpp:267: error: expected ')' before '}' token
  250. ./nall/vector.hpp:267: error: expected primary-expression before '}' token
  251. ./nall/vector.hpp:267: error: expected ';' before '}' token
  252. In file included from ./nall/string/char.hpp:5,
  253. from ./nall/string.hpp:27,
  254. from ./nall/base64.hpp:5,
  255. from ./emulator/emulator.hpp:22,
  256. from ./processor/processor.hpp:4,
  257. from processor/arm/arm.cpp:1:
  258. ./nall/string/char/convert.hpp: In function 'char* nall::strlower(char*)':
  259. ./nall/string/char/convert.hpp:6: error: 'nullptr' was not declared in this scope
  260. ./nall/string/char/convert.hpp: In function 'char* nall::strupper(char*)':
  261. ./nall/string/char/convert.hpp:16: error: 'nullptr' was not declared in this scope
  262. ./nall/string/char/convert.hpp: In function 'char* nall::qstrlower(char*)':
  263. ./nall/string/char/convert.hpp:26: error: 'nullptr' was not declared in this scope
  264. ./nall/string/char/convert.hpp: In function 'char* nall::qstrupper(char*)':
  265. ./nall/string/char/convert.hpp:37: error: 'nullptr' was not declared in this scope
  266. In file included from ./nall/string/char.hpp:6,
  267. from ./nall/string.hpp:27,
  268. from ./nall/base64.hpp:5,
  269. from ./emulator/emulator.hpp:22,
  270. from ./processor/processor.hpp:4,
  271. from processor/arm/arm.cpp:1:
  272. ./nall/string/char/match.hpp: In function 'bool nall::strmatch(const char*, const char*)':
  273. ./nall/string/char/match.hpp:6: error: 'nullptr' was not declared in this scope
  274. ./nall/string/char/match.hpp: In function 'bool nall::istrmatch(const char*, const char*)':
  275. ./nall/string/char/match.hpp:27: error: 'nullptr' was not declared in this scope
  276. In file included from ./nall/string/char.hpp:9,
  277. from ./nall/string.hpp:27,
  278. from ./nall/base64.hpp:5,
  279. from ./emulator/emulator.hpp:22,
  280. from ./processor/processor.hpp:4,
  281. from processor/arm/arm.cpp:1:
  282. ./nall/string/char/trim.hpp: In function 'char* nall::strip(char*)':
  283. ./nall/string/char/trim.hpp:42: error: 'nullptr' was not declared in this scope
  284. In file included from ./nall/string/char.hpp:11,
  285. from ./nall/string.hpp:27,
  286. from ./nall/base64.hpp:5,
  287. from ./emulator/emulator.hpp:22,
  288. from ./processor/processor.hpp:4,
  289. from processor/arm/arm.cpp:1:
  290. ./nall/string/char/utility.hpp: In function 'char* nall::strduplicate(const char*)':
  291. ./nall/string/char/utility.hpp:41: error: 'nullptr' was not declared in this scope
  292. In file included from ./nall/string.hpp:28,
  293. from ./nall/base64.hpp:5,
  294. from ./emulator/emulator.hpp:22,
  295. from ./processor/processor.hpp:4,
  296. from processor/arm/arm.cpp:1:
  297. ./nall/string/base.hpp: At global scope:
  298. ./nall/string/base.hpp:116: error: only declarations of constructors can be 'explicit'
  299. In file included from ./nall/string.hpp:22,
  300. from ./nall/base64.hpp:5,
  301. from ./emulator/emulator.hpp:22,
  302. from ./processor/processor.hpp:4,
  303. from processor/arm/arm.cpp:1:
  304. ./nall/vector.hpp: In instantiation of 'nall::vector<nall::string>':
  305. ./nall/string/base.hpp:157: instantiated from here
  306. ./nall/vector.hpp:19: error: invalid in-class initialization of static data member of non-integral type 'nall::string*'
  307. ./nall/vector.hpp:20: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::string>::poolbase'
  308. ./nall/vector.hpp:21: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::string>::poolsize'
  309. ./nall/vector.hpp:22: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::string>::objectsize'
  310. ./nall/vector.hpp: In instantiation of 'nall::vector<unsigned char>':
  311. ./nall/string/cast.hpp:124: instantiated from here
  312. ./nall/vector.hpp:19: error: invalid in-class initialization of static data member of non-integral type 'unsigned char*'
  313. ./nall/vector.hpp:20: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<unsigned char>::poolbase'
  314. ./nall/vector.hpp:21: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<unsigned char>::poolsize'
  315. ./nall/vector.hpp:22: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<unsigned char>::objectsize'
  316. In file included from ./nall/string/core.hpp:9,
  317. from ./nall/string.hpp:31,
  318. from ./nall/base64.hpp:5,
  319. from ./emulator/emulator.hpp:22,
  320. from ./processor/processor.hpp:4,
  321. from processor/arm/arm.cpp:1:
  322. ./nall/string/allocator/small-string-optimization.hpp: In member function 'void nall::string::reset()':
  323. ./nall/string/allocator/small-string-optimization.hpp:59: error: 'nullptr' was not declared in this scope
  324. ./nall/string/allocator/small-string-optimization.hpp: In member function 'nall::string& nall::string::operator=(nall::string&&)':
  325. ./nall/string/allocator/small-string-optimization.hpp:84: error: 'nullptr' was not declared in this scope
  326. ./nall/string/allocator/small-string-optimization.hpp: In member function 'void nall::string::construct()':
  327. ./nall/string/allocator/small-string-optimization.hpp:104: error: 'nullptr' was not declared in this scope
  328. In file included from ./nall/string.hpp:31,
  329. from ./nall/base64.hpp:5,
  330. from ./emulator/emulator.hpp:22,
  331. from ./processor/processor.hpp:4,
  332. from processor/arm/arm.cpp:1:
  333. ./nall/string/core.hpp: In member function 'nall::string& nall::string::_append(const char*)':
  334. ./nall/string/core.hpp:44: error: 'nullptr' was not declared in this scope
  335. In file included from ./nall/string.hpp:32,
  336. from ./nall/base64.hpp:5,
  337. from ./emulator/emulator.hpp:22,
  338. from ./processor/processor.hpp:4,
  339. from processor/arm/arm.cpp:1:
  340. ./nall/string/datetime.hpp: In static member function 'static nall::string nall::string::date()':
  341. ./nall/string/datetime.hpp:6: error: 'nullptr' was not declared in this scope
  342. ./nall/string/datetime.hpp: In static member function 'static nall::string nall::string::time()':
  343. ./nall/string/datetime.hpp:16: error: 'nullptr' was not declared in this scope
  344. In file included from ./nall/string.hpp:34,
  345. from ./nall/base64.hpp:5,
  346. from ./emulator/emulator.hpp:22,
  347. from ./processor/processor.hpp:4,
  348. from processor/arm/arm.cpp:1:
  349. ./nall/string/filename.hpp: In function 'nall::string nall::tempname()':
  350. ./nall/string/filename.hpp:74: error: 'nullptr' was not declared in this scope
  351. In file included from ./nall/string.hpp:36,
  352. from ./nall/base64.hpp:5,
  353. from ./emulator/emulator.hpp:22,
  354. from ./processor/processor.hpp:4,
  355. from processor/arm/arm.cpp:1:
  356. ./nall/string/list.hpp: In member function 'nall::lstring& nall::lstring::isort()':
  357. ./nall/string/list.hpp:22: error: expected primary-expression before '[' token
  358. ./nall/string/list.hpp:22: error: expected primary-expression before ']' token
  359. ./nall/string/list.hpp:22: error: expected primary-expression before 'const'
  360. ./nall/string/list.hpp:22: error: expected primary-expression before 'const'
  361. ./nall/string/list.hpp: In member function 'void nall::lstring::append(const nall::string&, Args&& ...)':
  362. ./nall/string/list.hpp:36: error: 'template<class T> struct nall::vector' used without template parameters
  363. ./nall/string/list.hpp: In member function 'nall::lstring& nall::lstring::operator=(const nall::lstring&)':
  364. ./nall/string/list.hpp:54: error: 'template<class T> struct nall::vector' used without template parameters
  365. ./nall/string/list.hpp: In member function 'nall::lstring& nall::lstring::operator=(nall::lstring&)':
  366. ./nall/string/list.hpp:59: error: 'template<class T> struct nall::vector' used without template parameters
  367. ./nall/string/list.hpp: In member function 'nall::lstring& nall::lstring::operator=(nall::lstring&&)':
  368. ./nall/string/list.hpp:64: error: 'template<class T> struct nall::vector' used without template parameters
  369. ./nall/string/list.hpp: In copy constructor 'nall::lstring::lstring(const nall::lstring&)':
  370. ./nall/string/list.hpp:73: error: 'template<class T> struct nall::vector' used without template parameters
  371. ./nall/string/list.hpp: In copy constructor 'nall::lstring::lstring(nall::lstring&)':
  372. ./nall/string/list.hpp:77: error: 'template<class T> struct nall::vector' used without template parameters
  373. ./nall/string/list.hpp: In constructor 'nall::lstring::lstring(nall::lstring&&)':
  374. ./nall/string/list.hpp:81: error: 'template<class T> struct nall::vector' used without template parameters
  375. In file included from ./nall/string.hpp:38,
  376. from ./nall/base64.hpp:5,
  377. from ./emulator/emulator.hpp:22,
  378. from ./processor/processor.hpp:4,
  379. from processor/arm/arm.cpp:1:
  380. ./nall/string/replace.hpp: In member function 'nall::string& nall::string::ureplace(const nall::stringref&, const nall::stringref&)':
  381. ./nall/string/replace.hpp:24: error: 'nullptr' was not declared in this scope
  382. In file included from ./nall/string.hpp:40,
  383. from ./nall/base64.hpp:5,
  384. from ./emulator/emulator.hpp:22,
  385. from ./processor/processor.hpp:4,
  386. from processor/arm/arm.cpp:1:
  387. ./nall/string/utility.hpp: In function 'nall::string nall::sha256(const uint8_t*, unsigned int)':
  388. ./nall/string/utility.hpp:21: error: expected initializer before ':' token
  389. ./nall/string/utility.hpp:22: error: expected primary-expression before 'return'
  390. ./nall/string/utility.hpp:22: error: expected ';' before 'return'
  391. ./nall/string/utility.hpp:22: error: expected primary-expression before 'return'
  392. ./nall/string/utility.hpp:22: error: expected ')' before 'return'
  393. ./nall/string/utility.hpp: In function 'nall::string nall::real(long double)':
  394. ./nall/string/utility.hpp:110: error: 'nullptr' was not declared in this scope
  395. In file included from ./nall/string.hpp:22,
  396. from ./nall/base64.hpp:5,
  397. from ./emulator/emulator.hpp:22,
  398. from ./processor/processor.hpp:4,
  399. from processor/arm/arm.cpp:1:
  400. ./nall/vector.hpp: At global scope:
  401. ./nall/vector.hpp: In instantiation of 'nall::vector<nall::Eval::Node*>':
  402. ./nall/string/eval/node.hpp:31: instantiated from here
  403. ./nall/vector.hpp:19: error: invalid in-class initialization of static data member of non-integral type 'nall::Eval::Node**'
  404. ./nall/vector.hpp:20: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::Eval::Node*>::poolbase'
  405. ./nall/vector.hpp:21: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::Eval::Node*>::poolsize'
  406. ./nall/vector.hpp:22: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::Eval::Node*>::objectsize'
  407. In file included from ./nall/string.hpp:43,
  408. from ./nall/base64.hpp:5,
  409. from ./emulator/emulator.hpp:22,
  410. from ./processor/processor.hpp:4,
  411. from processor/arm/arm.cpp:1:
  412. ./nall/string/eval/node.hpp: In destructor 'nall::Eval::Node::~Node()':
  413. ./nall/string/eval/node.hpp:35: error: expected initializer before ':' token
  414. ./nall/string/eval/node.hpp:35: error: expected primary-expression before '}' token
  415. ./nall/string/eval/node.hpp:35: error: expected ';' before '}' token
  416. ./nall/string/eval/node.hpp:35: error: expected primary-expression before '}' token
  417. ./nall/string/eval/node.hpp:35: error: expected ')' before '}' token
  418. ./nall/string/eval/node.hpp:35: error: expected primary-expression before '}' token
  419. ./nall/string/eval/node.hpp:35: error: expected ';' before '}' token
  420. In file included from ./nall/string.hpp:45,
  421. from ./nall/base64.hpp:5,
  422. from ./emulator/emulator.hpp:22,
  423. from ./processor/processor.hpp:4,
  424. from processor/arm/arm.cpp:1:
  425. ./nall/string/eval/parser.hpp: In function 'void nall::Eval::parse(nall::Eval::Node*&, const char*&, unsigned int)':
  426. ./nall/string/eval/parser.hpp:11: error: expected primary-expression before '[' token
  427. ./nall/string/eval/parser.hpp:11: error: expected primary-expression before ']' token
  428. ./nall/string/eval/parser.hpp:11: error: expected primary-expression before 'type'
  429. ./nall/string/eval/parser.hpp:11: error: expected primary-expression before 'unsigned'
  430. ./nall/string/eval/parser.hpp:11: error: expected primary-expression before 'unsigned'
  431. ./nall/string/eval/parser.hpp:11: error: unable to deduce 'auto' from '<expression error>'
  432. ./nall/string/eval/parser.hpp:11: error: expected ',' or ';' before '{' token
  433. ./nall/string/eval/parser.hpp:17: error: expected primary-expression before '[' token
  434. ./nall/string/eval/parser.hpp:17: error: expected primary-expression before ']' token
  435. ./nall/string/eval/parser.hpp:17: error: expected primary-expression before 'type'
  436. ./nall/string/eval/parser.hpp:17: error: expected primary-expression before 'unsigned'
  437. ./nall/string/eval/parser.hpp:17: error: expected primary-expression before 'unsigned'
  438. ./nall/string/eval/parser.hpp:17: error: unable to deduce 'auto' from '<expression error>'
  439. ./nall/string/eval/parser.hpp:17: error: expected ',' or ';' before '{' token
  440. ./nall/string/eval/parser.hpp:24: error: expected primary-expression before '[' token
  441. ./nall/string/eval/parser.hpp:24: error: expected primary-expression before ']' token
  442. ./nall/string/eval/parser.hpp:24: error: expected primary-expression before 'type'
  443. ./nall/string/eval/parser.hpp:24: error: expected primary-expression before 'unsigned'
  444. ./nall/string/eval/parser.hpp:24: error: expected primary-expression before 'unsigned'
  445. ./nall/string/eval/parser.hpp:24: error: unable to deduce 'auto' from '<expression error>'
  446. ./nall/string/eval/parser.hpp:24: error: expected ',' or ';' before '{' token
  447. ./nall/string/eval/parser.hpp:31: error: expected primary-expression before '[' token
  448. ./nall/string/eval/parser.hpp:31: error: expected primary-expression before ']' token
  449. ./nall/string/eval/parser.hpp:31: error: expected primary-expression before 'type'
  450. ./nall/string/eval/parser.hpp:31: error: expected primary-expression before 'unsigned'
  451. ./nall/string/eval/parser.hpp:31: error: expected primary-expression before 'unsigned'
  452. ./nall/string/eval/parser.hpp:31: error: unable to deduce 'auto' from '<expression error>'
  453. ./nall/string/eval/parser.hpp:31: error: expected ',' or ';' before '{' token
  454. ./nall/string/eval/parser.hpp:40: error: expected primary-expression before '[' token
  455. ./nall/string/eval/parser.hpp:40: error: expected primary-expression before ']' token
  456. ./nall/string/eval/parser.hpp:40: error: expected primary-expression before 'type'
  457. ./nall/string/eval/parser.hpp:40: error: expected primary-expression before 'unsigned'
  458. ./nall/string/eval/parser.hpp:40: error: expected primary-expression before 'unsigned'
  459. ./nall/string/eval/parser.hpp:40: error: unable to deduce 'auto' from '<expression error>'
  460. ./nall/string/eval/parser.hpp:40: error: expected ',' or ';' before '{' token
  461. In file included from ./nall/string.hpp:46,
  462. from ./nall/base64.hpp:5,
  463. from ./emulator/emulator.hpp:22,
  464. from ./processor/processor.hpp:4,
  465. from processor/arm/arm.cpp:1:
  466. ./nall/string/eval/evaluator.hpp: In function 'nall::string nall::Eval::evaluateExpression(nall::Eval::Node*)':
  467. ./nall/string/eval/evaluator.hpp:29: error: expected initializer before ':' token
  468. ./nall/string/eval/evaluator.hpp:32: error: expected primary-expression before 'return'
  469. ./nall/string/eval/evaluator.hpp:32: error: expected ';' before 'return'
  470. ./nall/string/eval/evaluator.hpp:32: error: expected primary-expression before 'return'
  471. ./nall/string/eval/evaluator.hpp:32: error: expected ')' before 'return'
  472. ./nall/string/eval/evaluator.hpp: In function 'int64_t nall::Eval::evaluateInteger(nall::Eval::Node*)':
  473. ./nall/string/eval/evaluator.hpp:46: error: invalid conversion from 'const char*' to 'char*'
  474. ./nall/string/utility.hpp:44: error: too few arguments to function 'char* nall::integer(char*, intmax_t)'
  475. ./nall/string/eval/evaluator.hpp:46: error: at this point in file
  476. In file included from ./nall/string.hpp:20,
  477. from ./nall/base64.hpp:5,
  478. from ./emulator/emulator.hpp:22,
  479. from ./processor/processor.hpp:4,
  480. from processor/arm/arm.cpp:1:
  481. ./nall/utility.hpp: At global scope:
  482. ./nall/utility.hpp: In instantiation of 'nall::optional<long int>':
  483. ./nall/string/eval/evaluator.hpp:94: instantiated from here
  484. ./nall/utility.hpp:37: error: ISO C++ forbids in-class initialization of non-const static member 'nall::optional<long int>::valid'
  485. ./nall/utility.hpp:38: error: invalid in-class initialization of static data member of non-integral type 'long int*'
  486. In file included from ./nall/string.hpp:46,
  487. from ./nall/base64.hpp:5,
  488. from ./emulator/emulator.hpp:22,
  489. from ./processor/processor.hpp:4,
  490. from processor/arm/arm.cpp:1:
  491. ./nall/string/eval/evaluator.hpp: In function 'long double nall::Eval::evaluateReal(nall::Eval::Node*)':
  492. ./nall/string/eval/evaluator.hpp:108: error: call of overloaded 'real(nall::string&)' is ambiguous
  493. ./nall/atoi.hpp:97: note: candidates are: double nall::real(const char*)
  494. ./nall/string/utility.hpp:108: note: nall::string nall::real(long double)
  495. In file included from ./nall/string.hpp:20,
  496. from ./nall/base64.hpp:5,
  497. from ./emulator/emulator.hpp:22,
  498. from ./processor/processor.hpp:4,
  499. from processor/arm/arm.cpp:1:
  500. ./nall/utility.hpp: At global scope:
  501. ./nall/utility.hpp: In instantiation of 'nall::optional<long double>':
  502. ./nall/string/eval/evaluator.hpp:139: instantiated from here
  503. ./nall/utility.hpp:37: error: ISO C++ forbids in-class initialization of non-const static member 'nall::optional<long double>::valid'
  504. ./nall/utility.hpp:38: error: invalid in-class initialization of static data member of non-integral type 'long double*'
  505. In file included from ./nall/string.hpp:22,
  506. from ./nall/base64.hpp:5,
  507. from ./emulator/emulator.hpp:22,
  508. from ./processor/processor.hpp:4,
  509. from processor/arm/arm.cpp:1:
  510. ./nall/vector.hpp: In instantiation of 'nall::vector<nall::Markup::Node>':
  511. ./nall/string/markup/node.hpp:134: instantiated from here
  512. ./nall/vector.hpp:19: error: invalid in-class initialization of static data member of non-integral type 'nall::Markup::Node*'
  513. ./nall/vector.hpp:20: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::Markup::Node>::poolbase'
  514. ./nall/vector.hpp:21: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::Markup::Node>::poolsize'
  515. ./nall/vector.hpp:22: error: ISO C++ forbids in-class initialization of non-const static member 'nall::vector<nall::Markup::Node>::objectsize'
  516. In file included from ./nall/string.hpp:47,
  517. from ./nall/base64.hpp:5,
  518. from ./emulator/emulator.hpp:22,
  519. from ./processor/processor.hpp:4,
  520. from processor/arm/arm.cpp:1:
  521. ./nall/string/markup/node.hpp: In member function 'intmax_t nall::Markup::Node::integer() const':
  522. ./nall/string/markup/node.hpp:24: error: 'numeral' was not declared in this scope
  523. ./nall/string/markup/node.hpp: In member function 'uintmax_t nall::Markup::Node::decimal() const':
  524. ./nall/string/markup/node.hpp:28: error: 'numeral' was not declared in this scope
  525. ./nall/string/markup/node.hpp: In member function 'bool nall::Markup::Node::evaluate(const nall::string&) const':
  526. ./nall/string/markup/node.hpp:39: error: expected initializer before ':' token
  527. ./nall/string/markup/node.hpp:87: error: expected primary-expression at end of input
  528. ./nall/string/markup/node.hpp:87: error: expected ';' at end of input
  529. ./nall/string/markup/node.hpp:87: error: expected primary-expression at end of input
  530. ./nall/string/markup/node.hpp:87: error: expected ')' at end of input
  531. ./nall/string/markup/node.hpp:87: error: expected statement at end of input
  532. ./nall/string/markup/node.hpp:87: error: expected '}' at end of input
  533. ./nall/string/markup/node.hpp: In member function 'nall::vector<nall::Markup::Node> nall::Markup::Node::find(const nall::string&) const':
  534. ./nall/string/markup/node.hpp:100: error: 'numeral' was not declared in this scope
  535. ./nall/string/markup/node.hpp:111: error: expected initializer before ':' token
  536. ./nall/string/markup/node.hpp:127: error: expected primary-expression at end of input
  537. ./nall/string/markup/node.hpp:127: error: expected ';' at end of input
  538. ./nall/string/markup/node.hpp:127: error: expected primary-expression at end of input
  539. ./nall/string/markup/node.hpp:127: error: expected ')' at end of input
  540. ./nall/string/markup/node.hpp:127: error: expected statement at end of input
  541. ./nall/string/markup/node.hpp:127: error: expected '}' at end of input
  542. In file included from ./nall/string.hpp:49,
  543. from ./nall/base64.hpp:5,
  544. from ./emulator/emulator.hpp:22,
  545. from ./processor/processor.hpp:4,
  546. from processor/arm/arm.cpp:1:
  547. ./nall/string/markup/xml.hpp: In member function 'bool nall::XML::Document::load(const char*)':
  548. ./nall/string/markup/xml.hpp:200: error: 'nullptr' was not declared in this scope
  549. In file included from ./nall/stream/memory.hpp:4,
  550. from ./nall/file.hpp:10,
  551. from ./nall/directory.hpp:4,
  552. from ./emulator/emulator.hpp:23,
  553. from ./processor/processor.hpp:4,
  554. from processor/arm/arm.cpp:1:
  555. ./nall/stream/stream.hpp: In member function 'virtual uint8_t* nall::stream::data() const':
  556. ./nall/stream/stream.hpp:12: error: 'nullptr' was not declared in this scope
  557. In file included from ./nall/file.hpp:10,
  558. from ./nall/directory.hpp:4,
  559. from ./emulator/emulator.hpp:23,
  560. from ./processor/processor.hpp:4,
  561. from processor/arm/arm.cpp:1:
  562. ./nall/stream/memory.hpp: In constructor 'nall::memorystream::memorystream()':
  563. ./nall/stream/memory.hpp:28: error: 'nullptr' was not declared in this scope
  564. In file included from ./nall/directory.hpp:4,
  565. from ./emulator/emulator.hpp:23,
  566. from ./processor/processor.hpp:4,
  567. from processor/arm/arm.cpp:1:
  568. ./nall/file.hpp: At global scope:
  569. ./nall/file.hpp:293: error: only declarations of constructors can be 'explicit'
  570. ./nall/file.hpp:345: error: a brace-enclosed initializer is not allowed here before '{' token
  571. ./nall/file.hpp:345: error: ISO C++ forbids initialization of member 'buffer'
  572. ./nall/file.hpp:345: error: making 'buffer' static
  573. ./nall/file.hpp:345: error: invalid in-class initialization of static data member of non-integral type 'char [4096]'
  574. ./nall/file.hpp:346: error: ISO C++ forbids initialization of member 'buffer_offset'
  575. ./nall/file.hpp:346: error: making 'buffer_offset' static
  576. ./nall/file.hpp:346: error: ISO C++ forbids in-class initialization of non-const static member 'buffer_offset'
  577. ./nall/file.hpp:347: error: ISO C++ forbids initialization of member 'buffer_dirty'
  578. ./nall/file.hpp:347: error: making 'buffer_dirty' static
  579. ./nall/file.hpp:347: error: ISO C++ forbids in-class initialization of non-const static member 'buffer_dirty'
  580. ./nall/file.hpp:348: error: 'nullptr' was not declared in this scope
  581. ./nall/file.hpp:348: error: ISO C++ forbids initialization of member 'fp'
  582. ./nall/file.hpp:348: error: making 'fp' static
  583. ./nall/file.hpp:348: error: invalid in-class initialization of static data member of non-integral type 'FILE*'
  584. ./nall/file.hpp:349: error: ISO C++ forbids initialization of member 'file_offset'
  585. ./nall/file.hpp:349: error: making 'file_offset' static
  586. ./nall/file.hpp:349: error: ISO C++ forbids in-class initialization of non-const static member 'file_offset'
  587. ./nall/file.hpp:350: error: ISO C++ forbids initialization of member 'file_size'
  588. ./nall/file.hpp:350: error: making 'file_size' static
  589. ./nall/file.hpp:350: error: ISO C++ forbids in-class initialization of non-const static member 'file_size'
  590. ./nall/file.hpp:351: error: ISO C++ forbids initialization of member 'file_mode'
  591. ./nall/file.hpp:351: error: making 'file_mode' static
  592. ./nall/file.hpp:351: error: ISO C++ forbids in-class initialization of non-const static member 'file_mode'
  593. ./nall/file.hpp: In member function 'virtual uint8_t nall::file::read()':
  594. ./nall/file.hpp:126: error: 'fp' was not declared in this scope
  595. ./nall/file.hpp:130: error: 'buffer' was not declared in this scope
  596. ./nall/file.hpp: In member function 'virtual void nall::file::write(uint8_t)':
  597. ./nall/file.hpp:155: error: 'fp' was not declared in this scope
  598. ./nall/file.hpp:158: error: 'buffer' was not declared in this scope
  599. ./nall/file.hpp: In member function 'void nall::file::flush()':
  600. ./nall/file.hpp:188: error: 'fp' was not declared in this scope
  601. ./nall/file.hpp: In member function 'void nall::file::seek(int, nall::file::index)':
  602. ./nall/file.hpp:192: error: 'fp' was not declared in this scope
  603. ./nall/file.hpp: In member function 'unsigned int nall::file::offset() const':
  604. ./nall/file.hpp:219: error: 'fp' was not declared in this scope
  605. ./nall/file.hpp: In member function 'unsigned int nall::file::size() const':
  606. ./nall/file.hpp:224: error: 'fp' was not declared in this scope
  607. ./nall/file.hpp: In member function 'bool nall::file::truncate(unsigned int)':
  608. ./nall/file.hpp:229: error: 'fp' was not declared in this scope
  609. ./nall/file.hpp:231: error: 'fp' was not declared in this scope
  610. ./nall/file.hpp: In member function 'bool nall::file::end()':
  611. ./nall/file.hpp:238: error: 'fp' was not declared in this scope
  612. ./nall/file.hpp: In member function 'bool nall::file::open() const':
  613. ./nall/file.hpp:290: error: 'fp' was not declared in this scope
  614. ./nall/file.hpp: In member function 'bool nall::file::open(const nall::string&, nall::file::mode)':
  615. ./nall/file.hpp:298: error: 'fp' was not declared in this scope
  616. ./nall/file.hpp:302: error: 'fp' was not declared in this scope
  617. ./nall/file.hpp:313: error: 'fp' was not declared in this scope
  618. ./nall/file.hpp:316: error: 'fp' was not declared in this scope
  619. ./nall/file.hpp: In member function 'void nall::file::close()':
  620. ./nall/file.hpp:323: error: 'fp' was not declared in this scope
  621. ./nall/file.hpp:325: error: 'fp' was not declared in this scope
  622. ./nall/file.hpp:326: error: 'nullptr' was not declared in this scope
  623. ./nall/file.hpp: In member function 'void nall::file::buffer_sync()':
  624. ./nall/file.hpp:354: error: 'fp' was not declared in this scope
  625. ./nall/file.hpp:358: error: 'fp' was not declared in this scope
  626. ./nall/file.hpp:360: error: 'buffer' was not declared in this scope
  627. ./nall/file.hpp: In member function 'void nall::file::buffer_flush()':
  628. ./nall/file.hpp:365: error: 'fp' was not declared in this scope
  629. ./nall/file.hpp:369: error: 'fp' was not declared in this scope
  630. ./nall/file.hpp:371: error: 'buffer' was not declared in this scope
  631. In file included from ./emulator/emulator.hpp:23,
  632. from ./processor/processor.hpp:4,
  633. from processor/arm/arm.cpp:1:
  634. ./nall/directory.hpp: In static member function 'static nall::lstring nall::directory::contents(const nall::string&, const nall::string&)':
  635. ./nall/directory.hpp:42: error: expected initializer before ':' token
  636. ./nall/directory.hpp:43: error: expected primary-expression before 'return'
  637. ./nall/directory.hpp:43: error: expected ';' before 'return'
  638. ./nall/directory.hpp:43: error: expected primary-expression before 'return'
  639. ./nall/directory.hpp:43: error: expected ')' before 'return'
  640. ./nall/directory.hpp: In static member function 'static nall::lstring nall::directory::icontents(const nall::string&, const nall::string&)':
  641. ./nall/directory.hpp:63: error: expected initializer before ':' token
  642. ./nall/directory.hpp:64: error: expected primary-expression before 'return'
  643. ./nall/directory.hpp:64: error: expected ';' before 'return'
  644. ./nall/directory.hpp:64: error: expected primary-expression before 'return'
  645. ./nall/directory.hpp:64: error: expected ')' before 'return'
  646. ./nall/directory.hpp: In static member function 'static bool nall::directory::create(const nall::string&, unsigned int)':
  647. ./nall/directory.hpp:161: error: expected initializer before ':' token
  648. ./nall/directory.hpp:165: error: expected primary-expression before 'return'
  649. ./nall/directory.hpp:165: error: expected ';' before 'return'
  650. ./nall/directory.hpp:165: error: expected primary-expression before 'return'
  651. ./nall/directory.hpp:165: error: expected ')' before 'return'
  652. ./nall/directory.hpp: In static member function 'static bool nall::directory::remove(const nall::string&)':
  653. ./nall/directory.hpp:170: error: expected initializer before ':' token
  654. processor/arm/arm.cpp:80: error: expected primary-expression at end of input
  655. processor/arm/arm.cpp:80: error: expected ';' at end of input
  656. processor/arm/arm.cpp:80: error: expected primary-expression at end of input
  657. processor/arm/arm.cpp:80: error: expected ')' at end of input
  658. processor/arm/arm.cpp:80: error: expected statement at end of input
  659. processor/arm/arm.cpp:80: error: expected '}' at end of input
  660. processor/arm/arm.cpp: At global scope:
  661. processor/arm/arm.cpp:80: error: expected '}' at end of input
  662. In file included from ./nall/vector.hpp:10,
  663. from ./nall/string.hpp:22,
  664. from ./nall/base64.hpp:5,
  665. from ./emulator/emulator.hpp:22,
  666. from ./processor/processor.hpp:4,
  667. from processor/arm/arm.cpp:1:
  668. ./nall/sort.hpp: In function 'void nall::sort(T*, unsigned int) [with T = nall::string]':
  669. ./nall/vector.hpp:160: instantiated from 'void nall::vector<T>::sort() [with T = nall::string]'
  670. ./nall/directory.hpp:27: instantiated from here
  671. ./nall/sort.hpp:72: error: return-statement with a value, in function returning 'void'
  672. Makefile:119: recipe for target 'obj/processor-arm.o' failed
  673. make[1]: *** [obj/processor-arm.o] Error 1
  674. make[1]: Leaving directory '/data/OpenELEC.tv/build.OpenELEC-RPi.arm-5.95.4/libretro-bsnes-mercury-523bdc5'
  675. make: *** [release] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement