New issue 163 by justways: Checking for C library tiff... no
http://code.google.com/p/ocropus/issues/detail?id=163
I followed this guide:
http://sites.google.com/site/ocropus/install-mercurial to install on Ubuntu
9.04 machine.
But when I run the "scons" command in the ocropus folder, I get this:
Checking for C++ header file colib/colib.h... yes
Checking for C++ library iulib... yes
Checking for C library SDL... yes
Checking for C library SDL_gfx... yes
Checking for C library tiff... no
AssertionError: :
File "/root/ocropus/SConstruct", line 118:
assert conf.CheckLib('tiff')
I have both latest versions of libtiffxx0c2 and libtiff4 installed.
Any ideas? Thanks.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Documentation is wrong: you should install packages from
ocropus/ubuntu-packages not
ocropus/ubuntu. The same is true for iulib: use iulib/ubuntu-packages not
iulib/ubuntu.
Thank you, it's working now!
Comment #3 on issue 163 by tmb...@gmail.com: Checking for C library tiff...
no
http://code.google.com/p/ocropus/issues/detail?id=163
The documentation has been fixed as well.