[
https://issues.apache.org/jira/browse/PROTON-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14256847#comment-14256847
]
Bozo Dragojevic commented on PROTON-789:
----------------------------------------
here are the rough steps for preparing the SSL related bit of the build
environment for OSX:
{code}
$ brew install pkg-config cmake
$ brew install openssl # this will install a keg-only openssl
\# (cmake finds openssl through pkg-config so link that in manually)
$ ln -s $(brew ls openssl | grep /lib/pkgconfig/) /usr/local/lib/pkgconfig/
{code}
> Lots of Deprecation Warnings on OSX
> -----------------------------------
>
> Key: PROTON-789
> URL: https://issues.apache.org/jira/browse/PROTON-789
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Affects Versions: 0.8
> Environment: Darwin gethsemane.local 14.0.0 Darwin Kernel Version
> 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
> x86_64
> Reporter: Weston M. Price
> Priority: Minor
> Fix For: 0.9
>
> Attachments: proton-build-osx.txt
>
>
> Building proton-c on OS X 10.10.1 (Yosemite) gives quite a few deprecation
> warnings, primarily in the SSL libraries. I have attached a file showing a
> typical build run.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)