* installing *source* package 'GenomeAdmixR' ... ** this is package 'GenomeAdmixR' version '2.1.12' ** using staged installation ** libs specified C++17 using C++ compiler: 'g++ (GCC) 15.2.0' using C++17 g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppParallel/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Fish.cpp -o Fish.o In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:64, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:35, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr.h:157, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:48, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:47, from random_functions.h:14, from Fish.h:14, from Fish.cpp:9: d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/types.h:10:2: error: #error Only Win32 target is supported! 10 | #error Only Win32 target is supported! | ^~~~~ In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:69: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:12:2: error: #error Only Win32 target is supported! 12 | #error Only Win32 target is supported! | ^~~~~ In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:25: d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/timeb.h:12:2: error: #error Only Win32 target is supported! 12 | #error Only Win32 target is supported! | ^~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:55, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_facets.h:41, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_ios.h:39, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ios:48, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/ostream.h:43, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ostream:42, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/iostream:43, from random_functions.h:16: d:/rtools45/x86_64-w64-mingw32.static.posix/include/wctype.h:10:2: error: #error Only Win32 target is supported! 10 | #error Only Win32 target is supported! | ^~~~~ In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/_cygwin.h:14, from d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:15, from d:/rtools45/x86_64-w64-mingw32.static.posix/include/corecrt.h:10, from d:/rtools45/x86_64-w64-mingw32.static.posix/include/corecrt_stdio_config.h:10, from d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:9, from Fish.h:12: d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:18:3: error: '_CRTIMP' does not name a type 18 | _CRTIMP extern int *__cdecl _errno(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:20:3: error: 'errno_t' does not name a type; did you mean 'errno'? 20 | errno_t __cdecl _set_errno(int _Value); | ^~~~~~~ | errno d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:21:3: error: 'errno_t' does not name a type; did you mean 'errno'? 21 | errno_t __cdecl _get_errno(int *_Value); | ^~~~~~~ | errno d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:24:3: error: '_CRTIMP' does not name a type 24 | _CRTIMP extern unsigned long __cdecl __threadid(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:26:3: error: '_CRTIMP' does not name a type 26 | _CRTIMP extern uintptr_t __cdecl __threadhandle(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:212:95: warning: 'ms_scanf' is an unrecognized format function type [-Wformat=] 212 | int __cdecl __ms_sscanf(const char * __restrict__ _Src,const char * __restrict__ _Format,...); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:215:63: warning: 'ms_scanf' is an unrecognized format function type [-Wformat=] 215 | int __cdecl __ms_scanf(const char * __restrict__ _Format,...); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:218:90: warning: 'ms_scanf' is an unrecognized format function type [-Wformat=] 218 | int __cdecl __ms_fscanf(FILE * __restrict__ _File,const char * __restrict__ _Format,...); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:190:53: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 190 | #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:222:61: note: in expansion of macro '__MINGW_NOTHROW' 222 | int __cdecl __ms_printf(const char * __restrict__ , ... ) __MINGW_NOTHROW; | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:190:53: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 190 | #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:225:66: note: in expansion of macro '__MINGW_NOTHROW' 225 | int __cdecl __ms_vprintf (const char * __restrict__ , va_list) __MINGW_NOTHROW; | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:190:53: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 190 | #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:228:84: note: in expansion of macro '__MINGW_NOTHROW' 228 | int __cdecl __ms_fprintf (FILE * __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW; | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:190:53: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 190 | #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:231:89: note: in expansion of macro '__MINGW_NOTHROW' 231 | int __cdecl __ms_vfprintf (FILE * __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW; | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:190:53: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 190 | #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:234:84: note: in expansion of macro '__MINGW_NOTHROW' 234 | int __cdecl __ms_sprintf (char * __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW; | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw.h:190:53: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 190 | #define __MINGW_NOTHROW __attribute__ ((__nothrow__)) | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:237:89: note: in expansion of macro '__MINGW_NOTHROW' 237 | int __cdecl __ms_vsprintf (char * __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW; | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:762:84: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 762 | _CRTIMP int __cdecl _vscprintf(const char * __restrict__ _Format,va_list _ArgList); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1341:3: error: 'wint_t' does not name a type 1341 | wint_t __cdecl fgetwc(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1342:11: error: 'wint_t' does not name a type 1342 | _CRTIMP wint_t __cdecl _fgetwchar(void); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1343:3: error: 'wint_t' does not name a type 1343 | wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1344:11: error: 'wint_t' does not name a type 1344 | _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1345:3: error: 'wint_t' does not name a type 1345 | wint_t __cdecl getwc(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1346:3: error: 'wint_t' does not name a type 1346 | wint_t __cdecl getwchar(void); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1347:3: error: 'wint_t' does not name a type 1347 | wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1348:3: error: 'wint_t' does not name a type 1348 | wint_t __cdecl putwchar(wchar_t _Ch); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1349:3: error: 'wint_t' does not name a type 1349 | wint_t __cdecl ungetwc(wint_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1483:11: error: 'wint_t' does not name a type 1483 | _CRTIMP wint_t __cdecl _fgetwc_nolock(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1484:11: error: 'wint_t' does not name a type 1484 | _CRTIMP wint_t __cdecl _fputwc_nolock(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1485:11: error: 'wint_t' does not name a type 1485 | _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1494:16: error: 'wint_t' does not name a type 1494 | __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1495:16: error: 'wint_t' does not name a type 1495 | __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1599:11: error: 'intptr_t' does not name a type 1599 | _CRTIMP intptr_t __cdecl _wspawnl(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1456:1: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' 1455 | #include +++ |+#include 1456 | #endif d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1600:11: error: 'intptr_t' does not name a type 1600 | _CRTIMP intptr_t __cdecl _wspawnle(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1600:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1601:11: error: 'intptr_t' does not name a type 1601 | _CRTIMP intptr_t __cdecl _wspawnlp(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1601:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1602:11: error: 'intptr_t' does not name a type 1602 | _CRTIMP intptr_t __cdecl _wspawnlpe(int _Mode,const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1602:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1603:11: error: 'intptr_t' does not name a type 1603 | _CRTIMP intptr_t __cdecl _wspawnv(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1603:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1604:11: error: 'intptr_t' does not name a type 1604 | _CRTIMP intptr_t __cdecl _wspawnve(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1604:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1605:11: error: 'intptr_t' does not name a type 1605 | _CRTIMP intptr_t __cdecl _wspawnvp(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1605:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1606:11: error: 'intptr_t' does not name a type 1606 | _CRTIMP intptr_t __cdecl _wspawnvpe(int _Mode,const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1606:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1623:11: error: 'intptr_t' does not name a type 1623 | _CRTIMP intptr_t __cdecl _spawnv(int _Mode,const char *_Filename,const char *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1623:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1624:11: error: 'intptr_t' does not name a type 1624 | _CRTIMP intptr_t __cdecl _spawnve(int _Mode,const char *_Filename,const char *const *_ArgList,const char *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1624:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1625:11: error: 'intptr_t' does not name a type 1625 | _CRTIMP intptr_t __cdecl _spawnvp(int _Mode,const char *_Filename,const char *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1625:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1626:11: error: 'intptr_t' does not name a type 1626 | _CRTIMP intptr_t __cdecl _spawnvpe(int _Mode,const char *_Filename,const char *const *_ArgList,const char *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1626:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from /usr/include/sys/reent.h:16, from /usr/include/math.h:5, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cmath:55, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/random:42, from random_functions.h:11: /usr/include/sys/_types.h:167:5: error: 'wint_t' does not name a type 167 | wint_t __wch; | ^~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_abs.h:44, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cmath:59: /usr/include/stdlib.h:90:33: error: expected initializer before '__malloc_like' 90 | void *calloc(size_t, size_t) __malloc_like __result_use_check | ^~~~~~~~~~~~~ /usr/include/stdlib.h:108:25: error: expected initializer before '__malloc_like' 108 | void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1) _NOTHROW; | ^~~~~~~~~~~~~ /usr/include/stdlib.h:145:34: error: expected initializer before '__result_use_check' 145 | void *realloc(void *, size_t) __result_use_check __alloc_size(2) _NOTHROW; | ^~~~~~~~~~~~~~~~~~ /usr/include/stdlib.h:147:47: error: expected initializer before '__result_use_check' 147 | void *reallocarray(void *, size_t, size_t) __result_use_check __alloc_size2(2, 3); | ^~~~~~~~~~~~~~~~~~ /usr/include/stdlib.h:148:35: error: expected initializer before '__result_use_check' 148 | void *reallocf(void *, size_t) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~~~~~~ /usr/include/stdlib.h:290:50: error: expected initializer before '__nonnull' 290 | int posix_memalign (void **, size_t, size_t) __nonnull((1)) | ^~~~~~~~~ /usr/include/stdlib.h:315:23: error: expected string-literal before '__ASMNAME' 315 | __asm__ (__ASMNAME ("__bsd_qsort_r")); | ^~~~~~~~~ /usr/include/stdlib.h:315:23: error: expected ')' before '__ASMNAME' 315 | __asm__ (__ASMNAME ("__bsd_qsort_r")); | ~^~~~~~~~~ | ) /usr/include/stdlib.h:315:23: error: expected initializer before '__ASMNAME' 315 | __asm__ (__ASMNAME ("__bsd_qsort_r")); | ^~~~~~~~~ /usr/include/stdlib.h:334:39: error: expected initializer before '__malloc_like' 334 | void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1) | ^~~~~~~~~~~~~ /usr/include/stdlib.h:337:1: error: '_Noreturn' does not name a type 337 | _Noreturn void | ^~~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/random:43: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdint:69:11: error: 'intptr_t' has not been declared in '::' 69 | using ::intptr_t; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdint:87:11: error: 'uintptr_t' has not been declared in '::' 87 | using ::uintptr_t; | ^~~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/random:44: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdlib:142:11: error: 'aligned_alloc' has not been declared in '::' 142 | using ::aligned_alloc; | ^~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdlib:154:11: error: 'calloc' has not been declared in '::' 154 | using ::calloc; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdlib:161:11: error: 'malloc' has not been declared in '::' 161 | using ::malloc; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdlib:170:11: error: 'quick_exit' has not been declared in '::' 170 | using ::quick_exit; | ^~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cstdlib:174:11: error: 'realloc' has not been declared in '::' 174 | using ::realloc; | ^~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:49, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/postypes.h:42, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:44, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/string:44, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/random:45: d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:241:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 241 | int __cdecl iswalpha(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:242:23: error: variable '_iswalpha_l' definition is marked dllimport 242 | _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:242:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 242 | _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:242:55: error: expected primary-expression before '_Locale' 242 | _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:242:62: error: expression list treated as compound expression in initializer [-fpermissive] 242 | _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:243:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 243 | int __cdecl iswupper(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:244:23: error: variable '_iswupper_l' definition is marked dllimport 244 | _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:244:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 244 | _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:244:55: error: expected primary-expression before '_Locale' 244 | _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:244:62: error: expression list treated as compound expression in initializer [-fpermissive] 244 | _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:245:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 245 | int __cdecl iswlower(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:246:23: error: variable '_iswlower_l' definition is marked dllimport 246 | _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:246:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 246 | _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:246:55: error: expected primary-expression before '_Locale' 246 | _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:246:62: error: expression list treated as compound expression in initializer [-fpermissive] 246 | _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:247:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 247 | int __cdecl iswdigit(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:248:23: error: variable '_iswdigit_l' definition is marked dllimport 248 | _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:248:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 248 | _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:248:55: error: expected primary-expression before '_Locale' 248 | _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:248:62: error: expression list treated as compound expression in initializer [-fpermissive] 248 | _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:249:25: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 249 | int __cdecl iswxdigit(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:250:23: error: variable '_iswxdigit_l' definition is marked dllimport 250 | _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:250:36: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 250 | _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:250:56: error: expected primary-expression before '_Locale' 250 | _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:250:63: error: expression list treated as compound expression in initializer [-fpermissive] 250 | _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:251:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 251 | int __cdecl iswspace(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:252:23: error: variable '_iswspace_l' definition is marked dllimport 252 | _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:252:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 252 | _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:252:55: error: expected primary-expression before '_Locale' 252 | _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:252:62: error: expression list treated as compound expression in initializer [-fpermissive] 252 | _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:253:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 253 | int __cdecl iswpunct(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:254:23: error: variable '_iswpunct_l' definition is marked dllimport 254 | _CRTIMP int __cdecl _iswpunct_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:254:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 254 | _CRTIMP int __cdecl _iswpunct_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:254:55: error: expected primary-expression before '_Locale' 254 | _CRTIMP int __cdecl _iswpunct_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:254:62: error: expression list treated as compound expression in initializer [-fpermissive] 254 | _CRTIMP int __cdecl _iswpunct_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:255:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 255 | int __cdecl iswalnum(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:256:23: error: variable '_iswalnum_l' definition is marked dllimport 256 | _CRTIMP int __cdecl _iswalnum_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:256:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 256 | _CRTIMP int __cdecl _iswalnum_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:256:55: error: expected primary-expression before '_Locale' 256 | _CRTIMP int __cdecl _iswalnum_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:256:62: error: expression list treated as compound expression in initializer [-fpermissive] 256 | _CRTIMP int __cdecl _iswalnum_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:257:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 257 | int __cdecl iswprint(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:258:23: error: variable '_iswprint_l' definition is marked dllimport 258 | _CRTIMP int __cdecl _iswprint_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:258:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 258 | _CRTIMP int __cdecl _iswprint_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:258:55: error: expected primary-expression before '_Locale' 258 | _CRTIMP int __cdecl _iswprint_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:258:62: error: expression list treated as compound expression in initializer [-fpermissive] 258 | _CRTIMP int __cdecl _iswprint_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:259:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 259 | int __cdecl iswgraph(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:260:23: error: variable '_iswgraph_l' definition is marked dllimport 260 | _CRTIMP int __cdecl _iswgraph_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:260:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 260 | _CRTIMP int __cdecl _iswgraph_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:260:55: error: expected primary-expression before '_Locale' 260 | _CRTIMP int __cdecl _iswgraph_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:260:62: error: expression list treated as compound expression in initializer [-fpermissive] 260 | _CRTIMP int __cdecl _iswgraph_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:261:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 261 | int __cdecl iswcntrl(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:262:23: error: variable '_iswcntrl_l' definition is marked dllimport 262 | _CRTIMP int __cdecl _iswcntrl_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:262:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 262 | _CRTIMP int __cdecl _iswcntrl_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:262:55: error: expected primary-expression before '_Locale' 262 | _CRTIMP int __cdecl _iswcntrl_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:262:62: error: expression list treated as compound expression in initializer [-fpermissive] 262 | _CRTIMP int __cdecl _iswcntrl_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:263:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 263 | int __cdecl iswascii(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:268:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 268 | wint_t __cdecl towupper(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:269:11: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 269 | _CRTIMP wint_t __cdecl _towupper_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:270:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 270 | wint_t __cdecl towlower(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:271:11: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 271 | _CRTIMP wint_t __cdecl _towlower_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:272:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 272 | int __cdecl iswctype(wint_t _C,wctype_t _Type); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:272:34: error: 'wctype_t' was not declared in this scope 272 | int __cdecl iswctype(wint_t _C,wctype_t _Type); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:272:48: error: expression list treated as compound expression in initializer [-fpermissive] 272 | int __cdecl iswctype(wint_t _C,wctype_t _Type); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:274:23: error: variable '_iswctype_l' definition is marked dllimport 274 | _CRTIMP int __cdecl _iswctype_l(wint_t _C,wctype_t _Type,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:274:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 274 | _CRTIMP int __cdecl _iswctype_l(wint_t _C,wctype_t _Type,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:274:45: error: 'wctype_t' was not declared in this scope 274 | _CRTIMP int __cdecl _iswctype_l(wint_t _C,wctype_t _Type,_locale_t _Locale); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:274:70: error: expected primary-expression before '_Locale' 274 | _CRTIMP int __cdecl _iswctype_l(wint_t _C,wctype_t _Type,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:274:77: error: expression list treated as compound expression in initializer [-fpermissive] 274 | _CRTIMP int __cdecl _iswctype_l(wint_t _C,wctype_t _Type,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:275:23: error: variable '__iswcsymf' definition is marked dllimport 275 | _CRTIMP int __cdecl __iswcsymf(wint_t _C); | ^~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:275:34: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 275 | _CRTIMP int __cdecl __iswcsymf(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:276:23: error: variable '_iswcsymf_l' definition is marked dllimport 276 | _CRTIMP int __cdecl _iswcsymf_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:276:35: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 276 | _CRTIMP int __cdecl _iswcsymf_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:276:55: error: expected primary-expression before '_Locale' 276 | _CRTIMP int __cdecl _iswcsymf_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:276:62: error: expression list treated as compound expression in initializer [-fpermissive] 276 | _CRTIMP int __cdecl _iswcsymf_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:277:23: error: variable '__iswcsym' definition is marked dllimport 277 | _CRTIMP int __cdecl __iswcsym(wint_t _C); | ^~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:277:33: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 277 | _CRTIMP int __cdecl __iswcsym(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:278:23: error: variable '_iswcsym_l' definition is marked dllimport 278 | _CRTIMP int __cdecl _iswcsym_l(wint_t _C,_locale_t _Locale); | ^~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:278:34: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 278 | _CRTIMP int __cdecl _iswcsym_l(wint_t _C,_locale_t _Locale); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:278:54: error: expected primary-expression before '_Locale' 278 | _CRTIMP int __cdecl _iswcsym_l(wint_t _C,_locale_t _Locale); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:278:61: error: expression list treated as compound expression in initializer [-fpermissive] 278 | _CRTIMP int __cdecl _iswcsym_l(wint_t _C,_locale_t _Locale); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:281:25: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 281 | int __cdecl is_wctype(wint_t _C,wctype_t _Type); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:281:35: error: 'wctype_t' was not declared in this scope 281 | int __cdecl is_wctype(wint_t _C,wctype_t _Type); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:281:49: error: expression list treated as compound expression in initializer [-fpermissive] 281 | int __cdecl is_wctype(wint_t _C,wctype_t _Type); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:285:24: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 285 | int __cdecl iswblank(wint_t _C); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:309:11: error: 'intptr_t' does not name a type 309 | _CRTIMP intptr_t __cdecl _wfindfirst32(const wchar_t *_Filename,struct _wfinddata32_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:12:1: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' 11 | #include +++ |+#include 12 | d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:310:23: error: variable '_wfindnext32' definition is marked dllimport 310 | _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData); | ^~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:310:36: error: 'intptr_t' was not declared in this scope 310 | _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:310:36: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:310:57: error: expected primary-expression before 'struct' 310 | _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:310:89: error: expression list treated as compound expression in initializer [-fpermissive] 310 | _CRTIMP int __cdecl _wfindnext32(intptr_t _FindHandle,struct _wfinddata32_t *_FindData); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:314:11: error: 'intptr_t' does not name a type 314 | _CRTIMP intptr_t __cdecl _wfindfirst32i64(const wchar_t *_Filename,struct _wfinddata32i64_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:314:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:315:3: error: 'intptr_t' does not name a type 315 | intptr_t __cdecl _wfindfirst64i32(const wchar_t *_Filename,struct _wfinddata64i32_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:315:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:316:11: error: 'intptr_t' does not name a type 316 | _CRTIMP intptr_t __cdecl _wfindfirst64(const wchar_t *_Filename,struct _wfinddata64_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:316:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:317:23: error: variable '_wfindnext32i64' definition is marked dllimport 317 | _CRTIMP int __cdecl _wfindnext32i64(intptr_t _FindHandle,struct _wfinddata32i64_t *_FindData); | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:317:39: error: 'intptr_t' was not declared in this scope 317 | _CRTIMP int __cdecl _wfindnext32i64(intptr_t _FindHandle,struct _wfinddata32i64_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:317:39: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:317:60: error: expected primary-expression before 'struct' 317 | _CRTIMP int __cdecl _wfindnext32i64(intptr_t _FindHandle,struct _wfinddata32i64_t *_FindData); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:317:95: error: expression list treated as compound expression in initializer [-fpermissive] 317 | _CRTIMP int __cdecl _wfindnext32i64(intptr_t _FindHandle,struct _wfinddata32i64_t *_FindData); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:318:31: error: 'intptr_t' was not declared in this scope 318 | int __cdecl _wfindnext64i32(intptr_t _FindHandle,struct _wfinddata64i32_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:318:31: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:318:52: error: expected primary-expression before 'struct' 318 | int __cdecl _wfindnext64i32(intptr_t _FindHandle,struct _wfinddata64i32_t *_FindData); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:318:87: error: expression list treated as compound expression in initializer [-fpermissive] 318 | int __cdecl _wfindnext64i32(intptr_t _FindHandle,struct _wfinddata64i32_t *_FindData); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:319:23: error: variable '_wfindnext64' definition is marked dllimport 319 | _CRTIMP int __cdecl _wfindnext64(intptr_t _FindHandle,struct _wfinddata64_t *_FindData); | ^~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:319:36: error: 'intptr_t' was not declared in this scope 319 | _CRTIMP int __cdecl _wfindnext64(intptr_t _FindHandle,struct _wfinddata64_t *_FindData); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:319:36: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:319:57: error: expected primary-expression before 'struct' 319 | _CRTIMP int __cdecl _wfindnext64(intptr_t _FindHandle,struct _wfinddata64_t *_FindData); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:319:89: error: expression list treated as compound expression in initializer [-fpermissive] 319 | _CRTIMP int __cdecl _wfindnext64(intptr_t _FindHandle,struct _wfinddata64_t *_FindData); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:333:11: error: 'intptr_t' does not name a type 333 | _CRTIMP intptr_t __cdecl _wexecl(const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:333:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:334:11: error: 'intptr_t' does not name a type 334 | _CRTIMP intptr_t __cdecl _wexecle(const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:334:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:335:11: error: 'intptr_t' does not name a type 335 | _CRTIMP intptr_t __cdecl _wexeclp(const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:335:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:336:11: error: 'intptr_t' does not name a type 336 | _CRTIMP intptr_t __cdecl _wexeclpe(const wchar_t *_Filename,const wchar_t *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:336:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:337:11: error: 'intptr_t' does not name a type 337 | _CRTIMP intptr_t __cdecl _wexecv(const wchar_t *_Filename,const wchar_t *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:337:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:338:11: error: 'intptr_t' does not name a type 338 | _CRTIMP intptr_t __cdecl _wexecve(const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:338:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:339:11: error: 'intptr_t' does not name a type 339 | _CRTIMP intptr_t __cdecl _wexecvp(const wchar_t *_Filename,const wchar_t *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:339:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:340:11: error: 'intptr_t' does not name a type 340 | _CRTIMP intptr_t __cdecl _wexecvpe(const wchar_t *_Filename,const wchar_t *const *_ArgList,const wchar_t *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:340:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:413: d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stat64.h:49:5: error: 'time_t' does not name a type 49 | time_t st_atime; | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stat64.h:1:1: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | #ifndef _STAT_DEFINED d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stat64.h:50:5: error: 'time_t' does not name a type 50 | time_t st_mtime; | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stat64.h:50:5: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stat64.h:51:5: error: 'time_t' does not name a type 51 | time_t st_ctime; | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stat64.h:51:5: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:433:11: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 433 | _CRTIMP wint_t __cdecl _getwch(void); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:434:11: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 434 | _CRTIMP wint_t __cdecl _getwche(void); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:435:11: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 435 | _CRTIMP wint_t __cdecl _putwch(wchar_t _WCh); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:436:11: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 436 | _CRTIMP wint_t __cdecl _ungetwch(wint_t _WCh); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:450:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 450 | wint_t __cdecl _putwch_nolock(wchar_t _WCh); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:451:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 451 | wint_t __cdecl _getwch_nolock(void); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:452:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 452 | wint_t __cdecl _getwche_nolock(void); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:453:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 453 | wint_t __cdecl _ungetwch_nolock(wint_t _WCh); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1414:34: error: 'time_t' does not name a type 1414 | wchar_t *__cdecl _wctime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:414:1: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' 413 | #include <_mingw_stat64.h> +++ |+#include 414 | d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1417:47: error: 'time_t' does not name a type 1417 | __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1417:47: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h: In function 'wchar_t* _wctime(const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1417:81: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 1417 | __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1409:56: note: initializing argument 1 of 'wchar_t* _wctime64(const __time64_t*)' 1409 | _CRTIMP wchar_t *__cdecl _wctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1426:54: error: 'time_t' does not name a type 1426 | errno_t __cdecl _wctime_s(wchar_t *, size_t, const time_t *); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1426:54: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1429:86: error: 'time_t' does not name a type 1429 | __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1429:86: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h: In function 'errno_t _wctime_s(wchar_t*, size_t, const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1429:144: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 1429 | __CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { return _wctime64_s (_Buffer,_SizeInWords,_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1410:92: note: initializing argument 3 of 'errno_t _wctime64_s(wchar_t*, size_t, const __time64_t*)' 1410 | _SECIMP errno_t __cdecl _wctime64_s (wchar_t *_Buf,size_t _SizeInWords,const __time64_t *_Time); | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1449:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 1449 | wint_t __cdecl btowc(int); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wchar.h:1455:21: error: 'wint_t' was not declared in this scope; did you mean 'uint8_t'? 1455 | int __cdecl wctob(wint_t _WCh); | ^~~~~~ | uint8_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:143:11: error: 'wint_t' has not been declared in '::' 143 | using ::wint_t; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:145:11: error: 'btowc' has not been declared in '::' 145 | using ::btowc; | ^~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:146:11: error: 'fgetwc' has not been declared in '::' 146 | using ::fgetwc; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:148:11: error: 'fputwc' has not been declared in '::' 148 | using ::fputwc; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:153:11: error: 'getwc' has not been declared in '::' 153 | using ::getwc; | ^~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:154:11: error: 'getwchar' has not been declared in '::' 154 | using ::getwchar; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:159:11: error: 'putwc' has not been declared in '::' 159 | using ::putwc; | ^~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:160:11: error: 'putwchar' has not been declared in '::' 160 | using ::putwchar; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwchar:165:11: error: 'ungetwc' has not been declared in '::' 165 | using ::ungetwc; | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:476:15: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 476 | typedef wint_t int_type; | ^~~~~~ | uint8_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:576:26: error: 'int_type' does not name a type 576 | to_char_type(const int_type& __c) _GLIBCXX_NOEXCEPT | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:579:33: error: 'int_type' does not name a type 579 | static _GLIBCXX_CONSTEXPR int_type | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:584:25: error: 'int_type' does not name a type 584 | eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:584:47: error: 'int_type' does not name a type 584 | eq_int_type(const int_type& __c1, const int_type& __c2) _GLIBCXX_NOEXCEPT | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:588:33: error: 'int_type' does not name a type 588 | static _GLIBCXX_CONSTEXPR int_type | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/char_traits.h:592:33: error: 'int_type' does not name a type 592 | static _GLIBCXX_CONSTEXPR int_type | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In constructor '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno()': d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In destructor '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::~_Save_errno()': d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In function '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/mm_malloc.h:27, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/xmmintrin.h:34, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/emmintrin.h:31, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/pmmintrin.h:31, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/opt_random.h:34, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/random:51: d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:63:5: error: conflicting declaration 'typedef struct _div_t div_t' 63 | } div_t; | ^~~~~ /usr/include/stdlib.h:39:3: note: previous declaration as 'typedef struct div_t div_t' 39 | } div_t; | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:68:5: error: conflicting declaration 'typedef struct _ldiv_t ldiv_t' 68 | } ldiv_t; | ^~~~~~ /usr/include/stdlib.h:45:3: note: previous declaration as 'typedef struct ldiv_t ldiv_t' 45 | } ldiv_t; | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:148:115: error: 'uintptr_t' has not been declared 148 | typedef void (__cdecl *_invalid_parameter_handler)(const wchar_t *,const wchar_t *,const wchar_t *,unsigned int,uintptr_t); | ^~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:12:1: note: 'uintptr_t' is defined in header ''; this is probably fixable by adding '#include ' 11 | #include +++ |+#include 12 | d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:715:15: error: conflicting declaration of C function 'int putenv(const char*)' 715 | int __cdecl putenv(const char *_EnvString) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~ /usr/include/stdlib.h:205:9: note: previous declaration 'int putenv(char*)' 205 | int putenv (char *__string); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:729:61: error: conflicting declaration 'typedef struct lldiv_t lldiv_t' 729 | typedef struct { __MINGW_EXTENSION long long quot, rem; } lldiv_t; | ^~~~~~~ /usr/include/stdlib.h:52:3: note: previous declaration as 'typedef struct lldiv_t lldiv_t' 52 | } lldiv_t; | ^~~~~~~ In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:770: d:/rtools45/x86_64-w64-mingw32.static.posix/include/malloc.h:112:11: error: 'intptr_t' does not name a type 112 | _CRTIMP intptr_t __cdecl _get_heap_handle(void); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/malloc.h:85:1: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' 84 | #include +++ |+#include 85 | #endif /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/mm_malloc.h: In function 'void* _mm_malloc(size_t, size_t)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/types.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/types.h:90:3: error: 'time_t' does not name a type 90 | time_t tv_sec; /* Seconds */ | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/types.h:1:1: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | /** In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:66: d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:35:11: error: 'uintptr_t' does not name a type 35 | _CRTIMP uintptr_t __cdecl _beginthread(_beginthread_proc_type _StartAddress,unsigned _StackSize,void *_ArgList); | ^~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:11:1: note: 'uintptr_t' is defined in header ''; this is probably fixable by adding '#include ' 10 | #include +++ |+#include 11 | d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:37:11: error: 'uintptr_t' does not name a type 37 | _CRTIMP uintptr_t __cdecl _beginthreadex(void *_Security,unsigned _StackSize,_beginthreadex_proc_type _StartAddress,void *_ArgList,unsigned _InitFlag,unsigned *_ThrdAddr); | ^~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:37:11: note: 'uintptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:71:11: error: 'intptr_t' does not name a type 71 | _CRTIMP intptr_t __cdecl _cwait(int *_TermStat,intptr_t _ProcHandle,int _Action); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:71:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:72:11: error: 'intptr_t' does not name a type 72 | _CRTIMP intptr_t __cdecl _execl(const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:72:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:73:11: error: 'intptr_t' does not name a type 73 | _CRTIMP intptr_t __cdecl _execle(const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:73:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:74:11: error: 'intptr_t' does not name a type 74 | _CRTIMP intptr_t __cdecl _execlp(const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:74:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:75:11: error: 'intptr_t' does not name a type 75 | _CRTIMP intptr_t __cdecl _execlpe(const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:75:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:76:11: error: 'intptr_t' does not name a type 76 | _CRTIMP intptr_t __cdecl _execv(const char *_Filename,const char *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:76:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:77:11: error: 'intptr_t' does not name a type 77 | _CRTIMP intptr_t __cdecl _execve(const char *_Filename,const char *const *_ArgList,const char *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:77:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:78:11: error: 'intptr_t' does not name a type 78 | _CRTIMP intptr_t __cdecl _execvp(const char *_Filename,const char *const *_ArgList); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:78:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:79:11: error: 'intptr_t' does not name a type 79 | _CRTIMP intptr_t __cdecl _execvpe(const char *_Filename,const char *const *_ArgList,const char *const *_Env); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:79:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:80:11: error: 'intptr_t' does not name a type 80 | _CRTIMP intptr_t __cdecl _spawnl(int _Mode,const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:80:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:81:11: error: 'intptr_t' does not name a type 81 | _CRTIMP intptr_t __cdecl _spawnle(int _Mode,const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:81:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:82:11: error: 'intptr_t' does not name a type 82 | _CRTIMP intptr_t __cdecl _spawnlp(int _Mode,const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:82:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:83:11: error: 'intptr_t' does not name a type 83 | _CRTIMP intptr_t __cdecl _spawnlpe(int _Mode,const char *_Filename,const char *_ArgList,...); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:83:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:129:3: error: 'intptr_t' does not name a type 129 | intptr_t __cdecl _loaddll(char *_Filename); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:129:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:130:26: error: 'intptr_t' was not declared in this scope 130 | int __cdecl _unloaddll(intptr_t _Handle); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:130:26: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:131:40: error: expected ')' before '(' token 131 | int (__cdecl *__cdecl _getdllprocaddr(intptr_t _Handle,char *_ProcedureName,intptr_t _Ordinal))(void); | ~ ^ | ) d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:165:3: error: 'intptr_t' does not name a type 165 | intptr_t __cdecl cwait(int *_TermStat,intptr_t _ProcHandle,int _Action) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:165:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:177:3: error: 'intptr_t' does not name a type 177 | intptr_t __cdecl spawnl(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:177:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:178:3: error: 'intptr_t' does not name a type 178 | intptr_t __cdecl spawnle(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:178:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:179:3: error: 'intptr_t' does not name a type 179 | intptr_t __cdecl spawnlp(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:179:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:180:3: error: 'intptr_t' does not name a type 180 | intptr_t __cdecl spawnlpe(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:180:3: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:196:11: error: 'intptr_t' does not name a type 196 | _CRTIMP intptr_t __cdecl spawnv(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:196:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:197:11: error: 'intptr_t' does not name a type 197 | _CRTIMP intptr_t __cdecl spawnve(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:197:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:198:11: error: 'intptr_t' does not name a type 198 | _CRTIMP intptr_t __cdecl spawnvp(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:198:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:199:11: error: 'intptr_t' does not name a type 199 | _CRTIMP intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/process.h:199:11: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/timeb.h:62:5: error: 'time_t' does not name a type 62 | time_t time; | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/sys/timeb.h:1:1: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' +++ |+#include 1 | /** d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:256:17: error: 'time_t' does not name a type 256 | static __inline time_t __CRTDECL time(time_t *_Time) { return _time64(_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:26:1: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' 25 | #include +++ |+#include 26 | d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:260:43: error: 'time_t' was not declared in this scope 260 | static __inline double __CRTDECL difftime(time_t _Time1,time_t _Time2) { return _difftime64(_Time1,_Time2); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:260:43: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:260:57: error: 'time_t' was not declared in this scope 260 | static __inline double __CRTDECL difftime(time_t _Time1,time_t _Time2) { return _difftime64(_Time1,_Time2); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:260:57: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:260:70: error: expression list treated as compound expression in initializer [-fpermissive] 260 | static __inline double __CRTDECL difftime(time_t _Time1,time_t _Time2) { return _difftime64(_Time1,_Time2); } | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:261:54: error: 'time_t' does not name a type 261 | static __inline struct tm *__CRTDECL localtime(const time_t *_Time) { return _localtime64(_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:261:54: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: In function 'tm* localtime(const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:261:91: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 261 | static __inline struct tm *__CRTDECL localtime(const time_t *_Time) { return _localtime64(_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:187:61: note: initializing argument 1 of 'tm* _localtime64(const __time64_t*)' 187 | _CRTIMP struct tm *__cdecl _localtime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:262:68: error: 'time_t' does not name a type 262 | static __inline errno_t __CRTDECL localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_s(_Tm,_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:262:68: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: In function 'errno_t localtime_s(tm*, const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:262:111: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 262 | static __inline errno_t __CRTDECL localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_s(_Tm,_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:188:76: note: initializing argument 2 of 'errno_t _localtime64_s(tm*, const __time64_t*)' 188 | _SECIMP errno_t __cdecl _localtime64_s (struct tm *_Tm,const __time64_t *_Time); | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:263:51: error: 'time_t' does not name a type 263 | static __inline struct tm *__CRTDECL gmtime(const time_t *_Time) { return _gmtime64(_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:263:51: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: In function 'tm* gmtime(const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:263:85: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 263 | static __inline struct tm *__CRTDECL gmtime(const time_t *_Time) { return _gmtime64(_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:185:58: note: initializing argument 1 of 'tm* _gmtime64(const __time64_t*)' 185 | _CRTIMP struct tm *__cdecl _gmtime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:264:66: error: 'time_t' does not name a type 264 | static __inline errno_t __CRTDECL gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:264:66: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: In function 'errno_t gmtime_s(tm*, const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:264:107: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 264 | static __inline errno_t __CRTDECL gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime64_s(_Tm, _Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:186:73: note: initializing argument 2 of 'errno_t _gmtime64_s(tm*, const __time64_t*)' 186 | _SECIMP errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time); | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:265:45: error: 'time_t' does not name a type 265 | static __inline char *__CRTDECL ctime(const time_t *_Time) { return _ctime64(_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:265:45: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: In function 'char* ctime(const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:265:78: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 265 | static __inline char *__CRTDECL ctime(const time_t *_Time) { return _ctime64(_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:183:52: note: initializing argument 1 of 'char* _ctime64(const __time64_t*)' 183 | _CRTIMP char *__cdecl _ctime64(const __time64_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:266:80: error: 'time_t' does not name a type 266 | static __inline errno_t __CRTDECL ctime_s(char *_Buf,size_t _SizeInBytes,const time_t *_Time) { return _ctime64_s(_Buf,_SizeInBytes,_Time); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:266:80: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: In function 'errno_t ctime_s(char*, size_t, const int*)': d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:266:133: error: cannot convert 'const int*' to 'const __time64_t*' {aka 'const long long int*'} 266 | static __inline errno_t __CRTDECL ctime_s(char *_Buf,size_t _SizeInBytes,const time_t *_Time) { return _ctime64_s(_Buf,_SizeInBytes,_Time); } | ^~~~~ | | | const int* d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:184:88: note: initializing argument 3 of 'errno_t _ctime64_s(char*, size_t, const __time64_t*)' 184 | _SECIMP errno_t __cdecl _ctime64_s (char *_Buf,size_t _SizeInBytes,const __time64_t *_Time); | ~~~~~~~~~~~~~~~~~~^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:267:17: error: 'time_t' does not name a type 267 | static __inline time_t __CRTDECL mktime(struct tm *_Tm) { return _mktime64(_Tm); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:267:17: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:268:17: error: 'time_t' does not name a type 268 | static __inline time_t __CRTDECL _mkgmtime(struct tm *_Tm) { return _mkgmtime64(_Tm); } | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:268:17: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:310:54: error: 'time_t' does not name a type 310 | __forceinline struct tm *__CRTDECL localtime_r(const time_t *_Time, struct tm *_Tm) { | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:310:54: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:313:51: error: 'time_t' does not name a type 313 | __forceinline struct tm *__CRTDECL gmtime_r(const time_t *_Time, struct tm *_Tm) { | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:313:51: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:316:45: error: 'time_t' does not name a type 316 | __forceinline char *__CRTDECL ctime_r(const time_t *_Time, char *_Str) { | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/time.h:316:45: note: 'time_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:201:9: error: 'uintptr_t' does not name a type 201 | typedef uintptr_t pthread_t; | ^~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:74:1: note: 'uintptr_t' is defined in header ''; this is probably fixable by adding '#include ' 73 | #include "pthread_compat.h" +++ |+#include 74 | d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:253:42: error: 'pthread_t' was not declared in this scope; did you mean '_threadid'? 253 | int WINPTHREAD_API pthread_getschedparam(pthread_t thread, int *pol, struct sched_param *param); | ^~~~~~~~~ | _threadid d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:253:60: error: expected primary-expression before 'int' 253 | int WINPTHREAD_API pthread_getschedparam(pthread_t thread, int *pol, struct sched_param *param); | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:253:70: error: expected primary-expression before 'struct' 253 | int WINPTHREAD_API pthread_getschedparam(pthread_t thread, int *pol, struct sched_param *param); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:253:95: error: expression list treated as compound expression in initializer [-fpermissive] 253 | int WINPTHREAD_API pthread_getschedparam(pthread_t thread, int *pol, struct sched_param *param); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:254:42: error: 'pthread_t' was not declared in this scope; did you mean '_threadid'? 254 | int WINPTHREAD_API pthread_setschedparam(pthread_t thread, int pol, const struct sched_param *param); | ^~~~~~~~~ | _threadid d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:254:60: error: expected primary-expression before 'int' 254 | int WINPTHREAD_API pthread_setschedparam(pthread_t thread, int pol, const struct sched_param *param); | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:254:69: error: expected primary-expression before 'const' 254 | int WINPTHREAD_API pthread_setschedparam(pthread_t thread, int pol, const struct sched_param *param); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:254:100: error: expression list treated as compound expression in initializer [-fpermissive] 254 | int WINPTHREAD_API pthread_setschedparam(pthread_t thread, int pol, const struct sched_param *param); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:259:9: error: 'intptr_t' does not name a type 259 | typedef intptr_t pthread_spinlock_t; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:259:9: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:260:9: error: 'intptr_t' does not name a type 260 | typedef intptr_t pthread_mutex_t; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:260:9: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:261:9: error: 'intptr_t' does not name a type 261 | typedef intptr_t pthread_cond_t; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:261:9: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:262:9: error: 'intptr_t' does not name a type 262 | typedef intptr_t pthread_rwlock_t; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:262:9: note: 'intptr_t' is defined in header ''; this is probably fixable by adding '#include ' d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:288:1: error: 'pthread_t' does not name a type; did you mean '_threadid'? 288 | pthread_t WINPTHREAD_API pthread_self(void); | ^~~~~~~~~ | _threadid d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:291:40: error: 'pthread_t' was not declared in this scope; did you mean '_threadid'? 291 | int WINPTHREAD_API pthread_equal(pthread_t t1, pthread_t t2); | ^~~~~~~~~ | _threadid d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:291:54: error: 'pthread_t' was not declared in this scope; did you mean '_threadid'? 291 | int WINPTHREAD_API pthread_equal(pthread_t t1, pthread_t t2); | ^~~~~~~~~ | _threadid d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:291:66: error: expression list treated as compound expression in initializer [-fpermissive] 291 | int WINPTHREAD_API pthread_equal(pthread_t t1, pthread_t t2); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:293:26: error: variable or field '_pthread_cleanup_dest' declared void 293 | void WINPTHREAD_API _pthread_cleanup_dest(pthread_t t); | ^~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:293:48: error: 'pthread_t' was not declared in this scope; did you mean '_threadid'? 293 | void WINPTHREAD_API _pthread_cleanup_dest(pthread_t t); | ^~~~~~~~~ | _threadid d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:298:41: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 298 | int WINPTHREAD_API pthread_cancel(pthread_t t); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:299:39: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 299 | int WINPTHREAD_API pthread_kill(pthread_t t, int sig); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:299:52: error: expected primary-expression before 'int' 299 | int WINPTHREAD_API pthread_kill(pthread_t t, int sig); | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:299:59: error: expression list treated as compound expression in initializer [-fpermissive] 299 | int WINPTHREAD_API pthread_kill(pthread_t t, int sig); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:305:41: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 305 | int WINPTHREAD_API pthread_create(pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:305:52: error: 'th' was not declared in this scope; did you mean 'tm'? 305 | int WINPTHREAD_API pthread_create(pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg); | ^~ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:305:56: error: expected primary-expression before 'const' 305 | int WINPTHREAD_API pthread_create(pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:305:84: error: expected primary-expression before 'void' 305 | int WINPTHREAD_API pthread_create(pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg); | ^~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:305:108: error: expected primary-expression before 'void' 305 | int WINPTHREAD_API pthread_create(pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg); | ^~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:305:117: error: expression list treated as compound expression in initializer [-fpermissive] 305 | int WINPTHREAD_API pthread_create(pthread_t *th, const pthread_attr_t *attr, void *(* func)(void *), void *arg); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:306:39: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 306 | int WINPTHREAD_API pthread_join(pthread_t t, void **res); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:306:52: error: expected primary-expression before 'void' 306 | int WINPTHREAD_API pthread_join(pthread_t t, void **res); | ^~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:306:62: error: expression list treated as compound expression in initializer [-fpermissive] 306 | int WINPTHREAD_API pthread_join(pthread_t t, void **res); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:307:41: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 307 | int WINPTHREAD_API pthread_detach(pthread_t t); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:308:45: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 308 | int WINPTHREAD_API pthread_setname_np(pthread_t thread, const char *name); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:308:63: error: expected primary-expression before 'const' 308 | int WINPTHREAD_API pthread_setname_np(pthread_t thread, const char *name); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:308:79: error: expression list treated as compound expression in initializer [-fpermissive] 308 | int WINPTHREAD_API pthread_setname_np(pthread_t thread, const char *name); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:309:45: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 309 | int WINPTHREAD_API pthread_getname_np(pthread_t thread, char *name, size_t len); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:309:63: error: expected primary-expression before 'char' 309 | int WINPTHREAD_API pthread_getname_np(pthread_t thread, char *name, size_t len); | ^~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:309:82: error: expected primary-expression before 'len' 309 | int WINPTHREAD_API pthread_getname_np(pthread_t thread, char *name, size_t len); | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:309:85: error: expression list treated as compound expression in initializer [-fpermissive] 309 | int WINPTHREAD_API pthread_getname_np(pthread_t thread, char *name, size_t len); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:312:40: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 312 | int WINPTHREAD_API pthread_rwlock_init(pthread_rwlock_t *rwlock_, const pthread_rwlockattr_t *attr); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:312:58: error: 'rwlock_' was not declared in this scope 312 | int WINPTHREAD_API pthread_rwlock_init(pthread_rwlock_t *rwlock_, const pthread_rwlockattr_t *attr); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:312:67: error: expected primary-expression before 'const' 312 | int WINPTHREAD_API pthread_rwlock_init(pthread_rwlock_t *rwlock_, const pthread_rwlockattr_t *attr); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:312:99: error: expression list treated as compound expression in initializer [-fpermissive] 312 | int WINPTHREAD_API pthread_rwlock_init(pthread_rwlock_t *rwlock_, const pthread_rwlockattr_t *attr); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:313:42: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 313 | int WINPTHREAD_API pthread_rwlock_wrlock(pthread_rwlock_t *l); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:313:60: error: 'l' was not declared in this scope 313 | int WINPTHREAD_API pthread_rwlock_wrlock(pthread_rwlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:314:47: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 314 | int WINPTHREAD_API pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *ts); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:314:65: error: 'rwlock' was not declared in this scope; did you mean 'clock'? 314 | int WINPTHREAD_API pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *ts); | ^~~~~~ | clock d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:314:73: error: expected primary-expression before 'const' 314 | int WINPTHREAD_API pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *ts); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:314:98: error: expression list treated as compound expression in initializer [-fpermissive] 314 | int WINPTHREAD_API pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *ts); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:315:42: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 315 | int WINPTHREAD_API pthread_rwlock_rdlock(pthread_rwlock_t *l); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:315:60: error: 'l' was not declared in this scope 315 | int WINPTHREAD_API pthread_rwlock_rdlock(pthread_rwlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:316:47: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 316 | int WINPTHREAD_API pthread_rwlock_timedrdlock(pthread_rwlock_t *l, const struct timespec *ts); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:316:65: error: 'l' was not declared in this scope 316 | int WINPTHREAD_API pthread_rwlock_timedrdlock(pthread_rwlock_t *l, const struct timespec *ts); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:316:68: error: expected primary-expression before 'const' 316 | int WINPTHREAD_API pthread_rwlock_timedrdlock(pthread_rwlock_t *l, const struct timespec *ts); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:316:93: error: expression list treated as compound expression in initializer [-fpermissive] 316 | int WINPTHREAD_API pthread_rwlock_timedrdlock(pthread_rwlock_t *l, const struct timespec *ts); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:317:42: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 317 | int WINPTHREAD_API pthread_rwlock_unlock(pthread_rwlock_t *l); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:317:60: error: 'l' was not declared in this scope 317 | int WINPTHREAD_API pthread_rwlock_unlock(pthread_rwlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:318:45: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 318 | int WINPTHREAD_API pthread_rwlock_tryrdlock(pthread_rwlock_t *l); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:318:63: error: 'l' was not declared in this scope 318 | int WINPTHREAD_API pthread_rwlock_tryrdlock(pthread_rwlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:319:45: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 319 | int WINPTHREAD_API pthread_rwlock_trywrlock(pthread_rwlock_t *l); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:319:63: error: 'l' was not declared in this scope 319 | int WINPTHREAD_API pthread_rwlock_trywrlock(pthread_rwlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:320:44: error: 'pthread_rwlock_t' was not declared in this scope; did you mean 'pthread_rwlock_init'? 320 | int WINPTHREAD_API pthread_rwlock_destroy (pthread_rwlock_t *l); | ^~~~~~~~~~~~~~~~ | pthread_rwlock_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:320:62: error: 'l' was not declared in this scope 320 | int WINPTHREAD_API pthread_rwlock_destroy (pthread_rwlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:322:38: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 322 | int WINPTHREAD_API pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *a); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:322:54: error: 'cv' was not declared in this scope 322 | int WINPTHREAD_API pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *a); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:322:58: error: expected primary-expression before 'const' 322 | int WINPTHREAD_API pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *a); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:322:85: error: expression list treated as compound expression in initializer [-fpermissive] 322 | int WINPTHREAD_API pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *a); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:323:41: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 323 | int WINPTHREAD_API pthread_cond_destroy(pthread_cond_t *cv); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:323:57: error: 'cv' was not declared in this scope 323 | int WINPTHREAD_API pthread_cond_destroy(pthread_cond_t *cv); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:324:41: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 324 | int WINPTHREAD_API pthread_cond_signal (pthread_cond_t *cv); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:324:57: error: 'cv' was not declared in this scope 324 | int WINPTHREAD_API pthread_cond_signal (pthread_cond_t *cv); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:325:44: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 325 | int WINPTHREAD_API pthread_cond_broadcast (pthread_cond_t *cv); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:325:60: error: 'cv' was not declared in this scope 325 | int WINPTHREAD_API pthread_cond_broadcast (pthread_cond_t *cv); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:326:39: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 326 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:326:55: error: 'cv' was not declared in this scope 326 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:326:59: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 326 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:326:76: error: 'external_mutex' was not declared in this scope 326 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:326:90: error: expression list treated as compound expression in initializer [-fpermissive] 326 | int WINPTHREAD_API pthread_cond_wait (pthread_cond_t *cv, pthread_mutex_t *external_mutex); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:327:43: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 327 | int WINPTHREAD_API pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:327:59: error: 'cv' was not declared in this scope 327 | int WINPTHREAD_API pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:327:63: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 327 | int WINPTHREAD_API pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:327:80: error: 'external_mutex' was not declared in this scope 327 | int WINPTHREAD_API pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:327:96: error: expected primary-expression before 'const' 327 | int WINPTHREAD_API pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:327:120: error: expression list treated as compound expression in initializer [-fpermissive] 327 | int WINPTHREAD_API pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:328:55: error: 'pthread_cond_t' was not declared in this scope; did you mean 'pthread_once_t'? 328 | int WINPTHREAD_API pthread_cond_timedwait_relative_np(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:328:71: error: 'cv' was not declared in this scope 328 | int WINPTHREAD_API pthread_cond_timedwait_relative_np(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:328:75: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 328 | int WINPTHREAD_API pthread_cond_timedwait_relative_np(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:328:92: error: 'external_mutex' was not declared in this scope 328 | int WINPTHREAD_API pthread_cond_timedwait_relative_np(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:328:108: error: expected primary-expression before 'const' 328 | int WINPTHREAD_API pthread_cond_timedwait_relative_np(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:328:132: error: expression list treated as compound expression in initializer [-fpermissive] 328 | int WINPTHREAD_API pthread_cond_timedwait_relative_np(pthread_cond_t *cv, pthread_mutex_t *external_mutex, const struct timespec *t); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:330:39: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 330 | int WINPTHREAD_API pthread_mutex_lock(pthread_mutex_t *m); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:330:56: error: 'm' was not declared in this scope; did you mean 'tm'? 330 | int WINPTHREAD_API pthread_mutex_lock(pthread_mutex_t *m); | ^ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:331:44: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 331 | int WINPTHREAD_API pthread_mutex_timedlock(pthread_mutex_t *m, const struct timespec *ts); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:331:61: error: 'm' was not declared in this scope; did you mean 'tm'? 331 | int WINPTHREAD_API pthread_mutex_timedlock(pthread_mutex_t *m, const struct timespec *ts); | ^ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:331:64: error: expected primary-expression before 'const' 331 | int WINPTHREAD_API pthread_mutex_timedlock(pthread_mutex_t *m, const struct timespec *ts); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:331:89: error: expression list treated as compound expression in initializer [-fpermissive] 331 | int WINPTHREAD_API pthread_mutex_timedlock(pthread_mutex_t *m, const struct timespec *ts); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:332:41: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 332 | int WINPTHREAD_API pthread_mutex_unlock(pthread_mutex_t *m); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:332:58: error: 'm' was not declared in this scope; did you mean 'tm'? 332 | int WINPTHREAD_API pthread_mutex_unlock(pthread_mutex_t *m); | ^ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:333:42: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_once_t'? 333 | int WINPTHREAD_API pthread_mutex_trylock(pthread_mutex_t *m); | ^~~~~~~~~~~~~~~ | pthread_once_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:333:59: error: 'm' was not declared in this scope; did you mean 'tm'? 333 | int WINPTHREAD_API pthread_mutex_trylock(pthread_mutex_t *m); | ^ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:334:39: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_mutex_init'? 334 | int WINPTHREAD_API pthread_mutex_init(pthread_mutex_t *m, const pthread_mutexattr_t *a); | ^~~~~~~~~~~~~~~ | pthread_mutex_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:334:56: error: 'm' was not declared in this scope; did you mean 'tm'? 334 | int WINPTHREAD_API pthread_mutex_init(pthread_mutex_t *m, const pthread_mutexattr_t *a); | ^ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:334:59: error: expected primary-expression before 'const' 334 | int WINPTHREAD_API pthread_mutex_init(pthread_mutex_t *m, const pthread_mutexattr_t *a); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:334:87: error: expression list treated as compound expression in initializer [-fpermissive] 334 | int WINPTHREAD_API pthread_mutex_init(pthread_mutex_t *m, const pthread_mutexattr_t *a); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:335:42: error: 'pthread_mutex_t' was not declared in this scope; did you mean 'pthread_mutex_init'? 335 | int WINPTHREAD_API pthread_mutex_destroy(pthread_mutex_t *m); | ^~~~~~~~~~~~~~~ | pthread_mutex_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:335:59: error: 'm' was not declared in this scope; did you mean 'tm'? 335 | int WINPTHREAD_API pthread_mutex_destroy(pthread_mutex_t *m); | ^ | tm d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:341:38: error: 'pthread_spinlock_t' was not declared in this scope; did you mean 'pthread_spin_init'? 341 | int WINPTHREAD_API pthread_spin_init(pthread_spinlock_t *l, int pshared); | ^~~~~~~~~~~~~~~~~~ | pthread_spin_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:341:58: error: 'l' was not declared in this scope 341 | int WINPTHREAD_API pthread_spin_init(pthread_spinlock_t *l, int pshared); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:341:61: error: expected primary-expression before 'int' 341 | int WINPTHREAD_API pthread_spin_init(pthread_spinlock_t *l, int pshared); | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:341:72: error: expression list treated as compound expression in initializer [-fpermissive] 341 | int WINPTHREAD_API pthread_spin_init(pthread_spinlock_t *l, int pshared); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:342:41: error: 'pthread_spinlock_t' was not declared in this scope; did you mean 'pthread_spin_init'? 342 | int WINPTHREAD_API pthread_spin_destroy(pthread_spinlock_t *l); | ^~~~~~~~~~~~~~~~~~ | pthread_spin_init d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:342:61: error: 'l' was not declared in this scope 342 | int WINPTHREAD_API pthread_spin_destroy(pthread_spinlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:344:38: error: 'pthread_spinlock_t' was not declared in this scope; did you mean 'pthread_spin_lock'? 344 | int WINPTHREAD_API pthread_spin_lock(pthread_spinlock_t *l); | ^~~~~~~~~~~~~~~~~~ | pthread_spin_lock d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:344:58: error: 'l' was not declared in this scope 344 | int WINPTHREAD_API pthread_spin_lock(pthread_spinlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:345:41: error: 'pthread_spinlock_t' was not declared in this scope; did you mean 'pthread_spin_lock'? 345 | int WINPTHREAD_API pthread_spin_trylock(pthread_spinlock_t *l); | ^~~~~~~~~~~~~~~~~~ | pthread_spin_lock d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:345:61: error: 'l' was not declared in this scope 345 | int WINPTHREAD_API pthread_spin_trylock(pthread_spinlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:346:40: error: 'pthread_spinlock_t' was not declared in this scope; did you mean 'pthread_spin_lock'? 346 | int WINPTHREAD_API pthread_spin_unlock(pthread_spinlock_t *l); | ^~~~~~~~~~~~~~~~~~ | pthread_spin_lock d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:346:60: error: 'l' was not declared in this scope 346 | int WINPTHREAD_API pthread_spin_unlock(pthread_spinlock_t *l); | ^ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:399:62: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 399 | void * WINPTHREAD_API pthread_gethandle (pthread_t t); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:405:61: error: 'pthread_t' was not declared in this scope; did you mean 'pthread_exit'? 405 | int WINPTHREAD_API _pthread_tryjoin (pthread_t t, void **res); | ^~~~~~~~~ | pthread_exit d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:405:74: error: expected primary-expression before 'void' 405 | int WINPTHREAD_API _pthread_tryjoin (pthread_t t, void **res); | ^~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/pthread.h:405:84: error: expression list treated as compound expression in initializer [-fpermissive] 405 | int WINPTHREAD_API _pthread_tryjoin (pthread_t t, void **res); | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:62:9: error: 'pthread_t' does not name a type; did you mean '_threadid'? 62 | typedef pthread_t __gthread_t; | ^~~~~~~~~ | _threadid /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:65:9: error: 'pthread_mutex_t' does not name a type; did you mean 'pthread_once_t'? 65 | typedef pthread_mutex_t __gthread_mutex_t; | ^~~~~~~~~~~~~~~ | pthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:69:9: error: 'pthread_mutex_t' does not name a type; did you mean 'pthread_once_t'? 69 | typedef pthread_mutex_t __gthread_recursive_mutex_t; | ^~~~~~~~~~~~~~~ | pthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:70:9: error: 'pthread_cond_t' does not name a type; did you mean 'pthread_once_t'? 70 | typedef pthread_cond_t __gthread_cond_t; | ^~~~~~~~~~~~~~ | pthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:706:19: error: '__gthread_t' was not declared in this scope; did you mean '__gthread_key_t'? 706 | __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:706:32: error: '__threadid' was not declared in this scope; did you mean '_threadid'? 706 | __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), | ^~~~~~~~~~ | _threadid /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:706:44: error: expected primary-expression before 'void' 706 | __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), | ^~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:707:19: error: expected primary-expression before 'void' 707 | void *__args) | ^~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:707:31: error: expression list treated as compound expression in initializer [-fpermissive] 707 | void *__args) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:713:17: error: '__gthread_t' was not declared in this scope; did you mean '__gthread_key_t'? 713 | __gthread_join (__gthread_t __threadid, void **__value_ptr) | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:713:41: error: expected primary-expression before 'void' 713 | __gthread_join (__gthread_t __threadid, void **__value_ptr) | ^~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:713:59: error: expression list treated as compound expression in initializer [-fpermissive] 713 | __gthread_join (__gthread_t __threadid, void **__value_ptr) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:719:19: error: '__gthread_t' was not declared in this scope; did you mean '__gthread_key_t'? 719 | __gthread_detach (__gthread_t __threadid) | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:725:18: error: '__gthread_t' was not declared in this scope; did you mean '__gthread_key_t'? 725 | __gthread_equal (__gthread_t __t1, __gthread_t __t2) | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:725:36: error: '__gthread_t' was not declared in this scope; did you mean '__gthread_key_t'? 725 | __gthread_equal (__gthread_t __t1, __gthread_t __t2) | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:725:52: error: expression list treated as compound expression in initializer [-fpermissive] 725 | __gthread_equal (__gthread_t __t1, __gthread_t __t2) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:730:18: error: '__gthread_t' does not name a type; did you mean '__gthread_key_t'? 730 | __GTHREAD_INLINE __gthread_t | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:776:1: error: variable or field '__gthread_mutex_init_function' declared void 776 | __gthread_mutex_init_function (__gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:776:32: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 776 | __gthread_mutex_init_function (__gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:776:51: error: '__mutex' was not declared in this scope 776 | __gthread_mutex_init_function (__gthread_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:783:26: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 783 | __gthread_mutex_destroy (__gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:783:45: error: '__mutex' was not declared in this scope 783 | __gthread_mutex_destroy (__gthread_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:792:23: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 792 | __gthread_mutex_lock (__gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:792:42: error: '__mutex' was not declared in this scope 792 | __gthread_mutex_lock (__gthread_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:801:26: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 801 | __gthread_mutex_trylock (__gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:801:45: error: '__mutex' was not declared in this scope 801 | __gthread_mutex_trylock (__gthread_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:811:28: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 811 | __gthread_mutex_timedlock (__gthread_mutex_t *__mutex, | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:811:47: error: '__mutex' was not declared in this scope 811 | __gthread_mutex_timedlock (__gthread_mutex_t *__mutex, | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:812:28: error: expected primary-expression before 'const' 812 | const __gthread_time_t *__abs_timeout) | ^~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:812:65: error: expression list treated as compound expression in initializer [-fpermissive] 812 | const __gthread_time_t *__abs_timeout) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:822:25: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 822 | __gthread_mutex_unlock (__gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:822:44: error: '__mutex' was not declared in this scope 822 | __gthread_mutex_unlock (__gthread_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:833:42: error: '__gthread_recursive_mutex_t' was not declared in this scope 833 | __gthread_recursive_mutex_init_function (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:833:71: error: '__mutex' was not declared in this scope 833 | __gthread_recursive_mutex_init_function (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:855:33: error: '__gthread_recursive_mutex_t' was not declared in this scope; did you mean '__gthread_recursive_mutex_lock'? 855 | __gthread_recursive_mutex_lock (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | __gthread_recursive_mutex_lock /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:855:62: error: '__mutex' was not declared in this scope 855 | __gthread_recursive_mutex_lock (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:861:36: error: '__gthread_recursive_mutex_t' was not declared in this scope; did you mean '__gthread_recursive_mutex_lock'? 861 | __gthread_recursive_mutex_trylock (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | __gthread_recursive_mutex_lock /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:861:65: error: '__mutex' was not declared in this scope 861 | __gthread_recursive_mutex_trylock (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:868:38: error: '__gthread_recursive_mutex_t' was not declared in this scope; did you mean '__gthread_recursive_mutex_lock'? 868 | __gthread_recursive_mutex_timedlock (__gthread_recursive_mutex_t *__mutex, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | __gthread_recursive_mutex_lock /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:868:67: error: '__mutex' was not declared in this scope 868 | __gthread_recursive_mutex_timedlock (__gthread_recursive_mutex_t *__mutex, | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:869:38: error: expected primary-expression before 'const' 869 | const __gthread_time_t *__abs_timeout) | ^~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:869:75: error: expression list treated as compound expression in initializer [-fpermissive] 869 | const __gthread_time_t *__abs_timeout) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:876:35: error: '__gthread_recursive_mutex_t' was not declared in this scope; did you mean '__gthread_recursive_mutex_lock'? 876 | __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | __gthread_recursive_mutex_lock /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:876:64: error: '__mutex' was not declared in this scope 876 | __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:882:36: error: '__gthread_recursive_mutex_t' was not declared in this scope; did you mean '__gthread_recursive_mutex_lock'? 882 | __gthread_recursive_mutex_destroy (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | __gthread_recursive_mutex_lock /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:882:65: error: '__mutex' was not declared in this scope 882 | __gthread_recursive_mutex_destroy (__gthread_recursive_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:897:27: error: '__gthread_cond_t' was not declared in this scope; did you mean '__gthread_once_t'? 897 | __gthread_cond_broadcast (__gthread_cond_t *__cond) | ^~~~~~~~~~~~~~~~ | __gthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:897:45: error: '__cond' was not declared in this scope 897 | __gthread_cond_broadcast (__gthread_cond_t *__cond) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:903:24: error: '__gthread_cond_t' was not declared in this scope; did you mean '__gthread_once_t'? 903 | __gthread_cond_signal (__gthread_cond_t *__cond) | ^~~~~~~~~~~~~~~~ | __gthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:903:42: error: '__cond' was not declared in this scope 903 | __gthread_cond_signal (__gthread_cond_t *__cond) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:909:22: error: '__gthread_cond_t' was not declared in this scope; did you mean '__gthread_once_t'? 909 | __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~ | __gthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:909:40: error: '__cond' was not declared in this scope 909 | __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:909:48: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 909 | __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:909:67: error: '__mutex' was not declared in this scope 909 | __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:909:74: error: expression list treated as compound expression in initializer [-fpermissive] 909 | __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:915:27: error: '__gthread_cond_t' was not declared in this scope; did you mean '__gthread_once_t'? 915 | __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, | ^~~~~~~~~~~~~~~~ | __gthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:915:45: error: '__cond' was not declared in this scope 915 | __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:915:53: error: '__gthread_mutex_t' was not declared in this scope; did you mean '__gthread_time_t'? 915 | __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, | ^~~~~~~~~~~~~~~~~ | __gthread_time_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:915:72: error: '__mutex' was not declared in this scope 915 | __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:916:27: error: expected primary-expression before 'const' 916 | const __gthread_time_t *__abs_timeout) | ^~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:916:64: error: expression list treated as compound expression in initializer [-fpermissive] 916 | const __gthread_time_t *__abs_timeout) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:922:32: error: '__gthread_cond_t' was not declared in this scope; did you mean '__gthread_once_t'? 922 | __gthread_cond_wait_recursive (__gthread_cond_t *__cond, | ^~~~~~~~~~~~~~~~ | __gthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:922:50: error: '__cond' was not declared in this scope 922 | __gthread_cond_wait_recursive (__gthread_cond_t *__cond, | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:923:32: error: '__gthread_recursive_mutex_t' was not declared in this scope; did you mean '__gthread_recursive_mutex_lock'? 923 | __gthread_recursive_mutex_t *__mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | __gthread_recursive_mutex_lock /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:923:61: error: '__mutex' was not declared in this scope 923 | __gthread_recursive_mutex_t *__mutex) | ^~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:923:68: error: expression list treated as compound expression in initializer [-fpermissive] 923 | __gthread_recursive_mutex_t *__mutex) | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:929:25: error: '__gthread_cond_t' was not declared in this scope; did you mean '__gthread_once_t'? 929 | __gthread_cond_destroy (__gthread_cond_t* __cond) | ^~~~~~~~~~~~~~~~ | __gthread_once_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/gthr-default.h:929:43: error: '__cond' was not declared in this scope 929 | __gthread_cond_destroy (__gthread_cond_t* __cond) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:88:32: error: '__gthread_t' does not name a type; did you mean '__gthread_key_t'? 88 | using native_handle_type = __gthread_t; | ^~~~~~~~~~~ | __gthread_key_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:100:7: error: 'native_handle_type' does not name a type 100 | native_handle_type _M_thread; | ^~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:106:28: error: expected ')' before '__id' 106 | id(native_handle_type __id) : _M_thread(__id) { } | ~ ^~~~~ | ) /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:222:5: error: 'native_handle_type' does not name a type 222 | native_handle_type | ^~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h: In constructor 'std::thread::id::id()': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:103:23: error: class 'std::thread::id' does not have any field named '_M_thread' 103 | id() noexcept : _M_thread() { } | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h: In function 'bool std::operator==(thread::id, thread::id)': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:341:16: error: 'class std::thread::id' has no member named '_M_thread' 341 | return __x._M_thread == __y._M_thread; | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:341:33: error: 'class std::thread::id' has no member named '_M_thread' 341 | return __x._M_thread == __y._M_thread; | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h: In member function 'std::size_t std::hash::operator()(const std::thread::id&) const': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:354:43: error: 'const class std::thread::id' has no member named '_M_thread' 354 | { return std::_Hash_impl::hash(__id._M_thread); } | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h: In function 'std::thread::id std::this_thread::get_id()': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/std_thread.h:368:25: error: '__gthread_self' was not declared in this scope; did you mean '__gthread_yield'? 368 | return thread::id(__gthread_self()); | ^~~~~~~~~~~~~~ | __gthread_yield In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/chrono.h:43, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/this_thread_sleep.h:38, from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:48: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ctime: At global scope: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ctime:63:11: error: 'time_t' has not been declared in '::' 63 | using ::time_t; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ctime:68:11: error: 'mktime' has not been declared in '::' 68 | using ::mktime; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ctime:69:11: error: 'time' has not been declared in '::' 69 | using ::time; | ^~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/chrono.h:1248:19: error: 'time_t' in namespace 'std' does not name a type; did you mean 'time_put'? 1248 | static std::time_t | ^~~~~~ | time_put /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/chrono.h:1257:19: error: 'std::time_t' has not been declared; did you mean 'std::time_put'? 1257 | from_time_t(std::time_t __t) noexcept | ^~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/this_thread_sleep.h: In function 'void std::this_thread::sleep_for(const std::chrono::duration<_Rep1, _Period1>&)': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/this_thread_sleep.h:79:30: error: 'time_t' in namespace 'std' does not name a type; did you mean 'time_put'? [-Wtemplate-body] 79 | static_cast(__s.count()), | ^~~~~~ | time_put d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread: In function 'bool std::operator<(thread::id, thread::id)': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:89:16: error: 'class std::thread::id' has no member named '_M_thread' 89 | return __x._M_thread < __y._M_thread; | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:89:32: error: 'class std::thread::id' has no member named '_M_thread' 89 | return __x._M_thread < __y._M_thread; | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread: In function 'std::basic_ostream<_CharT, _Traits>& std::operator<<(basic_ostream<_CharT, _Traits>&, thread::id)': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:111:46: error: 'native_handle_type' is not a member of 'std::thread' [-Wtemplate-body] 111 | = __conditional_t::value, | ^~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:111:64: error: template argument 1 is invalid [-Wtemplate-body] 111 | = __conditional_t::value, | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:113:35: error: 'native_handle_type' is not a member of 'std::thread' [-Wtemplate-body] 113 | thread::native_handle_type>; | ^~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:113:53: error: template argument 1 is invalid [-Wtemplate-body] 113 | thread::native_handle_type>; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:113:53: error: template argument 3 is invalid [-Wtemplate-body] /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:118:37: error: '__output_type' does not name a type; did you mean '__truth_type'? [-Wtemplate-body] 118 | return __out << static_cast<__output_type>(__id._M_thread); | ^~~~~~~~~~~~~ | __truth_type /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/thread:118:57: error: 'class std::thread::id' has no member named '_M_thread' [-Wtemplate-body] 118 | return __out << static_cast<__output_type>(__id._M_thread); | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_classes.tcc: In destructor 'std::__cxx11::collate<_CharT>::do_transform(const _CharT*, const _CharT*) const::_Buf::~_Buf()': d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_classes.tcc: In member function 'virtual std::__cxx11::collate<_CharT>::string_type std::__cxx11::collate<_CharT>::do_transform(const _CharT*, const _CharT*) const': d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:17: error: there are no arguments to '_errno' that depend on a template parameter, so a declaration of '_errno' must be available [-Wtemplate-body] 19 | #define errno (*_errno()) | ^~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ios:47: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/streambuf: In instantiation of 'class std::basic_streambuf': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/streambuf.tcc:162:25: required from here 162 | extern template class basic_streambuf; | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/streambuf:137:57: error: no type named 'int_type' in 'std::basic_streambuf::traits_type' {aka 'struct std::char_traits'} 137 | typedef typename traits_type::int_type int_type; | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/wctype.h: At global scope: d:/rtools45/x86_64-w64-mingw32.static.posix/include/wctype.h:177:3: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 177 | wint_t __cdecl towctrans(wint_t,wctrans_t); | ^~~~~~ | uint8_t d:/rtools45/x86_64-w64-mingw32.static.posix/include/wctype.h:179:3: error: 'wctype_t' does not name a type 179 | wctype_t __cdecl wctype(const char *); | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:85:11: error: 'wctype_t' has not been declared in '::' 85 | using ::wctype_t; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:86:11: error: 'wint_t' has not been declared in '::' 86 | using ::wint_t; | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:103:11: error: 'towctrans' has not been declared in '::' 103 | using ::towctrans; | ^~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:104:11: error: 'towlower' has not been declared in '::' 104 | using ::towlower; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:105:11: error: 'towupper' has not been declared in '::' 105 | using ::towupper; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/cwctype:107:11: error: 'wctype' has not been declared in '::' 107 | using ::wctype; | ^~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_facets.h:43: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:44:41: error: '_U' was not declared in this scope 44 | static const mask upper = mask (_U); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:45:41: error: '_L' was not declared in this scope 45 | static const mask lower = mask (_L); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:46:41: error: '_U' was not declared in this scope 46 | static const mask alpha = mask (_U | _L); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:46:46: error: '_L' was not declared in this scope 46 | static const mask alpha = mask (_U | _L); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:47:41: error: '_N' was not declared in this scope 47 | static const mask digit = mask (_N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:48:41: error: '_X' was not declared in this scope 48 | static const mask xdigit = mask (_X | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:48:46: error: '_N' was not declared in this scope 48 | static const mask xdigit = mask (_X | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:49:41: error: '_S' was not declared in this scope 49 | static const mask space = mask (_S); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:50:41: error: '_P' was not declared in this scope 50 | static const mask print = mask (_P | _U | _L | _N | _B); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:50:46: error: '_U' was not declared in this scope 50 | static const mask print = mask (_P | _U | _L | _N | _B); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:50:51: error: '_L' was not declared in this scope 50 | static const mask print = mask (_P | _U | _L | _N | _B); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:50:56: error: '_N' was not declared in this scope 50 | static const mask print = mask (_P | _U | _L | _N | _B); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:50:61: error: '_B' was not declared in this scope 50 | static const mask print = mask (_P | _U | _L | _N | _B); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:51:41: error: '_P' was not declared in this scope 51 | static const mask graph = mask (_P | _U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:51:46: error: '_U' was not declared in this scope 51 | static const mask graph = mask (_P | _U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:51:51: error: '_L' was not declared in this scope 51 | static const mask graph = mask (_P | _U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:51:56: error: '_N' was not declared in this scope 51 | static const mask graph = mask (_P | _U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:52:41: error: '_C' was not declared in this scope 52 | static const mask cntrl = mask (_C); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:53:41: error: '_P' was not declared in this scope 53 | static const mask punct = mask (_P); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:54:41: error: '_U' was not declared in this scope 54 | static const mask alnum = mask (_U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:54:46: error: '_L' was not declared in this scope 54 | static const mask alnum = mask (_U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/x86_64-pc-cygwin/bits/ctype_base.h:54:51: error: '_N' was not declared in this scope 54 | static const mask alnum = mask (_U | _L | _N); | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_facets.h:1202:15: error: 'wctype_t' does not name a type; did you mean 'ctype'? 1202 | typedef wctype_t __wmask_type; | ^~~~~~~~ | ctype /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_facets.h:1210:7: error: 'wint_t' does not name a type; did you mean 'uint8_t'? 1210 | wint_t _M_widen[1 + static_cast(-1)]; | ^~~~~~ | uint8_t /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_facets.h:1214:7: error: '__wmask_type' does not name a type; did you mean '__false_type'? 1214 | __wmask_type _M_wmask[16]; | ^~~~~~~~~~~~ | __false_type /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/locale_facets.h:1243:7: error: '__wmask_type' does not name a type; did you mean '__false_type'? 1243 | __wmask_type | ^~~~~~~~~~~~ | __false_type /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_ios.h: In instantiation of 'class std::basic_ios': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_ios.tcc:182:25: required from here 182 | extern template class basic_ios; | ^~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_ios.h:83:54: error: no type named 'int_type' in 'struct std::char_traits' 83 | typedef typename _Traits::int_type int_type; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/ostream.h: In instantiation of 'class std::basic_ostream': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/ostream.tcc:375:25: required from here 375 | extern template class basic_ostream; | ^~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/ostream.h:71:57: error: no type named 'int_type' in 'struct std::char_traits' 71 | typedef typename _Traits::int_type int_type; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/iostream:44: /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream: In instantiation of 'class std::basic_istream': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:758:27: required from here 758 | basic_istream:: | ^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:67:57: error: no type named 'int_type' in 'struct std::char_traits' 67 | typedef typename _Traits::int_type int_type; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:768:5: error: template-id 'ignore<>' for 'std::basic_istream& std::basic_istream::ignore(...)' does not match any template declaration 768 | basic_istream:: | ^~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:552:7: note: candidates are: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::ignore() [with _CharT = wchar_t; _Traits = std::char_traits; __istream_type = std::basic_istream]' 552 | ignore(); | ^~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:763:5: note: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::ignore(std::streamsize) [with _CharT = wchar_t; _Traits = std::char_traits; __istream_type = std::basic_istream; std::streamsize = long int]' 763 | basic_istream:: | ^~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream: In instantiation of 'class std::basic_istream::sentry': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/istream.tcc:1157:25: required from here 1157 | extern template class basic_istream; | ^~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:792:57: error: no type named 'int_type' in 'struct std::char_traits' 792 | typedef typename _Traits::int_type __int_type; | ^~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream: In instantiation of 'class std::basic_iostream': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/istream.tcc:1176:25: required from here 1176 | extern template class basic_iostream; | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/istream:994:57: error: no type named 'int_type' in 'struct std::char_traits' 994 | typedef typename _Traits::int_type int_type; | ^~~~~~~~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long int; _Ret = int; _CharT = char; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4455:40: required from here 4455 | { return __gnu_cxx::__stoa(&std::strtol, "stoi", __str.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4456 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4455:40: required from here 4455 | { return __gnu_cxx::__stoa(&std::strtol, "stoi", __str.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4456 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long int; _Ret = long int; _CharT = char; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = long int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4460:29: required from here 4460 | { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4461 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = long int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4460:29: required from here 4460 | { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4461 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long unsigned int; _Ret = long unsigned int; _CharT = char; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long unsigned int; _Ret = long unsigned int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4465:29: required from here 4465 | { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4466 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long unsigned int; _Ret = long unsigned int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4465:29: required from here 4465 | { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4466 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long long int; _Ret = long long int; _CharT = char; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long int; _Ret = long long int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4471:29: required from here 4471 | { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4472 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long int; _Ret = long long int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4471:29: required from here 4471 | { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4472 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long long unsigned int; _Ret = long long unsigned int; _CharT = char; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long unsigned int; _Ret = long long unsigned int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4476:29: required from here 4476 | { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4477 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long unsigned int; _Ret = long long unsigned int; _CharT = char; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4476:29: required from here 4476 | { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4477 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = double; _Ret = double; _CharT = char; _Base = {}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = double; _Ret = double; _CharT = char; _Base = {}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4490:29: required from here 4490 | { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = double; _Ret = double; _CharT = char; _Base = {}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4490:29: required from here 4490 | { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = float; _Ret = float; _CharT = char; _Base = {}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = float; _Ret = float; _CharT = char; _Base = {}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4496:29: required from here 4496 | { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = float; _Ret = float; _CharT = char; _Base = {}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4496:29: required from here 4496 | { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long double; _Ret = long double; _CharT = char; _Base = {}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long double; _Ret = long double; _CharT = char; _Base = {}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4518:29: required from here 4518 | { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long double; _Ret = long double; _CharT = char; _Base = {}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4518:29: required from here 4518 | { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long int; _Ret = int; _CharT = wchar_t; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4726:40: required from here 4726 | { return __gnu_cxx::__stoa(&std::wcstol, "stoi", __str.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4727 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4726:40: required from here 4726 | { return __gnu_cxx::__stoa(&std::wcstol, "stoi", __str.c_str(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4727 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long int; _Ret = long int; _CharT = wchar_t; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = long int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4731:29: required from here 4731 | { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4732 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long int; _Ret = long int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4731:29: required from here 4731 | { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4732 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long unsigned int; _Ret = long unsigned int; _CharT = wchar_t; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long unsigned int; _Ret = long unsigned int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4736:29: required from here 4736 | { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4737 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long unsigned int; _Ret = long unsigned int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4736:29: required from here 4736 | { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4737 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long long int; _Ret = long long int; _CharT = wchar_t; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long int; _Ret = long long int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4741:29: required from here 4741 | { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4742 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long int; _Ret = long long int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4741:29: required from here 4741 | { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4742 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long long unsigned int; _Ret = long long unsigned int; _CharT = wchar_t; _Base = {int}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long unsigned int; _Ret = long long unsigned int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4746:29: required from here 4746 | { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4747 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long long unsigned int; _Ret = long long unsigned int; _CharT = wchar_t; _Base = {int}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4746:29: required from here 4746 | { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4747 | __idx, __base); } | ~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = float; _Ret = float; _CharT = wchar_t; _Base = {}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = float; _Ret = float; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4752:29: required from here 4752 | { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = float; _Ret = float; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4752:29: required from here 4752 | { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = double; _Ret = double; _CharT = wchar_t; _Base = {}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = double; _Ret = double; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4756:29: required from here 4756 | { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = double; _Ret = double; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4756:29: required from here 4756 | { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '__gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...)::_Save_errno::_Save_errno() [with _TRet = long double; _Ret = long double; _CharT = wchar_t; _Base = {}]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h:70:7: required from '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long double; _Ret = long double; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]' 70 | } const __save_errno; | ^ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4760:29: required from here 4760 | { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/ext/string_conversions.h: In instantiation of '_Ret __gnu_cxx::__stoa(_TRet (*)(const _CharT*, _CharT**, _Base ...), const char*, const _CharT*, std::size_t*, _Base ...) [with _TRet = long double; _Ret = long double; _CharT = wchar_t; _Base = {}; std::size_t = long unsigned int]': /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/basic_string.h:4760:29: required from here 4760 | { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); } | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:19:23: error: '_errno' was not declared in this scope; did you mean 'errno'? 19 | #define errno (*_errno()) | ~~~~~~^~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:304: Fish.o] Error 1 ERROR: compilation failed for package 'GenomeAdmixR' * removing 'd:/RCompile/CRANincoming/R-devel/lib/GenomeAdmixR'