I want to build tesseract static library or dynamic library to used in 
OpenCV text module.
My computer install both Visual 2015 and 2013 and I want to build library 
for these versions.
I follow this 
<https://github.com/tesseract-ocr/tesseract/wiki/Compiling#master-branch-305-and-later>instruction
 
to compile tesseract. It;s success to build on Visual 2015. But when I 
build on VIsual 2013 from:

cd tesseract
cppan
mkdir build-vc12 && cd build-vc12
cmake .. -G "Visual Studio 12 2013" -DSTATIC=1

or use dynamic build:

cd tesseract
cppan
mkdir build-vc12-dll && cd build-vc12-dll
cmake .. -G "Visual Studio 12 2013"

both procedure this error:
Error 1570 error LNK2019: unresolved external symbol __TIFF_snprintf_f 
referenced in function __TIFFCreateAnonField 
E:\Build\tesseract-3.05-build-vc12\pvt.cppan.demo.tiff-4.0.6.lib(tif_dirinfo.obj)
 
tesseract

It seem the dependency project* pvt.cppan.demo.tiff-4.0.6* doesn't support 
for Visual 2013
So, can I build tesseract master (3.05) with Visual 2013 or I must use 
another tutorial? (some tutorial is very old and link is dead, etc...)

-- 
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/c781f496-343f-40d8-9987-889bf7cfeb04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to