hi, guys:

configure is ok, when running make, I got the following error:
any idea why?

Thank in advance.
Dennis


/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
 -O2 -DNDEBUG -DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer 
-I../classify -I../dict -I../wordrec -I../cutil -I../textord -I../opencl   
-I../neural_networks/runtime -I../cube -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica  -g -O2 -MT cubeclassifier.lo -MD -MP 
-MF .deps/cubeclassifier.Tpo -c -o cubeclassifier.lo cubeclassifier.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG 
-DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer -I../classify 
-I../dict -I../wordrec -I../cutil -I../textord -I../opencl 
-I../neural_networks/runtime -I../cube -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica -g -O2 -MT cubeclassifier.lo -MD -MP 
-MF .deps/cubeclassifier.Tpo -c cubeclassifier.cpp  -fPIC -DPIC -o 
.libs/cubeclassifier.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG 
-DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer -I../classify 
-I../dict -I../wordrec -I../cutil -I../textord -I../opencl 
-I../neural_networks/runtime -I../cube -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica -g -O2 -MT cubeclassifier.lo -MD -MP 
-MF .deps/cubeclassifier.Tpo -c cubeclassifier.cpp -o cubeclassifier.o 
>/dev/null 2>&1
mv -f .deps/cubeclassifier.Tpo .deps/cubeclassifier.Plo
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
 -O2 -DNDEBUG -DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer 
-I../classify -I../dict -I../wordrec -I../cutil -I../textord -I../opencl   
-I../neural_networks/runtime -I../cube -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica  -g -O2 -MT 
tesseract_cube_combiner.lo -MD -MP -MF .deps/tesseract_cube_combiner.Tpo -c 
-o tesseract_cube_combiner.lo tesseract_cube_combiner.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG 
-DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer -I../classify 
-I../dict -I../wordrec -I../cutil -I../textord -I../opencl 
-I../neural_networks/runtime -I../cube -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica -g -O2 -MT tesseract_cube_combiner.lo 
-MD -MP -MF .deps/tesseract_cube_combiner.Tpo -c 
tesseract_cube_combiner.cpp  -fPIC -DPIC -o .libs/tesseract_cube_combiner.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG 
-DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer -I../classify 
-I../dict -I../wordrec -I../cutil -I../textord -I../opencl 
-I../neural_networks/runtime -I../cube -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica -g -O2 -MT tesseract_cube_combiner.lo 
-MD -MP -MF .deps/tesseract_cube_combiner.Tpo -c 
tesseract_cube_combiner.cpp -o tesseract_cube_combiner.o >/dev/null 2>&1
mv -f .deps/tesseract_cube_combiner.Tpo .deps/tesseract_cube_combiner.Plo
/bin/sh ../libtool  --tag=CXX   --mode=link g++  -g -O2 
 -L/home/work/.jumbo/lib -o libtesseract_main.la  adaptions.lo applybox.lo 
control.lo docqual.lo equationdetect.lo fixspace.lo fixxht.lo 
ltrresultiterator.lo osdetect.lo output.lo pageiterator.lo pagesegmain.lo 
pagewalk.lo par_control.lo paragraphs.lo paramsd.lo pgedit.lo 
recogtraining.lo reject.lo resultiterator.lo superscript.lo tessbox.lo 
tessedit.lo tesseractclass.lo tessvars.lo tfacepp.lo thresholder.lo 
werdit.lo cube_control.lo cube_reco_context.lo cubeclassifier.lo 
tesseract_cube_combiner.lo  -llept -lpthread 
libtool: link: ar cru .libs/libtesseract_main.a .libs/adaptions.o 
.libs/applybox.o .libs/control.o .libs/docqual.o .libs/equationdetect.o 
.libs/fixspace.o .libs/fixxht.o .libs/ltrresultiterator.o .libs/osdetect.o 
.libs/output.o .libs/pageiterator.o .libs/pagesegmain.o .libs/pagewalk.o 
.libs/par_control.o .libs/paragraphs.o .libs/paramsd.o .libs/pgedit.o 
.libs/recogtraining.o .libs/reject.o .libs/resultiterator.o 
.libs/superscript.o .libs/tessbox.o .libs/tessedit.o .libs/tesseractclass.o 
.libs/tessvars.o .libs/tfacepp.o .libs/thresholder.o .libs/werdit.o 
.libs/cube_control.o .libs/cube_reco_context.o .libs/cubeclassifier.o 
.libs/tesseract_cube_combiner.o 
libtool: link: ranlib .libs/libtesseract_main.a
libtool: link: ( cd ".libs" && rm -f "libtesseract_main.la" && ln -s 
"../libtesseract_main.la" "libtesseract_main.la" )
make[2]: Leaving directory 
`/home/work/hongji/soft/py/tesseract/tesseract-3.04/ccmain'
Making all in api
make[2]: Entering directory 
`/home/work/hongji/soft/py/tesseract/tesseract-3.04/api'
/bin/sh ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
 -O2 -DNDEBUG -DLOCALEDIR=\"/home/work/.jumbo/share/locale\" 
-DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../cube -I../viewer 
-I../textord -I../dict -I../classify -I../ccmain -I../wordrec -I../cutil 
-I../opencl    -I/home/work/.jumbo/include 
-I/home/work/.jumbo/include/leptonica  -g -O2 -MT 
libtesseract_api_la-baseapi.lo -MD -MP -MF 
.deps/libtesseract_api_la-baseapi.Tpo -c -o libtesseract_api_la-baseapi.lo 
`test -f 'baseapi.cpp' || echo './'`baseapi.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG 
-DLOCALEDIR=\"/home/work/.jumbo/share/locale\" -DUSE_STD_NAMESPACE 
-I../ccutil -I../ccstruct -I../cube -I../viewer -I../textord -I../dict 
-I../classify -I../ccmain -I../wordrec -I../cutil -I../opencl 
-I/home/work/.jumbo/include -I/home/work/.jumbo/include/leptonica -g -O2 
-MT libtesseract_api_la-baseapi.lo -MD -MP -MF 
.deps/libtesseract_api_la-baseapi.Tpo -c baseapi.cpp  -fPIC -DPIC -o 
.libs/libtesseract_api_la-baseapi.o
baseapi.cpp: In member function `char* 
tesseract::TessBaseAPI::GetHOCRText(int)':
baseapi.cpp:1534: warning: passing `float' for converting 2 of `void 
STRING::add_str_int(const char*, int)'
../ccutil/tesscallback.h: In function `typename 
_TessMemberResultCallback_6_0< false, R, T1, P1, P2, P3, P4, P5, P6>::base* 
NewPermanentTessCallback(T1*, R (T2::*)(P1, P2, P3, P4, P5, P6), typename 
Identity<P1>::type, typename Identity<P2>::type, typename 
Identity<P3>::type, typename Identity<P4>::type, typename 
Identity<P5>::type, typename Identity<P6>::type) [with T1 = 
tesseract::PageIterator, T2 = const tesseract::PageIterator, R = bool, P1 = 
tesseract::PageIteratorLevel, P2 = int, P3 = int*, P4 = int*, P5 = int*, P6 
= int*]':
baseapi.cpp:662:   instantiated from here
../ccutil/tesscallback.h:1585: error: no matching function for call to 
`_TessMemberResultCallback_6_0< false, bool, tesseract::PageIterator, 
tesseract::PageIteratorLevel, int, int*, int*, int*, 
int*>::_TessMemberResultCallback_6_0(tesseract::PageIterator*&, bool 
(tesseract::PageIterator::*&)(tesseract::PageIteratorLevel, int, int*, 
int*, int*, int*) const, tesseract::PageIteratorLevel&, int&, int*&, int*&, 
int*&, int*&)'
../ccutil/tesscallback.h:1506: note: candidates are: 
_TessMemberResultCallback_6_0< false, bool, tesseract::PageIterator, 
tesseract::PageIteratorLevel, int, int*, int*, int*, 
int*>::_TessMemberResultCallback_6_0(const _TessMemberResultCallback_6_0< 
false, bool, tesseract::PageIterator, tesseract::PageIteratorLevel, int, 
int*, int*, int*, int*>&)
../ccutil/tesscallback.h:1523: note:                 
_TessMemberResultCallback_6_0<del, R, T, P1, P2, P3, P4, P5, 
P6>::_TessMemberResultCallback_6_0(T*, R (T::*)(P1, P2, P3, P4, P5, P6), 
P1, P2, P3, P4, P5, P6) [with bool del =  false, R = bool, T = 
tesseract::PageIterator, P1 = tesseract::PageIteratorLevel, P2 = int, P3 = 
int*, P4 = int*, P5 = int*, P6 = int*]
../ccutil/tesscallback.h: In function `typename 
_TessMemberResultCallback_5_0< false, R, T1, P1, P2, P3, P4, P5>::base* 
NewPermanentTessCallback(T1*, R (T2::*)(P1, P2, P3, P4, P5), typename 
Identity<P1>::type, typename Identity<P2>::type, typename 
Identity<P3>::type, typename Identity<P4>::type, typename 
Identity<P5>::type) [with T1 = tesseract::PageIterator, T2 = const 
tesseract::PageIterator, R = bool, P1 = tesseract::PageIteratorLevel, P2 = 
int*, P3 = int*, P4 = int*, P5 = int*]':
baseapi.cpp:668:   instantiated from here
../ccutil/tesscallback.h:1343: error: no matching function for call to 
`_TessMemberResultCallback_5_0< false, bool, tesseract::PageIterator, 
tesseract::PageIteratorLevel, int*, int*, int*, 
int*>::_TessMemberResultCallback_5_0(tesseract::PageIterator*&, bool 
(tesseract::PageIterator::*&)(tesseract::PageIteratorLevel, int*, int*, 
int*, int*) const, tesseract::PageIteratorLevel&, int*&, int*&, int*&, 
int*&)'
../ccutil/tesscallback.h:1266: note: candidates are: 
_TessMemberResultCallback_5_0< false, bool, tesseract::PageIterator, 
tesseract::PageIteratorLevel, int*, int*, int*, 
int*>::_TessMemberResultCallback_5_0(const _TessMemberResultCallback_5_0< 
false, bool, tesseract::PageIterator, tesseract::PageIteratorLevel, int*, 
int*, int*, int*>&)
../ccutil/tesscallback.h:1282: note:                 
_TessMemberResultCallback_5_0<del, R, T, P1, P2, P3, P4, 
P5>::_TessMemberResultCallback_5_0(T*, R (T::*)(P1, P2, P3, P4, P5), P1, 
P2, P3, P4, P5) [with bool del =  false, R = bool, T = 
tesseract::PageIterator, P1 = tesseract::PageIteratorLevel, P2 = int*, P3 = 
int*, P4 = int*, P5 = int*]
make[2]: *** [libtesseract_api_la-baseapi.lo] Error 1
make[2]: Leaving directory 
`/home/work/hongji/soft/py/tesseract/tesseract-3.04/api'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/work/hongji/soft/py/tesseract/tesseract-3.04'
make: *** [all] Error 2


-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/bda0a4d5-b5ea-4b7f-a376-92c8d6f71633%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by tesseract configure 3.04.01, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/home/work/.jumbo/

## --------- ##
## Platform. ##
## --------- ##

hostname = cq01-piaohongji-m1.epc.baidu.com
uname -m = x86_64
uname -r = 2.6.32_1-16-0-0_virtio
uname -s = Linux
uname -v = #1 SMP Thu May 14 15:30:56 CST 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/work/.jumbo/opt/gcc46/bin
PATH: /home/work/.jumbo/bin/core_perl
PATH: /home/work/.jumbo/bin
PATH: /home/work/hongji/softwares/imagemagick6/bin
PATH: /home/work/hongji/softwares/hadoop/hadoop-2.7.2/bin
PATH: /home/work/hongji/softwares/ant/apache-ant-1.9.4/bin
PATH: /home/work/.jumbo/opt/sun-java7/bin
PATH: /home/work/hongji/bin/tmp
PATH: /home/work/hongji/bin
PATH: /home/work/hongji/softwares/mysqls/mysql_master/bin
PATH: /home/work/odp/php/phplib/phptest/UnitTest/tools
PATH: /home/work/odp/php/bin
PATH: /home/work/hongji/softwares/vim73/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /opt/bin
PATH: /home/opt/bin
PATH: /home/work/.jumbo/bin/vendor_perl
PATH: /home/work/bin
PATH: /home/work/odp/php/phplib/phptest/UnitTest/tools/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2593: checking for g++
configure:2609: found /usr/bin/g++
configure:2620: result: g++
configure:2647: checking for C++ compiler version
configure:2656: g++ --version >&5
g++ (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2667: $? = 0
configure:2656: g++ -v >&5
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.5/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
configure:2667: $? = 0
configure:2656: g++ -V >&5
g++: `-V' option must have argument
configure:2667: $? = 1
configure:2656: g++ -qversion >&5
g++: unrecognized option `-qversion'
g++: no input files
configure:2667: $? = 1
configure:2687: checking whether the C++ compiler works
configure:2709: g++  -I/home/work/.jumbo/include -L/home/work/.jumbo/lib 
conftest.cpp  >&5
configure:2713: $? = 0
configure:2761: result: yes
configure:2764: checking for C++ compiler default output file name
configure:2766: result: a.out
configure:2772: checking for suffix of executables
configure:2779: g++ -o conftest  -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
configure:2783: $? = 0
configure:2805: result: 
configure:2827: checking whether we are cross compiling
configure:2835: g++ -o conftest  -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
configure:2839: $? = 0
configure:2846: ./conftest
configure:2850: $? = 0
configure:2865: result: no
configure:2870: checking for suffix of object files
configure:2892: g++ -c  -I/home/work/.jumbo/include conftest.cpp >&5
configure:2896: $? = 0
configure:2917: result: o
configure:2921: checking whether we are using the GNU C++ compiler
configure:2940: g++ -c  -I/home/work/.jumbo/include conftest.cpp >&5
configure:2940: $? = 0
configure:2949: result: yes
configure:2958: checking whether g++ accepts -g
configure:2978: g++ -c -g -I/home/work/.jumbo/include conftest.cpp >&5
configure:2978: $? = 0
configure:3019: result: yes
configure:3192: checking for a BSD-compatible install
configure:3260: result: /usr/bin/install -c
configure:3271: checking whether build environment is sane
configure:3326: result: yes
configure:3477: checking for a thread-safe mkdir -p
configure:3516: result: /bin/mkdir -p
configure:3523: checking for gawk
configure:3539: found /bin/gawk
configure:3550: result: gawk
configure:3561: checking whether make sets $(MAKE)
configure:3583: result: yes
configure:3613: checking for style of include used by make
configure:3641: result: GNU
configure:3675: checking whether make supports nested variables
configure:3692: result: yes
configure:3777: checking dependency style of g++
configure:3888: result: gcc3
configure:3907: checking whether to enable maintainer-specific portions of 
Makefiles
configure:3916: result: no
configure:3975: checking build system type
configure:3989: result: x86_64-unknown-linux-gnu
configure:4009: checking host system type
configure:4022: result: x86_64-unknown-linux-gnu
configure:4159: checking --enable-graphics argument
configure:4168: result: yes
configure:4185: checking whether to disable cube
configure:4194: result: no
configure:4210: checking --enable-embedded argument
configure:4219: result: no
configure:4251: checking for g++ option to support OpenMP
configure:4266: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
conftest.cpp:17: error: `choke' does not name a type
conftest.cpp:19:17: omp.h: No such file or directory
configure:4266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -fopenmp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
cc1plus: error: unrecognized command line option "-fopenmp"
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -xopenmp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
g++: language openmp not recognized
conftest.cpp: file not recognized: File format not recognized
collect2: ld returned 1 exit status
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -openmp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
conftest.cpp:17: error: `choke' does not name a type
conftest.cpp:19:17: omp.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -mp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
cc1plus: error: invalid option `p'
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -omp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
conftest.cpp:17: error: `choke' does not name a type
conftest.cpp:19:17: omp.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -qsmp=omp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
g++: unrecognized option `-qsmp=omp'
conftest.cpp:17: error: `choke' does not name a type
conftest.cpp:19:17: omp.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -homp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
g++: unrecognized option `-homp'
conftest.cpp:17: error: `choke' does not name a type
conftest.cpp:19:17: omp.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 -Popenmp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
g++: unrecognized option `-Popenmp'
conftest.cpp:17: error: `choke' does not name a type
conftest.cpp:19:17: omp.h: No such file or directory
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4284: g++ -o conftest -g -O2 --openmp -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
cc1plus: error: unrecognized command line option "-fopenmp"
configure:4284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| 
| #ifndef _OPENMP
|  choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
| 
configure:4298: result: unsupported
configure:4328: checking --enable-opencl argument
configure:4337: result: no
configure:4346: checking how to run the C++ preprocessor
configure:4373: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:4373: $? = 0
configure:4387: g++ -E -I/home/work/.jumbo/include conftest.cpp
conftest.cpp:15:28: ac_nonexistent.h: No such file or directory
configure:4387: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4412: result: g++ -E
configure:4432: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:4432: $? = 0
configure:4446: g++ -E -I/home/work/.jumbo/include conftest.cpp
conftest.cpp:15:28: ac_nonexistent.h: No such file or directory
configure:4446: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4475: checking for grep that handles long lines and -e
configure:4533: result: /bin/grep
configure:4538: checking for egrep
configure:4600: result: /bin/grep -E
configure:4605: checking for ANSI C header files
configure:4625: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4625: $? = 0
configure:4698: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
configure:4698: $? = 0
configure:4698: ./conftest
configure:4698: $? = 0
configure:4709: result: yes
configure:4722: checking for sys/types.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for sys/stat.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for stdlib.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for string.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for memory.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for strings.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for inttypes.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for stdint.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4722: checking for unistd.h
configure:4722: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4722: $? = 0
configure:4722: result: yes
configure:4736: checking CL/cl.h usability
configure:4736: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp:58:19: CL/cl.h: No such file or directory
configure:4736: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:4736: result: no
configure:4736: checking CL/cl.h presence
configure:4736: g++ -E -I/home/work/.jumbo/include conftest.cpp
conftest.cpp:25:19: CL/cl.h: No such file or directory
configure:4736: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <CL/cl.h>
configure:4736: result: no
configure:4736: checking for CL/cl.h
configure:4736: result: no
configure:4746: checking OpenCL/cl.h usability
configure:4746: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp:58:23: OpenCL/cl.h: No such file or directory
configure:4746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OpenCL/cl.h>
configure:4746: result: no
configure:4746: checking OpenCL/cl.h presence
configure:4746: g++ -E -I/home/work/.jumbo/include conftest.cpp
conftest.cpp:25:23: OpenCL/cl.h: No such file or directory
configure:4746: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <OpenCL/cl.h>
configure:4746: result: no
configure:4746: checking for OpenCL/cl.h
configure:4746: result: no
configure:4767: checking tiffio.h usability
configure:4767: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:4767: $? = 0
configure:4767: result: yes
configure:4767: checking tiffio.h presence
configure:4767: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:4767: $? = 0
configure:4767: result: yes
configure:4767: checking for tiffio.h
configure:4767: result: yes
configure:4842: checking for clGetPlatformIDs in -lOpenCL
configure:4867: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp -lOpenCL   >&5
/usr/bin/ld: cannot find -lOpenCL
collect2: ld returned 1 exit status
configure:4867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clGetPlatformIDs ();
| int
| main ()
| {
| return clGetPlatformIDs ();
|   ;
|   return 0;
| }
configure:4876: result: no
configure:4915: checking --enable-visibility argument
configure:4924: result: no
configure:4936: checking --enable-multiple-libraries argument
configure:4945: result: no
configure:4957: checking whether to use tessdata-prefix
configure:4966: result: yes
configure:4978: checking whether to enable debugging
configure:4987: result: no
configure:5060: checking how to print strings
configure:5087: result: printf
configure:5156: checking for gcc
configure:5172: found /usr/bin/gcc
configure:5183: result: gcc
configure:5412: checking for C compiler version
configure:5421: gcc --version >&5
gcc (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5432: $? = 0
configure:5421: gcc -v >&5
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.5/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
configure:5432: $? = 0
configure:5421: gcc -V >&5
gcc: `-V' option must have argument
configure:5432: $? = 1
configure:5421: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:5432: $? = 1
configure:5436: checking whether we are using the GNU C compiler
configure:5455: gcc -c  -I/home/work/.jumbo/include conftest.c >&5
configure:5455: $? = 0
configure:5464: result: yes
configure:5473: checking whether gcc accepts -g
configure:5493: gcc -c -g -I/home/work/.jumbo/include conftest.c >&5
configure:5493: $? = 0
configure:5534: result: yes
configure:5551: checking for gcc option to accept ISO C89
configure:5614: gcc  -c -g -O2 -I/home/work/.jumbo/include conftest.c >&5
configure:5614: $? = 0
configure:5627: result: none needed
configure:5649: checking dependency style of gcc
configure:5760: result: gcc3
configure:5775: checking for a sed that does not truncate output
configure:5839: result: /bin/sed
configure:5857: checking for fgrep
configure:5919: result: /bin/grep -F
configure:5954: checking for ld used by gcc
configure:6021: result: /usr/bin/ld
configure:6028: checking if the linker (/usr/bin/ld) is GNU ld
configure:6043: result: yes
configure:6055: checking for BSD- or MS-compatible name lister (nm)
configure:6104: result: /usr/bin/nm -B
configure:6234: checking the name lister (/usr/bin/nm -B) interface
configure:6241: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:6244: /usr/bin/nm -B "conftest.o"
configure:6247: output
0000000000000000 B some_variable
configure:6254: result: BSD nm
configure:6257: checking whether ln -s works
configure:6261: result: yes
configure:6269: checking the maximum length of command line arguments
configure:6399: result: 98304
configure:6416: checking whether the shell understands some XSI constructs
configure:6426: result: yes
configure:6430: checking whether the shell understands "+="
configure:6436: result: no
configure:6471: checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format
configure:6511: result: func_convert_file_noop
configure:6518: checking how to convert x86_64-unknown-linux-gnu file names to 
toolchain format
configure:6538: result: func_convert_file_noop
configure:6545: checking for /usr/bin/ld option to reload object files
configure:6552: result: -r
configure:6626: checking for objdump
configure:6642: found /usr/bin/objdump
configure:6653: result: objdump
configure:6685: checking how to recognize dependent libraries
configure:6887: result: pass_all
configure:6972: checking for dlltool
configure:7002: result: no
configure:7032: checking how to associate runtime and link libraries
configure:7059: result: printf %s\n
configure:7119: checking for ar
configure:7135: found /usr/bin/ar
configure:7146: result: ar
configure:7183: checking for archiver @FILE support
configure:7200: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:7200: $? = 0
configure:7203: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7206: $? = 1
configure:7226: result: no
configure:7284: checking for strip
configure:7300: found /usr/bin/strip
configure:7311: result: strip
configure:7383: checking for ranlib
configure:7399: found /usr/bin/ranlib
configure:7410: result: ranlib
configure:7512: checking command to parse /usr/bin/nm -B output from gcc object
configure:7632: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:7635: $? = 0
configure:7639: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | 
sed '/ __gnu_lto/d' \> conftest.nm
configure:7642: $? = 0
configure:7708: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp conftstm.o >&5
configure:7711: $? = 0
configure:7749: result: ok
configure:7786: checking for sysroot
configure:7816: result: no
configure:7894: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:7897: $? = 0
configure:8079: checking for mt
configure:8095: found /bin/mt
configure:8106: result: mt
configure:8129: checking if mt is a manifest tool
configure:8135: mt '-?'
usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
configure:8143: result: no
configure:8782: checking for dlfcn.h
configure:8782: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:8782: $? = 0
configure:8782: result: yes
configure:8998: checking for objdir
configure:9013: result: .libs
configure:9284: checking if gcc supports -fno-rtti -fno-exceptions
configure:9302: gcc -c -g -O2 -I/home/work/.jumbo/include -fno-rtti 
-fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:9306: $? = 0
configure:9319: result: no
configure:9646: checking for gcc option to produce PIC
configure:9653: result: -fPIC -DPIC
configure:9661: checking if gcc PIC flag -fPIC -DPIC works
configure:9679: gcc -c -g -O2 -I/home/work/.jumbo/include -fPIC -DPIC -DPIC 
conftest.c >&5
configure:9683: $? = 0
configure:9696: result: yes
configure:9725: checking if gcc static flag -static works
configure:9753: result: yes
configure:9768: checking if gcc supports -c -o file.o
configure:9789: gcc -c -g -O2 -I/home/work/.jumbo/include -o out/conftest2.o 
conftest.c >&5
configure:9793: $? = 0
configure:9815: result: yes
configure:9823: checking if gcc supports -c -o file.o
configure:9870: result: yes
configure:9903: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:11056: result: yes
configure:11093: checking whether -lc should be explicitly linked in
configure:11101: gcc -c -g -O2 -I/home/work/.jumbo/include conftest.c >&5
configure:11104: $? = 0
configure:11119: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname 
-Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11122: $? = 0
configure:11136: result: no
configure:11296: checking dynamic linker characteristics
configure:11807: gcc -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11807: $? = 0
configure:12029: result: GNU/Linux ld.so
configure:12136: checking how to hardcode library paths into programs
configure:12161: result: immediate
configure:12701: checking whether stripping libraries is possible
configure:12706: result: yes
configure:12741: checking if libtool supports shared libraries
configure:12743: result: yes
configure:12746: checking whether to build shared libraries
configure:12767: result: yes
configure:12770: checking whether to build static libraries
configure:12774: result: yes
configure:12797: checking how to run the C++ preprocessor
configure:12863: result: g++ -E
configure:12883: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:12883: $? = 0
configure:12897: g++ -E -I/home/work/.jumbo/include conftest.cpp
conftest.cpp:28:28: ac_nonexistent.h: No such file or directory
configure:12897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13066: checking for ld used by g++
configure:13133: result: /usr/bin/ld -m elf_x86_64
configure:13140: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13155: result: yes
configure:13210: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:14215: result: yes
configure:14251: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:14254: $? = 0
configure:14774: checking for g++ option to produce PIC
configure:14781: result: -fPIC -DPIC
configure:14789: checking if g++ PIC flag -fPIC -DPIC works
configure:14807: g++ -c -g -O2 -I/home/work/.jumbo/include -fPIC -DPIC -DPIC 
conftest.cpp >&5
configure:14811: $? = 0
configure:14824: result: yes
configure:14847: checking if g++ static flag -static works
configure:14875: result: yes
configure:14887: checking if g++ supports -c -o file.o
configure:14908: g++ -c -g -O2 -I/home/work/.jumbo/include -o out/conftest2.o 
conftest.cpp >&5
configure:14912: $? = 0
configure:14934: result: yes
configure:14939: checking if g++ supports -c -o file.o
configure:14986: result: yes
configure:15016: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:15052: result: yes
configure:15193: checking dynamic linker characteristics
configure:15860: result: GNU/Linux ld.so
configure:15913: checking how to hardcode library paths into programs
configure:15938: result: immediate
configure:16007: checking whether byte ordering is bigendian
configure:16022: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp:29: error: expected unqualified-id before '!' token
configure:16022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|              not a universal capable compiler
|            #endif
|            typedef int dummy;
| 
configure:16067: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16067: $? = 0
configure:16085: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:35: error: `big' was not declared in this scope
conftest.cpp:35: error: expected `;' before "endian"
configure:16085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <sys/types.h>
|               #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|                not big endian
|               #endif
| 
|   ;
|   return 0;
| }
configure:16213: result: no
configure:16253: checking if compiling with clang
configure:16270: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:37: error: `clang' was not declared in this scope
configure:16270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| #ifndef __clang__
|        not clang
| #endif
| 
|   ;
|   return 0;
| }
configure:16277: result: no
configure:16282: checking whether compiler supports C++11
configure:16296: g++ -c -g -O2 -std=c++11 -I/home/work/.jumbo/include 
conftest.cpp >&5
cc1plus: error: unrecognized command line option "-std=c++11"
configure:16296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| 
|     #if (__cplusplus < 201103L)
|     #error C++ 11 is unsupported
|     #endif
| 
| 
configure:16304: result: no
configure:16312: checking for snprintf
configure:16312: g++ -o conftest -g -O2 -std=c++11 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
cc1plus: error: unrecognized command line option "-std=c++11"
configure:16312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define snprintf to an innocuous variant, in case <limits.h> declares 
snprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define snprintf innocuous_snprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char snprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef snprintf
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char snprintf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_snprintf || defined __stub___snprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return snprintf ();
|   ;
|   return 0;
| }
configure:16312: result: no
configure:16329: checking for library containing sem_init
configure:16360: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp  >&5
/tmp/ccYIwXJt.o(.text+0x5): In function `main':
/home/work/hongji/soft/py/tesseract/tesseract-3.04/conftest.cpp:39: undefined 
reference to `sem_init'
collect2: ld returned 1 exit status
configure:16360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sem_init ();
| int
| main ()
| {
| return sem_init ();
|   ;
|   return 0;
| }
configure:16360: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp -lpthread   >&5
configure:16360: $? = 0
configure:16377: result: -lpthread
configure:16391: checking for ANSI C header files
configure:16495: result: yes
configure:16503: checking whether time.h and sys/time.h may both be included
configure:16523: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16523: $? = 0
configure:16530: result: yes
configure:16538: checking for sys/wait.h that is POSIX.1 compatible
configure:16564: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16564: $? = 0
configure:16571: result: yes
configure:16582: checking sys/ipc.h usability
configure:16582: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16582: $? = 0
configure:16582: result: yes
configure:16582: checking sys/ipc.h presence
configure:16582: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:16582: $? = 0
configure:16582: result: yes
configure:16582: checking for sys/ipc.h
configure:16582: result: yes
configure:16582: checking sys/shm.h usability
configure:16582: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16582: $? = 0
configure:16582: result: yes
configure:16582: checking sys/shm.h presence
configure:16582: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:16582: $? = 0
configure:16582: result: yes
configure:16582: checking for sys/shm.h
configure:16582: result: yes
configure:16595: checking limits.h usability
configure:16595: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16595: $? = 0
configure:16595: result: yes
configure:16595: checking limits.h presence
configure:16595: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:16595: $? = 0
configure:16595: result: yes
configure:16595: checking for limits.h
configure:16595: result: yes
configure:16595: checking malloc.h usability
configure:16595: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16595: $? = 0
configure:16595: result: yes
configure:16595: checking malloc.h presence
configure:16595: g++ -E -I/home/work/.jumbo/include conftest.cpp
configure:16595: $? = 0
configure:16595: result: yes
configure:16595: checking for malloc.h
configure:16595: result: yes
configure:16606: checking for stdbool.h that conforms to C99
configure:16673: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16673: $? = 0
configure:16680: result: yes
configure:16682: checking for _Bool
configure:16682: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:71: error: `_Bool' was not declared in this scope
configure:16682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
|        return 0;
|   ;
|   return 0;
| }
configure:16682: result: no
configure:16701: checking whether #! works in shell scripts
configure:16718: result: yes
configure:16729: checking for special C compiler options needed for large files
configure:16774: result: no
configure:16780: checking for _FILE_OFFSET_BITS value needed for large files
configure:16805: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16805: $? = 0
configure:16837: result: no
configure:16925: checking for getline
configure:16925: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-L/home/work/.jumbo/lib conftest.cpp -lpthread  >&5
configure:16925: $? = 0
configure:16925: result: yes
configure:16939: checking for wchar_t
configure:16939: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16939: $? = 0
configure:16939: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:42: error: expected primary-expression before "wchar_t"
conftest.cpp:42: error: expected `)' before "wchar_t"
conftest.cpp:43: error: expected `)' before ';' token
conftest.cpp:43: error: expected `)' before ';' token
configure:16939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| /* end confdefs.h.  */
| #include "wchar.h"
| 
| int
| main ()
| {
| if (sizeof ((wchar_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16939: result: yes
configure:16950: checking for long long int
configure:16950: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16950: $? = 0
configure:16950: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:74: error: expected primary-expression before "long"
conftest.cpp:74: error: expected `)' before "long"
conftest.cpp:75: error: expected `)' before ';' token
conftest.cpp:75: error: expected `)' before ';' token
configure:16950: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long int)))
|           return 0;
|   ;
|   return 0;
| }
configure:16950: result: yes
configure:16960: checking for off_t
configure:16960: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16960: $? = 0
configure:16960: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:44: error: expected primary-expression before ')' token
configure:16960: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #include "sys/types.h"
| 
| int
| main ()
| {
| if (sizeof ((off_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16960: result: yes
configure:16971: checking for mbstate_t
configure:16971: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
configure:16971: $? = 0
configure:16971: g++ -c -g -O2 -I/home/work/.jumbo/include conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:45: error: expected primary-expression before ')' token
configure:16971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| /* end confdefs.h.  */
| #include "wchar.h"
| 
| int
| main ()
| {
| if (sizeof ((mbstate_t)))
|           return 0;
|   ;
|   return 0;
| }
configure:16971: result: yes
configure:16988: checking for leptonica
configure:17007: result: yes
configure:17009: checking for pixCreate in -llept
configure:17034: g++ -o conftest -g -O2 -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica -L/home/work/.jumbo/lib conftest.cpp -llept  
-lpthread  >&5
configure:17034: $? = 0
configure:17043: result: yes
configure:17060: checking leptonica version >= 1.71
configure:17077: g++ -E -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp
configure:17077: $? = 0
configure:17078: result: yes
configure:17092: checking unicode/uchar.h usability
configure:17092: g++ -c -g -O2 -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp >&5
conftest.cpp:75:27: unicode/uchar.h: No such file or directory
configure:17092: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBLEPT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <unicode/uchar.h>
configure:17092: result: no
configure:17092: checking unicode/uchar.h presence
configure:17092: g++ -E -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp
conftest.cpp:42:27: unicode/uchar.h: No such file or directory
configure:17092: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBLEPT 1
| /* end confdefs.h.  */
| #include <unicode/uchar.h>
configure:17092: result: no
configure:17092: checking for unicode/uchar.h
configure:17092: result: no
configure:17105: WARNING: Training tools WILL NOT be built because of missing 
icu library.
configure:17107: WARNING: Try to install libicu-devel package.
configure:17123: checking pango-1.0/pango/pango-features.h usability
configure:17123: g++ -c -g -O2 -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp >&5
conftest.cpp:75:44: pango-1.0/pango/pango-features.h: No such file or directory
configure:17123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBLEPT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pango-1.0/pango/pango-features.h>
configure:17123: result: no
configure:17123: checking pango-1.0/pango/pango-features.h presence
configure:17123: g++ -E -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp
conftest.cpp:42:44: pango-1.0/pango/pango-features.h: No such file or directory
configure:17123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBLEPT 1
| /* end confdefs.h.  */
| #include <pango-1.0/pango/pango-features.h>
configure:17123: result: no
configure:17123: checking for pango-1.0/pango/pango-features.h
configure:17123: result: no
configure:17136: WARNING: Training tools WILL NOT be built because of missing 
pango library.
configure:17138: WARNING: Try to install libpango1.0-dev package.
configure:17156: checking cairo/cairo-version.h usability
configure:17156: g++ -c -g -O2 -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp >&5
conftest.cpp:75:33: cairo/cairo-version.h: No such file or directory
configure:17156: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBLEPT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cairo/cairo-version.h>
configure:17156: result: no
configure:17156: checking cairo/cairo-version.h presence
configure:17156: g++ -E -I/home/work/.jumbo/include 
-I/usr/local/include/leptonica conftest.cpp
conftest.cpp:42:33: cairo/cairo-version.h: No such file or directory
configure:17156: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_STRING "tesseract 3.04.02dev"
| #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
| #define PACKAGE_URL ""
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.04.02dev"
| #define PACKAGE_YEAR "2016"
| #define PACKAGE_DATE "02/12"
| #define PACKAGE "tesseract"
| #define VERSION "3.04.01"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_TIFFIO_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_GETLINE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_OFF_T 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBLEPT 1
| /* end confdefs.h.  */
| #include <cairo/cairo-version.h>
configure:17156: result: no
configure:17156: checking for cairo/cairo-version.h
configure:17156: result: no
configure:17169: WARNING: Training tools WILL NOT be built because of missing 
cairo library.
configure:17171: WARNING: Try to install libcairo-dev?? package.
configure:17205: WARNING: Training tools WILL NOT be built because of missing 
c++11 support.
configure:17385: checking that generated files are newer than configure
configure:17391: result: done
configure:17523: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by tesseract config.status 3.04.01, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on cq01-piaohongji-m1.epc.baidu.com

config.status:1231: creating Makefile
config.status:1231: creating tesseract.pc
config.status:1231: creating api/Makefile
config.status:1231: creating ccmain/Makefile
config.status:1231: creating opencl/Makefile
config.status:1231: creating ccstruct/Makefile
config.status:1231: creating ccutil/Makefile
config.status:1231: creating classify/Makefile
config.status:1231: creating cube/Makefile
config.status:1231: creating cutil/Makefile
config.status:1231: creating dict/Makefile
config.status:1231: creating neural_networks/runtime/Makefile
config.status:1231: creating textord/Makefile
config.status:1231: creating viewer/Makefile
config.status:1231: creating wordrec/Makefile
config.status:1231: creating tessdata/Makefile
config.status:1231: creating tessdata/configs/Makefile
config.status:1231: creating tessdata/tessconfigs/Makefile
config.status:1231: creating testing/Makefile
config.status:1231: creating java/Makefile
config.status:1231: creating java/com/Makefile
config.status:1231: creating java/com/google/Makefile
config.status:1231: creating java/com/google/scrollview/Makefile
config.status:1231: creating java/com/google/scrollview/events/Makefile
config.status:1231: creating java/com/google/scrollview/ui/Makefile
config.status:1231: creating doc/Makefile
config.status:1231: creating config_auto.h
config.status:1460: executing depfiles commands
config.status:1460: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/home/work/.jumbo/include
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/home/work/.jumbo/lib
ac_cv_env_LIBLEPT_HEADERSDIR_set=
ac_cv_env_LIBLEPT_HEADERSDIR_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_getline=yes
ac_cv_func_snprintf=no
ac_cv_header_CL_cl_h=no
ac_cv_header_OpenCL_cl_h=no
ac_cv_header_cairo_cairo_version_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pango_1_0_pango_pango_features_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unicode_uchar_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_OpenCL_clGetPlatformIDs=no
ac_cv_lib_lept_pixCreate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_openmp=unsupported
ac_cv_prog_make_make_set=yes
ac_cv_search_sem_init=-lpthread
ac_cv_sys_file_offset_bits=no
ac_cv_sys_interpreter=yes
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=no
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_off_t=yes
ac_cv_type_wchar_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  
{\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  
{"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ 
]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) 
\(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) 
\([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} 
/home/work/hongji/soft/py/tesseract/tesseract-3.04/config/missing aclocal-1.13'
ADD_RT_FALSE='#'
ADD_RT_TRUE=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CPPFLAGS=' -O2 -DNDEBUG'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_LDFLAGS=''
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} 
/home/work/hongji/soft/py/tesseract/tesseract-3.04/config/missing autoconf'
AUTOHEADER='${SHELL} 
/home/work/hongji/soft/py/tesseract/tesseract-3.04/config/missing autoheader'
AUTOMAKE='${SHELL} 
/home/work/hongji/soft/py/tesseract/tesseract-3.04/config/missing automake-1.13'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS='-I/home/work/.jumbo/include -I/usr/local/include/leptonica'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMBEDDED_FALSE=''
EMBEDDED_TRUE='#'
ENABLE_TRAINING_FALSE=''
ENABLE_TRAINING_TRUE='#'
EXEEXT=''
FGREP='/bin/grep -F'
FRAMEWORK_OPENCL=''
GENERIC_API_VERSION='3.4'
GENERIC_LIBRARY_NAME='tesseract'
GENERIC_LIBRARY_VERSION='3:4'
GENERIC_MAJOR_VERSION='3'
GENERIC_RELEASE='3.4'
GENERIC_VERSION='3.4.1'
GRAPHICS_DISABLED_FALSE=''
GRAPHICS_DISABLED_TRUE='#'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-L/home/work/.jumbo/lib'
LIBLEPT_HEADERSDIR='/usr/local/include /usr/include 
/opt/local/include/leptonica'
LIBOBJS=''
LIBS='-llept -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} 
/home/work/hongji/soft/py/tesseract/tesseract-3.04/config/missing makeinfo'
MANIFEST_TOOL=':'
MINGW_FALSE=''
MINGW_TRUE='#'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_CUBE_BUILD_FALSE=''
NO_CUBE_BUILD_TRUE='#'
NO_TESSDATA_PREFIX_FALSE=''
NO_TESSDATA_PREFIX_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
OPENCL_CPPFLAGS=''
OPENCL_LDFLAGS=''
OPENMP_CXXFLAGS=''
OPENMP_FALSE=''
OPENMP_TRUE='#'
OSX_FALSE=''
OSX_TRUE='#'
OTOOL64=''
OTOOL=''
PACKAGE='tesseract'
PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues'
PACKAGE_DATE='02/12'
PACKAGE_NAME='tesseract'
PACKAGE_STRING='tesseract 3.04.02dev'
PACKAGE_TARNAME='tesseract'
PACKAGE_URL=''
PACKAGE_VERSION='3.04.02dev'
PACKAGE_YEAR='2016'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
T_WIN_FALSE=''
T_WIN_TRUE='#'
USE_OPENCL_FALSE=''
USE_OPENCL_TRUE='#'
USING_MULTIPLELIBS_FALSE=''
USING_MULTIPLELIBS_TRUE='#'
VERSION='3.04.01'
VISIBILITY_FALSE=''
VISIBILITY_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include/tesseract'
infodir='${datarootdir}/info'
install_sh='${SHELL} 
/home/work/hongji/soft/py/tesseract/tesseract-3.04/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/work/.jumbo'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "tesseract"
#define PACKAGE_TARNAME "tesseract"
#define PACKAGE_VERSION "3.04.02dev"
#define PACKAGE_STRING "tesseract 3.04.02dev"
#define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues";
#define PACKAGE_URL ""
#define PACKAGE_NAME "tesseract"
#define PACKAGE_VERSION "3.04.02dev"
#define PACKAGE_YEAR "2016"
#define PACKAGE_DATE "02/12"
#define PACKAGE "tesseract"
#define VERSION "3.04.01"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_TIFFIO_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_GETLINE 1
#define HAVE_WCHAR_T 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_OFF_T 1
#define HAVE_MBSTATE_T 1
#define HAVE_LIBLEPT 1

configure: exit 0

Reply via email to