* installing *source* package 'arrow' ... ** package 'arrow' successfully unpacked and MD5 sums checked ** using staged installation *** Successfully retrieved libarrow (windows) *** Checksum validated successfully for libarrow: windows/arrow-14.0.0.zip *** Writing /d/temp/RtmpqcNcGu/R.INSTALL30cd82d0e2e68/arrow/src/Makevars.win *** Contents of /d/temp/RtmpqcNcGu/R.INSTALL30cd82d0e2e68/arrow/src/Makevars.win # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # when cpp11 is vendored: # PKG_CPPFLAGS=-I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I../inst/include/ # when it is not: PKG_CPPFLAGS=-I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS # `-fvisibility=hidden` does not play well with UBSAN: # https://bugs.llvm.org/show_bug.cgi?id=39191 # https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg534862.html # PKG_CXXFLAGS=$(CXX_VISIBILITY) CXX_STD=CXX17 PKG_LIBS=-L../windows/arrow-14.0.0/lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH) -L../windows/arrow-14.0.0/lib$(R_ARCH)$(CRT) -larrow_dataset -larrow_acero -lparquet -larrow -larrow_bundled_dependencies -lutf8proc -lthrift -lsnappy -lz -lzstd -llz4 -lbz2 -lbrotlienc -lbrotlidec -lbrotlicommon -lole32 -lbcrypt -lpsapi -lcrypto -lcrypt32 -lre2 -laws-cpp-sdk-config -laws-cpp-sdk-transfer -laws-cpp-sdk-identity-management -laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3 -laws-cpp-sdk-core -laws-c-event-stream -laws-checksums -laws-c-common -lUserenv -lversion -lws2_32 -lBcrypt -lWininet -lwinhttp -lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32 -lz -lws2_32 -lnghttp2 -ldbghelp *** /End contents ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' using C++17 make[1]: Entering directory '/d/temp/RtmpqcNcGu/R.INSTALL30cd82d0e2e68/arrow/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RTasks.cpp -o RTasks.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c altrep.cpp -o altrep.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from altrep.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} altrep.cpp: In instantiation of 'static Rboolean arrow::r::altrep::{anonymous}::AltrepVectorBase<Impl>::Inspect(SEXP, int, int, int, void (*)(SEXP, int, int, int)) [with Impl = arrow::r::altrep::{anonymous}::AltrepVectorString<arrow::StringType>; SEXP = SEXPREC*]': altrep.cpp:987:30: required from 'void arrow::r::altrep::{anonymous}::InitAltStringClass(DllInfo*, const char*) [with AltrepClass = AltrepVectorString<arrow::StringType>; DllInfo = _DllInfo]' altrep.cpp:1011:53: required from here altrep.cpp:155:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 155 | Rprintf("materialized %s len=%d\n", class_name, Rf_xlength(Representation(alt))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int R_xlen_t {aka long long int} | %lld altrep.cpp:158:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp:158:53: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp: In instantiation of 'static Rboolean arrow::r::altrep::{anonymous}::AltrepVectorBase<Impl>::Inspect(SEXP, int, int, int, void (*)(SEXP, int, int, int)) [with Impl = arrow::r::altrep::{anonymous}::AltrepVectorString<arrow::LargeStringType>; SEXP = SEXPREC*]': altrep.cpp:987:30: required from 'void arrow::r::altrep::{anonymous}::InitAltStringClass(DllInfo*, const char*) [with AltrepClass = AltrepVectorString<arrow::LargeStringType>; DllInfo = _DllInfo]' altrep.cpp:1012:58: required from here altrep.cpp:155:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 155 | Rprintf("materialized %s len=%d\n", class_name, Rf_xlength(Representation(alt))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int R_xlen_t {aka long long int} | %lld altrep.cpp:158:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp:158:53: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp: In instantiation of 'static Rboolean arrow::r::altrep::{anonymous}::AltrepVectorBase<Impl>::Inspect(SEXP, int, int, int, void (*)(SEXP, int, int, int)) [with Impl = arrow::r::altrep::{anonymous}::AltrepVectorPrimitive<14>; SEXP = SEXPREC*]': altrep.cpp:928:30: required from 'void arrow::r::altrep::{anonymous}::InitAltrepMethods(R_altrep_class_t, DllInfo*) [with AltrepClass = AltrepVectorPrimitive<14>; DllInfo = _DllInfo]' altrep.cpp:970:33: required from 'void arrow::r::altrep::{anonymous}::InitAltRealClass(DllInfo*, const char*) [with AltrepClass = AltrepVectorPrimitive<14>; DllInfo = _DllInfo]' altrep.cpp:1007:51: required from here altrep.cpp:155:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 155 | Rprintf("materialized %s len=%d\n", class_name, Rf_xlength(Representation(alt))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int R_xlen_t {aka long long int} | %lld altrep.cpp:158:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp:158:53: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp: In instantiation of 'static Rboolean arrow::r::altrep::{anonymous}::AltrepVectorBase<Impl>::Inspect(SEXP, int, int, int, void (*)(SEXP, int, int, int)) [with Impl = arrow::r::altrep::{anonymous}::AltrepVectorPrimitive<13>; SEXP = SEXPREC*]': altrep.cpp:928:30: required from 'void arrow::r::altrep::{anonymous}::InitAltrepMethods(R_altrep_class_t, DllInfo*) [with AltrepClass = AltrepVectorPrimitive<13>; DllInfo = _DllInfo]' altrep.cpp:978:33: required from 'void arrow::r::altrep::{anonymous}::InitAltIntegerClass(DllInfo*, const char*) [with AltrepClass = AltrepVectorPrimitive<13>; DllInfo = _DllInfo]' altrep.cpp:1008:53: required from here altrep.cpp:155:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 155 | Rprintf("materialized %s len=%d\n", class_name, Rf_xlength(Representation(alt))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int R_xlen_t {aka long long int} | %lld altrep.cpp:158:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp:158:53: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp: In instantiation of 'static Rboolean arrow::r::altrep::{anonymous}::AltrepVectorBase<Impl>::Inspect(SEXP, int, int, int, void (*)(SEXP, int, int, int)) [with Impl = arrow::r::altrep::{anonymous}::AltrepFactor; SEXP = SEXPREC*]': altrep.cpp:928:30: required from 'void arrow::r::altrep::{anonymous}::InitAltrepMethods(R_altrep_class_t, DllInfo*) [with AltrepClass = AltrepFactor; DllInfo = _DllInfo]' altrep.cpp:978:33: required from 'void arrow::r::altrep::{anonymous}::InitAltIntegerClass(DllInfo*, const char*) [with AltrepClass = AltrepFactor; DllInfo = _DllInfo]' altrep.cpp:1009:36: required from here altrep.cpp:155:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 155 | Rprintf("materialized %s len=%d\n", class_name, Rf_xlength(Representation(alt))); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int R_xlen_t {aka long long int} | %lld altrep.cpp:158:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} altrep.cpp:158:53: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] 158 | Rprintf("%s<%p, %s, %d chunks, %d nulls> len=%d\n", class_name, chunked_array.get(), | ~^ | | | int | %lld 159 | chunked_array->type()->ToString().c_str(), chunked_array->num_chunks(), 160 | chunked_array->null_count(), chunked_array->length()); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long long int} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c array.cpp -o array.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from array.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c array_to_vector.cpp -o array_to_vector.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from array_to_vector.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c arraydata.cpp -o arraydata.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from arraydata.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c arrowExports.cpp -o arrowExports.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from arrowExports.cpp:2: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bridge.cpp -o bridge.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from bridge.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c buffer.cpp -o buffer.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from buffer.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c chunkedarray.cpp -o chunkedarray.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from chunkedarray.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c compression.cpp -o compression.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from compression.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c compute-exec.cpp -o compute-exec.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from compute-exec.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c compute.cpp -o compute.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from compute.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c config.cpp -o config.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from config.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c csv.cpp -o csv.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from csv.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dataset.cpp -o dataset.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from dataset.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c datatype.cpp -o datatype.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from datatype.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c expression.cpp -o expression.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from expression.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c extension-impl.cpp -o extension-impl.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from extension-impl.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c feather.cpp -o feather.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from feather.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c field.cpp -o field.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from field.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c filesystem.cpp -o filesystem.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from filesystem.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c io.cpp -o io.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from io.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c json.cpp -o json.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from json.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c memorypool.cpp -o memorypool.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from memorypool.cpp:19: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c message.cpp -o message.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from message.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c parquet.cpp -o parquet.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from parquet.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_to_arrow.cpp -o r_to_arrow.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from r_to_arrow.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c recordbatch.cpp -o recordbatch.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from recordbatch.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c recordbatchreader.cpp -o recordbatchreader.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from recordbatchreader.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c recordbatchwriter.cpp -o recordbatchwriter.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from recordbatchwriter.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c safe-call-into-r-impl.cpp -o safe-call-into-r-impl.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from safe-call-into-r-impl.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c scalar.cpp -o scalar.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from scalar.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c schema.cpp -o schema.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from schema.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c symbols.cpp -o symbols.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from symbols.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c table.cpp -o table.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from table.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c threadpool.cpp -o threadpool.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from threadpool.cpp:18: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../windows/arrow-14.0.0/include -DARROW_STATIC -DPARQUET_STATIC -DARROW_DS_STATIC -DARROW_ACERO_STATIC -DARROW_R_WITH_PARQUET -DARROW_R_WITH_ACERO -DARROW_R_WITH_DATASET -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c type_infer.cpp -o type_infer.o In file included from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/as.hpp:11, from D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11.hpp:5, from ././arrow_cpp11.h:25, from ./arrow_types.h:22, from type_infer.cpp:20: D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()': D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} D:/RCompile/CRANpkg/lib/4.4/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=] 282 | REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell)); | ~^ ~~~~~~~~~ | | | | unsigned int SEXP {aka SEXPREC*} g++ -shared -s -static-libgcc -o arrow.dll tmp.def RTasks.o altrep.o array.o array_to_vector.o arraydata.o arrowExports.o bridge.o buffer.o chunkedarray.o compression.o compute-exec.o compute.o config.o csv.o dataset.o datatype.o expression.o extension-impl.o feather.o field.o filesystem.o io.o json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o recordbatchreader.o recordbatchwriter.o safe-call-into-r-impl.o scalar.o schema.o symbols.o table.o threadpool.o type_infer.o -L../windows/arrow-14.0.0/lib-12.3.0/x64 -L../windows/arrow-14.0.0/lib/x64-ucrt -larrow_dataset -larrow_acero -lparquet -larrow -larrow_bundled_dependencies -lutf8proc -lthrift -lsnappy -lz -lzstd -llz4 -lbz2 -lbrotlienc -lbrotlidec -lbrotlicommon -lole32 -lbcrypt -lpsapi -lcrypto -lcrypt32 -lre2 -laws-cpp-sdk-config -laws-cpp-sdk-transfer -laws-cpp-sdk-identity-management -laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3 -laws-cpp-sdk-core -laws-c-event-stream -laws-checksums -laws-c-common -lUserenv -lversion -lws2_32 -lBcrypt -lWininet -lwinhttp -lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32 -lz -lws2_32 -lnghttp2 -ldbghelp -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpqcNcGu/R.INSTALL30cd82d0e2e68/arrow/src' make[1]: Entering directory '/d/temp/RtmpqcNcGu/R.INSTALL30cd82d0e2e68/arrow/src' make[1]: Leaving directory '/d/temp/RtmpqcNcGu/R.INSTALL30cd82d0e2e68/arrow/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-arrow/00new/arrow/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'arrow' as arrow_14.0.0.1.zip * DONE (arrow)