mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-13 13:35:37 +00:00
[BUG] Windows Compile Error - Fix for OCR lib #484
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ggnull35 on GitHub (Feb 22, 2019).
I am using the latest git version. When I try to build Debug-Full on Windows VS2017 gives out cannot find capi.h error.
I fixed to lines to:
ocr.c Line 4: #include "capi.h"
params.c Line 19: #include "capi.h"
Before they were: #include "tesseract/capi.h"
@cfsmp3 commented on GitHub (Jun 6, 2019):
This was solved already. Note that your change made it compile on Windows but broke it on linux.