Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [acer@localhost usbpicprog-app]$ make
- make all-recursive
- make[1]: Entering directory '/home/acer/Documents/usbpicprog-app'
- Making all in src
- make[2]: Entering directory '/home/acer/Documents/usbpicprog-app/src'
- g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/lib64/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I/usr/include/libusb-1.0 -DPACKAGE_PREFIX=\""/usr/local"\" -g -O2 -MT hexfile.o -MD -MP -MF .deps/hexfile.Tpo -c -o hexfile.o hexfile.cpp
- hexfile.cpp: In member function ‘bool HexFile::open(PicType*, const char*)’:
- hexfile.cpp:95:12: error: no match for ‘operator==’ (operand types are ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} and ‘long int’)
- if (fp == NULL) {
- ^
- hexfile.cpp:95:12: note: candidate: ‘operator==(int, long int)’ <built-in>
- hexfile.cpp:95:12: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘int’
- In file included from /usr/include/wx-3.0/wx/defs.h:2375,
- from hexfile.cpp:23:
- /usr/include/wx-3.0/wx/windowid.h:120:13: note: candidate: ‘bool operator==(const wxWindowIDRef&, const wxWindowIDRef&)’
- inline bool operator==(const wxWindowIDRef& lhs, const wxWindowIDRef& rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:120:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxWindowIDRef&’
- /usr/include/wx-3.0/wx/windowid.h:125:13: note: candidate: ‘bool operator==(const wxWindowIDRef&, int)’
- inline bool operator==(const wxWindowIDRef& lhs, int rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:125:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxWindowIDRef&’
- /usr/include/wx-3.0/wx/windowid.h:130:13: note: candidate: ‘bool operator==(const wxWindowIDRef&, long int)’
- inline bool operator==(const wxWindowIDRef& lhs, long rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:130:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxWindowIDRef&’
- /usr/include/wx-3.0/wx/windowid.h:135:13: note: candidate: ‘bool operator==(int, const wxWindowIDRef&)’
- inline bool operator==(int lhs, const wxWindowIDRef& rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:135:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘int’
- /usr/include/wx-3.0/wx/windowid.h:140:13: note: candidate: ‘bool operator==(long int, const wxWindowIDRef&)’
- inline bool operator==(long lhs, const wxWindowIDRef& rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:140:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘long int’
- In file included from hexfile.cpp:23:
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(char, const wxUniChar&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:295:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘char’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:295:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(char, const wxUniCharRef&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:296:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘char’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:296:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(wchar_t, const wxUniChar&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:298:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wchar_t’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:298:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(wchar_t, const wxUniCharRef&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:299:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wchar_t’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:299:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(const wxUniChar&, const wxUniCharRef&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:301:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(const wxUniChar&, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxUniChar&’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:301:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(const wxUniChar&, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const wxChar*, const wxString&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxChar*’ {aka ‘const wchar_t*’}
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxString&, const wxChar*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/string.h:3989:13: note: candidate: ‘bool operator==(const wxString&, const wxString&)’
- inline bool operator==(const wxString& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3989:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4002:13: note: candidate: ‘bool operator==(const wxString&, const wxCStrData&)’
- inline bool operator==(const wxString& s1, const wxCStrData& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4002:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4004:13: note: candidate: ‘bool operator==(const wxCStrData&, const wxString&)’
- inline bool operator==(const wxCStrData& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4004:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxCStrData&’
- /usr/include/wx-3.0/wx/string.h:4011:13: note: candidate: ‘bool operator==(const wxString&, const wxScopedWCharBuffer&)’
- inline bool operator==(const wxString& s1, const wxScopedWCharBuffer& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4011:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4013:13: note: candidate: ‘bool operator==(const wxScopedWCharBuffer&, const wxString&)’
- inline bool operator==(const wxScopedWCharBuffer& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4013:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxScopedWCharBuffer&’ {aka ‘const wxScopedCharTypeBuffer<wchar_t>&’}
- /usr/include/wx-3.0/wx/string.h:4020:13: note: candidate: ‘bool operator==(const wxString&, const wxScopedCharBuffer&)’
- inline bool operator==(const wxString& s1, const wxScopedCharBuffer& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4020:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4022:13: note: candidate: ‘bool operator==(const wxScopedCharBuffer&, const wxString&)’
- inline bool operator==(const wxScopedCharBuffer& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4022:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxScopedCharBuffer&’ {aka ‘const wxScopedCharTypeBuffer<char>&’}
- /usr/include/wx-3.0/wx/string.h:4040:13: note: candidate: ‘bool operator==(const wxUniChar&, const wxString&)’
- inline bool operator==(const wxUniChar& c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4040:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxUniChar&’
- /usr/include/wx-3.0/wx/string.h:4041:13: note: candidate: ‘bool operator==(const wxUniCharRef&, const wxString&)’
- inline bool operator==(const wxUniCharRef& c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4041:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxUniCharRef&’
- /usr/include/wx-3.0/wx/string.h:4042:13: note: candidate: ‘bool operator==(char, const wxString&)’
- inline bool operator==(char c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4042:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘char’
- /usr/include/wx-3.0/wx/string.h:4043:13: note: candidate: ‘bool operator==(wchar_t, const wxString&)’
- inline bool operator==(wchar_t c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4043:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wchar_t’
- /usr/include/wx-3.0/wx/string.h:4044:13: note: candidate: ‘bool operator==(int, const wxString&)’
- inline bool operator==(int c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4044:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘int’
- /usr/include/wx-3.0/wx/string.h:4045:13: note: candidate: ‘bool operator==(const wxString&, const wxUniChar&)’
- inline bool operator==(const wxString& s, const wxUniChar& c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4045:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4046:13: note: candidate: ‘bool operator==(const wxString&, const wxUniCharRef&)’
- inline bool operator==(const wxString& s, const wxUniCharRef& c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4046:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4047:13: note: candidate: ‘bool operator==(const wxString&, char)’
- inline bool operator==(const wxString& s, char c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4047:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4048:13: note: candidate: ‘bool operator==(const wxString&, wchar_t)’
- inline bool operator==(const wxString& s, wchar_t c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4048:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- In file included from hexfile.cpp:23:
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const char*, const wxString&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const char*’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxString&, const char*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxString&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const wchar_t*, const wxCStrData&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wchar_t*’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxCStrData&, const wchar_t*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxCStrData&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const char*, const wxCStrData&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const char*’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxCStrData&, const char*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxCStrData&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/wx-3.0/wx/event.h:20,
- from /usr/include/wx-3.0/wx/wx.h:24,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/gdicmn.h:326:13: note: candidate: ‘bool operator==(const wxSize&, const wxSize&)’
- inline bool operator==(const wxSize& s1, const wxSize& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:326:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxSize&’
- /usr/include/wx-3.0/wx/gdicmn.h:443:13: note: candidate: ‘bool operator==(const wxRealPoint&, const wxRealPoint&)’
- inline bool operator==(const wxRealPoint& p1, const wxRealPoint& p2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:443:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxRealPoint&’
- /usr/include/wx-3.0/wx/gdicmn.h:573:13: note: candidate: ‘bool operator==(const wxPoint&, const wxPoint&)’
- inline bool operator==(const wxPoint& p1, const wxPoint& p2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:573:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxPoint&’
- /usr/include/wx-3.0/wx/gdicmn.h:847:13: note: candidate: ‘bool operator==(const wxRect&, const wxRect&)’
- inline bool operator==(const wxRect& r1, const wxRect& r2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:847:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const wxRect&’
- In file included from /usr/include/wx-3.0/wx/utils.h:35,
- from /usr/include/wx-3.0/wx/cursor.h:69,
- from /usr/include/wx-3.0/wx/event.h:21,
- from /usr/include/wx-3.0/wx/wx.h:24,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/longlong.h:1048:13: note: candidate: ‘bool operator==(long int, const wxLongLong&)’
- inline bool operator==(long l, const wxLongLong& ll) { return ll == l; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/longlong.h:1048:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘long int’
- /usr/include/wx-3.0/wx/longlong.h:1061:13: note: candidate: ‘bool operator==(long unsigned int, const wxULongLong&)’
- inline bool operator==(unsigned long l, const wxULongLong& ull) { return ull == l; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/longlong.h:1061:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘long unsigned int’
- In file included from /usr/include/wx-3.0/wx/window.h:23,
- from /usr/include/wx-3.0/wx/wx.h:38,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/font.h:580:13: note: candidate: ‘bool operator==(wxFontFamily, wxDeprecatedGUIConstants)’
- inline bool operator==(wxFontFamily s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/font.h:580:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wxFontFamily’
- /usr/include/wx-3.0/wx/font.h:584:13: note: candidate: ‘bool operator==(wxFontStyle, wxDeprecatedGUIConstants)’
- inline bool operator==(wxFontStyle s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/font.h:584:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wxFontStyle’
- /usr/include/wx-3.0/wx/font.h:588:13: note: candidate: ‘bool operator==(wxFontWeight, wxDeprecatedGUIConstants)’
- inline bool operator==(wxFontWeight s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/font.h:588:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wxFontWeight’
- In file included from /usr/include/wx-3.0/wx/generic/statusbr.h:18,
- from /usr/include/wx-3.0/wx/statusbr.h:242,
- from /usr/include/wx-3.0/wx/frame.h:19,
- from /usr/include/wx-3.0/wx/wx.h:42,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/pen.h:150:13: note: candidate: ‘bool operator==(wxPenStyle, wxDeprecatedGUIConstants)’
- inline bool operator==(wxPenStyle s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/pen.h:150:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wxPenStyle’
- In file included from /usr/include/wx-3.0/wx/dc.h:25,
- from /usr/include/wx-3.0/wx/wx.h:50,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/brush.h:122:13: note: candidate: ‘bool operator==(wxBrushStyle, wxDeprecatedGUIConstants)’
- inline bool operator==(wxBrushStyle s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/brush.h:122:13: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘wxBrushStyle’
- In file included from /usr/include/wx-3.0/wx/dialog.h:16,
- from /usr/include/wx-3.0/wx/wx.h:63,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/sharedptr.h:158:6: note: candidate: ‘template<class T, class U> bool operator==(const wxSharedPtr<T>&, const wxSharedPtr<U>&)’
- bool operator == (wxSharedPtr<T> const &a, wxSharedPtr<U> const &b )
- ^~~~~~~~
- /usr/include/wx-3.0/wx/sharedptr.h:158:6: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const wxSharedPtr<T>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:64,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_pair.h:448:5: note: candidate: ‘template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)’
- operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_pair.h:448:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::pair<_T1, _T2>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:302:5: note: candidate: ‘template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)’
- operator==(const reverse_iterator<_Iterator>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:302:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::reverse_iterator<_Iterator>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:340:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)’
- operator==(const reverse_iterator<_IteratorL>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:340:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::reverse_iterator<_Iterator>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:1115:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)’
- operator==(const move_iterator<_IteratorL>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:1115:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::move_iterator<_IteratorL>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:1121:5: note: candidate: ‘template<class _Iterator> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorL>&)’
- operator==(const move_iterator<_Iterator>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:1121:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::move_iterator<_IteratorL>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/char_traits.h:40,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/postypes.h:216:5: note: candidate: ‘template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)’
- operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
- ^~~~~~~~
- /usr/include/c++/8/bits/postypes.h:216:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::fpos<_StateT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:41,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/allocator.h:146:5: note: candidate: ‘template<class _T1, class _T2> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_T2>&)’
- operator==(const allocator<_T1>&, const allocator<_T2>&)
- ^~~~~~~~
- /usr/include/c++/8/bits/allocator.h:146:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::allocator<_CharT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:41,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/allocator.h:152:5: note: candidate: ‘template<class _Tp> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_CharT>&)’
- operator==(const allocator<_Tp>&, const allocator<_Tp>&)
- ^~~~~~~~
- /usr/include/c++/8/bits/allocator.h:152:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::allocator<_CharT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6048:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
- operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6048:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6056:5: note: candidate: ‘template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::__cxx11::basic_string<_CharT>&, const std::__cxx11::basic_string<_CharT>&)’
- operator==(const basic_string<_CharT>& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6056:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::__cxx11::basic_string<_CharT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6070:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
- operator==(const _CharT* __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6070:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: mismatched types ‘const _CharT*’ and ‘std::basic_ifstream<char>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6082:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)’
- operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6082:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/ios_base.h:46,
- from /usr/include/c++/8/ios:42,
- from /usr/include/c++/8/ostream:38,
- from /usr/include/c++/8/iterator:64,
- from /usr/include/wx-3.0/wx/arrstr.h:116,
- from /usr/include/wx-3.0/wx/wx.h:21,
- from hexfile.cpp:25:
- /usr/include/c++/8/system_error:292:3: note: candidate: ‘bool std::operator==(const std::error_code&, const std::error_code&)’
- operator==(const error_code& __lhs, const error_code& __rhs) noexcept
- ^~~~~~~~
- /usr/include/c++/8/system_error:292:3: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const std::error_code&’
- /usr/include/c++/8/system_error:297:3: note: candidate: ‘bool std::operator==(const std::error_code&, const std::error_condition&)’
- operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
- ^~~~~~~~
- /usr/include/c++/8/system_error:297:3: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const std::error_code&’
- /usr/include/c++/8/system_error:304:3: note: candidate: ‘bool std::operator==(const std::error_condition&, const std::error_code&)’
- operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
- ^~~~~~~~
- /usr/include/c++/8/system_error:304:3: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const std::error_condition&’
- /usr/include/c++/8/system_error:311:3: note: candidate: ‘bool std::operator==(const std::error_condition&, const std::error_condition&)’
- operator==(const error_condition& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/system_error:311:3: note: no known conversion for argument 1 from ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} to ‘const std::error_condition&’
- In file included from /usr/include/c++/8/bits/locale_facets.h:48,
- from /usr/include/c++/8/bits/basic_ios.h:37,
- from /usr/include/c++/8/ios:44,
- from /usr/include/c++/8/ostream:38,
- from /usr/include/c++/8/iterator:64,
- from /usr/include/wx-3.0/wx/arrstr.h:116,
- from /usr/include/wx-3.0/wx/wx.h:21,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/streambuf_iterator.h:203:5: note: candidate: ‘template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)’
- operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
- ^~~~~~~~
- /usr/include/c++/8/bits/streambuf_iterator.h:203:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::istreambuf_iterator<_CharT, _Traits>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/iterator:66,
- from /usr/include/wx-3.0/wx/arrstr.h:116,
- from /usr/include/wx-3.0/wx/wx.h:21,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stream_iterator.h:130:5: note: candidate: ‘template<class _Tp, class _CharT, class _Traits, class _Dist> bool std::operator==(const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&, const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&)’
- operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stream_iterator.h:130:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/vector:64,
- from hexfile.cpp:32:
- /usr/include/c++/8/bits/stl_vector.h:1753:5: note: candidate: ‘template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)’
- operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_vector.h:1753:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::vector<_Tp, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:60,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_tree.h:406:5: note: candidate: ‘template<class _Val> bool std::operator==(const std::_Rb_tree_iterator<_Tp>&, const std::_Rb_tree_const_iterator<_Val>&)’
- operator==(const _Rb_tree_iterator<_Val>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_tree.h:406:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::_Rb_tree_iterator<_Tp>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:60,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_tree.h:1549:5: note: candidate: ‘template<class _Key, class _Val, class _KeyOfValue, class _Compare, class _Alloc> bool std::operator==(const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&)’
- operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_tree.h:1549:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/tuple:39,
- from /usr/include/c++/8/bits/stl_map.h:63,
- from /usr/include/c++/8/map:61,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/array:252:5: note: candidate: ‘template<class _Tp, long unsigned int _Nm> bool std::operator==(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)’
- operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
- ^~~~~~~~
- /usr/include/c++/8/array:252:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::array<_Tp, _Nm>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_map.h:63,
- from /usr/include/c++/8/map:61,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/tuple:1413:5: note: candidate: ‘template<class ... _TElements, class ... _UElements> constexpr bool std::operator==(const std::tuple<_Tps ...>&, const std::tuple<_Args2 ...>&)’
- operator==(const tuple<_TElements...>& __t,
- ^~~~~~~~
- /usr/include/c++/8/tuple:1413:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::tuple<_Tps ...>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:61,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_map.h:1434:5: note: candidate: ‘template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::map<_Key, _Tp, _Compare, _Alloc>&, const std::map<_Key, _Tp, _Compare, _Alloc>&)’
- operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_map.h:1434:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::map<_Key, _Tp, _Compare, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:62,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_multimap.h:1098:5: note: candidate: ‘template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::multimap<_Key, _Tp, _Compare, _Alloc>&, const std::multimap<_Key, _Tp, _Compare, _Alloc>&)’
- operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_multimap.h:1098:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:95:15: note: ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} is not derived from ‘const std::multimap<_Key, _Tp, _Compare, _Alloc>’
- if (fp == NULL) {
- ^~~~
- hexfile.cpp: In member function ‘bool HexFile::saveAs(PicType*, const char*)’:
- hexfile.cpp:339:12: error: no match for ‘operator==’ (operand types are ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} and ‘long int’)
- if (fp == NULL) {
- ^
- hexfile.cpp:339:12: note: candidate: ‘operator==(int, long int)’ <built-in>
- hexfile.cpp:339:12: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘int’
- In file included from /usr/include/wx-3.0/wx/defs.h:2375,
- from hexfile.cpp:23:
- /usr/include/wx-3.0/wx/windowid.h:120:13: note: candidate: ‘bool operator==(const wxWindowIDRef&, const wxWindowIDRef&)’
- inline bool operator==(const wxWindowIDRef& lhs, const wxWindowIDRef& rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:120:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxWindowIDRef&’
- /usr/include/wx-3.0/wx/windowid.h:125:13: note: candidate: ‘bool operator==(const wxWindowIDRef&, int)’
- inline bool operator==(const wxWindowIDRef& lhs, int rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:125:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxWindowIDRef&’
- /usr/include/wx-3.0/wx/windowid.h:130:13: note: candidate: ‘bool operator==(const wxWindowIDRef&, long int)’
- inline bool operator==(const wxWindowIDRef& lhs, long rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:130:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxWindowIDRef&’
- /usr/include/wx-3.0/wx/windowid.h:135:13: note: candidate: ‘bool operator==(int, const wxWindowIDRef&)’
- inline bool operator==(int lhs, const wxWindowIDRef& rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:135:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘int’
- /usr/include/wx-3.0/wx/windowid.h:140:13: note: candidate: ‘bool operator==(long int, const wxWindowIDRef&)’
- inline bool operator==(long lhs, const wxWindowIDRef& rhs)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/windowid.h:140:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘long int’
- In file included from hexfile.cpp:23:
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(char, const wxUniChar&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:295:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘char’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:295:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(char, const wxUniCharRef&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:296:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘char’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:296:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(char, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(wchar_t, const wxUniChar&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:298:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wchar_t’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:298:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniChar&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(wchar_t, const wxUniCharRef&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:299:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wchar_t’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:299:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(wchar_t, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: candidate: ‘bool operator==(const wxUniChar&, const wxUniCharRef&)’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:301:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(const wxUniChar&, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:822:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxUniChar&’
- inline bool operator op(T1 x, T2 y) { return y oprev x; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:807:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_BY_REV’
- m(==,x,y,==) m(!=,x,y,!=) m(>=,x,y,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:839:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_2_REV’
- wxFOR_ALL_COMPARISONS_2_REV(wxDEFINE_COMPARISON_BY_REV, T1, T2)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/unichar.h:301:1: note: in expansion of macro ‘wxDEFINE_COMPARISONS_BY_REV’
- wxDEFINE_COMPARISONS_BY_REV(const wxUniChar&, const wxUniCharRef&)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const wxChar*, const wxString&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxChar*’ {aka ‘const wchar_t*’}
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxString&, const wxChar*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3985:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&, wxCMP_WXCHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/string.h:3989:13: note: candidate: ‘bool operator==(const wxString&, const wxString&)’
- inline bool operator==(const wxString& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:3989:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4002:13: note: candidate: ‘bool operator==(const wxString&, const wxCStrData&)’
- inline bool operator==(const wxString& s1, const wxCStrData& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4002:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4004:13: note: candidate: ‘bool operator==(const wxCStrData&, const wxString&)’
- inline bool operator==(const wxCStrData& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4004:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxCStrData&’
- /usr/include/wx-3.0/wx/string.h:4011:13: note: candidate: ‘bool operator==(const wxString&, const wxScopedWCharBuffer&)’
- inline bool operator==(const wxString& s1, const wxScopedWCharBuffer& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4011:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4013:13: note: candidate: ‘bool operator==(const wxScopedWCharBuffer&, const wxString&)’
- inline bool operator==(const wxScopedWCharBuffer& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4013:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxScopedWCharBuffer&’ {aka ‘const wxScopedCharTypeBuffer<wchar_t>&’}
- /usr/include/wx-3.0/wx/string.h:4020:13: note: candidate: ‘bool operator==(const wxString&, const wxScopedCharBuffer&)’
- inline bool operator==(const wxString& s1, const wxScopedCharBuffer& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4020:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4022:13: note: candidate: ‘bool operator==(const wxScopedCharBuffer&, const wxString&)’
- inline bool operator==(const wxScopedCharBuffer& s1, const wxString& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4022:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxScopedCharBuffer&’ {aka ‘const wxScopedCharTypeBuffer<char>&’}
- /usr/include/wx-3.0/wx/string.h:4040:13: note: candidate: ‘bool operator==(const wxUniChar&, const wxString&)’
- inline bool operator==(const wxUniChar& c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4040:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxUniChar&’
- /usr/include/wx-3.0/wx/string.h:4041:13: note: candidate: ‘bool operator==(const wxUniCharRef&, const wxString&)’
- inline bool operator==(const wxUniCharRef& c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4041:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxUniCharRef&’
- /usr/include/wx-3.0/wx/string.h:4042:13: note: candidate: ‘bool operator==(char, const wxString&)’
- inline bool operator==(char c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4042:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘char’
- /usr/include/wx-3.0/wx/string.h:4043:13: note: candidate: ‘bool operator==(wchar_t, const wxString&)’
- inline bool operator==(wchar_t c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4043:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wchar_t’
- /usr/include/wx-3.0/wx/string.h:4044:13: note: candidate: ‘bool operator==(int, const wxString&)’
- inline bool operator==(int c, const wxString& s) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4044:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘int’
- /usr/include/wx-3.0/wx/string.h:4045:13: note: candidate: ‘bool operator==(const wxString&, const wxUniChar&)’
- inline bool operator==(const wxString& s, const wxUniChar& c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4045:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4046:13: note: candidate: ‘bool operator==(const wxString&, const wxUniCharRef&)’
- inline bool operator==(const wxString& s, const wxUniCharRef& c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4046:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4047:13: note: candidate: ‘bool operator==(const wxString&, char)’
- inline bool operator==(const wxString& s, char c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4047:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- /usr/include/wx-3.0/wx/string.h:4048:13: note: candidate: ‘bool operator==(const wxString&, wchar_t)’
- inline bool operator==(const wxString& s, wchar_t c) { return s.IsSameAs(c); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4048:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- In file included from hexfile.cpp:23:
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const char*, const wxString&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const char*’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxString&, const char*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxString&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4079:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const wchar_t*, const wxCStrData&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wchar_t*’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxCStrData&, const wchar_t*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxCStrData&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4093:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&, wxCMP_WCHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: candidate: ‘bool operator==(const char*, const wxCStrData&)’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:816:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const char*’
- inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:800:5: note: in expansion of macro ‘wxDEFINE_COMPARISON’
- m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
- ^
- /usr/include/wx-3.0/wx/defs.h:849:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3’
- wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
- ^~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: candidate: ‘bool operator==(const wxCStrData&, const char*)’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:819:17: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxCStrData&’
- inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/defs.h:811:5: note: in expansion of macro ‘wxDEFINE_COMPARISON_REV’
- m(==,x,y,z,==) m(!=,x,y,z,!=) m(>=,x,y,z,<=) \
- ^
- /usr/include/wx-3.0/wx/defs.h:850:5: note: in expansion of macro ‘wxFOR_ALL_COMPARISONS_3_REV’
- wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/wx-3.0/wx/string.h:4094:1: note: in expansion of macro ‘wxDEFINE_ALL_COMPARISONS’
- wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&, wxCMP_CHAR_CSTRDATA)
- ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/wx-3.0/wx/event.h:20,
- from /usr/include/wx-3.0/wx/wx.h:24,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/gdicmn.h:326:13: note: candidate: ‘bool operator==(const wxSize&, const wxSize&)’
- inline bool operator==(const wxSize& s1, const wxSize& s2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:326:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxSize&’
- /usr/include/wx-3.0/wx/gdicmn.h:443:13: note: candidate: ‘bool operator==(const wxRealPoint&, const wxRealPoint&)’
- inline bool operator==(const wxRealPoint& p1, const wxRealPoint& p2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:443:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxRealPoint&’
- /usr/include/wx-3.0/wx/gdicmn.h:573:13: note: candidate: ‘bool operator==(const wxPoint&, const wxPoint&)’
- inline bool operator==(const wxPoint& p1, const wxPoint& p2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:573:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxPoint&’
- /usr/include/wx-3.0/wx/gdicmn.h:847:13: note: candidate: ‘bool operator==(const wxRect&, const wxRect&)’
- inline bool operator==(const wxRect& r1, const wxRect& r2)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/gdicmn.h:847:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const wxRect&’
- In file included from /usr/include/wx-3.0/wx/utils.h:35,
- from /usr/include/wx-3.0/wx/cursor.h:69,
- from /usr/include/wx-3.0/wx/event.h:21,
- from /usr/include/wx-3.0/wx/wx.h:24,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/longlong.h:1048:13: note: candidate: ‘bool operator==(long int, const wxLongLong&)’
- inline bool operator==(long l, const wxLongLong& ll) { return ll == l; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/longlong.h:1048:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘long int’
- /usr/include/wx-3.0/wx/longlong.h:1061:13: note: candidate: ‘bool operator==(long unsigned int, const wxULongLong&)’
- inline bool operator==(unsigned long l, const wxULongLong& ull) { return ull == l; }
- ^~~~~~~~
- /usr/include/wx-3.0/wx/longlong.h:1061:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘long unsigned int’
- In file included from /usr/include/wx-3.0/wx/window.h:23,
- from /usr/include/wx-3.0/wx/wx.h:38,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/font.h:580:13: note: candidate: ‘bool operator==(wxFontFamily, wxDeprecatedGUIConstants)’
- inline bool operator==(wxFontFamily s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/font.h:580:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wxFontFamily’
- /usr/include/wx-3.0/wx/font.h:584:13: note: candidate: ‘bool operator==(wxFontStyle, wxDeprecatedGUIConstants)’
- inline bool operator==(wxFontStyle s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/font.h:584:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wxFontStyle’
- /usr/include/wx-3.0/wx/font.h:588:13: note: candidate: ‘bool operator==(wxFontWeight, wxDeprecatedGUIConstants)’
- inline bool operator==(wxFontWeight s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/font.h:588:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wxFontWeight’
- In file included from /usr/include/wx-3.0/wx/generic/statusbr.h:18,
- from /usr/include/wx-3.0/wx/statusbr.h:242,
- from /usr/include/wx-3.0/wx/frame.h:19,
- from /usr/include/wx-3.0/wx/wx.h:42,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/pen.h:150:13: note: candidate: ‘bool operator==(wxPenStyle, wxDeprecatedGUIConstants)’
- inline bool operator==(wxPenStyle s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/pen.h:150:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wxPenStyle’
- In file included from /usr/include/wx-3.0/wx/dc.h:25,
- from /usr/include/wx-3.0/wx/wx.h:50,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/brush.h:122:13: note: candidate: ‘bool operator==(wxBrushStyle, wxDeprecatedGUIConstants)’
- inline bool operator==(wxBrushStyle s, wxDeprecatedGUIConstants t)
- ^~~~~~~~
- /usr/include/wx-3.0/wx/brush.h:122:13: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘wxBrushStyle’
- In file included from /usr/include/wx-3.0/wx/dialog.h:16,
- from /usr/include/wx-3.0/wx/wx.h:63,
- from hexfile.cpp:25:
- /usr/include/wx-3.0/wx/sharedptr.h:158:6: note: candidate: ‘template<class T, class U> bool operator==(const wxSharedPtr<T>&, const wxSharedPtr<U>&)’
- bool operator == (wxSharedPtr<T> const &a, wxSharedPtr<U> const &b )
- ^~~~~~~~
- /usr/include/wx-3.0/wx/sharedptr.h:158:6: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const wxSharedPtr<T>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:64,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_pair.h:448:5: note: candidate: ‘template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)’
- operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_pair.h:448:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::pair<_T1, _T2>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:302:5: note: candidate: ‘template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)’
- operator==(const reverse_iterator<_Iterator>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:302:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::reverse_iterator<_Iterator>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:340:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)’
- operator==(const reverse_iterator<_IteratorL>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:340:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::reverse_iterator<_Iterator>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:1115:5: note: candidate: ‘template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)’
- operator==(const move_iterator<_IteratorL>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:1115:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::move_iterator<_IteratorL>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
- from /usr/include/c++/8/bits/char_traits.h:39,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stl_iterator.h:1121:5: note: candidate: ‘template<class _Iterator> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorL>&)’
- operator==(const move_iterator<_Iterator>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_iterator.h:1121:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::move_iterator<_IteratorL>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/char_traits.h:40,
- from /usr/include/c++/8/string:40,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/postypes.h:216:5: note: candidate: ‘template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)’
- operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs)
- ^~~~~~~~
- /usr/include/c++/8/bits/postypes.h:216:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::fpos<_StateT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:41,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/allocator.h:146:5: note: candidate: ‘template<class _T1, class _T2> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_T2>&)’
- operator==(const allocator<_T1>&, const allocator<_T2>&)
- ^~~~~~~~
- /usr/include/c++/8/bits/allocator.h:146:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::allocator<_CharT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:41,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/allocator.h:152:5: note: candidate: ‘template<class _Tp> bool std::operator==(const std::allocator<_CharT>&, const std::allocator<_CharT>&)’
- operator==(const allocator<_Tp>&, const allocator<_Tp>&)
- ^~~~~~~~
- /usr/include/c++/8/bits/allocator.h:152:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::allocator<_CharT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6048:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
- operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6048:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6056:5: note: candidate: ‘template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::__cxx11::basic_string<_CharT>&, const std::__cxx11::basic_string<_CharT>&)’
- operator==(const basic_string<_CharT>& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6056:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::__cxx11::basic_string<_CharT>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6070:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)’
- operator==(const _CharT* __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6070:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: mismatched types ‘const _CharT*’ and ‘std::basic_ofstream<char>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/string:52,
- from /usr/include/wx-3.0/wx/stringimpl.h:66,
- from /usr/include/wx-3.0/wx/unichar.h:15,
- from /usr/include/wx-3.0/wx/strvararg.h:22,
- from /usr/include/wx-3.0/wx/string.h:46,
- from /usr/include/wx-3.0/wx/memory.h:15,
- from /usr/include/wx-3.0/wx/object.h:19,
- from /usr/include/wx-3.0/wx/wx.h:15,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/basic_string.h:6082:5: note: candidate: ‘template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)’
- operator==(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/bits/basic_string.h:6082:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/ios_base.h:46,
- from /usr/include/c++/8/ios:42,
- from /usr/include/c++/8/ostream:38,
- from /usr/include/c++/8/iterator:64,
- from /usr/include/wx-3.0/wx/arrstr.h:116,
- from /usr/include/wx-3.0/wx/wx.h:21,
- from hexfile.cpp:25:
- /usr/include/c++/8/system_error:292:3: note: candidate: ‘bool std::operator==(const std::error_code&, const std::error_code&)’
- operator==(const error_code& __lhs, const error_code& __rhs) noexcept
- ^~~~~~~~
- /usr/include/c++/8/system_error:292:3: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const std::error_code&’
- /usr/include/c++/8/system_error:297:3: note: candidate: ‘bool std::operator==(const std::error_code&, const std::error_condition&)’
- operator==(const error_code& __lhs, const error_condition& __rhs) noexcept
- ^~~~~~~~
- /usr/include/c++/8/system_error:297:3: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const std::error_code&’
- /usr/include/c++/8/system_error:304:3: note: candidate: ‘bool std::operator==(const std::error_condition&, const std::error_code&)’
- operator==(const error_condition& __lhs, const error_code& __rhs) noexcept
- ^~~~~~~~
- /usr/include/c++/8/system_error:304:3: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const std::error_condition&’
- /usr/include/c++/8/system_error:311:3: note: candidate: ‘bool std::operator==(const std::error_condition&, const std::error_condition&)’
- operator==(const error_condition& __lhs,
- ^~~~~~~~
- /usr/include/c++/8/system_error:311:3: note: no known conversion for argument 1 from ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} to ‘const std::error_condition&’
- In file included from /usr/include/c++/8/bits/locale_facets.h:48,
- from /usr/include/c++/8/bits/basic_ios.h:37,
- from /usr/include/c++/8/ios:44,
- from /usr/include/c++/8/ostream:38,
- from /usr/include/c++/8/iterator:64,
- from /usr/include/wx-3.0/wx/arrstr.h:116,
- from /usr/include/wx-3.0/wx/wx.h:21,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/streambuf_iterator.h:203:5: note: candidate: ‘template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)’
- operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
- ^~~~~~~~
- /usr/include/c++/8/bits/streambuf_iterator.h:203:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::istreambuf_iterator<_CharT, _Traits>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/iterator:66,
- from /usr/include/wx-3.0/wx/arrstr.h:116,
- from /usr/include/wx-3.0/wx/wx.h:21,
- from hexfile.cpp:25:
- /usr/include/c++/8/bits/stream_iterator.h:130:5: note: candidate: ‘template<class _Tp, class _CharT, class _Traits, class _Dist> bool std::operator==(const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&, const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>&)’
- operator==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stream_iterator.h:130:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::istream_iterator<_Tp, _CharT, _Traits, _Dist>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/vector:64,
- from hexfile.cpp:32:
- /usr/include/c++/8/bits/stl_vector.h:1753:5: note: candidate: ‘template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)’
- operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_vector.h:1753:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::vector<_Tp, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:60,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_tree.h:406:5: note: candidate: ‘template<class _Val> bool std::operator==(const std::_Rb_tree_iterator<_Tp>&, const std::_Rb_tree_const_iterator<_Val>&)’
- operator==(const _Rb_tree_iterator<_Val>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_tree.h:406:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::_Rb_tree_iterator<_Tp>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:60,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_tree.h:1549:5: note: candidate: ‘template<class _Key, class _Val, class _KeyOfValue, class _Compare, class _Alloc> bool std::operator==(const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&, const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>&)’
- operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_tree.h:1549:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/tuple:39,
- from /usr/include/c++/8/bits/stl_map.h:63,
- from /usr/include/c++/8/map:61,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/array:252:5: note: candidate: ‘template<class _Tp, long unsigned int _Nm> bool std::operator==(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)’
- operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
- ^~~~~~~~
- /usr/include/c++/8/array:252:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::array<_Tp, _Nm>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/bits/stl_map.h:63,
- from /usr/include/c++/8/map:61,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/tuple:1413:5: note: candidate: ‘template<class ... _TElements, class ... _UElements> constexpr bool std::operator==(const std::tuple<_Tps ...>&, const std::tuple<_Args2 ...>&)’
- operator==(const tuple<_TElements...>& __t,
- ^~~~~~~~
- /usr/include/c++/8/tuple:1413:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::tuple<_Tps ...>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:61,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_map.h:1434:5: note: candidate: ‘template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::map<_Key, _Tp, _Compare, _Alloc>&, const std::map<_Key, _Tp, _Compare, _Alloc>&)’
- operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_map.h:1434:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::map<_Key, _Tp, _Compare, _Alloc>’
- if (fp == NULL) {
- ^~~~
- In file included from /usr/include/c++/8/map:62,
- from pictype.h:29,
- from hexfile.h:27,
- from hexfile.cpp:34:
- /usr/include/c++/8/bits/stl_multimap.h:1098:5: note: candidate: ‘template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::multimap<_Key, _Tp, _Compare, _Alloc>&, const std::multimap<_Key, _Tp, _Compare, _Alloc>&)’
- operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
- ^~~~~~~~
- /usr/include/c++/8/bits/stl_multimap.h:1098:5: note: template argument deduction/substitution failed:
- In file included from /usr/include/bits/types/stack_t.h:23,
- from /usr/include/signal.h:303,
- from /usr/include/wx-3.0/wx/unix/app.h:11,
- from /usr/include/wx-3.0/wx/app.h:520,
- from /usr/include/wx-3.0/wx/wx.h:25,
- from hexfile.cpp:25:
- hexfile.cpp:339:15: note: ‘std::ofstream’ {aka ‘std::basic_ofstream<char>’} is not derived from ‘const std::multimap<_Key, _Tp, _Compare, _Alloc>’
- if (fp == NULL) {
- ^~~~
- make[2]: *** [Makefile:466: hexfile.o] Error 1
- make[2]: Leaving directory '/home/acer/Documents/usbpicprog-app/src'
- make[1]: *** [Makefile:559: all-recursive] Error 1
- make[1]: Leaving directory '/home/acer/Documents/usbpicprog-app'
- make: *** [Makefile:394: all] Error 2
- [acer@localhost usbpicprog-app]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement