Dear All,

I'm trying to compile Qt 4.8.0 with Webkit using VC2008 on Windows 7 x64 with the following configure options with shadow build.

source reside in d:\devel\bin\qt\4.8.0\src
build path in d:\devel\bin\qt\4.8.0\win32-msvc2008
Perl Path has been added to PATH d:\devel\bin\perl\x86
QTDIR has been set to d:\devel\bin\qt\4.8.0\win32-msvc2008
%QTDIR%\bin has been added to PATH
OpenSSL is using Win32OpenSSL-1_0_0g from http://www.slproweb.com/products/Win32OpenSSL.html

cd /d d:\devel\bin\qt\4.8.0\win32-msvc2008
..\src\configure -opensource -shared -release -prefix d:\devel\bin\qt\4.8.0\win32-msvc2008 -platform win32-msvc2008 -fast -openssl -I D:\devel\bin\openssl\x32\include -L d:\devel\bin\openssl\x32\lib\VC -qt-zlib -qt-sql-odbc -plugin-sql-odbc -qt-sql-sqlite -plugin-sql-sqlite -qt-libpng -qt-libjpeg -qt-libmng -qt-libtiff -phonon -phonon-backend -webkit -script -scripttools -declarative -no-dbus -no-qt3support -no-mp -no-ltcg

after an hour or some, I've got the following error.

.
.
.
d:\devel\bin\qt\4.8.0\src\src\3rdparty\webkit\Sour ce\WebCore\platform\DefaultLocalizationStrategy.cp p(327) : error C2001: newline in constant
d:\devel\bin\qt\4.8.0\src\src\3rdparty\webkit\Sour ce\WebCore\platform\DefaultLocalizationStrategy.cp p(327) : fatal error C1057: unexpected end of file in macro
.
.
.
NMAKE : fatal error U1077: 'cl.EXE' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'nmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'nmake.exe' : return code '0x2'
Stop.

I've tried to build inside the source path with/without OpenSSL setup, still got the error.

NB: Sometimes will get another error

LINK : fatal error LNK1181: cannot open input file 'tmp\obj\release_shared\SH4Assembler.obj'
NMAKE : fatal error U1077: 'lib.EXE' : return code '0x49d'
Stop.
NMAKE : fatal error U1077: 'nmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

Can anyone help to solve the issue?

Thanks a lot.

zac