mithilesh1125 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

stopper.cpp is a show (compilation) stopper = tesseract svn fails to compile #667

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check out version 713
2. ./configure
3.  see compilation bomb.

What is the expected output? What do you see instead?
expected output:
walter@nico:~>

actual output:
stopper.cpp: In member function ‘bool 
tesseract::Dict::NoDangerousAmbig(WERD_CHOICE*, DANGERR*, bool, 
BLOB_CHOICE_LIST_VECTOR*, bool*)’:
stopper.cpp:752:33: error: a function-definition is not allowed here before 
‘{’ token
stopper.cpp:754:33: error: a function-definition is not allowed here before 
‘{’ token
stopper.cpp:758:33: error: a function-definition is not allowed here before 
‘{’ token
stopper.cpp:762:56: error: a function-definition is not allowed here before 
‘{’ token
stopper.cpp:1014:1: error: expected ‘}’ at end of input
stopper.cpp: At global scope:
stopper.cpp:1014:1: error: expected ‘}’ at end of input
make[3]: *** [stopper.lo] Fehler 1
make[3]: Leaving directory `/tmp/tesseract-3.0/tess-svn/dict'
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?
713

Please provide any additional information below.

Original issue reported on code.google.com by walter.m...@googlemail.com on 29 Mar 2012 at 5:54

GoogleCodeExporter commented 9 years ago
Thank you -- an issue with manual patching between two trees when you can only 
build on one of them...  Please verify.

Original comment by david.e...@gmail.com on 29 Mar 2012 at 6:18