-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
cmake error #1102
Comments
Are you within a virtual environment (with guaranteed package versions installed)? Or are you trying to build it natively? It looks like the version mismatch of |
I am uanble to compile the library in Ubuntu 24.04, it says |
您的邮件我已收到,有需要会尽快回复This is an automatic reply, confirming that your e-mail was received.Thank you
|
Assuming you are following the Wiki from "https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation#dependency-installation"... The MASTER branch is quite old and doesn't seem to still be maintained... You might want to have a look into alternatives, like under "https://github.com/cmusatyalab/openface" |
Basically I am trying to run this specific code for a research project. The main goal is to extract key frame from a video based on maximum intensity of action units. can you suggest some alternate to openface library. |
No, can't suggest alternatives. |
Yes I tried running it with docker, it worked fine. Will use that only. Thanks for this amazing library though. |
Don't thank me, I'm a user, too. |
/usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to
ffi_closure_alloc@LIBFFI_CLOSURE_7.0' /usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to
ffi_type_uint8@LIBFFI_BASE_7.0'/usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to
ffi_prep_closure_loc@LIBFFI_CLOSURE_7.0' /usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to
ffi_type_uint64@LIBFFI_BASE_7.0'/usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to
ffi_type_pointer@LIBFFI_BASE_7.0' /usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to
ffi_prep_cif@LIBFFI_BASE_7.0'collect2: error: ld returned 1 exit status
make[2]: *** [exe/FaceLandmarkImg/CMakeFiles/FaceLandmarkImg.dir/build.make:123: bin/FaceLandmarkImg] Error 1
make[1]: *** [CMakeFiles/Makefile2:331: exe/FaceLandmarkImg/CMakeFiles/FaceLandmarkImg.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
how to solve?
The text was updated successfully, but these errors were encountered: