* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘rayrender’ ...
** this is package ‘rayrender’ version ‘0.38.10’
** package ‘rayrender’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... gcc-14 -std=gnu23
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc-14 -std=gnu23 accepts -g... yes
checking for gcc-14 -std=gnu23 option to enable C11 features... none needed
checking how to run the C preprocessor... gcc-14 -std=gnu23 -E
checking whether the compiler supports GNU C++... yes
checking whether g++-14 accepts -g... yes
checking for g++-14 option to enable C++11 features... none needed
checking how to run the C++ preprocessor... g++-14 -E
checking for X... libraries , headers 
checking for Open Image Denoise (OIDN)... configure: WARNING: OIDN not found. Skipping OIDN support.
checking for SSE4.1 support... no
checking for SSE3 support... no
checking for SSE2 support... yes
checking for NEON support... no
checking If test debugging should be turned on:... configure: RAY_COLOR_DEBUG is ""
No, not enabling debug
configure: creating ./config.status
config.status: creating src/Makevars

  --------------------------------------------------
  Configuration for  

    cppflags: -I/usr/local/include -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF
    libs:      -lX11   
    includes:  
    cxxflags: -g -O2 -Wall -pedantic -mtune=native -msse2

  --------------------------------------------------

** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’
using C++20
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5wTMuz/R.INSTALL3314c5623d7b9e/rayrender/src'
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c PreviewDisplay.cpp -o PreviewDisplay.o
PreviewDisplay.cpp: In member function ‘void PreviewDisplay::DrawImage(adaptive_sampler&, adaptive_sampler&, size_t&, RProgress::RProgress&, bool, Float, hitable*, random_gen&)’:
PreviewDisplay.cpp:522:17: warning: ‘dir.vec3<float>::e[0]’ may be used uninitialized [-Wmaybe-uninitialized]
  522 |           vec3f dir;
      |                 ^~~
PreviewDisplay.cpp:522:17: warning: ‘dir.vec3<float>::e[1]’ may be used uninitialized [-Wmaybe-uninitialized]
In file included from vectypes.h:4,
                 from adaptivesampler.h:4,
                 from PreviewDisplay.h:7,
                 from PreviewDisplay.cpp:1:
In member function ‘vec3<T> vec3<T>::operator-() const [with T = float]’,
    inlined from ‘void PreviewDisplay::DrawImage(adaptive_sampler&, adaptive_sampler&, size_t&, RProgress::RProgress&, bool, Float, hitable*, random_gen&)’ at PreviewDisplay.cpp:569:37:
