You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/08 20:57:21 UTC

[GitHub] [arrow] cmpadden commented on pull request #11602: ARROW-14570: [Docs][C++][Python] Suggest using -DARROW_INSTALL_NAME_RPATH=OFF on MacOS

cmpadden commented on pull request #11602:
URL: https://github.com/apache/arrow/pull/11602#issuecomment-1033054411


   I'm glad I stumbled on this PR as I was running into this issue while following the _Python Development_ guide.
   
   In addition to recommending the use of `-DARROW_INSTALL_NAME_RPATH=OFF` for development on MacOS, do you think it would be beneficial to present the user with a likely error message that is a result of not setting this option? See:
   
   ```
   E     Reason: tried: '/opt/homebrew/lib/libarrow.800.dylib' (no such file), '/opt/homebrew/lib/libarrow.800.dylib' (no such file), '/usr/local/lib/libarrow.800.dylib' (no such file), '/usr/lib/libarrow.800.dylib' (no such file)
   ```
   
   Or would this be too verbose and user-specific for the docs? Thanks!


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org