############################################################################## ############################################################################## ### ### Running command: ### ### C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/MACPET_1.14.0.tar.gz && rm -rf MACPET.buildbin-libdir && mkdir MACPET.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=MACPET.buildbin-libdir MACPET_1.14.0.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL MACPET_1.14.0.zip && rm MACPET_1.14.0.tar.gz MACPET_1.14.0.zip ### ############################################################################## ############################################################################## % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 850k 83 714k 0 0 1274k 0 --:--:-- --:--:-- --:--:-- 1273k 100 850k 100 850k 0 0 1417k 0 --:--:-- --:--:-- --:--:-- 1417k install for i386 * installing *source* package 'MACPET' ... ** using staged installation ** libs "C:/rtools40/mingw32/bin/"g++ -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/bigmemory/include' -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/BH/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o "C:/rtools40/mingw32/bin/"g++ -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/bigmemory/include' -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/BH/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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::__cxx11::string&, std::__cxx11::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 'unsigned int'} and 'int' [-Wsign-compare] 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 'unsigned int'} and 'int' [-Wsign-compare] if(SreadFastq1[i].find(NNs)!=-1||SreadFastq2[i].find(NNs)!=-1){ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ "C:/rtools40/mingw32/bin/"g++ -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/bigmemory/include' -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/BH/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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 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:1146:76: note: suggested alternative: 'ENABLE_NLS' double Ak_g=1.0/std::max(1.0-B_my_g[g-1]/C_my_g[g-1],std::sqrt(DOUBLE_EPS)); ^~~~~~~~~~ ENABLE_NLS 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 if(lambdax>=0.0) lambdax=-std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp:1217:45: note: suggested alternative: 'ENABLE_NLS' if(lambdax>=0.0) lambdax=-std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ ENABLE_NLS Stage_3_PeakFinderSubFunctions.cpp:1218:50: error: 'DOUBLE_EPS' was not declared in this scope if(lambdax<=-1.0) lambdax=-1.0+std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp:1218:50: note: suggested alternative: 'ENABLE_NLS' if(lambdax<=-1.0) lambdax=-1.0+std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ ENABLE_NLS 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 if(lambday>=1.0) lambday=1.0-std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp:1257:48: note: suggested alternative: 'ENABLE_NLS' if(lambday>=1.0) lambday=1.0-std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ ENABLE_NLS Stage_3_PeakFinderSubFunctions.cpp:1258:44: error: 'DOUBLE_EPS' was not declared in this scope if(lambday<=0.0) lambday=std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ Stage_3_PeakFinderSubFunctions.cpp:1258:44: note: suggested alternative: 'ENABLE_NLS' if(lambday<=0.0) lambday=std::sqrt(DOUBLE_EPS); ^~~~~~~~~~ ENABLE_NLS make: *** [C:/Users/BIOCBU~1/BBS-3~1.14-/R/etc/i386/Makeconf:245: Stage_3_PeakFinderSubFunctions.o] Error 1 ERROR: compilation failed for package 'MACPET' * removing 'C:/Users/biocbuild/bbs-3.14-bioc/meat/MACPET.buildbin-libdir/MACPET'