swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] compile error in version 0.9.0


From: Ricardo Pedroso
Subject: Re: [Swftools-common] compile error in version 0.9.0
Date: Mon, 28 Sep 2009 00:41:51 +0100

On Sun, Sep 27, 2009 at 8:53 AM, jean-michel fan_de_teamspeak
<address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]