Sorry Taxman,
> SCons
>
> if 0: <<< if 1:
> env.Append(CPPPATH=["${tesseract}/include/tesseract"])
> env.Append(LIBPATH=["${tesseract}/lib"])
...
> It's definitely not commented out.
No, it's not.
But if I'd say
if 1:
instead of if 0: the include-path and HAVE_TESSERACT is activated and
it compiles (here).
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?
Did you recompile tesseract 2.03?
- with patch -b ccmain/baseapi.cpp <../ocropus/tesseract-2.03-
patch.diff
There had been errors in compiling tesseract which could be fixed by
adding in viewer/scrollview.h, viewer/svmnode.h
#include "string.h"
#include "limits.h"
and in viewer/svutil.h
#include <stdlib.h>
using ubuntu 9.04.
0mat
I was excited to see 0.4alpha working on Books, nice debug output so
far...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---