############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL cfTools ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’ * installing *source* package ‘cfTools’ ... ** using non-staged installation via StagedInstall field ** libs using C++ compiler: ‘g++ (GCC) 10.3.1’ g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I/usr/local/include -fPIC -g -O2 -Wall -c data_types.cpp -o data_types.o In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/arg.hpp:25, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/placeholders.hpp:24, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_categories.hpp:16, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_facade.hpp:13, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range_core.hpp:27, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range.hpp:13, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/as_literal.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/trim.hpp:19, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:19, from data_types.cpp:14: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses] 194 | failed ************ (Pred::************ | ^ /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses] 199 | failed ************ (boost::mpl::not_::************ | ^ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function.hpp:30, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/iter_find.hpp:27, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/split.hpp:16, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:23, from data_types.cpp:14: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from data_types.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ data_types.cpp: In function ‘int get_num_of_non_void_bins(Bins_index&, std::vector&)’: data_types.cpp:101:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 101 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 135 | if (bin_internal_index==coords_bins_of_chr.size()) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ data_types.cpp: In function ‘void print_uint_vec(std::ostream&, std::vector&, int)’: data_types.cpp:169:9: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 169 | if (len>v.size() || len==0) len=v.size(); | ~~~^~~~~~~~~ data_types.cpp: In function ‘void print_Bins2Values(Bins2Values&)’: data_types.cpp:235:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 235 | for (int i=0; i >&, std::string, bool)’: data_types.cpp:264:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 264 | for (i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 285 | for (i=0; i::************ | ^ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function.hpp:30, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/iter_find.hpp:27, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/split.hpp:16, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:23, from matrix.cpp:15: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from matrix.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)’: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from matrix.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from matrix.cpp:18: matrix.h: In member function ‘void Matrix_Double::multipy_single_value(double)’: matrix.h:30:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 30 | for (int i=0; i* Matrix_Double::get_row_vector(int)’: matrix.h:40:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 40 | if (row_index>=nrow) return(NULL); | ~~~~~~~~~^~~~~~ matrix.h: In member function ‘bool Matrix_Double::set_row_labels(std::vector&)’: matrix.h:74:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 74 | for (int i=0; i >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 48 | for (int i=0; i&, int)’: matrix.cpp:105:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 105 | for (int i=0; i&)’: matrix.cpp:210:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 210 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 240 | for (int i=0; i&)’: matrix.cpp:288:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 288 | for (int i=0; i&, Matrix_Double&)’: matrix.cpp:318:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 318 | for (int j=0; j&, std::vector&, int, std::vector&, Matrix_Double&, std::vector&, std::vector&)’: matrix.cpp:411:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 411 | for (int j=0; j&, double, Matrix_Double&)’: matrix.cpp:553:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 553 | for (int i=0; i::************ | ^ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function.hpp:30, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/iter_find.hpp:27, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/split.hpp:16, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:23, from read_deconvolution.cpp:14: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/chain.hpp:36, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_streambuf.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/filtering_stream.hpp:22, from read_deconvolution.cpp:16: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)’: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from read_deconvolution.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from utils.h:12, from read_deconvolution.cpp:18: matrix.h: In member function ‘void Matrix_Double::multipy_single_value(double)’: matrix.h:30:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 30 | for (int i=0; i* Matrix_Double::get_row_vector(int)’: matrix.h:40:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 40 | if (row_index>=nrow) return(NULL); | ~~~~~~~~~^~~~~~ matrix.h: In member function ‘bool Matrix_Double::set_row_labels(std::vector&)’: matrix.h:74:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 74 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 248 | for (int i=0; i&, std::string, std::string) [with T = std::__cxx11::basic_string; std::ostream = std::basic_ostream; std::string = std::__cxx11::basic_string]’: read_deconvolution.cpp:196:39: required from here template_utils.cpp:18:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 18 | for (i=0; i&, std::string, std::string) [with T = double; std::ostream = std::basic_ostream; std::string = std::__cxx11::basic_string]’: read_deconvolution.cpp:199:32: required from here template_utils.cpp:18:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] read_deconvolution.cpp:268:22: warning: ‘num_total_reads’ may be used uninitialized in this function [-Wmaybe-uninitialized] 268 | double unit = 1e6 / num_total_reads; // default unit is readCountPerMillion | ~~~~^~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I/usr/local/include -fPIC -g -O2 -Wall -c template_utils.cpp -o template_utils.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include' -I/usr/local/include -fPIC -g -O2 -Wall -c utils.cpp -o utils.o In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/aux_/na_assert.hpp:23, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/arg.hpp:25, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/placeholders.hpp:24, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_categories.hpp:16, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iterator/iterator_facade.hpp:13, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range_core.hpp:27, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/iterator_range.hpp:13, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/range/as_literal.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/trim.hpp:19, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:19, from utils.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of ‘assert_arg’ [-Wparentheses] 194 | failed ************ (Pred::************ | ^ /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Wparentheses] 199 | failed ************ (boost::mpl::not_::************ | ^ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/bind/mem_fn.hpp:25, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/mem_fn.hpp:22, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function/detail/prologue.hpp:19, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/function.hpp:30, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/find_iterator.hpp:24, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/iter_find.hpp:27, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string/split.hpp:16, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/algorithm/string.hpp:23, from utils.cpp:17: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/get_pointer.hpp:48:40: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/shared_ptr.hpp:17, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/iostreams/device/file.hpp:24, from utils.cpp:18: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)’: /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10.3.1/bits/locale_conv.h:41, from /usr/include/c++/10.3.1/locale:43, from /usr/include/c++/10.3.1/iomanip:43, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/RcppCommon.h:53, from /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include/Rcpp.h:27, from utils.cpp:2: /usr/include/c++/10.3.1/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from utils.cpp:31: matrix.h: In member function ‘void Matrix_Double::multipy_single_value(double)’: matrix.h:30:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 30 | for (int i=0; i* Matrix_Double::get_row_vector(int)’: matrix.h:40:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 40 | if (row_index>=nrow) return(NULL); | ~~~~~~~~~^~~~~~ matrix.h: In member function ‘bool Matrix_Double::set_row_labels(std::vector&)’: matrix.h:74:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 74 | for (int i=0; i&, double)’: utils.cpp:40:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 40 | for (int i=0; i&)’: utils.cpp:47:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 47 | for (int i=0; i, std::map >&)’: utils.cpp:186:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 186 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 360 | for (int bin_internal_index=0; bin_internal_index::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 369 | for (int bin_internal_index=0; bin_internal_index >&)’: utils.cpp:441:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 441 | if (value_column_start_index>items.size()) { | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ utils.cpp: In function ‘void read_paired_values_file_of_bins(std::string, unsigned int, Bins2PairedValues&, std::vector >&)’: utils.cpp:588:44: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 588 | for (int i=value_column_start_index-1; i >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 606 | for (int i=value_column_start_index-1; i&, std::vector&)’: utils.cpp:695:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 695 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 698 | for (int i=0; i&)’: utils.cpp:729:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 729 | for (int i=0; i&)’: utils.cpp:752:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 752 | for (int i=0; i&)’: utils.cpp:774:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 774 | for (int i=0; i&, std::vector&, double)’: utils.cpp:872:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 872 | for (int t=0; t&)’: utils.cpp:1139:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1139 | for (int i=0; i >&)’: utils.cpp:1194:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1194 | for (int i=0; i::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1233 | for (int t=0; t&, std::vector&)’: utils.cpp:1287:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1287 | for (int t=0; t&)’: utils.cpp:1308:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1308 | for (i=0; i&)’: utils.cpp:1323:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1323 | for (i=0; i, std::vector > >&)’: utils.cpp:1333:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1333 | for (int i=0; i&, std::string)’: utils.cpp:1349:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1349 | for (int i=0; i