Update:
I tried to make changes as suggested in a comment on
Paul's http://vorba.ch/2014/tesseract-cygwin.html page
It went through that step but then got a different error "off_t' has a
previous declaration as 'typedef _off64_t off_t'"
I have files these as separate issues.
https://code.goog
Thanks to help from Dan Bloomberg (Leptonica) and Dave Bryan (Leptonica's
minGW expert) I was able to compile Leptonica 1.71 under minGW/MSYS. I also
compiled the required dependencies before buiding Leptonica.
Here are the instructions that helped:
*> >> make[1]: Entering directory `/home/User/
The good news is that the training image generation program has
> recently been added to the code repository[0] and works with regular
> Linux distributions, as well as most[1] of the information needed to
> recreate the training tif/box files[2]. If you can get that working,
> you can just a
Did you get this error with "using namespace std;"?
Zdenko
On Fri, Aug 22, 2014 at 1:53 PM, Deepak Kumar wrote:
> Tesseract header tesscallback.h file reports error due to redefinition of
> remove_reference. This remove_reference is a template and defined in std.
>
> To overcome this problem,
Tesseract header tesscallback.h file reports error due to redefinition of
remove_reference. This remove_reference is a template and defined in std.
To overcome this problem, I have commented out definition lines in
tesscallback.h file and replaced remove_reference string with
std::remove_refer
Thanks for the explantion regarding ./, Nick. I get it, now.
The actual error during compile that I got was:
ambigs.cpp: In member function 'bool
tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const
UNICHARSET&, char*, int*, UNICHAR_ID*, int*, char*, int*)':
ambigs.cpp:273:63: erro
6 matches
Mail list logo