On Fri, Aug 21, 2009 at 11:05 PM, Pratyus Patnaik<[email protected]> wrote: > Hi, > > I tried compiling the code, it gave me the following error. I couldnt find > anything over the web to solve this. > > "In file included from modules/.././bitio.h:23, > from modules/../rfxswf.h:37, > from modules/swfaction.c:24: > modules/.././types.h:36:2: error: #error "no way to define 64 bit integer" > modules/.././types.h:39:2: error: #error "don't know how to define 32 bit > integer" > modules/.././types.h:42:2: error: #error "don't know how to define 16 bit > integer" > modules/.././types.h:45:2: error: #error "don't know how to define 8 bit > integer" > make[1]: *** [modules/swfaction.o] Error 1 > make[1]: Leaving directory `/root/Desktop/swftools-0.9.0/ > lib' > make: *** [all] Error 2" >
I successfully compiled swftools-0.9.0 on a CentOS 5, so in RHEL5 Maybe there is some missing libraries in your system. I remember that I compiled and installed lame by hand, don't know if it's required. try those commands too, as root: yum install freetype-devel yum install libjpeg-devel yum install giflib-devel Check your config.log - search for "checking size of" (without quotes) - see if there is something wrong. Ricardo > I would be grateful, If some can point me to/send me the rpm for swftools > 0.9.0. Sorry, don't know any. Ricardo
