On Thu, Jun 8, 2017 at 1:45 AM Allen Winter <win...@kde.org> wrote:
> On Wednesday, June 7, 2017 4:04:13 PM EDT Garvit Khatri wrote: > > Hi, > > > > I am trying to build kdelibs4support on MacOs Sierra (v10.12.4 Beta) all > > the dependencies are already built and installed using kdesrc-build. Now, > > when I try to build kdelibs4support using kdesrc-build I get the > following > > error: > > > > > > 1. > /kde/usr/frameworks/kdelibs4support/src/kssl/ksslcertificate.h:105:38: > > error: unknown type name 'X509' > > 2. static KSSLCertificate *fromX509(X509 *x5); > > > > > > Full build log can be found at: https://pastebin.com/6pWk27NR > > > > Any help in building would be helpfull. > > > brew install openssl > export OPENSSL_ROOT_DIR="/usr/local/opt/openssl"; > Thanks this works :) -- Regards, Garvit