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
Hi, I have tried
go get github.com/Kagami/go-face
It gives me following error.
/usr/include/dlib/matrix/matrix_fft.h:12:22: fatal error: mkl_dfti.h: No such file or directory compilation terminated.
From following link https://github.com/bakercp/ofxDlib/blob/master/docs/TROUBLESHOOTING.md It is saying "Adjust your addons_config.mk file to include MKL." But I can not find any addons_config.mk file. Can u guys help me out.
Thanks
The text was updated successfully, but these errors were encountered:
What's your operating system? How did you install dlib?
Sorry, something went wrong.
OS: Ubuntu 16.04 and dlib is downloaded using PPA
This issue looks very similar to #10. Have you created /usr/local/lib/pkgconfig/dlib-1.pc? You should use the one provided by PPA.
/usr/local/lib/pkgconfig/dlib-1.pc
Closing for now, please comment if that doesn't solve issue for you.
No branches or pull requests
Hi,
I have tried
It gives me following error.
/usr/include/dlib/matrix/matrix_fft.h:12:22: fatal error: mkl_dfti.h: No such file or directory
compilation terminated.
From following link https://github.com/bakercp/ofxDlib/blob/master/docs/TROUBLESHOOTING.md
It is saying "Adjust your addons_config.mk file to include MKL."
But I can not find any addons_config.mk file. Can u guys help me out.
Thanks
The text was updated successfully, but these errors were encountered: