We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when i run bash build.sh -a 25 command
jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:464: error: undefined reference to 'jpeg_std_error' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:474: error: undefined reference to 'jpeg_CreateCompress' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:606: error: undefined reference to 'jpeg_abort_compress' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:183: error: undefined reference to 'jpeg_set_defaults' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:186: error: undefined reference to 'jpeg_set_quality' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:0: error: undefined reference to 'jpeg_set_colorspace' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:588: error: undefined reference to 'jpeg_start_compress' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:598: error: undefined reference to 'jpeg_write_scanlines' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:601: error: undefined reference to 'jpeg_finish_compress' jni/vnc/screenMethods/adb.c:165: error: undefined reference to 'bcopy' clang++: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Another issue while building the code.
src/main/jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:601: error: undefined reference to 'jpeg_finish_compress'
Sorry, something went wrong.
No branches or pull requests
I get this error when i run bash build.sh -a 25 command
jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:464: error: undefined reference to 'jpeg_std_error' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:474: error: undefined reference to 'jpeg_CreateCompress' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:606: error: undefined reference to 'jpeg_abort_compress' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:183: error: undefined reference to 'jpeg_set_defaults' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:186: error: undefined reference to 'jpeg_set_quality' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:0: error: undefined reference to 'jpeg_set_colorspace' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:588: error: undefined reference to 'jpeg_start_compress' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:598: error: undefined reference to 'jpeg_write_scanlines' jni/vnc/./LibVNCServer-0.9.9/common/turbojpeg.c:601: error: undefined reference to 'jpeg_finish_compress' jni/vnc/screenMethods/adb.c:165: error: undefined reference to 'bcopy' clang++: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: