-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix compile with gcc7 and tesseract 4 #72
base: master
Are you sure you want to change the base?
Conversation
should be in CXX, not in C |
You want to remove set(CMAKE_C_FLAGS "-std=gnu99") and add -std to CXX flags? |
set(CMAKE_CXX_FLAGS "-ansi -pedantic -Wall -Wextra -Wno-long-long -std=gnu++11") instead of set(CMAKE_C_FLAGS "-std=gnu++11") |
any chance to merge this? |
The alternative |
I use |
I can confirm this fixed for me build on Linux |
This PR needed for docker build too: #77 |
This contains the following PRs: - ruediger#72 by bit: Fix compile with gcc7 and tesseract 4 - ruediger#75 by oltodosel: inverting images for tesseract 4
This contains the following PRs: - ruediger#72 by @bit: Fix compile with gcc7 and tesseract 4 - ruediger#75 by @oltodosel: inverting images for tesseract 4
No description provided.