[ https://issues.apache.org/jira/browse/ARROW-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662028#comment-17662028 ]
Rok Mihevc commented on ARROW-5006: ----------------------------------- This issue has been migrated to [issue #16040|https://github.com/apache/arrow/issues/16040] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [R] parquet.cpp does not include enough Rcpp > -------------------------------------------- > > Key: ARROW-5006 > URL: https://issues.apache.org/jira/browse/ARROW-5006 > Project: Apache Arrow > Issue Type: Improvement > Components: R > Reporter: Romain Francois > Assignee: Romain Francois > Priority: Major > Labels: pull-request-available > Fix For: 0.13.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Getting this error when compiling parquet.cpp with `-Wall` : > > {quote}/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/Rcpp/protection/Armor.h:38:23: > warning: inline function 'Rcpp::Armor<SEXPREC *>::operator=<SEXPREC *>' is > not defined [-Wundefined-inline] > inline Armor& operator=( const U& x ) ; > ^ > > /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/Rcpp/r_cast.h:34:21: > note: used here > res = Rcpp_fast_eval(Rf_lang2(funSym, x), R_GlobalEnv); > ^ > {quote} -- This message was sent by Atlassian Jira (v8.20.10#820010)