Oops, that change got checked in accidentally. Just replace the "if 0" with "if 1"; I'll try to fix the repository later.
Sorry about that. Tom On Fri, May 15, 2009 at 00:43, Taxman <[email protected]> wrote: > > Thanks 0mat, but tesseract-ocr-dev and tesseract-ocr is definitely > already installed (it was already in the ocropus/ubuntu script, Tom) > and the tesseract section of my SConstruct file looks like: > > ### tesseract > > if 0: > env.Append(CPPPATH=["${tesseract}/include/tesseract"]) > env.Append(LIBPATH=["${tesseract}/lib"]) > env.Append(LIBS=["libtesseract_full.a","pthread"]) > env.Append(CPPDEFINES=["HAVE_TESSERACT"]) > assert conf.CheckLibWithHeader('tesseract_full', 'tesseract/ > baseapi.h', 'C++') > assert conf.CheckLib('pthread') > > It's definitely not commented out. I'm guessing there must be some > other missing dependency that most people have on a running system > that I don't yet have on this clean one. Any more ideas? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocropus" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ocropus?hl=en -~----------~----~----~----~------~----~------~--~---
