Hi

I'm trying to install qt4.8.4 32b version on RedHat5.6 64 machine, here is my config command:
env COMPILER_TAG=gcc4.4 GCC=/usr/bin/gcc44 configure -no-openssl -no-webkit -platform linux-g++-32
and compilation command:
env COMPILER_TAG=gcc4.4 GCC=/usr/bin/gcc44 LD_LIBRARY_PATH=/usr/bin gmake
on compilation i get the following error

In file included from /usr/include/freetype2/freetype/freetype.h:41,
from ../../include/QtGui/private/../../../src/gui/text/qfontengine_ft_p.h:59,
from ../../include/QtGui/private/qfontengine_ft_p.h:1,
from painting/qtextureglyphcache.cpp:48:
/usr/include/freetype2/freetype/config/ftconfig.h:7:26: error: ftconfig-32.h: No such file or directory
/usr/include/freetype2/freetype/fttypes.h:167: error: 'FT_UInt32' does not name a type
Is that system problem? qt config problem?

Thanks,
Natalie