Bugs item #1239438, was opened at 2005-07-16 14:40
Message generated for change (Comment added) made by dischi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1239438&group_id=46652

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: config
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: prysme (prysme)
Assigned to: Nobody/Anonymous (nobody)
Summary: kaa is not finding libpng-config

Initial Comment:
slackware 10.1
kernel 2.6.11.x
freevo cvs july,16 2005

installing successfully from source
libpng-1.2.8-config.tar.gz

kaa submodule thumb is not able to detect libpng,
because setup.py is looking for a lpng signature
instead of -lpng12 -lz -lm

my libpng-config --libs is returning "-lpng12 -lz -lm"

Workaround to complete kaa installation is to modify
/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'):

Prysme.

----------------------------------------------------------------------

>Comment By: Dirk Meyer (dischi)
Date: 2005-07-16 15:39

Message:
Logged In: YES 
user_id=33647

fixed by using libpng-config now

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1239438&group_id=46652


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to