Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.04 KB | None | 0 0
  1. from /usr/include/wx-2.8/wx/confbase.h:18,
  2. from /usr/include/wx-2.8/wx/config.h:15,
  3. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  4. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  5. /usr/include/c++/4.8/bits/basic_string.h:2454:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, std::basic_string<_CharT, _Traits, _Alloc>&&)
  6. operator+(const _CharT* __lhs,
  7. ^
  8. /usr/include/c++/4.8/bits/basic_string.h:2454:5: note: template argument deduction/substitution failed:
  9. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  10. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  11. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  12. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const _CharT*’ and ‘std::basic_string<char>’
  13. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  14. ^
  15. In file included from /usr/include/c++/4.8/string:52:0,
  16. from /usr/include/wx-2.8/wx/string.h:176,
  17. from /usr/include/wx-2.8/wx/confbase.h:18,
  18. from /usr/include/wx-2.8/wx/config.h:15,
  19. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  20. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  21. /usr/include/c++/4.8/bits/basic_string.h:2442:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(std::basic_string<_CharT, _Traits, _Alloc>&&, std::basic_string<_CharT, _Traits, _Alloc>&&)
  22. operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs,
  23. ^
  24. /usr/include/c++/4.8/bits/basic_string.h:2442:5: note: template argument deduction/substitution failed:
  25. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  26. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  27. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  28. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  29. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  30. ^
  31. In file included from /usr/include/c++/4.8/string:52:0,
  32. from /usr/include/wx-2.8/wx/string.h:176,
  33. from /usr/include/wx-2.8/wx/confbase.h:18,
  34. from /usr/include/wx-2.8/wx/config.h:15,
  35. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  36. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  37. /usr/include/c++/4.8/bits/basic_string.h:2436:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>&&)
  38. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  39. ^
  40. /usr/include/c++/4.8/bits/basic_string.h:2436:5: note: template argument deduction/substitution failed:
  41. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  42. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  43. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  44. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  45. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  46. ^
  47. In file included from /usr/include/c++/4.8/string:52:0,
  48. from /usr/include/wx-2.8/wx/string.h:176,
  49. from /usr/include/wx-2.8/wx/confbase.h:18,
  50. from /usr/include/wx-2.8/wx/config.h:15,
  51. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  52. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  53. /usr/include/c++/4.8/bits/basic_string.h:2430:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(std::basic_string<_CharT, _Traits, _Alloc>&&, const std::basic_string<_CharT, _Traits, _Alloc>&)
  54. operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs,
  55. ^
  56. /usr/include/c++/4.8/bits/basic_string.h:2430:5: note: template argument deduction/substitution failed:
  57. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  58. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  59. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  60. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  61. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  62. ^
  63. In file included from /usr/include/c++/4.8/string:52:0,
  64. from /usr/include/wx-2.8/wx/string.h:176,
  65. from /usr/include/wx-2.8/wx/confbase.h:18,
  66. from /usr/include/wx-2.8/wx/config.h:15,
  67. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  68. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  69. /usr/include/c++/4.8/bits/basic_string.h:2418:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, _CharT)
  70. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs)
  71. ^
  72. /usr/include/c++/4.8/bits/basic_string.h:2418:5: note: template argument deduction/substitution failed:
  73. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  74. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  75. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  76. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: deduced conflicting types for parameter ‘_CharT’ (‘char’ and ‘const wxChar* {aka const wchar_t*}’)
  77. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  78. ^
  79. In file included from /usr/include/c++/4.8/string:52:0,
  80. from /usr/include/wx-2.8/wx/string.h:176,
  81. from /usr/include/wx-2.8/wx/confbase.h:18,
  82. from /usr/include/wx-2.8/wx/config.h:15,
  83. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  84. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  85. /usr/include/c++/4.8/bits/basic_string.h:2402:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
  86. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  87. ^
  88. /usr/include/c++/4.8/bits/basic_string.h:2402:5: note: template argument deduction/substitution failed:
  89. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  90. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  91. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  92. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: deduced conflicting types for parameter ‘const _CharT’ (‘char’ and ‘wxChar {aka wchar_t}’)
  93. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  94. ^
  95. In file included from /usr/include/c++/4.8/string:53:0,
  96. from /usr/include/wx-2.8/wx/string.h:176,
  97. from /usr/include/wx-2.8/wx/confbase.h:18,
  98. from /usr/include/wx-2.8/wx/config.h:15,
  99. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  100. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  101. /usr/include/c++/4.8/bits/basic_string.tcc:708:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(_CharT, const std::basic_string<_CharT, _Traits, _Alloc>&)
  102. operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs)
  103. ^
  104. /usr/include/c++/4.8/bits/basic_string.tcc:708:5: note: template argument deduction/substitution failed:
  105. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  106. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  107. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  108. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  109. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  110. ^
  111. In file included from /usr/include/c++/4.8/string:53:0,
  112. from /usr/include/wx-2.8/wx/string.h:176,
  113. from /usr/include/wx-2.8/wx/confbase.h:18,
  114. from /usr/include/wx-2.8/wx/config.h:15,
  115. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  116. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  117. /usr/include/c++/4.8/bits/basic_string.tcc:692:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
  118. operator+(const _CharT* __lhs,
  119. ^
  120. /usr/include/c++/4.8/bits/basic_string.tcc:692:5: note: template argument deduction/substitution failed:
  121. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  122. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  123. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  124. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const _CharT*’ and ‘std::basic_string<char>’
  125. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  126. ^
  127. In file included from /usr/include/c++/4.8/string:52:0,
  128. from /usr/include/wx-2.8/wx/string.h:176,
  129. from /usr/include/wx-2.8/wx/confbase.h:18,
  130. from /usr/include/wx-2.8/wx/config.h:15,
  131. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  132. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  133. /usr/include/c++/4.8/bits/basic_string.h:2365:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
  134. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  135. ^
  136. /usr/include/c++/4.8/bits/basic_string.h:2365:5: note: template argument deduction/substitution failed:
  137. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  138. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  139. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  140. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  141. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  142. ^
  143. In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
  144. from /usr/include/c++/4.8/bits/char_traits.h:39,
  145. from /usr/include/c++/4.8/string:40,
  146. from /usr/include/wx-2.8/wx/string.h:176,
  147. from /usr/include/wx-2.8/wx/confbase.h:18,
  148. from /usr/include/wx-2.8/wx/config.h:15,
  149. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  150. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  151. /usr/include/c++/4.8/bits/stl_iterator.h:1118:5: note: template<class _Iterator> std::move_iterator<_Iterator> std::operator+(typename std::move_iterator<_Iterator>::difference_type, const std::move_iterator<_Iterator>&)
  152. operator+(typename move_iterator<_Iterator>::difference_type __n,
  153. ^
  154. /usr/include/c++/4.8/bits/stl_iterator.h:1118:5: note: template argument deduction/substitution failed:
  155. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  156. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  157. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  158. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const std::move_iterator<_Iterator>’ and ‘const wxChar* {aka const wchar_t*}’
  159. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  160. ^
  161. In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
  162. from /usr/include/c++/4.8/bits/char_traits.h:39,
  163. from /usr/include/c++/4.8/string:40,
  164. from /usr/include/wx-2.8/wx/string.h:176,
  165. from /usr/include/wx-2.8/wx/confbase.h:18,
  166. from /usr/include/wx-2.8/wx/config.h:15,
  167. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  168. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  169. /usr/include/c++/4.8/bits/stl_iterator.h:333:5: note: template<class _Iterator> std::reverse_iterator<_Iterator> std::operator+(typename std::reverse_iterator<_Iterator>::difference_type, const std::reverse_iterator<_Iterator>&)
  170. operator+(typename reverse_iterator<_Iterator>::difference_type __n,
  171. ^
  172. /usr/include/c++/4.8/bits/stl_iterator.h:333:5: note: template argument deduction/substitution failed:
  173. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  174. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  175. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  176. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘const wxChar* {aka const wchar_t*}’
  177. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  178. ^
  179. In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
  180. from /usr/include/c++/4.8/bits/char_traits.h:39,
  181. from /usr/include/c++/4.8/string:40,
  182. from /usr/include/wx-2.8/wx/string.h:176,
  183. from /usr/include/wx-2.8/wx/confbase.h:18,
  184. from /usr/include/wx-2.8/wx/config.h:15,
  185. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  186. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  187. /usr/include/c++/4.8/bits/stl_iterator.h:902:5: note: template<class _Iterator, class _Container> __gnu_cxx::__normal_iterator<_Iterator, _Container> __gnu_cxx::operator+(typename __gnu_cxx::__normal_iterator<_Iterator, _Container>::difference_type, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&)
  188. operator+(typename __normal_iterator<_Iterator, _Container>::difference_type
  189. ^
  190. /usr/include/c++/4.8/bits/stl_iterator.h:902:5: note: template argument deduction/substitution failed:
  191. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  192. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  193. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  194. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:84:81: note: mismatched types ‘const __gnu_cxx::__normal_iterator<_Iterator, _Container>’ and ‘const wxChar* {aka const wchar_t*}’
  195. ConLog.Warning(GetName() + " warning: " + wxString::FormatV(fmt, list).wx_str());
  196. ^
  197. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h: In member function ‘void SysCallBase::Error(u32, wxString, ...)’:
  198. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:93:63: error: no matching function for call to ‘wxString::Format(const char [13], const u32&)’
  199. ConLog.Error(GetName() + wxString::Format("[%d] error: ", id).wx_str() + wxString::FormatV(fmt, list).wx_str());
  200. ^
  201. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:93:63: note: candidate is:
  202. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  203. from /usr/include/wx-2.8/wx/config.h:15,
  204. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  205. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  206. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  207. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  208. ^
  209. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [13]’ to ‘const wxChar* {aka const wchar_t*}’
  210. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  211. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  212. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  213. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h: In member function ‘void SysCallBase::Error(wxString, ...)’:
  214. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:39: error: no match for ‘operator+’ (operand types are ‘std::basic_string<char>’ and ‘const wxChar* {aka const wchar_t*}’)
  215. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  216. ^
  217. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:39: note: candidates are:
  218. In file included from /usr/include/wx-2.8/wx/dcgraph.h:17:0,
  219. from /usr/include/wx-2.8/wx/dc.h:892,
  220. from /usr/include/wx-2.8/wx/gtk/dcclient.h:13,
  221. from /usr/include/wx-2.8/wx/dcclient.h:24,
  222. from /home/patrik/rpcs3/rpcs3/stdafx.h:15,
  223. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  224. /usr/include/wx-2.8/wx/geometry.h:457:24: note: wxPoint2DDouble operator+(const wxPoint2DDouble&, const wxPoint2DDouble&)
  225. inline wxPoint2DDouble operator+(const wxPoint2DDouble& pt1 , const wxPoint2DDouble& pt2)
  226. ^
  227. /usr/include/wx-2.8/wx/geometry.h:457:24: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxPoint2DDouble&’
  228. /usr/include/wx-2.8/wx/geometry.h:228:21: note: wxPoint2DInt operator+(const wxPoint2DInt&, const wxPoint2DInt&)
  229. inline wxPoint2DInt operator+(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2)
  230. ^
  231. /usr/include/wx-2.8/wx/geometry.h:228:21: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxPoint2DInt&’
  232. In file included from /usr/include/wx-2.8/wx/utils.h:31:0,
  233. from /usr/include/wx-2.8/wx/cursor.h:41,
  234. from /usr/include/wx-2.8/wx/event.h:22,
  235. from /usr/include/wx-2.8/wx/window.h:19,
  236. from /usr/include/wx-2.8/wx/toplevel.h:21,
  237. from /usr/include/wx-2.8/wx/dialog.h:17,
  238. from /usr/include/wx-2.8/wx/generic/propdlg.h:19,
  239. from /usr/include/wx-2.8/wx/propdlg.h:15,
  240. from /home/patrik/rpcs3/rpcs3/stdafx.h:11,
  241. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  242. /usr/include/wx-2.8/wx/longlong.h:1060:20: note: wxULongLong operator+(long unsigned int, const wxULongLong&)
  243. inline wxULongLong operator+(unsigned long l, const wxULongLong& ull) { return ull + l; }
  244. ^
  245. /usr/include/wx-2.8/wx/longlong.h:1060:20: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘long unsigned int’
  246. /usr/include/wx-2.8/wx/longlong.h:1047:19: note: wxLongLong operator+(long int, const wxLongLong&)
  247. inline wxLongLong operator+(long l, const wxLongLong& ll) { return ll + l; }
  248. ^
  249. /usr/include/wx-2.8/wx/longlong.h:1047:19: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘long int’
  250. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  251. from /usr/include/wx-2.8/wx/config.h:15,
  252. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  253. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  254. /usr/include/wx-2.8/wx/string.h:1620:17: note: wxString operator+(const wxWCharBuffer&, const wxString&)
  255. inline wxString operator+(const wxWCharBuffer& buf, const wxString& string)
  256. ^
  257. /usr/include/wx-2.8/wx/string.h:1620:17: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxWCharBuffer&’
  258. /usr/include/wx-2.8/wx/string.h:1618:17: note: wxString operator+(const wxString&, const wxWCharBuffer&)
  259. inline wxString operator+(const wxString& string, const wxWCharBuffer& buf)
  260. ^
  261. /usr/include/wx-2.8/wx/string.h:1618:17: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxString&’
  262. /usr/include/wx-2.8/wx/string.h:1425:27: note: wxString operator+(const wxChar*, const wxString&)
  263. wxString WXDLLIMPEXP_BASE operator+(const wxChar *psz, const wxString& string);
  264. ^
  265. /usr/include/wx-2.8/wx/string.h:1425:27: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxChar* {aka const wchar_t*}’
  266. /usr/include/wx-2.8/wx/string.h:1424:27: note: wxString operator+(const wxString&, const wxChar*)
  267. wxString WXDLLIMPEXP_BASE operator+(const wxString& string, const wxChar *psz);
  268. ^
  269. /usr/include/wx-2.8/wx/string.h:1424:27: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxString&’
  270. /usr/include/wx-2.8/wx/string.h:1423:27: note: wxString operator+(wxChar, const wxString&)
  271. wxString WXDLLIMPEXP_BASE operator+(wxChar ch, const wxString& string);
  272. ^
  273. /usr/include/wx-2.8/wx/string.h:1423:27: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘wxChar {aka wchar_t}’
  274. /usr/include/wx-2.8/wx/string.h:1422:27: note: wxString operator+(const wxString&, wxChar)
  275. wxString WXDLLIMPEXP_BASE operator+(const wxString& string, wxChar ch);
  276. ^
  277. /usr/include/wx-2.8/wx/string.h:1422:27: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxString&’
  278. /usr/include/wx-2.8/wx/string.h:1421:27: note: wxString operator+(const wxString&, const wxString&)
  279. wxString WXDLLIMPEXP_BASE operator+(const wxString& string1, const wxString& string2);
  280. ^
  281. /usr/include/wx-2.8/wx/string.h:1421:27: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘const wxString&’
  282. In file included from /usr/include/c++/4.8/vector:65:0,
  283. from /home/patrik/rpcs3/rpcs3/Emu/Memory/Memory.h:3,
  284. from /home/patrik/rpcs3/rpcs3/stdafx.h:272,
  285. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  286. /usr/include/c++/4.8/bits/stl_bvector.h:379:3: note: std::_Bit_const_iterator std::operator+(std::ptrdiff_t, const std::_Bit_const_iterator&)
  287. operator+(ptrdiff_t __n, const _Bit_const_iterator& __x)
  288. ^
  289. /usr/include/c++/4.8/bits/stl_bvector.h:379:3: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘std::ptrdiff_t {aka long int}’
  290. /usr/include/c++/4.8/bits/stl_bvector.h:293:3: note: std::_Bit_iterator std::operator+(std::ptrdiff_t, const std::_Bit_iterator&)
  291. operator+(ptrdiff_t __n, const _Bit_iterator& __x)
  292. ^
  293. /usr/include/c++/4.8/bits/stl_bvector.h:293:3: note: no known conversion for argument 1 from ‘std::basic_string<char>’ to ‘std::ptrdiff_t {aka long int}’
  294. In file included from /usr/include/c++/4.8/string:52:0,
  295. from /usr/include/wx-2.8/wx/string.h:176,
  296. from /usr/include/wx-2.8/wx/confbase.h:18,
  297. from /usr/include/wx-2.8/wx/config.h:15,
  298. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  299. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  300. /usr/include/c++/4.8/bits/basic_string.h:2472:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(std::basic_string<_CharT, _Traits, _Alloc>&&, _CharT)
  301. operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs,
  302. ^
  303. /usr/include/c++/4.8/bits/basic_string.h:2472:5: note: template argument deduction/substitution failed:
  304. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  305. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  306. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  307. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: deduced conflicting types for parameter ‘_CharT’ (‘char’ and ‘const wxChar* {aka const wchar_t*}’)
  308. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  309. ^
  310. In file included from /usr/include/c++/4.8/string:52:0,
  311. from /usr/include/wx-2.8/wx/string.h:176,
  312. from /usr/include/wx-2.8/wx/confbase.h:18,
  313. from /usr/include/wx-2.8/wx/config.h:15,
  314. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  315. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  316. /usr/include/c++/4.8/bits/basic_string.h:2466:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(std::basic_string<_CharT, _Traits, _Alloc>&&, const _CharT*)
  317. operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs,
  318. ^
  319. /usr/include/c++/4.8/bits/basic_string.h:2466:5: note: template argument deduction/substitution failed:
  320. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  321. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  322. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  323. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: deduced conflicting types for parameter ‘const _CharT’ (‘char’ and ‘wxChar {aka wchar_t}’)
  324. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  325. ^
  326. In file included from /usr/include/c++/4.8/string:52:0,
  327. from /usr/include/wx-2.8/wx/string.h:176,
  328. from /usr/include/wx-2.8/wx/confbase.h:18,
  329. from /usr/include/wx-2.8/wx/config.h:15,
  330. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  331. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  332. /usr/include/c++/4.8/bits/basic_string.h:2460:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(_CharT, std::basic_string<_CharT, _Traits, _Alloc>&&)
  333. operator+(_CharT __lhs,
  334. ^
  335. /usr/include/c++/4.8/bits/basic_string.h:2460:5: note: template argument deduction/substitution failed:
  336. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  337. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  338. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  339. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  340. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  341. ^
  342. In file included from /usr/include/c++/4.8/string:52:0,
  343. from /usr/include/wx-2.8/wx/string.h:176,
  344. from /usr/include/wx-2.8/wx/confbase.h:18,
  345. from /usr/include/wx-2.8/wx/config.h:15,
  346. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  347. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  348. /usr/include/c++/4.8/bits/basic_string.h:2454:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, std::basic_string<_CharT, _Traits, _Alloc>&&)
  349. operator+(const _CharT* __lhs,
  350. ^
  351. /usr/include/c++/4.8/bits/basic_string.h:2454:5: note: template argument deduction/substitution failed:
  352. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  353. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  354. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  355. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const _CharT*’ and ‘std::basic_string<char>’
  356. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  357. ^
  358. In file included from /usr/include/c++/4.8/string:52:0,
  359. from /usr/include/wx-2.8/wx/string.h:176,
  360. from /usr/include/wx-2.8/wx/confbase.h:18,
  361. from /usr/include/wx-2.8/wx/config.h:15,
  362. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  363. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  364. /usr/include/c++/4.8/bits/basic_string.h:2442:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(std::basic_string<_CharT, _Traits, _Alloc>&&, std::basic_string<_CharT, _Traits, _Alloc>&&)
  365. operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs,
  366. ^
  367. /usr/include/c++/4.8/bits/basic_string.h:2442:5: note: template argument deduction/substitution failed:
  368. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  369. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  370. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  371. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  372. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  373. ^
  374. In file included from /usr/include/c++/4.8/string:52:0,
  375. from /usr/include/wx-2.8/wx/string.h:176,
  376. from /usr/include/wx-2.8/wx/confbase.h:18,
  377. from /usr/include/wx-2.8/wx/config.h:15,
  378. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  379. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  380. /usr/include/c++/4.8/bits/basic_string.h:2436:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>&&)
  381. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  382. ^
  383. /usr/include/c++/4.8/bits/basic_string.h:2436:5: note: template argument deduction/substitution failed:
  384. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  385. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  386. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  387. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  388. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  389. ^
  390. In file included from /usr/include/c++/4.8/string:52:0,
  391. from /usr/include/wx-2.8/wx/string.h:176,
  392. from /usr/include/wx-2.8/wx/confbase.h:18,
  393. from /usr/include/wx-2.8/wx/config.h:15,
  394. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  395. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  396. /usr/include/c++/4.8/bits/basic_string.h:2430:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(std::basic_string<_CharT, _Traits, _Alloc>&&, const std::basic_string<_CharT, _Traits, _Alloc>&)
  397. operator+(basic_string<_CharT, _Traits, _Alloc>&& __lhs,
  398. ^
  399. /usr/include/c++/4.8/bits/basic_string.h:2430:5: note: template argument deduction/substitution failed:
  400. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  401. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  402. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  403. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  404. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  405. ^
  406. In file included from /usr/include/c++/4.8/string:52:0,
  407. from /usr/include/wx-2.8/wx/string.h:176,
  408. from /usr/include/wx-2.8/wx/confbase.h:18,
  409. from /usr/include/wx-2.8/wx/config.h:15,
  410. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  411. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  412. /usr/include/c++/4.8/bits/basic_string.h:2418:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, _CharT)
  413. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs, _CharT __rhs)
  414. ^
  415. /usr/include/c++/4.8/bits/basic_string.h:2418:5: note: template argument deduction/substitution failed:
  416. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  417. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  418. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  419. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: deduced conflicting types for parameter ‘_CharT’ (‘char’ and ‘const wxChar* {aka const wchar_t*}’)
  420. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  421. ^
  422. In file included from /usr/include/c++/4.8/string:52:0,
  423. from /usr/include/wx-2.8/wx/string.h:176,
  424. from /usr/include/wx-2.8/wx/confbase.h:18,
  425. from /usr/include/wx-2.8/wx/config.h:15,
  426. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  427. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  428. /usr/include/c++/4.8/bits/basic_string.h:2402:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
  429. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  430. ^
  431. /usr/include/c++/4.8/bits/basic_string.h:2402:5: note: template argument deduction/substitution failed:
  432. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  433. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  434. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  435. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: deduced conflicting types for parameter ‘const _CharT’ (‘char’ and ‘wxChar {aka wchar_t}’)
  436. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  437. ^
  438. In file included from /usr/include/c++/4.8/string:53:0,
  439. from /usr/include/wx-2.8/wx/string.h:176,
  440. from /usr/include/wx-2.8/wx/confbase.h:18,
  441. from /usr/include/wx-2.8/wx/config.h:15,
  442. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  443. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  444. /usr/include/c++/4.8/bits/basic_string.tcc:708:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(_CharT, const std::basic_string<_CharT, _Traits, _Alloc>&)
  445. operator+(_CharT __lhs, const basic_string<_CharT, _Traits, _Alloc>& __rhs)
  446. ^
  447. /usr/include/c++/4.8/bits/basic_string.tcc:708:5: note: template argument deduction/substitution failed:
  448. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  449. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  450. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  451. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  452. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  453. ^
  454. In file included from /usr/include/c++/4.8/string:53:0,
  455. from /usr/include/wx-2.8/wx/string.h:176,
  456. from /usr/include/wx-2.8/wx/confbase.h:18,
  457. from /usr/include/wx-2.8/wx/config.h:15,
  458. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  459. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  460. /usr/include/c++/4.8/bits/basic_string.tcc:692:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
  461. operator+(const _CharT* __lhs,
  462. ^
  463. /usr/include/c++/4.8/bits/basic_string.tcc:692:5: note: template argument deduction/substitution failed:
  464. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  465. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  466. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  467. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const _CharT*’ and ‘std::basic_string<char>’
  468. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  469. ^
  470. In file included from /usr/include/c++/4.8/string:52:0,
  471. from /usr/include/wx-2.8/wx/string.h:176,
  472. from /usr/include/wx-2.8/wx/confbase.h:18,
  473. from /usr/include/wx-2.8/wx/config.h:15,
  474. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  475. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  476. /usr/include/c++/4.8/bits/basic_string.h:2365:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_string<_CharT, _Traits, _Alloc> std::operator+(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
  477. operator+(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
  478. ^
  479. /usr/include/c++/4.8/bits/basic_string.h:2365:5: note: template argument deduction/substitution failed:
  480. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  481. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  482. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  483. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const std::basic_string<_CharT, _Traits, _Alloc>’ and ‘const wxChar* {aka const wchar_t*}’
  484. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  485. ^
  486. In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
  487. from /usr/include/c++/4.8/bits/char_traits.h:39,
  488. from /usr/include/c++/4.8/string:40,
  489. from /usr/include/wx-2.8/wx/string.h:176,
  490. from /usr/include/wx-2.8/wx/confbase.h:18,
  491. from /usr/include/wx-2.8/wx/config.h:15,
  492. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  493. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  494. /usr/include/c++/4.8/bits/stl_iterator.h:1118:5: note: template<class _Iterator> std::move_iterator<_Iterator> std::operator+(typename std::move_iterator<_Iterator>::difference_type, const std::move_iterator<_Iterator>&)
  495. operator+(typename move_iterator<_Iterator>::difference_type __n,
  496. ^
  497. /usr/include/c++/4.8/bits/stl_iterator.h:1118:5: note: template argument deduction/substitution failed:
  498. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  499. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  500. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  501. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const std::move_iterator<_Iterator>’ and ‘const wxChar* {aka const wchar_t*}’
  502. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  503. ^
  504. In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
  505. from /usr/include/c++/4.8/bits/char_traits.h:39,
  506. from /usr/include/c++/4.8/string:40,
  507. from /usr/include/wx-2.8/wx/string.h:176,
  508. from /usr/include/wx-2.8/wx/confbase.h:18,
  509. from /usr/include/wx-2.8/wx/config.h:15,
  510. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  511. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  512. /usr/include/c++/4.8/bits/stl_iterator.h:333:5: note: template<class _Iterator> std::reverse_iterator<_Iterator> std::operator+(typename std::reverse_iterator<_Iterator>::difference_type, const std::reverse_iterator<_Iterator>&)
  513. operator+(typename reverse_iterator<_Iterator>::difference_type __n,
  514. ^
  515. /usr/include/c++/4.8/bits/stl_iterator.h:333:5: note: template argument deduction/substitution failed:
  516. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  517. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  518. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  519. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const std::reverse_iterator<_Iterator>’ and ‘const wxChar* {aka const wchar_t*}’
  520. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  521. ^
  522. In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
  523. from /usr/include/c++/4.8/bits/char_traits.h:39,
  524. from /usr/include/c++/4.8/string:40,
  525. from /usr/include/wx-2.8/wx/string.h:176,
  526. from /usr/include/wx-2.8/wx/confbase.h:18,
  527. from /usr/include/wx-2.8/wx/config.h:15,
  528. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  529. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  530. /usr/include/c++/4.8/bits/stl_iterator.h:902:5: note: template<class _Iterator, class _Container> __gnu_cxx::__normal_iterator<_Iterator, _Container> __gnu_cxx::operator+(typename __gnu_cxx::__normal_iterator<_Iterator, _Container>::difference_type, const __gnu_cxx::__normal_iterator<_Iterator, _Container>&)
  531. operator+(typename __normal_iterator<_Iterator, _Container>::difference_type
  532. ^
  533. /usr/include/c++/4.8/bits/stl_iterator.h:902:5: note: template argument deduction/substitution failed:
  534. In file included from /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:3:0,
  535. from /home/patrik/rpcs3/rpcs3/stdafx.h:274,
  536. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  537. /home/patrik/rpcs3/rpcs3/Emu/SysCalls/SysCalls.h:101:77: note: mismatched types ‘const __gnu_cxx::__normal_iterator<_Iterator, _Container>’ and ‘const wxChar* {aka const wchar_t*}’
  538. ConLog.Error(GetName() + " error: " + wxString::FormatV(fmt, list).wx_str());
  539. ^
  540. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  541. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  542. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h: In member function ‘FPRType PPCdouble::UpdateType() const’:
  543. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:384:85: error: no matching function for call to ‘wxString::Format(const char [53], const int&)’
  544. throw wxString::Format("PPCdouble::UpdateType() -> unknown fpclass (0x%04x).", fpc);
  545. ^
  546. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:384:85: note: candidate is:
  547. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  548. from /usr/include/wx-2.8/wx/config.h:15,
  549. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  550. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  551. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  552. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  553. ^
  554. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [53]’ to ‘const wxChar* {aka const wchar_t*}’
  555. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  556. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  557. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h: In member function ‘wxString VPR_reg::ToString(bool) const’:
  558. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:493:89: error: no matching function for call to ‘wxString::Format(const char [17], const u32&, const u32&, const u32&, const u32&)’
  559. if(hex) return wxString::Format("%08x%08x%08x%08x", _u32[3], _u32[2], _u32[1], _u32[0]);
  560. ^
  561. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:493:89: note: candidate is:
  562. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  563. from /usr/include/wx-2.8/wx/config.h:15,
  564. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  565. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  566. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  567. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  568. ^
  569. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [17]’ to ‘const wxChar* {aka const wchar_t*}’
  570. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  571. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  572. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:495:80: error: no matching function for call to ‘wxString::Format(const char [24], const float&, const float&, const float&, const float&)’
  573. return wxString::Format("x: %g y: %g z: %g w: %g", _f[3], _f[2], _f[1], _f[0]);
  574. ^
  575. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:495:80: note: candidate is:
  576. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  577. from /usr/include/wx-2.8/wx/config.h:15,
  578. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  579. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  580. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  581. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  582. ^
  583. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [24]’ to ‘const wxChar* {aka const wchar_t*}’
  584. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  585. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  586. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h: In member function ‘virtual wxString PPUThread::RegsToString()’:
  587. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:740:18: error: conversion from ‘const char [22]’ to ‘wxString’ is ambiguous
  588. wxString ret = "Registers:\n=========\n";
  589. ^
  590. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:740:18: note: candidates are:
  591. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  592. from /usr/include/wx-2.8/wx/config.h:15,
  593. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  594. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  595. /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) <near match>
  596. wxString(wxChar ch, size_t nRepeat = 1)
  597. ^
  598. /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char [22]’ to ‘wxChar {aka wchar_t}’
  599. /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) <near match>
  600. wxString(int);
  601. ^
  602. /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char [22]’ to ‘int’
  603. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  604. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  605. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:742:83: error: no matching function for call to ‘wxString::Format(const char [18], uint&, u64&)’
  606. for(uint i=0; i<32; ++i) ret += wxString::Format("GPR[%d] = 0x%llx\n", i, GPR[i]);
  607. ^
  608. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:742:83: note: candidate is:
  609. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  610. from /usr/include/wx-2.8/wx/config.h:15,
  611. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  612. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  613. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  614. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  615. ^
  616. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [18]’ to ‘const wxChar* {aka const wchar_t*}’
  617. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  618. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  619. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:743:89: error: no matching function for call to ‘wxString::Format(const char [16], uint&, double)’
  620. for(uint i=0; i<32; ++i) ret += wxString::Format("FPR[%d] = %.6G\n", i, (double)FPR[i]);
  621. ^
  622. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:743:89: note: candidate is:
  623. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  624. from /usr/include/wx-2.8/wx/config.h:15,
  625. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  626. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  627. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  628. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  629. ^
  630. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [16]’ to ‘const wxChar* {aka const wchar_t*}’
  631. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  632. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  633. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:744:164: error: no matching function for call to ‘wxString::Format(const char [21], uint&, const char*, const char*)’
  634. for(uint i=0; i<32; ++i) ret += wxString::Format("VPR[%d] = 0x%s [%s]\n", i, (const char*)VPR[i].ToString(true).wx_str(), (const char*)VPR[i].ToString().wx_str());
  635. ^
  636. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:744:164: note: candidate is:
  637. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  638. from /usr/include/wx-2.8/wx/config.h:15,
  639. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  640. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  641. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  642. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  643. ^
  644. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [21]’ to ‘const wxChar* {aka const wchar_t*}’
  645. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  646. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  647. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:745:49: error: no matching function for call to ‘wxString::Format(const char [13], u32&)’
  648. ret += wxString::Format("CR = 0x%08x\n", CR.CR);
  649. ^
  650. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:745:49: note: candidate is:
  651. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  652. from /usr/include/wx-2.8/wx/config.h:15,
  653. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  654. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  655. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  656. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  657. ^
  658. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [13]’ to ‘const wxChar* {aka const wchar_t*}’
  659. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  660. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  661. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:746:46: error: no matching function for call to ‘wxString::Format(const char [13], u64&)’
  662. ret += wxString::Format("LR = 0x%llx\n", LR);
  663. ^
  664. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:746:46: note: candidate is:
  665. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  666. from /usr/include/wx-2.8/wx/config.h:15,
  667. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  668. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  669. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  670. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  671. ^
  672. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [13]’ to ‘const wxChar* {aka const wchar_t*}’
  673. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  674. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  675. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:747:48: error: no matching function for call to ‘wxString::Format(const char [14], u64&)’
  676. ret += wxString::Format("CTR = 0x%llx\n", CTR);
  677. ^
  678. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:747:48: note: candidate is:
  679. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  680. from /usr/include/wx-2.8/wx/config.h:15,
  681. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  682. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  683. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  684. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  685. ^
  686. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [14]’ to ‘const wxChar* {aka const wchar_t*}’
  687. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  688. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  689. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:748:106: error: no matching function for call to ‘wxString::Format(const char [44], u64&, unsigned char:1&, unsigned char:1&, unsigned char:1&)’
  690. ret += wxString::Format("XER = 0x%llx [CA=%lld | OV=%lld | SO=%lld]\n", XER.XER, XER.CA, XER.OV, XER.SO);
  691. ^
  692. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:748:106: note: candidate is:
  693. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  694. from /usr/include/wx-2.8/wx/config.h:15,
  695. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  696. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  697. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  698. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  699. ^
  700. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [44]’ to ‘const wxChar* {aka const wchar_t*}’
  701. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  702. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  703. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:761:73: error: no matching function for call to ‘wxString::Format(const char [254], u32&, unsigned char:2&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:5&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&, unsigned char:1&)’
  704. FPSCR.XX, FPSCR.ZX, FPSCR.UX, FPSCR.OX, FPSCR.VX, FPSCR.FEX, FPSCR.FX);
  705. ^
  706. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:761:73: note: candidate is:
  707. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  708. from /usr/include/wx-2.8/wx/config.h:15,
  709. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  710. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  711. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  712. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  713. ^
  714. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [254]’ to ‘const wxChar* {aka const wchar_t*}’
  715. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  716. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  717. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h: In member function ‘virtual wxString PPUThread::ReadRegString(wxString)’:
  718. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:768:23: error: conversion from ‘const char [2]’ to ‘const wxString’ is ambiguous
  719. if (reg.Contains("["))
  720. ^
  721. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:768:23: note: candidates are:
  722. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  723. from /usr/include/wx-2.8/wx/config.h:15,
  724. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  725. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  726. /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) <near match>
  727. wxString(wxChar ch, size_t nRepeat = 1)
  728. ^
  729. /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char [2]’ to ‘wxChar {aka wchar_t}’
  730. /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) <near match>
  731. wxString(int);
  732. ^
  733. /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char [2]’ to ‘int’
  734. /usr/include/wx-2.8/wx/string.h:1272:8: error: initializing argument 1 of ‘bool wxString::Contains(const wxString&) const’
  735. bool Contains(const wxString& str) const { return Find(str) != wxNOT_FOUND; }
  736. ^
  737. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  738. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  739. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:772:28: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  740. if (reg.StartsWith("GPR")) return wxString::Format("%016llx", GPR[reg_index]);
  741. ^
  742. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:772:28: note: candidate is:
  743. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  744. from /usr/include/wx-2.8/wx/config.h:15,
  745. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  746. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  747. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  748. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  749. ^
  750. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  751. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  752. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  753. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:772:80: error: no matching function for call to ‘wxString::Format(const char [8], u64&)’
  754. if (reg.StartsWith("GPR")) return wxString::Format("%016llx", GPR[reg_index]);
  755. ^
  756. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:772:80: note: candidate is:
  757. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  758. from /usr/include/wx-2.8/wx/config.h:15,
  759. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  760. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  761. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  762. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  763. ^
  764. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxChar* {aka const wchar_t*}’
  765. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  766. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  767. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:773:28: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  768. if (reg.StartsWith("FPR")) return wxString::Format("%016llx", (double)FPR[reg_index]);
  769. ^
  770. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:773:28: note: candidate is:
  771. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  772. from /usr/include/wx-2.8/wx/config.h:15,
  773. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  774. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  775. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  776. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  777. ^
  778. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  779. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  780. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  781. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:773:88: error: no matching function for call to ‘wxString::Format(const char [8], double)’
  782. if (reg.StartsWith("FPR")) return wxString::Format("%016llx", (double)FPR[reg_index]);
  783. ^
  784. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:773:88: note: candidate is:
  785. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  786. from /usr/include/wx-2.8/wx/config.h:15,
  787. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  788. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  789. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  790. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  791. ^
  792. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxChar* {aka const wchar_t*}’
  793. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  794. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  795. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:774:28: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  796. if (reg.StartsWith("VPR")) return wxString::Format("%016llx%016llx", VPR[reg_index]._u64[1], VPR[reg_index]._u64[0]);
  797. ^
  798. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:774:28: note: candidate is:
  799. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  800. from /usr/include/wx-2.8/wx/config.h:15,
  801. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  802. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  803. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  804. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  805. ^
  806. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  807. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  808. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  809. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:774:119: error: no matching function for call to ‘wxString::Format(const char [15], u64&, u64&)’
  810. if (reg.StartsWith("VPR")) return wxString::Format("%016llx%016llx", VPR[reg_index]._u64[1], VPR[reg_index]._u64[0]);
  811. ^
  812. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:774:119: note: candidate is:
  813. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  814. from /usr/include/wx-2.8/wx/config.h:15,
  815. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  816. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  817. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  818. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  819. ^
  820. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [15]’ to ‘const wxChar* {aka const wchar_t*}’
  821. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  822. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  823. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:776:57: error: no matching function for call to ‘wxString::Format(const char [5], u32&)’
  824. if (reg == "CR") return wxString::Format("%08x", CR.CR);
  825. ^
  826. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:776:57: note: candidate is:
  827. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  828. from /usr/include/wx-2.8/wx/config.h:15,
  829. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  830. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  831. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  832. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  833. ^
  834. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [5]’ to ‘const wxChar* {aka const wchar_t*}’
  835. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  836. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  837. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:777:57: error: no matching function for call to ‘wxString::Format(const char [8], u64&)’
  838. if (reg == "LR") return wxString::Format("%016llx", LR);
  839. ^
  840. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:777:57: note: candidate is:
  841. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  842. from /usr/include/wx-2.8/wx/config.h:15,
  843. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  844. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  845. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  846. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  847. ^
  848. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxChar* {aka const wchar_t*}’
  849. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  850. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  851. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:778:59: error: no matching function for call to ‘wxString::Format(const char [8], u64&)’
  852. if (reg == "CTR") return wxString::Format("%016llx", CTR);
  853. ^
  854. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:778:59: note: candidate is:
  855. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  856. from /usr/include/wx-2.8/wx/config.h:15,
  857. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  858. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  859. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  860. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  861. ^
  862. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxChar* {aka const wchar_t*}’
  863. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  864. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  865. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:779:63: error: no matching function for call to ‘wxString::Format(const char [8], u64&)’
  866. if (reg == "XER") return wxString::Format("%016llx", XER.XER);
  867. ^
  868. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:779:63: note: candidate is:
  869. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  870. from /usr/include/wx-2.8/wx/config.h:15,
  871. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  872. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  873. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  874. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  875. ^
  876. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [8]’ to ‘const wxChar* {aka const wchar_t*}’
  877. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  878. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  879. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:780:66: error: no matching function for call to ‘wxString::Format(const char [5], u32&)’
  880. if (reg == "FPSCR") return wxString::Format("%08x", FPSCR.FPSCR);
  881. ^
  882. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:780:66: note: candidate is:
  883. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  884. from /usr/include/wx-2.8/wx/config.h:15,
  885. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  886. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  887. /usr/include/wx-2.8/wx/string.h:1208:19: note: static wxString wxString::Format(const wxChar*, ...)
  888. static wxString Format(const wxChar *pszFormat, ...) WX_ATTRIBUTE_PRINTF_1;
  889. ^
  890. /usr/include/wx-2.8/wx/string.h:1208:19: note: no known conversion for argument 1 from ‘const char [5]’ to ‘const wxChar* {aka const wchar_t*}’
  891. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  892. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  893. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h: In member function ‘virtual bool PPUThread::WriteRegString(wxString, wxString)’:
  894. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:787:23: error: conversion from ‘const char [2]’ to ‘const wxString’ is ambiguous
  895. if (reg.Contains("["))
  896. ^
  897. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:787:23: note: candidates are:
  898. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  899. from /usr/include/wx-2.8/wx/config.h:15,
  900. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  901. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  902. /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) <near match>
  903. wxString(wxChar ch, size_t nRepeat = 1)
  904. ^
  905. /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char [2]’ to ‘wxChar {aka wchar_t}’
  906. /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) <near match>
  907. wxString(int);
  908. ^
  909. /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char [2]’ to ‘int’
  910. /usr/include/wx-2.8/wx/string.h:1272:8: error: initializing argument 1 of ‘bool wxString::Contains(const wxString&) const’
  911. bool Contains(const wxString& str) const { return Find(str) != wxNOT_FOUND; }
  912. ^
  913. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  914. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  915. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:791:28: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  916. if (reg.StartsWith("GPR") || (reg.StartsWith("FPR")))
  917. ^
  918. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:791:28: note: candidate is:
  919. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  920. from /usr/include/wx-2.8/wx/config.h:15,
  921. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  922. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  923. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  924. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  925. ^
  926. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  927. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  928. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  929. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:791:54: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  930. if (reg.StartsWith("GPR") || (reg.StartsWith("FPR")))
  931. ^
  932. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:791:54: note: candidate is:
  933. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  934. from /usr/include/wx-2.8/wx/config.h:15,
  935. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  936. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  937. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  938. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  939. ^
  940. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  941. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  942. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  943. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:795:29: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  944. if (reg.StartsWith("GPR")) GPR[reg_index] = (u64)reg_value;
  945. ^
  946. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:795:29: note: candidate is:
  947. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  948. from /usr/include/wx-2.8/wx/config.h:15,
  949. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  950. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  951. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  952. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  953. ^
  954. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  955. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  956. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  957. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:796:29: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  958. if (reg.StartsWith("FPR")) FPR[reg_index] = (u64)reg_value;
  959. ^
  960. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:796:29: note: candidate is:
  961. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  962. from /usr/include/wx-2.8/wx/config.h:15,
  963. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  964. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  965. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  966. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  967. ^
  968. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  969. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:274:0,
  970. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  971. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:799:28: error: no matching function for call to ‘wxString::StartsWith(const char [4])’
  972. if (reg.StartsWith("VPR"))
  973. ^
  974. /home/patrik/rpcs3/rpcs3/Emu/Cell/PPUThread.h:799:28: note: candidate is:
  975. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  976. from /usr/include/wx-2.8/wx/config.h:15,
  977. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  978. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  979. /usr/include/wx-2.8/wx/string.h:1122:8: note: bool wxString::StartsWith(const wxChar*, wxString*) const
  980. bool StartsWith(const wxChar *prefix, wxString *rest = NULL) const;
  981. ^
  982. /usr/include/wx-2.8/wx/string.h:1122:8: note: no known conversion for argument 1 from ‘const char [4]’ to ‘const wxChar* {aka const wchar_t*}’
  983. /home/patrik/rpcs3/rpcs3/rpcs3.cpp: In member function ‘virtual bool Rpcs3App::OnInit()’:
  984. /home/patrik/rpcs3/rpcs3/rpcs3.cpp:22:22: error: conversion from ‘const char [6]’ to ‘const wxString’ is ambiguous
  985. SetAppName(_PRGNAME_);
  986. ^
  987. /home/patrik/rpcs3/rpcs3/rpcs3.cpp:22:22: note: candidates are:
  988. In file included from /usr/include/wx-2.8/wx/confbase.h:18:0,
  989. from /usr/include/wx-2.8/wx/config.h:15,
  990. from /home/patrik/rpcs3/rpcs3/stdafx.h:9,
  991. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  992. /usr/include/wx-2.8/wx/string.h:692:3: note: wxString::wxString(wxChar, size_t) <near match>
  993. wxString(wxChar ch, size_t nRepeat = 1)
  994. ^
  995. /usr/include/wx-2.8/wx/string.h:692:3: note: no known conversion for argument 1 from ‘const char [6]’ to ‘wxChar {aka wchar_t}’
  996. /usr/include/wx-2.8/wx/string.h:682:3: note: wxString::wxString(int) <near match>
  997. wxString(int);
  998. ^
  999. /usr/include/wx-2.8/wx/string.h:682:3: note: no known conversion for argument 1 from ‘const char [6]’ to ‘int’
  1000. In file included from /home/patrik/rpcs3/rpcs3/stdafx.h:32:0,
  1001. from /home/patrik/rpcs3/rpcs3/rpcs3.cpp:1:
  1002. /usr/include/wx-2.8/wx/app.h:124:10: error: initializing argument 1 of ‘void wxAppConsole::SetAppName(const wxString&)’
  1003. void SetAppName(const wxString& name) { m_appName = name; }
  1004. ^
  1005. /home/patrik/rpcs3/rpcs3/rpcs3.cpp:23:25: error: ‘wxInitAllImageHandlers’ was not declared in this scope
  1006. wxInitAllImageHandlers();
  1007. ^
  1008. /home/patrik/rpcs3/rpcs3/rpcs3.cpp: In member function ‘virtual void Rpcs3App::Exit()’:
  1009. /home/patrik/rpcs3/rpcs3/rpcs3.cpp:61:34: error: ‘class LogFrame’ has no member named ‘IsBeingDeleted’
  1010. if(ConLogFrame && !ConLogFrame->IsBeingDeleted()) ConLogFrame->Close();
  1011. ^
  1012. make[2]: *** [CMakeFiles/rpcs3.dir/rpcs3.cpp.o] Error 1
  1013. make[1]: *** [CMakeFiles/rpcs3.dir/all] Error 2
  1014. make: *** [all] Error 2
  1015. patrik@Lenovo-Kubuntu:~/rpcs3$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement