* installing *source* package 'protolite' ... ** package 'protolite' successfully unpacked and MD5 sums checked ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2024_12_22_01_50_00_26287/RtmpEL1Txy/R.INSTALL319f0530818e8/protolite/src' rm -f RcppExports.o geobuf.o geobuf.pb.o init.o mvt.pb.o rexp.pb.o serialize.o ungeobuf.o unmvt.o unserialize.o protolite.dll *.pb.cc *.pb.h (cd ..; sh cleanup) "D:/RCompile/recent/R/bin/x64/Rscript.exe" "../tools/winlibs.R" [1] TRUE "../windows/protobuf/bin/protoc" *.proto --cpp_out=. g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c geobuf.cpp -o geobuf.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c geobuf.pb.cc -o geobuf.pb.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c init.cpp -o init.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c mvt.pb.cc -o mvt.pb.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c rexp.pb.cc -o rexp.pb.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/protobuf/include -DUSENEWAPI -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c serialize.cpp -o serialize.o In file included from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/RcppCommon.h:76, from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp.h:27, from serialize.cpp:2: D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:6:1: note: in expansion of macro 'rexp' 6 | rexp::REXP rexp_real(Rcpp::NumericVector x){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:14:1: note: in expansion of macro 'rexp' 14 | rexp::REXP rexp_int(Rcpp::IntegerVector x){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:22:1: note: in expansion of macro 'rexp' 22 | rexp::REXP rexp_bool(Rcpp::LogicalVector x){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:33:1: note: in expansion of macro 'rexp' 33 | rexp::REXP rexp_string(Rcpp::StringVector x){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:51:1: note: in expansion of macro 'rexp' 51 | rexp::REXP rexp_raw(Rcpp::RawVector x){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:58:1: note: in expansion of macro 'rexp' 58 | rexp::REXP rexp_native(Rcpp::RObject x, bool skip_native){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:77:1: note: in expansion of macro 'rexp' 77 | rexp::REXP rexp_complex(Rcpp::ComplexVector x){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:89:1: note: in expansion of macro 'rexp' 89 | rexp::REXP rexp_object(Rcpp::RObject x, bool skip_native); | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:91:1: note: in expansion of macro 'rexp' 91 | rexp::REXP rexp_list(Rcpp::List x, bool skip_native){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:101:1: note: in expansion of macro 'rexp' 101 | rexp::REXP rexp_null(){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:111:1: note: in expansion of macro 'rexp' 111 | rexp::REXP rexp_any(Rcpp::RObject x, bool skip_native){ | ^~~~ D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' does not name a type; did you mean 'rexp'? 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:125:1: note: in expansion of macro 'rexp' 125 | rexp::REXP rexp_object(Rcpp::RObject x, bool skip_native){ | ^~~~ serialize.cpp: In function 'Rcpp::RawVector cpp_serialize_pb(Rcpp::RObject, bool)': D:/RCompile/recent/R/include/Rmath.h:325:25: error: 'Rf_rexp' is not a class, namespace, or enumeration 325 | #define rexp Rf_rexp | ^~~~~~~ serialize.cpp:142:3: note: in expansion of macro 'rexp' 142 | rexp::REXP message = rexp_object(x, skip_native); | ^~~~ serialize.cpp:144:15: error: 'message' was not declared in this scope; did you mean 'Rcpp::message'? 144 | long size = message.ByteSizeLong(); | ^~~~~~~ | Rcpp::message In file included from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/api/meat/meat.h:45, from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp.h:90: D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp/api/meat/message.h:26:17: note: 'Rcpp::message' declared here 26 | inline void message(SEXP s) { | ^~~~~~~ make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:297: serialize.o] Error 1 make[1]: Leaving directory '/d/temp/2024_12_22_01_50_00_26287/RtmpEL1Txy/R.INSTALL319f0530818e8/protolite/src' ERROR: compilation failed for package 'protolite' * removing 'd:/Rcompile/CRANpkg/lib/4.5/protolite' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.5/protolite'