You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had thought #227 was taken care of, but apparently not.
Fuller discussion is on rcpp-devel with full example leading to
RcppExports.cpp: In function ‘SEXPREC* majortest_rcpp_hello_world(SEXP)’:
RcppExports.cpp:15:44: error: ‘major’ was not declared in this scope
__result = Rcpp::wrap(rcpp_hello_world(major));
so it looks like major may be undefined even when it wasn't a macro?
@kevinushey : do you spare cycles to tackle this, again? Or do we just shake our head and call it a documentation issue about symbols to be avoided?