Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- albert@crunchbang:~/wabbitemu/src$ ./build_wx
- Checking for wxWidgets header/dev files... done!
- Found wx-config, checking version... done! Found 2.8.10, which is >= 2.8
- Skipping core/alu.c, since it's already built.
- Skipping core/control.c, since it's already built.
- 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
- Building core/core.c...In file included from /usr/include/wx-2.8/wx/memory.h:16,
- from /usr/include/wx-2.8/wx/object.h:20,
- from /usr/include/wx-2.8/wx/event.h:17,
- from /usr/include/wx-2.8/wx/window.h:19,
- from /usr/include/wx-2.8/wx/toplevel.h:21,
- from /usr/include/wx-2.8/wx/frame.h:19,
- from interface/calc.h:11,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/string.h: In constructor ‘wxString::wxString(const wxChar*)’:
- /usr/include/wx-2.8/wx/string.h:699: error: conditional expression between distinct pointer types ‘const wxChar*’ and ‘const char*’ lacks a cast
- /usr/include/wx-2.8/wx/string.h:699: error: invalid conversion from ‘const void*’ to ‘const wxChar*’
- /usr/include/wx-2.8/wx/string.h:699: error: initializing argument 1 of ‘wxStringBase::wxStringBase(const wxChar*)’
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(int)’:
- /usr/include/wx-2.8/wx/string.h:1061: error: no matching function for call to ‘wxString::Format(const char [3], int&)’
- /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(unsigned int)’:
- /usr/include/wx-2.8/wx/string.h:1064: error: no matching function for call to ‘wxString::Format(const char [3], unsigned int&)’
- /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long int)’:
- /usr/include/wx-2.8/wx/string.h:1067: error: no matching function for call to ‘wxString::Format(const char [4], long int&)’
- /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long unsigned int)’:
- /usr/include/wx-2.8/wx/string.h:1070: error: no matching function for call to ‘wxString::Format(const char [4], long unsigned int&)’
- /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long long int)’:
- /usr/include/wx-2.8/wx/string.h:1075: error: cannot convert ‘const char*’ to ‘const wxChar*’ in initialization
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(long long unsigned int)’:
- /usr/include/wx-2.8/wx/string.h:1081: error: cannot convert ‘const char*’ to ‘const wxChar*’ in initialization
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(float)’:
- /usr/include/wx-2.8/wx/string.h:1087: error: no matching function for call to ‘wxString::Format(const char [3], float&)’
- /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
- /usr/include/wx-2.8/wx/string.h: In member function ‘wxString& wxString::operator<<(double)’:
- /usr/include/wx-2.8/wx/string.h:1090: error: no matching function for call to ‘wxString::Format(const char [3], double&)’
- /usr/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...)
- In file included from /usr/include/wx-2.8/wx/variant.h:26,
- from /usr/include/wx-2.8/wx/colour.h:48,
- from /usr/include/wx-2.8/wx/window.h:25,
- from /usr/include/wx-2.8/wx/toplevel.h:21,
- from /usr/include/wx-2.8/wx/frame.h:19,
- from interface/calc.h:11,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatDate() const’:
- /usr/include/wx-2.8/wx/datetime.h:1078: error: no matching function for call to ‘wxDateTime::Format(const char [3]) const’
- /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatTime() const’:
- /usr/include/wx-2.8/wx/datetime.h:1080: error: no matching function for call to ‘wxDateTime::Format(const char [3]) const’
- /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatISODate() const’:
- /usr/include/wx-2.8/wx/datetime.h:1083: error: no matching function for call to ‘wxDateTime::Format(const char [9]) const’
- /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
- /usr/include/wx-2.8/wx/datetime.h: In member function ‘wxString wxDateTime::FormatISOTime() const’:
- /usr/include/wx-2.8/wx/datetime.h:1086: error: no matching function for call to ‘wxDateTime::Format(const char [9]) const’
- /usr/include/wx-2.8/wx/datetime.h:1075: note: candidates are: wxString wxDateTime::Format(const wxChar*, const wxDateTime::TimeZone&) const
- In file included from /usr/include/wx-2.8/wx/image.h:440,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxBMPHandler::wxBMPHandler()’:
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagbmp.h:56: error: ambiguous overload for ‘operator=’ in ‘((wxBMPHandler*)this)->wxBMPHandler::<anonymous>.wxImageHandler::m_extension = "bmp"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxICOHandler::wxICOHandler()’:
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxCURHandler::wxCURHandler()’:
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagbmp.h: In constructor ‘wxANIHandler::wxANIHandler()’:
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /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"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:441,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagpng.h: In constructor ‘wxPNGHandler::wxPNGHandler()’:
- /usr/include/wx-2.8/wx/imagpng.h:38: error: ambiguous overload for ‘operator=’ in ‘((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_name = "PNG file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagpng.h:39: error: ambiguous overload for ‘operator=’ in ‘((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_extension = "png"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagpng.h:41: error: ambiguous overload for ‘operator=’ in ‘((wxPNGHandler*)this)->wxPNGHandler::<anonymous>.wxImageHandler::m_mime = "image/png"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:442,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imaggif.h: In constructor ‘wxGIFHandler::wxGIFHandler()’:
- /usr/include/wx-2.8/wx/imaggif.h:27: error: ambiguous overload for ‘operator=’ in ‘((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_name = "GIF file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imaggif.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_extension = "gif"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imaggif.h:30: error: ambiguous overload for ‘operator=’ in ‘((wxGIFHandler*)this)->wxGIFHandler::<anonymous>.wxImageHandler::m_mime = "image/gif"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:443,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagpcx.h: In constructor ‘wxPCXHandler::wxPCXHandler()’:
- /usr/include/wx-2.8/wx/imagpcx.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_name = "PCX file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagpcx.h:27: error: ambiguous overload for ‘operator=’ in ‘((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_extension = "pcx"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagpcx.h:29: error: ambiguous overload for ‘operator=’ in ‘((wxPCXHandler*)this)->wxPCXHandler::<anonymous>.wxImageHandler::m_mime = "image/pcx"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:444,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagjpeg.h: In constructor ‘wxJPEGHandler::wxJPEGHandler()’:
- /usr/include/wx-2.8/wx/imagjpeg.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_name = "JPEG file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagjpeg.h:29: error: ambiguous overload for ‘operator=’ in ‘((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_extension = "jpg"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagjpeg.h:31: error: ambiguous overload for ‘operator=’ in ‘((wxJPEGHandler*)this)->wxJPEGHandler::<anonymous>.wxImageHandler::m_mime = "image/jpeg"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:445,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagtga.h: In constructor ‘wxTGAHandler::wxTGAHandler()’:
- /usr/include/wx-2.8/wx/imagtga.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_name = "TGA file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagtga.h:27: error: ambiguous overload for ‘operator=’ in ‘((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_extension = "tga"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagtga.h:29: error: ambiguous overload for ‘operator=’ in ‘((wxTGAHandler*)this)->wxTGAHandler::<anonymous>.wxImageHandler::m_mime = "image/tga"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:447,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagpnm.h: In constructor ‘wxPNMHandler::wxPNMHandler()’:
- /usr/include/wx-2.8/wx/imagpnm.h:25: error: ambiguous overload for ‘operator=’ in ‘((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_name = "PNM file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagpnm.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_extension = "pnm"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagpnm.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxPNMHandler*)this)->wxPNMHandler::<anonymous>.wxImageHandler::m_mime = "image/pnm"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/image.h:448,
- from /usr/include/wx-2.8/wx/wx.h:45,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/imagxpm.h: In constructor ‘wxXPMHandler::wxXPMHandler()’:
- /usr/include/wx-2.8/wx/imagxpm.h:25: error: ambiguous overload for ‘operator=’ in ‘((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_name = "XPM file"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagxpm.h:26: error: ambiguous overload for ‘operator=’ in ‘((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_extension = "xpm"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- /usr/include/wx-2.8/wx/imagxpm.h:28: error: ambiguous overload for ‘operator=’ in ‘((wxXPMHandler*)this)->wxXPMHandler::<anonymous>.wxImageHandler::m_mime = "image/xpm"’
- /usr/include/wx-2.8/wx/string.h:676: note: candidates are: wxString& wxString::operator=(int) <near match>
- /usr/include/wx-2.8/wx/string.h:956: note: wxString& wxString::operator=(wxChar) <near match>
- /usr/include/wx-2.8/wx/string.h:970: note: wxString& wxString::operator=(const wxWCharBuffer&) <near match>
- /usr/include/wx-2.8/wx/string.h:660: note: wxString& wxString::operator=(const wxString&) <near match>
- In file included from /usr/include/wx-2.8/wx/gtk/filedlg.h:13,
- from /usr/include/wx-2.8/wx/filedlg.h:210,
- from /usr/include/wx-2.8/wx/wx.h:94,
- from interface/calc.h:12,
- from core/core.c:4:
- /usr/include/wx-2.8/wx/generic/filedlgg.h: At global scope:
- /usr/include/wx-2.8/wx/generic/filedlgg.h:262: error: default argument for parameter of type ‘const wxString&’ has type ‘const char [9]’
- Building core/core.c... FAILED!
- Compile failed.
- albert@crunchbang:~/wabbitemu/src$
Advertisement
Add Comment
Please, Sign In to add comment