* installing *source* package ‘rayrender’ ...
** package ‘rayrender’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... gcc-14
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 accepts -g... yes
checking for gcc-14 option to enable C11 features... none needed
checking how to run the C preprocessor... gcc-14 -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 
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
    libs:      -lX11 
    includes: 

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

** libs
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240503 (prerelease)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rayrender/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c PreviewDisplay.cpp -o PreviewDisplay.o
In file included from point3.h:9,
                 from adaptivesampler.h:5,
                 from PreviewDisplay.h:7,
                 from PreviewDisplay.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from animatedtransform.h:4,
                 from camera.h:7,
                 from PreviewDisplay.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RayMatrix.cpp -o RayMatrix.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c aabb.cpp -o aabb.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from aabb.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c adaptivesampler.cpp -o adaptivesampler.o
In file included from point3.h:9,
                 from adaptivesampler.h:5,
                 from adaptivesampler.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c animatedtransform.cpp -o animatedtransform.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c box.cpp -o box.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from mathinline.h:10,
                 from animatedtransform.h:4,
                 from animatedtransform.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from hitablelist.h:4,
                 from box.h:4,
                 from box.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c buildscene.cpp -o buildscene.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c bvh_node.cpp -o bvh_node.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from buildscene.h:4,
                 from buildscene.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from bvh_node.h:4,
                 from bvh_node.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c camera.cpp -o camera.o
In file included from point3.h:9,
                 from camera.h:5,
                 from camera.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from animatedtransform.h:4,
                 from camera.h:7:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c color.cpp -o color.o
bvh_node.cpp: In constructor 'bvh_node::bvh_node(std::vector<std::shared_ptr<hitable> >&, size_t, size_t, Float, Float, int, random_gen&)':
bvh_node.cpp:221:13: warning: variable 'costs' set but not used [-Wunused-but-set-variable]
  221 |       Float costs[nBuckets];
      |             ^~~~~
In file included from point3.h:9,
                 from ray.h:6,
                 from color.h:6,
                 from color.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c constant.cpp -o constant.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from constant.h:4,
                 from constant.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c csg.cpp -o csg.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from csg.h:4,
                 from csg.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c curve.cpp -o curve.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c cylinder.cpp -o cylinder.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from curve.h:4,
                 from curve.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from cylinder.h:4,
                 from cylinder.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c debug.cpp -o debug.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from debug.h:5,
                 from debug.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12,
                 from debug.h:6:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c define_functions.cpp -o define_functions.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c disk.cpp -o disk.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from disk.h:4,
                 from disk.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c distributions.cpp -o distributions.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from distributions.h:5,
                 from distributions.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12,
                 from distributions.h:6:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c ellipsoid.cpp -o ellipsoid.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from sphere.h:4,
                 from ellipsoid.h:4,
                 from ellipsoid.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c filter.cpp -o filter.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from filter.h:4,
                 from filter.cpp:2:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c hitable.cpp -o hitable.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c hitablelist.cpp -o hitablelist.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from hitable.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from hitablelist.h:4,
                 from hitablelist.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c infinite_area_light.cpp -o infinite_area_light.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from infinite_area_light.h:4,
                 from infinite_area_light.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c integrator.cpp -o integrator.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c material.cpp -o material.o
In file included from point3.h:9,
                 from ray.h:6,
                 from material.h:4,
                 from material.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c matrix.cpp -o matrix.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c mesh3d.cpp -o mesh3d.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c microfacetdist.cpp -o microfacetdist.o
In file included from point3.h:9,
                 from camera.h:5,
                 from integrator.h:5,
                 from integrator.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from animatedtransform.h:4,
                 from camera.h:7:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from triangle.h:4,
                 from mesh3d.h:4,
                 from mesh3d.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from vec2.h:8,
                 from mathinline.h:10,
                 from microfacetdist.h:4,
                 from microfacetdist.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
material.cpp: In member function 'virtual bool dielectric::scatter(const ray&, const hit_record&, scatter_record&, random_gen&)':
material.cpp:214:11: warning: '*(float*)((char*)&refracted + offsetof(vec3f, vec3<float>::e[0]))' may be used uninitialized [-Wmaybe-uninitialized]
  214 |     vec3f refracted;
      |           ^~~~~~~~~
