* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘openfhe.R’ ...
** this is package ‘openfhe.R’ version ‘1.5.1.1’
** package ‘openfhe.R’ successfully unpacked and MD5 sums checked
** using staged installation
* checking if plain '-fopenmp' works ... yes
* OPENMP_CFLAGS='-fopenmp'
* OPENMP_LIBS='-fopenmp'
* OPENMP_LIB_DIR=''
* OPENMP_INC_DIR=''
* Building OpenFHE from vendored sources...
CMAKE VERSION: 'cmake version 4.3.4'
CC: 'gcc-15'
CXX: 'g++-15 -std=gnu++17'
CFLAGS: '-g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native'
CXXFLAGS: '-g -O2 -Wall -pedantic -mtune=native -fpic -fopenmp -DOPENFHE_R_BUILD -I/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include'
LDFLAGS: '-Wl,-O1'
OPENFHE_OMP_CXXFLAGS: '-fopenmp'
>>> Building OpenFHE...
-- The C compiler identification is GNU 15.3.0
-- The CXX compiler identification is GNU 15.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-15 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-15 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building in Release mode
-- BUILD_UNITTESTS: OFF
-- BUILD_EXAMPLES: OFF
-- BUILD_BENCHMARKS: OFF
-- BUILD_EXTRAS: OFF
-- BUILD_STATIC: ON
-- BUILD_SHARED: OFF
-- GIT_SUBMOD_AUTO: OFF
-- WITH_BE2: OFF
-- WITH_BE4: OFF
-- WITH_NTL: OFF
-- WITH_TCM: OFF
-- WITH_OPENMP: ON
-- NATIVE_SIZE: 64
-- CKKS_M_FACTOR: 1
-- WITH_NATIVEOPT: OFF
-- WITH_COVTEST: OFF
-- WITH_NOISE_DEBUG: OFF
-- WITH_REDUCED_NOISE: OFF
-- USE_MACPORTS: OFF
-- BUILTIN_INFO_AVAILABLE is defined
***** INSTALL IS AT /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib; to change, run cmake with -DCMAKE_INSTALL_PREFIX=/your/path
-- Architecture is x86_64
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __int128
-- Check size of __int128 - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- NATIVEINT is set to 64
-- MATHBACKEND is set to 4
-- MATHBACKEND set to 4. Setting WITH_BE4 to ON
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Configuring done (2.0s)
-- Generating done (0.1s)
-- Build files have been written to: /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/build
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/build'
cp: cannot stat '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/demoData': No such file or directory
-- demoData folder already exists
[ 0%] Built target third-party
[ 2%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/constants-lattice-impl.cpp.o
[ 5%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/lattice.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/field2n.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/field2n-impl.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/lattice/lattice.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 8%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/stdlatticeparms.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/stdlatticeparms.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/lattice/stdlatticeparms.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 11%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/trapdoor-dcrtpoly.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/field2n.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling-impl.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/lattice/trapdoor-dcrtpoly.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 14%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/trapdoor-poly.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/field2n.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling-impl.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/lattice/trapdoor-poly.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 17%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/chebyshev.cpp.o
[ 17%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/dftransform.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/nbtheory.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/dftransform.cpp:37:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 20%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/discretegaussiangeneratorgeneric.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/discretegaussiangeneratorgeneric.cpp:48:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 23%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/distributiongenerator.cpp.o
[ 26%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintdyn/be4-math-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/hal/bigintdyn/be4-math-impl.cpp:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 29%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintdyn/mubintvecdyn.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/hal/bigintdyn/mubintvecdyn.cpp:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 32%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintdyn/ubintdyn.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/hal/bigintdyn/ubintdyn.cpp:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 35%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintfxd/be2-math-impl.cpp.o
[ 38%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintfxd/mubintvecfxd.cpp.o
[ 41%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintfxd/ubintfxd.cpp.o
[ 44%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintntl/be6-math-impl.cpp.o
[ 44%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintntl/mubintvecntl.cpp.o
[ 47%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintntl/ubintntl.cpp.o
[ 50%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/intnat/benative-math-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/hal/intnat/benative-math-impl.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 52%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/intnat/mubintvecnat.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/hal/intnat/mubintvecnat.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 55%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hermite.cpp.o
[ 58%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/matrix.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/matrix.cpp:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 61%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/nbtheory2.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/nbtheory.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/math/nbtheory2.cpp:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 64%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/blockAllocator/blockAllocator.cpp.o
[ 67%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/blockAllocator/xallocator.cpp.o
[ 70%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/debug.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/debug.h:51,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/utils/debug.cpp:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 70%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/demangle.cpp.o
[ 73%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/get-call-stack.cpp.o
[ 76%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/hashutil.cpp.o
[ 79%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/inttypes.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/utils/inttypes.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 82%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/memory.cpp.o
[ 85%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/openfhebase64.cpp.o
[ 88%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/parallel.cpp.o
[ 91%] Building C object src/core/CMakeFiles/coreobj.dir/lib/utils/prng/blake2b-ref.c.o
[ 94%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/prng/blake2engine.cpp.o
[ 97%] Building C object src/core/CMakeFiles/coreobj.dir/lib/utils/prng/blake2xb-ref.c.o
[ 97%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/utilities.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/utilities.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/lib/utils/utilities.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 97%] Built target coreobj
[100%] Linking CXX static library ../../lib/libOPENFHEcore_static.a
[100%] Built target OPENFHEcore_static
cp: cannot stat '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/demoData': No such file or directory
-- demoData folder already exists
[ 0%] Built target third-party
[ 34%] Built target coreobj
[ 35%] Built target OPENFHEcore_static
[ 36%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/binfhe-base-scheme.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/binfhe-base-scheme.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 37%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/binfhe-constants-impl.cpp.o
[ 38%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/binfhecontext.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/binfhecontext.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 39%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/lwe-pke.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/lwe-ciphertext.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/lwe-pke.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/lwe-pke.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 40%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc-cggi.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acckey.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc-cggi.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc-cggi.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 41%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc-dm.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acckey.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc-dm.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc-dm.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 41%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc-lmkcdey.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acckey.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc-lmkcdey.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc-lmkcdey.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 42%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc.cpp:47:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 43%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-cryptoparameters.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-cryptoparameters.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-cryptoparameters.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 43%] Built target binfheobj
[ 43%] Linking CXX static library ../../lib/libOPENFHEbinfhe_static.a
[ 43%] Built target OPENFHEbinfhe_static
[ 44%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/ciphertext-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/ciphertext-impl.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 45%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/constants-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/constants-impl.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 46%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/cryptocontext.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/cryptocontext.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 47%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/cryptocontextfactory.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/cryptocontextfactory.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 48%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/cryptoobject-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/cryptoobject-impl.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/cryptoobject-impl.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 49%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/ckkspackedencoding.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/ckkspackedencoding.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/encoding/ckkspackedencoding.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 50%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/coefpackedencoding.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/plaintext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/coefpackedencoding.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/encoding/coefpackedencoding.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 51%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/encodingparams.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/encoding/encodingparams.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 51%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/packedencoding.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/packedencoding.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/encoding/packedencoding.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 52%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/stringencoding.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/plaintext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/stringencoding.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/encoding/stringencoding.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 53%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/globals-impl.cpp.o
[ 54%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/evalkey.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/evalkey.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/key/evalkey.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 55%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/evalkeyrelin.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/evalkey.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/evalkeyrelin.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/key/evalkeyrelin.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 56%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/privatekey.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/key/privatekey.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 57%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/publickey.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/publickey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/key/publickey.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 58%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/keyswitch/keyswitch-base.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/ckkspackedencoding.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodings.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-cryptoparameters.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/keyswitch/keyswitch-base.h:44,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-base.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-base.cpp:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 59%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/keyswitch/keyswitch-bv.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-bv.cpp:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 60%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/keyswitch/keyswitch-hybrid.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-hybrid.cpp:37:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 60%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-cryptoparameters.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-cryptoparameters.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 61%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-leveledshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-leveledshe.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-leveledshe.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-leveledshe.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-leveledshe.cpp:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 62%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-multiparty.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-multiparty.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-multiparty.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-multiparty.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-multiparty.cpp:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 63%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-parametergeneration.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-parametergeneration.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 64%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-pke.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 65%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-scheme.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-scheme.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 67%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-cryptoparameters.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-cryptoparameters.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 68%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-leveledshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-leveledshe.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 69%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-multiparty.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-multiparty.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-multiparty.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-multiparty.cpp:55:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-multiparty.cpp:58:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 70%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-parametergeneration.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-parametergeneration.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 70%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-pke.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-pke.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 71%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-scheme.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-scheme.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 72%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-advancedshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-advancedshe.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 73%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-cryptoparameters.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/ckksrns/ckksrns-cryptoparameters.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-cryptoparameters.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 74%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-fhe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-fhe.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 75%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-leveledshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-leveledshe.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 76%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-multiparty.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-multiparty.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 77%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-parametergeneration.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/ckksrns/ckksrns-cryptoparameters.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-parametergeneration.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 78%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-pke.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-pke.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 79%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-scheme.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/ckksrns/ckksrns-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-scheme.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 79%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-schemeswitching.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-schemeswitching.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 80%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-utils.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/utilities.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-utils.cpp:34:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 81%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/gen-cryptocontext-params-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/gen-cryptocontext-params.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/gen-cryptocontext-params-impl.cpp:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 82%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/gen-cryptocontext-params-validation.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/gen-cryptocontext-params.h:40,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/gen-cryptocontext-params-validation.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/gen-cryptocontext-params-validation.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 83%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/scheme-id-impl.cpp.o
[ 84%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/scheme-swch-params.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/stdlatticeparms.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/scheme/scheme-swch-params.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/scheme/scheme-swch-params.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 85%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-advancedshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-advancedshe.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-advancedshe.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-advancedshe.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 86%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-cryptoparameters.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/ckkspackedencoding.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodings.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-cryptoparameters.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-cryptoparameters.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 87%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-fhe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-fhe.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-fhe.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-fhe.h:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 88%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-leveledshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-leveledshe.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 88%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-multiparty.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-multiparty.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 89%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-parametergeneration.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-parametergeneration.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-parametergeneration.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 90%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-pke.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-pke.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 91%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-pre.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-pre.h:38,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-pre.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-pre.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 92%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-scheme.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/evalkey.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-scheme.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 93%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/rlwe-cryptoparameters-impl.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/rlwe-cryptoparameters.h:42,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemebase/rlwe-cryptoparameters-impl.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 94%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemelet/rlwe-mp.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemebase/rlwe-cryptoparameters.h:42,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemelet/rlwe-mp.cpp:32:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemelet/rlwe-mp.h:37,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemelet/rlwe-mp.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 95%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-cryptoparameters.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-cryptoparameters.cpp:35:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
[ 96%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-leveledshe.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-leveledshe.cpp:34:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 97%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-multiparty.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-multiparty.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-multiparty.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-multiparty.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 98%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-pke.cpp.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-pke.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-pke.cpp:31:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-pke.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
[ 98%] Built target pkeobj
[100%] Linking CXX static library ../../lib/libOPENFHEpke_static.a
[100%] Built target OPENFHEpke_static
cp: cannot stat '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/demoData': No such file or directory
-- demoData folder already exists
[ 0%] Built target third-party
[ 78%] Built target coreobj
[ 80%] Built target OPENFHEcore_static
[100%] Built target binfheobj
[100%] Built target OPENFHEbinfhe_static
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/build'
>>> OpenFHE built in /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/inst/openfhe/build
>>> OpenFHE installed to /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib
* Wrote src/Makevars
PKG_CPPFLAGS = -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal
PKG_CXXFLAGS = -fopenmp
PKG_LIBS = -L/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/lib -lOPENFHEpke -lOPENFHEbinfhe -lOPENFHEcore -lpthread -ldl -fopenmp
** libs
specified C++17
using C++ compiler: ‘g++-15 (Debian 15.3.0-2) 15.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src'
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c binfhe_bindings.cpp -o binfhe_bindings.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from binfhe_bindings.cpp:3:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c cpp11.cpp -o cpp11.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c init.cpp -o init.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from init.cpp:2:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_bindings.cpp -o pke_bindings.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_bindings.cpp:3:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ccparams_getters.cpp -o pke_ccparams_getters.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ccparams_getters.cpp:34:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ccparams_setters.cpp -o pke_ccparams_setters.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ccparams_setters.cpp:25:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ciphertext_accessors.cpp -o pke_ciphertext_accessors.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ciphertext_accessors.cpp:24:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ckks_complex.cpp -o pke_ckks_complex.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ckks_complex.cpp:39:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ckks_eval_poly.cpp -o pke_ckks_eval_poly.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ckks_eval_poly.cpp:28:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ckks_fast_rotation.cpp -o pke_ckks_fast_rotation.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ckks_fast_rotation.cpp:35:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_ckks_interactive_boot.cpp -o pke_ckks_interactive_boot.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_ckks_interactive_boot.cpp:34:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_closers.cpp -o pke_closers.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_closers.cpp:16:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_cryptocontext_getters.cpp -o pke_cryptocontext_getters.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_cryptocontext_getters.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_eval.cpp -o pke_eval.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_eval.cpp:28:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_key_management_getters.cpp -o pke_key_management_getters.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_key_management_getters.cpp:33:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_key_management_insert.cpp -o pke_key_management_insert.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_key_management_insert.cpp:19:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_multi_eval_keys.cpp -o pke_multi_eval_keys.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_multi_eval_keys.cpp:38:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_multiparty.cpp -o pke_multiparty.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_multiparty.cpp:15:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_plaintext_accessors.cpp -o pke_plaintext_accessors.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_plaintext_accessors.cpp:30:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_secret_sharing.cpp -o pke_secret_sharing.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_secret_sharing.cpp:40:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_serialization.cpp -o pke_serialization.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_serialization.cpp:3:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c pke_sum_key_serial.cpp -o pke_sum_key_serial.o
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
from openfhe_cpp11.h:13,
from pke_sum_key_serial.cpp:20:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
50 | using DoubleNativeInt = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
51 | using uint128_t = unsigned __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
52 | using int128_t = __int128;
| ^~~~~~~~
In file included from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
from /home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
120 | using int128 = __int128;
| ^~~~~~~~
/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
121 | using uint128 = unsigned __int128;
| ^~~~~~~~
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/core -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/pke -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c r_streams.cpp -o r_streams.o
g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o openfhe.R.so binfhe_bindings.o cpp11.o init.o pke_bindings.o pke_ccparams_getters.o pke_ccparams_setters.o pke_ciphertext_accessors.o pke_ckks_complex.o pke_ckks_eval_poly.o pke_ckks_fast_rotation.o pke_ckks_interactive_boot.o pke_closers.o pke_cryptocontext_getters.o pke_eval.o pke_key_management_getters.o pke_key_management_insert.o pke_multi_eval_keys.o pke_multiparty.o pke_plaintext_accessors.o pke_secret_sharing.o pke_serialization.o pke_sum_key_serial.o r_streams.o -L/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src/openfhelib/lib -lOPENFHEpke -lOPENFHEbinfhe -lOPENFHEcore -lpthread -ldl -fopenmp -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmprUwubM/R.INSTALL2154f61cd8454e/openfhe.R/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-openfhe.R/00new/openfhe.R/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘openfhe.R’
finding HTML links ... done
BFVParams html
BGVParams html
BinFHEMethod html
BinFHEOutput html
BinFHEParamSet html
BinGate html
CKKSDataType html
CKKSParams html
Ciphertext html
CompressionLevel html
CryptoContext html
CryptoParameters html
DecryptionNoiseMode html
DistributionType html
ElementParams html
EncodingParams html
EncryptionTechnique html
EvalKey html
EvalKeyMap html
ExecutionMode html
FastRotationPrecomputation html
Feature html
KeyPair html
KeySwitchTechnique html
KeygenMode html
LWECiphertext html
LWEPrivateKey html
MultipartyMode html
MultiplicationTechnique html
OpenFHEObject html
PREMode html
Plaintext html
PlaintextEncodings html
PrivateKey html
PublicKey html
ScalingTechnique html
SchemeId html
SecretKeyDist html
SecretShareMap html
SecurityLevel html
bin_bt_key_gen html
bin_decrypt html
bin_encrypt html
bin_fhe_context html
bin_key_gen html
ccparams_getters html
ckks_scaling_factor_bits html
clear_eval_automorphism_keys html
clear_eval_mult_keys html
clear_fhe_state html
clear_static_maps_and_vectors html
compress html
decrypt html
deserialize_eval_keys html
enable_feature html
encrypt html
eval_add html
eval_add_in_place html
eval_add_mutable html
eval_at_index_key_gen html
eval_automorphism html
eval_automorphism_key_gen html
eval_bin_gate html
eval_bootstrap html
eval_bootstrap_key_gen html
eval_bootstrap_setup html
eval_chebyshev html
eval_chebyshev_coefficients html
eval_chebyshev_function html
eval_chebyshev_linear html
eval_chebyshev_ps html
eval_cos html
eval_divide html
eval_fast_rotation html
eval_fast_rotation_ext html
eval_fast_rotation_precompute html
eval_floor html
eval_func html
eval_logistic html
eval_mult html
eval_mult_and_relinearize html
eval_mult_in_place html
eval_mult_key_gen html
eval_mult_mutable html
eval_mult_no_relin html
eval_negate html
eval_negate_in_place html
eval_not html
eval_poly html
eval_poly_linear html
eval_poly_ps html
eval_rotate html
eval_rotate_key_gen html
eval_sign html
eval_sin html
eval_square html
eval_square_mutable html
eval_sub html
eval_sub_in_place html
eval_sub_mutable html
eval_sum html
eval_sum_key_gen html
fhe_ckks_tolerance html
fhe_context html
fhe_deserialize html
fhe_serialize html
find_automorphism_index html
find_automorphism_indices html
generate_lut_via_function html
get_all_eval_automorphism_keys html
get_all_eval_mult_keys html
get_all_eval_sum_keys html
get_bootstrap_depth html
get_ckks_boot_correction_factor html
get_complex_packed_value html
get_crypto_context html
get_crypto_parameters html
get_cyclotomic_order html
get_element_params html
get_encoding_params html
get_eval_automorphism_key_map html
get_eval_mult_key_vector html
get_eval_sum_key_map html
get_key_gen_level html
get_max_plaintext_space html
get_native_int html
get_num_threads html
get_packed_value html
get_ptr html
get_real_packed_value html
get_scaling_factor_real html
insert_eval_automorphism_key html
insert_eval_mult_key html
insert_eval_sum_key html
int_boot_add html
int_boot_adjust_scale html
int_boot_decrypt html
int_boot_encrypt html
int_mp_boot_add html
int_mp_boot_adjust_scale html
int_mp_boot_decrypt html
int_mp_boot_encrypt html
int_mp_boot_random_element_gen html
is_good html
key_gen html
key_switch_down html
key_tag html
level_reduce html
level_reduce_in_place html
make_ckks_packed_plaintext html
make_coef_packed_plaintext html
make_packed_plaintext html
mod_reduce html
mod_reduce_in_place html
multi_add_eval_automorphism_keys html
multi_add_eval_keys html
multi_add_eval_mult_keys html
multi_add_eval_sum_keys html
multi_add_pub_keys html
multi_eval_at_index_key_gen html
multi_eval_automorphism_key_gen html
multi_eval_sum_key_gen html
multi_key_switch_gen html
multiparty_decrypt_fusion html
multiparty_decrypt_lead html
multiparty_decrypt_main html
multiparty_key_gen html
openfhe.R-package html
plaintext_accessors html
plaintext_params_hash html
ptr_is_valid html
recover_shared_key html
relinearize html
rescale html
ring_dimension html
serialize_eval_keys html
set_ckks_boot_correction_factor html
set_key_gen_level html
set_length html
set_num_threads html
share_keys html
threshold_decrypt html
with_fhe_context html
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (openfhe.R)