AmitGorvadiya / tesseract-ocr

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

Revision 282: SVN Build, Header Missing: viewer/svutil.cpp #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout Code in Revision 282
2. Build the code with make
3. make will fail at viewer/svutil.cpp because the <stdio.h> is missing

What is the expected output? What do you see instead?
Compilation failed

What version of the product are you using? On what operating system?
Revision 282, Linux

Please provide any additional information below.

Diff:
Index: viewer/svutil.cpp
===================================================================
--- viewer/svutil.cpp   (revision 282)
+++ viewer/svutil.cpp   (working copy)
@@ -43,6 +43,7 @@
 #endif

 #include <iostream>
+#include <stdio.h>

 const int kBufferSize = 65536;
 const int kMaxMsgSize = 4096;

Original issue reported on code.google.com by david.st...@gmail.com on 8 Jul 2009 at 7:37

GoogleCodeExporter commented 9 years ago
This is fixed in 3.00.

Original comment by theraysm...@gmail.com on 19 May 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Issue 295 has been merged into this issue.

Original comment by theraysm...@gmail.com on 20 May 2010 at 1:40