Hi
I was searching the threads hoping to find an answer , some came close ...

my INCLUDE and LIB are both Empty;
I Installed via the Binary Pack , trying to build debug libs for use in Eclipse.

I tried to put Mingw\include in the INCLUDE but that just made it worse , this
is the base error I get .

I am using the Qt Build Debug bat, I have tried to build with -no-zlib , but it just errors out later on telling me it can't find winver.h.

Any help would be greatly appreciated.

Patrick

set QTDIR=C:\Qt\4.3.2
set PATH=C:\Qt\4.3.2\bin
set PATH=%PATH%;D:\MinGW\bin;D:\MinGW\libexec\gcc\ming w32\3.4.2
set PATH=%PATH%;%SystemRoot%\System32
set QMAKESPEC=win32-g++

In file included from ..\..\3rdparty\zlib\crc32.c:29:
..\..\3rdparty\zlib\/zutil.h:21:24: stddef.h: No such file or directory
..\..\3rdparty\zlib\/zutil.h:23:22: string.h: No such file or directory
..\..\3rdparty\zlib\/zutil.h:24:22: stdlib.h: No such file or directory
..\..\3rdparty\zlib\/zutil.h:38:23: errno.h: No such file or directory
..\..\3rdparty\zlib\crc32.c:36:24: limits.h: No such file or directory
mingw32-make[2]: *** [tmp\obj\release_shared\crc32.o] Error 1
mingw32-make[2]: Leaving directory `C:/Qt/4.3.2/src/tools/rcc'
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.3.2/src/tools/rcc'
mingw32-make: *** [debug-C__Qt_4_3_2_src_tools_rcc] Error 2
C:\Qt\4.3.2\src>