alberthrocks

wxWabbitemu Latest Build Error

Nov 8th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.00 KB | None | 0 0
  1. albert@crunchbang:~/wabbitemu/src$ ./build_wx
  2. Checking for wxWidgets header/dev files... done!
  3. Found wx-config, checking version... done! Found 2.8.10, which is >= 2.8
  4. Skipping core/alu.c, since it's already built.
  5. Skipping core/control.c, since it's already built.
  6. DEBUG: Executing command: g++ -c -g -w -I . -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -ggdb -I core -I hardware -I utilities -I gui -I interface core/core.c -o obj/core.o -DHIGH_SHADE_GIF -DVERBOSE -DWXVER -D_LINUX
  7. Building core/core.c...In file included from /usr/include/wx-2.8/wx/memory.h:16,
  8. from /usr/include/wx-2.8/wx/object.h:20,
  9. from /usr/include/wx-2.8/wx/event.h:17,
  10. from /usr/include/wx-2.8/wx/window.h:19,
  11. from /usr/include/wx-2.8/wx/toplevel.h:21,
  12. from /usr/include/wx-2.8/wx/frame.h:19,
  13. from interface/calc.h:11,
  14. from core/core.c:4:
  15. /usr/include/wx-2.8/wx/string.h: In constructor ‘wxString::wxString(const wxChar*)’:
  16. /usr/include/wx-2.8/wx/string.h:699: error: conditional expression between distinct pointer types ‘const wxChar*’ and ‘const char*’ lacks a cast
  17. /usr/include/wx-2.8/wx/string.h:699: error: invalid conversion from ‘const void*’ to ‘const wxChar*’
  18. /usr/include/wx-2.8/wx/string.h:699: error: initializing argument 1 of ‘wxStringBase::wxStringBase(const wxChar*)’
  19. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(int)’:
  20. /usr/include/wx-2.8/wx/string.h:1061: error: no matching function for call to ‘wxString::Format(const char [3], int&)’
  21. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  22. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(unsigned int)’:
  23. /usr/include/wx-2.8/wx/string.h:1064: error: no matching function for call to ‘wxString::Format(const char [3], unsigned int&)’
  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<<(long int)’:
  26. /usr/include/wx-2.8/wx/string.h:1067: error: no matching function for call to ‘wxString::Format(const char [4], long int&)’
  27. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  28. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long unsigned int)’:
  29. /usr/include/wx-2.8/wx/string.h:1070: error: no matching function for call to ‘wxString::Format(const char [4], long unsigned int&)’
  30. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  31. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long long int)’:
  32. /usr/include/wx-2.8/wx/string.h:1075: error: cannot convert ‘const char*’ to ‘const wxChar*’ in initialization
  33. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long long unsigned int)’:
  34. /usr/include/wx-2.8/wx/string.h:1081: error: cannot convert ‘const char*’ to ‘const wxChar*’ in initialization
  35. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(float)’:
  36. /usr/include/wx-2.8/wx/string.h:1087: error: no matching function for call to ‘wxString::Format(const char [3], float&)’
  37. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  38. /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(double)’:
  39. /usr/include/wx-2.8/wx/string.h:1090: error: no matching function for call to ‘wxString::Format(const char [3], double&)’
  40. /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
  41. In file included from /usr/include/wx-2.8/wx/variant.h:26,
  42. from /usr/include/wx-2.8/wx/colour.h:48,
  43. from /usr/include/wx-2.8/wx/window.h:25,
  44. from /usr/include/wx-2.8/wx/toplevel.h:21,
  45. from /usr/include/wx-2.8/wx/frame.h:19,
  46. from interface/calc.h:11,
  47. from core/core.c:4:
  48. /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatDate() const’:
  49. /usr/include/wx-2.8/wx/datetime.h:1078: error: no matching function for call to ‘wxDateTime::Format(const char [3]) const’
  50. /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  51. /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatTime() const’:
  52. /usr/include/wx-2.8/wx/datetime.h:1080: error: no matching function for call to ‘wxDateTime::Format(const char [3]) const’
  53. /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  54. /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatISODate() const’:
  55. /usr/include/wx-2.8/wx/datetime.h:1083: error: no matching function for call to ‘wxDateTime::Format(const char [9]) const’
  56. /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  57. /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatISOTime() const’:
  58. /usr/include/wx-2.8/wx/datetime.h:1086: error: no matching function for call to ‘wxDateTime::Format(const char [9]) const’
  59. /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
  60. In file included from /usr/include/wx-2.8/wx/image.h:440,
  61. from /usr/include/wx-2.8/wx/wx.h:45,
  62. from interface/calc.h:12,
  63. from core/core.c:4:
  64. /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxBMPHandler::wxBMPHandler()’:
  65. /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"’
  66. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  67. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  68. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  69. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  70. /usr/include/wx-2.8/wx/imagbmp.h:56: error: ambiguous overload for ‘operator=’ in ‘((wxBMPHandler*)this)->wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "bmp"’
  71. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  72. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  73. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  74. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  75. /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"’
  76. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  77. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  78. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  79. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  80. /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxICOHandler::wxICOHandler()’:
  81. /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"’
  82. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  83. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  84. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  85. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  86. /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"’
  87. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  88. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  89. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  90. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  91. /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"’
  92. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  93. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  94. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  95. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  96. /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxCURHandler::wxCURHandler()’:
  97. /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"’
  98. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  99. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  100. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  101. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  102. /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"’
  103. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  104. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  105. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  106. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  107. /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"’
  108. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  109. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  110. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  111. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  112. /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxANIHandler::wxANIHandler()’:
  113. /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"’
  114. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  115. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  116. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  117. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  118. /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"’
  119. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  120. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  121. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  122. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  123. /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"’
  124. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  125. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  126. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  127. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  128. In file included from /usr/include/wx-2.8/wx/image.h:441,
  129. from /usr/include/wx-2.8/wx/wx.h:45,
  130. from interface/calc.h:12,
  131. from core/core.c:4:
  132. /usr/include/wx-2.8/wx/imagpng.h: In constructor ‘wxPNGHandler::wxPNGHandler()’:
  133. /usr/include/wx-2.8/wx/imagpng.h:38: error: ambiguous overload for ‘operator=’ in ‘((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_name = "PNG file"’
  134. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  135. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  136. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  137. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  138. /usr/include/wx-2.8/wx/imagpng.h:39: error: ambiguous overload for ‘operator=’ in ‘((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_extension = "png"’
  139. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  140. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  141. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  142. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  143. /usr/include/wx-2.8/wx/imagpng.h:41: error: ambiguous overload for ‘operator=’ in ‘((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_mime = "image/png"’
  144. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  145. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  146. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  147. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  148. In file included from /usr/include/wx-2.8/wx/image.h:442,
  149. from /usr/include/wx-2.8/wx/wx.h:45,
  150. from interface/calc.h:12,
  151. from core/core.c:4:
  152. /usr/include/wx-2.8/wx/imaggif.h: In constructor ‘wxGIFHandler::wxGIFHandler()’:
  153. /usr/include/wx-2.8/wx/imaggif.h:27: error: ambiguous overload for ‘operator=’ in ‘((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_name = "GIF file"’
  154. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  155. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  156. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  157. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  158. /usr/include/wx-2.8/wx/imaggif.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_extension = "gif"’
  159. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  160. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  161. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  162. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  163. /usr/include/wx-2.8/wx/imaggif.h:30: error: ambiguous overload for ‘operator=’ in ‘((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_mime = "image/gif"’
  164. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  165. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  166. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  167. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  168. In file included from /usr/include/wx-2.8/wx/image.h:443,
  169. from /usr/include/wx-2.8/wx/wx.h:45,
  170. from interface/calc.h:12,
  171. from core/core.c:4:
  172. /usr/include/wx-2.8/wx/imagpcx.h: In constructor ‘wxPCXHandler::wxPCXHandler()’:
  173. /usr/include/wx-2.8/wx/imagpcx.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_name = "PCX file"’
  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/imagpcx.h:27: error: ambiguous overload for ‘operator=’ in ‘((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_extension = "pcx"’
  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/imagpcx.h:29: error: ambiguous overload for ‘operator=’ in ‘((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_mime = "image/pcx"’
  184. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  185. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  186. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  187. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  188. In file included from /usr/include/wx-2.8/wx/image.h:444,
  189. from /usr/include/wx-2.8/wx/wx.h:45,
  190. from interface/calc.h:12,
  191. from core/core.c:4:
  192. /usr/include/wx-2.8/wx/imagjpeg.h: In constructor ‘wxJPEGHandler::wxJPEGHandler()’:
  193. /usr/include/wx-2.8/wx/imagjpeg.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_name = "JPEG file"’
  194. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  195. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  196. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  197. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  198. /usr/include/wx-2.8/wx/imagjpeg.h:29: error: ambiguous overload for ‘operator=’ in ‘((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_extension = "jpg"’
  199. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  200. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  201. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  202. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  203. /usr/include/wx-2.8/wx/imagjpeg.h:31: error: ambiguous overload for ‘operator=’ in ‘((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_mime = "image/jpeg"’
  204. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  205. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  206. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  207. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  208. In file included from /usr/include/wx-2.8/wx/image.h:445,
  209. from /usr/include/wx-2.8/wx/wx.h:45,
  210. from interface/calc.h:12,
  211. from core/core.c:4:
  212. /usr/include/wx-2.8/wx/imagtga.h: In constructor ‘wxTGAHandler::wxTGAHandler()’:
  213. /usr/include/wx-2.8/wx/imagtga.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_name = "TGA file"’
  214. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  215. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  216. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  217. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  218. /usr/include/wx-2.8/wx/imagtga.h:27: error: ambiguous overload for ‘operator=’ in ‘((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_extension = "tga"’
  219. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  220. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  221. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  222. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  223. /usr/include/wx-2.8/wx/imagtga.h:29: error: ambiguous overload for ‘operator=’ in ‘((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_mime = "image/tga"’
  224. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  225. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  226. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  227. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  228. In file included from /usr/include/wx-2.8/wx/image.h:447,
  229. from /usr/include/wx-2.8/wx/wx.h:45,
  230. from interface/calc.h:12,
  231. from core/core.c:4:
  232. /usr/include/wx-2.8/wx/imagpnm.h: In constructor ‘wxPNMHandler::wxPNMHandler()’:
  233. /usr/include/wx-2.8/wx/imagpnm.h:25: error: ambiguous overload for ‘operator=’ in ‘((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_name = "PNM file"’
  234. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  235. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  236. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  237. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  238. /usr/include/wx-2.8/wx/imagpnm.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_extension = "pnm"’
  239. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  240. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  241. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  242. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  243. /usr/include/wx-2.8/wx/imagpnm.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_mime = "image/pnm"’
  244. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  245. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  246. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  247. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  248. In file included from /usr/include/wx-2.8/wx/image.h:448,
  249. from /usr/include/wx-2.8/wx/wx.h:45,
  250. from interface/calc.h:12,
  251. from core/core.c:4:
  252. /usr/include/wx-2.8/wx/imagxpm.h: In constructor ‘wxXPMHandler::wxXPMHandler()’:
  253. /usr/include/wx-2.8/wx/imagxpm.h:25: error: ambiguous overload for ‘operator=’ in ‘((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_name = "XPM file"’
  254. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  255. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  256. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  257. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  258. /usr/include/wx-2.8/wx/imagxpm.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_extension = "xpm"’
  259. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  260. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  261. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  262. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  263. /usr/include/wx-2.8/wx/imagxpm.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_mime = "image/xpm"’
  264. /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
  265. /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
  266. /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
  267. /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
  268. In file included from /usr/include/wx-2.8/wx/gtk/filedlg.h:13,
  269. from /usr/include/wx-2.8/wx/filedlg.h:210,
  270. from /usr/include/wx-2.8/wx/wx.h:94,
  271. from interface/calc.h:12,
  272. from core/core.c:4:
  273. /usr/include/wx-2.8/wx/generic/filedlgg.h: At global scope:
  274. /usr/include/wx-2.8/wx/generic/filedlgg.h:262: error: default argument for parameter of type ‘const wxString&’ has type ‘const char [9]’
  275. Building core/core.c... FAILED!
  276. Compile failed.
  277. albert@crunchbang:~/wabbitemu/src$
  278.  
  279.  
Advertisement
Add Comment
Please, Sign In to add comment