material.cpp:214:11: warning: '*(float*)((char*)&refracted + offsetof(vec3f, vec3<float>::e[1]))' may be used uninitialized [-Wmaybe-uninitialized]
material.cpp:214:11: warning: '*(float*)((char*)&refracted + offsetof(vec3f, vec3<float>::e[2]))' may be used uninitialized [-Wmaybe-uninitialized]
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c miniply.cpp -o miniply.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c my_new.cpp -o my_new.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c pdf.cpp -o pdf.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c perlin.cpp -o perlin.o
In file included from onbh.h:5,
                 from pdf.h:4,
                 from pdf.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8,
                 from aabb.h:4,
                 from hitable.h:4,
                 from pdf.h:5:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c plymesh.cpp -o plymesh.o
In file included from point3.h:9,
                 from rng.h:10,
                 from perlin.h:4,
                 from perlin.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from triangle.h:4,
                 from plymesh.h:4,
                 from plymesh.cpp:4:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c quaternion.cpp -o quaternion.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from mathinline.h:10,
                 from quaternion.h:4,
                 from quaternion.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c ray.cpp -o ray.o
In file included from point3.h:9,
                 from ray.h:6,
                 from ray.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c raymesh.cpp -o raymesh.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c rectangle.cpp -o rectangle.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from rectangle.h:4,
                 from rectangle.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from rng.h:10,
                 from perlin.h:4,
                 from texture.h:4,
                 from trianglemesh.h:9,
                 from raymesh.h:4,
                 from raymesh.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from texture.h:7:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
raymesh.cpp: In constructor 'raymesh::raymesh(Rcpp::List, std::shared_ptr<material>, std::shared_ptr<alpha_texture>, std::shared_ptr<bump_texture>, bool, bool, bool, bool, hitable_list&, bool, Float, Float, int, random_gen, std::shared_ptr<Transform>, std::shared_ptr<Transform>, bool)':
raymesh.cpp:33:75: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'std::vector<std::shared_ptr<material> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   33 |     if(mesh->face_material_id[i / 3] < 0 || mesh->face_material_id[i / 3] >= mesh->mesh_materials.size()) {
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c render_animation_rcpp.cpp -o render_animation_rcpp.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c render_scene_rcpp.cpp -o render_scene_rcpp.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c rng.cpp -o rng.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from render_animation_rcpp.cpp:5:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from point3.h:9,
                 from rng.h:10,
                 from rng.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sampler.cpp -o sampler.o
In file included from point3.h:9,
                 from rng.h:10,
                 from sampler.h:4,
                 from sampler.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from sampler.h:5:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12,
                 from render_animation_rcpp.cpp:7:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from vec2.h:8,
                 from render_scene_rcpp.cpp:63:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from render_scene_rcpp.cpp:65:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
