When executing ndk-build in the project errors appear:
In file included from /home/nk-yaniv/1/jni/crypto/cryptlib.c:117:
/home/nk-yaniv/1/jni/crypto/cryptlib.h:65:18: error: e_os.h: No such file or directory
/home/nk-yaniv/1/jni/crypto/cryptlib.h:72:28: error: openssl/crypto.h: No such file or directory
/home/nk-yaniv/1/jni/crypto/cryptlib.h:73:29: error: openssl/buffer.h: No such file or directory
...
...
changing the path in the files only produces more error, how can this be avoided?
TIA
When executing ndk-build in the project errors appear:
In file included from /home/nk-yaniv/1/jni/crypto/cryptlib.c:117:
/home/nk-yaniv/1/jni/crypto/cryptlib.h:65:18: error: e_os.h: No such file or directory
/home/nk-yaniv/1/jni/crypto/cryptlib.h:72:28: error: openssl/crypto.h: No such file or directory
/home/nk-yaniv/1/jni/crypto/cryptlib.h:73:29: error: openssl/buffer.h: No such file or directory
...
...
changing the path in the files only produces more error, how can this be avoided?
TIA