* installing *source* package 'bigtabulate' ... ** package 'bigtabulate' successfully unpacked and MD5 sums checked ** using staged installation checking for Windows 64-bit...yes ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/2024_12_16_01_50_00_4579/RtmpOuxLEq/R.INSTALL314d455fc184a/bigtabulate/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../inst/include -DINTERLOCKED_EXCHANGE_HACK -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I'D:/RCompile/CRANpkg/lib/4.3/bigmemory/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bigtabulate.cpp -o bigtabulate.o In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/shared_ptr.hpp:17, from bigtabulate.cpp:7: D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) ) | ^~~~~~~~ In file included from d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\memory:75, from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/sp_counted_impl.hpp:35, from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/shared_count.hpp:27: d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn() | ^~~~~~~~ d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn() | ^~~~~~~~ d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr<Y> & r ) | ^~~~~~~~ d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr<Y> && r ) | ^~~~~~~~ d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)': D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this ); | ^~~~~~~~ d:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here 64 | template<typename> class auto_ptr; | ^~~~~~~~ In file included from D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/sp_counted_impl.hpp:27: D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp: In instantiation of 'void boost::checked_delete(T*) [with T = BreakMapper<double>]': D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/shared_count.hpp:154:34: required from 'boost::detail::shared_count::shared_count(Y*) [with Y = BreakMapper<double>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:280:20: required from 'void boost::detail::sp_pointer_construct(boost::shared_ptr<X>*, Y*, shared_count&) [with T = Mapper<double>; Y = BreakMapper<double>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:374:44: required from 'boost::shared_ptr<T>::shared_ptr(Y*) [with Y = BreakMapper<double>; T = Mapper<double>]' bigtabulate.cpp:438:26: required from 'SEXPREC* TAPPLY(MatrixAccessorType, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with RType = double; MatrixAccessorType = MatrixAccessor<double>; SEXP = SEXPREC*]' bigtabulate.cpp:772:24: required from here D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp:44:5: warning: deleting object of polymorphic class type 'BreakMapper<double>' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] 44 | delete x; | ^~~~~~~~ D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp: In instantiation of 'void boost::checked_delete(T*) [with T = IndexMapper<double>]': D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/shared_count.hpp:154:34: required from 'boost::detail::shared_count::shared_count(Y*) [with Y = IndexMapper<double>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:280:20: required from 'void boost::detail::sp_pointer_construct(boost::shared_ptr<X>*, Y*, shared_count&) [with T = Mapper<double>; Y = IndexMapper<double>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:374:44: required from 'boost::shared_ptr<T>::shared_ptr(Y*) [with Y = IndexMapper<double>; T = Mapper<double>]' bigtabulate.cpp:445:26: required from 'SEXPREC* TAPPLY(MatrixAccessorType, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with RType = double; MatrixAccessorType = MatrixAccessor<double>; SEXP = SEXPREC*]' bigtabulate.cpp:772:24: required from here D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp:44:5: warning: deleting object of polymorphic class type 'IndexMapper<double>' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp: In instantiation of 'void boost::checked_delete(T*) [with T = BreakMapper<int>]': D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/shared_count.hpp:154:34: required from 'boost::detail::shared_count::shared_count(Y*) [with Y = BreakMapper<int>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:280:20: required from 'void boost::detail::sp_pointer_construct(boost::shared_ptr<X>*, Y*, shared_count&) [with T = Mapper<int>; Y = BreakMapper<int>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:374:44: required from 'boost::shared_ptr<T>::shared_ptr(Y*) [with Y = BreakMapper<int>; T = Mapper<int>]' bigtabulate.cpp:438:26: required from 'SEXPREC* TAPPLY(MatrixAccessorType, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with RType = int; MatrixAccessorType = MatrixAccessor<int>; SEXP = SEXPREC*]' bigtabulate.cpp:782:21: required from here D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp:44:5: warning: deleting object of polymorphic class type 'BreakMapper<int>' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp: In instantiation of 'void boost::checked_delete(T*) [with T = IndexMapper<int>]': D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/detail/shared_count.hpp:154:34: required from 'boost::detail::shared_count::shared_count(Y*) [with Y = IndexMapper<int>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:280:20: required from 'void boost::detail::sp_pointer_construct(boost::shared_ptr<X>*, Y*, shared_count&) [with T = Mapper<int>; Y = IndexMapper<int>]' D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/smart_ptr/shared_ptr.hpp:374:44: required from 'boost::shared_ptr<T>::shared_ptr(Y*) [with Y = IndexMapper<int>; T = Mapper<int>]' bigtabulate.cpp:445:26: required from 'SEXPREC* TAPPLY(MatrixAccessorType, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with RType = int; MatrixAccessorType = MatrixAccessor<int>; SEXP = SEXPREC*]' bigtabulate.cpp:782:21: required from here D:/RCompile/CRANpkg/lib/4.3/BH/include/boost/core/checked_delete.hpp:44:5: warning: deleting object of polymorphic class type 'IndexMapper<int>' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I../inst/include -DINTERLOCKED_EXCHANGE_HACK -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I'D:/RCompile/CRANpkg/lib/4.3/bigmemory/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bigtabulate_init.c -o bigtabulate_init.o g++ -std=gnu++17 -shared -s -static-libgcc -o bigtabulate.dll tmp.def bigtabulate.o bigtabulate_init.o -lm -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/2024_12_16_01_50_00_4579/RtmpOuxLEq/R.INSTALL314d455fc184a/bigtabulate/src' make[1]: Entering directory '/d/temp/2024_12_16_01_50_00_4579/RtmpOuxLEq/R.INSTALL314d455fc184a/bigtabulate/src' make[1]: Leaving directory '/d/temp/2024_12_16_01_50_00_4579/RtmpOuxLEq/R.INSTALL314d455fc184a/bigtabulate/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-bigtabulate/00new/bigtabulate/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 'bigtabulate' as bigtabulate_1.1.9.zip * DONE (bigtabulate)