swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Problem of make.


From: Matthias Kramm
Subject: Re: [Swftools-common] Problem of make.
Date: Sat, 13 Dec 2003 18:11:13 +0100
User-agent: Mutt/1.4i

On Fri, Dec 12, 2003 at 06:40:24PM +0900, Taro Yamamoto wrote:
> make is fails.
> It is outputted as follows.
> 
> > gmake
> -- snip --
> gcc -DHAVE_CONFIG_H wav2swf.o wav.o -o wav2swf ../lib/librfxswf.a 
> -L/usr/local/l
> ...
> png2swf.o(.text+0x1865): undefined reference to `swf_SetJPEGBits3'

Looks like you have the jpeg library (libjpeg.so), but not the jpeg
headers (jpeglib.h, jconfig.h, jmorecfg.h, jerror.h).

If those happen to be in /usr/local/include instead of /usr/include,
try running ./configure as
     CPPFLAGS="-I/usr/local/include" ./configure

Greetings

Matthias






reply via email to

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