xhochy commented on pull request #8371: URL: https://github.com/apache/arrow/pull/8371#issuecomment-707139891
@nealrichardson The issue is that `cpp11` doesn't have an equivalent to `RcppExport` which was used in the past. This is required for MSVC and clang-on-MSVC and a nice-to-have on Unixes. CMake has an alternative way to produce these exports using `WINDOWS_EXPORT_ALL_SYMBOLS=ON` but we aren't using CMake here and I'm unable to find in the CMake sources what they are actually doing. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
