I had a look on that shell script. The published version does not work 
because it tries to build Tesseract without building the dependencies 
(libjpeg, zlib, libpng, leptonica) first. This can be easily fixed in the 
first lines of the script. Now it builds those dependencies. It also starts 
building Tesseract 3.05, but fails when linking the tesseract executable 
because of a missing symbol _fmemopen in liblept.


This problem is caused by an unusual build of Leptonica: instead of the 
normal configure / make, the script calls ./make-for-local which uses a 
hand-built makefile (maybe made for Linux). I'm also surprised that TIFF 
support is disabled for the Leptonica build and doubt that this will work 
with Tesseract.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/b31516b1-c272-4fc1-b4cb-d961f54a98e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to