I'm trying to compile swftools on RHEL. ./configure works fine, but I
get the following error with make:
$ make
making all in m4...
cd m4;make all
make[1]: Entering directory `/home/uname/swftools-0.9.0/m4'
make[1]: Leaving directory `/home/uname/swftools-0.9.0/m4'
making all in lib...
cd lib;make all
make[1]: Entering directory `/home/uname/swftools-0.9.0/lib'
gcc -c -DHAVE_CONFIG_H -I/usr/include -I/usr/local/include -I/home/
uname/local/include -I/home/uname/local/include -I/home/uname/local/
include/freetype2 -I/home/uname/local/include -fPIC -Wparentheses -
Wimplicit -Wreturn-type -O -fomit-frame-pointer -I/usr/include -I/usr/
local/include -I/home/uname/local/include modules/swfaction.c -o
modules/swfaction.o
In file included from modules/.././bitio.h:23,
from modules/../rfxswf.h:37,
from modules/swfaction.c:24:
modules/.././types.h:36:2: #error "no way to define 64 bit integer"
modules/.././types.h:39:2: #error "don't know how to define 32 bit
integer"
modules/.././types.h:42:2: #error "don't know how to define 16 bit
integer"
modules/.././types.h:45:2: #error "don't know how to define 8 bit
integer"
make[1]: *** [modules/swfaction.o] Error 1
make[1]: Leaving directory `/home/uname/swftools-0.9.0/lib'
make: *** [all] Error 2
I saw someone else had this problem back in July and that it was a
known issue: http://www.mail-archive.com/[email protected]/msg03891.html
Are there any suggestions on how to get this to work? Thanks!