* installing *source* package ‘tsxtreme’ ... ** package ‘tsxtreme’ 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/tsxtreme/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 etfit.cpp -o etfit.o etfit.cpp: In member function 'void ETfit::initialise()': etfit.cpp:127:9: error: 'error' was not declared in this scope; did you mean 'perror'? 127 | error("case %u is not defined as a submodel type in ETfit::initialise(const submodel&)", spec); | ^~~~~ | perror etfit.cpp: In member function 'void ETfit::update_a(const unsigned int&)': etfit.cpp:246:9: error: 'error' was not declared in this scope; did you mean 'perror'? 246 | error("case %u is not defined as a submodel type in ETfit::update_a(...)", spec); | ^~~~~ | perror etfit.cpp: In member function 'void ETfit::update_b(const unsigned int&)': etfit.cpp:318:9: error: 'error' was not declared in this scope; did you mean 'perror'? 318 | error("case %u is not defined as a submodel type in ETfit::update_b(...)",spec); | ^~~~~ | perror etfit.cpp: In member function 'void ETfit::run(const tsxtreme::algotype&)': etfit.cpp:636:9: error: 'error' was not declared in this scope; did you mean 'perror'? 636 | error("in ETfit::run(): Marginal method of R. M. Neal not yet implemented..."); | ^~~~~ | perror etfit.cpp:638:9: error: 'error' was not declared in this scope; did you mean 'perror'? 638 | error("in ETfit::run(): algotype can be conditional or marginal only"); | ^~~~~ | perror etfit.cpp: In member function 'void ETfit::bounds(bool, const double&, double*, const unsigned int&) const': etfit.cpp:729:18: error: 'error' was not declared in this scope; did you mean 'perror'? 729 | else error("Refine grid to get proper results in bounds() for fixed a...\n"); | ^~~~~ | perror etfit.cpp:772:18: error: 'error' was not declared in this scope; did you mean 'perror'? 772 | else error("Refine grid to get proper results in bounds() for fixed b...\n"); | ^~~~~ | perror etfit.cpp: In member function 'double ETfit::qresid(const double&, const double&, const double&, const unsigned int&) const': etfit.cpp:834:19: error: 'error' was not declared in this scope; did you mean 'perror'? 834 | else{ error("only p=0 or 1 implemented in ETfit::qresid"); } | ^~~~~ | perror etfit.cpp: In static member function 'static int ETfit::rmult(const std::vector&, const double&)': etfit.cpp:855:5: error: 'error' was not declared in this scope; did you mean 'perror'? 855 | error("in rmult() (cluster assignment): u = %f, sum = %f, p = %f", u, sum, p); | ^~~~~ | perror etfit.cpp: In member function 'double ETfit::mean(const std::vector&) const': etfit.cpp:864:22: error: 'error' was not declared in this scope; did you mean 'perror'? 864 | if(x.size() < 1) error("Empty vectors not supported in ETfit::mean."); | ^~~~~ | perror etfit.cpp: In member function 'double ETfit::var(const std::vector&) const': etfit.cpp:872:22: error: 'error' was not declared in this scope; did you mean 'perror'? 872 | if(x.size() < 2) error("Empty vectors or singletons not supported in ETfit::var."); | ^~~~~ | perror etfit.cpp: In member function 'double ETfit::cov(const std::vector&, const std::vector&) const': etfit.cpp:883:30: error: 'error' was not declared in this scope; did you mean 'perror'? 883 | if(x.size() != y.size()) error("Sizes of vectors in ETfit::cov do not match."); | ^~~~~ | perror etfit.cpp:884:22: error: 'error' was not declared in this scope; did you mean 'perror'? 884 | if(x.size() < 2) error("Empty vectors or singletons not supported in ETfit::cov."); | ^~~~~ | perror etfit.cpp: In static member function 'static int ETfit::rmult(const std::vector&, const double&)': etfit.cpp:856:1: warning: control reaches end of non-void function [-Wreturn-type] 856 | } | ^ make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: etfit.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/tsxtreme/src' ERROR: compilation failed for package ‘tsxtreme’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/tsxtreme-lib/tsxtreme’ Command exited with non-zero status 1 Time 0:02.24, 1.75 + 0.28