patcharats / tesseract-ocr

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

public header host.h includes config_auto.h #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

What steps will reproduce the problem?
1. Get tesseract SVN, build and install
2. Take a software using tesseract headers and autotools including autoheader.
3. If the software includes host.h (directly or indirectly), host.h tries
to include config_auto.h because HAVE_CONFIG_H is defined.

What is the expected output? What do you see instead?
host.h must not rely on config_auto.h

What version of the product are you using? On what operating system?
SVN (r72)

Please provide any additional information below.
Attached a patch adding a host-private.h header depending on config_auto.h.

Best regards.

Original issue reported on code.google.com by bers...@gmail.com on 30 Jun 2007 at 8:19

Attachments:

GoogleCodeExporter commented 9 years ago
Will be fixed in the next release.

Original comment by theraysm...@gmail.com on 25 Aug 2007 at 1:53

GoogleCodeExporter commented 9 years ago
Fixed in 2.01

Original comment by theraysm...@gmail.com on 30 Aug 2007 at 7:50