Created
July 14, 2013 12:42
-
-
Save ultrasaurus/5994155 to your computer and use it in GitHub Desktop.
tesseract build fails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn checkout http://tesseract-ocr.googlecode.com/svn/trunk/ tesseract-ocr | |
cd tesseract-ocr | |
sh ./autogen.sh | |
./configure | |
make | |
: | |
: | |
/usr/bin/ranlib: file: .libs/libtesseract.a(quadratc.o) has no symbols | |
libtool: link: ranlib .libs/libtesseract.a | |
ranlib: file: .libs/libtesseract.a(quadratc.o) has no symbols | |
libtool: link: rm -fr .libs/libtesseract.lax | |
libtool: link: ( cd ".libs" && rm -f "libtesseract.la" && ln -s "../libtesseract.la" "libtesseract.la" ) | |
g++ -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -DLOCALEDIR=\"/usr/local/share/locale\" -I../ccutil -I../ccstruct -I../image -I../viewer -I../textord -I../dict -I../classify -I../ccmain -I../wordrec -I../cutil -I/usr/local/include/leptonica -g -O2 -MT tesseract-tesseractmain.o -MD -MP -MF .deps/tesseract-tesseractmain.Tpo -c -o tesseract-tesseractmain.o `test -f '../api/tesseractmain.cpp' || echo './'`../api/tesseractmain.cpp | |
mv -f .deps/tesseract-tesseractmain.Tpo .deps/tesseract-tesseractmain.Po | |
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o tesseract tesseract-tesseractmain.o libtesseract.la -llept | |
libtool: link: g++ -g -O2 -o .libs/tesseract tesseract-tesseractmain.o -Wl,-bind_at_load ./.libs/libtesseract.dylib -llept | |
make[2]: *** No rule to make target `tesseractmain.h', needed by `all-am'. Stop. | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like tesseractmain was just refactored and tesseractmain.h deleted...
r861 | [email protected] | 2013-07-08 14:23:47 -0400 (Mon, 08 Jul 2013) | 1 line
Changed paths:
D /trunk/api/tesseractmain.h
remove unused code (tesseractmain.h)
r860 | [email protected] | 2013-07-08 14:21:10 -0400 (Mon, 08 Jul 2013) | 1 line
Changed paths:
M /trunk/api/tesseractmain.cpp
M /trunk/ccmain/adaptions.cpp
M /trunk/ccmain/applybox.cpp
M /trunk/ccmain/control.cpp
M /trunk/ccmain/control.h
M /trunk/ccmain/docqual.cpp
M /trunk/ccmain/docqual.h
:
: