* installing *source* package ‘gdalcubes’ ...
** this is package ‘gdalcubes’ version ‘0.7.0’
** package ‘gdalcubes’ successfully unpacked and MD5 sums checked
** using staged installation
configure: CC: /usr/local/clang20/bin/clang -std=gnu23
configure: CXX: /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11
checking for gdal-config... /usr/local/clang/bin/gdal-config
checking gdal-config usability... yes
configure: GDAL: 3.5.3
checking GDAL version >= 2.0.1... yes
checking GDAL version != 3.6.0... yes
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 /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 accepts -g... yes
checking for /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 option to enable C++11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for gdal.h... yes
checking GDAL: linking with --libs only... yes
checking GDAL: /usr/local/clang/share/gdal/pcs.csv readable... no
checking GDAL: checking whether PROJ is available for linking:... yes
checking GDAL: checking whether PROJ is available fur running:... yes
configure: GDAL: 3.5.3
configure: pkg-config proj exists, will use it
configure: using proj.h.
configure: PROJ: 9.3.1
checking PROJ: checking whether PROJ and sqlite3 are available for linking:... yes
checking for nc-config... yes
netcdf.m4: about to set rpath, here is source string: >-L/usr/lib64 -lnetcdf<
netcdf.m4: final rpath:   -Wl,-rpath,/usr/lib64
Netcdf library version: netCDF 4.9.2
Netcdf library has version 4 interface present: yes
Netcdf library was compiled with C compiler: gcc
configure: Package CPP flags:  -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM
configure: Package LIBS:  -L/usr/local/clang/lib64 -lgdal -lproj     -Wl,-rpath,/usr/lib64 -L/usr/lib64 -lnetcdf -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘clang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/gdalcubes/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/aggregate_time.cpp -o gdalcubes/src/aggregate_time.o
In file included from gdalcubes/src/aggregate_time.cpp:24:
In file included from gdalcubes/src/aggregate_time.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/aggregate_space.cpp -o gdalcubes/src/aggregate_space.o
In file included from gdalcubes/src/aggregate_space.cpp:26:
In file included from gdalcubes/src/aggregate_space.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/apply_pixel.cpp -o gdalcubes/src/apply_pixel.o
In file included from gdalcubes/src/apply_pixel.cpp:25:
In file included from gdalcubes/src/apply_pixel.h:32:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/config.cpp -o gdalcubes/src/config.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/collection_format.cpp -o gdalcubes/src/collection_format.o
In file included from gdalcubes/src/config.cpp:34:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/crop.cpp -o gdalcubes/src/crop.o
In file included from gdalcubes/src/crop.cpp:1:
In file included from gdalcubes/src/crop.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/datetime.cpp -o gdalcubes/src/datetime.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/filesystem.cpp -o gdalcubes/src/filesystem.o
In file included from gdalcubes/src/datetime.cpp:25:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/utils.cpp -o gdalcubes/src/utils.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/cube.cpp -o gdalcubes/src/cube.o
In file included from gdalcubes/src/cube.cpp:25:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/cube_factory.cpp -o gdalcubes/src/cube_factory.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/error.cpp -o gdalcubes/src/error.o
In file included from gdalcubes/src/cube_factory.cpp:25:
In file included from gdalcubes/src/cube_factory.h:31:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/extract_geom.cpp -o gdalcubes/src/extract_geom.o
In file included from gdalcubes/src/extract_geom.cpp:25:
In file included from gdalcubes/src/extract_geom.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/image_collection.cpp -o gdalcubes/src/image_collection.o
In file included from gdalcubes/src/image_collection.cpp:25:
In file included from gdalcubes/src/image_collection.h:31:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/image_collection_cube.cpp -o gdalcubes/src/image_collection_cube.o
In file included from gdalcubes/src/image_collection_cube.cpp:24:
In file included from gdalcubes/src/image_collection_cube.h:29:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/image_collection_ops.cpp -o gdalcubes/src/image_collection_ops.o
In file included from gdalcubes/src/image_collection_ops.cpp:17:
In file included from gdalcubes/src/image_collection_ops.h:21:
In file included from gdalcubes/src/image_collection.h:31:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/join_bands.cpp -o gdalcubes/src/join_bands.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/ncdf_cube.cpp -o gdalcubes/src/ncdf_cube.o
In file included from gdalcubes/src/join_bands.cpp:25:
In file included from gdalcubes/src/join_bands.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
In file included from gdalcubes/src/ncdf_cube.cpp:24:
In file included from gdalcubes/src/ncdf_cube.h:27:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/select_time.cpp -o gdalcubes/src/select_time.o
4 warnings generated.
4 warnings generated.
In file included from gdalcubes/src/select_time.cpp:1:
In file included from gdalcubes/src/select_time.h:5:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/reduce_time.cpp -o gdalcubes/src/reduce_time.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/reduce_space.cpp -o gdalcubes/src/reduce_space.o
In file included from gdalcubes/src/reduce_time.cpp:24:
In file included from gdalcubes/src/reduce_time.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
In file included from gdalcubes/src/reduce_space.cpp:25:
In file included from gdalcubes/src/reduce_space.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/window_space.cpp -o gdalcubes/src/window_space.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/window_time.cpp -o gdalcubes/src/window_time.o
4 warnings generated.
In file included from gdalcubes/src/window_space.cpp:24:
In file included from gdalcubes/src/window_space.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
In file included from gdalcubes/src/window_time.cpp:24:
In file included from gdalcubes/src/window_time.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/select_bands.cpp -o gdalcubes/src/select_bands.o
4 warnings generated.
In file included from gdalcubes/src/select_bands.cpp:25:
In file included from gdalcubes/src/select_bands.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/slice_time.cpp -o gdalcubes/src/slice_time.o
4 warnings generated.
In file included from gdalcubes/src/slice_time.cpp:1:
In file included from gdalcubes/src/slice_time.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/slice_space.cpp -o gdalcubes/src/slice_space.o
In file included from gdalcubes/src/slice_space.cpp:1:
In file included from gdalcubes/src/slice_space.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/filter_pixel.cpp -o gdalcubes/src/filter_pixel.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/filter_geom.cpp -o gdalcubes/src/filter_geom.o
In file included from gdalcubes/src/filter_pixel.cpp:25:
In file included from gdalcubes/src/filter_pixel.h:23:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
In file included from gdalcubes/src/filter_geom.cpp:25:
In file included from gdalcubes/src/filter_geom.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/fill_time.cpp -o gdalcubes/src/fill_time.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/rename_bands.cpp -o gdalcubes/src/rename_bands.o
In file included from gdalcubes/src/fill_time.cpp:1:
In file included from gdalcubes/src/fill_time.h:5:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/simple_cube.cpp -o gdalcubes/src/simple_cube.o
In file included from gdalcubes/src/rename_bands.cpp:25:
In file included from gdalcubes/src/rename_bands.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/stream.cpp -o gdalcubes/src/stream.o
In file included from gdalcubes/src/simple_cube.cpp:24:
In file included from gdalcubes/src/simple_cube.h:29:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
In file included from gdalcubes/src/stream.cpp:25:
In file included from gdalcubes/src/stream.h:27:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/stream_reduce_time.cpp -o gdalcubes/src/stream_reduce_time.o
4 warnings generated.
4 warnings generated.
In file included from gdalcubes/src/stream_reduce_time.cpp:1:
In file included from gdalcubes/src/stream_reduce_time.h:6:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/stream_reduce_space.cpp -o gdalcubes/src/stream_reduce_space.o
4 warnings generated.
In file included from gdalcubes/src/stream_reduce_space.cpp:1:
In file included from gdalcubes/src/stream_reduce_space.h:6:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/stream_apply_pixel.cpp -o gdalcubes/src/stream_apply_pixel.o
In file included from gdalcubes/src/stream_apply_pixel.cpp:1:
In file included from gdalcubes/src/stream_apply_pixel.h:6:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/stream_apply_time.cpp -o gdalcubes/src/stream_apply_time.o
In file included from gdalcubes/src/stream_apply_time.cpp:1:
In file included from gdalcubes/src/stream_apply_time.h:6:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/view.cpp -o gdalcubes/src/view.o
4 warnings generated.
4 warnings generated.
In file included from gdalcubes/src/view.cpp:30:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/dummy.cpp -o gdalcubes/src/dummy.o
In file included from gdalcubes/src/dummy.cpp:25:
In file included from gdalcubes/src/dummy.h:28:
In file included from gdalcubes/src/cube.h:32:
In file included from gdalcubes/src/view.h:30:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/warp.cpp -o gdalcubes/src/warp.o
/usr/local/clang20/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c gdalcubes/src/external/tinyexpr/tinyexpr.c -o gdalcubes/src/external/tinyexpr/tinyexpr.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/external/tiny-process-library/process.cpp -o gdalcubes/src/external/tiny-process-library/process.o
In file included from gdalcubes/src/warp.cpp:25:
In file included from gdalcubes/src/warp.h:32:
In file included from gdalcubes/src/coord_types.h:33:
In file included from gdalcubes/src/datetime.h:43:
gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/external/tiny-process-library/process_unix.cpp -o gdalcubes/src/external/tiny-process-library/process_unix.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes/src/external/json11/json11.cpp -o gdalcubes/src/external/json11/json11.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c multiprocess.cpp -o multiprocess.o
In file included from multiprocess.cpp:2:
In file included from ./multiprocess.h:5:
In file included from ./gdalcubes/src/cube.h:32:
In file included from ./gdalcubes/src/view.h:30:
In file included from ./gdalcubes/src/coord_types.h:33:
In file included from ./gdalcubes/src/datetime.h:43:
./gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
./gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
./gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
./gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c error.cpp -o error.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c gdalcubes.cpp -o gdalcubes.o
In file included from gdalcubes.cpp:1:
In file included from ./gdalcubes/src/gdalcubes.h:30:
In file included from ./gdalcubes/src/aggregate_time.h:28:
In file included from ./gdalcubes/src/cube.h:32:
In file included from ./gdalcubes/src/view.h:30:
In file included from ./gdalcubes/src/coord_types.h:33:
In file included from ./gdalcubes/src/datetime.h:43:
./gdalcubes/src/external/date.h:913:40: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  913 |         CONSTCD11 date::day operator"" _d(unsigned long long d) NOEXCEPT;
      |                             ~~~~~~~~~~~^~
      |                             operator""_d