render_animation_rcpp.cpp: In function 'void render_animation_rcpp(Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::List, int, int, Rcpp::CharacterVector, Rcpp::Function, int, bool, bool, bool)':
render_animation_rcpp.cpp:533:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
  533 |   for(int i = 0; i < n; i++) {
      |                  ~~^~~
render_scene_rcpp.cpp: In function 'Rcpp::List render_scene_rcpp(Rcpp::List, Rcpp::List, Rcpp::List)':
render_scene_rcpp.cpp:484:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
  484 |   for(int i = 0; i < n; i++) {
      |                  ~~^~~
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c scenerenderer.cpp -o scenerenderer.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c sphere.cpp -o sphere.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from sphere.h:4,
                 from sphere.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c texture.cpp -o texture.o
In file included from point3.h:9,
                 from rng.h:10,
                 from perlin.h:4,
                 from texture.h:4,
                 from texture.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c tonemap.cpp -o tonemap.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c transform.cpp -o transform.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c transformcache.cpp -o transformcache.o
In file included from point3.h:9,
                 from vec2.h:8,
                 from mathinline.h:10,
                 from tonemap.h:4,
                 from tonemap.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from transform.h:5,
                 from transform.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from transform.h:5,
                 from transformcache.h:4,
                 from transformcache.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
In file included from mathinline.h:10,
                 from texture.h:7:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c triangle.cpp -o triangle.o
In file included from point3.h:9,
                 from ray.h:6,
                 from aabb.h:4,
                 from hitable.h:4,
                 from triangle.h:4,
                 from triangle.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from ray.h:8:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c trianglemesh.cpp -o trianglemesh.o
In file included from point3.h:9,
                 from rng.h:10,
                 from perlin.h:4,
                 from texture.h:4,
                 from trianglemesh.h:9,
                 from trianglemesh.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I'/data/gannet/ripley/R/test-dev/progress/include' -I'/data/gannet/ripley/R/test-dev/spacefillr/include' -I/usr/local/include   -D RAY_REPRODUCE_PERLIN -DSTRICT_R_HEADERS -DRAY_HAS_X11 -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c trimesh.cpp -o trimesh.o
In file included from point3.h:9,
                 from rng.h:10,
                 from perlin.h:4,
                 from texture.h:4,
                 from trianglemesh.h:9,
                 from trimesh.h:4,
                 from trimesh.cpp:1:
normal.h:15:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   template <typename U> normal3<T>(const vec3<U> &p) {
      |                                   ^
normal.h:15:35: note: remove the '< >'
In file included from mathinline.h:10,
                 from texture.h:7:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
trianglemesh.cpp: In function 'void LoadRayMaterials(std::vector<std::shared_ptr<material> >&, std::vector<Rcpp::Vector<19> >&, std::vector<unsigned char*>&, std::vector<unsigned char*>&, std::vector<std::shared_ptr<bump_texture> >&, std::vector<std::shared_ptr<alpha_texture> >&, std::shared_ptr<alpha_texture>, std::shared_ptr<bump_texture>, size_t&, std::shared_ptr<material>, bool, bool, bool, std::vector<bool>&)':
trianglemesh.cpp:30:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Rcpp::Vector<19> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   30 |   for(int i = 0; i < shape_materials.size(); i++) {
      |                  ~~^~~~~~~~~~~~~~~~~~~~~~~~
trianglemesh.cpp:79:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   79 |     for (size_t i = 0; i < materials.size(); i++) {
      |                        ~~^~~~~~~~~~~~~~~~~~
trianglemesh.cpp:193:11: warning: unused variable 'illum' [-Wunused-variable]
  193 |       int illum = Rcpp::as<int>(single_material["illum"]);
      |           ^~~~~
trianglemesh.cpp: In constructor 'TriangleMesh::TriangleMesh(Rcpp::List, bool, bool, bool, bool, std::shared_ptr<alpha_texture>, std::shared_ptr<bump_texture>, std::shared_ptr<material>, std::shared_ptr<Transform>, std::shared_ptr<Transform>, bool)':
trianglemesh.cpp:810:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
  810 |   for(size_t i = 0; i < materials_raw.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
In file included from mathinline.h:10,
                 from texture.h:7:
vec2.h:14:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   14 |   explicit vec2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:14:19: note: remove the '< >'
vec2.h:15:19: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   15 |   explicit vec2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                   ^
vec2.h:15:19: note: remove the '< >'
In file included from mathinline.h:12:
point2.h:16:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   16 |   explicit point2<T>(const vec3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:16:21: note: remove the '< >'
point2.h:17:21: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   17 |   explicit point2<T>(const point3<T> &p) { e[0] = p.x(); e[1] = p.y(); }
      |                     ^
point2.h:17:21: note: remove the '< >'
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o rayrender.so PreviewDisplay.o RayMatrix.o RcppExports.o aabb.o adaptivesampler.o animatedtransform.o box.o buildscene.o bvh_node.o camera.o color.o constant.o csg.o curve.o cylinder.o debug.o define_functions.o disk.o distributions.o ellipsoid.o filter.o hitable.o hitablelist.o infinite_area_light.o integrator.o material.o matrix.o mesh3d.o microfacetdist.o miniply.o my_new.o pdf.o perlin.o plymesh.o quaternion.o ray.o raymesh.o rectangle.o render_animation_rcpp.o render_scene_rcpp.o rng.o sampler.o scenerenderer.o sphere.o texture.o tonemap.o transform.o transformcache.o triangle.o trianglemesh.o trimesh.o -lX11
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rayrender/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rayrender/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rayrender/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rayrender.Rcheck/00LOCK-rayrender/00new/rayrender/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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)