* installing *source* package 'rJava' ...
** package 'rJava' successfully unpacked and MD5 sums checked
** using staged installation
Generate Windows-specific files (src/jvm-w32) ...
make[1]: Entering directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/src/jvm-w32'
dlltool --as as  --input-def jvm64.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a
gcc  -O2 -c -o findjava.o findjava.c
gcc  -s -o findjava.exe findjava.o
make[1]: Leaving directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/src/jvm-w32'
Find Java...
  JAVA_HOME=C:/PROGRA~1/JDK-11~1.10-
=== Building JRI ===
  JAVA_HOME=C:/PROGRA~1/JDK-11~1.10-
  R_HOME=D:/RCompile/recent/R
JDK has no javah.exe - using javac -h . instead
Is the Java version at least 1.8 ... yes
Creating Makefiles ...
Configuration done.
make[1]: Entering directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/jri'
make -C src JRI.jar
make[2]: Entering directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/jri/src'
C:/PROGRA~1/JDK-11~1.10-/bin/javac -source 1.8 -target 1.8 -h .  -d . ../Mutex.java ../RBool.java ../RConsoleOutputStream.java ../REXP.java ../RFactor.java ../RList.java ../RMainLoopCallbacks.java ../RVector.java ../Rengine.java ../package-info.java
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: ..\REXP.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
if [ -n "" ]; then  -d . -classpath . org.rosuda.JRI.Rengine; fi
gcc  -c -o Rengine.o Rengine.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32 -ID:/RCompile/recent/R/include 
gcc  -c -o jri.o jri.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32 -ID:/RCompile/recent/R/include 
gcc  -c -o Rcallbacks.o Rcallbacks.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32 -ID:/RCompile/recent/R/include 
gcc  -c -o Rinit.o Rinit.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -ID:/RCompile/recent/R/include 
gcc  -c -o globals.o globals.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32 
gcc  -c -o rjava.o rjava.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32 
gcc  -c -o rjstring.o rjstring.c -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DWin32 -D_JNI_IMPLEMENTATION_  -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32 -ID:/RCompile/recent/R/include 
make -C win32 libjvm.dll.a
make[3]: Entering directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/jri/src/win32'
dlltool --as as  --input-def jvm64.def --kill-at --dllname jvm.dll --output-lib libjvm.dll.a
make[3]: Leaving directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/jri/src/win32'
gcc  -o jri.dll Rengine.o jri.o Rcallbacks.o Rinit.o globals.o rjava.o rjstring.o win32/libjvm.dll.a  -shared -Lwin32 -ljvm -LD:/RCompile/recent/R/src/gnuwin32 -LD:/RCompile/recent/R/bin/x64 -lR -Wl,--kill-at  
C:/PROGRA~1/JDK-11~1.10-/bin/javac -source 1.8 -target 1.8 -h .  -d . ../Mutex.java ../RBool.java ../RConsoleOutputStream.java ../REXP.java ../RFactor.java ../RList.java ../RMainLoopCallbacks.java ../RVector.java ../Rengine.java ../package-info.java
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: ..\REXP.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
C:/PROGRA~1/JDK-11~1.10-/bin/jar fc JRI.jar org jri.dll
make[2]: Leaving directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/jri/src'
rm -f jri.dll
cp src/jri.dll jri.dll
C:/PROGRA~1/JDK-11~1.10-/bin/javac -source 1.8 -target 1.8 -h . -classpath src/JRI.jar -d examples examples/rtest.java
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: examples\rtest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
C:/PROGRA~1/JDK-11~1.10-/bin/javac -source 1.8 -target 1.8 -h . -classpath src/JRI.jar -d examples examples/rtest2.java
warning: [options] bootstrap class path not set in conjunction with -source 8
Note: examples\rtest2.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
echo "set PATH=%PATH%;D:/RCompile/recent/R\\bin;D:/RCompile/recent/R\\lib" > run.bat
echo "C:/PROGRA~1/JDK-11~1.10-/bin/java -cp .;examples;JRI.jar;src/JRI.jar rtest \$*" >> run.bat
make[1]: Leaving directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/jri'
=== JRI built ===
Configuration done.
** libs
Makevars.win:20: JAVA_HOME is C:/PROGRA~1/JDK-11~1.10-
Makevars.win:28: PKG_CPPFLAGS are -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/src'
Makevars.win:20: JAVA_HOME is C:/PROGRA~1/JDK-11~1.10-
Makevars.win:28: PKG_CPPFLAGS are -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rglue.c -o Rglue.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arrayc.c -o arrayc.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c callJNI.c -o callJNI.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c callback.c -o callback.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fields.c -o fields.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
init.c: In function 'initJVM':
init.c:175:38: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
  175 |     vm_options[propNum++].extraInfo  = vfprintf_hook;
      |                                      ^
init.c:179:38: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
  179 |     vm_options[propNum++].extraInfo  = exit_hook;
      |                                      ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c jri_glue.c -o jri_glue.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c loader.c -o loader.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c otables.c -o otables.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rJava.c -o rJava.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c registration.c -o registration.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rjstring.c -o rjstring.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tools.c -o tools.o
gcc -shared -s -static-libgcc -o rJava.dll tmp.def Rglue.o arrayc.o callJNI.o callback.o fields.o init.o jri_glue.o loader.o otables.o rJava.o registration.o rjstring.o tools.o -Ljvm-w32 -ljvm.dll -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/src'
make[1]: Entering directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/src'
Makevars.win:20: JAVA_HOME is C:/PROGRA~1/JDK-11~1.10-
Makevars.win:28: PKG_CPPFLAGS are -D_R_ -DWin32 -Ijvm-w32 -I/src/include -IC:/PROGRA~1/JDK-11~1.10-/include -IC:/PROGRA~1/JDK-11~1.10-/include/win32
make[1]: Leaving directory '/d/temp/RtmpIZKZth/R.INSTALL10d4411c47bf6/rJava/src'
installing via 'install.libs.R' to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-rJava/00new/rJava
** 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
* MD5 sums
packaged installation of 'rJava' as rJava_1.0-11.zip
* DONE (rJava)