Hello,

I would like to test the QT 4.3 beta that can be downloaded here.

So, like it is recommanded, I extract it and configure it :
Qt Code:
  1. configure -fast -no-style-windowsxp -no-style-windowsvista
To copy to clipboard, switch view to plain text mode 

Next, I try to compile it :
Qt Code:
  1. mingw32-make
To copy to clipboard, switch view to plain text mode 
Qt Code:
  1. cc1.exe: tmp/obj/debug_shared/qt_pch.h: No such file or directory
  2. cc1.exe: one or more PCH files were found, but they were invalid
  3. cc1.exe: use -Winvalid-pch for more information
  4. mingw32-make[4]: *** [tmp/obj/debug_shared/adler32.o] Error 1
To copy to clipboard, switch view to plain text mode 

I disable as much libs as possible, cause I get errors while making Qt...
So I try :
Qt Code:
  1. configure -fast -no-style-windowsxp -no-style-windowsvista -no-dsp -no-vcproj -no-mmx -no-3dnow -no-sse -no-zlib -no-gif -
  2. no-libpng -no-libjpeg
To copy to clipboard, switch view to plain text mode 

And I get the following error :
Qt Code:
  1. mingw32-make
To copy to clipboard, switch view to plain text mode 
Qt Code:
  1. Creating library file: d:/Qt_beta/4.3/lib/libQtGuid4.a
  2. ./tmp/obj/debug_shared/qwizard.o(.rdata$_ZTV7QWizard[vtable for QWizard]+0xb8): In function `ZN9QHashData9firstNodeEv':
  3. D:/Qt_beta/4.3/include/QtCore/../../src/corelib/tools/qhash.h: undefined reference to `QWizard::winEvent(tagMSG*, long*)'
  4. collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode