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
Im compiling the library for lepton, but I got this error:
../../src/gplot.c:375:14: error: 'system' is unavailable: not available on iOS ignore = system(buf);
Im using this makefile: https://github.com/coredumped/Tesseract-OCR-iOS/blob/master/TesseractOCR/Makefile
This is the updated libraries at the begin of the makefile:
LEPTON_NAME = leptonica-1.68 PNG_NAME = libpng-1.6.34 JPEG_NAME = jpeg-9a TIFF_NAME = tiff-4.0.7 SDK_IPHONEOS_PATH=$(shell xcrun --sdk iphoneos --show-sdk-path) SDK_IPHONESIMULATOR_PATH=$(shell xcrun --sdk iphonesimulator --show-sdk-path) XCODE_DEVELOPER_PATH=/Applications/Xcode.app/Contents/Developer XCODETOOLCHAIN_PATH=$(XCODE_DEVELOPER_PATH)/Toolchains/XcodeDefault.xctoolchain IOS_DEPLOY_TGT="11.0"
How can I fix it?
Thanks
The text was updated successfully, but these errors were encountered:
Check this out xwal#3
Sorry, something went wrong.
Check this out chaoskyme#3
Thanks!
No branches or pull requests
Im compiling the library for lepton, but I got this error:
Im using this makefile:
https://github.com/coredumped/Tesseract-OCR-iOS/blob/master/TesseractOCR/Makefile
This is the updated libraries at the begin of the makefile:
How can I fix it?
Thanks
The text was updated successfully, but these errors were encountered: