Closed GoogleCodeExporter closed 9 years ago
I don't think it works now, but in 3.00 this will be fixable by disabling the
graphics code.
Original comment by theraysm...@gmail.com
on 14 Nov 2008 at 4:14
I got the same error installing tesseract from the tarball in Ubuntu Server
8.10...there are some fix?
Thanks.
Original comment by mariano....@gmail.com
on 26 Mar 2009 at 6:13
Can you try the current svn code?
Original comment by theraysm...@gmail.com
on 1 Apr 2009 at 4:37
Now it fails like this. Does it mean I defined GRAPHICS_DISABLED in the wrong
place,
or is it unrelated?
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ccutil -I../ccstruct -I../image
-I../viewer -I../ccops -I../dict -I../classify -I../wordrec
-I../cutil
-I../textord -g -O2 -c tesseractfull.cc
ld -r -o libtesseract_full.o tesseractfull.o \
libtesseract_main.a \
../textord/libtesseract_textord.a \
../pageseg/libtesseract_pageseg.a \
../wordrec/libtesseract_wordrec.a \
../classify/libtesseract_classify.a \
../dict/libtesseract_dict.a \
../viewer/libtesseract_viewer.a \
../image/libtesseract_image.a \
../cutil/libtesseract_cutil.a \
../ccstruct/libtesseract_ccstruct.a \
../ccutil/libtesseract_ccutil.a
ar cru libtesseract_full.a libtesseract_full.o ; ranlib libtesseract_full.a
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ccutil -I../ccstruct -I../image
-I../viewer -I../ccops -I../dict -I../classify -I../wordrec
-I../cutil
-I../textord -g -O2 -c tesseractmain.cpp
tesseractmain.cpp: In function `int main(int, char**)':
tesseractmain.cpp:52: error: too few arguments to function `void
read_tiff_image(TIFF*, IMAGE*)'
tesseractmain.cpp:264: error: at this point in file
make[3]: *** [tesseractmain.o] Error 1
make[3]: Leaving directory
`/mnt/network/GREEN_ROOM/Puppy/tmp/tesseract-ocr/ccmain'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/mnt/network/GREEN_ROOM/Puppy/tmp/tesseract-ocr/ccmain'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/network/GREEN_ROOM/Puppy/tmp/tesseract-ocr'
make: *** [all-recursive-am] Error 2
Original comment by Alister....@gmail.com
on 18 Apr 2009 at 2:21
BTW, the release notes say "It is now possible to build without any of the
graphics
support to save code size using #define GRAPHICS_DISABLED."
But I can't see anywhere it tells you what the "graphics support" is... it
sounds
like some features I'm not aware of.
Original comment by Alister....@gmail.com
on 18 Apr 2009 at 2:26
I had the same issue when making tesseract 2.03 on Ubuntu 8.10 (desktop
version).
CCStruct could not be compiled.
How can i fix this error?
Original comment by charlesz...@gmail.com
on 28 Apr 2009 at 10:12
I am closing this issue because tesseract 2.03 is very old version and there is
no report about such problem in curent (3.0x) versions.
Original comment by zde...@gmail.com
on 11 Feb 2012 at 9:16
Original issue reported on code.google.com by
Alister....@gmail.com
on 25 Sep 2008 at 11:49