-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined Reference error #853
Comments
This error report is obvious. [lib]mupdf has been compiled with an old version of OPENJPEG. Please report, what you have done. winfried ----- Original Nachricht ----
|
i've followed instruction from this url http://mupdf.com/docs/how-to-build-mupdf-for-android, |
Sorry, I can not help you. I have trie to compile NDK but found that a lot of winfried ----- Original Nachricht ----
|
can you specify which requirements. |
@antoniomerlin , It is not an issue of LIBOPENJPEG but ANDROID. The file 'thread.c' was missing. The current LIBOPENJPEG version in ANDROID But now I am stuck: ant debug BUILD FAILED Total time: 0 seconds winfried |
@antoniomerlin , winfried |
@szukw000 |
@antoniomerlin , I do not understand the line above:
What do you mean with 'regarding these method and how to access them'? And the general problem is: As the bug is not an OPENJPEG bug, this issue list is no longer winfried |
Closing under the assumption the issue is in mupdf |
`Android NDK: WARNING: APP_PLATFORM android-24 is larger than android:minSdkVersi
on 8 in ./AndroidManifest.xml
Android NDK: WARNING:jni/Android.mk:mupdfcore: LOCAL_LDLIBS is always ignored fo
r static libraries
[armeabi-v7a] SharedLibrary : libmupdf_java.so
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:5953: error: undefined
reference to 'opj_has_thread_support'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:5955: error: undefined
reference to 'opj_thread_pool_destroy'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:5958: error: undefined
reference to 'opj_thread_pool_create'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:5962: error: undefined
reference to 'opj_thread_pool_create'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:6017: error: undefined
reference to 'opj_thread_pool_create'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:6020: error: undefined
reference to 'opj_thread_pool_create'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:7614: error: undefined
reference to 'opj_thread_pool_destroy'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:5973: error: undefined
reference to 'opj_has_thread_support'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/j2k.c:5976: error: undefined
reference to 'opj_get_num_cpus'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/tcd.c:1606: error: undefined
reference to 'opj_thread_pool_wait_completion'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/dwt.c:647: error: undefined
reference to 'opj_thread_pool_get_thread_count'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/dwt.c:729: error: undefined
reference to 'opj_thread_pool_submit_job'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/dwt.c:731: error: undefined
reference to 'opj_thread_pool_wait_completion'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/dwt.c:793: error: undefined
reference to 'opj_thread_pool_submit_job'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/dwt.c:795: error: undefined
reference to 'opj_thread_pool_wait_completion'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/dwt.c:706: error: undefined
reference to 'opj_thread_pool_wait_completion'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/t1.c:1772: error: undefined
reference to 'opj_thread_pool_submit_job'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/t1.c:1656: error: undefined
reference to 'opj_tls_get'
jni/../../../../thirdparty/openjpeg/src/lib/openjp2/t1.c:1660: error: undefined
reference to 'opj_tls_set'
clang++.exe: error: linker command failed with exit code 1 (use -v to see invoca
tion)
make: *** [obj/local/armeabi-v7a/libmupdf_java.so] Error 1
I am not able to understand what is this error is regarding please help if possible`
The text was updated successfully, but these errors were encountered: