* installing *source* package 'QF' ...
** package 'QF' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpCmFxIy/R.INSTALL3668580f4397/QF/src'
rm -f QF.dll Mellin_QF.o Mellin_QF_ratio.o QF_random.o RcppExports.o complex_sf.o compute_ak.o fun_distr_QF.o fun_distr_QF_depratio.o get_mellin_QF.o get_mellin_QF_ratio.o quant_QF.o
"D:/RCompile/recent/R-4.3.3/bin/x64/Rscript.exe" "../tools/winlibs.R"
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Mellin_QF.cpp -o Mellin_QF.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Mellin_QF_ratio.cpp -o Mellin_QF_ratio.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c QF_random.cpp -o QF_random.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c complex_sf.cpp -o complex_sf.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compute_ak.cpp -o compute_ak.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fun_distr_QF.cpp -o fun_distr_QF.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fun_distr_QF_depratio.cpp -o fun_distr_QF_depratio.o
fun_distr_QF_depratio.cpp: In function 'double pQF_depratio_c(Rcpp::NumericVector, Rcpp::NumericVector, double, std::complex<double>, double, int, int)':
fun_distr_QF_depratio.cpp:41:20: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   41 |     if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
      |        ~~~~~~~~~~~~^~~~~~~~~~~
fun_distr_QF_depratio.cpp:41:47: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   41 |     if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
      |                                   ~~~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c get_mellin_QF.cpp -o get_mellin_QF.o
get_mellin_QF.cpp: In function 'Rcpp::List get_mellin_QF(Rcpp::NumericVector, Rcpp::NumericVector, double, double, std::complex<double>, double, double, int, int, int, double)':
get_mellin_QF.cpp:46:16: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   46 |   if(ak.size() == maxit_ak){// stop with error if the ak did not converge
      |      ~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c get_mellin_QF_ratio.cpp -o get_mellin_QF_ratio.o
get_mellin_QF_ratio.cpp: In function 'Rcpp::List get_mellin_QF_ratio(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, double, std::complex<double>, double, double, int, int, int, double)':
get_mellin_QF_ratio.cpp:61:18: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   61 |   if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
      |      ~~~~~~~~~~~~^~~~~~~~~~~
get_mellin_QF_ratio.cpp:61:45: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   61 |   if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
      |                                 ~~~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../windows/gsl-2.7/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppGSL/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c quant_QF.cpp -o quant_QF.o
g++ -std=gnu++17 -shared -s -static-libgcc -o QF.dll tmp.def Mellin_QF.o Mellin_QF_ratio.o QF_random.o RcppExports.o complex_sf.o compute_ak.o fun_distr_QF.o fun_distr_QF_depratio.o get_mellin_QF.o get_mellin_QF_ratio.o quant_QF.o -L../windows/gsl-2.7/lib/x64-ucrt -lgsl -lgslcblas -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpCmFxIy/R.INSTALL3668580f4397/QF/src'
make[1]: Entering directory '/d/temp/RtmpCmFxIy/R.INSTALL3668580f4397/QF/src'
make[1]: Leaving directory '/d/temp/RtmpCmFxIy/R.INSTALL3668580f4397/QF/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-QF/00new/QF/libs/x64
** R
** 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 'QF' as QF_0.0.6.zip
* DONE (QF)