mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[QUESTION][BUG] 0.94 compile error on Slackware64 15.0 #733
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 @mdinslage on GitHub (Dec 30, 2022).
OS: Slackware64 15.0
Kernel: 5.15.80
Leptonica: 1.83.0
Tesseract: 5.3.0
ccextractor: 0.94
Last Week Leptonica 1.83.0 was released. The maintainer of the Leptonica package over at www.slackbuilds.org updated his slackbuild to 1.83.0. This is turn broke compiling of Tesseract 5.0.1. Updating the Tesseract version to 5.3.0 fixed compiling of Tesseract. After I got Leptonica and Tesseract installed I attempted to build ccextractor 0.94. The first error I encountered was the configure script could not find the Leptonica library, I was able to solve this by adding a sed line to my buildscript.
sed -i 's/-llept/-lleptonica/g' configureThis allowed the configure script to finish, but I am getting a compile error. attached is the code, if any one has any ideas how to fix this please let me know. Thank You
My make flags...
Error...
complete compile output here...
https://pastebin.com/Xi5Y1TVE
@Knoblauchpilze commented on GitHub (Jan 19, 2023):
There's an issue opened also in the Tesseract repository (see issue 618). This can probably be used to update ccextractor as well.
@prateekmedia commented on GitHub (Mar 16, 2023):
fixed it in
0264e7da2b@cfsmp3 commented on GitHub (Mar 17, 2023):
Closing since it's fixed. @mdinslage feel free to reopen if you still have issues with master.
@mdinslage commented on GitHub (Mar 17, 2023):
I just tested and
0264e7ddoes fix the issue. Thanks