Prysme wrote:
> It is solved now. The problem cames from libpng, I have install 
> libpng-config and apparently kaa and the submodule thumb are searching for 
> libpng signature.
>
> libpng-config --libs says "-lpng12 -lz -lm" instead of "lpng"
>
> If you are facing the same problem just modify kaa/thumb/setup.py
>
> from 
> if not thumbnailer.check_cc([], '', '-lpng'):
> to 
> if not thumbnailer.check_cc([], '', '-lpng12 -lz -lm'): 
>
> from
> if not thumbnailer.check_cc(['<png.h>'], '', '-lpng'):
> to
> if not thumbnailer.check_cc(['<png.h>'], '', '-lpng12 -lz -lm'):
>
> I hope it helps,
> Prysme..

Fixed in cvs by calling libpng-config

Dischi

-- 
panic("CPU too expensive - making holiday in the ANDES!");
        2.2.16 /usr/src/linux/arch/mips/kernel/traps.c

Attachment: pgpvH9LPqWYxS.pgp
Description: PGP signature

Reply via email to