Closed GoogleCodeExporter closed 9 years ago
VC++ is not able to find source files ( '..\api\baseapi.cpp': No such file or
directory...').
Did you correctly placed Tesseract source and Windows Project files for
Tesseract?
Original comment by zde...@gmail.com
on 6 Nov 2011 at 11:10
where should I place my tesseract ? I placed it under C:\ , I do the same thing
for my tesseract-3.00 but I didnt have any error while building but it happened
for Tesseract-3.01. Should I set my environment variables or something like
that? or maybe set my project references ?
Original comment by apriliap...@gmail.com
on 6 Nov 2011 at 1:53
I just extracted tesseract-3.01.tar.gz and tesseract-3.01-win_vs.zip to C:\ and
I was able to compile c:\tesseract-3.01\vs2008\tesseract.sln ("Release.static")
in VC++2008 express on Windows XP SP3 Pro without any problem...
Please review your steps what did before compilation.
Original comment by zde...@gmail.com
on 7 Nov 2011 at 8:33
Guys, you have api and train folders missing in trunk, that is why build fails.
To Developers: Please return those folders with source files back into trunk!
Original comment by gena.kos...@gmail.com
on 1 Dec 2011 at 3:59
@gena.kostrov: have a look at svn trunk [1]. It is there ;-)
[1] http://code.google.com/p/tesseract-ocr/source/browse/#svn%2Ftrunk or
http://tesseract-ocr.googlecode.com/svn/trunk/
If you read this issue carefully you can see that priska_girl89 is not building
svn version because than she/he would not have that problem.
Original comment by zde...@gmail.com
on 1 Dec 2011 at 8:10
Original comment by zde...@gmail.com
on 10 Feb 2012 at 9:32
[deleted comment]
Hi guys,
Did you only download the project files and tried to build the project files?
The project files found on the Tesseract downloads
http://code.google.com/p/tesseract-ocr/downloads/list need the source code!
tesseract-3.01-win_vs.zip
So download that, unzip, put all the folders and files into the directory right
above where you had your solution files, so if you were using
c:/tesseract-3.01/vs2008, put everything into c:/tesseract-3.01, so that the
path to the folders would be c:/tesseract-3.01/api for instance.
And then... compile away!
(i got 40000lines of warnings and messages, but in the end, 20 successful
builds, 0 failed)
Original comment by denis.t...@gmail.com
on 18 May 2012 at 4:27
Original issue reported on code.google.com by
apriliap...@gmail.com
on 5 Nov 2011 at 8:04