AmitGorvadiya / tesseract-ocr

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

build error in Debian Linux #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout the source
2. ./configure
3. make

What is the expected output? What do you see instead?
The error message:
make[3]: Entering directory `/home/gigi/src/tesseract-ocr.orig/ccstruct'
source='blobbox.cpp' object='blobbox.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../config/depcomp \
        g++ -DHAVE_CONFIG_H -I. -I..  -I../ccutil -I../cutil -I../image
-I../viewer   -g -O2 -c -o blobbox.o blobbox.cpp
/bin/sh: ../config/depcomp: No such file or directory

What version of the product are you using? On what operating system?
revision 267.of tesseract-ocr
Tested on Debian Linux

$make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-pc-linux-gnu

Please provide any additional information below.
To suppress the error, the configure file needs being regenerated via
./runautoconf

I suggest updating your autotools and re-running ./runautoconf to update
the configure file (so that users won't need to install autotools to build
tesseract-ocr). The attached patch also has all changes generated on my
Debian box with recent enough autotools and can be used for the updating.

Original issue reported on code.google.com by bergw...@gmail.com on 19 Jun 2009 at 7:43

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r341.

Original comment by theraysm...@gmail.com on 19 May 2010 at 10:58

GoogleCodeExporter commented 9 years ago
Issue 252 has been merged into this issue.

Original comment by theraysm...@gmail.com on 20 May 2010 at 12:55