* installing *source* package 'RcppGreedySetCover' ...
** this is package 'RcppGreedySetCover' version '0.1.0'
** package 'RcppGreedySetCover' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
using C++11
make[1]: Entering directory '/d/temp/2025_10_29_01_50_00_21003/RtmpOKCpMA/R.INSTALL4878195f471d/RcppGreedySetCover/src'
g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools45/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-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c set_cover0.cpp -o set_cover0.o
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/aux_/na_assert.hpp:23,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/arg.hpp:25,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/placeholders.hpp:24,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/apply.hpp:24,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/aux_/iter_apply.hpp:17,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/aux_/find_if_pred.hpp:14,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/find_if.hpp:17,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/find.hpp:17,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/aux_/contains_impl.hpp:20,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/contains.hpp:20,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/multi_index_container.hpp:26,
from set_cover0.cpp:8:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
194 | failed ************ (Pred::************
| ^~~~~~~~~~~~~~~~~~~
195 | assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196 | );
| ~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:194:21: note: remove parentheses
194 | failed ************ (Pred::************
| ^~~~~~~~~~~~~~~~~~~
| -
195 | assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196 | );
| ~
| -
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
199 | failed ************ (boost::mpl::not_<Pred>::************
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201 | );
| ~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/mpl/assert.hpp:199:21: note: remove parentheses
199 | failed ************ (boost::mpl::not_<Pred>::************
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| -
200 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201 | );
| ~
| -
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/bind/mem_fn.hpp:23,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/bind/bind.hpp:23,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/multi_index/detail/ord_index_impl.hpp:82,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/multi_index/ordered_index.hpp:17,
from set_cover0.cpp:10:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/get_pointer.hpp:48:40: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
48 | template<class T> T * get_pointer(std::auto_ptr<T> const& p)
| ^~~~~~~~
In file included from D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/memory:78,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/multi_index_container_fwd.hpp:20,
from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/multi_index_container.hpp:32:
D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
59 | template<typename> class auto_ptr;
| ^~~~~~~~
g++ -shared -s -static-libgcc -o RcppGreedySetCover.dll tmp.def RcppExports.o set_cover0.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_29_01_50_00_21003/RtmpOKCpMA/R.INSTALL4878195f471d/RcppGreedySetCover/src'
make[1]: Entering directory '/d/temp/2025_10_29_01_50_00_21003/RtmpOKCpMA/R.INSTALL4878195f471d/RcppGreedySetCover/src'
make[1]: Leaving directory '/d/temp/2025_10_29_01_50_00_21003/RtmpOKCpMA/R.INSTALL4878195f471d/RcppGreedySetCover/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-RcppGreedySetCover/00new/RcppGreedySetCover/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 'RcppGreedySetCover' as RcppGreedySetCover_0.1.0.zip
* DONE (RcppGreedySetCover)