./gdalcubes/src/external/date.h:914:41: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  914 |         CONSTCD11 date::year operator"" _y(unsigned long long y) NOEXCEPT;
      |                              ~~~~~~~~~~~^~
      |                              operator""_y
./gdalcubes/src/external/date.h:1705:20: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1705 |         operator"" _d(unsigned long long d) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_d
./gdalcubes/src/external/date.h:1711:20: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1711 |         operator"" _y(unsigned long long y) NOEXCEPT {
      |         ~~~~~~~~~~~^~
      |         operator""_y
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/usr/include/webp -DWITH_GZFILEOP -DHAVE_PROJ_H -I/usr/local/clang/include -I/usr/include -I/usr/include/hdf -DR_PACKAGE -DGDALCUBES_NO_SWARM -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/BH/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o gdalcubes.so gdalcubes/src/aggregate_time.o gdalcubes/src/aggregate_space.o gdalcubes/src/apply_pixel.o gdalcubes/src/config.o gdalcubes/src/collection_format.o gdalcubes/src/crop.o gdalcubes/src/datetime.o gdalcubes/src/filesystem.o gdalcubes/src/utils.o gdalcubes/src/cube.o gdalcubes/src/cube_factory.o gdalcubes/src/error.o gdalcubes/src/extract_geom.o gdalcubes/src/image_collection.o gdalcubes/src/image_collection_cube.o gdalcubes/src/image_collection_ops.o gdalcubes/src/join_bands.o gdalcubes/src/ncdf_cube.o gdalcubes/src/select_time.o gdalcubes/src/reduce_time.o gdalcubes/src/reduce_space.o gdalcubes/src/window_space.o gdalcubes/src/window_time.o gdalcubes/src/select_bands.o gdalcubes/src/slice_time.o gdalcubes/src/slice_space.o gdalcubes/src/filter_pixel.o gdalcubes/src/filter_geom.o gdalcubes/src/fill_time.o gdalcubes/src/rename_bands.o gdalcubes/src/simple_cube.o gdalcubes/src/stream.o gdalcubes/src/stream_reduce_time.o gdalcubes/src/stream_reduce_space.o gdalcubes/src/stream_apply_pixel.o gdalcubes/src/stream_apply_time.o gdalcubes/src/view.o gdalcubes/src/dummy.o gdalcubes/src/warp.o gdalcubes/src/external/tinyexpr/tinyexpr.o gdalcubes/src/external/tiny-process-library/process.o gdalcubes/src/external/tiny-process-library/process_unix.o gdalcubes/src/external/json11/json11.o multiprocess.o error.o gdalcubes.o RcppExports.o -L/usr/local/clang/lib64 -lgdal -lproj -Wl,-rpath,/usr/lib64 -L/usr/lib64 -lnetcdf -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/gdalcubes/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/gdalcubes/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/gdalcubes/src'
installing to /data/gannet/ripley/R/packages/tests-clang/gdalcubes.Rcheck/00LOCK-gdalcubes/00new/gdalcubes/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (gdalcubes)