* installing *source* package ‘mRMRe’ ... ** package ‘mRMRe’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/mRMRe/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c Data.cpp -o Data.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c Filter.cpp -o Filter.o Filter.cpp: In member function 'const void Filter::placeElements(unsigned int, unsigned int, unsigned int)': Filter.cpp:198:27: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 198 | for (int j = 0; j < mFixedFeatureCount; ++j) | ~~^~~~~~~~~~~~~~~~~~~~ g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c Math.cpp -o Math.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c Matrix.cpp -o Matrix.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c MutualInformationMatrix.cpp -o MutualInformationMatrix.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c exports.cpp -o exports.o exports.cpp: In function 'SEXPREC* export_concordance_index(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)': exports.cpp:55:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 55 | for (unsigned int i = 0; i < INTEGER(sampleStratumCount)[0]; ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp: In function 'SEXPREC* export_filters(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)': exports.cpp:80:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 80 | for (unsigned int i = 0; i < LENGTH(childrenCountPerLevel); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from exports.h:14, from exports.cpp:1: exports.cpp:86:22: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 86 | PROTECT(result = allocVector(VECSXP, 3)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ exports.cpp:92:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 92 | for (unsigned int i = 0; i < LENGTH(targetFeatureIndices); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:105:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 105 | for (unsigned int k = 0; k < INTEGER(featureCount)[0]; ++k) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp: In function 'SEXPREC* export_filters_bootstrap(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)': exports.cpp:147:22: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 147 | PROTECT(result = allocVector(VECSXP, 3)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ exports.cpp:153:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 153 | for (unsigned int i = 0; i < LENGTH(targetFeatureIndices); ++i) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:159:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 159 | for (unsigned int k = 0; k < INTEGER(featureCount)[0]; ++k) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ exports.cpp:168:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 168 | for (unsigned int j = 0; j < LENGTH(targetFeatureIndices); ++j) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: exports.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/mRMRe/src' ERROR: compilation failed for package ‘mRMRe’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/mRMRe-lib/mRMRe’ Command exited with non-zero status 1 Time 0:10.33, 8.73 + 0.82