* installing *source* package 'nnlib2Rcpp' ...
** package 'nnlib2Rcpp' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpMhzL9r/R.INSTALL2a6c44128747d/nnlib2Rcpp/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp_Autoencoder.cpp -o Rcpp_Autoencoder.o
In file included from nn.h:19,
                 from nn_bp.h:19,
                 from Rcpp_Autoencoder.cpp:14:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp_BP_supervised_module.cpp -o Rcpp_BP_supervised_module.o
In file included from nn.h:19,
                 from nn_bp.h:19,
                 from Rcpp_BP_supervised_module.cpp:13:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp_LVQ_supervised_module.cpp -o Rcpp_LVQ_supervised_module.o
In file included from nn.h:19,
                 from nn_lvq.h:26,
                 from Rcpp_LVQ_supervised_module.cpp:13:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp_LVQ_unsupervised.cpp -o Rcpp_LVQ_unsupervised.o
In file included from nn.h:19,
                 from nn_lvq.h:26,
                 from Rcpp_LVQ_unsupervised.cpp:15:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp_MAM_supervised_module.cpp -o Rcpp_MAM_supervised_module.o
In file included from nn.h:19,
                 from nn_mam.h:17,
                 from Rcpp_MAM_supervised_module.cpp:13:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp_NN_module.cpp -o Rcpp_NN_module.o
In file included from nn.h:19,
                 from Rcpp_NN_module.cpp:11:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
In file included from Rcpp_NN_module.cpp:24:
additional_parts.h: In function 'nnlib2::connection_set* generate_custom_connection_set(Rcpp::List)':
additional_parts.h:124:14: warning: variable 'optional_parameter' set but not used [-Wunused-but-set-variable]
  124 |         DATA optional_parameter = DATA_MIN;
      |              ^~~~~~~~~~~~~~~~~~
Rcpp_NN_module.cpp: In member function 'bool NN::add_connection_set_Mxp(Rcpp::List)':
Rcpp_NN_module.cpp:467:22: warning: variable 'optional_parameter' set but not used [-Wunused-but-set-variable]
  467 |                 DATA optional_parameter = DATA_MIN;
      |                      ^~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c aux_control.cpp -o aux_control.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c component.cpp -o component.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c connection.cpp -o connection.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c connection_matrix.cpp -o connection_matrix.o
In file included from connection_matrix.cpp:15:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nn.cpp -o nn.o
In file included from nn.h:19,
                 from nn.cpp:6:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nn_bp.cpp -o nn_bp.o
In file included from nn.h:19,
                 from nn_bp.h:19,
                 from nn_bp.cpp:17:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nn_lvq.cpp -o nn_lvq.o
In file included from nn.h:19,
                 from nn_lvq.h:26,
                 from nn_lvq.cpp:21:
connection_matrix.h:54:1: warning: extra ';' [-Wpedantic]
   54 | ;
      | ^
      | -
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nnlib2_error.cpp -o nnlib2_error.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nnlib2_memory.cpp -o nnlib2_memory.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nnlib2_misc.cpp -o nnlib2_misc.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nnlib2_string.cpp -o nnlib2_string.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pe.cpp -o pe.o
g++ -std=gnu++17 -shared -s -static-libgcc -o nnlib2Rcpp.dll tmp.def RcppExports.o Rcpp_Autoencoder.o Rcpp_BP_supervised_module.o Rcpp_LVQ_supervised_module.o Rcpp_LVQ_unsupervised.o Rcpp_MAM_supervised_module.o Rcpp_NN_module.o aux_control.o component.o connection.o connection_matrix.o nn.o nn_bp.o nn_lvq.o nnlib2_error.o nnlib2_memory.o nnlib2_misc.o nnlib2_string.o pe.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpMhzL9r/R.INSTALL2a6c44128747d/nnlib2Rcpp/src'
make[1]: Entering directory '/d/temp/RtmpMhzL9r/R.INSTALL2a6c44128747d/nnlib2Rcpp/src'
make[1]: Leaving directory '/d/temp/RtmpMhzL9r/R.INSTALL2a6c44128747d/nnlib2Rcpp/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-nnlib2Rcpp/00new/nnlib2Rcpp/libs/x64
** R
** 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 'nnlib2Rcpp' as nnlib2Rcpp_0.2.7.zip
* DONE (nnlib2Rcpp)