* installing *source* package 'rminizinc' ...
** package 'rminizinc' successfully unpacked and MD5 sums checked
** using staged installation
configure.win: loading site script /usr/local/etc/config.site
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++17 accepts -g... yes
checking how to run the C++ preprocessor... g++ -std=gnu++17 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
configure.win: Custom libminizinc path not provided!
configure.win: libmzn.a not found at default path!
configure.win: Path to the solver binaries is not provided!
configure.win: creating ./config.status
config.status: creating src/Makevars.win
config.status: creating src/config.h

  --------------------------------------------------
  Configuration for rminizinc 0.0.8

    cppflags:   
    ld flags:      
    header file folder path:	
    libmzn path:      
    project directory:    /d/temp/RtmpuqodHx/R.INSTALL25d044899a4a/rminizinc
    build platform:		Windows
    solver binaries: 	

  --------------------------------------------------

** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpuqodHx/R.INSTALL25d044899a4a/rminizinc/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I.  -DSTRICT_R_HEADERS -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I.  -DSTRICT_R_HEADERS -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mzn_parse.cpp -o mzn_parse.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I.  -DSTRICT_R_HEADERS -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mzn_eval.cpp -o mzn_eval.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I.  -DSTRICT_R_HEADERS -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sol_parse.cpp -o sol_parse.o
sol_parse.cpp: In function 'Rcpp::List sol_parse(std::string)':
sol_parse.cpp:66:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   66 |   for(int nsol=0; nsol< solutions.size(); nsol++){
      |                   ~~~~^~~~~~~~~~~~~~~~~~
sol_parse.cpp:74:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   74 |     if(nsol == solutions.size()-1 && optimal_sol_flag){
      |        ~~~~~^~~~~~~~~~~~~~~~~~~~~
sol_parse.cpp:76:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   76 |     }else if(nsol == solutions.size()-1){
      |              ~~~~~^~~~~~~~~~~~~~~~~~~~~
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I.  -DSTRICT_R_HEADERS -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c helper_parse.cpp -o helper_parse.o
g++ -shared -s -static-libgcc -o rminizinc.dll tmp.def RcppExports.o mzn_parse.o mzn_eval.o sol_parse.o helper_parse.o -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
D:/RCompile/recent/R/bin/Rscript.exe -e "LIBMINIZINC_PATH <- ''; save(LIBMINIZINC_PATH, file='../data/config.RData')"
D:/RCompile/recent/R/bin/Rscript.exe -e "PROJECT_DIRECTORY <- '/d/temp/RtmpuqodHx/R.INSTALL25d044899a4a/rminizinc'; save(PROJECT_DIRECTORY, file='../data/proot.RData')"
D:/RCompile/recent/R/bin/Rscript.exe -e "SOLVER_BIN <- ''; save(SOLVER_BIN, file='../data/slvbin.RData')"
make[1]: Leaving directory '/d/temp/RtmpuqodHx/R.INSTALL25d044899a4a/rminizinc/src'
make[1]: Entering directory '/d/temp/RtmpuqodHx/R.INSTALL25d044899a4a/rminizinc/src'
make[1]: Leaving directory '/d/temp/RtmpuqodHx/R.INSTALL25d044899a4a/rminizinc/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-rminizinc/00new/rminizinc/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'rminizinc' as rminizinc_0.0.8.zip
* DONE (rminizinc)