pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by bad_billou on Thu 21 Aug 18:50
report abuse | download | new post

  1. from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  2. /usr/include/wx-2.8/wx/string.h: In constructor 'wxString::wxString(const wxChar*)':
  3. /usr/include/wx-2.8/wx/string.h:699: error: conditional expression between distinct pointer types 'const wxChar*' and 'const char*' lacks a cast
  4. /usr/include/wx-2.8/wx/string.h:699: error: invalid conversion from 'const void*' to 'const wxChar*'
  5. /usr/include/wx-2.8/wx/string.h:699: error:   initializing argument 1 of 'wxStringBase::wxStringBase(const wxChar*)'
  6. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(int)':
  7. /usr/include/wx-2.8/wx/string.h:1061: error: no matching function for call to 'wxString::Format(const char [3], int&)'
  8. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  9. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(unsigned int)':
  10. /usr/include/wx-2.8/wx/string.h:1064: error: no matching function for call to 'wxString::Format(const char [3], unsigned int&)'
  11. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  12. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long int)':
  13. /usr/include/wx-2.8/wx/string.h:1067: error: no matching function for call to 'wxString::Format(const char [4], long int&)'
  14. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  15. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long unsigned int)':
  16. /usr/include/wx-2.8/wx/string.h:1070: error: no matching function for call to 'wxString::Format(const char [4], long unsigned int&)'
  17. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  18. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long long int)':
  19. /usr/include/wx-2.8/wx/string.h:1075: error: cannot convert 'const char*' to 'const wxChar*' in initialization
  20. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long long unsigned int)':
  21. /usr/include/wx-2.8/wx/string.h:1081: error: cannot convert 'const char*' to 'const wxChar*' in initialization
  22. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(float)':
  23. /usr/include/wx-2.8/wx/string.h:1087: error: no matching function for call to 'wxString::Format(const char [3], float&)'
  24. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  25. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(double)':
  26. /usr/include/wx-2.8/wx/string.h:1090: error: no matching function for call to 'wxString::Format(const char [3], double&)'
  27. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  28. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  29.                  from /usr/include/wx-2.8/wx/event.h:21,
  30.                  from /usr/include/wx-2.8/wx/wx.h:25,
  31.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  32.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  33. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  34. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  35. In file included from /usr/include/wx-2.8/wx/variant.h:26,
  36.                  from /usr/include/wx-2.8/wx/colour.h:48,
  37.                  from /usr/include/wx-2.8/wx/window.h:25,
  38.                  from /usr/include/wx-2.8/wx/wx.h:36,
  39.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  40.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  41. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatDate() const':
  42. /usr/include/wx-2.8/wx/datetime.h:1078: error: no matching function for call to 'wxDateTime::Format(const char [3]) const'
  43. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  44. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatTime() const':
  45. /usr/include/wx-2.8/wx/datetime.h:1080: error: no matching function for call to 'wxDateTime::Format(const char [3]) const'
  46. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  47. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatISODate() const':
  48. /usr/include/wx-2.8/wx/datetime.h:1083: error: no matching function for call to 'wxDateTime::Format(const char [9]) const'
  49. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  50. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatISOTime() const':
  51. /usr/include/wx-2.8/wx/datetime.h:1086: error: no matching function for call to 'wxDateTime::Format(const char [9]) const'
  52. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  53. In file included from /usr/include/wx-2.8/wx/image.h:440,
  54.                  from /usr/include/wx-2.8/wx/wx.h:45,
  55.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  56.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  57. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxBMPHandler::wxBMPHandler()':
  58. /usr/include/wx-2.8/wx/imagbmp.h:55: error: ambiguous overload for 'operator=' in '((wxBMPHandler*)this)->wxBMPHandler::<anonymous>.wxImageHandler::m_name = "Windows bitmap file"'
  59. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  60. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  61. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  62. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  63. /usr/include/wx-2.8/wx/imagbmp.h:56: error: ambiguous overload for 'operator=' in '((wxBMPHandler*)this)->wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "bmp"'
  64. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  65. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  66. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  67. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  68. /usr/include/wx-2.8/wx/imagbmp.h:58: error: ambiguous overload for 'operator=' in '((wxBMPHandler*)this)->wxBMPHandler::<anonymous>.wxImageHandler::m_mime = "image/x-bmp"'
  69. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  70. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  71. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  72. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  73. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxICOHandler::wxICOHandler()':
  74. /usr/include/wx-2.8/wx/imagbmp.h:89: error: ambiguous overload for 'operator=' in '((wxICOHandler*)this)->wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_name = "Windows icon file"'
  75. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  76. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  77. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  78. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  79. /usr/include/wx-2.8/wx/imagbmp.h:90: error: ambiguous overload for 'operator=' in '((wxICOHandler*)this)->wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "ico"'
  80. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  81. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  82. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  83. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  84. /usr/include/wx-2.8/wx/imagbmp.h:92: error: ambiguous overload for 'operator=' in '((wxICOHandler*)this)->wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_mime = "image/x-ico"'
  85. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  86. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  87. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  88. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  89. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxCURHandler::wxCURHandler()':
  90. /usr/include/wx-2.8/wx/imagbmp.h:118: error: ambiguous overload for 'operator=' in '((wxCURHandler*)this)->wxCURHandler::<anonymous>.wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_name = "Windows cursor file"'
  91. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  92. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  93. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  94. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  95. /usr/include/wx-2.8/wx/imagbmp.h:119: error: ambiguous overload for 'operator=' in '((wxCURHandler*)this)->wxCURHandler::<anonymous>.wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "cur"'
  96. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  97. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  98. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  99. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  100. /usr/include/wx-2.8/wx/imagbmp.h:121: error: ambiguous overload for 'operator=' in '((wxCURHandler*)this)->wxCURHandler::<anonymous>.wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_mime = "image/x-cur"'
  101. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  102. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  103. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  104. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  105. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxANIHandler::wxANIHandler()':
  106. /usr/include/wx-2.8/wx/imagbmp.h:145: error: ambiguous overload for 'operator=' in '((wxANIHandler*)this)->wxANIHandler::<anonymous>.wxCURHandler::<anonymous>.wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_name = "Windows animated cursor file"'
  107. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  108. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  109. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  110. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  111. /usr/include/wx-2.8/wx/imagbmp.h:146: error: ambiguous overload for 'operator=' in '((wxANIHandler*)this)->wxANIHandler::<anonymous>.wxCURHandler::<anonymous>.wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "ani"'
  112. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  113. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  114. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  115. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  116. /usr/include/wx-2.8/wx/imagbmp.h:148: error: ambiguous overload for 'operator=' in '((wxANIHandler*)this)->wxANIHandler::<anonymous>.wxCURHandler::<anonymous>.wxICOHandler::<anonymous>.wxBMPHandler::<anonymous>.wxImageHandler::m_mime = "image/x-ani"'
  117. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  118. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  119. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  120. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  121. In file included from /usr/include/wx-2.8/wx/image.h:441,
  122.                  from /usr/include/wx-2.8/wx/wx.h:45,
  123.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  124.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  125. /usr/include/wx-2.8/wx/imagpng.h: In constructor 'wxPNGHandler::wxPNGHandler()':
  126. /usr/include/wx-2.8/wx/imagpng.h:38: error: ambiguous overload for 'operator=' in '((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_name = "PNG file"'
  127. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  128. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  129. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  130. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  131. /usr/include/wx-2.8/wx/imagpng.h:39: error: ambiguous overload for 'operator=' in '((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_extension = "png"'
  132. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  133. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  134. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  135. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  136. /usr/include/wx-2.8/wx/imagpng.h:41: error: ambiguous overload for 'operator=' in '((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_mime = "image/png"'
  137. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  138. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  139. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  140. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  141. In file included from /usr/include/wx-2.8/wx/image.h:442,
  142.                  from /usr/include/wx-2.8/wx/wx.h:45,
  143.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  144.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  145. /usr/include/wx-2.8/wx/imaggif.h: In constructor 'wxGIFHandler::wxGIFHandler()':
  146. /usr/include/wx-2.8/wx/imaggif.h:27: error: ambiguous overload for 'operator=' in '((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_name = "GIF file"'
  147. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  148. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  149. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  150. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  151. /usr/include/wx-2.8/wx/imaggif.h:28: error: ambiguous overload for 'operator=' in '((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_extension = "gif"'
  152. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  153. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  154. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  155. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  156. /usr/include/wx-2.8/wx/imaggif.h:30: error: ambiguous overload for 'operator=' in '((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_mime = "image/gif"'
  157. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  158. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  159. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  160. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  161. In file included from /usr/include/wx-2.8/wx/image.h:443,
  162.                  from /usr/include/wx-2.8/wx/wx.h:45,
  163.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  164.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  165. /usr/include/wx-2.8/wx/imagpcx.h: In constructor 'wxPCXHandler::wxPCXHandler()':
  166. /usr/include/wx-2.8/wx/imagpcx.h:26: error: ambiguous overload for 'operator=' in '((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_name = "PCX file"'
  167. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  168. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  169. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  170. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  171. /usr/include/wx-2.8/wx/imagpcx.h:27: error: ambiguous overload for 'operator=' in '((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_extension = "pcx"'
  172. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  173. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  174. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  175. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  176. /usr/include/wx-2.8/wx/imagpcx.h:29: error: ambiguous overload for 'operator=' in '((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_mime = "image/pcx"'
  177. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  178. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  179. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  180. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  181. In file included from /usr/include/wx-2.8/wx/image.h:444,
  182.                  from /usr/include/wx-2.8/wx/wx.h:45,
  183.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  184.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  185. /usr/include/wx-2.8/wx/imagjpeg.h: In constructor 'wxJPEGHandler::wxJPEGHandler()':
  186. /usr/include/wx-2.8/wx/imagjpeg.h:28: error: ambiguous overload for 'operator=' in '((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_name = "JPEG file"'
  187. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  188. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  189. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  190. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  191. /usr/include/wx-2.8/wx/imagjpeg.h:29: error: ambiguous overload for 'operator=' in '((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_extension = "jpg"'
  192. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  193. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  194. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  195. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  196. /usr/include/wx-2.8/wx/imagjpeg.h:31: error: ambiguous overload for 'operator=' in '((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_mime = "image/jpeg"'
  197. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  198. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  199. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  200. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  201. In file included from /usr/include/wx-2.8/wx/image.h:445,
  202.                  from /usr/include/wx-2.8/wx/wx.h:45,
  203.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  204.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  205. /usr/include/wx-2.8/wx/imagtga.h: In constructor 'wxTGAHandler::wxTGAHandler()':
  206. /usr/include/wx-2.8/wx/imagtga.h:26: error: ambiguous overload for 'operator=' in '((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_name = "TGA file"'
  207. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  208. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  209. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  210. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  211. /usr/include/wx-2.8/wx/imagtga.h:27: error: ambiguous overload for 'operator=' in '((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_extension = "tga"'
  212. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  213. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  214. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  215. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  216. /usr/include/wx-2.8/wx/imagtga.h:29: error: ambiguous overload for 'operator=' in '((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_mime = "image/tga"'
  217. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  218. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  219. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  220. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  221. In file included from /usr/include/wx-2.8/wx/image.h:447,
  222.                  from /usr/include/wx-2.8/wx/wx.h:45,
  223.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  224.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  225. /usr/include/wx-2.8/wx/imagpnm.h: In constructor 'wxPNMHandler::wxPNMHandler()':
  226. /usr/include/wx-2.8/wx/imagpnm.h:25: error: ambiguous overload for 'operator=' in '((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_name = "PNM file"'
  227. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  228. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  229. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  230. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  231. /usr/include/wx-2.8/wx/imagpnm.h:26: error: ambiguous overload for 'operator=' in '((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_extension = "pnm"'
  232. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  233. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  234. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  235. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  236. /usr/include/wx-2.8/wx/imagpnm.h:28: error: ambiguous overload for 'operator=' in '((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_mime = "image/pnm"'
  237. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  238. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  239. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  240. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  241. In file included from /usr/include/wx-2.8/wx/image.h:448,
  242.                  from /usr/include/wx-2.8/wx/wx.h:45,
  243.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  244.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  245. /usr/include/wx-2.8/wx/imagxpm.h: In constructor 'wxXPMHandler::wxXPMHandler()':
  246. /usr/include/wx-2.8/wx/imagxpm.h:25: error: ambiguous overload for 'operator=' in '((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_name = "XPM file"'
  247. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  248. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  249. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  250. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  251. /usr/include/wx-2.8/wx/imagxpm.h:26: error: ambiguous overload for 'operator=' in '((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_extension = "xpm"'
  252. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  253. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  254. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  255. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  256. /usr/include/wx-2.8/wx/imagxpm.h:28: error: ambiguous overload for 'operator=' in '((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_mime = "image/xpm"'
  257. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  258. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  259. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  260. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  261. In file included from /usr/include/wx-2.8/wx/gtk/filedlg.h:13,
  262.                  from /usr/include/wx-2.8/wx/filedlg.h:210,
  263.                  from /usr/include/wx-2.8/wx/wx.h:94,
  264.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  265.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  266. /usr/include/wx-2.8/wx/generic/filedlgg.h: At global scope:
  267. /usr/include/wx-2.8/wx/generic/filedlgg.h:262: error: default argument for parameter of type 'const wxString&' has type 'const char [9]'
  268. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:23:
  269. Source/Core/DebuggerWX/src/RegisterWindow.h:36: error: default argument for parameter of type 'const wxString&' has type 'const char [10]'
  270. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:25:
  271. Source/Core/DebuggerWX/src/BreakpointWindow.h:38: error: default argument for parameter of type 'const wxString&' has type 'const char [12]'
  272. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:26:
  273. Source/Core/DebuggerWX/src/MemoryWindow.h:41: error: default argument for parameter of type 'const wxString&' has type 'const char [15]'
  274. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:27:
  275. Source/Core/DebuggerWX/src/JitWindow.h:50: error: default argument for parameter of type 'const wxString&' has type 'const char [17]'
  276. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:36:
  277. Source/Core/DebuggerWX/src/CodeWindow.h:45: error: default argument for parameter of type 'const wxString&' has type 'const char [17]'
  278. In file included from /usr/include/wx-2.8/wx/spinbutt.h:82,
  279.                  from /usr/include/wx-2.8/wx/spinctrl.h:19,
  280.                  from Source/Core/DebuggerWX/src/../../DolphinWX/src/Globals.h:70,
  281.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:50:
  282. /usr/include/wx-2.8/wx/gtk/spinbutt.h:27: error: default argument for parameter of type 'const wxString&' has type 'const char [13]'
  283. /usr/include/wx-2.8/wx/gtk/spinbutt.h:37: error: default argument for parameter of type 'const wxString&' has type 'const char [13]'
  284. In file included from /usr/include/wx-2.8/wx/spinctrl.h:67,
  285.                  from Source/Core/DebuggerWX/src/../../DolphinWX/src/Globals.h:70,
  286.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:50:
  287. /usr/include/wx-2.8/wx/gtk/spinctrl.h:29: error: default argument for parameter of type 'const wxString&' has type 'const char [11]'
  288. /usr/include/wx-2.8/wx/gtk/spinctrl.h:41: error: default argument for parameter of type 'const wxString&' has type 'const char [11]'
  289. Source/Core/DebuggerWX/src/CodeWindow.h: In constructor 'CCodeWindow::CCodeWindow(const SCoreStartupParameter&, wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)':
  290. Source/Core/DebuggerWX/src/CodeWindow.h:102: warning: 'CCodeWindow::m_RegisterWindow' will be initialized after
  291. Source/Core/DebuggerWX/src/CodeWindow.h:101: warning:   'CLogWindow* CCodeWindow::m_LogWindow'
  292. Source/Core/DebuggerWX/src/CodeWindow.cpp:93: warning:   when initialized here
  293. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::CreateMenu(const SCoreStartupParameter&)':
  294. Source/Core/DebuggerWX/src/CodeWindow.cpp:209: error: conversion from 'const char [13]' to 'const wxString' is ambiguous
  295. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  296. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  297. Source/Core/DebuggerWX/src/CodeWindow.cpp:215: error: conversion from 'const char [14]' to 'const wxString' is ambiguous
  298. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  299. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  300. Source/Core/DebuggerWX/src/CodeWindow.cpp:223: error: conversion from 'const char [12]' to 'const wxString' is ambiguous
  301. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  302. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  303. Source/Core/DebuggerWX/src/CodeWindow.cpp:227: error: conversion from 'const char [11]' to 'const wxString' is ambiguous
  304. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  305. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  306. Source/Core/DebuggerWX/src/CodeWindow.cpp:230: error: conversion from 'const char [13]' to 'const wxString' is ambiguous
  307. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  308. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  309. Source/Core/DebuggerWX/src/CodeWindow.cpp:233: error: conversion from 'const char [8]' to 'const wxString' is ambiguous
  310. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  311. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  312. Source/Core/DebuggerWX/src/CodeWindow.cpp:235: error: conversion from 'const char [7]' to 'const wxString' is ambiguous
  313. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  314. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  315. Source/Core/DebuggerWX/src/CodeWindow.cpp:240: error: conversion from 'const char [20]' to 'const wxString' is ambiguous
  316. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  317. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  318. Source/Core/DebuggerWX/src/CodeWindow.cpp:241: error: conversion from 'const char [9]' to 'const wxString' is ambiguous
  319. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  320. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  321. Source/Core/DebuggerWX/src/CodeWindow.cpp:246: error: conversion from 'const char [18]' to 'const wxString' is ambiguous
  322. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  323. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  324. Source/Core/DebuggerWX/src/CodeWindow.cpp:247: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  325. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  326. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  327. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::OnSymbolsMenu(wxCommandEvent&)':
  328. Source/Core/DebuggerWX/src/CodeWindow.cpp:306: error: no matching function for call to 'wxString::Format(const char [42], const wxChar [], const wxChar [])'
  329. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  330. Source/Core/DebuggerWX/src/CodeWindow.cpp:324: error: no matching function for call to 'wxString::Format(const char [42], const wxChar [], const wxChar [])'
  331. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  332. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::UpdateButtonStates()':
  333. Source/Core/DebuggerWX/src/CodeWindow.cpp:465: error: conversion from 'const char [7]' to 'const wxString' is ambiguous
  334. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  335. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  336. Source/Core/DebuggerWX/src/CodeWindow.cpp:474: error: conversion from 'const char [6]' to 'const wxString' is ambiguous
  337. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  338. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  339. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::OnSymbolListContextMenu(wxContextMenuEvent&)':
  340. Source/Core/DebuggerWX/src/CodeWindow.cpp:498: warning: unused variable 'index'
  341. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::PopulateToolbar(wxToolBar*)':
  342. Source/Core/DebuggerWX/src/CodeWindow.cpp:675: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  343. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  344. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  345. Source/Core/DebuggerWX/src/CodeWindow.cpp:676: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  346. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  347. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  348. Source/Core/DebuggerWX/src/CodeWindow.cpp:677: error: conversion from 'const char [10]' to 'const wxString' is ambiguous
  349. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  350. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  351. Source/Core/DebuggerWX/src/CodeWindow.cpp:678: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  352. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  353. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  354. Source/Core/DebuggerWX/src/CodeWindow.cpp:680: error: conversion from 'const char [8]' to 'const wxString' is ambiguous
  355. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  356. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  357. Source/Core/DebuggerWX/src/CodeWindow.cpp:681: error: conversion from 'const char [7]' to 'const wxString' is ambiguous
  358. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  359. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  360. Source/Core/DebuggerWX/src/CodeWindow.cpp:683: error: conversion from 'const char [1]' to 'const wxString' is ambiguous
  361. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  362. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  363. scons: *** [Source/Core/DebuggerWX/src/CodeWindow.o] Error 1
  364. scons: building terminated because of errors.

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post