* installing *source* package 'descr' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c descr.c -o descr.o descr.c: In function 'realfwf2csv': descr.c:55:20: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=] 55 | REprintf(_("Error: could not allocate memory (%lu bytes)\n"), maxvlen + 3 * | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ descr.c:14:38: note: in definition of macro '_' 14 | #define _(String) dgettext ("descr", String) | ^~~~~~ descr.c:55:57: note: format string is defined here 55 | REprintf(_("Error: could not allocate memory (%lu bytes)\n"), maxvlen + 3 * | ~~^ | | | long unsigned int | %llu descr.c:62:20: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=] 62 | REprintf(_("Error: could not allocate memory (%lu bytes)\n"), maxget + 3 * | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ descr.c:14:38: note: in definition of macro '_' 14 | #define _(String) dgettext ("descr", String) | ^~~~~~ descr.c:62:57: note: format string is defined here 62 | REprintf(_("Error: could not allocate memory (%lu bytes)\n"), maxget + 3 * | ~~^ | | | long unsigned int | %llu gcc -shared -s -static-libgcc -o descr.dll tmp.def descr.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-descr/00new/descr/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (descr)