Skip to content
Prev 9659 / 12125 Next

[R-pkg-devel] CXX_VISIBILITY on macOS

Matthias,

this has nothing to do with R, but rather your code. You have the wrong order of headers: the SWI headers mess up visibility macros, so you have to include them *after* Rcpp.h.

Cheers,
Simon