Thomas thanks for your quick replay, I'm sorry if I did not write my feedback soon but i had connection problems.
in fact, in order to install ocropus with ubuntu 9.04 ( just installed), we need to apt-get install before this packages. - scons - g++ - subversion - convert command (in imagemagick package) My problem was that i didn't have installed g++, sorry. I could not imagine that g++ was not in the default packages in ubuntu. After the upgrading everything works fine during the installation. About the step of the quick test, there is the following problem. writing $ ocropus page data/testimages/simple.png i get this FATAL: /usr/local/share/ocropus/models/default.fst: cannot open file for reading I solved just using ocr-dict-case.fst, coping this file in default.fst $ sudo cp /usr/local/share/ocropus/models/ocr-dict-case.fst /usr/local/share/ocropus/models/default.fst In this way the quick test works perfectly be careful to type all the commands in the testing directory (ocropus/data/testimages/). I hope my feedback can be useful. Great work Thomas. Regards. 2009/5/7 Thomas Breuel <[email protected]> > > overco...@overcomer-laptop:~/iulib$ scons >> scons: Reading SConscript files ... >> >> scons: warning: The Options class is deprecated; use the Variables class >> instead. >> > > This is harmless. > > scons: Building targets ... >> o colib/tests/test-coords.o -c -g -O3 -Wall >> -D__warn_unused_result__=__far__ -I. -Icolib -Iimglib -Iimgio -Iimgbits >> -Iutils -Ividio colib/tests/test-coords.cc >> sh: o: not found >> > > We can't reproduce that; there's probably something wrong with your setup. > > You might try to remove the scons cache files (something like rm -rf > .scon*). > > Are you sure g++ is installed? > > ./generate_version_cc.sh: 8: svnversion: not found >> > > We need to fix that. > > Checking for C library pthread... no >> AssertionError: : >> File "/home/overcomer/ocropus/SConstruct", line 116: >> assert conf.CheckLib('pthread') >> > > Note sure where that comes from... you might want to look through > config.log to see what the problem is. > > Tom > > > > > -- ----------------------------- Pierpaolo Monaco ---------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
