-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Opencv3.2 text module build failed in macOS10.12 #920
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
Comments
Please add failed command line. For "makefile" generator you can use |
I tried to build opencv on my mac(sierra:10.12)
and when i tried
both opencv and opencv_contrib(7238cd2) are master branch this is my tesseract version:
|
@karterotte Try to add |
thanks. It works! |
@alalek adding |
set opencv_text off,thx |
also, I add |
Did the above:
But now fails at 86%: |
As per #2056 (comment), this turned out to have already been fixed in |
I have encountered the following problems:
/Users/logic/Desktop/opencv_contrib/modules/text/src/precomp.hpp:51:10: 'tesseract/baseapi.h' file not found
The cmake file seems no path configuration for
tesseract
. Manually addtesseract
search path, the problem solved.The text was updated successfully, but these errors were encountered: