Skip to content
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

Undefined errno on Mac OS X #1986

Closed
tfmorris opened this issue Oct 13, 2018 · 1 comment
Closed

Undefined errno on Mac OS X #1986

tfmorris opened this issue Oct 13, 2018 · 1 comment
Labels

Comments

@tfmorris
Copy link
Contributor

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

@tfmorris
Copy link
Contributor Author

This bug was reported by @escapist21 in a comment on #1453

@zdenop zdenop closed this as completed in 14af3f7 Oct 13, 2018
zdenop added a commit that referenced this issue Oct 13, 2018
@stweil stweil added the bug label Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants