hi
i got error while compiling Qt-4.4.0.
my version of linux is

[babu@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005 i686 i686 i386 GNU/Linux



the error was

../../sqlite/sqlite3.c:96100: error: invalid type argument of `unary *'
../../sqlite/sqlite3.c:96100: error: dereferencing pointer to incomplete type
../../sqlite/sqlite3.c:96101: error: invalid type argument of `unary *'
../../sqlite/sqlite3.c:96101: error: dereferencing pointer to incomplete type
../../sqlite/sqlite3.c:96127:2: #endif without #if
../../sqlite/sqlite3.c:96128:2: #endif without #if
../../sqlite/sqlite3.c:96125: confused by earlier errors, bailing out
make[1]: *** [.obj/release-shared/sqlite3.o] Error 1
make[1]: Leaving directory `/home/babu/tools/build/qt-x11-opensource-src-4.4.0/src/3rdparty/webkit/WebCore'
make: *** [sub-webkit-make_default-ordered] Error 2



and the compiler version is

[babu@localhost ~]$ gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)