jdanekrh commented on issue #459: DISPATCH-1282 - Support for building on macOS
URL: https://github.com/apache/qpid-dispatch/pull/459#issuecomment-542911343
 
 
   @RoddieKieley I spent some time with the build issues: python interpreter 
and libs detection, qpid proton python on macos, and unittest2.
   
   It turned out that I had the least issues when I installed Python 3.7 from 
MacPorts and put it on PATH. CMake then never failed to resolve both 
interpreter and libs correctly.
   
   Regarding unittest2, I put creating a virtual environment with it into 
.travis.yml. I think that is a reasonable way for actual users/developers to 
work with it.
   
   I did not find a way to get rid of the `install_name_tool -add_rpath` hack 
to be able to `import proton`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to