[
https://issues.apache.org/jira/browse/PROTON-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505960#comment-13505960
]
Andrew Stitcher commented on PROTON-168:
----------------------------------------
Note that the patch attached here doesn't correctly fix the MSG_NOSIGPIPE issue
as it just defines the macro to be SO_NOSIGPIPE which is not used in the same
way:
MSG_NOSIGPIPE is used as a flag value to send()
SO_NOSIGPIPE is used to set a socket option with setsockopt()
This patch will compile but it won't have the effect of avoiding SIGPIPE.
> Support for building on OS X
> ----------------------------
>
> Key: PROTON-168
> URL: https://issues.apache.org/jira/browse/PROTON-168
> Project: Qpid Proton
> Issue Type: New Feature
> Components: proton-c
> Environment: Mac OS X Lion
> Reporter: Andy Goldstein
> Priority: Minor
> Attachments: proton-168.patch, PROTON-168-v2.patch
>
>
> I did some quick "hacky" work to get proton-c to compile on my Mac running
> Lion. I also have homebrew installed and use that to supply any libraries
> that are necessary but not included by default on the Mac. I'm attaching my
> quick patch, and it would be great if someone could take it and update it so
> it's more robust and commit-quality :-)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira