tac: write error >>> cfg-update-1.8.2-r1: Creating checksum index... >>> Unpacking source... >>> Unpacking ocropus-0.4.tar.gz to /var/tmp/portage/app-text/ocropus-0.4/work * Applying genAM.py.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' ... * Running aclocal ...  [ ok ] * Running autoconf ...  [ ok ] * Running automake --add-missing --copy --foreign ...  [ ok ] >>> Source unpacked in /var/tmp/portage/app-text/ocropus-0.4/work >>> Compiling source in /var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-tesseract=/usr --with-iulib=/usr --without-fst --with-aspell --with-SDL --without-leptonica checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for /usr/include/tesseract/baseapi.h... yes checking for /usr/include/iulib/imgio.h... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for unistd.h... (cached) yes checking for compress in -lz... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_sig_cmp in -lpng... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_std_error in -ljpeg... yes checking for TIFFOpen in -ltiff... yes checking for exit in -liulib... yes checking for pthread_create in -lpthread... yes checking for err_exit in -ltesseract_full... yes checking for abort in -lgslcblas... yes checking for gsl_error in -lgsl... yes checking for exit in -lblas... yes checking for SDL_Init in -lSDL... yes checking for rotozoomSurface in -lSDL_gfx... no checking for GOMP_parallel_start in -lgomp... no checking for int64_t... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for dup2... yes checking for memset... yes checking for sqrt... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands OK! You can build and install OCRopus the usual way: make sudo make install To recognize something, you can use ocroscript recognize data/pages/alice_1.png make -j4 Making all in . make[1]: Entering directory `/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT components.o -MD -MP -MF .deps/components.Tpo -c -o components.o `test -f './ocr-utils/components.cc' || echo './'`./ocr-utils/components.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT didegrade.o -MD -MP -MF .deps/didegrade.Tpo -c -o didegrade.o `test -f './ocr-utils/didegrade.cc' || echo './'`./ocr-utils/didegrade.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT xml-entities.o -MD -MP -MF .deps/xml-entities.Tpo -c -o xml-entities.o `test -f './ocr-utils/xml-entities.cc' || echo './'`./ocr-utils/xml-entities.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT init-ocropus.o -MD -MP -MF .deps/init-ocropus.Tpo -c -o init-ocropus.o `test -f './ocr-utils/init-ocropus.cc' || echo './'`./ocr-utils/init-ocropus.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = glinerec::IDpSegmenter]' ./ocr-utils/init-ocropus.cc:38: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::IGrouper]' ./ocr-utils/init-ocropus.cc:41: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::ICleanupBinary]' ./ocr-utils/init-ocropus.cc:43: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::ICleanupGray]' ./ocr-utils/init-ocropus.cc:47: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::ITextImageClassification]' ./ocr-utils/init-ocropus.cc:50: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::ISegmentPage]' ./ocr-utils/init-ocropus.cc:52: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::OcroFST]' ./ocr-utils/init-ocropus.cc:58: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::IBinarize]' ./ocr-utils/init-ocropus.cc:59: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorFun': ./ocr-utils/components.h:314: instantiated from 'void ocropus::component_register(const char*, T* (*)(), bool) [with T = ocropus::ISegmentLine]' ./ocr-utils/init-ocropus.cc:62: instantiated from here ./ocr-utils/components.h:293: warning: 'struct ocropus::ComponentConstructorFun' has virtual functions but non-virtual destructor mv -f .deps/init-ocropus.Tpo .deps/init-ocropus.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT pagesegs.o -MD -MP -MF .deps/pagesegs.Tpo -c -o pagesegs.o `test -f './ocr-utils/pagesegs.cc' || echo './'`./ocr-utils/pagesegs.cc mv -f .deps/xml-entities.Tpo .deps/xml-entities.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT narray-io.o -MD -MP -MF .deps/narray-io.Tpo -c -o narray-io.o `test -f './ocr-utils/narray-io.cc' || echo './'`./ocr-utils/narray-io.cc mv -f .deps/didegrade.Tpo .deps/didegrade.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT resource-path.o -MD -MP -MF .deps/resource-path.Tpo -c -o resource-path.o `test -f './ocr-utils/resource-path.cc' || echo './'`./ocr-utils/resource-path.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/pagesegs.Tpo .deps/pagesegs.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT editdist.o -MD -MP -MF .deps/editdist.Tpo -c -o editdist.o `test -f './ocr-utils/editdist.cc' || echo './'`./ocr-utils/editdist.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/resource-path.Tpo .deps/resource-path.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT logger.o -MD -MP -MF .deps/logger.Tpo -c -o logger.o `test -f './ocr-utils/logger.cc' || echo './'`./ocr-utils/logger.cc mv -f .deps/components.Tpo .deps/components.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT grouper.o -MD -MP -MF .deps/grouper.Tpo -c -o grouper.o `test -f './ocr-utils/grouper.cc' || echo './'`./ocr-utils/grouper.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/narray-io.Tpo .deps/narray-io.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT linesegs.o -MD -MP -MF .deps/linesegs.Tpo -c -o linesegs.o `test -f './ocr-utils/linesegs.cc' || echo './'`./ocr-utils/linesegs.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/editdist.Tpo .deps/editdist.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT sysutil.o -MD -MP -MF .deps/sysutil.Tpo -c -o sysutil.o `test -f './ocr-utils/sysutil.cc' || echo './'`./ocr-utils/sysutil.cc mv -f .deps/linesegs.Tpo .deps/linesegs.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-utils.o -MD -MP -MF .deps/ocr-utils.Tpo -c -o ocr-utils.o `test -f './ocr-utils/ocr-utils.cc' || echo './'`./ocr-utils/ocr-utils.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/sysutil.Tpo .deps/sysutil.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-cseg-ccs.o -MD -MP -MF .deps/ocr-cseg-ccs.Tpo -c -o ocr-cseg-ccs.o `test -f './ocr-lineseg/ocr-cseg-ccs.cc' || echo './'`./ocr-lineseg/ocr-cseg-ccs.cc mv -f .deps/logger.Tpo .deps/logger.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT seg-ccs.o -MD -MP -MF .deps/seg-ccs.Tpo -c -o seg-ccs.o `test -f './ocr-lineseg/seg-ccs.cc' || echo './'`./ocr-lineseg/seg-ccs.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/grouper.Tpo .deps/grouper.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT seg-skel.o -MD -MP -MF .deps/seg-skel.Tpo -c -o seg-skel.o `test -f './ocr-lineseg/seg-skel.cc' || echo './'`./ocr-lineseg/seg-skel.cc mv -f .deps/ocr-cseg-ccs.Tpo .deps/ocr-cseg-ccs.Po mv -f .deps/seg-ccs.Tpo .deps/seg-ccs.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT seg-eval.o -MD -MP -MF .deps/seg-eval.Tpo -c -o seg-eval.o `test -f './ocr-lineseg/seg-eval.cc' || echo './'`./ocr-lineseg/seg-eval.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-cseg-projection.o -MD -MP -MF .deps/ocr-cseg-projection.Tpo -c -o ocr-cseg-projection.o `test -f './ocr-lineseg/ocr-cseg-projection.cc' || echo './'`./ocr-lineseg/ocr-cseg-projection.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-utils.Tpo .deps/ocr-utils.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT seg-cuts.o -MD -MP -MF .deps/seg-cuts.Tpo -c -o seg-cuts.o `test -f './ocr-lineseg/seg-cuts.cc' || echo './'`./ocr-lineseg/seg-cuts.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/seg-eval.Tpo .deps/seg-eval.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-text-image-seg-leptonica.o -MD -MP -MF .deps/ocr-text-image-seg-leptonica.Tpo -c -o ocr-text-image-seg-leptonica.o `test -f './ocr-leptonica/ocr-text-image-seg-leptonica.cc' || echo './'`./ocr-leptonica/ocr-text-image-seg-leptonica.cc mv -f .deps/ocr-cseg-projection.Tpo .deps/ocr-cseg-projection.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-color-encode-layout.o -MD -MP -MF .deps/ocr-color-encode-layout.Tpo -c -o ocr-color-encode-layout.o `test -f './ocr-layout/ocr-color-encode-layout.cc' || echo './'`./ocr-layout/ocr-color-encode-layout.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/seg-skel.Tpo .deps/seg-skel.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-extract-gutters.o -MD -MP -MF .deps/ocr-extract-gutters.Tpo -c -o ocr-extract-gutters.o `test -f './ocr-layout/ocr-extract-gutters.cc' || echo './'`./ocr-layout/ocr-extract-gutters.cc mv -f .deps/ocr-text-image-seg-leptonica.Tpo .deps/ocr-text-image-seg-leptonica.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-layout-smear.o -MD -MP -MF .deps/ocr-layout-smear.Tpo -c -o ocr-layout-smear.o `test -f './ocr-layout/ocr-layout-smear.cc' || echo './'`./ocr-layout/ocr-layout-smear.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-color-encode-layout.Tpo .deps/ocr-color-encode-layout.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-extract-rulings.o -MD -MP -MF .deps/ocr-extract-rulings.Tpo -c -o ocr-extract-rulings.o `test -f './ocr-layout/ocr-extract-rulings.cc' || echo './'`./ocr-layout/ocr-extract-rulings.cc mv -f .deps/ocr-extract-gutters.Tpo .deps/ocr-extract-gutters.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-segmentations.o -MD -MP -MF .deps/ocr-segmentations.Tpo -c -o ocr-segmentations.o `test -f './ocr-layout/ocr-segmentations.cc' || echo './'`./ocr-layout/ocr-segmentations.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-layout-smear.Tpo .deps/ocr-layout-smear.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-ctextline-rast.o -MD -MP -MF .deps/ocr-ctextline-rast.Tpo -c -o ocr-ctextline-rast.o `test -f './ocr-layout/ocr-ctextline-rast.cc' || echo './'`./ocr-layout/ocr-ctextline-rast.cc mv -f .deps/ocr-extract-rulings.Tpo .deps/ocr-extract-rulings.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-doc-clean.o -MD -MP -MF .deps/ocr-doc-clean.Tpo -c -o ocr-doc-clean.o `test -f './ocr-layout/ocr-doc-clean.cc' || echo './'`./ocr-layout/ocr-doc-clean.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/seg-cuts.Tpo .deps/seg-cuts.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-classify-zones.o -MD -MP -MF .deps/ocr-classify-zones.Tpo -c -o ocr-classify-zones.o `test -f './ocr-layout/ocr-classify-zones.cc' || echo './'`./ocr-layout/ocr-classify-zones.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-segmentations.Tpo .deps/ocr-segmentations.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-doc-clean-concomp.o -MD -MP -MF .deps/ocr-doc-clean-concomp.Tpo -c -o ocr-doc-clean-concomp.o `test -f './ocr-layout/ocr-doc-clean-concomp.cc' || echo './'`./ocr-layout/ocr-doc-clean-concomp.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-doc-clean.Tpo .deps/ocr-doc-clean.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-layout-rast.o -MD -MP -MF .deps/ocr-layout-rast.Tpo -c -o ocr-layout-rast.o `test -f './ocr-layout/ocr-layout-rast.cc' || echo './'`./ocr-layout/ocr-layout-rast.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-doc-clean-concomp.Tpo .deps/ocr-doc-clean-concomp.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-layout-1cp.o -MD -MP -MF .deps/ocr-layout-1cp.Tpo -c -o ocr-layout-1cp.o `test -f './ocr-layout/ocr-layout-1cp.cc' || echo './'`./ocr-layout/ocr-layout-1cp.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-classify-zones.Tpo .deps/ocr-classify-zones.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-noisefilter.o -MD -MP -MF .deps/ocr-noisefilter.Tpo -c -o ocr-noisefilter.o `test -f './ocr-layout/ocr-noisefilter.cc' || echo './'`./ocr-layout/ocr-noisefilter.cc mv -f .deps/ocr-ctextline-rast.Tpo .deps/ocr-ctextline-rast.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT log-reg-data.o -MD -MP -MF .deps/log-reg-data.Tpo -c -o log-reg-data.o `test -f './ocr-layout/log-reg-data.cc' || echo './'`./ocr-layout/log-reg-data.cc mv -f .deps/log-reg-data.Tpo .deps/log-reg-data.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-detect-columns.o -MD -MP -MF .deps/ocr-detect-columns.Tpo -c -o ocr-detect-columns.o `test -f './ocr-layout/ocr-detect-columns.cc' || echo './'`./ocr-layout/ocr-detect-columns.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-noisefilter.Tpo .deps/ocr-noisefilter.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-whitespace-cover.o -MD -MP -MF .deps/ocr-whitespace-cover.Tpo -c -o ocr-whitespace-cover.o `test -f './ocr-layout/ocr-whitespace-cover.cc' || echo './'`./ocr-layout/ocr-whitespace-cover.cc mv -f .deps/ocr-layout-1cp.Tpo .deps/ocr-layout-1cp.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-pageframe-rast.o -MD -MP -MF .deps/ocr-pageframe-rast.Tpo -c -o ocr-pageframe-rast.o `test -f './ocr-layout/ocr-pageframe-rast.cc' || echo './'`./ocr-layout/ocr-pageframe-rast.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-layout-rast.Tpo .deps/ocr-layout-rast.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-pageseg-xycut.o -MD -MP -MF .deps/ocr-pageseg-xycut.Tpo -c -o ocr-pageseg-xycut.o `test -f './ocr-layout/ocr-pageseg-xycut.cc' || echo './'`./ocr-layout/ocr-pageseg-xycut.cc mv -f .deps/ocr-detect-columns.Tpo .deps/ocr-detect-columns.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-detect-paragraphs.o -MD -MP -MF .deps/ocr-detect-paragraphs.Tpo -c -o ocr-detect-paragraphs.o `test -f './ocr-layout/ocr-detect-paragraphs.cc' || echo './'`./ocr-layout/ocr-detect-paragraphs.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-layout/ocr-pageframe-rast.cc: In member function 'virtual void ocropus::PageFrameRAST::cleanup(colib::bytearray&, colib::bytearray&)': ./ocr-layout/ocr-pageframe-rast.cc:339: warning: converting to 'int' from 'double' ./ocr-layout/ocr-pageframe-rast.cc:340: warning: converting to 'int' from 'double' ./ocr-layout/ocr-pageframe-rast.cc:341: warning: converting to 'int' from 'double' ./ocr-layout/ocr-pageframe-rast.cc:342: warning: converting to 'int' from 'double' ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-whitespace-cover.Tpo .deps/ocr-whitespace-cover.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-word-segmentation.o -MD -MP -MF .deps/ocr-word-segmentation.Tpo -c -o ocr-word-segmentation.o `test -f './ocr-layout/ocr-word-segmentation.cc' || echo './'`./ocr-layout/ocr-word-segmentation.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-detect-paragraphs.Tpo .deps/ocr-detect-paragraphs.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-text-image-seg.o -MD -MP -MF .deps/ocr-text-image-seg.Tpo -c -o ocr-text-image-seg.o `test -f './ocr-layout/ocr-text-image-seg.cc' || echo './'`./ocr-layout/ocr-text-image-seg.cc mv -f .deps/ocr-pageseg-xycut.Tpo .deps/ocr-pageseg-xycut.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-ctextline-rast-extended.o -MD -MP -MF .deps/ocr-ctextline-rast-extended.Tpo -c -o ocr-ctextline-rast-extended.o `test -f './ocr-layout/ocr-ctextline-rast-extended.cc' || echo './'`./ocr-layout/ocr-ctextline-rast-extended.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-pageframe-rast.Tpo .deps/ocr-pageframe-rast.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-deskew-rast.o -MD -MP -MF .deps/ocr-deskew-rast.Tpo -c -o ocr-deskew-rast.o `test -f './ocr-layout/ocr-deskew-rast.cc' || echo './'`./ocr-layout/ocr-deskew-rast.cc mv -f .deps/ocr-word-segmentation.Tpo .deps/ocr-word-segmentation.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-pageseg-wcuts.o -MD -MP -MF .deps/ocr-pageseg-wcuts.Tpo -c -o ocr-pageseg-wcuts.o `test -f './ocr-layout/ocr-pageseg-wcuts.cc' || echo './'`./ocr-layout/ocr-pageseg-wcuts.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-text-image-seg.Tpo .deps/ocr-text-image-seg.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-visualize-layout-rast.o -MD -MP -MF .deps/ocr-visualize-layout-rast.Tpo -c -o ocr-visualize-layout-rast.o `test -f './ocr-layout/ocr-visualize-layout-rast.cc' || echo './'`./ocr-layout/ocr-visualize-layout-rast.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-deskew-rast.Tpo .deps/ocr-deskew-rast.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-char-stats.o -MD -MP -MF .deps/ocr-char-stats.Tpo -c -o ocr-char-stats.o `test -f './ocr-layout/ocr-char-stats.cc' || echo './'`./ocr-layout/ocr-char-stats.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-ctextline-rast-extended.Tpo .deps/ocr-ctextline-rast-extended.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT line-info.o -MD -MP -MF .deps/line-info.Tpo -c -o line-info.o `test -f './ocr-layout/line-info.cc' || echo './'`./ocr-layout/line-info.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-pageseg-wcuts.Tpo .deps/ocr-pageseg-wcuts.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-reading-order.o -MD -MP -MF .deps/ocr-reading-order.Tpo -c -o ocr-reading-order.o `test -f './ocr-layout/ocr-reading-order.cc' || echo './'`./ocr-layout/ocr-reading-order.cc mv -f .deps/ocr-visualize-layout-rast.Tpo .deps/ocr-visualize-layout-rast.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-commands.o -MD -MP -MF .deps/ocr-commands.Tpo -c -o ocr-commands.o `test -f './ocr-commands/ocr-commands.cc' || echo './'`./ocr-commands/ocr-commands.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/line-info.Tpo .deps/line-info.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-binarize-range.o -MD -MP -MF .deps/ocr-binarize-range.Tpo -c -o ocr-binarize-range.o `test -f './ocr-binarize/ocr-binarize-range.cc' || echo './'`./ocr-binarize/ocr-binarize-range.cc In file included from ./include/glinerec.h:57, from ./ocr-commands/ocr-commands.cc:36: ./include/glutils.h:139: warning: ignoring #pragma omp parallel ./ocr-commands/ocr-commands.cc:338: warning: ignoring #pragma omp parallel ./ocr-commands/ocr-commands.cc:340: warning: ignoring #pragma omp critical ./ocr-commands/ocr-commands.cc:364: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:366: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:444: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:446: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:448: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:450: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:453: warning: ignoring #pragma omp atomic ./ocr-commands/ocr-commands.cc:457: warning: ignoring #pragma omp critical ./ocr-commands/ocr-commands.cc:941: warning: ignoring #pragma omp parallel mv -f .deps/ocr-char-stats.Tpo .deps/ocr-char-stats.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-binarize-otsu.o -MD -MP -MF .deps/ocr-binarize-otsu.Tpo -c -o ocr-binarize-otsu.o `test -f './ocr-binarize/ocr-binarize-otsu.cc' || echo './'`./ocr-binarize/ocr-binarize-otsu.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./include/glutils.h: In function 'colib::point::centroid(colib::bytearray&)': ./include/glutils.h:524: warning: passing 'double' for argument 1 to 'colib::point::point(int, int)' ./include/glutils.h:524: warning: passing 'double' for argument 2 to 'colib::point::point(int, int)' ./ocr-commands/ocr-commands.cc: In function 'int ocropus::main_lines2fsts(int, char**)': ./ocr-commands/ocr-commands.cc:445: warning: converting to 'int' from 'float' ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor /usr/include/colib/narray.h: In member function 'colib::narray& colib::narray::truncate(int) [with T = char]': ./ocr-utils/narray-binio.h:48: instantiated from here /usr/include/colib/narray.h:261: warning: no return statement in function returning non-void mv -f .deps/ocr-reading-order.Tpo .deps/ocr-reading-order.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-binarize-sauvola.o -MD -MP -MF .deps/ocr-binarize-sauvola.Tpo -c -o ocr-binarize-sauvola.o `test -f './ocr-binarize/ocr-binarize-sauvola.cc' || echo './'`./ocr-binarize/ocr-binarize-sauvola.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocr-binarize-range.Tpo .deps/ocr-binarize-range.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT usage.o -MD -MP -MF .deps/usage.Tpo -c -o usage.o `test -f './ocr-voronoi/usage.cc' || echo './'`./ocr-voronoi/usage.cc mv -f .deps/usage.Tpo .deps/usage.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o `test -f './ocr-voronoi/hash.cc' || echo './'`./ocr-voronoi/hash.cc mv -f .deps/hash.Tpo .deps/hash.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT img_to_site.o -MD -MP -MF .deps/img_to_site.Tpo -c -o img_to_site.o `test -f './ocr-voronoi/img_to_site.cc' || echo './'`./ocr-voronoi/img_to_site.cc mv -f .deps/ocr-binarize-otsu.Tpo .deps/ocr-binarize-otsu.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT heap.o -MD -MP -MF .deps/heap.Tpo -c -o heap.o `test -f './ocr-voronoi/heap.cc' || echo './'`./ocr-voronoi/heap.cc ./ocr-voronoi/heap.cc: In function 'int voronoi::PQbucket(voronoi::Halfedge*)': ./ocr-voronoi/heap.cc:50: warning: converting to 'int' from 'float' mv -f .deps/img_to_site.Tpo .deps/img_to_site.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT bit_func.o -MD -MP -MF .deps/bit_func.Tpo -c -o bit_func.o `test -f './ocr-voronoi/bit_func.cc' || echo './'`./ocr-voronoi/bit_func.cc mv -f .deps/heap.Tpo .deps/heap.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT edgelist.o -MD -MP -MF .deps/edgelist.Tpo -c -o edgelist.o `test -f './ocr-voronoi/edgelist.cc' || echo './'`./ocr-voronoi/edgelist.cc ./ocr-voronoi/edgelist.cc: In function 'voronoi::Halfedge* voronoi::ELleftbnd(voronoi::Point*)': ./ocr-voronoi/edgelist.cc:79: warning: converting to 'int' from 'float' mv -f .deps/bit_func.Tpo .deps/bit_func.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o `test -f './ocr-voronoi/output.cc' || echo './'`./ocr-voronoi/output.cc mv -f .deps/edgelist.Tpo .deps/edgelist.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT dinfo.o -MD -MP -MF .deps/dinfo.Tpo -c -o dinfo.o `test -f './ocr-voronoi/dinfo.cc' || echo './'`./ocr-voronoi/dinfo.cc mv -f .deps/dinfo.Tpo .deps/dinfo.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT voronoi-ocropus.o -MD -MP -MF .deps/voronoi-ocropus.Tpo -c -o voronoi-ocropus.o `test -f './ocr-voronoi/voronoi-ocropus.cc' || echo './'`./ocr-voronoi/voronoi-ocropus.cc mv -f .deps/output.Tpo .deps/output.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT sites.o -MD -MP -MF .deps/sites.Tpo -c -o sites.o `test -f './ocr-voronoi/sites.cc' || echo './'`./ocr-voronoi/sites.cc mv -f .deps/sites.Tpo .deps/sites.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT draw_line.o -MD -MP -MF .deps/draw_line.Tpo -c -o draw_line.o `test -f './ocr-voronoi/draw_line.cc' || echo './'`./ocr-voronoi/draw_line.cc mv -f .deps/draw_line.Tpo .deps/draw_line.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o `test -f './ocr-voronoi/memory.cc' || echo './'`./ocr-voronoi/memory.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/memory.Tpo .deps/memory.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT cline.o -MD -MP -MF .deps/cline.Tpo -c -o cline.o `test -f './ocr-voronoi/cline.cc' || echo './'`./ocr-voronoi/cline.cc mv -f .deps/cline.Tpo .deps/cline.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT label_func.o -MD -MP -MF .deps/label_func.Tpo -c -o label_func.o `test -f './ocr-voronoi/label_func.cc' || echo './'`./ocr-voronoi/label_func.cc mv -f .deps/label_func.Tpo .deps/label_func.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT voronoi.o -MD -MP -MF .deps/voronoi.Tpo -c -o voronoi.o `test -f './ocr-voronoi/voronoi.cc' || echo './'`./ocr-voronoi/voronoi.cc mv -f .deps/ocr-binarize-sauvola.Tpo .deps/ocr-binarize-sauvola.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT geometry.o -MD -MP -MF .deps/geometry.Tpo -c -o geometry.o `test -f './ocr-voronoi/geometry.cc' || echo './'`./ocr-voronoi/geometry.cc mv -f .deps/voronoi.Tpo .deps/voronoi.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT erase.o -MD -MP -MF .deps/erase.Tpo -c -o erase.o `test -f './ocr-voronoi/erase.cc' || echo './'`./ocr-voronoi/erase.cc ./ocr-voronoi/geometry.cc: In function 'void voronoi::geominit()': ./ocr-voronoi/geometry.cc:25: warning: converting to 'int' from 'double' mv -f .deps/geometry.Tpo .deps/geometry.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT read_image.o -MD -MP -MF .deps/read_image.Tpo -c -o read_image.o `test -f './ocr-voronoi/read_image.cc' || echo './'`./ocr-voronoi/read_image.cc mv -f .deps/voronoi-ocropus.Tpo .deps/voronoi-ocropus.Po mv -f .deps/erase.Tpo .deps/erase.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT voronoi-pageseg.o -MD -MP -MF .deps/voronoi-pageseg.Tpo -c -o voronoi-pageseg.o `test -f './ocr-voronoi/voronoi-pageseg.cc' || echo './'`./ocr-voronoi/voronoi-pageseg.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT beam-search.o -MD -MP -MF .deps/beam-search.Tpo -c -o beam-search.o `test -f './ocr-pfst/beam-search.cc' || echo './'`./ocr-pfst/beam-search.cc mv -f .deps/voronoi-pageseg.Tpo .deps/voronoi-pageseg.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT lattice.o -MD -MP -MF .deps/lattice.Tpo -c -o lattice.o `test -f './ocr-pfst/lattice.cc' || echo './'`./ocr-pfst/lattice.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/read_image.Tpo .deps/read_image.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocrofst-io.o -MD -MP -MF .deps/ocrofst-io.Tpo -c -o ocrofst-io.o `test -f './ocr-pfst/ocrofst-io.cc' || echo './'`./ocr-pfst/ocrofst-io.cc mv -f .deps/beam-search.Tpo .deps/beam-search.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocrofst-impl.o -MD -MP -MF .deps/ocrofst-impl.Tpo -c -o ocrofst-impl.o `test -f './ocr-pfst/ocrofst-impl.cc' || echo './'`./ocr-pfst/ocrofst-impl.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocrofst-io.Tpo .deps/ocrofst-io.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocrofst-util.o -MD -MP -MF .deps/ocrofst-util.Tpo -c -o ocrofst-util.o `test -f './ocr-pfst/ocrofst-util.cc' || echo './'`./ocr-pfst/ocrofst-util.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/lattice.Tpo .deps/lattice.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT a-star.o -MD -MP -MF .deps/a-star.Tpo -c -o a-star.o `test -f './ocr-pfst/a-star.cc' || echo './'`./ocr-pfst/a-star.cc mv -f .deps/ocrofst-util.Tpo .deps/ocrofst-util.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocrofst-heap.o -MD -MP -MF .deps/ocrofst-heap.Tpo -c -o ocrofst-heap.o `test -f './ocr-pfst/ocrofst-heap.cc' || echo './'`./ocr-pfst/ocrofst-heap.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocrofst-heap.Tpo .deps/ocrofst-heap.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT glclass.o -MD -MP -MF .deps/glclass.Tpo -c -o glclass.o `test -f './ocr-line/glclass.cc' || echo './'`./ocr-line/glclass.cc In file included from ./include/glinerec.h:57, from ./ocr-line/glclass.cc:5: ./include/glutils.h:139: warning: ignoring #pragma omp parallel mv -f .deps/ocr-commands.Tpo .deps/ocr-commands.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT linerec.o -MD -MP -MF .deps/linerec.Tpo -c -o linerec.o `test -f './ocr-line/linerec.cc' || echo './'`./ocr-line/linerec.cc In file included from ./include/glinerec.h:57, from ./ocr-line/linerec.cc:33: ./include/glutils.h:139: warning: ignoring #pragma omp parallel ./ocr-line/linerec.cc:471: warning: ignoring #pragma omp atomic ./ocr-line/linerec.cc:473: warning: ignoring #pragma omp critical ./ocr-line/linerec.cc:483: warning: ignoring #pragma omp atomic ./ocr-line/linerec.cc:544: warning: ignoring #pragma omp parallel ./ocr-line/linerec.cc:557: warning: ignoring #pragma omp critical ./ocr-line/glclass.cc:105: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:129: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:175: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:236: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:421: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:644: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:1166: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:1403: warning: ignoring #pragma omp parallel ./ocr-line/glclass.cc:1623: warning: ignoring #pragma omp parallel ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocrofst-impl.Tpo .deps/ocrofst-impl.Po mv -f .deps/a-star.Tpo .deps/a-star.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT glfmaps.o -MD -MP -MF .deps/glfmaps.Tpo -c -o glfmaps.o `test -f './ocr-line/glfmaps.cc' || echo './'`./ocr-line/glfmaps.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT glcuts.o -MD -MP -MF .deps/glcuts.Tpo -c -o glcuts.o `test -f './ocr-line/glcuts.cc' || echo './'`./ocr-line/glcuts.cc In file included from ./include/glinerec.h:57, from ./ocr-line/glfmaps.cc:9: ./include/glutils.h:139: warning: ignoring #pragma omp parallel ./include/glutils.h: In function 'colib::point::centroid(colib::bytearray&)': ./include/glutils.h:524: warning: passing 'double' for argument 1 to 'colib::point::point(int, int)' ./include/glutils.h:524: warning: passing 'double' for argument 2 to 'colib::point::point(int, int)' ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-line/linerec.cc: In member function 'void glinerec::LinerecExtracted::correct_extended_line_info(float&, float&, float&, float&, float&, colib::intarray&)': ./ocr-line/linerec.cc:227: warning: converting to 'int' from 'float' ./ocr-line/linerec.cc:228: warning: converting to 'int' from 'float' ./ocr-line/linerec.cc:229: warning: converting to 'int' from 'float' ./ocr-line/linerec.cc: In member function 'void glinerec::LinerecExtracted::extractFeaturesCenter(colib::floatarray&, int)': ./ocr-line/linerec.cc:302: warning: converting to 'int' from 'double' ./ocr-line/linerec.cc: In member function 'void glinerec::LinerecExtracted::pushProps(colib::floatarray&, int)': ./ocr-line/linerec.cc:393: warning: converting to 'int' from 'double' ./ocr-line/linerec.cc: In member function 'virtual void glinerec::LinerecExtracted::addTrainingLine(colib::intarray&, colib::bytearray&, colib::nustring&)': ./ocr-line/linerec.cc:464: warning: converting to 'int' from 'double' /usr/include/colib/narray.h: In member function 'colib::narray& colib::narray::truncate(int) [with T = char]': ./ocr-utils/narray-binio.h:48: instantiated from here /usr/include/colib/narray.h:261: warning: no return statement in function returning non-void ./include/glutils.h: In function 'colib::point::centroid(colib::bytearray&)': ./include/glutils.h:524: warning: passing 'double' for argument 1 to 'colib::point::point(int, int)' ./include/glutils.h:524: warning: passing 'double' for argument 2 to 'colib::point::point(int, int)' ./ocr-utils/components.h: At global scope: ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::LinerecExtracted]' ./ocr-line/linerec.cc:617: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-line/glclass.cc: In function 'int glinerec::compute_confusions(colib::intarray&, colib::intarray&)': ./ocr-line/glclass.cc:229: warning: converting to 'int' from 'float' ./ocr-line/glclass.cc: In member function 'virtual void glinerec::KnnClassifier::info(int, FILE*)': ./ocr-line/glclass.cc:330: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual float glinerec::KnnClassifier::outputs(colib::floatarray&, colib::floatarray&)': ./ocr-line/glclass.cc:391: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:407: warning: converting to 'int' from 'double' ./ocr-line/glcuts.cc: In member function 'void glinerec::DpSegmenter::setParams()': ./ocr-line/glcuts.cc:234: warning: converting to 'int' from 'double' ./ocr-line/glcuts.cc:235: warning: converting to 'int' from 'double' ./ocr-line/glcuts.cc:236: warning: converting to 'int' from 'double' ./ocr-line/glcuts.cc:237: warning: converting to 'int' from 'double' ./ocr-line/glcuts.cc:238: warning: converting to 'int' from 'double' ./ocr-line/glcuts.cc:240: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual void glinerec::BitNN::info(int, FILE*)': ./ocr-line/glclass.cc:595: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual float glinerec::BitNN::outputs(colib::floatarray&, colib::floatarray&)': ./ocr-line/glclass.cc:639: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual float glinerec::MlpClassifier::outputs(colib::floatarray&, colib::floatarray&)': ./ocr-line/glclass.cc:907: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'void glinerec::MlpClassifier::trainOne(colib::floatarray&, colib::floatarray&, colib::floatarray&, float)': ./ocr-line/glclass.cc:990: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual void glinerec::MlpClassifier::train(glinerec::IDataset&)': ./ocr-line/glclass.cc:1023: warning: converting to 'int' from 'float' ./ocr-line/glclass.cc:1039: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual void glinerec::AutoMlpClassifier::train(glinerec::IDataset&)': ./ocr-line/glclass.cc:1075: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'void glinerec::AutoMlpClassifier::trainBatch(glinerec::IDataset&, glinerec::IDataset&)': ./ocr-line/glclass.cc:1127: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1128: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1129: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1130: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1131: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1132: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1137: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1158: warning: passing 'float' for argument 2 to 'void glinerec::MlpClassifier::initData(glinerec::IDataset&, int)' ./ocr-line/glclass.cc: In member function 'virtual void glinerec::AdaBoost::train(glinerec::IDataset&)': ./ocr-line/glclass.cc:1436: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc:1454: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual void glinerec::CascadedMLP::train(glinerec::IDataset&)': ./ocr-line/glclass.cc:1617: warning: converting to 'int' from 'double' ./ocr-line/glclass.cc: In member function 'virtual float glinerec::CascadedMLP::outputs(colib::floatarray&, colib::floatarray&)': ./ocr-line/glclass.cc:1639: warning: converting to 'int' from 'double' ./include/glutils.h: In function 'colib::point::centroid(colib::bytearray&)': ./include/glutils.h:524: warning: passing 'double' for argument 1 to 'colib::point::point(int, int)' ./include/glutils.h:524: warning: passing 'double' for argument 2 to 'colib::point::point(int, int)' /usr/include/colib/narray.h: In member function 'colib::narray& colib::narray::truncate(int) [with T = char]': ./ocr-utils/narray-binio.h:48: instantiated from here /usr/include/colib/narray.h:261: warning: no return statement in function returning non-void /usr/include/colib/narray.h: In member function 'colib::narray& colib::narray::truncate(int) [with T = int]': ./ocr-line/glclass.cc:295: instantiated from here /usr/include/colib/narray.h:261: warning: no return statement in function returning non-void ./ocr-line/glfmaps.cc: In member function 'virtual void glinerec::SimpleFeatureMap::setLine(colib::bytearray&)': ./ocr-line/glfmaps.cc:320: warning: converting to 'int' from 'double' ./ocr-utils/components.h: At global scope: ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::MappedClassifier]' ./ocr-line/glclass.cc:1795: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::Float8Buffer]' ./ocr-line/glclass.cc:1796: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::KnnClassifier]' ./ocr-line/glclass.cc:1798: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::BitNN]' ./ocr-line/glclass.cc:1799: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::AutoMlpClassifier]' ./ocr-line/glclass.cc:1801: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew2': ./ocr-utils/components.h:310: instantiated from 'void ocropus::component_register2(const char*, bool) [with T = glinerec::MappedClassifier, S = glinerec::AutoMlpClassifier]' ./ocr-line/glclass.cc:1802: instantiated from here ./ocr-utils/components.h:286: warning: 'struct ocropus::ComponentConstructorNew2' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::AdaBoost]' ./ocr-line/glclass.cc:1804: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew2': ./ocr-utils/components.h:310: instantiated from 'void ocropus::component_register2(const char*, bool) [with T = glinerec::MappedClassifier, S = glinerec::AdaBoost]' ./ocr-line/glclass.cc:1805: instantiated from here ./ocr-utils/components.h:286: warning: 'struct ocropus::ComponentConstructorNew2' has virtual functions but non-virtual destructor ./ocr-line/glfmaps.cc: In member function 'virtual void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&)': ./ocr-line/glfmaps.cc:494: warning: converting to 'int' from 'double'./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::CascadedMLP]' ./ocr-line/glclass.cc:1807: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew2': ./ocr-utils/components.h:310: instantiated from 'void ocropus::component_register2(const char*, bool) [with T = glinerec::MappedClassifier, S = glinerec::CascadedMLP]' ./ocr-line/glclass.cc:1808: instantiated from here ./ocr-utils/components.h:286: warning: 'struct ocropus::ComponentConstructorNew2' has virtual functions but non-virtual destructor ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::LatinClassifier]' ./ocr-line/glclass.cc:1810: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor /usr/include/colib/narray.h: In member function 'colib::narray& colib::narray::truncate(int) [with T = char]': ./ocr-utils/narray-binio.h:48: instantiated from here /usr/include/colib/narray.h:261: warning: no return statement in function returning non-void ./ocr-utils/components.h: At global scope: ./ocr-utils/components.h: In instantiation of 'ocropus::ComponentConstructorNew': ./ocr-utils/components.h:306: instantiated from 'void ocropus::component_register(const char*, bool) [with T = glinerec::SimpleFeatureMap]' ./ocr-line/glfmaps.cc:598: instantiated from here ./ocr-utils/components.h:280: warning: 'struct ocropus::ComponentConstructorNew' has virtual functions but non-virtual destructor ./ocr-line/glfmaps.cc: In member function 'void glinerec::SimpleFeatureMap::extractFeaturesAA(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = unsigned char]': ./ocr-line/glfmaps.cc:509: instantiated from 'void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = unsigned char]' ./ocr-line/glfmaps.cc:442: instantiated from here ./ocr-line/glfmaps.cc:519: warning: converting to 'int' from 'double' ./ocr-line/glfmaps.cc:509: instantiated from 'void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = unsigned char]' ./ocr-line/glfmaps.cc:442: instantiated from here ./ocr-line/glfmaps.cc:537: warning: passing 'float' for argument 2 to 'T colib::bat(colib::narray&, int, int, U) [with T = unsigned char, U = int]' ./ocr-line/glfmaps.cc:537: warning: passing 'float' for argument 3 to 'T colib::bat(colib::narray&, int, int, U) [with T = unsigned char, U = int]' ./ocr-line/glfmaps.cc: In member function 'void glinerec::SimpleFeatureMap::extractFeaturesNonAA(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = unsigned char]': ./ocr-line/glfmaps.cc:511: instantiated from 'void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = unsigned char]' ./ocr-line/glfmaps.cc:442: instantiated from here ./ocr-line/glfmaps.cc:563: warning: converting to 'int' from 'double' ./ocr-line/glfmaps.cc:568: warning: converting to 'int' from 'float' ./ocr-line/glfmaps.cc: In member function 'void glinerec::SimpleFeatureMap::extractFeaturesAA(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = float]': ./ocr-line/glfmaps.cc:509: instantiated from 'void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = float]' ./ocr-line/glfmaps.cc:463: instantiated from here ./ocr-line/glfmaps.cc:519: warning: converting to 'int' from 'double' ./ocr-line/glfmaps.cc:509: instantiated from 'void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = float]' ./ocr-line/glfmaps.cc:463: instantiated from here ./ocr-line/glfmaps.cc:537: warning: passing 'float' for argument 2 to 'T colib::bat(colib::narray&, int, int, U) [with T = unsigned char, U = int]' ./ocr-line/glfmaps.cc:537: warning: passing 'float' for argument 3 to 'T colib::bat(colib::narray&, int, int, U) [with T = unsigned char, U = int]' ./ocr-line/glfmaps.cc: In member function 'void glinerec::SimpleFeatureMap::extractFeaturesNonAA(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = float]': ./ocr-line/glfmaps.cc:511: instantiated from 'void glinerec::SimpleFeatureMap::extractFeatures(colib::floatarray&, colib::rectangle, colib::bytearray&, colib::narray&, bool) [with S = float]' ./ocr-line/glfmaps.cc:463: instantiated from here ./ocr-line/glfmaps.cc:563: warning: converting to 'int' from 'double' ./ocr-line/glfmaps.cc:568: warning: converting to 'int' from 'float' /usr/include/colib/narray.h: In member function 'colib::narray& colib::narray::truncate(int) [with T = int]': /usr/include/colib/narray.h:261: warning: control reaches end of non-void function ./ocr-line/glfmaps.cc: In function 'float::absmean_nz(colib::floatarray&)': ./ocr-line/glfmaps.cc:229: warning: 'count' may be used uninitialized in this function ./ocr-line/glfmaps.cc:228: warning: 'temp' may be used uninitialized in this function mv -f .deps/glcuts.Tpo .deps/glcuts.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT glutils.o -MD -MP -MF .deps/glutils.Tpo -c -o glutils.o `test -f './ocr-line/glutils.cc' || echo './'`./ocr-line/glutils.cc mv -f .deps/glutils.Tpo .deps/glutils.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT tesseract.o -MD -MP -MF .deps/tesseract.Tpo -c -o tesseract.o `test -f './ocr-tesseract/tesseract.cc' || echo './'`./ocr-tesseract/tesseract.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/linerec.Tpo .deps/linerec.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocropus.o -MD -MP -MF .deps/ocropus.Tpo -c -o ocropus.o `test -f './commands/ocropus.cc' || echo './'`./commands/ocropus.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/ocropus.Tpo .deps/ocropus.Po mv -f .deps/glfmaps.Tpo .deps/glfmaps.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT ocr-distance.o -MD -MP -MF .deps/ocr-distance.Tpo -c -o ocr-distance.o `test -f './commands/ocr-distance.cc' || echo './'`./commands/ocr-distance.cc x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT main-ocr-binarize-otsu.o -MD -MP -MF .deps/main-ocr-binarize-otsu.Tpo -c -o main-ocr-binarize-otsu.o `test -f './ocr-binarize/main-ocr-binarize-otsu.cc' || echo './'`./ocr-binarize/main-ocr-binarize-otsu.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/main-ocr-binarize-otsu.Tpo .deps/main-ocr-binarize-otsu.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT main-ocr-binarize-sauvola.o -MD -MP -MF .deps/main-ocr-binarize-sauvola.Tpo -c -o main-ocr-binarize-sauvola.o `test -f './ocr-binarize/main-ocr-binarize-sauvola.cc' || echo './'`./ocr-binarize/main-ocr-binarize-sauvola.cc mv -f .deps/ocr-distance.Tpo .deps/ocr-distance.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT main-be.o -MD -MP -MF .deps/main-be.Tpo -c -o main-be.o `test -f './ocr-voronoi/main-be.cc' || echo './'`./ocr-voronoi/main-be.cc mv -f .deps/main-be.Tpo .deps/main-be.Po x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"ocropus\" -DPACKAGE_TARNAME=\"ocropus\" -DPACKAGE_VERSION=\"0.3\" -DPACKAGE_STRING=\"ocropus\ 0.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ocropus\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBIULIB=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBTESSERACT_FULL=1 -DHAVE_LIBGSLCBLAS=1 -DHAVE_LIBGSL=1 -DHAVE_LIBBLAS=1 -DHAVE_LIBSDL=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I./include -I./ocr-utils -I/usr/include -I/usr/include/tesseract -DHAVE_GSL -I/usr/include/tesseract -DHAVE_TESSERACT -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -MT main-voronoi-ocropus.o -MD -MP -MF .deps/main-voronoi-ocropus.Tpo -c -o main-voronoi-ocropus.o `test -f './ocr-voronoi/main-voronoi-ocropus.cc' || echo './'`./ocr-voronoi/main-voronoi-ocropus.cc ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor ./ocr-utils/components.h:275: warning: 'struct ocropus::IComponentConstructor' has virtual functions but non-virtual destructor mv -f .deps/main-ocr-binarize-sauvola.Tpo .deps/main-ocr-binarize-sauvola.Po mv -f .deps/main-voronoi-ocropus.Tpo .deps/main-voronoi-ocropus.Po mv -f .deps/tesseract.Tpo .deps/tesseract.Po mv -f .deps/glclass.Tpo .deps/glclass.Po rm -f libocropus.a ar cru libocropus.a components.o didegrade.o xml-entities.o init-ocropus.o pagesegs.o narray-io.o resource-path.o editdist.o logger.o grouper.o linesegs.o sysutil.o ocr-utils.o ocr-cseg-ccs.o seg-ccs.o seg-skel.o seg-eval.o ocr-cseg-projection.o seg-cuts.o ocr-text-image-seg-leptonica.o ocr-color-encode-layout.o ocr-extract-gutters.o ocr-layout-smear.o ocr-extract-rulings.o ocr-segmentations.o ocr-ctextline-rast.o ocr-doc-clean.o ocr-classify-zones.o ocr-doc-clean-concomp.o ocr-layout-rast.o ocr-layout-1cp.o ocr-noisefilter.o log-reg-data.o ocr-detect-columns.o ocr-whitespace-cover.o ocr-pageframe-rast.o ocr-pageseg-xycut.o ocr-detect-paragraphs.o ocr-word-segmentation.o ocr-text-image-seg.o ocr-ctextline-rast-extended.o ocr-deskew-rast.o ocr-pageseg-wcuts.o ocr-visualize-layout-rast.o ocr-char-stats.o line-info.o ocr-reading-order.o ocr-commands.o ocr-binarize-range.o ocr-binarize-otsu.o ocr-binarize-sauvola.o usage.o hash.o img_to_site.o heap.o bit_func.o edgelist.o output.o dinfo.o voronoi-ocropus.o sites.o draw_line.o memory.o cline.o label_func.o voronoi.o geometry.o erase.o read_image.o voronoi-pageseg.o beam-search.o lattice.o ocrofst-io.o ocrofst-impl.o ocrofst-util.o a-star.o ocrofst-heap.o glclass.o linerec.o glfmaps.o glcuts.o glutils.o tesseract.o x86_64-pc-linux-gnu-ranlib libocropus.a x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -Wl,-O1 -L/usr/lib -L/usr/lib -Wl,-E -o ocropus ocropus.o libocropus.a -lSDL -lblas -lgsl -lgslcblas -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -Wl,-O1 -L/usr/lib -L/usr/lib -Wl,-E -o ocr-distance ocr-distance.o libocropus.a -lSDL -lblas -lgsl -lgslcblas -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -Wl,-O1 -L/usr/lib -L/usr/lib -Wl,-E -o main-ocr-binarize-otsu main-ocr-binarize-otsu.o libocropus.a -lSDL -lblas -lgsl -lgslcblas -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -Wl,-O1 -L/usr/lib -L/usr/lib -Wl,-E -o main-ocr-binarize-sauvola main-ocr-binarize-sauvola.o libocropus.a -lSDL -lblas -lgsl -lgslcblas -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -Wl,-O1 -L/usr/lib -L/usr/lib -Wl,-E -o main-be main-be.o libocropus.a -lSDL -lblas -lgsl -lgslcblas -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz x86_64-pc-linux-gnu-g++ -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -Wno-deprecated -O2 -pipe -Wl,-O1 -L/usr/lib -L/usr/lib -Wl,-E -o main-voronoi-ocropus main-voronoi-ocropus.o libocropus.a -lSDL -lblas -lgsl -lgslcblas -ltesseract_full -lpthread -liulib -ltiff -ljpeg -lpng -lz make[1]: Leaving directory `/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' ./utilities/check-style -f . ocr-utils/stringutil.h:20:no responsible author [resp: None, edit: None] ocr-utils/components.cc:20:no responsible author [resp: None, edit: None] ocr-utils/narray-binio.h:21:no responsible author [resp: None, edit: None] ocr-utils/init-ocropus.h:20:no responsible author [resp: None, edit: None] ocr-utils/init-ocropus.h:1:missing include guard [resp: None, edit: None] ocr-utils/logger.h:171:dead code [resp: mezhirov, edit: None] ocr-utils/arraypaint.h:20:no responsible author [resp: None, edit: None] ocr-utils/linesegs.h:20:no responsible author [resp: None, edit: None] ocr-utils/init-ocropus.cc:20:no responsible author [resp: None, edit: None] ocr-utils/pagesegs.cc:20:no responsible author [resp: None, edit: None] ocr-utils/components.h:21:no responsible author [resp: None, edit: None] ocr-utils/components.h:29:C++ library reference [resp: None, edit: None] ocr-utils/ocrinterfaces.h:33:C++ library reference [resp: tmb, edit: None] ocr-utils/logger.cc:391:dead code [resp: rangoni, edit: None] ocr-utils/grouper.cc:48:dead code [resp: tmb, edit: None] ocr-utils/linesegs.cc:20:no responsible author [resp: None, edit: None] ocr-lineseg/seg-cuts.cc:137:dead code [resp: tmb, edit: None] ocr-commands/ocr-commands.cc:28:C++ library reference [resp: tmb, edit: None] ocr-commands/ocr-commands.cc:1278:dead code [resp: tmb, edit: None] ocr-line/glclass.cc:650:dead code [resp: None, edit: None] ocr-line/glclass.cc:1:insufficient copyright header [resp: None, edit: None] ocr-line/linerec.cc:28:C++ library reference [resp: tmb, edit: None] ocr-line/linerec.cc:546:dead code [resp: tmb, edit: None] ocr-line/glfmaps.cc:3:C++ library reference [resp: None, edit: None] ocr-line/glfmaps.cc:1:insufficient copyright header [resp: None, edit: None] ocr-line/glcuts.cc:67:dead code [resp: tmb, edit: None] ocr-line/glutils.cc:1:insufficient copyright header [resp: None, edit: None] all checks completed Use 'make check' to run tests! >>> Source compiled. >>> Test phase [not enabled]: app-text/ocropus-0.4 >>> Install ocropus-0.4 into /var/tmp/portage/app-text/ocropus-0.4/image/ category app-text make -j4 DESTDIR=/var/tmp/portage/app-text/ocropus-0.4/image/ install Making install in . make[1]: Entering directory `/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' make[2]: Entering directory `/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/app-text/ocropus-0.4/image//usr/bin" test -z "/usr/lib64" || /bin/mkdir -p "/var/tmp/portage/app-text/ocropus-0.4/image//usr/lib64" test -z "/usr/share/ocropus/models" || /bin/mkdir -p "/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/models" test -z "/usr/include/ocropus" || /bin/mkdir -p "/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus" /bin/install -c -m 644 'libocropus.a' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/lib64/libocropus.a' /bin/install -c 'ocropus' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/bin/ocropus' /bin/install -c -m 644 './include/ocropus.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/ocropus.h' /bin/install -c -m 644 './data/models/default.fst.gz' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/models/default.fst.gz' x86_64-pc-linux-gnu-ranlib '/var/tmp/portage/app-text/ocropus-0.4/image//usr/lib64/libocropus.a' /bin/install -c -m 644 './include/grouper.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/grouper.h' /bin/install -c -m 644 './data/models/default.model' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/models/default.model' /bin/install -c 'ocr-distance' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/bin/ocr-distance' test -z "/usr/share/ocropus/words" || /bin/mkdir -p "/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/words" /bin/install -c -m 644 './include/glfmaps.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/glfmaps.h' /bin/install -c -m 644 './data/words/en-us' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/words/en-us' /bin/install -c -m 644 './include/ocr-layout.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/ocr-layout.h' /bin/install -c -m 644 './data/models/latin3-full.model' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/models/latin3-full.model' /bin/install -c -m 644 './include/glutils.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/glutils.h' /bin/install -c -m 644 './include/glinerec.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/glinerec.h' /bin/install -c -m 644 './include/gldataset.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/gldataset.h' /bin/install -c -m 644 './include/glcuts.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/glcuts.h' /bin/install -c -m 644 './include/gsl.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/gsl.h' /bin/install -c -m 644 './data/models/ocr-dict-case.fst.gz' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/share/ocropus/models/ocr-dict-case.fst.gz' /bin/install -c -m 644 './include/tesseract.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/tesseract.h' /bin/install -c -m 644 './include/ocr-openfst.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/ocr-openfst.h' /bin/install -c -m 644 './include/ocr-pfst.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/ocr-pfst.h' /bin/install -c -m 644 './include/glclass.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/glclass.h' /bin/install -c -m 644 './include/line-info.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/line-info.h' /bin/install -c -m 644 './ocr-utils/stringutil.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/stringutil.h' /bin/install -c -m 644 './ocr-utils/enumerator.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/enumerator.h' /bin/install -c -m 644 './ocr-utils/narray-binio.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/narray-binio.h' /bin/install -c -m 644 './ocr-utils/init-ocropus.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/init-ocropus.h' /bin/install -c -m 644 './ocr-utils/didegrade.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/didegrade.h' /bin/install -c -m 644 './ocr-utils/pages.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/pages.h' /bin/install -c -m 644 './ocr-utils/logger.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/logger.h' /bin/install -c -m 644 './ocr-utils/grid.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/grid.h' /bin/install -c -m 644 './ocr-utils/segmentation.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/segmentation.h' /bin/install -c -m 644 './ocr-utils/arraypaint.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/arraypaint.h' /bin/install -c -m 644 './ocr-utils/linesegs.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/linesegs.h' /bin/install -c -m 644 './ocr-utils/resource-path.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/resource-path.h' /bin/install -c -m 644 './ocr-utils/editdist.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/editdist.h' /bin/install -c -m 644 './ocr-utils/ocr-utils.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/ocr-utils.h' /bin/install -c -m 644 './ocr-utils/components.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/components.h' /bin/install -c -m 644 './ocr-utils/ocrinterfaces.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/ocrinterfaces.h' /bin/install -c -m 644 './ocr-utils/docproc.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/docproc.h' /bin/install -c -m 644 './ocr-utils/narray-io.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/narray-io.h' /bin/install -c -m 644 './ocr-utils/xml-entities.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/xml-entities.h' /bin/install -c -m 644 './ocr-utils/sysutil.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/sysutil.h' /bin/install -c -m 644 './ocr-utils/queue.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/queue.h' /bin/install -c -m 644 './ocr-utils/pagesegs.h' '/var/tmp/portage/app-text/ocropus-0.4/image//usr/include/ocropus/pagesegs.h' make[2]: Leaving directory `/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' make[1]: Leaving directory `/var/tmp/portage/app-text/ocropus-0.4/work/ocropus-0.4/ocropus' >>> Completed installing ocropus-0.4 into /var/tmp/portage/app-text/ocropus-0.4/image/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment usr/bin/ocropus usr/bin/ocr-distance usr/lib64/libocropus.a