Hi Ray,
I tried compiled the latest code on SVN successfully using static
linked library, but when I run it on my android dev phone, it give
following errors,
terminate called after throwing an instance of
'__gnu_cxx::__concurrence_broadcast_error'
what(): __gnu_cxx::__concurrence_broadcast_error
[1] Aborted ./tesseract eurotext.tif a
I also tried to use GRAPHICS_DISABLED and EMBEDDED, but it will
give a lot of compiling error with these two macro defined.
I know some guy have made it run on Android, but currently I have
not clue or info how to solve this, it seems I have to dig into the
tesseract source code and remove the un-supported code. :(
Any hints would be greatly anticipated, thanks.
Best Regards
Liutao
On 5月30日, 上午1时31分, Ray Smith <
theraysm...@gmail.com> wrote:
> Yes, it needs a bit of work to properly compile it, but the EMBEDDED and
> GRAPHICS_DISABLED defines help it build on a limited platform, and it can be
> made to run on Android.Ray.
>