Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hpp:52,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\crtdefs.h:123:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef __int64 __time64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\crtdefs.h:138:9: error: '__time64_t' does not name a type
- typedef __time64_t time_t;
- ^~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\stdint.h:9:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:41,
- from c:\mingw\include\opencv2\core\hal\interface.h:38,
- from c:\mingw\include\opencv2\core\cvdef.h:67,
- from c:\mingw\include\opencv2\core.hpp:52,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdint.h:41:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef long long int64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:42:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef unsigned long long uint64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:51:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef long long int_least64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:52:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef unsigned long long uint_least64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:64:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef long long int_fast64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:65:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef unsigned long long uint_fast64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:68:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef long long intmax_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdint.h:69:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef unsigned long long uintmax_t;
- ^~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\opencv2\core\hal\interface.h:38:0,
- from c:\mingw\include\opencv2\core\cvdef.h:67,
- from c:\mingw\include\opencv2\core.hpp:52,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:51:11: error: '::int64_t' has not been declared
- using ::int64_t;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:56:11: error: '::int_fast64_t' has not been declared
- using ::int_fast64_t;
- ^~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:61:11: error: '::int_least64_t' has not been declared
- using ::int_least64_t;
- ^~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:63:11: error: '::intmax_t' has not been declared
- using ::intmax_t;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:69:11: error: '::uint64_t' has not been declared
- using ::uint64_t;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:74:11: error: '::uint_fast64_t' has not been declared
- using ::uint_fast64_t;
- ^~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:79:11: error: '::uint_least64_t' has not been declared
- using ::uint_least64_t;
- ^~~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdint:81:11: error: '::uintmax_t' has not been declared
- using ::uintmax_t;
- ^~~~~~~~~
- In file included from c:\mingw\include\opencv2\core\cvdef.h:67:0,
- from c:\mingw\include\opencv2\core.hpp:52,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\hal\interface.h:61:12: error: 'int64_t' does not name a type
- typedef int64_t int64;
- ^~~~~~~
- c:\mingw\include\opencv2\core\hal\interface.h:62:12: error: 'uint64_t' does not name a type
- typedef uint64_t uint64;
- ^~~~~~~~
- In file included from c:\mingw\include\opencv2\core.hpp:52:0,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\cvdef.h:316:5: error: 'int64' does not name a type
- int64 i;
- ^~~~~
- c:\mingw\include\opencv2\core\cvdef.h:317:5: error: 'uint64' does not name a type
- uint64 u;
- ^~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:75:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdlib.h:114:35: error: '__mb_cur_max' was not declared in this scope
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~
- c:\mingw\include\stdlib.h:180:41: error: redefinition of 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__argc);
- ^
- c:\mingw\include\stdlib.h:114:16: note: 'int* __MINGW_IMP_SYMBOL' previously defined here
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:180:35: error: '__argc' was not declared in this scope
- extern int * __MINGW_IMP_SYMBOL(__argc);
- ^~~~~~
- c:\mingw\include\stdlib.h:188:44: error: conflicting declaration 'char*** __MINGW_IMP_SYMBOL'
- extern char *** __MINGW_IMP_SYMBOL(__argv);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:188:38: error: '__argv' was not declared in this scope
- extern char *** __MINGW_IMP_SYMBOL(__argv);
- ^~~~~~
- c:\mingw\include\stdlib.h:196:48: error: conflicting declaration 'wchar_t*** __MINGW_IMP_SYMBOL'
- extern wchar_t *** __MINGW_IMP_SYMBOL(__wargv);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:196:41: error: '__wargv' was not declared in this scope
- extern wchar_t *** __MINGW_IMP_SYMBOL(__wargv);
- ^~~~~~~
- c:\mingw\include\stdlib.h:208:46: error: conflicting declaration 'char*** __MINGW_IMP_SYMBOL'
- extern char *** __MINGW_IMP_SYMBOL(_environ);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:208:38: error: '_environ' was not declared in this scope
- extern char *** __MINGW_IMP_SYMBOL(_environ);
- ^~~~~~~~
- c:\mingw\include\stdlib.h:217:50: error: conflicting declaration 'wchar_t*** __MINGW_IMP_SYMBOL'
- extern wchar_t *** __MINGW_IMP_SYMBOL(_wenviron);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:217:41: error: '_wenviron' was not declared in this scope
- extern wchar_t *** __MINGW_IMP_SYMBOL(_wenviron);
- ^~~~~~~~~
- c:\mingw\include\stdlib.h:226:44: error: conflicting declaration 'char** __MINGW_IMP_SYMBOL'
- extern char ** __MINGW_IMP_SYMBOL(_pgmptr);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:226:37: error: '_pgmptr' was not declared in this scope
- extern char ** __MINGW_IMP_SYMBOL(_pgmptr);
- ^~~~~~~
- c:\mingw\include\stdlib.h:235:48: error: conflicting declaration 'wchar_t** __MINGW_IMP_SYMBOL'
- extern wchar_t ** __MINGW_IMP_SYMBOL(_wpgmptr);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:235:40: error: '_wpgmptr' was not declared in this scope
- extern wchar_t ** __MINGW_IMP_SYMBOL(_wpgmptr);
- ^~~~~~~~
- c:\mingw\include\stdlib.h:245:41: error: redefinition of 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(_fmode);
- ^
- c:\mingw\include\stdlib.h:114:16: note: 'int* __MINGW_IMP_SYMBOL' previously defined here
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:245:35: error: '_fmode' was not declared in this scope
- extern int * __MINGW_IMP_SYMBOL(_fmode);
- ^~~~~~
- c:\mingw\include\stdlib.h:256:55: error: conflicting declaration 'unsigned int* __MINGW_IMP_SYMBOL'
- extern unsigned int * __MINGW_IMP_SYMBOL(_osplatform);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:256:44: error: '_osplatform' was not declared in this scope
- extern unsigned int * __MINGW_IMP_SYMBOL(_osplatform);
- ^~~~~~~~~~~
- c:\mingw\include\stdlib.h:265:50: error: conflicting declaration 'unsigned int* __MINGW_IMP_SYMBOL'
- extern unsigned int * __MINGW_IMP_SYMBOL(_osver);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:265:44: error: '_osver' was not declared in this scope
- extern unsigned int * __MINGW_IMP_SYMBOL(_osver);
- ^~~~~~
- c:\mingw\include\stdlib.h:274:51: error: conflicting declaration 'unsigned int* __MINGW_IMP_SYMBOL'
- extern unsigned int * __MINGW_IMP_SYMBOL(_winver);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:274:44: error: '_winver' was not declared in this scope
- extern unsigned int * __MINGW_IMP_SYMBOL(_winver);
- ^~~~~~~
- c:\mingw\include\stdlib.h:283:53: error: conflicting declaration 'unsigned int* __MINGW_IMP_SYMBOL'
- extern unsigned int * __MINGW_IMP_SYMBOL(_winmajor);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:283:44: error: '_winmajor' was not declared in this scope
- extern unsigned int * __MINGW_IMP_SYMBOL(_winmajor);
- ^~~~~~~~~
- c:\mingw\include\stdlib.h:292:53: error: conflicting declaration 'unsigned int* __MINGW_IMP_SYMBOL'
- extern unsigned int * __MINGW_IMP_SYMBOL(_winminor);
- ^
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:292:44: error: '_winminor' was not declared in this scope
- extern unsigned int * __MINGW_IMP_SYMBOL(_winminor);
- ^~~~~~~~~
- c:\mingw\include\stdlib.h:307:81: error: expected ')' before '(' token
- template <typename _CountofType,size_t _SizeOfArray> char (*__countof_helper(UNALIGNED _CountofType (&_Array)[_SizeOfArray]))[_SizeOfArray];
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:75:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdlib.h:342:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __int64 __cdecl _abs64(__int64);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:366:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 _Int64);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:368:46: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *__cdecl getenv(const char *_VarName) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:370:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP char *__cdecl _i64toa(__int64 _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:371:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP char *__cdecl _ui64toa(unsigned __int64 _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:372:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _atoi64(const char *_String);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:373:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _atoi64_l(const char *_String,_locale_t _Locale);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:374:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _strtoi64(const char *_String,char **_EndPtr,int _Radix);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:375:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _strtoi64_l(const char *_String,char **_EndPtr,int _Radix,_locale_t _Locale);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:376:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP unsigned __int64 __cdecl _strtoui64(const char *_String,char **_EndPtr,int _Radix);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:377:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP unsigned __int64 __cdecl _strtoui64_l(const char *_String,char **_EndPtr,int _Radix,_locale_t _Locale);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:379:67: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _ltoa(long _Value,char *_Dest,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:447:77: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _ultoa(unsigned long _Value,char *_Dest,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:448:48: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl wctomb(char *_MbCh,wchar_t _WCh) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:449:77: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _wctomb_l(char *_MbCh,wchar_t _WCh,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:450:108: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- size_t __cdecl wcstombs(char * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:451:137: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP size_t __cdecl _wcstombs_l(char * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _MaxCount,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:481:72: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _itow(int _Value,wchar_t *_Dest,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:482:73: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _ltow(long _Value,wchar_t *_Dest,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:483:83: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _ultow(unsigned long _Value,wchar_t *_Dest,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:511:62: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wgetenv(const wchar_t *_VarName) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:523:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP wchar_t *__cdecl _i64tow(__int64 _Val,wchar_t *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:524:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP wchar_t *__cdecl _ui64tow(unsigned __int64 _Val,wchar_t *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:525:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _wtoi64(const wchar_t *_Str);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:526:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _wtoi64_l(const wchar_t *_Str,_locale_t _Locale);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:527:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _wcstoi64(const wchar_t *_Str,wchar_t **_EndPtr,int _Radix);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:528:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _wcstoi64_l(const wchar_t *_Str,wchar_t **_EndPtr,int _Radix,_locale_t _Locale);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:529:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP unsigned __int64 __cdecl _wcstoui64(const wchar_t *_Str,wchar_t **_EndPtr,int _Radix);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:530:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP unsigned __int64 __cdecl _wcstoui64_l(const wchar_t *_Str ,wchar_t **_EndPtr,int _Radix,_locale_t _Locale);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:539:86: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _ecvt(double _Val,int _NumOfDigits,int *_PtDec,int *_PtSign) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:540:83: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _fcvt(double _Val,int _NumOfDec,int *_PtDec,int *_PtSign) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:541:75: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _gcvt(double _Val,int _NumOfDigits,char *_DstBuf) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:581:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION unsigned __int64 __cdecl _rotl64(unsigned __int64 _Val,int _Shift);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:582:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION unsigned __int64 __cdecl _rotr64(unsigned __int64 Value,int Shift);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:593:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION unsigned __int64 __cdecl _rotr64(unsigned __int64 _Val,int _Shift);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:594:96: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP void __cdecl _searchenv(const char *_Filename,const char *_EnvVar,char *_ResultPath) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:595:109: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP void __cdecl _splitpath(const char *_FullPath,char *_Drive,char *_Dir,char *_Filename,char *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:606:106: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP void __cdecl _wsearchenv(const wchar_t *_Filename,const wchar_t *_EnvVar,wchar_t *_ResultPath) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:607:125: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP void __cdecl _wsplitpath(const wchar_t *_FullPath,wchar_t *_Drive,wchar_t *_Dir,wchar_t *_Filename,wchar_t *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:634:77: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl ecvt(double _Val,int _NumOfDigits,int *_PtDec,int *_PtSign) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:635:74: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl fcvt(double _Val,int _NumOfDec,int *_PtDec,int *_PtSign) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:636:66: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl gcvt(double _Val,int _NumOfDigits,char *_DstBuf) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:637:57: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl itoa(int _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:638:58: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl ltoa(long _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:639:46: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl putenv(const char *_EnvString) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:643:63: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- void __cdecl swab(char *_Buf1,char *_Buf2,int _SizeInBytes) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:646:68: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl ultoa(unsigned long _Val,char *_Dstbuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:653:20: error: '__MINGW_EXTENSION' does not name a type
- typedef struct { __MINGW_EXTENSION long long quot, rem; } lldiv_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:655:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION lldiv_t __cdecl lldiv(long long, long long);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:657:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llabs(long long);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:659:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE long long __cdecl llabs(long long _j) { return (_j >= 0 ? _j : -_j); }
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:662:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl strtoll(const char * __restrict__, char ** __restrict, int);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:663:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION unsigned long long __cdecl strtoull(const char * __restrict__, char ** __restrict__, int);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:666:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl atoll (const char *);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:669:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl wtoll (const wchar_t *);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:670:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION char *__cdecl lltoa (long long, char *, int);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:671:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION char *__cdecl ulltoa (unsigned long long , char *, int);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:672:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION wchar_t *__cdecl lltow (long long, wchar_t *, int);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:673:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION wchar_t *__cdecl ulltow (unsigned long long, wchar_t *, int);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:677:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); }
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:678:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE char *__cdecl lltoa (long long _n, char * _c, int _i) { return _i64toa (_n, _c, _i); }
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:679:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE char *__cdecl ulltoa (unsigned long long _n, char * _c, int _i) { return _ui64toa (_n, _c, _i); }
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:680:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE long long __cdecl wtoll (const wchar_t * _w) { return _wtoi64 (_w); }
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:681:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl lltow (long long _n, wchar_t * _w, int _i) { return _i64tow (_n, _w, _i); }
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdlib.h:682:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl ulltow (unsigned long long _n, wchar_t * _w, int _i) { return _ui64tow (_n, _w, _i); }
- ^~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:143:11: error: '::getenv' has not been declared
- using ::getenv;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:166:11: error: '::wcstombs' has not been declared
- using ::wcstombs;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:167:11: error: '::wctomb' has not been declared
- using ::wctomb;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:230:11: error: '::llabs' has not been declared
- using ::llabs;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib: In function 'lldiv_t __gnu_cxx::div(long long int, long long int)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:234:22: error: 'struct lldiv_t' has no member named 'quot'
- { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
- ^~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:234:44: error: 'struct lldiv_t' has no member named 'rem'
- { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
- ^~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib: At global scope:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:236:11: error: '::lldiv' has not been declared
- using ::lldiv;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:247:11: error: '::atoll' has not been declared
- using ::atoll;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:248:11: error: '::strtoll' has not been declared
- using ::strtoll;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:249:11: error: '::strtoull' has not been declared
- using ::strtoull;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:264:22: error: '__gnu_cxx::llabs' has not been declared
- using ::__gnu_cxx::llabs;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:266:22: error: '__gnu_cxx::lldiv' has not been declared
- using ::__gnu_cxx::lldiv;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:268:22: error: '__gnu_cxx::atoll' has not been declared
- using ::__gnu_cxx::atoll;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:270:22: error: '__gnu_cxx::strtoll' has not been declared
- using ::__gnu_cxx::strtoll;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:271:22: error: '__gnu_cxx::strtoull' has not been declared
- using ::__gnu_cxx::strtoull;
- ^~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:42:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:54,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\string.h:46:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN void *__cdecl memchr(const void *_Buf ,int _Val,size_t _MaxCount);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:50:95: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:42:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:54,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\string.h:55:77: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- void * __cdecl memccpy(void *_Dst,const void *_Src,int _Val,size_t _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:56:73: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl memicmp(const void *_Buf1,const void *_Buf2,size_t _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:59:47: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char * __cdecl _strset(char *_Str,int _Val) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:60:67: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char * __cdecl _strset_l(char *_Str,int _Val,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:66:67: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- void *__cdecl memmove(void *_Dst,const void *_Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:68:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN char *__cdecl strchr(const char *_Str,int _Val);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:81:56: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _strerror(const char *_ErrMsg) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:82:31: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *__cdecl strerror(int) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:83:48: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _strlwr(char *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:84:51: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *strlwr_l(char *_String,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:85:100: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *__cdecl strncat(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:89:92: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *strncpy(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:90:72: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _strnset(char *_Str,int _Val,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:91:84: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _strnset_l(char *str,int c,size_t count,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:92:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN char *__cdecl strpbrk(const char *_Str,const char *_Control);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:93:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN char *__cdecl strrchr(const char *_Str,int _Ch);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:96:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN char *__cdecl strstr(const char *_Str,const char *_SubStr);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:97:83: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *__cdecl strtok(char * __restrict__ _Str,const char * __restrict__ _Delim) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:102:48: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *__cdecl _strupr(char *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:103:60: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP char *_strupr_l(char *_String,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:108:42: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl strdup(const char *_Src) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:109:60: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl strcmpi(const char *_Str1,const char *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:110:60: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl stricmp(const char *_Str1,const char *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:111:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl strlwr(char *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:112:77: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl strnicmp(const char *_Str1,const char *_Str,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:122:63: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl strnset(char *_Str,int _Val,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:123:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl strrev(char *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:124:45: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl strset(char *_Str,int _Val) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:125:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl strupr(char *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:132:94: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl wcscat(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:133:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN wchar_t *__cdecl wcschr(const wchar_t *_Str,wchar_t _Ch);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:135:94: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl wcscpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:139:101: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *wcsncat(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:141:101: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *wcsncpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:142:130: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl _wcsncpy_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:143:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN wchar_t *__cdecl wcspbrk(const wchar_t *_Str,const wchar_t *_Control);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:144:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN wchar_t *__cdecl wcsrchr(const wchar_t *_Str,wchar_t _Ch);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:146:3: error: '_CONST_RETURN' does not name a type
- _CONST_RETURN wchar_t *__cdecl wcsstr(const wchar_t *_Str,const wchar_t *_SubStr);
- ^~~~~~~~~~~~~
- c:\mingw\include\string.h:147:92: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl wcstok(wchar_t * __restrict__ _Str,const wchar_t * __restrict__ _Delim) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:148:51: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wcserror(int _ErrNum) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:149:60: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl __wcserror(const wchar_t *_Str) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:154:82: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wcsnset(wchar_t *_Str,wchar_t _Val,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:156:64: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wcsset(wchar_t *_Str,wchar_t _Val) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:157:54: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wcslwr(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:158:66: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *_wcslwr_l(wchar_t *_String,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:159:54: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wcsupr(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:160:66: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *_wcsupr_l(wchar_t *_String,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:173:48: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- wchar_t *__cdecl wcsdup(const wchar_t *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:175:66: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl wcsicmp(const wchar_t *_Str1,const wchar_t *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:176:84: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl wcsnicmp(const wchar_t *_Str1,const wchar_t *_Str2,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:177:73: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- wchar_t *__cdecl wcsnset(wchar_t *_Str,wchar_t _Val,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:178:42: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- wchar_t *__cdecl wcsrev(wchar_t *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:179:55: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- wchar_t *__cdecl wcsset(wchar_t *_Str,wchar_t _Val) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:180:42: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- wchar_t *__cdecl wcslwr(wchar_t *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:181:42: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- wchar_t *__cdecl wcsupr(wchar_t *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\string.h:182:67: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl wcsicoll(const wchar_t *_Str1,const wchar_t *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\opencv2\core\cvstd.hpp:54:0,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:75:11: error: '::memchr' has not been declared
- using ::memchr;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:77:11: error: '::memcpy' has not been declared
- using ::memcpy;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:78:11: error: '::memmove' has not been declared
- using ::memmove;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:85:11: error: '::strerror' has not been declared
- using ::strerror;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:87:11: error: '::strncat' has not been declared
- using ::strncat;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:89:11: error: '::strncpy' has not been declared
- using ::strncpy;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:91:11: error: '::strtok' has not been declared
- using ::strtok;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:93:11: error: '::strchr' has not been declared
- using ::strchr;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:94:11: error: '::strpbrk' has not been declared
- using ::strpbrk;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:95:11: error: '::strrchr' has not been declared
- using ::strrchr;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstring:96:11: error: '::strstr' has not been declared
- using ::strstr;
- ^~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cctype:42:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:55,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\ctype.h:36:54: error: conflicting declaration 'short unsigned int** __MINGW_IMP_SYMBOL'
- extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:75:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cctype:42:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:55,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\ctype.h:36:47: error: '_pctype' was not declared in this scope
- extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
- ^~~~~~~
- c:\mingw\include\ctype.h:51:54: error: conflicting declaration 'short unsigned int** __MINGW_IMP_SYMBOL'
- extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:75:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cctype:42:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:55,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\ctype.h:51:47: error: '_wctype' was not declared in this scope
- extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
- ^~~~~~~
- c:\mingw\include\ctype.h:63:55: error: conflicting declaration 'short unsigned int** __MINGW_IMP_SYMBOL'
- extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:75:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cctype:42:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:55,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\ctype.h:63:47: error: '_pwctype' was not declared in this scope
- extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
- ^~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:64:34: error: expected ')' before '(' token
- extern FILE (* __MINGW_IMP_SYMBOL(_iob))[]; /* A pointer to an array of FILE */
- ^
- c:\mingw\include\wchar.h:99:5: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __int64 size;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:105:5: error: '__time64_t' does not name a type
- __time64_t time_create;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:106:5: error: '__time64_t' does not name a type
- __time64_t time_access;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:107:5: error: '__time64_t' does not name a type
- __time64_t time_write;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:114:5: error: '__time64_t' does not name a type
- __time64_t time_create;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:115:5: error: '__time64_t' does not name a type
- __time64_t time_access;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:116:5: error: '__time64_t' does not name a type
- __time64_t time_write;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:117:5: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __int64 size;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:290:77: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _wcreat(const wchar_t *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:295:61: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wmktemp(wchar_t *_TemplateName) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:303:74: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _wopen(const wchar_t *_Filename,int _OpenFlag,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:304:90: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _wsopen(const wchar_t *_Filename,int _OpenFlag,int _ShareFlag,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\wchar.h:392:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\_mingw_off_t.h:13:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef long long _off64_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\_mingw_off_t.h:15:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef long long off64_t;
- ^~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\wchar.h:393:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\_mingw_stat64.h:43:5: error: 'time_t' does not name a type
- time_t st_atime;
- ^~~~~~
- c:\mingw\include\_mingw_stat64.h:44:5: error: 'time_t' does not name a type
- time_t st_mtime;
- ^~~~~~
- c:\mingw\include\_mingw_stat64.h:45:5: error: 'time_t' does not name a type
- time_t st_ctime;
- ^~~~~~
- c:\mingw\include\_mingw_stat64.h:57:5: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __int64 st_size;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:72:5: error: '__time64_t' does not name a type
- __time64_t st_atime;
- ^~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:73:5: error: '__time64_t' does not name a type
- __time64_t st_mtime;
- ^~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:74:5: error: '__time64_t' does not name a type
- __time64_t st_ctime;
- ^~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:85:5: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __int64 st_size;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:86:5: error: '__time64_t' does not name a type
- __time64_t st_atime;
- ^~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:87:5: error: '__time64_t' does not name a type
- __time64_t st_mtime;
- ^~~~~~~~~~
- c:\mingw\include\_mingw_stat64.h:88:5: error: '__time64_t' does not name a type
- __time64_t st_ctime;
- ^~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:412:46: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *_cgetws(wchar_t *_Buffer) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:421:71: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vcwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:423:73: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vcwprintf_p(const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:426:91: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vcwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:428:93: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vcwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:441:103: error: 'va_list' has not been declared
- int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
- ^~~~~~~
- c:\mingw\include\wchar.h:445:68: error: 'va_list' has not been declared
- int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
- ^~~~~~~
- c:\mingw\include\wchar.h:449:93: error: 'va_list' has not been declared
- int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
- ^~~~~~~
- c:\mingw\include\wchar.h:457:96: error: 'va_list' has not been declared
- int __cdecl __mingw_vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:459:69: error: 'va_list' has not been declared
- int __cdecl __mingw_vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:463:99: error: 'va_list' has not been declared
- int __cdecl __mingw_vsnwprintf (wchar_t * __restrict__ , size_t, const wchar_t * __restrict__ , va_list);
- ^~~~~~~
- c:\mingw\include\wchar.h:467:88: error: 'va_list' has not been declared
- int __cdecl __mingw_vswprintf(wchar_t * __restrict__ , const wchar_t * __restrict__ ,va_list);
- ^~~~~~~
- c:\mingw\include\wchar.h:598:91: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:599:99: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:600:64: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:602:60: error: 'va_list' has not been declared
- int __cdecl __ms_vwscanf (const wchar_t * __restrict__ , va_list);
- ^~~~~~~
- c:\mingw\include\wchar.h:603:81: error: 'va_list' has not been declared
- int __cdecl __ms_vfwscanf (FILE * __restrict__ ,const wchar_t * __restrict__ ,va_list);
- ^~~~~~~
- c:\mingw\include\wchar.h:604:90: error: 'va_list' has not been declared
- int __cdecl __ms_vswscanf (const wchar_t * __restrict__ ,const wchar_t * __restrict__ ,va_list);
- ^~~~~~~
- c:\mingw\include\wchar.h: In function 'int vfwscanf(FILE*, const wchar_t*, char*)':
- c:\mingw\include\wchar.h:610:59: error: invalid conversion from 'char*' to 'int' [-fpermissive]
- return __ms_vfwscanf (__stream, __format, __local_argv);
- ^
- c:\mingw\include\wchar.h:603:15: note: initializing argument 3 of 'int __ms_vfwscanf(FILE*, const wchar_t*, int)'
- int __cdecl __ms_vfwscanf (FILE * __restrict__ ,const wchar_t * __restrict__ ,va_list);
- ^~~~~~~~~~~~~
- c:\mingw\include\wchar.h: In function 'int vswscanf(const wchar_t*, const wchar_t*, char*)':
- c:\mingw\include\wchar.h:617:60: error: invalid conversion from 'char*' to 'int' [-fpermissive]
- return __ms_vswscanf( __source, __format, __local_argv );
- ^
- c:\mingw\include\wchar.h:604:15: note: initializing argument 3 of 'int __ms_vswscanf(const wchar_t*, const wchar_t*, int)'
- int __cdecl __ms_vswscanf (const wchar_t * __restrict__ ,const wchar_t * __restrict__ ,va_list);
- ^~~~~~~~~~~~~
- c:\mingw\include\wchar.h: In function 'int vwscanf(const wchar_t*, char*)':
- c:\mingw\include\wchar.h:623:48: error: invalid conversion from 'char*' to 'int' [-fpermissive]
- return __ms_vwscanf (__format, __local_argv);
- ^
- c:\mingw\include\wchar.h:602:15: note: initializing argument 2 of 'int __ms_vwscanf(const wchar_t*, int)'
- int __cdecl __ms_vwscanf (const wchar_t * __restrict__ , va_list);
- ^~~~~~~~~~~~
- c:\mingw\include\wchar.h: At global scope:
- c:\mingw\include\wchar.h:630:88: error: 'va_list' has not been declared
- int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:631:61: error: 'va_list' has not been declared
- int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:656:53: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _getws(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:659:140: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _swprintf_l(wchar_t * __restrict__ ,size_t _SizeInWords,const wchar_t * __restrict__ _Format,_locale_t _Locale,... ) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:661:124: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vswprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:662:119: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:663:115: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~
- c:\mingw\include\wchar.h:663:130: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:673:96: error: 'va_list' has not been declared
- int __cdecl __ms_vsnwprintf (wchar_t * __restrict__ , size_t, const wchar_t * __restrict__ , va_list);
- ^~~~~~~
- c:\mingw\include\wchar.h: In function 'int snwprintf(wchar_t*, size_t, const wchar_t*, ...)':
- c:\mingw\include\wchar.h:678:5: error: 'va_list' was not declared in this scope
- va_list argp;
- ^~~~~~~
- c:\mingw\include\wchar.h:679:25: error: 'argp' was not declared in this scope
- __builtin_va_start (argp, format);
- ^~~~
- c:\mingw\include\wchar.h:680:40: error: '_vsnwprintf' was not declared in this scope
- r = _vsnwprintf (s, n, format, argp);
- ^
- c:\mingw\include\wchar.h: At global scope:
- c:\mingw\include\wchar.h:685:100: error: 'va_list' has not been declared
- int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg)
- ^~~~~~~
- c:\mingw\include\wchar.h: In function 'int vsnwprintf(wchar_t*, size_t, const wchar_t*, int)':
- c:\mingw\include\wchar.h:687:38: error: '_vsnwprintf' was not declared in this scope
- return _vsnwprintf(s,n,format,arg);
- ^
- c:\mingw\include\wchar.h: At global scope:
- c:\mingw\include\wchar.h:697:99: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vfwprintf_p(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:698:72: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vwprintf_p(const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:700:121: error: 'va_list' has not been declared
- _SECIMP int __cdecl _vswprintf_p(wchar_t * __restrict__ _DstBuf,size_t _MaxCount,const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:702:74: error: 'va_list' has not been declared
- _SECIMP int __cdecl _vscwprintf_p(const wchar_t * __restrict__ _Format,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:705:90: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:706:92: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:709:117: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vfwprintf_l(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:710:119: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vfwprintf_p_l(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:713:141: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vswprintf_c_l(wchar_t * __restrict__ _DstBuf,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:714:141: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vswprintf_p_l(wchar_t * __restrict__ _DstBuf,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:717:94: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vscwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
- ^~~~~~~
- c:\mingw\include\wchar.h:719:140: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vsnwprintf_l(wchar_t * __restrict__ _DstBuf,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~
- c:\mingw\include\wchar.h:719:158: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _vsnwprintf_l(wchar_t * __restrict__ _DstBuf,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:721:100: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args);
- ^~~~~~~
- c:\mingw\include\wchar.h:722:127: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl __swprintf_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,_locale_t _Plocinfo,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:723:137: error: 'va_list' has not been declared
- _CRTIMP int __cdecl _vswprintf_l(wchar_t * __restrict__ _Dest,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~
- c:\mingw\include\wchar.h:723:155: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _vswprintf_l(wchar_t * __restrict__ _Dest,size_t _MaxCount,const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:724:123: error: 'va_list' has not been declared
- _CRTIMP int __cdecl __vswprintf_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,_locale_t _Plocinfo,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~
- c:\mingw\include\wchar.h:724:138: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl __vswprintf_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,_locale_t _Plocinfo,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\wchar.h:727:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\swprintf.inl: In function 'int vswprintf(wchar_t*, size_t, const wchar_t*, char*)':
- c:\mingw\include\swprintf.inl:25:64: error: invalid conversion from 'char*' to 'int' [-fpermissive]
- return vsnwprintf( __stream, __count, __format, __local_argv );
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:685:15: note: initializing argument 4 of 'int vsnwprintf(wchar_t*, size_t, const wchar_t*, int)'
- int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg)
- ^~~~~~~~~~
- In file included from c:\mingw\include\wchar.h:727:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\swprintf.inl: In function 'int vswprintf(wchar_t*, const wchar_t*, char*)':
- c:\mingw\include\swprintf.inl:52:55: error: invalid conversion from 'char*' to 'int' [-fpermissive]
- return _vswprintf( __stream, __format, __local_argv );
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:721:23: note: initializing argument 3 of 'int _vswprintf(wchar_t*, const wchar_t*, int)'
- _CRTIMP int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args);
- ^~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h: At global scope:
- c:\mingw\include\wchar.h:740:120: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _fwscanf_l(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h:741:128: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _swscanf_l(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:744:93: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _wscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:746:108: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP FILE *__cdecl _wfopen(const wchar_t * __restrict__ _Filename,const wchar_t * __restrict__ _Mode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:747:139: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP FILE *__cdecl _wfreopen(const wchar_t * __restrict__ _Filename,const wchar_t * __restrict__ _Mode,FILE * __restrict__ _OldFile) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h: In function 'wint_t getwchar()':
- c:\mingw\include\wchar.h:769:58: error: '__iob_func' was not declared in this scope
- __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); }
- ^
- c:\mingw\include\wchar.h:769:58: error: '__MINGW_IMP_SYMBOL' cannot be used as a function
- __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); }
- ^
- c:\mingw\include\wchar.h: In function 'wint_t putwchar(wchar_t)':
- c:\mingw\include\wchar.h:770:71: error: '__iob_func' was not declared in this scope
- __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }
- ^
- c:\mingw\include\wchar.h:770:71: error: '__MINGW_IMP_SYMBOL' cannot be used as a function
- __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); }
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:44:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\wchar.h: At global scope:
- c:\mingw\include\wchar.h:926:55: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl _wctime32(const __time32_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:930:56: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wstrdate(wchar_t *_Buffer) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:932:56: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wstrtime(wchar_t *_Buffer) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:934:44: error: '__time64_t' does not name a type
- _CRTIMP wchar_t *__cdecl _wctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:934:63: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP wchar_t *__cdecl _wctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:935:80: error: '__time64_t' does not name a type
- _SECIMP errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *_Time);
- ^~~~~~~~~~
- c:\mingw\include\wchar.h:939:34: error: 'time_t' does not name a type
- wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~
- c:\mingw\include\wchar.h:939:49: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:942:47: error: 'time_t' does not name a type
- __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); }
- ^~~~~~
- c:\mingw\include\wchar.h: In function 'wchar_t* _wctime(const int*)':
- c:\mingw\include\wchar.h:942:86: error: '_wctime64' was not declared in this scope
- __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); }
- ^
- c:\mingw\include\wchar.h: At global scope:
- c:\mingw\include\wchar.h:951:54: error: 'time_t' does not name a type
- errno_t __cdecl _wctime_s(wchar_t *, size_t, const time_t *);
- ^~~~~~
- c:\mingw\include\wchar.h:954:86: error: 'time_t' does not name a type
- __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); }
- ^~~~~~
- c:\mingw\include\wchar.h:969:137: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- size_t __cdecl mbsrtowcs(wchar_t * __restrict__ _Dest,const char ** __restrict__ _PSrc,size_t _Count,mbstate_t * __restrict__ _State) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:970:101: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- size_t __cdecl wcrtomb(char * __restrict__ _Dest,wchar_t _Source,mbstate_t * __restrict__ _State) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:971:140: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- size_t __cdecl wcsrtombs(char * __restrict__ _Dest,const wchar_t ** __restrict__ _PSource,size_t _Count,mbstate_t * __restrict__ _State) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:978:96: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl wmemcpy(wchar_t * __restrict__ s1,const wchar_t * __restrict__ s2,size_t n) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:980:71: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- wchar_t *__cdecl wmemmove(wchar_t *s1, const wchar_t *s2, size_t n) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:983:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl wcstoll(const wchar_t * __restrict__ nptr,wchar_t ** __restrict__ endptr, int base);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:984:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION unsigned long long __cdecl wcstoull(const wchar_t * __restrict__ nptr,wchar_t ** __restrict__ endptr, int base);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h:988:98: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- void *__cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\wchar.h: In function 'wchar_t* wmemcpy(wchar_t*, const wchar_t*, size_t)':
- c:\mingw\include\wchar.h:1012:58: error: 'memcpy' was not declared in this scope
- return (wchar_t *) memcpy (_S1,_S2,_N*sizeof(wchar_t));
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\postypes.h:40:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\char_traits.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:40,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar: At global scope:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:148:11: error: '::fwscanf' has not been declared
- using ::fwscanf;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:154:11: error: '::mbsrtowcs' has not been declared
- using ::mbsrtowcs;
- ^~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:160:11: error: '::swscanf' has not been declared
- using ::swscanf;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:176:11: error: '::wcrtomb' has not been declared
- using ::wcrtomb;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:177:11: error: '::wcscat' has not been declared
- using ::wcscat;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:180:11: error: '::wcscpy' has not been declared
- using ::wcscpy;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:184:11: error: '::wcsncat' has not been declared
- using ::wcsncat;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:186:11: error: '::wcsncpy' has not been declared
- using ::wcsncpy;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:187:11: error: '::wcsrtombs' has not been declared
- using ::wcsrtombs;
- ^~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:193:11: error: '::wcstok' has not been declared
- using ::wcstok;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:203:11: error: '::wscanf' has not been declared
- using ::wscanf;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:204:11: error: '::wcschr' has not been declared
- using ::wcschr;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:205:11: error: '::wcspbrk' has not been declared
- using ::wcspbrk;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:206:11: error: '::wcsrchr' has not been declared
- using ::wcsrchr;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:207:11: error: '::wcsstr' has not been declared
- using ::wcsstr;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar: In function 'wchar_t* std::wcschr(wchar_t*, wchar_t)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:213:19: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
- { return wcschr(const_cast<const wchar_t*>(__p), __c); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:212:3: note: initializing argument 1 of 'wchar_t* std::wcschr(wchar_t*, wchar_t)'
- wcschr(wchar_t* __p, wchar_t __c)
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar: In function 'wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:217:20: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
- { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:216:3: note: initializing argument 1 of 'wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)'
- wcspbrk(wchar_t* __s1, const wchar_t* __s2)
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar: In function 'wchar_t* std::wcsrchr(wchar_t*, wchar_t)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:221:20: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
- { return wcsrchr(const_cast<const wchar_t*>(__p), __c); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:220:3: note: initializing argument 1 of 'wchar_t* std::wcsrchr(wchar_t*, wchar_t)'
- wcsrchr(wchar_t* __p, wchar_t __c)
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar: In function 'wchar_t* std::wcsstr(wchar_t*, const wchar_t*)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:225:19: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
- { return wcsstr(const_cast<const wchar_t*>(__s1), __s2); }
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:224:3: note: initializing argument 1 of 'wchar_t* std::wcsstr(wchar_t*, const wchar_t*)'
- wcsstr(wchar_t* __s1, const wchar_t* __s2)
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar: At global scope:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:257:11: error: '::wcstoll' has not been declared
- using ::wcstoll;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:258:11: error: '::wcstoull' has not been declared
- using ::wcstoull;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:265:22: error: '__gnu_cxx::wcstoll' has not been declared
- using ::__gnu_cxx::wcstoll;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:266:22: error: '__gnu_cxx::wcstoull' has not been declared
- using ::__gnu_cxx::wcstoull;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:294:14: error: 'std::wcstoll' has not been declared
- using std::wcstoll;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cwchar:295:14: error: 'std::wcstoull' has not been declared
- using std::wcstoull;
- ^~~~~~~~
- In file included from c:\mingw\include\locale.h:12:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\clocale:42,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\mingw32\bits\c++locale.h:41,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\localefwd.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:43,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdio.h:91:34: error: expected ')' before '(' token
- extern FILE (* __MINGW_IMP_SYMBOL(_iob))[]; /* A pointer to an array of FILE */
- ^
- c:\mingw\include\stdio.h:103:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION typedef __int64 fpos_t;
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:391:88: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:398:99: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\locale.h:12:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\clocale:42,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\mingw32\bits\c++locale.h:41,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\localefwd.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:43,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdio.h:401:87: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl fscanf(FILE * __restrict__ _File,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:403:60: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl scanf(const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:405:92: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- int __cdecl sscanf(const char * __restrict__ _Src,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:470:50: error: 'fpos_t' has not been declared
- int __cdecl fgetpos(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* 64bit only, no 32bit version */
- ^~~~~~
- c:\mingw\include\stdio.h:471:52: error: 'fpos_t' has not been declared
- int __cdecl fgetpos64(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* fgetpos already 64bit */
- ^~~~~~
- c:\mingw\include\stdio.h:479:92: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- FILE *__cdecl fopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:485:120: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- FILE *__cdecl freopen(const char * __restrict__ _Filename,const char * __restrict__ _Mode,FILE * __restrict__ _File) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:486:41: error: 'fpos_t' does not name a type
- int __cdecl fsetpos(FILE *_File,const fpos_t *_Pos);
- ^~~~~~
- c:\mingw\include\stdio.h:487:43: error: 'fpos_t' does not name a type
- int __cdecl fsetpos64(FILE *_File,const fpos_t *_Pos); /* fsetpos already 64bit */
- ^~~~~~
- c:\mingw\include\stdio.h:492:30: error: '_off64_t' has not been declared
- int fseeko64(FILE* stream, _off64_t offset, int whence);
- ^~~~~~~~
- c:\mingw\include\stdio.h:505:3: error: '_off64_t' does not name a type
- _off64_t ftello64(FILE * stream);
- ^~~~~~~~
- c:\mingw\include\stdio.h:514:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION int __cdecl _fseeki64(FILE *_File,__int64 _Offset,int _Origin);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:515:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION __int64 __cdecl _ftelli64(FILE *_File);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:520:37: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- char *__cdecl gets(char *_Buffer) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:542:45: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl unlink(const char *_Filename) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:547:78: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- void __cdecl setbuf(FILE * __restrict__ _File,char * __restrict__ _Buffer) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:553:119: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _snscanf(const char * __restrict__ _Src,size_t _MaxCount,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:554:31: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- FILE *__cdecl tmpfile(void) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:559:112: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _snprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:561:123: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP int __cdecl _vsnprintf(char * __restrict__ _Dest,size_t _Count,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:578:5: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- __MINGW_ATTRIB_DEPRECATED_MSVC2005 __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h: In function 'int vsnprintf(char*, size_t, const char*, va_list)':
- c:\mingw\include\stdio.h:584:65: error: '__ms_vsnprintf' was not declared in this scope
- return __ms_vsnprintf (__stream, __n, __format, __local_argv);
- ^
- c:\mingw\include\stdio.h: In function 'int snprintf(char*, size_t, const char*, ...)':
- c:\mingw\include\stdio.h:597:67: error: '__ms_vsnprintf' was not declared in this scope
- __retval = __ms_vsnprintf (__stream, __n, __format, __local_argv);
- ^
- c:\mingw\include\stdio.h: At global scope:
- c:\mingw\include\stdio.h:934:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP int __cdecl _fseeki64_nolock(FILE *_File,__int64 _Offset,int _Origin);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:935:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION _CRTIMP __int64 __cdecl _ftelli64_nolock(FILE *_File);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:943:73: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- char *__cdecl tempnam(const char *_Directory,const char *_FilePrefix) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:944:31: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl fcloseall(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:945:61: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- FILE *__cdecl fdopen(int _FileHandle,const char *_Format) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:946:30: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl fgetchar(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:947:35: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl fileno(FILE *_File) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:948:30: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl flushall(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:949:33: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl fputchar(int _Ch) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:950:33: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl getw(FILE *_File) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:951:41: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl putw(int _Ch,FILE *_File) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\stdio.h:952:27: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- int __cdecl rmtmp(void) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\ext\string_conversions.h:43:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h:5402,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:52,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:99:11: error: '::fpos_t' has not been declared
- using ::fpos_t;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:109:11: error: '::fopen' has not been declared
- using ::fopen;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:114:11: error: '::freopen' has not been declared
- using ::freopen;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:115:11: error: '::fscanf' has not been declared
- using ::fscanf;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:134:11: error: '::scanf' has not been declared
- using ::scanf;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:135:11: error: '::setbuf' has not been declared
- using ::setbuf;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:137:11: error: '::sprintf' has not been declared
- using ::sprintf;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:138:11: error: '::sscanf' has not been declared
- using ::sscanf;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:139:11: error: '::tmpfile' has not been declared
- using ::tmpfile;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdio:146:11: error: '::vsprintf' has not been declared
- using ::vsprintf;
- ^~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:52:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h: In function 'long long int std::__cxx11::stoll(const string&, std::size_t*, int)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h:5428:31: error: 'strtoll' is not a member of 'std'
- { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
- ^~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h: In function 'long long unsigned int std::__cxx11::stoull(const string&, std::size_t*, int)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h:5433:31: error: 'strtoull' is not a member of 'std'
- { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
- ^~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h: In function 'long long int std::__cxx11::stoll(const wstring&, std::size_t*, int)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h:5534:31: error: 'wcstoll' is not a member of 'std'
- { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
- ^~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h: In function 'long long unsigned int std::__cxx11::stoull(const wstring&, std::size_t*, int)':
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\basic_string.h:5539:31: error: 'wcstoull' is not a member of 'std'
- { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
- ^~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:45:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:66,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\math.h: At global scope:
- c:\mingw\include\math.h:122:5: error: '__C89_NAMELESS' does not name a type
- __C89_NAMELESS struct {
- ^~~~~~~~~~~~~~
- c:\mingw\include\math.h:124:7: error: 'lh' does not name a type
- } lh;
- ^~
- c:\mingw\include\math.h:135:5: error: '__C89_NAMELESS' does not name a type
- __C89_NAMELESS struct {
- ^~~~~~~~~~~~~~
- c:\mingw\include\math.h:140:7: error: 'lh' does not name a type
- } lh;
- ^~
- c:\mingw\include\math.h:156:43: error: conflicting declaration 'double* __MINGW_IMP_SYMBOL'
- extern double * __MINGW_IMP_SYMBOL(_HUGE);
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cstdlib:75:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\stl_algo.h:59,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\algorithm:62,
- from c:\mingw\include\opencv2\core\base.hpp:53,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\stdlib.h:114:16: note: previous declaration as 'int* __MINGW_IMP_SYMBOL'
- extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
- ^~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:45:0,
- from c:\mingw\include\opencv2\core\cvstd.hpp:66,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\math.h:156:38: error: '_HUGE' was not declared in this scope
- extern double * __MINGW_IMP_SYMBOL(_HUGE);
- ^~~~~
- c:\mingw\include\math.h:311:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- _CRTIMP double __cdecl j0 (double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:312:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- _CRTIMP double __cdecl j1 (double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:313:41: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- _CRTIMP double __cdecl jn (int, double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:314:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- _CRTIMP double __cdecl y0 (double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:315:36: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- _CRTIMP double __cdecl y1 (double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:316:41: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- _CRTIMP double __cdecl yn (int, double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:882:48: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_MSVC2005'
- extern double __cdecl hypot (double, double) __MINGW_ATTRIB_DEPRECATED_MSVC2005; /* in libmoldname.a */
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h: In function 'float hypotf(float, float)':
- c:\mingw\include\math.h:885:100: error: 'hypot' was not declared in this scope
- __CRT_INLINE float __cdecl hypotf (float x, float y) { return (float) hypot ((double)x, (double)y);}
- ^
- c:\mingw\include\math.h: At global scope:
- c:\mingw\include\math.h:946:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llrint (double);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:947:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llrintf (float);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:948:1: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llrintl (long double);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:1038:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llround (double);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:1039:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llroundf (float);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h:1040:3: error: '__MINGW_EXTENSION' does not name a type
- __MINGW_EXTENSION long long __cdecl llroundl (long double);
- ^~~~~~~~~~~~~~~~~
- c:\mingw\include\math.h: In function 'double copysign(double, double)':
- c:\mingw\include\math.h:1073:8: error: '__mingw_dbl_type_t {aka union __mingw_dbl_type_t}' has no member named 'lh'
- hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000);
- ^~
- c:\mingw\include\math.h:1073:22: error: '__mingw_dbl_type_t {aka union __mingw_dbl_type_t}' has no member named 'lh'
- hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000);
- ^~
- c:\mingw\include\math.h:1073:50: error: '__mingw_dbl_type_t {aka union __mingw_dbl_type_t}' has no member named 'lh'
- hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000);
- ^~
- In file included from c:\mingw\include\opencv2\core\cvstd.hpp:66:0,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath: At global scope:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
- using ::hypot;
- ^~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1169:11: error: '::llrint' has not been declared
- using ::llrint;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1170:11: error: '::llrintf' has not been declared
- using ::llrintf;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1171:11: error: '::llrintl' has not been declared
- using ::llrintl;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1173:11: error: '::llround' has not been declared
- using ::llround;
- ^~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1174:11: error: '::llroundf' has not been declared
- using ::llroundf;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cmath:1175:11: error: '::llroundl' has not been declared
- using ::llroundl;
- ^~~~~~~~
- In file included from c:\mingw\include\opencv2\core\base.hpp:56:0,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\cvstd.hpp:85:19: error: 'uint64' does not name a type
- static inline uint64 abs(uint64 a) { return a; }
- ^~~~~~
- In file included from c:\mingw\include\opencv2\core\base.hpp:56:0,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\cvstd.hpp: In constructor 'cv::String::String(const cv::String&, size_t, size_t)':
- c:\mingw\include\opencv2\core\cvstd.hpp:616:47: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), str.cstr_ + pos, len);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In constructor 'cv::String::String(const char*)':
- c:\mingw\include\opencv2\core\cvstd.hpp:625:33: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), s, len);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In constructor 'cv::String::String(const char*, size_t)':
- c:\mingw\include\opencv2\core\cvstd.hpp:633:29: error: 'memcpy' was not declared in this scope
- memcpy(allocate(n), s, n);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In constructor 'cv::String::String(const char*, const char*)':
- c:\mingw\include\opencv2\core\cvstd.hpp:648:37: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), first, len);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In member function 'cv::String& cv::String::operator=(const char*)':
- c:\mingw\include\opencv2\core\cvstd.hpp:688:33: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), s, len);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In function 'cv::String cv::operator+(const cv::String&, const cv::String&)':
- c:\mingw\include\opencv2\core\cvstd.hpp:981:40: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_, lhs.cstr_, lhs.len_);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In function 'cv::String cv::operator+(const cv::String&, const char*)':
- c:\mingw\include\opencv2\core\cvstd.hpp:992:40: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_, lhs.cstr_, lhs.len_);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In function 'cv::String cv::operator+(const char*, const cv::String&)':
- c:\mingw\include\opencv2\core\cvstd.hpp:1003:32: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_, lhs, lhslen);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In function 'cv::String cv::operator+(const cv::String&, char)':
- c:\mingw\include\opencv2\core\cvstd.hpp:1013:40: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_, lhs.cstr_, lhs.len_);
- ^
- c:\mingw\include\opencv2\core\cvstd.hpp: In function 'cv::String cv::operator+(char, const cv::String&)':
- c:\mingw\include\opencv2\core\cvstd.hpp:1024:44: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_ + 1, rhs.cstr_, rhs.len_);
- ^
- In file included from c:\mingw\include\opencv2\core\saturate.hpp:49:0,
- from c:\mingw\include\opencv2\core\matx.hpp:54,
- from c:\mingw\include\opencv2\core.hpp:57,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\fast_math.hpp: In function 'int cvIsNaN(double)':
- c:\mingw\include\opencv2\core\fast_math.hpp:179:32: error: 'Cv64suf {aka union Cv64suf}' has no member named 'u'
- return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) +
- ^
- c:\mingw\include\opencv2\core\fast_math.hpp:180:31: error: 'Cv64suf {aka union Cv64suf}' has no member named 'u'
- ((unsigned)ieee754.u != 0) > 0x7ff00000;
- ^
- c:\mingw\include\opencv2\core\fast_math.hpp: In function 'int cvIsInf(double)':
- c:\mingw\include\opencv2\core\fast_math.hpp:193:32: error: 'Cv64suf {aka union Cv64suf}' has no member named 'u'
- return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) == 0x7ff00000 &&
- ^
- c:\mingw\include\opencv2\core\fast_math.hpp:194:31: error: 'Cv64suf {aka union Cv64suf}' has no member named 'u'
- (unsigned)ieee754.u == 0;
- ^
- In file included from c:\mingw\include\opencv2\core\matx.hpp:54:0,
- from c:\mingw\include\opencv2\core.hpp:57,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\saturate.hpp: At global scope:
- c:\mingw\include\opencv2\core\saturate.hpp:98:56: error: 'cv::saturate_cast' declared as an 'inline' variable
- template<typename _Tp> static inline _Tp saturate_cast(int64 v) { return _Tp(v); }
- ^~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:98:56: error: 'template<class _Tp> _Tp cv::saturate_cast' conflicts with a previous declaration
- c:\mingw\include\opencv2\core\saturate.hpp:96:42: note: previous declaration 'namespace cv { }::saturate_cast'
- template<typename _Tp> static inline _Tp saturate_cast(double v) { return _Tp(v); }
- ^~~~~~~~~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:98:56: error: 'int64' was not declared in this scope
- template<typename _Tp> static inline _Tp saturate_cast(int64 v) { return _Tp(v); }
- ^~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:98:68: error: expected ';' before '{' token
- template<typename _Tp> static inline _Tp saturate_cast(int64 v) { return _Tp(v); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:100:56: error: 'cv::saturate_cast' declared as an 'inline' variable
- template<typename _Tp> static inline _Tp saturate_cast(uint64 v) { return _Tp(v); }
- ^~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:100:56: error: 'template<class _Tp> _Tp cv::saturate_cast' conflicts with a previous declaration
- c:\mingw\include\opencv2\core\saturate.hpp:96:42: note: previous declaration 'namespace cv { }::saturate_cast'
- template<typename _Tp> static inline _Tp saturate_cast(double v) { return _Tp(v); }
- ^~~~~~~~~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:100:56: error: 'uint64' was not declared in this scope
- template<typename _Tp> static inline _Tp saturate_cast(uint64 v) { return _Tp(v); }
- ^~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:100:68: error: expected ';' before '{' token
- template<typename _Tp> static inline _Tp saturate_cast(uint64 v) { return _Tp(v); }
- ^
- In file included from c:\mingw\include\opencv2\core\matx.hpp:54:0,
- from c:\mingw\include\opencv2\core.hpp:57,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\saturate.hpp:109:46: error: template-id 'saturate_cast<uchar>' used as a declarator
- template<> inline uchar saturate_cast<uchar>(int64 v) { return (uchar)((uint64)v <= (uint64)UCHAR_MAX ? v : v > 0 ? UCHAR_MAX : 0); }
- ^~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:109:46: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:109:46: error: 'int64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:109:62: error: expected ';' before '{' token
- template<> inline uchar saturate_cast<uchar>(int64 v) { return (uchar)((uint64)v <= (uint64)UCHAR_MAX ? v : v > 0 ? UCHAR_MAX : 0); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:110:46: error: template-id 'saturate_cast<uchar>' used as a declarator
- template<> inline uchar saturate_cast<uchar>(uint64 v) { return (uchar)std::min(v, (uint64)UCHAR_MAX); }
- ^~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:110:46: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:110:46: error: 'uint64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:110:62: error: expected ';' before '{' token
- template<> inline uchar saturate_cast<uchar>(uint64 v) { return (uchar)std::min(v, (uint64)UCHAR_MAX); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:119:46: error: template-id 'saturate_cast<schar>' used as a declarator
- template<> inline schar saturate_cast<schar>(int64 v) { return (schar)((uint64)((int64)v-SCHAR_MIN) <= (uint64)UCHAR_MAX ? v : v > 0 ? SCHAR_MAX : SCHAR_MIN); }
- ^~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:119:46: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:119:46: error: 'int64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:119:62: error: expected ';' before '{' token
- template<> inline schar saturate_cast<schar>(int64 v) { return (schar)((uint64)((int64)v-SCHAR_MIN) <= (uint64)UCHAR_MAX ? v : v > 0 ? SCHAR_MAX : SCHAR_MIN); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:120:46: error: template-id 'saturate_cast<schar>' used as a declarator
- template<> inline schar saturate_cast<schar>(uint64 v) { return (schar)std::min(v, (uint64)SCHAR_MAX); }
- ^~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:120:46: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:120:46: error: 'uint64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:120:62: error: expected ';' before '{' token
- template<> inline schar saturate_cast<schar>(uint64 v) { return (schar)std::min(v, (uint64)SCHAR_MAX); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:128:48: error: template-id 'saturate_cast<ushort>' used as a declarator
- template<> inline ushort saturate_cast<ushort>(int64 v) { return (ushort)((uint64)v <= (uint64)USHRT_MAX ? v : v > 0 ? USHRT_MAX : 0); }
- ^~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:128:48: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:128:48: error: 'int64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:128:62: error: expected ';' before '{' token
- template<> inline ushort saturate_cast<ushort>(int64 v) { return (ushort)((uint64)v <= (uint64)USHRT_MAX ? v : v > 0 ? USHRT_MAX : 0); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:129:48: error: template-id 'saturate_cast<ushort>' used as a declarator
- template<> inline ushort saturate_cast<ushort>(uint64 v) { return (ushort)std::min(v, (uint64)USHRT_MAX); }
- ^~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:129:48: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:129:48: error: 'uint64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:129:62: error: expected ';' before '{' token
- template<> inline ushort saturate_cast<ushort>(uint64 v) { return (ushort)std::min(v, (uint64)USHRT_MAX); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:136:46: error: template-id 'saturate_cast<short int>' used as a declarator
- template<> inline short saturate_cast<short>(int64 v) { return (short)((uint64)((int64)v - SHRT_MIN) <= (uint64)USHRT_MAX ? v : v > 0 ? SHRT_MAX : SHRT_MIN); }
- ^~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:136:46: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:136:46: error: 'int64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:136:62: error: expected ';' before '{' token
- template<> inline short saturate_cast<short>(int64 v) { return (short)((uint64)((int64)v - SHRT_MIN) <= (uint64)USHRT_MAX ? v : v > 0 ? SHRT_MAX : SHRT_MIN); }
- ^
- c:\mingw\include\opencv2\core\saturate.hpp:137:46: error: template-id 'saturate_cast<short int>' used as a declarator
- template<> inline short saturate_cast<short>(uint64 v) { return (short)std::min(v, (uint64)SHRT_MAX); }
- ^~~~~~
- c:\mingw\include\opencv2\core\saturate.hpp:137:46: error: 'cv::saturate_cast' declared as an 'inline' variable
- c:\mingw\include\opencv2\core\saturate.hpp:137:46: error: 'uint64' was not declared in this scope
- c:\mingw\include\opencv2\core\saturate.hpp:137:62: error: expected ';' before '{' token
- template<> inline short saturate_cast<short>(uint64 v) { return (short)std::min(v, (uint64)SHRT_MAX); }
- ^
- In file included from c:\mingw\lib\gcc\mingw32\6.3.0\include\float.h:273:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\cfloat:42,
- from c:\mingw\include\opencv2\core\types.hpp:52,
- from c:\mingw\include\opencv2\core.hpp:58,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\float.h:253:99: error: expected initializer before '__MINGW_ATTRIB_DEPRECATED_SEC_WARN'
- _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _controlfp (unsigned int unNew, unsigned int unMask) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from c:\mingw\include\opencv2\opencv.hpp:46:0,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core.hpp:2662:16: error: expected ')' before 'state'
- RNG(uint64 state);
- ^~~~~
- c:\mingw\include\opencv2\core.hpp:2790:5: error: 'uint64' does not name a type
- uint64 state;
- ^~~~~~
- c:\mingw\include\opencv2\core.hpp:3143:29: error: 'uint64' was not declared in this scope
- template<> struct ParamType<uint64>
- ^~~~~~
- c:\mingw\include\opencv2\core.hpp:3143:35: error: template argument 1 is invalid
- template<> struct ParamType<uint64>
- ^
- In file included from c:\mingw\include\opencv2\core.hpp:3163:0,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\operations.hpp: In constructor 'cv::RNG::RNG()':
- c:\mingw\include\opencv2\core\operations.hpp:333:34: error: 'state' was not declared in this scope
- inline RNG::RNG() { state = 0xffffffff; }
- ^~~~~
- c:\mingw\include\opencv2\core\operations.hpp: At global scope:
- c:\mingw\include\opencv2\core\operations.hpp:334:17: error: 'cv::RNG::RNG' declared as an 'inline' variable
- inline RNG::RNG(uint64 _state) { state = _state ? _state : 0xffffffff; }
- ^~~~~~
- c:\mingw\include\opencv2\core\operations.hpp:334:17: error: 'int cv::RNG::RNG' is not a static data member of 'class cv::RNG'
- c:\mingw\include\opencv2\core\operations.hpp:334:17: error: 'uint64' was not declared in this scope
- c:\mingw\include\opencv2\core\operations.hpp: In member function 'cv::RNG::operator double()':
- c:\mingw\include\opencv2\core\operations.hpp:343:66: error: 'uint64' was not declared in this scope
- inline RNG::operator double() { unsigned t = next(); return (((uint64)t << 32) | next()) * 5.4210108624275221700372640043497e-20; }
- ^~~~~~
- c:\mingw\include\opencv2\core\operations.hpp:343:73: error: expected ')' before 't'
- inline RNG::operator double() { unsigned t = next(); return (((uint64)t << 32) | next()) * 5.4210108624275221700372640043497e-20; }
- ^
- In file included from c:\mingw\include\opencv2\core.hpp:3163:0,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\operations.hpp:343:131: error: expected ')' before ';' token
- inline RNG::operator double() { unsigned t = next(); return (((uint64)t << 32) | next()) * 5.4210108624275221700372640043497e-20; }
- ^
- c:\mingw\include\opencv2\core\operations.hpp: In member function 'unsigned int cv::RNG::next()':
- c:\mingw\include\opencv2\core\operations.hpp:354:5: error: 'state' was not declared in this scope
- state = (uint64)(unsigned)state* /*CV_RNG_COEFF*/ 4164903690U + (unsigned)(state >> 32);
- ^~~~~
- c:\mingw\include\opencv2\core\operations.hpp:354:14: error: 'uint64' was not declared in this scope
- state = (uint64)(unsigned)state* /*CV_RNG_COEFF*/ 4164903690U + (unsigned)(state >> 32);
- ^~~~~~
- c:\mingw\include\opencv2\core\operations.hpp:354:22: error: expected primary-expression before 'unsigned'
- state = (uint64)(unsigned)state* /*CV_RNG_COEFF*/ 4164903690U + (unsigned)(state >> 32);
- ^~~~~~~~
- In file included from c:\mingw\include\locale.h:12:0,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\clocale:42,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\mingw32\bits\c++locale.h:41,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\bits\localefwd.h:40,
- from c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\string:43,
- from c:\mingw\include\opencv2\core\cvstd.hpp:58,
- from c:\mingw\include\opencv2\core\base.hpp:56,
- from c:\mingw\include\opencv2\core.hpp:54,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\operations.hpp: At global scope:
- c:\mingw\include\opencv2\core\operations.hpp:377:47: error: '__iob_func' was not declared in this scope
- int print(Ptr<Formatted> fmtd, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:377:47: error: '__MINGW_IMP_SYMBOL' cannot be used as a function
- int print(Ptr<Formatted> fmtd, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:388:42: error: '__iob_func' was not declared in this scope
- int print(const Mat& mtx, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:388:42: error: '__MINGW_IMP_SYMBOL' cannot be used as a function
- int print(const Mat& mtx, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:394:43: error: '__iob_func' was not declared in this scope
- int print(const UMat& mtx, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:394:43: error: '__MINGW_IMP_SYMBOL' cannot be used as a function
- int print(const UMat& mtx, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:400:64: error: there are no arguments to '__iob_func' that depend on a template parameter, so a declaration of '__iob_func' must be available [-fpermissive]
- int print(const std::vector<Point_<_Tp> >& vec, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:400:64: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
- c:\mingw\include\opencv2\core\operations.hpp:406:65: error: there are no arguments to '__iob_func' that depend on a template parameter, so a declaration of '__iob_func' must be available [-fpermissive]
- int print(const std::vector<Point3_<_Tp> >& vec, FILE* stream = stdout)
- ^
- c:\mingw\include\opencv2\core\operations.hpp:412:55: error: there are no arguments to '__iob_func' that depend on a template parameter, so a declaration of '__iob_func' must be available [-fpermissive]
- int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout)
- ^
- In file included from c:\mingw\include\opencv2\core.hpp:3164:0,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\cvstd.inl.hpp: In constructor 'cv::String::String(const string&)':
- c:\mingw\include\opencv2\core\cvstd.inl.hpp:81:47: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), str.c_str(), len);
- ^
- c:\mingw\include\opencv2\core\cvstd.inl.hpp: In constructor 'cv::String::String(const string&, size_t, size_t)':
- c:\mingw\include\opencv2\core\cvstd.inl.hpp:93:49: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), str.c_str() + pos, len);
- ^
- c:\mingw\include\opencv2\core\cvstd.inl.hpp: In member function 'cv::String& cv::String::operator=(const string&)':
- c:\mingw\include\opencv2\core\cvstd.inl.hpp:103:47: error: 'memcpy' was not declared in this scope
- memcpy(allocate(len), str.c_str(), len);
- ^
- c:\mingw\include\opencv2\core\cvstd.inl.hpp: In function 'cv::String cv::operator+(const cv::String&, const string&)':
- c:\mingw\include\opencv2\core\cvstd.inl.hpp:127:40: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_, lhs.cstr_, lhs.len_);
- ^
- c:\mingw\include\opencv2\core\cvstd.inl.hpp: In function 'cv::String cv::operator+(const string&, const cv::String&)':
- c:\mingw\include\opencv2\core\cvstd.inl.hpp:138:40: error: 'memcpy' was not declared in this scope
- memcpy(s.cstr_, lhs.c_str(), lhslen);
- ^
- In file included from c:\mingw\include\opencv2\core.hpp:3165:0,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\utility.hpp: At global scope:
- c:\mingw\include\opencv2\core\utility.hpp:252:14: error: 'int64' does not name a type
- CV_EXPORTS_W int64 getTickCount();
- ^~~~~
- c:\mingw\include\opencv2\core\utility.hpp:278:14: error: 'int64' does not name a type
- CV_EXPORTS_W int64 getCPUTickCount();
- ^~~~~
- In file included from c:\mingw\include\assert.h:17:0,
- from c:\mingw\include\opencv2\core\types_c.h:62,
- from c:\mingw\include\opencv2\core\core_c.h:48,
- from c:\mingw\include\opencv2\core\utility.hpp:886,
- from c:\mingw\include\opencv2\core.hpp:3165,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\stdlib.h:62:12: error: 'std::getenv' has not been declared
- using std::getenv;
- ^~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\stdlib.h:80:12: error: 'std::wcstombs' has not been declared
- using std::wcstombs;
- ^~~~~~~~
- c:\mingw\lib\gcc\mingw32\6.3.0\include\c++\stdlib.h:81:12: error: 'std::wctomb' has not been declared
- using std::wctomb;
- ^~~~~~
- In file included from c:\mingw\include\opencv2\core\core_c.h:48:0,
- from c:\mingw\include\opencv2\core\utility.hpp:886,
- from c:\mingw\include\opencv2\core.hpp:3165,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\types_c.h:203:9: error: 'uint64' does not name a type
- typedef uint64 CvRNG;
- ^~~~~~
- c:\mingw\include\opencv2\core\types_c.h:215:11: error: 'CvRNG' does not name a type
- CV_INLINE CvRNG cvRNG( int64 seed CV_DEFAULT(-1))
- ^~~~~
- c:\mingw\include\opencv2\core\types_c.h:228:31: error: 'cvRandInt' declared as an 'inline' variable
- CV_INLINE unsigned cvRandInt( CvRNG* rng )
- ^~~~~
- c:\mingw\include\opencv2\core\types_c.h:228:31: error: 'CvRNG' was not declared in this scope
- c:\mingw\include\opencv2\core\types_c.h:228:38: error: 'rng' was not declared in this scope
- CV_INLINE unsigned cvRandInt( CvRNG* rng )
- ^~~
- c:\mingw\include\opencv2\core\types_c.h:242:30: error: 'cvRandReal' declared as an 'inline' variable
- CV_INLINE double cvRandReal( CvRNG* rng )
- ^~~~~
- c:\mingw\include\opencv2\core\types_c.h:242:30: error: 'CvRNG' was not declared in this scope
- c:\mingw\include\opencv2\core\types_c.h:242:37: error: 'rng' was not declared in this scope
- CV_INLINE double cvRandReal( CvRNG* rng )
- ^~~
- c:\mingw\include\opencv2\core\types_c.h: In copy constructor 'CvMat::CvMat(const CvMat&)':
- c:\mingw\include\opencv2\core\types_c.h:461:59: error: 'memcpy' was not declared in this scope
- CvMat(const CvMat& m) { memcpy(this, &m, sizeof(CvMat));}
- ^
- In file included from c:\mingw\include\opencv2\core\utility.hpp:886:0,
- from c:\mingw\include\opencv2\core.hpp:3165,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\core_c.h: At global scope:
- c:\mingw\include\opencv2\core\core_c.h:1244:24: error: variable or field 'cvRandArr' declared void
- CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type,
- ^~~~~
- c:\mingw\include\opencv2\core\core_c.h:1244:24: error: 'CvRNG' was not declared in this scope
- c:\mingw\include\opencv2\core\core_c.h:1244:31: error: 'rng' was not declared in this scope
- CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type,
- ^~~
- c:\mingw\include\opencv2\core\core_c.h:1244:41: error: expected primary-expression before '*' token
- CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type,
- ^
- c:\mingw\include\opencv2\core\core_c.h:1244:43: error: 'arr' was not declared in this scope
- CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type,
- ^~~
- c:\mingw\include\opencv2\core\core_c.h:1244:48: error: expected primary-expression before 'int'
- CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type,
- ^~~
- c:\mingw\include\opencv2\core\core_c.h:1245:32: error: expected primary-expression before 'param1'
- CvScalar param1, CvScalar param2 );
- ^~~~~~
- c:\mingw\include\opencv2\core\core_c.h:1245:49: error: expected primary-expression before 'param2'
- CvScalar param1, CvScalar param2 );
- ^~~~~~
- c:\mingw\include\opencv2\core\core_c.h:1247:40: error: 'CvRNG' has not been declared
- CVAPI(void) cvRandShuffle( CvArr* mat, CvRNG* rng,
- ^~~~~
- In file included from c:\mingw\include\opencv2\core\utility.hpp:886:0,
- from c:\mingw\include\opencv2\core.hpp:3165,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\core_c.h:1925:23: error: 'CvRNG' has not been declared
- CvRNG* rng CV_DEFAULT(0), int flags CV_DEFAULT(0),
- ^~~~~
- In file included from c:\mingw\include\opencv2\core\core_c.h:48:0,
- from c:\mingw\include\opencv2\core\utility.hpp:886,
- from c:\mingw\include\opencv2\core.hpp:3165,
- from c:\mingw\include\opencv2\opencv.hpp:46,
- from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:7:
- c:\mingw\include\opencv2\core\core_c.h:2591:1: error: 'int64' does not name a type
- CVAPI(int64) cvGetTickCount( void );
- ^
- In file included from C:\Users\Daito\Desktop\GPUGPU\GPUGPU.cpp:8:0:
- c:\mingw\include\opencv2\gpu\gpu.hpp:432:29: error: 'vector' does not name a type
- CV_EXPORTS void merge(const vector<GpuMat>& src, GpuMat& dst, Stream& stream = Stream::Null());
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:432:35: error: expected ',' or '...' before '<' token
- CV_EXPORTS void merge(const vector<GpuMat>& src, GpuMat& dst, Stream& stream = Stream::Null());
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:438:42: error: 'vector' has not been declared
- CV_EXPORTS void split(const GpuMat& src, vector<GpuMat>& dst, Stream& stream = Stream::Null());
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:438:48: error: expected ',' or '...' before '<' token
- CV_EXPORTS void split(const GpuMat& src, vector<GpuMat>& dst, Stream& stream = Stream::Null());
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:1265:4: error: 'vector' does not name a type
- vector<Point> locations;
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1266:4: error: 'vector' does not name a type
- vector<double> confidences;
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1267:4: error: 'vector' does not name a type
- vector<double> part_scores[4];
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1285:31: error: 'vector' does not name a type
- void setSVMDetector(const vector<float>& detector);
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1285:37: error: expected ',' or '...' before '<' token
- void setSVMDetector(const vector<float>& detector);
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:1287:12: error: 'vector' does not name a type
- static vector<float> getDefaultPeopleDetector();
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1288:12: error: 'vector' does not name a type
- static vector<float> getPeopleDetector48x96();
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1289:12: error: 'vector' does not name a type
- static vector<float> getPeopleDetector64x128();
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1291:36: error: 'vector' has not been declared
- void detect(const GpuMat& img, vector<Point>& found_locations,
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1291:42: error: expected ',' or '...' before '<' token
- void detect(const GpuMat& img, vector<Point>& found_locations,
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:1295:46: error: 'vector' has not been declared
- void detectMultiScale(const GpuMat& img, vector<Rect>& found_locations,
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1295:52: error: expected ',' or '...' before '<' token
- void detectMultiScale(const GpuMat& img, vector<Rect>& found_locations,
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:1300:47: error: 'vector' has not been declared
- void computeConfidence(const GpuMat& img, vector<Point>& hits, double hit_threshold,
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1300:53: error: expected ',' or '...' before '<' token
- void computeConfidence(const GpuMat& img, vector<Point>& hits, double hit_threshold,
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:1303:57: error: 'vector' has not been declared
- void computeConfidenceMultiScale(const GpuMat& img, vector<Rect>& found_locations,
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1303:63: error: expected ',' or '...' before '<' token
- void computeConfidenceMultiScale(const GpuMat& img, vector<Rect>& found_locations,
- ^
- c:\mingw\include\opencv2\gpu\gpu.hpp:1835:5: error: 'vector' does not name a type
- vector<GpuMat> prevPyr_;
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1836:5: error: 'vector' does not name a type
- vector<GpuMat> nextPyr_;
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1838:5: error: 'vector' does not name a type
- vector<GpuMat> buf_;
- ^~~~~~
- c:\mingw\include\opencv2\gpu\gpu.hpp:1839:5: error: 'vector' does not name a type
- vector<GpuMat> unused;
- ^~~~~~
Advertisement
Add Comment
Please, Sign In to add comment