You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling the training tools on OS X produces errors like:
combine_tessdata.cpp:120:9: error: use of undeclared identifier 'errno'
errno = 0;
^
lstmtraining.cpp:93:69: error: use of undeclared identifier 'errno'
due to a missing include
The text was updated successfully, but these errors were encountered:
Compiling the training tools on OS X produces errors like:
due to a missing include
The text was updated successfully, but these errors were encountered: