* installing *source* package ‘TraMineR’ ... ** package ‘TraMineR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (GCC) 13.2.0’ using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/TraMineR/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 DHDdistance.cpp -o DHDdistance.o In file included from DHDdistance.h:3, from DHDdistance.cpp:1: distancecalculator.h: In member function 'SEXPREC* DistanceCalculator::getListElement(SEXP, const char*)': distancecalculator.h:30:49: error: 'getAttrib' was not declared in this scope; did you mean 'Rf_getAttrib'? 30 | SEXP elmt = R_NilValue, names = getAttrib(list, R_NamesSymbol); | ^~~~~~~~~ | Rf_getAttrib distancecalculator.h:31:33: error: 'length' was not declared in this scope 31 | for (i = 0; i < length(list); i++) { | ^~~~~~ In file included from TraMineR.h:19, from distancecalculator.h:3: distancecalculator.h: In static member function 'static SEXPREC* DistanceCalculator::distanceCalculatorFactory(DistanceCalculator*)': distancecalculator.h:75:29: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'? 75 | PROTECT(classname = allocVector(STRSXP, 1)); | ^~~~~~~~~~~ /data/gannet/ripley/R/R-devel/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT' 371 | #define PROTECT(s) Rf_protect(s) | ^ distancecalculator.h:76:38: error: 'mkChar' was not declared in this scope 76 | SET_STRING_ELT(classname, 0, mkChar("DistanceCalculator")); | ^~~~~~ distancecalculator.h:79:5: error: 'classgets' was not declared in this scope; did you mean 'Rf_classgets'? 79 | classgets(SDO, classname); | ^~~~~~~~~ | Rf_classgets make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: DHDdistance.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/TraMineR/src' ERROR: compilation failed for package ‘TraMineR’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/TraMineR-lib/TraMineR’ Command exited with non-zero status 1 Time 0:01.56, 1.23 + 0.24