* installing *source* package 'datefixR' ... ** this is package 'datefixR' version '2.0.0' ** using staged installation Using cargo 1.81.0 (2dbb1af80 2024-08-20) Using rustc 1.81.0 (eeb90cda1 2024-09-04) Building for CRAN. Writing `src/Makevars.win`. `tools/config.R` has finished. ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c entrypoint.c -o entrypoint.o mkdir -p ./rust/target/libgcc_mock touch ./rust/target/libgcc_mock/libgcc_eh.a if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /d/temp/2025_08_22_11_45_17_10928/RtmpEBL9DK/R.INSTALL28fe4188ba45/datefixR/src/.cargo && \ cp rust/vendor-config.toml /d/temp/2025_08_22_11_45_17_10928/RtmpEBL9DK/R.INSTALL28fe4188ba45/datefixR/src/.cargo/config.toml; \ fi # Build the project using Cargo with additional flags export CARGO_HOME=/d/temp/2025_08_22_11_45_17_10928/RtmpEBL9DK/R.INSTALL28fe4188ba45/datefixR/src/.cargo && \ export LIBRARY_PATH=";/d/temp/2025_08_22_11_45_17_10928/RtmpEBL9DK/R.INSTALL28fe4188ba45/datefixR/src/./rust/target/libgcc_mock" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --target=x86_64-pc-windows-gnu --lib --release --manifest-path=rust/Cargo.toml --target-dir=./rust/target Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling autocfg v1.5.0 Compiling extendr-ffi v0.8.1 Compiling quote v1.0.40 Compiling num-traits v0.2.19 Compiling paste v1.0.15 Compiling memchr v2.7.5 Compiling aho-corasick v1.1.3 Compiling syn v2.0.104 Compiling regex-syntax v0.8.5 Compiling extendr-api v0.8.1 Compiling extendr-macros v0.8.1 Compiling regex-automata v0.4.9 Compiling windows-link v0.1.3 Compiling once_cell v1.21.3 Compiling chrono v0.4.41 Compiling regex v1.11.1 Compiling lazy_static v1.5.0 Compiling datefixR v0.1.0 (D:\temp\2025_08_22_11_45_17_10928\RtmpEBL9DK\R.INSTALL28fe4188ba45\datefixR\src\rust) error[E0658]: raw address of syntax is experimental --> src\translations.rs:216:19 | 216 | let ptr = &raw const CURRENT_LOCALE; | ^^^^^^^^^^ | = note: see issue #64490 for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `datefixR` (lib) due to 1 previous error make: *** [Makevars.win:22: rust/target/x86_64-pc-windows-gnu/release/libdatefixR.a] Error 101 ERROR: compilation failed for package 'datefixR' * removing 'd:/RCompile/CRANincoming/R-devel/lib/datefixR'