* installing *source* package ‘causaloptim’ ... ** package ‘causaloptim’ 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/causaloptim/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 CustomFormat.cpp -o CustomFormat.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 Equation.cpp -o Equation.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 EquationSet.cpp -o EquationSet.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 LinkedList.cpp -o LinkedList.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 Optimization.cpp -o Optimization.o In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from Optimization.cpp:7: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:26: warning: "R_NO_REMAP" redefined 26 | #define R_NO_REMAP | : note: this is the location of the previous definition Optimization.cpp: In member function 'std::string COptimization_::EnumerateVertices()': Optimization.cpp:919:25: warning: variable 'bResult' set but not used [-Wunused-but-set-variable] 919 | BOOL bResult; | ^~~~~~~ g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 RcppExports.cpp -o RcppExports.o In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from RcppExports.cpp:4: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:26: warning: "R_NO_REMAP" redefined 26 | #define R_NO_REMAP | : note: this is the location of the previous definition g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 SymConst.cpp -o SymConst.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 SymbolSet.cpp -o SymbolSet.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 Tableau.cpp -o Tableau.o Tableau.cpp: In member function 'void CTableau::Setup(int, int, char (*)[15], double**, double*)': Tableau.cpp:79:17: error: 'error' was not declared in this scope; did you mean 'perror'? 79 | error ("ERROR: Let A be a mxn matrix. m must be greater than n.\n"); | ^~~~~ | perror Tableau.cpp: In constructor 'CTableau::CTableau(FILE*)': Tableau.cpp:285:25: error: 'error' was not declared in this scope; did you mean 'perror'? 285 | error ("ERROR: didn't find Min/Max specifier\n"); | ^~~~~ | perror Tableau.cpp:313:25: error: 'error' was not declared in this scope; did you mean 'perror'? 313 | error ("ERROR: didn't find 'PARAMETERS'\n"); | ^~~~~ | perror Tableau.cpp:326:25: error: 'error' was not declared in this scope; did you mean 'perror'? 326 | error ("ERROR: no 'CONSTRAINTS' line\n"); | ^~~~~ | perror Tableau.cpp:353:25: error: 'error' was not declared in this scope; did you mean 'perror'? 353 | error ("ERROR: no 'OBJECTIVE' line\n"); | ^~~~~ | perror Tableau.cpp:390:25: error: 'error' was not declared in this scope; did you mean 'perror'? 390 | error ("ERROR: didn't find 'PARAMETERS'\n"); | ^~~~~ | perror Tableau.cpp:402:25: error: 'error' was not declared in this scope; did you mean 'perror'? 402 | error ("ERROR: no 'CONSTRAINTS' line\n"); | ^~~~~ | perror Tableau.cpp:429:25: error: 'error' was not declared in this scope; did you mean 'perror'? 429 | error ("ERROR: no 'OBJECTIVE' line\n"); | ^~~~~ | perror Tableau.cpp: In member function 'WORD* CTableau::PopFirst()': Tableau.cpp:828:17: error: 'error' was not declared in this scope; did you mean 'perror'? 828 | error ("ERROR: The list is not monotonically non-increasing.\n"); | ^~~~~ | perror Tableau.cpp: In member function 'void CTableau::GenerateTableau(WORD*)': Tableau.cpp:1168:17: error: 'error' was not declared in this scope; did you mean 'perror'? 1168 | error ("ERROR: GenerateTableau: incorrect basis count.\n"); | ^~~~~ | perror Tableau.cpp: In member function 'void CTableau::AddVertex(int*, double*)': Tableau.cpp:1296:17: error: 'error' was not declared in this scope; did you mean 'perror'? 1296 | error ("ERROR: Exceeded maximum number of vertices.\n"); | ^~~~~ | perror make[2]: *** [/data/gannet/ripley/R/R-devel/etc/Makeconf:202: Tableau.o] Error 1 make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-noRemap/causaloptim/src' ERROR: compilation failed for package ‘causaloptim’ * removing ‘/data/gannet/ripley/R/packages/tests-noRemap/Libs/causaloptim-lib/causaloptim’ Command exited with non-zero status 1 Time 0:28.72, 25.17 + 2.01