On Sun, Sep 27, 2009 at 8:53 AM, jean-michel fan_de_teamspeak
<[email protected]> wrote:
> hello every user of swftools
> i have this error while compiling swfc
>
> undefined reference to `swf_SetLosslessImage'
> i have searched in the mailing list archives and found a post
> telling a solution with a ftp of package xpdf
> but the perl script was not found in xpdf-3.02
> and the post was speaking of version 0.7.0
> any idea
> thanks by advance
>

That function (swf_SetLosslessImage) is inside a ifdef HAVE_ZLIB

What is your OS? swftools version?

Check config.h that is generated after configure, you must have
these two lines defined somewhere in config.h like this:
#define HAVE_ZLIB_H 1
#define HAVE_LIBZ 1

Ricardo


Reply via email to