You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: