* installing *source* package ‘phm’ ... ** this is package ‘phm’ version ‘2.1.1’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c PhraseDoc_cpp.cpp -o PhraseDoc_cpp.o In file included from PhraseDoc_cpp.cpp:8: In file included from ./phraseDoc.h:12: ./robin_hood.h:310:15: error: unknown type name 'uint32_t' 310 | using SizeT = uint32_t; | ^ ./robin_hood.h:693:22: error: unknown type name 'uint64_t' 693 | static constexpr uint64_t m = UINT64_C(0xc6a4a7935bd1e995); | ^ ./robin_hood.h:693:35: error: use of undeclared identifier 'UINT64_C' 693 | static constexpr uint64_t m = UINT64_C(0xc6a4a7935bd1e995); | ^ ./robin_hood.h:694:22: error: unknown type name 'uint64_t' 694 | static constexpr uint64_t seed = UINT64_C(0xe17a1465); | ^ ./robin_hood.h:694:38: error: use of undeclared identifier 'UINT64_C' 694 | static constexpr uint64_t seed = UINT64_C(0xe17a1465); | ^ ./robin_hood.h:697:44: error: unknown type name 'uint64_t' 697 | auto const* const data64 = static_cast(ptr); | ^ ./robin_hood.h:698:5: error: unknown type name 'uint64_t' 698 | uint64_t h = seed ^ (len * m); | ^ ./robin_hood.h:702:41: error: use of undeclared identifier 'uint64_t' 702 | auto k = detail::unaligned_load(data64 + i); | ^ ./robin_hood.h:702:58: error: arithmetic on a pointer to void 702 | auto k = detail::unaligned_load(data64 + i); | ~~~~~~ ^ ./robin_hood.h:712:48: error: unknown type name 'uint8_t' 712 | auto const* const data8 = reinterpret_cast(data64 + n_blocks); | ^ ./robin_hood.h:712:71: error: arithmetic on a pointer to void 712 | auto const* const data8 = reinterpret_cast(data64 + n_blocks); | ~~~~~~ ^ ./robin_hood.h:715:26: error: unknown type name 'uint64_t' 715 | h ^= static_cast(data8[6]) << 48U; | ^ ./robin_hood.h:718:26: error: unknown type name 'uint64_t' 718 | h ^= static_cast(data8[5]) << 40U; | ^ ./robin_hood.h:721:26: error: unknown type name 'uint64_t' 721 | h ^= static_cast(data8[4]) << 32U; | ^ ./robin_hood.h:724:26: error: unknown type name 'uint64_t' 724 | h ^= static_cast(data8[3]) << 24U; | ^ ./robin_hood.h:727:26: error: unknown type name 'uint64_t' 727 | h ^= static_cast(data8[2]) << 16U; | ^ ./robin_hood.h:730:26: error: unknown type name 'uint64_t' 730 | h ^= static_cast(data8[1]) << 8U; | ^ ./robin_hood.h:733:26: error: unknown type name 'uint64_t' 733 | h ^= static_cast(data8[0]); | ^ ./robin_hood.h:748:24: error: unknown type name 'uint64_t' 748 | inline size_t hash_int(uint64_t x) noexcept { | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make: *** [/home/hornik/tmp/R/etc/Makeconf:209: PhraseDoc_cpp.o] Error 1 ERROR: compilation failed for package ‘phm’ * removing ‘/srv/hornik/tmp/CRAN_pretest/phm.Rcheck/phm’