Thanks for quick response, it's compiling along well until it hits another bunker
make[1]: Entering directory `/tmp/swftools-2008-09-26-2010/src' gcc -DHAVE_CONFIG_H png2swf.o -o png2swf ../lib/librfxswf.a ../lib/libbase.a -L/usr/local/lib -lz -lm png2swf.o: In function `MovieAddFrame': png2swf.c:(.text+0x1da): undefined reference to `swf_SetJPEGBits3' png2swf.c:(.text+0x21d): undefined reference to `swf_SetJPEGBits2' collect2: ld returned 1 exit status make[1]: *** [png2swf] Error 1 make[1]: Leaving directory `/tmp/swftools-2008-09-26-2010/src' make: *** [all] Error 2 ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Kramm <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2008 12:03 PM To: [email protected] Subject: Re: [Swftools-common] Problems making swftools on RHEL x86_64 On Wed, Oct 01, 2008 at 10:56:19AM -0700, Henry Jiang < [EMAIL PROTECTED]> wrote: > I downloaded the latest release of swftools, followed the instruction > but got the following error while making Will be fixed in the next snapshot. For now, change line 57 of lib/types.h from this #if SIZEOF_VOIDP == SIZEOF_LONG_LONG to this: #if SIZEOF_VOIDP == SIZEOF_SIGNED_LONG_LONG Greetings Matthias
