Hi , Request for valuable guidance whether steps noted below are in order?.
Now I am using in terminal of Ubuntu8.10 as follows: first creat4ed folders vide sceenshot enclosed for perusal The following steps has to be followed which may kindly confirmed or correct it wherever necessary. I am doing this to avoid confustion/ mess at a later stage. .Kindly pardon me for giving you trouble for trival issues - no other go bacause I have to learnt so many things. I am familiar with XP only step1 downloaded from leptonlib 1.58 tast.gz. and unzip in "Leptonlib" folder patch -p;> ../toautotools_leptonlib_1.58_20081124.diff autoreconf --install --force ./configure --prefix=$HOME/busr CPPFLAGS=-I$HOME/sriranga/include LDFLAGS=-L$HOME/sriranga/lib make make install step2 mk openfst, cd openfst Download the latest OpenFST distribution from http://openfst.or mkdir -p /usr/local/include/fst/lib cp -v fst/lib/*.h /usr/local/include/fst/lib cp fst/lib/*.a /usr/local/lib patch -pl< ../toautotools_openfst_20080422_20081124.diff autoreconf --install --force ./configure --prefix=$HOME/busr CPPFLAGS=-I$HOME/sriranga/include LDFLAGS=-L$HOME/sriranga/lib make make install step3 mk tesseract-ocr, cd tesseract-ocr svn checkout http://tesseract-ocr.googlecode.com/svn/trunk/ tesseract- ocr patch -pl< ../toautotools_tesseract-ocr_201_20081124.dif autoreconf --install --force ./configure --prefix=$HOME/busr CPPFLAGS=-I$HOME/sriranga/include LDFLAGS=-L$HOME/sriranga/lib make make install step4 mk iulib. cd lulib svn checkout http://iulib.googlecode.com/svn/trunk/ iulib patch -pl< ../toautotools_iulib_116_ 20081124.diff autoreconf --install --force ./configure --prefix=$HOME/busr CPPFLAGS=-I$HOME/sriranga/include LDFLAGS=-L$HOME/sriranga/lib make make install step5(final) [EMAIL PROTECTED]:~$mk ocropus cd ocropus svn svn checkout http://ocropus.googlecode.com/svn/trunk/ ocropus- patch -p1 < ../toautotools_ocropus_1305_20081124.diff autoreconf --install --force ./configure --prefix=$HOME/busr CPPFLAGS=-I$HOME/sriranga/include LDFLAGS=-L$HOME/sriranga/lib make make install With Warm regards, -sriranga(76yrsold) On Nov 30, 11:26 pm, Andrew <[EMAIL PROTECTED]> wrote: > On Nov 29, 9:12 am, "Thomas Breuel" <[EMAIL PROTECTED]> wrote: > > > Other libraries (including OpenFST) also have problems involving PIC and > > 64bit machines. I'm not sure what the underlying problem is or what the > > right solution is. I've seen it on some installations of Linux and not > > others--even nominally the same Ubuntu release. > > > This may be a bug in the compiler/linker on some platforms, or it may mean > > that there is something wrong with the autoconf files. Anybody who has an > > idea of what the cause is--please let us know. > > Hello, again. > > I can't celebrate just yet. My command > > ocroscript recognize sample.png > /var/www/html/ocropus/test1.html > > produces a web page that only has this one line: > > "Compiled without Tesseract support, can't continue." > > -------------------- > > googling I get only a handful of hits, and only one appeared to be a > solution (https://bugs.launchpad.net/getdeb.net/+bug/256827) but, > although the OP reports success at the end, i don't see an explanation > of what did the trick. I *have* applied the tesseract-2.03-patch.diff > patch to my tesseract svn source. > > Again, apologies to the original poster Brad Hards, whose thread I > seem to have "detoured". Should I start a new thread for this latest > problem? > > thanks again --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocropus" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ocropus?hl=en -~----------~----~----~----~------~----~------~--~---
