[ 
https://issues.apache.org/jira/browse/DISPATCH-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953221#comment-16953221
 ] 

ASF GitHub Bot commented on DISPATCH-1282:
------------------------------------------

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


> Support for building on macOS
> -----------------------------
>
>                 Key: DISPATCH-1282
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1282
>             Project: Qpid Dispatch
>          Issue Type: New Feature
>    Affects Versions: 1.5.0
>            Reporter: Jiri Daněk
>            Priority: Major
>              Labels: macOS
>
> Currently, Dispatch compilation fails on "rt" library being unavailable.
> All Dispatch dependencies (Qpid Proton, libwebsockets, ...) can be built on 
> macOS.
> I am attaching a patch which allows to compile dispatch on OSX and run it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to