* installing *source* package ‘fmesher’ ...
** this is package ‘fmesher’ version ‘0.8.0’
** package ‘fmesher’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/fmesher/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c Rcpp_interface.cc -o Rcpp_interface.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c basis.cc -o basis.o
In file included from basis.h:21,
                 from fmesher.h:16,
                 from Rcpp_interface.cc:28:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
In file included from ioutils.h:24,
                 from basis.cc:21:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c fmesher_helpers.cc -o fmesher_helpers.o
In file included from basis.h:21,
                 from fmesher_helpers.h:26,
                 from fmesher_helpers.cc:19:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c ioutils.cc -o ioutils.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c locator.cc -o locator.o
In file included from ioutils.h:24,
                 from ioutils.cc:17:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
In file included from mesh.h:26,
                 from locator.h:24,
                 from locator.cc:16:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c mesh.cc -o mesh.o
In file included from mesh.h:26,
                 from mesh.cc:18:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c mesh3.cc -o mesh3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c meshc.cc -o meshc.o
In file included from mesh3.h:23,
                 from mesh3.cc:19:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
In file included from basis.h:21,
                 from fmesher_helpers.h:26,
                 from meshc.cc:18:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c predicates.cc -o predicates.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c trees.cc -o trees.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -DFMESHER_WITH_R -I'/data/localhost/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   -c vector.cc -o vector.o
In file included from vector.cc:16:
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = int]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = int; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:616:41:   required from here
  616 |     return Rcpp::wrap(obj.fmesher_sparse(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
vector.h: In instantiation of ‘int fmesh::SparseMatrix<T>::to_ijx(std::vector<int>&, std::vector<int>&, std::vector<T>&, std::vector<int>&, fmesh::IOMatrixtype) const [with T = double]’:
vector_t.h:374:3:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::fmesher_sparse(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  374 |   to_ijx(i, j, x, dims, matrixt);
      |   ^~~~~~
vector_t.h:405:23:   required from ‘SEXPREC* fmesh::SparseMatrix<T>::dgTMatrix(fmesh::IOMatrixtype) const [with T = double; SEXP = SEXPREC*]’
  405 |   Rcpp::List output = fmesher_sparse(matrixt);
      |                       ^~~~~~~~~~~~~~
vector_t.h:611:36:   required from here
  611 |     return Rcpp::wrap(obj.dgTMatrix(fmesh::IOMatrixtype::General));
      |                       ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vector.h:815:9: warning: variable ‘elem_verify’ set but not used [-Wunused-but-set-variable=]
  815 |     int elem_verify = 0;
      |         ^~~~~~~~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o fmesher.so RcppExports.o Rcpp_interface.o basis.o fmesher_helpers.o ioutils.o locator.o mesh.o mesh3.o meshc.o predicates.o trees.o vector.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/fmesher/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/fmesher/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/fmesher/src'
installing to /data/localhost/ripley/R/packages/tests-devel/fmesher.Rcheck/00LOCK-fmesher/00new/fmesher/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fmesher)