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
Original issue reported on code.google.com by
bers...@gmail.com
on 30 Jun 2007 at 8:19Attachments: