############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD INSTALL MACPET ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.14-bioc/R/library’ * installing *source* package ‘MACPET’ ... ** using staged installation ** libs g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I'/home/biocbuild/bbs-3.14-bioc/R/library/bigmemory/include' -I'/home/biocbuild/bbs-3.14-bioc/R/library/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I'/home/biocbuild/bbs-3.14-bioc/R/library/bigmemory/include' -I'/home/biocbuild/bbs-3.14-bioc/R/library/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -c Stage_0_FastqFilteringSubFunctions.cpp -o Stage_0_FastqFilteringSubFunctions.o Stage_0_FastqFilteringSubFunctions.cpp: In function ‘SEXPREC* FilterFastqYield_fun_Rcpp(int&, std::vector >&, Rcpp::NumericVector&, std::vector >&, Rcpp::NumericVector&, std::string&, std::string&, int&, int&, int&)’: Stage_0_FastqFilteringSubFunctions.cpp:55:36: warning: comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 55 | if(SreadFastq1[i].find(NNs)!=-1||SreadFastq2[i].find(NNs)!=-1){ | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ Stage_0_FastqFilteringSubFunctions.cpp:55:66: warning: comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 55 | if(SreadFastq1[i].find(NNs)!=-1||SreadFastq2[i].find(NNs)!=-1){ | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I'/home/biocbuild/bbs-3.14-bioc/R/library/bigmemory/include' -I'/home/biocbuild/bbs-3.14-bioc/R/library/BH/include' -I/usr/local/include -fpic -g -O2 -Wall -c Stage_3_PeakFinderSubFunctions.cpp -o Stage_3_PeakFinderSubFunctions.o Stage_3_PeakFinderSubFunctions.cpp: In function ‘void Mstep2D_Rcpp(Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, const int&, const int&, const NumericVector&, const NumericVector&, const NumericVector&, const NumericVector&, const NumericVector&, const NumericVector&, const NumericMatrix&, const NumericMatrix&)’: Stage_3_PeakFinderSubFunctions.cpp:1146:76: error: ‘DOUBLE_EPS’ was not declared in this scope 1146 | double Ak_g=1.0/std::max(1.0-B_my_g[g-1]/C_my_g[g-1],std::sqrt(DOUBLE_EPS)); | ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp: In function ‘void NR_lambdax_g_Rcpp(double&, const double&, const double&, const double&)’: Stage_3_PeakFinderSubFunctions.cpp:1217:45: error: ‘DOUBLE_EPS’ was not declared in this scope 1217 | if(lambdax>=0.0) lambdax=-std::sqrt(DOUBLE_EPS); | ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp:1218:50: error: ‘DOUBLE_EPS’ was not declared in this scope 1218 | if(lambdax<=-1.0) lambdax=-1.0+std::sqrt(DOUBLE_EPS); | ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp: In function ‘void NR_lambday_g_Rcpp(double&, const double&, const double&, const double&)’: Stage_3_PeakFinderSubFunctions.cpp:1257:48: error: ‘DOUBLE_EPS’ was not declared in this scope 1257 | if(lambday>=1.0) lambday=1.0-std::sqrt(DOUBLE_EPS); | ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp:1258:44: error: ‘DOUBLE_EPS’ was not declared in this scope 1258 | if(lambday<=0.0) lambday=std::sqrt(DOUBLE_EPS); | ^~~~~~~~~~ make: *** [/home/biocbuild/bbs-3.14-bioc/R/etc/Makeconf:175: Stage_3_PeakFinderSubFunctions.o] Error 1 ERROR: compilation failed for package ‘MACPET’ * removing ‘/home/biocbuild/bbs-3.14-bioc/R/library/MACPET’