vec3.h:23:45: warning: ‘dir.vec3<float>::e[2]’ may be used uninitialized [-Wmaybe-uninitialized]
   23 |   inline vec3<T> operator-() const { return vec3<T>(-e[0], -e[1], -e[2]); }
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
PreviewDisplay.cpp: In member function ‘void PreviewDisplay::DrawImage(adaptive_sampler&, adaptive_sampler&, size_t&, RProgress::RProgress&, bool, Float, hitable*, random_gen&)’:
PreviewDisplay.cpp:522:17: note: ‘dir.vec3<float>::e[2]’ was declared here
  522 |           vec3f dir;
      |                 ^~~
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c PrintClassSizes.cpp -o PrintClassSizes.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RayMatrix.cpp -o RayMatrix.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c aabb.cpp -o aabb.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c adaptivesampler.cpp -o adaptivesampler.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c animatedtransform.cpp -o animatedtransform.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c assert.cpp -o assert.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c box.cpp -o box.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c buildscene.cpp -o buildscene.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c bvh.cpp -o bvh.o
bvh.cpp: In member function ‘BVHBuildNode* BVHAggregate::buildRecursive(std::span<BVHPrimitive>, std::atomic<int>*, std::atomic<int>*, std::vector<std::shared_ptr<hitable> >&)’:
bvh.cpp:200:61: warning: comparison of integer expressions of different signedness: ‘std::span<BVHPrimitive>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  200 |     if ((bounds.surface_area() == 0 || bvhPrimitives.size() <= maxPrimsInNode) && !isRoot) {
      |                                        ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
bvh.cpp:293:42: warning: comparison of integer expressions of different signedness: ‘std::span<BVHPrimitive>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  293 |                 if (bvhPrimitives.size() > maxPrimsInNode || minCost < leafCost) {
      |                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
bvh.cpp: In member function ‘void BVHAggregate::validateBVH4() const’:
bvh.cpp:1049:60: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::shared_ptr<hitable> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
 1049 |             if (node->primitivesOffset + node->nPrimitives > primitives.size()) {
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c calcnormals.cpp -o calcnormals.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c calctangents.cpp -o calctangents.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c camera.cpp -o camera.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c color.cpp -o color.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c constant.cpp -o constant.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c csg.cpp -o csg.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c curve.cpp -o curve.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cylinder.cpp -o cylinder.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c debug.cpp -o debug.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c define_functions.cpp -o define_functions.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c disk.cpp -o disk.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c displacement.cpp -o displacement.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c distributions.cpp -o distributions.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c ellipsoid.cpp -o ellipsoid.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c filter.cpp -o filter.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c hitable.cpp -o hitable.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c hitablelist.cpp -o hitablelist.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c infinite_area_light.cpp -o infinite_area_light.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c instance.cpp -o instance.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c integrator.cpp -o integrator.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c loopsubdiv.cpp -o loopsubdiv.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c material.cpp -o material.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c matrix.cpp -o matrix.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c mesh3d.cpp -o mesh3d.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c microfacetdist.cpp -o microfacetdist.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c miniply.cpp -o miniply.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c pdf.cpp -o pdf.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c perlin.cpp -o perlin.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c plymesh.cpp -o plymesh.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c quaternion.cpp -o quaternion.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c raylog.cpp -o raylog.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c raymesh.cpp -o raymesh.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c rectangle.cpp -o rectangle.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c render_animation_rcpp.cpp -o render_animation_rcpp.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c render_scene_rcpp.cpp -o render_scene_rcpp.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c rng.cpp -o rng.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c sampler.cpp -o sampler.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c simd.cpp -o simd.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c sphere.cpp -o sphere.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c test-runner.cpp -o test-runner.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c texture.cpp -o texture.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c texturecache.cpp -o texturecache.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c tonemap.cpp -o tonemap.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c transform.cpp -o transform.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c transformcache.cpp -o transformcache.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c triangle.cpp -o triangle.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c trianglemesh.cpp -o trianglemesh.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c trimesh.cpp -o trimesh.o
g++-14 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppThread/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/progress/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/spacefillr/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/testthat/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -DHAS_SSE -DHAS_SSE2 -DRAYSIMD -DRAYSIMDVECOFF -fpic  -g -O2 -Wall -pedantic -mtune=native   -c vectypes.cpp -o vectypes.o
g++-14 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o rayrender.so PreviewDisplay.o PrintClassSizes.o RayMatrix.o RcppExports.o aabb.o adaptivesampler.o animatedtransform.o assert.o box.o buildscene.o bvh.o calcnormals.o calctangents.o camera.o color.o constant.o csg.o curve.o cylinder.o debug.o define_functions.o disk.o displacement.o distributions.o ellipsoid.o filter.o hitable.o hitablelist.o infinite_area_light.o instance.o integrator.o loopsubdiv.o material.o matrix.o mesh3d.o microfacetdist.o miniply.o pdf.o perlin.o plymesh.o quaternion.o raylog.o raymesh.o rectangle.o render_animation_rcpp.o render_scene_rcpp.o rng.o sampler.o simd.o sphere.o test-runner.o texture.o texturecache.o tonemap.o transform.o transformcache.o triangle.o trianglemesh.o trimesh.o vectypes.o -lX11 -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5wTMuz/R.INSTALL3314c5623d7b9e/rayrender/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5wTMuz/R.INSTALL3314c5623d7b9e/rayrender/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5wTMuz/R.INSTALL3314c5623d7b9e/rayrender/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-rayrender/00new/rayrender/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘rayrender’
    finding HTML links ... done
    RotateAxis                              html  
    RotateX                                 html  
    RotateY                                 html  
    RotateZ                                 html  
    add_object                              html  
    add_points_polygon                      html  
    animate_objects                         html  
    arrow                                   html  
    bezier_curve                            html  
    calculate_control_points                html  
    calculate_control_points_straight       html  
    calculate_distance_along_bezier_curve   html  
    calculate_final_path                    html  
    calculate_final_twist                   html  
    check_image_texture                     html  
    clamp                                   html  
    cone                                    html  
    convert_color                           html  
    create_instances                        html  
    cross_prod                              html  
    csg_box                                 html  
    csg_capsule                             html  
    csg_combine                             html  
    csg_cone                                html  
    csg_cylinder                            html  
    csg_ellipsoid                           html  
    csg_elongate                            html  
    csg_group                               html  
    csg_object                              html  
    csg_onion                               html  
    csg_plane                               html  
    csg_pyramid                             html  
    csg_rotate                              html  
    csg_round                               html  
    csg_rounded_cone                        html  
    csg_scale                               html  
    csg_sphere                              html  
    csg_torus                               html  
    csg_translate                           html  
    csg_triangle                            html  
    cube                                    html  
    cubicInOut                              html  
    cylinder                                html  
    dielectric                              html  
    diffuse                                 html  
    disk                                    html  
    ellipsoid                               html  
    eval_bezier                             html  
    eval_bezier_2nd_deriv                   html  
    eval_bezier_deriv                       html  
    expInOut                                html  
    extruded_path                           html  
    extruded_polygon                        html  
    fliplr                                  html  
    flipud                                  html  
    generate_camera_motion                  html  
    generate_cornell                        html  
    generate_ground                         html  
    generate_rotation_matrix                html  
    generate_studio                         html  
    generate_translation_matrix             html  
    get_material_enum                       html  
    get_material_name                       html  
    get_saved_keyframes                     html  
    get_time                                html  
    glossy                                  html  
    group_objects                           html  
    hair                                    html  
    init_time                               html  
    is_rendering_in_knitr                   html  
    lambertian                              html  
    lerp                                    html  
    light                                   html  
    mesh3d_model                            html  
    metal                                   html  
    microfacet                              html  
    new_tibble_row                          html  
    obj_model                               html  
    path                                    html  
    pig                                     html  
    pipe                                    html  
    ply_model                               html  
    post_process_frame                      html  
    post_process_scene                      html  
    prepare_scene_list                      html  
    print_time                              html  
    process_point_series                    html  
    process_point_series_1d                 html  
    process_point_series_2d                 html  
    process_scene                           html  
    quadInOut                               html  
    r_obj                                   html  
    ray_animated_transform                  html  
    ray_material                            html  
    ray_scene                               html  
    ray_shape_info                          html  
    ray_transform                           html  
    raymesh_model                           html  
    render_animation                        html  
    render_ao                               html  
    render_preview                          html  
    render_scene                            html  
    run_documentation                       html  
    save_png                                html  
    segment                                 html  
    set_scene_material                      html  
    slerp                                   html  
    sphere                                  html  
    text3d                                  html  
    triangle                                html  
    tween                                   html  
    xy_rect                                 html  
    xz_rect                                 html  
    yz_rect                                 html  
** building package indices
** 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 (rayrender)