Status: New
Owner: ----
New issue 642 by
walter.m...@gmail.com: compile failure on tesseract svn
mar-5-2012
http://code.google.com/p/tesseract-ocr/issues/detail?id=642
What steps will reproduce the problem?
1. try to compile the svn-version
2.
3.
What is the expected output? What do you see instead?
expected: compilation completes.
encountered:
Making all in api
make[3]: Entering directory `/tmp/tesseract-3.0/tess-svn/api'
g++ -DHAVE_CONFIG_H -I. -I.. -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 tesseractmain.o -MD -MP
-MF .deps/tesseractmain.Tpo -c -o tesseractmain.o `test
-f '../api/tesseractmain.cpp' || echo './'`../api/tesseractmain.cpp
../api/tesseractmain.cpp: In function ‘int main(int, char**)’:
../api/tesseractmain.cpp:61:39: error: ‘getLeptonicaVersion’ was not
declared in this scope
../api/tesseractmain.cpp:63:26: error: ‘lept_free’ was not declared in this
scope
make[3]: *** [tesseractmain.o] Fehler 1
make[3]: Leaving directory `/tmp/tesseract-3.0/tess-svn/api'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/tmp/tesseract-3.0/tess-svn'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/tmp/tesseract-3.0/tess-svn'
make: *** [tesseract] Fehler 2
What version of the product are you using? On what operating system?
OpenSuse 11.4
Please provide any additional information below.