* installing *source* package ‘RecAssoRules’ ... ** this is package ‘RecAssoRules’ version ‘1.0’ ** package ‘RecAssoRules’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 23.1.0-rc2’ make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/RecAssoRules/src' /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o /usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c Recassorulesfunction.cpp -o Recassorulesfunction.o Recassorulesfunction.cpp:288:3: error: no type named 'clock_t' in namespace 'std'; did you mean simply 'clock_t'? 288 | std::clock_t stimer, etimer; | ^~~~~~~~~~~~ | clock_t /usr/include/bits/types/clock_t.h:7:19: note: 'clock_t' declared here 7 | typedef __clock_t clock_t; | ^ Recassorulesfunction.cpp:289:12: error: no member named 'clock' in namespace 'std'; did you mean simply 'clock'? 289 | stimer = std::clock(); | ^~~~~~~~~~ | clock /usr/include/time.h:81:16: note: 'clock' declared here 81 | extern clock_t clock (void) __THROW; | ^ Recassorulesfunction.cpp:297:3: error: use of undeclared identifier 'etimer'; did you mean 'stimer'? 297 | etimer = std::clock(); | ^~~~~~ | stimer Recassorulesfunction.cpp:288:16: note: 'stimer' declared here 288 | std::clock_t stimer, etimer; | ^ Recassorulesfunction.cpp:297:12: error: no member named 'clock' in namespace 'std'; did you mean simply 'clock'? 297 | etimer = std::clock(); | ^~~~~~~~~~ | clock /usr/include/time.h:81:16: note: 'clock' declared here 81 | extern clock_t clock (void) __THROW; | ^ Recassorulesfunction.cpp:298:25: error: use of undeclared identifier 'etimer'; did you mean 'stimer'? 298 | double diffe = double(etimer-stimer)/double(CLOCKS_PER_SEC); | ^~~~~~ | stimer Recassorulesfunction.cpp:288:16: note: 'stimer' declared here 288 | std::clock_t stimer, etimer; | ^ Recassorulesfunction.cpp:608:3: error: no type named 'clock_t' in namespace 'std'; did you mean simply 'clock_t'? 608 | std::clock_t stimer, etimer; | ^~~~~~~~~~~~ | clock_t /usr/include/bits/types/clock_t.h:7:19: note: 'clock_t' declared here 7 | typedef __clock_t clock_t; | ^ Recassorulesfunction.cpp:609:12: error: no member named 'clock' in namespace 'std'; did you mean simply 'clock'? 609 | stimer = std::clock(); | ^~~~~~~~~~ | clock /usr/include/time.h:81:16: note: 'clock' declared here 81 | extern clock_t clock (void) __THROW; | ^ Recassorulesfunction.cpp:617:3: error: use of undeclared identifier 'etimer'; did you mean 'stimer'? 617 | etimer = std::clock(); | ^~~~~~ | stimer Recassorulesfunction.cpp:608:16: note: 'stimer' declared here 608 | std::clock_t stimer, etimer; | ^ Recassorulesfunction.cpp:617:12: error: no member named 'clock' in namespace 'std'; did you mean simply 'clock'? 617 | etimer = std::clock(); | ^~~~~~~~~~ | clock /usr/include/time.h:81:16: note: 'clock' declared here 81 | extern clock_t clock (void) __THROW; | ^ Recassorulesfunction.cpp:618:25: error: use of undeclared identifier 'etimer'; did you mean 'stimer'? 618 | double diffe = double(etimer-stimer)/double(CLOCKS_PER_SEC); | ^~~~~~ | stimer Recassorulesfunction.cpp:608:16: note: 'stimer' declared here 608 | std::clock_t stimer, etimer; | ^ 10 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: Recassorulesfunction.o] Error 1 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/RecAssoRules/src' ERROR: compilation failed for package ‘RecAssoRules’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/RecAssoRules.Rcheck/RecAssoRules’