Re: Tesseract 3.0 on Windows

2010-05-27 Thread Jimmy O'Regan
On 28 May 2010 01:16, nguyenq wrote: > Has anyone had successes in getting the latest baseline, r376, to run > on Windows? The code has compiled clean; however, the program would > crash upon execution. > > I incorporated dtorne's patch to tesseractmain.cpp (Issue 304) and > have been able to get

Tesseract 3.0 on Windows

2010-05-27 Thread nguyenq
Has anyone had successes in getting the latest baseline, r376, to run on Windows? The code has compiled clean; however, the program would crash upon execution. I incorporated dtorne's patch to tesseractmain.cpp (Issue 304) and have been able to get it to run and recognize images successfully, but

Re: Call for testers...

2010-05-27 Thread Zdenko Podobný
Dňa 26.05.2010 21:28, Jimmy O'Regan wrote / napísal(a): > 2010/5/26 Zdenko Podobný : > >> Dňa 26.05.2010 20:52, Jimmy O'Regan wrote / napísal(a): >> >>> I didn't do anything with the Java stuff - did that work before? >>> >>> >>> >> I tested uninstall in r319 and

Re: Call for testers...

2010-05-27 Thread Jimmy O'Regan
On 27 May 2010 19:17, Jimmy O'Regan wrote: > On 27 May 2010 16:33, James Le Cuirot wrote: >> On Thu, 27 May 2010 16:06:05 +0100 >> Jimmy O'Regan wrote: >> >>> > OS X via MacPorts using gcc43 on a fresh svn co. >>> > >>> > ./configure ends with: >>> > >>> > config.status: executing libtool comman

Re: Call for testers...

2010-05-27 Thread Jimmy O'Regan
On 27 May 2010 16:33, James Le Cuirot wrote: > On Thu, 27 May 2010 16:06:05 +0100 > Jimmy O'Regan wrote: > >> > OS X via MacPorts using gcc43 on a fresh svn co. >> > >> > ./configure ends with: >> > >> > config.status: executing libtool commands >> > sed: config/ltmain.sh: No such file or directo

Re: tesseract on microblaze

2010-05-27 Thread Michael Trimarchi
On Thu, May 27, 2010 at 5:35 PM, Jimmy O'Regan wrote: > On 27 May 2010 13:47, michael wrote: > > Hi all, > > > > I'm trying to compile tesseract for microblaze but after different > > things to disable GRAPHICS, I have some problem > > on compile libtesseract_api > > > > You haven't provided eno

Re: Call for testers...

2010-05-27 Thread Jimmy O'Regan
On 27 May 2010, at 16:32, akreal wrote: I've tried r374 on Gentoo: tesseract itself works perfectly. Anything else to test? Nope; I don't want to just test on my own computer and call it done :) On May 26, 7:45 pm, "Jimmy O'Regan" wrote: On 26 May 2010 16:35, wrote: I'm happy to test.

Re: Call for testers...

2010-05-27 Thread akreal
I've tried r374 on Gentoo: tesseract itself works perfectly. Anything else to test? On May 26, 7:45 pm, "Jimmy O'Regan" wrote: > On 26 May 2010 16:35,   wrote: > > > I'm happy to test. But, what it is I am testing exactly and what should I > > test? > > > This is the next version or something? >

Re: Call for testers...

2010-05-27 Thread James Le Cuirot
On Thu, 27 May 2010 16:06:05 +0100 Jimmy O'Regan wrote: > > OS X via MacPorts using gcc43 on a fresh svn co. > > > > ./configure ends with: > > > > config.status: executing libtool commands > > sed: config/ltmain.sh: No such file or directory > > sed: config/ltmain.sh: No such file or directory >

Re: tesseract on microblaze

2010-05-27 Thread Jimmy O'Regan
On 27 May 2010 13:47, michael wrote: > Hi all, > > I'm trying to compile tesseract for microblaze but after different > things to disable GRAPHICS, I have some problem > on compile libtesseract_api > You haven't provided enough information. You need to at least specify which version of tesseract

Re: Call for testers...

2010-05-27 Thread Jimmy O'Regan
On 27 May 2010, at 13:34, Karl Wettin wrote: 26 maj 2010 kl. 16.23 skrev Jimmy O'Regan: I've just updated the SVN version to use libtool (and shared libraries, that sort of thing) but it's only tested on Ubuntu Lucid. Anyone care to take it for a test run? OS X via MacPorts using gcc43 o

Re: Call for testers...

2010-05-27 Thread zdenko podobny
It looks like you did not run './runautoconf' you before './configure' Zd. On Thu, May 27, 2010 at 2:34 PM, Karl Wettin wrote: > > 26 maj 2010 kl. 16.23 skrev Jimmy O'Regan: > > > I've just updated the SVN version to use libtool (and shared >> libraries, that sort of thing) but it's only teste

tesseract on microblaze

2010-05-27 Thread michael
Hi all, I'm trying to compile tesseract for microblaze but after different things to disable GRAPHICS, I have some problem on compile libtesseract_api mb-linux-g++ -DHAVE_CONFIG_H -I. -I.. -I../ccutil -I../ccstruct -I../ image -I../viewer -I../ccops -I../dict -I../classify -I../ccmain -I../ word

Re: Call for testers...

2010-05-27 Thread Karl Wettin
26 maj 2010 kl. 16.23 skrev Jimmy O'Regan: I've just updated the SVN version to use libtool (and shared libraries, that sort of thing) but it's only tested on Ubuntu Lucid. Anyone care to take it for a test run? OS X via MacPorts using gcc43 on a fresh svn co. ./configure ends with: confi