* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘c3dr’ ...
** this is package ‘c3dr’ version ‘0.1.5’
** package ‘c3dr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (3+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpuHdauJ/R.INSTALL3d7f028dd9461/c3dr/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c read.cpp -o read.o
In file included from read.cpp:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/r/headers.h:66:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/platform/compiler.h:153:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/unordered_map:41:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/unordered_map.h:33:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/hashtable.h:35:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/hashtable_policy.h:39:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ext/alloc_traits.h:34:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:33:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::Vector3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Vector3d>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::Vector3d *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Vector3d *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Vector3d *, ezc3d::Vector3d>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/modules/ForcePlatforms.h:27:40: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::~vector' requested here
   27 | class EZC3D_VISIBILITY ezc3d::Modules::ForcePlatform {
      |                                        ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::Modules::ForcePlatform *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Modules::ForcePlatform *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Modules::ForcePlatform *, ezc3d::Modules::ForcePlatform>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/modules/ForcePlatforms.h:213:40: note: in instantiation of member function 'std::vector<ezc3d::Modules::ForcePlatform>::~vector' requested here
  213 | class EZC3D_VISIBILITY ezc3d::Modules::ForcePlatforms {
      |                                        ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c write.cpp -o write.o
In file included from write.cpp:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/r/headers.h:66:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/platform/compiler.h:153:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/unordered_map:41:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/unordered_map.h:33:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/hashtable.h:35:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/hashtable_policy.h:39:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ext/alloc_traits.h:34:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:33:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *, ezc3d::DataNS::Points3dNS::Point>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Analogs.cpp -o ezc3d/Analogs.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/AnalogsInfo.cpp -o ezc3d/AnalogsInfo.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/AnalogsSubframe.cpp -o ezc3d/AnalogsSubframe.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Channel.cpp -o ezc3d/Channel.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Data.cpp -o ezc3d/Data.o
In file included from ezc3d/Data.cpp:10:
In file included from ./ezc3d/Data.h:11:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/memory:66:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_tempbuf.h:61:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *, ezc3d::DataNS::Points3dNS::Point>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *, ezc3d::DataNS::RotationNS::Rotation>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/RotationsSubframe.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::SubFrame {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::RotationNS::SubFrame *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::SubFrame *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::SubFrame *, ezc3d::DataNS::RotationNS::SubFrame>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/Rotations.h:18:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::~vector' requested here
   18 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::Rotations {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
2 warnings generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/DataStartInfo.cpp -o ezc3d/DataStartInfo.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/ezc3d.cpp -o ezc3d/ezc3d.o
In file included from ezc3d/ezc3d.cpp:10:
In file included from ./ezc3d/ezc3d.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/fstream:40:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/istream:40:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ios:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/ios_base.h:41:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/locale_classes.h:40:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/string:54:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/basic_string.h:39:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/ext/alloc_traits.h:34:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:33:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *, ezc3d::DataNS::Points3dNS::Point>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Frame.cpp -o ezc3d/Frame.o
In file included from ezc3d/Frame.cpp:10:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/memory:66:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_tempbuf.h:61:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:125:9: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  125 |           std::_Destroy(__result, __cur);
      |                ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:137:16: note: in instantiation of function template specialization 'std::__do_uninit_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::Points3dNS::Point *, std::vector<ezc3d::DataNS::Points3dNS::Point>>, ezc3d::DataNS::Points3dNS::Point *>' requested here
  137 |         { return std::__do_uninit_copy(__first, __last, __result); }
      |                       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:185:2: note: in instantiation of function template specialization 'std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::Points3dNS::Point *, std::vector<ezc3d::DataNS::Points3dNS::Point>>, ezc3d::DataNS::Points3dNS::Point *>' requested here
  185 |         __uninit_copy(__first, __last, __result);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:373:19: note: in instantiation of function template specialization 'std::uninitialized_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::Points3dNS::Point *, std::vector<ezc3d::DataNS::Points3dNS::Point>>, ezc3d::DataNS::Points3dNS::Point *>' requested here
  373 |       return std::uninitialized_copy(__first, __last, __result);
      |                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:606:9: note: in instantiation of function template specialization 'std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::Points3dNS::Point *, std::vector<ezc3d::DataNS::Points3dNS::Point>>, ezc3d::DataNS::Points3dNS::Point *, ezc3d::DataNS::Points3dNS::Point>' requested here
  606 |           std::__uninitialized_copy_a(__x.begin(), __x.end(),
      |                ^
./ezc3d/Points.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::Points3dNS::Points {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:125:9: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  125 |           std::_Destroy(__result, __cur);
      |                ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:137:16: note: in instantiation of function template specialization 'std::__do_uninit_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::RotationNS::Rotation *, std::vector<ezc3d::DataNS::RotationNS::Rotation>>, ezc3d::DataNS::RotationNS::Rotation *>' requested here
  137 |         { return std::__do_uninit_copy(__first, __last, __result); }
      |                       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:185:2: note: in instantiation of function template specialization 'std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::RotationNS::Rotation *, std::vector<ezc3d::DataNS::RotationNS::Rotation>>, ezc3d::DataNS::RotationNS::Rotation *>' requested here
  185 |         __uninit_copy(__first, __last, __result);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:373:19: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  373 |       return std::uninitialized_copy(__first, __last, __result);
      |                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:137:16: note: in instantiation of function template specialization 'std::__do_uninit_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::RotationNS::SubFrame *, std::vector<ezc3d::DataNS::RotationNS::SubFrame>>, ezc3d::DataNS::RotationNS::SubFrame *>' requested here
  137 |         { return std::__do_uninit_copy(__first, __last, __result); }
      |                       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:185:2: note: in instantiation of function template specialization 'std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::RotationNS::SubFrame *, std::vector<ezc3d::DataNS::RotationNS::SubFrame>>, ezc3d::DataNS::RotationNS::SubFrame *>' requested here
  185 |         __uninit_copy(__first, __last, __result);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_uninitialized.h:373:19: note: in instantiation of function template specialization 'std::uninitialized_copy<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::RotationNS::SubFrame *, std::vector<ezc3d::DataNS::RotationNS::SubFrame>>, ezc3d::DataNS::RotationNS::SubFrame *>' requested here
  373 |       return std::uninitialized_copy(__first, __last, __result);
      |                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:606:9: note: in instantiation of function template specialization 'std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<const ezc3d::DataNS::RotationNS::SubFrame *, std::vector<ezc3d::DataNS::RotationNS::SubFrame>>, ezc3d::DataNS::RotationNS::SubFrame *, ezc3d::DataNS::RotationNS::SubFrame>' requested here
  606 |           std::__uninitialized_copy_a(__x.begin(), __x.end(),
      |                ^
./ezc3d/Rotations.h:18:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::SubFrame>::vector' requested here
   18 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::Rotations {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
2 warnings generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Group.cpp -o ezc3d/Group.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Header.cpp -o ezc3d/Header.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Parameter.cpp -o ezc3d/Parameter.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Parameters.cpp -o ezc3d/Parameters.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Point.cpp -o ezc3d/Point.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Points.cpp -o ezc3d/Points.o
In file included from ezc3d/Points.cpp:10:
In file included from ./ezc3d/Points.h:11:
In file included from ./ezc3d/Point.h:11:
In file included from ./ezc3d/math/Vector3d.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/memory:66:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_tempbuf.h:61:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::Points3dNS::Point' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::Points3dNS::Point *, ezc3d::DataNS::Points3dNS::Point>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
ezc3d/Points.cpp:16:36: note: in instantiation of member function 'std::vector<ezc3d::DataNS::Points3dNS::Point>::~vector' requested here
   16 | ezc3d::DataNS::Points3dNS::Points::Points() {}
      |                                    ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/PointsInfo.cpp -o ezc3d/PointsInfo.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Rotation.cpp -o ezc3d/Rotation.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/Rotations.cpp -o ezc3d/Rotations.o
In file included from ezc3d/Rotations.cpp:10:
In file included from ./ezc3d/Rotations.h:11:
In file included from ./ezc3d/RotationsSubframe.h:11:
In file included from ./ezc3d/Rotation.h:11:
In file included from ./ezc3d/math/Matrix44.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/memory:66:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_tempbuf.h:61:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *, ezc3d::DataNS::RotationNS::Rotation>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
./ezc3d/RotationsSubframe.h:17:51: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::~vector' requested here
   17 | class EZC3D_VISIBILITY ezc3d::DataNS::RotationNS::SubFrame {
      |                                                   ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/RotationsInfo.cpp -o ezc3d/RotationsInfo.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/RotationsSubframe.cpp -o ezc3d/RotationsSubframe.o
In file included from ezc3d/RotationsSubframe.cpp:10:
In file included from ./ezc3d/RotationsSubframe.h:11:
In file included from ./ezc3d/Rotation.h:11:
In file included from ./ezc3d/math/Matrix44.h:11:
In file included from ./ezc3d/math/Matrix.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/memory:66:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_tempbuf.h:61:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::DataNS::RotationNS::Rotation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::DataNS::RotationNS::Rotation *, ezc3d::DataNS::RotationNS::Rotation>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
ezc3d/RotationsSubframe.cpp:20:38: note: in instantiation of member function 'std::vector<ezc3d::DataNS::RotationNS::Rotation>::~vector' requested here
   20 | ezc3d::DataNS::RotationNS::SubFrame::SubFrame() {}
      |                                      ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/math/Matrix.cpp -o ezc3d/math/Matrix.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/math/Matrix33.cpp -o ezc3d/math/Matrix33.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/math/Matrix44.cpp -o ezc3d/math/Matrix44.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/math/Matrix66.cpp -o ezc3d/math/Matrix66.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/math/Vector3d.cpp -o ezc3d/math/Vector3d.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/math/Vector6d.cpp -o ezc3d/math/Vector6d.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I. -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c ezc3d/modules/ForcePlatforms.cpp -o ezc3d/modules/ForcePlatforms.o
In file included from ezc3d/modules/ForcePlatforms.cpp:12:
In file included from ./ezc3d/ezc3d_all.h:11:
In file included from ./ezc3d/Data.h:11:
In file included from ./ezc3d/Frame.h:11:
In file included from ./ezc3d/Analogs.h:11:
In file included from ./ezc3d/AnalogsSubframe.h:11:
In file included from ./ezc3d/Channel.h:11:
In file included from ./ezc3d/ezc3dNamespace.h:44:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/memory:66:
In file included from /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_tempbuf.h:61:
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:7: warning: destructor called on non-final 'ezc3d::Vector3d' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
  151 |       __pointer->~_Tp();
      |       ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:163:11: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Vector3d>' requested here
  163 |             std::_Destroy(std::__addressof(*__first));
      |                  ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:196:2: note: in instantiation of function template specialization 'std::_Destroy_aux<false>::__destroy<ezc3d::Vector3d *>' requested here
  196 |         __destroy(__first, __last);
      |         ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/alloc_traits.h:993:12: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Vector3d *>' requested here
  993 |       std::_Destroy(__first, __last);
      |            ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_vector.h:735:7: note: in instantiation of function template specialization 'std::_Destroy<ezc3d::Vector3d *, ezc3d::Vector3d>' requested here
  735 |         std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
      |              ^
ezc3d/modules/ForcePlatforms.cpp:16:32: note: in instantiation of member function 'std::vector<ezc3d::Vector3d>::~vector' requested here
   16 | ezc3d::Modules::ForcePlatform::ForcePlatform() {}
      |                                ^
/usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/stl_construct.h:151:19: note: qualify call to silence this warning
  151 |       __pointer->~_Tp();
      |                   ^
1 warning generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o c3dr.so read.o write.o RcppExports.o ./ezc3d/Analogs.o ./ezc3d/AnalogsInfo.o ./ezc3d/AnalogsSubframe.o ./ezc3d/Channel.o ./ezc3d/Data.o ./ezc3d/DataStartInfo.o ./ezc3d/ezc3d.o ./ezc3d/Frame.o ./ezc3d/Group.o ./ezc3d/Header.o ./ezc3d/Parameter.o ./ezc3d/Parameters.o ./ezc3d/Point.o ./ezc3d/Points.o ./ezc3d/PointsInfo.o ./ezc3d/Rotation.o ./ezc3d/Rotations.o ./ezc3d/RotationsInfo.o ./ezc3d/RotationsSubframe.o ./ezc3d/math/Matrix.o ./ezc3d/math/Matrix33.o ./ezc3d/math/Matrix44.o ./ezc3d/math/Matrix66.o ./ezc3d/math/Vector3d.o ./ezc3d/math/Vector6d.o ./ezc3d/modules/ForcePlatforms.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpuHdauJ/R.INSTALL3d7f028dd9461/c3dr/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpuHdauJ/R.INSTALL3d7f028dd9461/c3dr/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpuHdauJ/R.INSTALL3d7f028dd9461/c3dr/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-c3dr/00new/c3dr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (c3dr)