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:29
report abuse | download | new post

  1. ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DolphinWX/src/Main.cpp
  2. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  3.                  from /usr/include/wx-2.8/wx/event.h:21,
  4.                  from /usr/include/wx-2.8/wx/wx.h:25,
  5.                  from Source/Core/DolphinWX/src/Globals.h:62,
  6.                  from Source/Core/DolphinWX/src/Main.cpp:24:
  7. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  8. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  9. g++ -o Source/Core/DolphinWX/src/MemcardManager.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DolphinWX/src/MemcardManager.cpp
  10. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  11.                  from /usr/include/wx-2.8/wx/event.h:21,
  12.                  from /usr/include/wx-2.8/wx/wx.h:25,
  13.                  from Source/Core/DolphinWX/src/Globals.h:62,
  14.                  from Source/Core/DolphinWX/src/MemcardManager.cpp:18:
  15. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  16. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  17. g++ -o Source/Core/DolphinWX/src/MemoryCards/GCMemcard.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp
  18. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp: In member function 'u32 GCMemcard::GetNumFiles()':
  19. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp:37: warning: comparison between signed and unsigned integer expressions
  20. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp: In member function 'bool GCMemcard::DeleteFile(u32)':
  21. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp:86: warning: comparison between signed and unsigned integer expressions
  22. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp: In member function 'u32 GCMemcard::ImportFile(GCMemcard::DEntry&, u8*)':
  23. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp:172: warning: comparison between signed and unsigned integer expressions
  24. Source/Core/DolphinWX/src/MemoryCards/GCMemcard.cpp:189: warning: comparison between signed and unsigned integer expressions
  25. g++ -o Source/Core/DolphinWX/src/PluginManager.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DolphinWX/src/PluginManager.cpp
  26. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  27.                  from /usr/include/wx-2.8/wx/event.h:21,
  28.                  from /usr/include/wx-2.8/wx/wx.h:25,
  29.                  from Source/Core/DolphinWX/src/Globals.h:62,
  30.                  from Source/Core/DolphinWX/src/PluginManager.cpp:21:
  31. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  32. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  33. Source/Core/DolphinWX/src/PluginManager.cpp: In member function 'void CPluginManager::ScanForPlugins(wxWindow*)':
  34. Source/Core/DolphinWX/src/PluginManager.cpp:86: warning: declaration of 'temp' shadows a previous local
  35. Source/Core/DolphinWX/src/PluginManager.cpp:44: warning: shadowed declaration is here
  36. g++ -o Source/Core/DolphinWX/src/PluginOptions.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DolphinWX/src/PluginOptions.cpp
  37. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  38.                  from /usr/include/wx-2.8/wx/event.h:21,
  39.                  from /usr/include/wx-2.8/wx/wx.h:25,
  40.                  from Source/Core/DolphinWX/src/Globals.h:62,
  41.                  from Source/Core/DolphinWX/src/PluginOptions.cpp:21:
  42. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  43. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  44. g++ -o Source/Core/DolphinWX/src/stdafx.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DolphinWX/src/stdafx.cpp
  45. In file included from Source/Core/DolphinWX/src/stdafx.cpp:18:
  46. Source/Core/DolphinWX/src/stdafx.h:42: warning: ignoring #pragma comment
  47. g++ -o Source/Core/DebuggerWX/src/LogWindow.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DebuggerWX/src/LogWindow.cpp
  48. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  49.                  from /usr/include/wx-2.8/wx/event.h:21,
  50.                  from /usr/include/wx-2.8/wx/wx.h:25,
  51.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  52.                  from Source/Core/DebuggerWX/src/LogWindow.cpp:18:
  53. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  54. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  55. g++ -o Source/Core/DebuggerWX/src/BreakPointDlg.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DebuggerWX/src/BreakPointDlg.cpp
  56. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  57.                  from /usr/include/wx-2.8/wx/event.h:21,
  58.                  from /usr/include/wx-2.8/wx/wx.h:25,
  59.                  from Source/Core/DebuggerWX/src/BreakPointDlg.h:22,
  60.                  from Source/Core/DebuggerWX/src/BreakPointDlg.cpp:18:
  61. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  62. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  63. g++ -o Source/Core/DebuggerWX/src/BreakpointView.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DebuggerWX/src/BreakpointView.cpp
  64. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  65.                  from /usr/include/wx-2.8/wx/event.h:21,
  66.                  from /usr/include/wx-2.8/wx/wx.h:25,
  67.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  68.                  from Source/Core/DebuggerWX/src/BreakpointView.cpp:18:
  69. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  70. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  71. g++ -o Source/Core/DebuggerWX/src/CodeView.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DebuggerWX/src/CodeView.cpp
  72. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  73.                  from /usr/include/wx-2.8/wx/event.h:21,
  74.                  from /usr/include/wx-2.8/wx/wx.h:25,
  75.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  76.                  from Source/Core/DebuggerWX/src/CodeView.cpp:18:
  77. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  78. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  79. Source/Core/DebuggerWX/src/CodeView.cpp: In member function 'void CCodeView::OnPaint(wxPaintEvent&)':
  80. Source/Core/DebuggerWX/src/CodeView.cpp:315: warning: declaration of 'i' shadows a previous local
  81. Source/Core/DebuggerWX/src/CodeView.cpp:260: warning: shadowed declaration is here
  82. g++ -o Source/Core/DebuggerWX/src/BreakpointWindow.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DebuggerWX/src/BreakpointWindow.cpp
  83. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  84.                  from /usr/include/wx-2.8/wx/event.h:21,
  85.                  from /usr/include/wx-2.8/wx/wx.h:25,
  86.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  87.                  from Source/Core/DebuggerWX/src/BreakpointWindow.cpp:18:
  88. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  89. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  90. g++ -o Source/Core/DebuggerWX/src/CodeWindow.o -c `wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP -g -Os -fno-strict-aliasing -fPIC -msse2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -march=athlon64 -ftracer -pipe -msse3 -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/DebuggerWX/src/CodeWindow.cpp
  91. In file included from /usr/include/wx-2.8/wx/memory.h:16,
  92.                  from /usr/include/wx-2.8/wx/object.h:20,
  93.                  from /usr/include/wx-2.8/wx/wx.h:16,
  94.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  95.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  96. /usr/include/wx-2.8/wx/string.h: In constructor 'wxString::wxString(const wxChar*)':
  97. /usr/include/wx-2.8/wx/string.h:699: error: conditional expression between distinct pointer types 'const wxChar*' and 'const char*' lacks a cast
  98. /usr/include/wx-2.8/wx/string.h:699: error: invalid conversion from 'const void*' to 'const wxChar*'
  99. /usr/include/wx-2.8/wx/string.h:699: error:   initializing argument 1 of 'wxStringBase::wxStringBase(const wxChar*)'
  100. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(int)':
  101. /usr/include/wx-2.8/wx/string.h:1061: error: no matching function for call to 'wxString::Format(const char [3], int&)'
  102. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  103. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(unsigned int)':
  104. /usr/include/wx-2.8/wx/string.h:1064: error: no matching function for call to 'wxString::Format(const char [3], unsigned int&)'
  105. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  106. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long int)':
  107. /usr/include/wx-2.8/wx/string.h:1067: error: no matching function for call to 'wxString::Format(const char [4], long int&)'
  108. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  109. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long unsigned int)':
  110. /usr/include/wx-2.8/wx/string.h:1070: error: no matching function for call to 'wxString::Format(const char [4], long unsigned int&)'
  111. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  112. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long long int)':
  113. /usr/include/wx-2.8/wx/string.h:1075: error: cannot convert 'const char*' to 'const wxChar*' in initialization
  114. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(long long unsigned int)':
  115. /usr/include/wx-2.8/wx/string.h:1081: error: cannot convert 'const char*' to 'const wxChar*' in initialization
  116. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(float)':
  117. /usr/include/wx-2.8/wx/string.h:1087: error: no matching function for call to 'wxString::Format(const char [3], float&)'
  118. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  119. /usr/include/wx-2.8/wx/string.h: In member function 'wxString& wxString::operator<<(double)':
  120. /usr/include/wx-2.8/wx/string.h:1090: error: no matching function for call to 'wxString::Format(const char [3], double&)'
  121. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  122. In file included from /usr/include/wx-2.8/wx/gdicmn.h:24,
  123.                  from /usr/include/wx-2.8/wx/event.h:21,
  124.                  from /usr/include/wx-2.8/wx/wx.h:25,
  125.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  126.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  127. /usr/include/wx-2.8/wx/math.h: In function 'bool wxIsSameDouble(double, double)':
  128. /usr/include/wx-2.8/wx/math.h:102: warning: comparing floating point with == or != is unsafe
  129. In file included from /usr/include/wx-2.8/wx/variant.h:26,
  130.                  from /usr/include/wx-2.8/wx/colour.h:48,
  131.                  from /usr/include/wx-2.8/wx/window.h:25,
  132.                  from /usr/include/wx-2.8/wx/wx.h:36,
  133.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  134.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  135. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatDate() const':
  136. /usr/include/wx-2.8/wx/datetime.h:1078: error: no matching function for call to 'wxDateTime::Format(const char [3]) const'
  137. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  138. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatTime() const':
  139. /usr/include/wx-2.8/wx/datetime.h:1080: error: no matching function for call to 'wxDateTime::Format(const char [3]) const'
  140. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  141. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatISODate() const':
  142. /usr/include/wx-2.8/wx/datetime.h:1083: error: no matching function for call to 'wxDateTime::Format(const char [9]) const'
  143. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  144. /usr/include/wx-2.8/wx/datetime.h: In member function 'wxString wxDateTime::FormatISOTime() const':
  145. /usr/include/wx-2.8/wx/datetime.h:1086: error: no matching function for call to 'wxDateTime::Format(const char [9]) const'
  146. /usr/include/wx-2.8/wx/datetime.h:1076: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  147. In file included from /usr/include/wx-2.8/wx/image.h:440,
  148.                  from /usr/include/wx-2.8/wx/wx.h:45,
  149.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  150.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  151. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxBMPHandler::wxBMPHandler()':
  152. /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"'
  153. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  154. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  155. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  156. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  157. /usr/include/wx-2.8/wx/imagbmp.h:56: error: ambiguous overload for 'operator=' in '((wxBMPHandler*)this)->wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "bmp"'
  158. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  159. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  160. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  161. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  162. /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"'
  163. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  164. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  165. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  166. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  167. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxICOHandler::wxICOHandler()':
  168. /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"'
  169. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  170. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  171. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  172. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  173. /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"'
  174. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  175. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  176. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  177. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  178. /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"'
  179. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  180. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  181. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  182. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  183. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxCURHandler::wxCURHandler()':
  184. /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"'
  185. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  186. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  187. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  188. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  189. /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"'
  190. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  191. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  192. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  193. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  194. /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"'
  195. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  196. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  197. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  198. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  199. /usr/include/wx-2.8/wx/imagbmp.h: In constructor 'wxANIHandler::wxANIHandler()':
  200. /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"'
  201. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  202. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  203. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  204. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  205. /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"'
  206. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  207. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  208. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  209. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  210. /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"'
  211. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  212. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  213. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  214. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  215. In file included from /usr/include/wx-2.8/wx/image.h:441,
  216.                  from /usr/include/wx-2.8/wx/wx.h:45,
  217.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  218.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  219. /usr/include/wx-2.8/wx/imagpng.h: In constructor 'wxPNGHandler::wxPNGHandler()':
  220. /usr/include/wx-2.8/wx/imagpng.h:38: error: ambiguous overload for 'operator=' in '((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_name = "PNG file"'
  221. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  222. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  223. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  224. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  225. /usr/include/wx-2.8/wx/imagpng.h:39: error: ambiguous overload for 'operator=' in '((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_extension = "png"'
  226. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  227. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  228. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  229. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  230. /usr/include/wx-2.8/wx/imagpng.h:41: error: ambiguous overload for 'operator=' in '((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_mime = "image/png"'
  231. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  232. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  233. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  234. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  235. In file included from /usr/include/wx-2.8/wx/image.h:442,
  236.                  from /usr/include/wx-2.8/wx/wx.h:45,
  237.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  238.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  239. /usr/include/wx-2.8/wx/imaggif.h: In constructor 'wxGIFHandler::wxGIFHandler()':
  240. /usr/include/wx-2.8/wx/imaggif.h:27: error: ambiguous overload for 'operator=' in '((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_name = "GIF file"'
  241. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  242. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  243. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  244. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  245. /usr/include/wx-2.8/wx/imaggif.h:28: error: ambiguous overload for 'operator=' in '((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_extension = "gif"'
  246. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  247. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  248. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  249. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  250. /usr/include/wx-2.8/wx/imaggif.h:30: error: ambiguous overload for 'operator=' in '((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_mime = "image/gif"'
  251. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  252. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  253. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  254. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  255. In file included from /usr/include/wx-2.8/wx/image.h:443,
  256.                  from /usr/include/wx-2.8/wx/wx.h:45,
  257.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  258.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  259. /usr/include/wx-2.8/wx/imagpcx.h: In constructor 'wxPCXHandler::wxPCXHandler()':
  260. /usr/include/wx-2.8/wx/imagpcx.h:26: error: ambiguous overload for 'operator=' in '((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_name = "PCX file"'
  261. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  262. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  263. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  264. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  265. /usr/include/wx-2.8/wx/imagpcx.h:27: error: ambiguous overload for 'operator=' in '((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_extension = "pcx"'
  266. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  267. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  268. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  269. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  270. /usr/include/wx-2.8/wx/imagpcx.h:29: error: ambiguous overload for 'operator=' in '((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_mime = "image/pcx"'
  271. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  272. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  273. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  274. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  275. In file included from /usr/include/wx-2.8/wx/image.h:444,
  276.                  from /usr/include/wx-2.8/wx/wx.h:45,
  277.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  278.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  279. /usr/include/wx-2.8/wx/imagjpeg.h: In constructor 'wxJPEGHandler::wxJPEGHandler()':
  280. /usr/include/wx-2.8/wx/imagjpeg.h:28: error: ambiguous overload for 'operator=' in '((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_name = "JPEG file"'
  281. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  282. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  283. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  284. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  285. /usr/include/wx-2.8/wx/imagjpeg.h:29: error: ambiguous overload for 'operator=' in '((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_extension = "jpg"'
  286. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  287. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  288. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  289. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  290. /usr/include/wx-2.8/wx/imagjpeg.h:31: error: ambiguous overload for 'operator=' in '((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_mime = "image/jpeg"'
  291. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  292. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  293. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  294. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  295. In file included from /usr/include/wx-2.8/wx/image.h:445,
  296.                  from /usr/include/wx-2.8/wx/wx.h:45,
  297.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  298.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  299. /usr/include/wx-2.8/wx/imagtga.h: In constructor 'wxTGAHandler::wxTGAHandler()':
  300. /usr/include/wx-2.8/wx/imagtga.h:26: error: ambiguous overload for 'operator=' in '((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_name = "TGA file"'
  301. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  302. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  303. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  304. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  305. /usr/include/wx-2.8/wx/imagtga.h:27: error: ambiguous overload for 'operator=' in '((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_extension = "tga"'
  306. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  307. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  308. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  309. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  310. /usr/include/wx-2.8/wx/imagtga.h:29: error: ambiguous overload for 'operator=' in '((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_mime = "image/tga"'
  311. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  312. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  313. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  314. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  315. In file included from /usr/include/wx-2.8/wx/image.h:447,
  316.                  from /usr/include/wx-2.8/wx/wx.h:45,
  317.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  318.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  319. /usr/include/wx-2.8/wx/imagpnm.h: In constructor 'wxPNMHandler::wxPNMHandler()':
  320. /usr/include/wx-2.8/wx/imagpnm.h:25: error: ambiguous overload for 'operator=' in '((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_name = "PNM file"'
  321. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  322. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  323. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  324. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  325. /usr/include/wx-2.8/wx/imagpnm.h:26: error: ambiguous overload for 'operator=' in '((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_extension = "pnm"'
  326. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  327. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  328. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  329. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  330. /usr/include/wx-2.8/wx/imagpnm.h:28: error: ambiguous overload for 'operator=' in '((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_mime = "image/pnm"'
  331. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  332. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  333. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  334. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  335. In file included from /usr/include/wx-2.8/wx/image.h:448,
  336.                  from /usr/include/wx-2.8/wx/wx.h:45,
  337.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  338.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  339. /usr/include/wx-2.8/wx/imagxpm.h: In constructor 'wxXPMHandler::wxXPMHandler()':
  340. /usr/include/wx-2.8/wx/imagxpm.h:25: error: ambiguous overload for 'operator=' in '((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_name = "XPM file"'
  341. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  342. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  343. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  344. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  345. /usr/include/wx-2.8/wx/imagxpm.h:26: error: ambiguous overload for 'operator=' in '((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_extension = "xpm"'
  346. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  347. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  348. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  349. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  350. /usr/include/wx-2.8/wx/imagxpm.h:28: error: ambiguous overload for 'operator=' in '((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_mime = "image/xpm"'
  351. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  352. /usr/include/wx-2.8/wx/string.h:956: note:                 wxString& wxString::operator=(wxChar) <near match>
  353. /usr/include/wx-2.8/wx/string.h:970: note:                 wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  354. /usr/include/wx-2.8/wx/string.h:660: note:                 wxString& wxString::operator=(const wxString&) <near match>
  355. In file included from /usr/include/wx-2.8/wx/gtk/filedlg.h:13,
  356.                  from /usr/include/wx-2.8/wx/filedlg.h:210,
  357.                  from /usr/include/wx-2.8/wx/wx.h:94,
  358.                  from Source/Core/DebuggerWX/src/Debugger.h:33,
  359.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:21:
  360. /usr/include/wx-2.8/wx/generic/filedlgg.h: At global scope:
  361. /usr/include/wx-2.8/wx/generic/filedlgg.h:262: error: default argument for parameter of type 'const wxString&' has type 'const char [9]'
  362. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:23:
  363. Source/Core/DebuggerWX/src/RegisterWindow.h:36: error: default argument for parameter of type 'const wxString&' has type 'const char [10]'
  364. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:25:
  365. Source/Core/DebuggerWX/src/BreakpointWindow.h:38: error: default argument for parameter of type 'const wxString&' has type 'const char [12]'
  366. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:26:
  367. Source/Core/DebuggerWX/src/MemoryWindow.h:41: error: default argument for parameter of type 'const wxString&' has type 'const char [15]'
  368. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:27:
  369. Source/Core/DebuggerWX/src/JitWindow.h:50: error: default argument for parameter of type 'const wxString&' has type 'const char [17]'
  370. In file included from Source/Core/DebuggerWX/src/CodeWindow.cpp:36:
  371. Source/Core/DebuggerWX/src/CodeWindow.h:45: error: default argument for parameter of type 'const wxString&' has type 'const char [17]'
  372. In file included from /usr/include/wx-2.8/wx/spinbutt.h:82,
  373.                  from /usr/include/wx-2.8/wx/spinctrl.h:19,
  374.                  from Source/Core/DebuggerWX/src/../../DolphinWX/src/Globals.h:70,
  375.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:50:
  376. /usr/include/wx-2.8/wx/gtk/spinbutt.h:27: error: default argument for parameter of type 'const wxString&' has type 'const char [13]'
  377. /usr/include/wx-2.8/wx/gtk/spinbutt.h:37: error: default argument for parameter of type 'const wxString&' has type 'const char [13]'
  378. In file included from /usr/include/wx-2.8/wx/spinctrl.h:67,
  379.                  from Source/Core/DebuggerWX/src/../../DolphinWX/src/Globals.h:70,
  380.                  from Source/Core/DebuggerWX/src/CodeWindow.cpp:50:
  381. /usr/include/wx-2.8/wx/gtk/spinctrl.h:29: error: default argument for parameter of type 'const wxString&' has type 'const char [11]'
  382. /usr/include/wx-2.8/wx/gtk/spinctrl.h:41: error: default argument for parameter of type 'const wxString&' has type 'const char [11]'
  383. Source/Core/DebuggerWX/src/CodeWindow.h: In constructor 'CCodeWindow::CCodeWindow(const SCoreStartupParameter&, wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)':
  384. Source/Core/DebuggerWX/src/CodeWindow.h:102: warning: 'CCodeWindow::m_RegisterWindow' will be initialized after
  385. Source/Core/DebuggerWX/src/CodeWindow.h:101: warning:   'CLogWindow* CCodeWindow::m_LogWindow'
  386. Source/Core/DebuggerWX/src/CodeWindow.cpp:93: warning:   when initialized here
  387. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::CreateMenu(const SCoreStartupParameter&)':
  388. Source/Core/DebuggerWX/src/CodeWindow.cpp:209: error: conversion from 'const char [13]' to 'const wxString' is ambiguous
  389. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  390. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  391. Source/Core/DebuggerWX/src/CodeWindow.cpp:215: error: conversion from 'const char [14]' to 'const wxString' is ambiguous
  392. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  393. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  394. Source/Core/DebuggerWX/src/CodeWindow.cpp:223: error: conversion from 'const char [12]' to 'const wxString' is ambiguous
  395. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  396. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  397. Source/Core/DebuggerWX/src/CodeWindow.cpp:227: error: conversion from 'const char [11]' to 'const wxString' is ambiguous
  398. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  399. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  400. Source/Core/DebuggerWX/src/CodeWindow.cpp:230: error: conversion from 'const char [13]' to 'const wxString' is ambiguous
  401. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  402. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  403. Source/Core/DebuggerWX/src/CodeWindow.cpp:233: error: conversion from 'const char [8]' to 'const wxString' is ambiguous
  404. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  405. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  406. Source/Core/DebuggerWX/src/CodeWindow.cpp:235: error: conversion from 'const char [7]' to 'const wxString' is ambiguous
  407. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  408. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  409. Source/Core/DebuggerWX/src/CodeWindow.cpp:240: error: conversion from 'const char [20]' to 'const wxString' is ambiguous
  410. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  411. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  412. Source/Core/DebuggerWX/src/CodeWindow.cpp:241: error: conversion from 'const char [9]' to 'const wxString' is ambiguous
  413. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  414. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  415. Source/Core/DebuggerWX/src/CodeWindow.cpp:246: error: conversion from 'const char [18]' to 'const wxString' is ambiguous
  416. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  417. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  418. Source/Core/DebuggerWX/src/CodeWindow.cpp:247: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  419. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  420. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  421. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::OnSymbolsMenu(wxCommandEvent&)':
  422. Source/Core/DebuggerWX/src/CodeWindow.cpp:306: error: no matching function for call to 'wxString::Format(const char [42], const wxChar [], const wxChar [])'
  423. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  424. Source/Core/DebuggerWX/src/CodeWindow.cpp:324: error: no matching function for call to 'wxString::Format(const char [42], const wxChar [], const wxChar [])'
  425. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  426. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::UpdateButtonStates()':
  427. Source/Core/DebuggerWX/src/CodeWindow.cpp:465: error: conversion from 'const char [7]' to 'const wxString' is ambiguous
  428. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  429. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  430. Source/Core/DebuggerWX/src/CodeWindow.cpp:474: error: conversion from 'const char [6]' to 'const wxString' is ambiguous
  431. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  432. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  433. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::OnSymbolListContextMenu(wxContextMenuEvent&)':
  434. Source/Core/DebuggerWX/src/CodeWindow.cpp:498: warning: unused variable 'index'
  435. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::PopulateToolbar(wxToolBar*)':
  436. Source/Core/DebuggerWX/src/CodeWindow.cpp:675: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  437. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  438. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  439. Source/Core/DebuggerWX/src/CodeWindow.cpp:676: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  440. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  441. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  442. Source/Core/DebuggerWX/src/CodeWindow.cpp:677: error: conversion from 'const char [10]' to 'const wxString' is ambiguous
  443. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  444. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  445. Source/Core/DebuggerWX/src/CodeWindow.cpp:678: error: conversion from 'const char [5]' to 'const wxString' is ambiguous
  446. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  447. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  448. Source/Core/DebuggerWX/src/CodeWindow.cpp:680: error: conversion from 'const char [8]' to 'const wxString' is ambiguous
  449. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  450. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  451. Source/Core/DebuggerWX/src/CodeWindow.cpp:681: error: conversion from 'const char [7]' to 'const wxString' is ambiguous
  452. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  453. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  454. Source/Core/DebuggerWX/src/CodeWindow.cpp:683: error: conversion from 'const char [1]' to 'const wxString' is ambiguous
  455. /usr/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) <near match>
  456. /usr/include/wx-2.8/wx/string.h:682: note:                 wxString::wxString(int) <near match>
  457. scons: *** [Source/Core/DebuggerWX/src/CodeWindow.o] Error 1
  458. 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