murusu / tesseract-android-tools

Automatically exported from code.google.com/p/tesseract-android-tools
0 stars 0 forks source link

ndk-build fail allheaders.h missing #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. clone the project:  git clone 
https://code.google.com/p/tesseract-android-tools/ 
2. cd tesseract-android-tools/tesseract-android-tools
3. ndk-build

What is the expected output? What do you see instead?

Output:

Compile thumb  : lept <= open_memstream.c
Compile thumb  : lept <= fopencookie.c
Compile thumb  : lept <= fmemopen.c
Compile++ thumb  : lept <= box.cpp
In file included from jni/com_googlecode_leptonica_android/box.cpp:17:0:
jni/com_googlecode_leptonica_android/common.h:22:24: fatal error: allheaders.h: 
No such file or directory
compilation terminated.
make: *** [obj/local/armeabi/objs/lept/box.o] Error 1

What version of the product are you using? On what operating system?

Using latest source as of 20 June 2013. My operating system is Slackware 14.0
Hardware info: x86_64 Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel

Original issue reported on code.google.com by kiwiandr...@gmail.com on 20 Jun 2013 at 2:07

GoogleCodeExporter commented 8 years ago
Have you downloaded source files of Tesseract and Leptonica libraries before 
starting ndk-build?

Original comment by maaciej...@gmail.com on 22 Oct 2013 at 2:04

GoogleCodeExporter commented 8 years ago
I have the same problem. What do you mean maaciej...@gmail.com?
I have run dependecies.sh but it still doesn't work.
Please help me, Thanks.

Original comment by andrea.c...@gmail.com on 24 Oct 2014 at 7:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
brew install tesseract
brew install leptonica

Original comment by am15...@gmail.com on 5 May 2015 at 6:06