droidVncServer icon indicating copy to clipboard operation
droidVncServer copied to clipboard

libcrypto build failed

Open nmxprime opened this issue 11 years ago • 1 comments

Compile thumb : crypto_static <= dsa_sign.c Compile thumb : crypto_static <= dsa_vrf.c Compile thumb : crypto_static <= dso_dl.c Compile thumb : crypto_static <= dso_dlfcn.c jni/openssl/crypto/dso/dso_dlfcn.c: In function 'dlfcn_pathbyaddr': jni/openssl/crypto/dso/dso_dlfcn.c:446:2: error: unknown type name 'Dl_info' jni/openssl/crypto/dso/dso_dlfcn.c:458:24: error: request for member 'dli_fname' in something not a structure or union jni/openssl/crypto/dso/dso_dlfcn.c:461:18: error: request for member 'dli_fname' in something not a structure or union make: *** [obj/local/armeabi/objs/crypto_static/dso/dso_dlfcn.o] Error 1

nmxprime avatar Mar 26 '14 05:03 nmxprime

Build in android project root directory instead of jni sub-directory.

rediceli avatar Jan 31 '15 08:01 rediceli