linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] OS X build error


From: Lee Azzarello
Subject: [Linphone-developers] OS X build error
Date: Mon, 8 Jul 2013 17:51:22 -0400

Hello Linphone devs,

I'm new to the project. I run a secure VoIP service at https://ostel.co

I've built the Android source code and it runs as expected. I've moved
on to building the iOS repository and the build fails on the ZRTP
rules with the following error:

/Users/lazzarello/src/linphone-iphone/submodules/externals/zrtpcpp/src/libzrtpcpp/crypto/openssl/ZrtpDH.cpp:39:28:
error: openssl/crypto.h: No such file or directory

This is followed by every other .h file from openssl. So, how do I
configure the Makefile to look in the right place for these headers?
For example, the source directory contains all these files:

$ pwd
/Users/lazzarello/src/linphone-iphone
$ find . -name 'crypto.h'
./liblinphone-sdk/i386-apple-darwin/include/openssl/crypto.h
./liblinphone-sdk/i386-apple-darwin/include/srtp/crypto.h
./submodules/build-i386-apple-darwin/externals/openssl/crypto/crypto.h
./submodules/build-i386-apple-darwin/externals/openssl/include/openssl/crypto.h
./submodules/externals/srtp/crypto/include/crypto.h

Thanks for your help,
Lee



reply via email to

[Prev in Thread] Current Thread [Next in Thread]