swftools-common
[Top][All Lists]
Advanced

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

RE: [Swftools-common] Problems making swftools on RHEL x86_64


From: Henry Jiang
Subject: RE: [Swftools-common] Problems making swftools on RHEL x86_64
Date: Wed, 1 Oct 2008 12:14:43 -0700

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: address@hidden
[mailto:address@hidden On
Behalf Of Matthias Kramm <address@hidden>
Sent: Wednesday, October 01, 2008 12:03 PM
To: address@hidden
Subject: Re: [Swftools-common] Problems making swftools on RHEL x86_64

 

On Wed, Oct 01, 2008 at 10:56:19AM -0700, Henry Jiang <
address@hidden> 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 






reply via email to

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