* installing *source* package 'exactRankTests' ... ** this is package 'exactRankTests' version '0.8-36' ** using staged installation ** libs using C compiler: 'gcc (GCC) 15.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o 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/stdlib.h:9, from D:/RCompile/recent/R/include/R.h:43, from init.c:2: d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:18:10: error: expected ';' before 'extern' 18 | _CRTIMP extern int *__cdecl _errno(void); | ^~~~~~~ | ; d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:20:3: warning: data definition has no type or storage class 20 | errno_t __cdecl _set_errno(int _Value); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:20:3: error: type defaults to 'int' in declaration of 'errno_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:20:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:20:19: error: expected ',' or ';' before '_set_errno' 20 | errno_t __cdecl _set_errno(int _Value); | ^~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:21:3: warning: data definition has no type or storage class 21 | errno_t __cdecl _get_errno(int *_Value); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:21:3: error: type defaults to 'int' in declaration of 'errno_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:21:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:21:19: error: expected ',' or ';' before '_get_errno' 21 | errno_t __cdecl _get_errno(int *_Value); | ^~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:24:10: error: expected ';' before 'extern' 24 | _CRTIMP extern unsigned long __cdecl __threadid(void); | ^~~~~~~ | ; d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:26:10: error: expected ';' before 'extern' 26 | _CRTIMP extern uintptr_t __cdecl __threadhandle(void); | ^~~~~~~ | ; d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:26:18: error: type defaults to 'int' in declaration of 'uintptr_t' [-Wimplicit-int] 26 | _CRTIMP extern uintptr_t __cdecl __threadhandle(void); | ^~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:26:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 26 | _CRTIMP extern uintptr_t __cdecl __threadhandle(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:26:36: error: expected ',' or ';' before '__threadhandle' 26 | _CRTIMP extern uintptr_t __cdecl __threadhandle(void); | ^~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/corecrt.h:113:13: error: 'errno_t' redeclared as different kind of symbol 113 | typedef int errno_t; | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stddef.h:21:3: note: previous declaration of 'errno_t' with type 'int' 21 | errno_t __cdecl _get_errno(int *_Value); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:148:115: error: expected declaration specifiers or '...' before 'uintptr_t' 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:149:11: error: type defaults to 'int' in declaration of '_invalid_parameter_handler' [-Wimplicit-int] 149 | _CRTIMP _invalid_parameter_handler __cdecl _set_invalid_parameter_handler(_invalid_parameter_handler _Handler); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:149:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 149 | _CRTIMP _invalid_parameter_handler __cdecl _set_invalid_parameter_handler(_invalid_parameter_handler _Handler); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:149:46: error: expected ',' or ';' before '_set_invalid_parameter_handler' 149 | _CRTIMP _invalid_parameter_handler __cdecl _set_invalid_parameter_handler(_invalid_parameter_handler _Handler); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:150:11: error: type defaults to 'int' in declaration of '_invalid_parameter_handler' [-Wimplicit-int] 150 | _CRTIMP _invalid_parameter_handler __cdecl _get_invalid_parameter_handler(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:150:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 150 | _CRTIMP _invalid_parameter_handler __cdecl _get_invalid_parameter_handler(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdlib.h:150:46: error: expected ',' or ';' before '_get_invalid_parameter_handler' 150 | _CRTIMP _invalid_parameter_handler __cdecl _get_invalid_parameter_handler(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 112 | _CRTIMP intptr_t __cdecl _get_heap_handle(void); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/malloc.h:112:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 112 | _CRTIMP intptr_t __cdecl _get_heap_handle(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/malloc.h:112:28: error: expected ',' or ';' before '_get_heap_handle' 112 | _CRTIMP intptr_t __cdecl _get_heap_handle(void); | ^~~~~~~~~~~~~~~~ In file included from D:/RCompile/recent/R/include/R.h:44: d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:212:3: 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:3: 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:3: 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/stdio.h:222:3: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 222 | int __cdecl __ms_printf(const char * __restrict__ , ... ) __MINGW_NOTHROW; | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:225:3: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 225 | int __cdecl __ms_vprintf (const char * __restrict__ , va_list) __MINGW_NOTHROW; | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:228:3: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 228 | int __cdecl __ms_fprintf (FILE * __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW; | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:231:3: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 231 | int __cdecl __ms_vfprintf (FILE * __restrict__ , const char * __restrict__ , va_list) __MINGW_NOTHROW; | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:234:3: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 234 | int __cdecl __ms_sprintf (char * __restrict__ , const char * __restrict__ , ...) __MINGW_NOTHROW; | ^~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:237:3: warning: 'ms_printf' is an unrecognized format function type [-Wformat=] 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:3: 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: warning: data definition has no type or storage class 1341 | wint_t __cdecl fgetwc(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1341:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1341:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1341:18: error: expected ',' or ';' before 'fgetwc' 1341 | wint_t __cdecl fgetwc(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1342:11: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] 1342 | _CRTIMP wint_t __cdecl _fgetwchar(void); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1342:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 1342 | _CRTIMP wint_t __cdecl _fgetwchar(void); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1342:26: error: expected ',' or ';' before '_fgetwchar' 1342 | _CRTIMP wint_t __cdecl _fgetwchar(void); | ^~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1343:3: warning: data definition has no type or storage class 1343 | wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1343:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1343:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1343:3: warning: 'wint_t' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1343:18: error: expected ',' or ';' before 'fputwc' 1343 | wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1344:11: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] 1344 | _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1344:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 1344 | _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1344:26: error: expected ',' or ';' before '_fputwchar' 1344 | _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch); | ^~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1345:3: warning: data definition has no type or storage class 1345 | wint_t __cdecl getwc(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1345:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1345:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1345:3: warning: 'wint_t' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1345:18: error: expected ',' or ';' before 'getwc' 1345 | wint_t __cdecl getwc(FILE *_File); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1346:3: warning: data definition has no type or storage class 1346 | wint_t __cdecl getwchar(void); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1346:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1346:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1346:18: error: expected ',' or ';' before 'getwchar' 1346 | wint_t __cdecl getwchar(void); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1347:3: warning: data definition has no type or storage class 1347 | wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1347:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1347:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1347:18: error: expected ',' or ';' before 'putwc' 1347 | wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); | ^~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1348:3: warning: data definition has no type or storage class 1348 | wint_t __cdecl putwchar(wchar_t _Ch); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1348:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1348:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1348:18: error: expected ',' or ';' before 'putwchar' 1348 | wint_t __cdecl putwchar(wchar_t _Ch); | ^~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1349:3: warning: data definition has no type or storage class 1349 | wint_t __cdecl ungetwc(wint_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1349:3: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1349:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1349:18: error: expected ',' or ';' before 'ungetwc' 1349 | wint_t __cdecl ungetwc(wint_t _Ch,FILE *_File); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1483:11: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] 1483 | _CRTIMP wint_t __cdecl _fgetwc_nolock(FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1483:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 1483 | _CRTIMP wint_t __cdecl _fgetwc_nolock(FILE *_File); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1483:26: error: expected ',' or ';' before '_fgetwc_nolock' 1483 | _CRTIMP wint_t __cdecl _fgetwc_nolock(FILE *_File); | ^~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1484:11: error: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] 1484 | _CRTIMP wint_t __cdecl _fputwc_nolock(wchar_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1484:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 1484 | _CRTIMP wint_t __cdecl _fputwc_nolock(wchar_t _Ch,FILE *_File); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1484:26: error: expected ',' or ';' before '_fputwc_nolock' 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: type defaults to 'int' in declaration of 'wint_t' [-Wimplicit-int] 1485 | _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File); | ^~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1485:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 1485 | _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File); | ^~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1485:26: error: expected ',' or ';' before '_ungetwc_nolock' 1485 | _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File); | ^~~~~~~~~~~~~~~ d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdio.h:1599:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:1599:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:1599:28: error: expected ',' or ';' before '_wspawnl' 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:1600:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnle' 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:1601:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnlp' 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:1602:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnlpe' 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:1603:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnv' 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:1604:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnve' 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:1605:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnvp' 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:1606:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_wspawnvpe' 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:1623:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_spawnv' 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:1624:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_spawnve' 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:1625:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_spawnvp' 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:1626:11: error: type defaults to 'int' in declaration of 'intptr_t' [-Wimplicit-int] 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:3: warning: 'cdecl' attribute only applies to function types [-Wattributes] 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:28: error: expected ',' or ';' before '_spawnvpe' 1626 | _CRTIMP intptr_t __cdecl _spawnvpe(int _Mode,const char *_Filename,const char *const *_ArgList,const char *const *_Env); | ^~~~~~~~~ In file included from d:/rtools45/x86_64-w64-mingw32.static.posix/include/stdarg.h:140, from D:/RCompile/recent/R/include/R_ext/Print.h:41, from D:/RCompile/recent/R/include/R_ext/Error.h:29, from D:/RCompile/recent/R/include/R.h:73: d:/rtools45/x86_64-w64-mingw32.static.posix/include/_mingw_stdarg.h:11:2: error: #error Only Win32 target is supported! 11 | #error Only Win32 target is supported! | ^~~~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:297: init.o] Error 1 ERROR: compilation failed for package 'exactRankTests' * removing 'd:/RCompile/CRANincoming/R-devel/lib/exactRankTests'