* installing *source* package 'MethScope' ... ** this is package 'MethScope' version '1.0.0' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.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 bgzf.c -o bgzf.o 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 cfile.c -o cfile.o 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 decompress.c -o decompress.o 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 format.c -o format.o 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 format2.c -o format2.o 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 format3.c -o format3.o 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 format6.c -o format6.o 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 format7.c -o format7.o 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 index.c -o index.o 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 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 kstring.c -o kstring.o 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 summary.c -o summary.o summary.c: In function 'format_stats_and_clean': summary.c:552:14: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 552 | REprintf(out_fp, "%s\t%s\t%s\t%s\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\t%" PRIu64 "\t%s", | ^~~~~~ | | | FILE * {aka struct _iobuf *} In file included from D:/RCompile/recent/R/include/R_ext/Error.h:29, from D:/RCompile/recent/R/include/R.h:73, from summary.c:1: D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c:556:16: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 556 | REprintf(out_fp, "\t%1.3f", s.sum_beta / s.n_o); | ^~~~~~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c:558:16: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 558 | REprintf(out_fp, "\tNA"); | ^~~~~~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c:562:16: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 562 | REprintf(out_fp, "\t%1.1f", (double)s.sum_depth / (s.n_m ? s.n_m : s.n_u)); | ^~~~~~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c:564:16: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 564 | REprintf(out_fp, "\tNA"); | ^~~~~~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c:567:14: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 567 | REprintf(out_fp, "\n"); | ^~~~~~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c: In function 'main_summary': summary.c:752:14: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 752 | REprintf(out_fp, "QFile\tQuery\tMFile\tMask\tN_univ\tN_query\tN_mask\tN_overlap\tLog2OddsRatio\tBeta\tDepth\n"); | ^~~~~~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ summary.c: In function 'yame_summary_cfunc': summary.c:800:12: error: passing argument 1 of 'REprintf' from incompatible pointer type [-Wincompatible-pointer-types] 800 | REprintf(fp, "QFile\tQuery\tMFile\tMask\tN_univ\tN_query\tN_mask\tN_overlap\tLog2OddsRatio\tBeta\tDepth\n"); | ^~ | | | FILE * {aka struct _iobuf *} D:/RCompile/recent/R/include/R_ext/Print.h:65:15: note: expected 'const char *' but argument is of type 'FILE *' {aka 'struct _iobuf *'} 65 | void REprintf(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^~~~~~~~~~~~ make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:289: summary.o] Error 1 ERROR: compilation failed for package 'MethScope' * removing 'd:/RCompile/CRANincoming/R-devel/lib/MethScope' * restoring previous 'd:/RCompile/CRANincoming/R-devel/lib/MethScope'