Created
December 23, 2017 06:48
-
-
Save eduardoleon/6a726a6c72c4d9c94a8026a9def46f7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:310:5: error: ‘int32_t’ does not name a type; did you mean ‘wint_t’? | |
int32_t *fptr; /* Front pointer. */ | |
^~~~~~~ | |
wint_t | |
/usr/include/stdlib.h:311:5: error: ‘int32_t’ does not name a type; did you mean ‘wint_t’? | |
int32_t *rptr; /* Rear pointer. */ | |
^~~~~~~ | |
wint_t | |
/usr/include/stdlib.h:312:5: error: ‘int32_t’ does not name a type; did you mean ‘wint_t’? | |
int32_t *state; /* Array of state values. */ | |
^~~~~~~ | |
wint_t | |
/usr/include/stdlib.h:316:5: error: ‘int32_t’ does not name a type; did you mean ‘wint_t’? | |
int32_t *end_ptr; /* Pointer behind state table. */ | |
^~~~~~~ | |
wint_t | |
/usr/include/stdlib.h:320:8: error: ‘int32_t’ has not been declared | |
int32_t *__restrict __result) __THROW __nonnull ((1, 2)); | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cwchar:44:0, | |
from /usr/include/c++/7.2.1/bits/postypes.h:40, | |
from /usr/include/c++/7.2.1/bits/char_traits.h:40, | |
from /usr/include/c++/7.2.1/string:40, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/wchar.h:398:23: error: conflicting declaration of C function ‘size_t mbstowcs(wchar_t*, const char*, size_t)’ | |
size_t __cdecl mbstowcs(wchar_t*,const char*,size_t); | |
^~~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:815:15: note: previous declaration ‘size_t mbstowcs(wchar_t*, const char*, size_t)’ | |
extern size_t mbstowcs (wchar_t *__restrict __pwcs, | |
^~~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cwchar:44:0, | |
from /usr/include/c++/7.2.1/bits/postypes.h:40, | |
from /usr/include/c++/7.2.1/bits/char_traits.h:40, | |
from /usr/include/c++/7.2.1/string:40, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/wchar.h:400:23: error: conflicting declaration of C function ‘int mbtowc(wchar_t*, const char*, size_t)’ | |
int __cdecl mbtowc(wchar_t*,const char*,size_t); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:807:12: note: previous declaration ‘int mbtowc(wchar_t*, const char*, size_t)’ | |
extern int mbtowc (wchar_t *__restrict __pwc, | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cwchar:44:0, | |
from /usr/include/c++/7.2.1/bits/postypes.h:40, | |
from /usr/include/c++/7.2.1/bits/char_traits.h:40, | |
from /usr/include/c++/7.2.1/string:40, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/wchar.h:403:23: error: conflicting declaration of C function ‘size_t wcstombs(char*, const wchar_t*, size_t)’ | |
size_t __cdecl wcstombs(char*,const wchar_t*,size_t); | |
^~~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:818:15: note: previous declaration ‘size_t wcstombs(char*, const wchar_t*, size_t)’ | |
extern size_t wcstombs (char *__restrict __s, | |
^~~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cwchar:44:0, | |
from /usr/include/c++/7.2.1/bits/postypes.h:40, | |
from /usr/include/c++/7.2.1/bits/char_traits.h:40, | |
from /usr/include/c++/7.2.1/string:40, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/wchar.h:406:23: error: conflicting declaration of C function ‘int wctomb(char*, wchar_t)’ | |
int __cdecl wctomb(char*,wchar_t); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:811:12: note: previous declaration ‘int wctomb(char*, wchar_t)’ | |
extern int wctomb (char *__s, wchar_t __wchar) __THROW; | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/bits/postypes.h:40:0, | |
from /usr/include/c++/7.2.1/bits/char_traits.h:40, | |
from /usr/include/c++/7.2.1/string:40, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/cwchar:146:11: error: ‘::fwide’ has not been declared | |
using ::fwide; | |
^~~~~ | |
/usr/include/c++/7.2.1/cwchar:153:11: error: ‘::mbsinit’ has not been declared | |
using ::mbsinit; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:164:11: error: ‘::vfwscanf’ has not been declared | |
using ::vfwscanf; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:170:11: error: ‘::vswscanf’ has not been declared | |
using ::vswscanf; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:174:11: error: ‘::vwscanf’ has not been declared | |
using ::vwscanf; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:191:11: error: ‘::wcstof’ has not been declared | |
using ::wcstof; | |
^~~~~~ | |
/usr/include/c++/7.2.1/cwchar:198:11: error: ‘::wmemcmp’ has not been declared | |
using ::wmemcmp; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:199:11: error: ‘::wmemcpy’ has not been declared | |
using ::wmemcpy; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:200:11: error: ‘::wmemmove’ has not been declared | |
using ::wmemmove; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:201:11: error: ‘::wmemset’ has not been declared | |
using ::wmemset; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:208:11: error: ‘::wmemchr’ has not been declared | |
using ::wmemchr; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar: In function ‘wchar_t* std::wmemchr(wchar_t*, wchar_t, std::size_t)’: | |
/usr/include/c++/7.2.1/cwchar:229:20: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ [-fpermissive] | |
{ return wmemchr(const_cast<const wchar_t*>(__p), __c, __n); } | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:228:3: note: initializing argument 1 of ‘wchar_t* std::wmemchr(wchar_t*, wchar_t, std::size_t)’ | |
wmemchr(wchar_t* __p, wchar_t __c, size_t __n) | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar: At global scope: | |
/usr/include/c++/7.2.1/cwchar:248:11: error: ‘::wcstold’ has not been declared | |
using ::wcstold; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:257:11: error: ‘::wcstoll’ has not been declared | |
using ::wcstoll; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:258:11: error: ‘::wcstoull’ has not been declared | |
using ::wcstoull; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:264:22: error: ‘__gnu_cxx::wcstold’ has not been declared | |
using ::__gnu_cxx::wcstold; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:265:22: error: ‘__gnu_cxx::wcstoll’ has not been declared | |
using ::__gnu_cxx::wcstoll; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:266:22: error: ‘__gnu_cxx::wcstoull’ has not been declared | |
using ::__gnu_cxx::wcstoull; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:280:14: error: ‘std::wcstof’ has not been declared | |
using std::wcstof; | |
^~~~~~ | |
/usr/include/c++/7.2.1/cwchar:283:14: error: ‘std::vfwscanf’ has not been declared | |
using std::vfwscanf; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:286:14: error: ‘std::vswscanf’ has not been declared | |
using std::vswscanf; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:289:14: error: ‘std::vwscanf’ has not been declared | |
using std::vwscanf; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:293:14: error: ‘std::wcstold’ has not been declared | |
using std::wcstold; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:294:14: error: ‘std::wcstoll’ has not been declared | |
using std::wcstoll; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cwchar:295:14: error: ‘std::wcstoull’ has not been declared | |
using std::wcstoull; | |
^~~~~~~~ | |
In file included from /usr/include/c++/7.2.1/string:40:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/char_traits.h: In static member function ‘static int std::char_traits<wchar_t>::compare(const char_type*, const char_type*, std::size_t)’: | |
/usr/include/c++/7.2.1/bits/char_traits.h:420:11: error: ‘wmemcmp’ was not declared in this scope | |
return wmemcmp(__s1, __s2, __n); | |
^~~~~~~ | |
/usr/include/c++/7.2.1/bits/char_traits.h:420:11: note: suggested alternative: ‘wmemchr’ | |
return wmemcmp(__s1, __s2, __n); | |
^~~~~~~ | |
wmemchr | |
/usr/include/c++/7.2.1/bits/char_traits.h: In static member function ‘static const char_type* std::char_traits<wchar_t>::find(const char_type*, std::size_t, const char_type&)’: | |
/usr/include/c++/7.2.1/bits/char_traits.h:446:32: error: invalid conversion from ‘const char_type* {aka const wchar_t*}’ to ‘wchar_t*’ [-fpermissive] | |
return wmemchr(__s, __a, __n); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/postypes.h:40:0, | |
from /usr/include/c++/7.2.1/bits/char_traits.h:40, | |
from /usr/include/c++/7.2.1/string:40, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/cwchar:228:3: note: initializing argument 1 of ‘wchar_t* std::wmemchr(wchar_t*, wchar_t, std::size_t)’ | |
wmemchr(wchar_t* __p, wchar_t __c, size_t __n) | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/string:40:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/char_traits.h: In static member function ‘static std::char_traits<wchar_t>::char_type* std::char_traits<wchar_t>::move(std::char_traits<wchar_t>::char_type*, const char_type*, std::size_t)’: | |
/usr/include/c++/7.2.1/bits/char_traits.h:454:9: error: ‘wmemmove’ was not declared in this scope | |
return wmemmove(__s1, __s2, __n); | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/bits/char_traits.h:454:9: note: suggested alternative: ‘remove’ | |
return wmemmove(__s1, __s2, __n); | |
^~~~~~~~ | |
remove | |
/usr/include/c++/7.2.1/bits/char_traits.h: In static member function ‘static std::char_traits<wchar_t>::char_type* std::char_traits<wchar_t>::copy(std::char_traits<wchar_t>::char_type*, const char_type*, std::size_t)’: | |
/usr/include/c++/7.2.1/bits/char_traits.h:462:9: error: ‘wmemcpy’ was not declared in this scope | |
return wmemcpy(__s1, __s2, __n); | |
^~~~~~~ | |
/usr/include/c++/7.2.1/bits/char_traits.h:462:9: note: suggested alternative: ‘wmemchr’ | |
return wmemcpy(__s1, __s2, __n); | |
^~~~~~~ | |
wmemchr | |
/usr/include/c++/7.2.1/bits/char_traits.h: In static member function ‘static std::char_traits<wchar_t>::char_type* std::char_traits<wchar_t>::assign(std::char_traits<wchar_t>::char_type*, std::size_t, std::char_traits<wchar_t>::char_type)’: | |
/usr/include/c++/7.2.1/bits/char_traits.h:470:9: error: ‘wmemset’ was not declared in this scope | |
return wmemset(__s, __a, __n); | |
^~~~~~~ | |
/usr/include/c++/7.2.1/bits/char_traits.h:470:9: note: suggested alternative: ‘wmemchr’ | |
return wmemset(__s, __a, __n); | |
^~~~~~~ | |
wmemchr | |
In file included from /usr/include/c++/7.2.1/bits/localefwd.h:40:0, | |
from /usr/include/c++/7.2.1/string:43, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/c++locale.h: At global scope: | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/c++locale.h:52:23: error: ‘uselocale’ was not declared in this scope | |
extern "C" __typeof(uselocale) __uselocale; | |
^~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/c++locale.h:52:23: note: suggested alternative: ‘setlocale’ | |
extern "C" __typeof(uselocale) __uselocale; | |
^~~~~~~~~ | |
setlocale | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/c++locale.h: In function ‘int std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...)’: | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/c++locale.h:75:53: error: ‘__gnu_cxx::__uselocale’ cannot be used as a function | |
__c_locale __old = __gnu_cxx::__uselocale(__cloc); | |
^ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/c++locale.h:100:33: error: ‘__gnu_cxx::__uselocale’ cannot be used as a function | |
__gnu_cxx::__uselocale(__old); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/localefwd.h:42:0, | |
from /usr/include/c++/7.2.1/string:43, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/cctype: At global scope: | |
/usr/include/c++/7.2.1/cctype:87:11: error: ‘::isblank’ has not been declared | |
using ::isblank; | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/ext/string_conversions.h:43:0, | |
from /usr/include/c++/7.2.1/bits/basic_string.h:6349, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/cstdio:175:11: error: ‘::snprintf’ has not been declared | |
using ::snprintf; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cstdio:176:11: error: ‘::vfscanf’ has not been declared | |
using ::vfscanf; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cstdio:177:11: error: ‘::vscanf’ has not been declared | |
using ::vscanf; | |
^~~~~~ | |
/usr/include/c++/7.2.1/cstdio:179:11: error: ‘::vsscanf’ has not been declared | |
using ::vsscanf; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cstdio:185:22: error: ‘__gnu_cxx::snprintf’ has not been declared | |
using ::__gnu_cxx::snprintf; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/cstdio:186:22: error: ‘__gnu_cxx::vfscanf’ has not been declared | |
using ::__gnu_cxx::vfscanf; | |
^~~~~~~ | |
/usr/include/c++/7.2.1/cstdio:187:22: error: ‘__gnu_cxx::vscanf’ has not been declared | |
using ::__gnu_cxx::vscanf; | |
^~~~~~ | |
/usr/include/c++/7.2.1/cstdio:189:22: error: ‘__gnu_cxx::vsscanf’ has not been declared | |
using ::__gnu_cxx::vsscanf; | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6404:20: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), long unsigned int, const char [3], int&)’ | |
"%d", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6404:20: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%d", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(unsigned int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6410:20: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), long unsigned int, const char [3], unsigned int&)’ | |
"%u", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6410:20: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%u", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6415:21: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), long unsigned int, const char [4], long int&)’ | |
"%ld", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6415:21: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%ld", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long unsigned int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6421:21: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), long unsigned int, const char [4], long unsigned int&)’ | |
"%lu", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6421:21: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%lu", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long long int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6427:22: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), long unsigned int, const char [5], long long int&)’ | |
"%lld", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6427:22: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%lld", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long long unsigned int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6433:22: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), long unsigned int, const char [5], long long unsigned int&)’ | |
"%llu", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6433:22: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%llu", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(float)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6441:20: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), const int&, const char [3], float&)’ | |
"%f", __val); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6441:20: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%f", __val); | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(double)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6450:20: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), const int&, const char [3], double&)’ | |
"%f", __val); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6450:20: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%f", __val); | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::string std::__cxx11::to_string(long double)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6459:21: error: no matching function for call to ‘__to_xstring<std::__cxx11::string>(int (*)(char*, size_t, const char*, char*), const int&, const char [4], long double&)’ | |
"%Lf", __val); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6459:21: note: mismatched types ‘__va_list_tag’ and ‘char’ | |
"%Lf", __val); | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘int std::__cxx11::stoi(const wstring&, std::size_t*, int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6467:19: error: no matching function for call to ‘__stoa<long int, int>(__msvcrt_long (__attribute__((ms_abi)) *)(const wchar_t*, wchar_t**, int), const char [5], const wchar_t*, std::size_t*&, int&)’ | |
__idx, __base); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:54:5: note: candidate: template<class _TRet, class _Ret, class _CharT, class ... _Base> _Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) | |
__stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), | |
^~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:54:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6467:19: note: mismatched types ‘long int’ and ‘__msvcrt_long {aka int}’ | |
__idx, __base); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘long int std::__cxx11::stol(const wstring&, std::size_t*, int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6471:30: error: invalid conversion from ‘__msvcrt_long (__attribute__((ms_abi)) *)(const wchar_t*, wchar_t**, int) {aka int (__attribute__((ms_abi)) *)(const wchar_t*, wchar_t**, int)}’ to ‘int (*)(const wchar_t*, wchar_t**, int)’ [-fpermissive] | |
{ return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:54:5: note: initializing argument 1 of ‘_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = int; _Ret = int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]’ | |
__stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘long unsigned int std::__cxx11::stoul(const wstring&, std::size_t*, int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6476:30: error: invalid conversion from ‘__msvcrt_ulong (__attribute__((ms_abi)) *)(const wchar_t*, wchar_t**, int) {aka unsigned int (__attribute__((ms_abi)) *)(const wchar_t*, wchar_t**, int)}’ to ‘unsigned int (*)(const wchar_t*, wchar_t**, int)’ [-fpermissive] | |
{ return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:54:5: note: initializing argument 1 of ‘_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = unsigned int; _Ret = unsigned int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]’ | |
__stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘long long int std::__cxx11::stoll(const wstring&, std::size_t*, int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6481:36: error: ‘wcstoll’ is not a member of ‘std’ | |
{ return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(), | |
^~~~~~~ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘long long unsigned int std::__cxx11::stoull(const wstring&, std::size_t*, int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6486:36: error: ‘wcstoull’ is not a member of ‘std’ | |
{ return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘float std::__cxx11::stof(const wstring&, std::size_t*)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6492:36: error: ‘wcstof’ is not a member of ‘std’ | |
{ return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } | |
^~~~~~ | |
/usr/include/c++/7.2.1/bits/basic_string.h:6492:36: note: suggested alternative: ‘wcsstr’ | |
{ return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } | |
^~~~~~ | |
wcsstr | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘double std::__cxx11::stod(const wstring&, std::size_t*)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6496:30: error: invalid conversion from ‘double (__attribute__((ms_abi)) *)(const wchar_t*, wchar_t**)’ to ‘double (*)(const wchar_t*, wchar_t**)’ [-fpermissive] | |
{ return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); } | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:54:5: note: initializing argument 1 of ‘_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = double; _Ret = double; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]’ | |
__stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘long double std::__cxx11::stold(const wstring&, std::size_t*)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6500:36: error: ‘wcstold’ is not a member of ‘std’ | |
{ return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); } | |
^~~~~~~ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6507:22: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), long unsigned int, const wchar_t [3], int&)’ | |
L"%d", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6507:22: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%d", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(unsigned int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6513:22: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), long unsigned int, const wchar_t [3], unsigned int&)’ | |
L"%u", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6513:22: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%u", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6518:23: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), long unsigned int, const wchar_t [4], long int&)’ | |
L"%ld", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6518:23: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%ld", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long unsigned int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6524:23: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), long unsigned int, const wchar_t [4], long unsigned int&)’ | |
L"%lu", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6524:23: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%lu", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long long int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6530:24: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), long unsigned int, const wchar_t [5], long long int&)’ | |
L"%lld", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6530:24: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%lld", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long long unsigned int)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6536:24: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), long unsigned int, const wchar_t [5], long long unsigned int&)’ | |
L"%llu", __val); } | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6536:24: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%llu", __val); } | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(float)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6544:22: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), const int&, const wchar_t [3], float&)’ | |
L"%f", __val); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6544:22: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%f", __val); | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(double)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6553:22: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), const int&, const wchar_t [3], double&)’ | |
L"%f", __val); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6553:22: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%f", __val); | |
^ | |
/usr/include/c++/7.2.1/bits/basic_string.h: In function ‘std::__cxx11::wstring std::__cxx11::to_wstring(long double)’: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6562:23: error: no matching function for call to ‘__to_xstring<std::__cxx11::wstring>(int (__attribute__((ms_abi)) *)(wchar_t*, const wchar_t*, char*), const int&, const wchar_t [4], long double&)’ | |
L"%Lf", __val); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/basic_string.h:6349:0, | |
from /usr/include/c++/7.2.1/string:52, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: candidate: template<class _String, class _CharT> _String __gnu_cxx::__to_xstring(int (*)(_CharT*, std::size_t, const _CharT*, __va_list_tag*), std::size_t, const _CharT*, ...) | |
__to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/ext/string_conversions.h:99:5: note: template argument deduction/substitution failed: | |
In file included from /usr/include/c++/7.2.1/string:52:0, | |
from ../win32xx/include/wxx_appcore0.h:111, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/basic_string.h:6562:23: note: mismatched types ‘std::size_t {aka long unsigned int}’ and ‘const wchar_t*’ | |
L"%Lf", __val); | |
^ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h: At global scope: | |
/usr/local/include/wine/msvcrt/stdlib.h:56:3: error: conflicting declaration ‘typedef struct _div_t div_t’ | |
} div_t; | |
^~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:62:5: note: previous declaration as ‘typedef struct div_t div_t’ | |
} div_t; | |
^~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:61:3: error: conflicting declaration ‘typedef struct _ldiv_t ldiv_t’ | |
} ldiv_t; | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:70:5: note: previous declaration as ‘typedef struct ldiv_t ldiv_t’ | |
} ldiv_t; | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:180:23: error: conflicting declaration of C function ‘void abort()’ | |
void __cdecl abort(void); | |
^~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:473:13: note: previous declaration ‘void abort()’ | |
extern void abort (void) __THROW __attribute__ ((__noreturn__)); | |
^~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:181:23: error: conflicting declaration of C function ‘int abs(int)’ | |
int __cdecl abs(int); | |
^~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:722:12: note: previous declaration ‘int abs(int)’ | |
extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur; | |
^~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:182:23: error: conflicting declaration of C function ‘int atexit(void (*)())’ | |
int __cdecl atexit(void (*)(void)); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:477:12: note: previous declaration ‘int atexit(void (*)())’ | |
extern int atexit (void (*__func) (void)) __THROW __nonnull ((1)); | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:183:23: error: conflicting declaration of C function ‘double atof(const char*)’ | |
double __cdecl atof(const char*); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:101:15: note: previous declaration ‘double atof(const char*)’ | |
extern double atof (const char *__nptr) | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:184:23: error: conflicting declaration of C function ‘int atoi(const char*)’ | |
int __cdecl atoi(const char*); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:104:12: note: previous declaration ‘int atoi(const char*)’ | |
extern int atoi (const char *__nptr) | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:186:23: error: conflicting declaration of C function ‘__msvcrt_long atol(const char*)’ | |
__msvcrt_long __cdecl atol(const char*); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:107:17: note: previous declaration ‘long int atol(const char*)’ | |
extern long int atol (const char *__nptr) | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:187:23: error: conflicting declaration of C function ‘void* calloc(size_t, size_t)’ | |
void* __cdecl calloc(size_t,size_t); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:426:14: note: previous declaration ‘void* calloc(size_t, size_t)’ | |
extern void *calloc (size_t __nmemb, size_t __size) | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:189:16: error: conflicting declaration of C function ‘div_t div(int, int)’ | |
div_t __cdecl div(int,int); | |
^~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:734:14: note: previous declaration ‘div_t div(int, int)’ | |
extern div_t div (int __numer, int __denom) | |
^~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:190:16: error: conflicting declaration of C function ‘ldiv_t ldiv(__msvcrt_long, __msvcrt_long)’ | |
ldiv_t __cdecl ldiv(__msvcrt_long,__msvcrt_long); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:736:15: note: previous declaration ‘ldiv_t ldiv(long int, long int)’ | |
extern ldiv_t ldiv (long int __numer, long int __denom) | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:192:23: error: conflicting declaration of C function ‘void exit(int)’ | |
void __cdecl exit(int); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:499:13: note: previous declaration ‘void exit(int)’ | |
extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:193:23: error: conflicting declaration of C function ‘void free(void*)’ | |
void __cdecl free(void*); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:448:13: note: previous declaration ‘void free(void*)’ | |
extern void free (void *__ptr) __THROW; | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:194:23: error: conflicting declaration of C function ‘char* getenv(const char*)’ | |
char* __cdecl getenv(const char*); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:516:14: note: previous declaration ‘char* getenv(const char*)’ | |
extern char *getenv (const char *__name) __THROW __nonnull ((1)) __wur; | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:195:23: error: conflicting declaration of C function ‘__msvcrt_long labs(__msvcrt_long)’ | |
__msvcrt_long __cdecl labs(__msvcrt_long); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:723:17: note: previous declaration ‘long int labs(long int)’ | |
extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur; | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:196:23: error: conflicting declaration of C function ‘void* malloc(size_t)’ | |
void* __cdecl malloc(size_t); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:424:14: note: previous declaration ‘void* malloc(size_t)’ | |
extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:197:23: error: conflicting declaration of C function ‘int mblen(const char*, size_t)’ | |
int __cdecl mblen(const char*,size_t); | |
^~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:804:12: note: previous declaration ‘int mblen(const char*, size_t)’ | |
extern int mblen (const char *__s, size_t __n) __THROW; | |
^~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:199:23: error: conflicting declaration of C function ‘int rand()’ | |
int __cdecl rand(void); | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:338:12: note: previous declaration ‘int rand()’ | |
extern int rand (void) __THROW; | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:201:23: error: conflicting declaration of C function ‘void* realloc(void*, size_t)’ | |
void* __cdecl realloc(void*,size_t); | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:434:14: note: previous declaration ‘void* realloc(void*, size_t)’ | |
extern void *realloc (void *__ptr, size_t __size) | |
^~~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:202:23: error: conflicting declaration of C function ‘void srand(unsigned int)’ | |
void __cdecl srand(unsigned int); | |
^~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:340:13: note: previous declaration ‘void srand(unsigned int)’ | |
extern void srand (unsigned int __seed) __THROW; | |
^~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:203:23: error: conflicting declaration of C function ‘double strtod(const char*, char**)’ | |
double __cdecl strtod(const char*,char**); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:117:15: note: previous declaration ‘double strtod(const char*, char**)’ | |
extern double strtod (const char *__restrict __nptr, | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:204:23: error: conflicting declaration of C function ‘__msvcrt_long strtol(const char*, char**, int)’ | |
__msvcrt_long __cdecl strtol(const char*,char**,int); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:139:17: note: previous declaration ‘long int strtol(const char*, char**, int)’ | |
extern long int strtol (const char *__restrict __nptr, | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:205:24: error: conflicting declaration of C function ‘__msvcrt_ulong strtoul(const char*, char**, int)’ | |
__msvcrt_ulong __cdecl strtoul(const char*,char**,int); | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:143:26: note: previous declaration ‘long unsigned int strtoul(const char*, char**, int)’ | |
extern unsigned long int strtoul (const char *__restrict __nptr, | |
^~~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:210:23: error: conflicting declaration of C function ‘int system(const char*)’ | |
int __cdecl system(const char*); | |
^~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:666:12: note: previous declaration ‘int system(const char*)’ | |
extern int system (const char *__command) __wur; | |
^~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:211:23: error: conflicting declaration of C function ‘void* bsearch(const void*, const void*, size_t, size_t, int (*)(const void*, const void*))’ | |
void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*)); | |
^~~~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:702:14: note: previous declaration ‘void* bsearch(const void*, const void*, size_t, size_t, __compar_fn_t)’ | |
extern void *bsearch (const void *__key, const void *__base, | |
^~~~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h:212:23: error: conflicting declaration of C function ‘void qsort(void*, size_t, size_t, int (*)(const void*, const void*))’ | |
void __cdecl qsort(void*,size_t,size_t,int (*)(const void*,const void*)); | |
^~~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:712:13: note: previous declaration ‘void qsort(void*, size_t, size_t, __compar_fn_t)’ | |
extern void qsort (void *__base, size_t __nmemb, size_t __size, | |
^~~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h: In function ‘char* ecvt(double, int, int*, int*)’: | |
/usr/local/include/wine/msvcrt/stdlib.h:266:21: error: ‘char* ecvt(double, int, int*, int*)’ was declared ‘extern’ and later ‘static’ [-fpermissive] | |
static inline char* ecvt(double value, int ndigit, int* decpt, int* sign) { return _ecvt(value, ndigit, decpt, sign); } | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:754:14: note: previous declaration of ‘char* ecvt(double, int, int*, int*)’ | |
extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt, | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h: In function ‘char* fcvt(double, int, int*, int*)’: | |
/usr/local/include/wine/msvcrt/stdlib.h:267:21: error: ‘char* fcvt(double, int, int*, int*)’ was declared ‘extern’ and later ‘static’ [-fpermissive] | |
static inline char* fcvt(double value, int ndigit, int* decpt, int* sign) { return _fcvt(value, ndigit, decpt, sign); } | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:760:14: note: previous declaration of ‘char* fcvt(double, int, int*, int*)’ | |
extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, | |
^~~~ | |
In file included from /usr/local/include/wine/windows/winsock.h:86:0, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/local/include/wine/msvcrt/stdlib.h: In function ‘char* gcvt(double, int, char*)’: | |
/usr/local/include/wine/msvcrt/stdlib.h:268:21: error: ‘char* gcvt(double, int, char*)’ was declared ‘extern’ and later ‘static’ [-fpermissive] | |
static inline char* gcvt(double value, int ndigit, char* buf) { return _gcvt(value, ndigit, buf); } | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/cstdlib:75:0, | |
from /usr/include/c++/7.2.1/bits/stl_algo.h:59, | |
from /usr/include/c++/7.2.1/algorithm:62, | |
from ../win32xx/include/wxx_appcore0.h:110, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/stdlib.h:766:14: note: previous declaration of ‘char* gcvt(double, int, char*)’ | |
extern char *gcvt (double __value, int __ndigit, char *__buf) | |
^~~~ | |
In file included from /usr/include/c++/7.2.1/system_error:39:0, | |
from /usr/include/c++/7.2.1/bits/ios_base.h:46, | |
from /usr/include/c++/7.2.1/ios:42, | |
from /usr/include/c++/7.2.1/istream:38, | |
from /usr/include/c++/7.2.1/sstream:38, | |
from ../win32xx/include/wxx_appcore0.h:121, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h: At global scope: | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:42:40: error: ‘EAFNOSUPPORT’ was not declared in this scope | |
address_family_not_supported = EAFNOSUPPORT, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:42:40: note: suggested alternative: ‘WSAEAFNOSUPPORT’ | |
address_family_not_supported = EAFNOSUPPORT, | |
^~~~~~~~~~~~ | |
WSAEAFNOSUPPORT | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:43:28: error: ‘EADDRINUSE’ was not declared in this scope | |
address_in_use = EADDRINUSE, | |
^~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:43:28: note: suggested alternative: ‘WSAEADDRINUSE’ | |
address_in_use = EADDRINUSE, | |
^~~~~~~~~~ | |
WSAEADDRINUSE | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:44:34: error: ‘EADDRNOTAVAIL’ was not declared in this scope | |
address_not_available = EADDRNOTAVAIL, | |
^~~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:44:34: note: suggested alternative: ‘WSAEADDRNOTAVAIL’ | |
address_not_available = EADDRNOTAVAIL, | |
^~~~~~~~~~~~~ | |
WSAEADDRNOTAVAIL | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:45:30: error: ‘EISCONN’ was not declared in this scope | |
already_connected = EISCONN, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:45:30: note: suggested alternative: ‘EXTCONN’ | |
already_connected = EISCONN, | |
^~~~~~~ | |
EXTCONN | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:52:25: error: ‘EBADMSG’ was not declared in this scope | |
bad_message = EBADMSG, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:52:25: note: suggested alternative: ‘WSAMSG’ | |
bad_message = EBADMSG, | |
^~~~~~~ | |
WSAMSG | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:56:31: error: ‘ECONNABORTED’ was not declared in this scope | |
connection_aborted = ECONNABORTED, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:56:31: note: suggested alternative: ‘WSAECONNABORTED’ | |
connection_aborted = ECONNABORTED, | |
^~~~~~~~~~~~ | |
WSAECONNABORTED | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:57:42: error: ‘EALREADY’ was not declared in this scope | |
connection_already_in_progress = EALREADY, | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:57:42: note: suggested alternative: ‘WSAEALREADY’ | |
connection_already_in_progress = EALREADY, | |
^~~~~~~~ | |
WSAEALREADY | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:58:31: error: ‘ECONNREFUSED’ was not declared in this scope | |
connection_refused = ECONNREFUSED, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:58:31: note: suggested alternative: ‘WSAECONNREFUSED’ | |
connection_refused = ECONNREFUSED, | |
^~~~~~~~~~~~ | |
WSAECONNREFUSED | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:59:29: error: ‘ECONNRESET’ was not declared in this scope | |
connection_reset = ECONNRESET, | |
^~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:59:29: note: suggested alternative: ‘WSAECONNRESET’ | |
connection_reset = ECONNRESET, | |
^~~~~~~~~~ | |
WSAECONNRESET | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:61:40: error: ‘EDESTADDRREQ’ was not declared in this scope | |
destination_address_required = EDESTADDRREQ, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:61:40: note: suggested alternative: ‘WSAEDESTADDRREQ’ | |
destination_address_required = EDESTADDRREQ, | |
^~~~~~~~~~~~ | |
WSAEDESTADDRREQ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:69:29: error: ‘EHOSTUNREACH’ was not declared in this scope | |
host_unreachable = EHOSTUNREACH, | |
^~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:69:29: note: suggested alternative: ‘WSAEHOSTUNREACH’ | |
host_unreachable = EHOSTUNREACH, | |
^~~~~~~~~~~~ | |
WSAEHOSTUNREACH | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:72:31: error: ‘EIDRM’ was not declared in this scope | |
identifier_removed = EIDRM, | |
^~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:72:31: note: suggested alternative: ‘EPERM’ | |
identifier_removed = EIDRM, | |
^~~~~ | |
EPERM | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:82:26: error: ‘EMSGSIZE’ was not declared in this scope | |
message_size = EMSGSIZE, | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:82:26: note: suggested alternative: ‘MSGF_SIZE’ | |
message_size = EMSGSIZE, | |
^~~~~~~~ | |
MSGF_SIZE | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:83:26: error: ‘ENETDOWN’ was not declared in this scope | |
network_down = ENETDOWN, | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:83:26: note: suggested alternative: ‘WSAENETDOWN’ | |
network_down = ENETDOWN, | |
^~~~~~~~ | |
WSAENETDOWN | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:84:27: error: ‘ENETRESET’ was not declared in this scope | |
network_reset = ENETRESET, | |
^~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:84:27: note: suggested alternative: ‘WSAENETRESET’ | |
network_reset = ENETRESET, | |
^~~~~~~~~ | |
WSAENETRESET | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:85:32: error: ‘ENETUNREACH’ was not declared in this scope | |
network_unreachable = ENETUNREACH, | |
^~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:85:32: note: suggested alternative: ‘WSAENETUNREACH’ | |
network_unreachable = ENETUNREACH, | |
^~~~~~~~~~~ | |
WSAENETUNREACH | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:86:28: error: ‘ENOBUFS’ was not declared in this scope | |
no_buffer_space = ENOBUFS, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:86:28: note: suggested alternative: ‘EROFS’ | |
no_buffer_space = ENOBUFS, | |
^~~~~~~ | |
EROFS | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:90:21: error: ‘ENOLINK’ was not declared in this scope | |
no_link = ENOLINK, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:90:21: note: suggested alternative: ‘PNMLINK’ | |
no_link = ENOLINK, | |
^~~~~~~ | |
PNMLINK | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:96:33: error: ‘ENODATA’ was not declared in this scope | |
no_message_available = ENODATA, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:96:33: note: suggested alternative: ‘NO_DATA’ | |
no_message_available = ENODATA, | |
^~~~~~~ | |
NO_DATA | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:99:24: error: ‘ENOMSG’ was not declared in this scope | |
no_message = ENOMSG, | |
^~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:99:24: note: suggested alternative: ‘SNDMSG’ | |
no_message = ENOMSG, | |
^~~~~~ | |
SNDMSG | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:100:31: error: ‘ENOPROTOOPT’ was not declared in this scope | |
no_protocol_option = ENOPROTOOPT, | |
^~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:100:31: note: suggested alternative: ‘WSAENOPROTOOPT’ | |
no_protocol_option = ENOPROTOOPT, | |
^~~~~~~~~~~ | |
WSAENOPROTOOPT | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:104:32: error: ‘ENOSR’ was not declared in this scope | |
no_stream_resources = ENOSR, | |
^~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:104:32: note: suggested alternative: ‘ENOSYS’ | |
no_stream_resources = ENOSR, | |
^~~~~ | |
ENOSYS | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:112:26: error: ‘ENOTSOCK’ was not declared in this scope | |
not_a_socket = ENOTSOCK, | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:112:26: note: suggested alternative: ‘WSAENOTSOCK’ | |
not_a_socket = ENOTSOCK, | |
^~~~~~~~ | |
WSAENOTSOCK | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:115:26: error: ‘ENOSTR’ was not declared in this scope | |
not_a_stream = ENOSTR, | |
^~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:115:26: note: suggested alternative: ‘NPSTR’ | |
not_a_stream = ENOSTR, | |
^~~~~~ | |
NPSTR | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:118:27: error: ‘ENOTCONN’ was not declared in this scope | |
not_connected = ENOTCONN, | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:118:27: note: suggested alternative: ‘EXTCONN’ | |
not_connected = ENOTCONN, | |
^~~~~~~~ | |
EXTCONN | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:122:27: error: ‘ENOTSUP’ was not declared in this scope | |
not_supported = ENOTSUP, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:122:27: note: suggested alternative: ‘ENOTTY’ | |
not_supported = ENOTSUP, | |
^~~~~~~ | |
ENOTTY | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:126:31: error: ‘ECANCELED’ was not declared in this scope | |
operation_canceled = ECANCELED, | |
^~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:126:31: note: suggested alternative: ‘WSAECANCELLED’ | |
operation_canceled = ECANCELED, | |
^~~~~~~~~ | |
WSAECANCELLED | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:129:34: error: ‘EINPROGRESS’ was not declared in this scope | |
operation_in_progress = EINPROGRESS, | |
^~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:129:34: note: suggested alternative: ‘WSAEINPROGRESS’ | |
operation_in_progress = EINPROGRESS, | |
^~~~~~~~~~~ | |
WSAEINPROGRESS | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:131:35: error: ‘EOPNOTSUPP’ was not declared in this scope | |
operation_not_supported = EOPNOTSUPP, | |
^~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:131:35: note: suggested alternative: ‘WSAEOPNOTSUPP’ | |
operation_not_supported = EOPNOTSUPP, | |
^~~~~~~~~~ | |
WSAEOPNOTSUPP | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:132:34: error: ‘EWOULDBLOCK’ was not declared in this scope | |
operation_would_block = EWOULDBLOCK, | |
^~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:132:34: note: suggested alternative: ‘WSAEWOULDBLOCK’ | |
operation_would_block = EWOULDBLOCK, | |
^~~~~~~~~~~ | |
WSAEWOULDBLOCK | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:135:24: error: ‘EOWNERDEAD’ was not declared in this scope | |
owner_dead = EOWNERDEAD, | |
^~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:135:24: note: suggested alternative: ‘TOKEN_READ’ | |
owner_dead = EOWNERDEAD, | |
^~~~~~~~~~ | |
TOKEN_READ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:141:28: error: ‘EPROTO’ was not declared in this scope | |
protocol_error = EPROTO, | |
^~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:141:28: note: suggested alternative: ‘PROC’ | |
protocol_error = EPROTO, | |
^~~~~~ | |
PROC | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:144:35: error: ‘EPROTONOSUPPORT’ was not declared in this scope | |
protocol_not_supported = EPROTONOSUPPORT, | |
^~~~~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:144:35: note: suggested alternative: ‘WSAEPROTONOSUPPORT’ | |
protocol_not_supported = EPROTONOSUPPORT, | |
^~~~~~~~~~~~~~~ | |
WSAEPROTONOSUPPORT | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:151:34: error: ‘ENOTRECOVERABLE’ was not declared in this scope | |
state_not_recoverable = ENOTRECOVERABLE, | |
^~~~~~~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:151:34: note: suggested alternative: ‘NO_RECOVERY’ | |
state_not_recoverable = ENOTRECOVERABLE, | |
^~~~~~~~~~~~~~~ | |
NO_RECOVERY | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:155:28: error: ‘ETIME’ was not declared in this scope | |
stream_timeout = ETIME, | |
^~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:155:28: note: suggested alternative: ‘MMTIME’ | |
stream_timeout = ETIME, | |
^~~~~ | |
MMTIME | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:159:28: error: ‘ETXTBSY’ was not declared in this scope | |
text_file_busy = ETXTBSY, | |
^~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:162:23: error: ‘ETIMEDOUT’ was not declared in this scope | |
timed_out = ETIMEDOUT, | |
^~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:162:23: note: suggested alternative: ‘WSAETIMEDOUT’ | |
timed_out = ETIMEDOUT, | |
^~~~~~~~~ | |
WSAETIMEDOUT | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:166:41: error: ‘ELOOP’ was not declared in this scope | |
too_many_symbolic_link_levels = ELOOP, | |
^~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:166:41: note: suggested alternative: ‘CE_OOP’ | |
too_many_symbolic_link_levels = ELOOP, | |
^~~~~ | |
CE_OOP | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:169:28: error: ‘EOVERFLOW’ was not declared in this scope | |
value_too_large = EOVERFLOW, | |
^~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:169:28: note: suggested alternative: ‘_EM_OVERFLOW’ | |
value_too_large = EOVERFLOW, | |
^~~~~~~~~ | |
_EM_OVERFLOW | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:172:32: error: ‘EPROTOTYPE’ was not declared in this scope | |
wrong_protocol_type = EPROTOTYPE | |
^~~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/error_constants.h:172:32: note: suggested alternative: ‘WSAEPROTOTYPE’ | |
wrong_protocol_type = EPROTOTYPE | |
^~~~~~~~~~ | |
WSAEPROTOTYPE | |
In file included from /usr/local/include/wine/windows/windows.h:37:0, | |
from /usr/local/include/wine/windows/winsock.h:110, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/streambuf.tcc: In member function ‘virtual std::streamsize std::basic_streambuf<_CharT, _Traits>::xsgetn(std::basic_streambuf<_CharT, _Traits>::char_type*, std::streamsize)’: | |
/usr/include/c++/7.2.1/bits/streambuf.tcc:55:38: error: expected unqualified-id before ‘(’ token | |
const streamsize __len = std::min(__buf_len, __remaining); | |
^ | |
/usr/include/c++/7.2.1/bits/streambuf.tcc: In member function ‘virtual std::streamsize std::basic_streambuf<_CharT, _Traits>::xsputn(const char_type*, std::streamsize)’: | |
/usr/include/c++/7.2.1/bits/streambuf.tcc:89:38: error: expected unqualified-id before ‘(’ token | |
const streamsize __len = std::min(__buf_len, __remaining); | |
^ | |
In file included from /usr/include/c++/7.2.1/bits/locale_facets.h:39:0, | |
from /usr/include/c++/7.2.1/bits/basic_ios.h:37, | |
from /usr/include/c++/7.2.1/ios:44, | |
from /usr/include/c++/7.2.1/istream:38, | |
from /usr/include/c++/7.2.1/sstream:38, | |
from ../win32xx/include/wxx_appcore0.h:121, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/cwctype: At global scope: | |
/usr/include/c++/7.2.1/cwctype:89:11: error: ‘::iswblank’ has not been declared | |
using ::iswblank; | |
^~~~~~~~ | |
In file included from /usr/include/c++/7.2.1/bits/locale_facets.h:41:0, | |
from /usr/include/c++/7.2.1/bits/basic_ios.h:37, | |
from /usr/include/c++/7.2.1/ios:44, | |
from /usr/include/c++/7.2.1/istream:38, | |
from /usr/include/c++/7.2.1/sstream:38, | |
from ../win32xx/include/wxx_appcore0.h:121, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:49:35: error: ‘_ISupper’ was not declared in this scope | |
static const mask upper = _ISupper; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:49:35: note: suggested alternative: ‘_toupper’ | |
static const mask upper = _ISupper; | |
^~~~~~~~ | |
_toupper | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:50:32: error: ‘_ISlower’ was not declared in this scope | |
static const mask lower = _ISlower; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:50:32: note: suggested alternative: ‘_tolower’ | |
static const mask lower = _ISlower; | |
^~~~~~~~ | |
_tolower | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:51:32: error: ‘_ISalpha’ was not declared in this scope | |
static const mask alpha = _ISalpha; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:51:32: note: suggested alternative: ‘isalpha’ | |
static const mask alpha = _ISalpha; | |
^~~~~~~~ | |
isalpha | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:52:32: error: ‘_ISdigit’ was not declared in this scope | |
static const mask digit = _ISdigit; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:52:32: note: suggested alternative: ‘isxdigit’ | |
static const mask digit = _ISdigit; | |
^~~~~~~~ | |
isxdigit | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:53:33: error: ‘_ISxdigit’ was not declared in this scope | |
static const mask xdigit = _ISxdigit; | |
^~~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:53:33: note: suggested alternative: ‘isxdigit’ | |
static const mask xdigit = _ISxdigit; | |
^~~~~~~~~ | |
isxdigit | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:54:32: error: ‘_ISspace’ was not declared in this scope | |
static const mask space = _ISspace; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:54:32: note: suggested alternative: ‘isspace’ | |
static const mask space = _ISspace; | |
^~~~~~~~ | |
isspace | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:55:32: error: ‘_ISprint’ was not declared in this scope | |
static const mask print = _ISprint; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:55:32: note: suggested alternative: ‘isprint’ | |
static const mask print = _ISprint; | |
^~~~~~~~ | |
isprint | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:32: error: ‘_ISalpha’ was not declared in this scope | |
static const mask graph = _ISalpha | _ISdigit | _ISpunct; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:32: note: suggested alternative: ‘alpha’ | |
static const mask graph = _ISalpha | _ISdigit | _ISpunct; | |
^~~~~~~~ | |
alpha | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:43: error: ‘_ISdigit’ was not declared in this scope | |
static const mask graph = _ISalpha | _ISdigit | _ISpunct; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:43: note: suggested alternative: ‘xdigit’ | |
static const mask graph = _ISalpha | _ISdigit | _ISpunct; | |
^~~~~~~~ | |
xdigit | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:54: error: ‘_ISpunct’ was not declared in this scope | |
static const mask graph = _ISalpha | _ISdigit | _ISpunct; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:56:54: note: suggested alternative: ‘ispunct’ | |
static const mask graph = _ISalpha | _ISdigit | _ISpunct; | |
^~~~~~~~ | |
ispunct | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:57:32: error: ‘_IScntrl’ was not declared in this scope | |
static const mask cntrl = _IScntrl; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:57:32: note: suggested alternative: ‘iscntrl’ | |
static const mask cntrl = _IScntrl; | |
^~~~~~~~ | |
iscntrl | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:58:32: error: ‘_ISpunct’ was not declared in this scope | |
static const mask punct = _ISpunct; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:58:32: note: suggested alternative: ‘ispunct’ | |
static const mask punct = _ISpunct; | |
^~~~~~~~ | |
ispunct | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:32: error: ‘_ISalpha’ was not declared in this scope | |
static const mask alnum = _ISalpha | _ISdigit; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:32: note: suggested alternative: ‘alpha’ | |
static const mask alnum = _ISalpha | _ISdigit; | |
^~~~~~~~ | |
alpha | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:43: error: ‘_ISdigit’ was not declared in this scope | |
static const mask alnum = _ISalpha | _ISdigit; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:59:43: note: suggested alternative: ‘xdigit’ | |
static const mask alnum = _ISalpha | _ISdigit; | |
^~~~~~~~ | |
xdigit | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:61:31: error: ‘_ISblank’ was not declared in this scope | |
static const mask blank = _ISblank; | |
^~~~~~~~ | |
/usr/include/c++/7.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h:61:31: note: suggested alternative: ‘_S_black’ | |
static const mask blank = _ISblank; | |
^~~~~~~~ | |
_S_black | |
In file included from /usr/local/include/wine/windows/windows.h:37:0, | |
from /usr/local/include/wine/windows/winsock.h:110, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/istream.tcc: In member function ‘std::streamsize std::basic_istream<_CharT, _Traits>::readsome(std::basic_istream<_CharT, _Traits>::char_type*, std::streamsize)’: | |
/usr/include/c++/7.2.1/bits/istream.tcc:699:46: error: expected unqualified-id before ‘(’ token | |
_M_gcount = this->rdbuf()->sgetn(__s, std::min(__num, __n)); | |
^ | |
/usr/include/c++/7.2.1/bits/sstream.tcc: In member function ‘virtual std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::int_type std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::int_type)’: | |
/usr/include/c++/7.2.1/bits/sstream.tcc:129:39: error: expected unqualified-id before ‘(’ token | |
const __size_type __opt_len = std::max(__size_type(2 * __capacity), | |
^ | |
/usr/include/c++/7.2.1/bits/sstream.tcc:131:35: error: expected unqualified-id before ‘(’ token | |
const __size_type __len = std::min(__opt_len, __max_size); | |
^ | |
In file included from ../win32xx/include/wxx_appcore0.h:128:0, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
../win32xx/include/wxx_shared_ptr.h: In member function ‘void Win32xx::Shared_Ptr<T1>::inc_ref()’: | |
../win32xx/include/wxx_shared_ptr.h:204:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(m_count); | |
^ | |
../win32xx/include/wxx_shared_ptr.h: In member function ‘int Win32xx::Shared_Ptr<T1>::dec_ref()’: | |
../win32xx/include/wxx_shared_ptr.h:210:48: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
return InterlockedDecrement(m_count); | |
^ | |
In file included from ../win32xx/include/wxx_appcore.h:57:0, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
../win32xx/include/wxx_appcore0.h: In member function ‘void Win32xx::CCriticalSection::Lock()’: | |
../win32xx/include/wxx_appcore0.h:379:42: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_count); | |
^ | |
../win32xx/include/wxx_appcore0.h: In member function ‘void Win32xx::CCriticalSection::Release()’: | |
../win32xx/include/wxx_appcore0.h:389:48: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
::InterlockedDecrement(&m_count); | |
^ | |
In file included from ../win32xx/include/wxx_wincore0.h:48:0, | |
from ../win32xx/include/wxx_appcore.h:59, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
../win32xx/include/wxx_cstring.h: In member function ‘void Win32xx::CStringT<T>::FormatV(const T*, __va_list_tag*) [with T = char]’: | |
../win32xx/include/wxx_cstring.h:956:75: error: cannot convert ‘__va_list_tag*’ to ‘char*’ for argument ‘4’ to ‘int _vsnprintf(char*, size_t, const char*, char*)’ | |
nResult = _vsnprintf(&vBuffer[0], nLength, pszFormat, args); | |
^ | |
../win32xx/include/wxx_cstring.h: In member function ‘void Win32xx::CStringT<T>::FormatV(const T*, __va_list_tag*) [with T = wchar_t]’: | |
../win32xx/include/wxx_cstring.h:980:76: error: cannot convert ‘__va_list_tag*’ to ‘char*’ for argument ‘4’ to ‘int _vsnwprintf(wchar_t*, size_t, const wchar_t*, char*)’ | |
nResult = _vsnwprintf(&vBuffer[0], nLength, pszFormat, args); | |
^ | |
../win32xx/include/wxx_cstring.h: In member function ‘void Win32xx::CStringT<T>::FormatMessageV(const T*, __va_list_tag*) [with T = char]’: | |
../win32xx/include/wxx_cstring.h:1007:96: error: cannot convert ‘__va_list_tag**’ to ‘char**’ for argument ‘7’ to ‘DWORD FormatMessageA(DWORD, LPCVOID, DWORD, DWORD, LPSTR, DWORD, char**)’ | |
pszFormat, 0, 0, reinterpret_cast<LPSTR>(&pszTemp), 0, &args); | |
^ | |
../win32xx/include/wxx_cstring.h: In member function ‘void Win32xx::CStringT<T>::FormatMessageV(const T*, __va_list_tag*) [with T = wchar_t]’: | |
../win32xx/include/wxx_cstring.h:1026:78: error: cannot convert ‘__va_list_tag**’ to ‘char**’ for argument ‘7’ to ‘DWORD FormatMessageW(DWORD, LPCVOID, DWORD, DWORD, LPWSTR, DWORD, char**)’ | |
pszFormat, 0, 0, (LPWSTR)&pszTemp, 0, &args); | |
^ | |
In file included from ../win32xx/include/wxx_gdi.h:155:0, | |
from ../win32xx/include/wxx_wincore.h:98, | |
from frame.cpp:1: | |
../win32xx/include/wxx_metafile.h: In copy constructor ‘Win32xx::CMetaFile::CMetaFile(const Win32xx::CMetaFile&)’: | |
../win32xx/include/wxx_metafile.h:160:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_metafile.h: In member function ‘Win32xx::CMetaFile& Win32xx::CMetaFile::operator=(const Win32xx::CMetaFile&)’: | |
../win32xx/include/wxx_metafile.h:174:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&rhs.m_pData->Count); | |
^ | |
../win32xx/include/wxx_metafile.h: In member function ‘void Win32xx::CMetaFile::Release()’: | |
../win32xx/include/wxx_metafile.h:213:49: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
../win32xx/include/wxx_metafile.h: In copy constructor ‘Win32xx::CEnhMetaFile::CEnhMetaFile(const Win32xx::CEnhMetaFile&)’: | |
../win32xx/include/wxx_metafile.h:245:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_metafile.h: In member function ‘Win32xx::CEnhMetaFile& Win32xx::CEnhMetaFile::operator=(const Win32xx::CEnhMetaFile&)’: | |
../win32xx/include/wxx_metafile.h:259:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&rhs.m_pData->Count); | |
^ | |
../win32xx/include/wxx_metafile.h: In member function ‘void Win32xx::CEnhMetaFile::Release()’: | |
../win32xx/include/wxx_metafile.h:298:49: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
In file included from ../win32xx/include/wxx_wincore.h:98:0, | |
from frame.cpp:1: | |
../win32xx/include/wxx_gdi.h: In copy constructor ‘Win32xx::CGDIObject::CGDIObject(const Win32xx::CGDIObject&)’: | |
../win32xx/include/wxx_gdi.h:1136:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘Win32xx::CGDIObject& Win32xx::CGDIObject::operator=(const Win32xx::CGDIObject&)’: | |
../win32xx/include/wxx_gdi.h:1153:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&rhs.m_pData->Count); | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘void Win32xx::CGDIObject::Attach(HGDIOBJ)’: | |
../win32xx/include/wxx_gdi.h:1200:57: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘void* Win32xx::CGDIObject::Detach()’: | |
../win32xx/include/wxx_gdi.h:1238:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘void Win32xx::CGDIObject::Release()’: | |
../win32xx/include/wxx_gdi.h:1267:49: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
../win32xx/include/wxx_gdi.h: In copy constructor ‘Win32xx::CDC::CDC(const Win32xx::CDC&)’: | |
../win32xx/include/wxx_gdi.h:2460:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘Win32xx::CDC& Win32xx::CDC::operator=(const Win32xx::CDC&)’: | |
../win32xx/include/wxx_gdi.h:2470:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&rhs.m_pData->Count); | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘void Win32xx::CDC::Attach(HDC, HWND)’: | |
../win32xx/include/wxx_gdi.h:2519:57: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘HDC__* Win32xx::CDC::Detach()’: | |
../win32xx/include/wxx_gdi.h:2552:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
../win32xx/include/wxx_gdi.h: In member function ‘void Win32xx::CDC::Release()’: | |
../win32xx/include/wxx_gdi.h:2700:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
In file included from ../win32xx/include/wxx_wincore.h:100:0, | |
from frame.cpp:1: | |
../win32xx/include/wxx_menu.h: In copy constructor ‘Win32xx::CMenu::CMenu(const Win32xx::CMenu&)’: | |
../win32xx/include/wxx_menu.h:222:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_menu.h: In member function ‘Win32xx::CMenu& Win32xx::CMenu::operator=(const Win32xx::CMenu&)’: | |
../win32xx/include/wxx_menu.h:231:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&rhs.m_pData->Count); | |
^ | |
../win32xx/include/wxx_menu.h: In member function ‘void Win32xx::CMenu::Release()’: | |
../win32xx/include/wxx_menu.h:267:49: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
../win32xx/include/wxx_menu.h: In member function ‘void Win32xx::CMenu::Attach(HMENU)’: | |
../win32xx/include/wxx_menu.h:350:57: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_menu.h: In member function ‘HMENU__* Win32xx::CMenu::Detach()’: | |
../win32xx/include/wxx_menu.h:432:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
In file included from /usr/local/include/wine/windows/windows.h:37:0, | |
from /usr/local/include/wine/windows/winsock.h:110, | |
from /usr/local/include/wine/windows/winsock2.h:47, | |
from ../win32xx/include/wxx_appcore0.h:113, | |
from ../win32xx/include/wxx_appcore.h:57, | |
from ../win32xx/include/wxx_wincore.h:96, | |
from frame.cpp:1: | |
/usr/include/c++/7.2.1/bits/locale_facets_nonio.tcc: In member function ‘_InIter std::__cxx11::time_get<_CharT, _InIter>::_M_extract_name(std::__cxx11::time_get<_CharT, _InIter>::iter_type, std::__cxx11::time_get<_CharT, _InIter>::iter_type, int&, const _CharT**, std::size_t, std::ios_base&, std::ios_base::iostate&) const’: | |
/usr/include/c++/7.2.1/bits/locale_facets_nonio.tcc:944:22: error: expected unqualified-id before ‘(’ token | |
__minlen = std::min(__minlen, | |
^ | |
/usr/include/c++/7.2.1/bits/locale_conv.h: In member function ‘bool std::wbuffer_convert<_Codecvt, _Elem, _Tr>::_M_conv_get()’: | |
/usr/include/c++/7.2.1/bits/locale_conv.h:426:32: error: expected unqualified-id before ‘(’ token | |
const streamsize __npb = std::min(__pb1, __pb2); | |
^ | |
/usr/include/c++/7.2.1/bits/locale_conv.h:432:18: error: expected unqualified-id before ‘(’ token | |
__nbytes = std::min(__nbytes, _M_buf->in_avail()); | |
^ | |
In file included from ../win32xx/include/wxx_wincore.h:102:0, | |
from frame.cpp:1: | |
../win32xx/include/wxx_ddx.h: At global scope: | |
../win32xx/include/wxx_ddx.h:147:22: error: ‘virtual void Win32xx::CDataExchange::DDX_Text(int, ULONG&)’ cannot be overloaded | |
virtual void DDX_Text(int nIDC, ULONG& value); | |
^~~~~~~~ | |
../win32xx/include/wxx_ddx.h:145:22: error: with ‘virtual void Win32xx::CDataExchange::DDX_Text(int, UINT&)’ | |
virtual void DDX_Text(int nIDC, UINT& value); | |
^~~~~~~~ | |
../win32xx/include/wxx_ddx.h:1075:17: error: redefinition of ‘void Win32xx::CDataExchange::DDX_Text(int, ULONG&)’ | |
inline void CDataExchange::DDX_Text(int nIDC, ULONG& value) | |
^~~~~~~~~~~~~ | |
../win32xx/include/wxx_ddx.h:1021:17: note: ‘virtual void Win32xx::CDataExchange::DDX_Text(int, UINT&)’ previously defined here | |
inline void CDataExchange::DDX_Text(int nIDC, UINT& value) | |
^~~~~~~~~~~~~ | |
In file included from ../win32xx/include/wxx_frame.h:83:0, | |
from frame.cpp:2: | |
../win32xx/include/wxx_dialog.h: In member function ‘virtual INT_PTR Win32xx::CDialog::DoModal(HWND)’: | |
../win32xx/include/wxx_dialog.h:430:50: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&pTLSData->nDlgHooks); | |
^ | |
../win32xx/include/wxx_dialog.h:451:50: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
InterlockedDecrement(&pTLSData->nDlgHooks); | |
^ | |
In file included from ../win32xx/include/wxx_controls.h:52:0, | |
from ../win32xx/include/wxx_toolbar.h:43, | |
from ../win32xx/include/wxx_frame.h:86, | |
from frame.cpp:2: | |
../win32xx/include/wxx_imagelist.h: In copy constructor ‘Win32xx::CImageList::CImageList(const Win32xx::CImageList&)’: | |
../win32xx/include/wxx_imagelist.h:151:45: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
../win32xx/include/wxx_imagelist.h: In member function ‘Win32xx::CImageList& Win32xx::CImageList::operator=(const Win32xx::CImageList&)’: | |
../win32xx/include/wxx_imagelist.h:160:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&rhs.m_pData->Count); | |
^ | |
../win32xx/include/wxx_imagelist.h: In member function ‘void Win32xx::CImageList::Attach(HIMAGELIST)’: | |
../win32xx/include/wxx_imagelist.h:269:57: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedIncrement(volatile LONG*)’ | |
InterlockedIncrement(&m_pData->Count); | |
^ | |
In file included from ../win32xx/include/wxx_controls.h:52:0, | |
from ../win32xx/include/wxx_toolbar.h:43, | |
from ../win32xx/include/wxx_frame.h:86, | |
from frame.cpp:2: | |
../win32xx/include/wxx_imagelist.h: In member function ‘_IMAGELIST* Win32xx::CImageList::Detach()’: | |
../win32xx/include/wxx_imagelist.h:394:53: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
../win32xx/include/wxx_imagelist.h: In member function ‘void Win32xx::CImageList::Release()’: | |
../win32xx/include/wxx_imagelist.h:553:49: error: cannot convert ‘long int*’ to ‘volatile LONG* {aka volatile int*}’ for argument ‘1’ to ‘LONG InterlockedDecrement(volatile LONG*)’ | |
if (InterlockedDecrement(&m_pData->Count) == 0) | |
^ | |
winegcc: g++ failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment