On Fri, 30 Sep 2011, merve t wrote:

again My question is should not the installation distribute headers into
usr/include directory???

Generally, external packages built from sources get installed into
/usr/local or /opt by default.  That way they survive system upgrades
without being partially stomped on.  Look in /usr/local/include for
the tesseract header files.  gcc should look in /usr/local/include
by default when including system header files.  Perhaps you left
off the "tesseract" before the header file name (e.g.
#include <tesseract/tesseractclass.h>)?

Cheers,
Rob Komar

--
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com
To unsubscribe from this group, send email to
tesseract-ocr+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to