Hello,

i have problems compiling Qt 4.4.1 on a WinXP 32bit machine. I tried to compile it with the latest MS Visual C++ 2008 Express SP1.

it gives the following error... here is a part of the build log:

C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(62) : error C21
43: syntax error : missing ')' before 'constant'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(87) : s
ee reference to class template instantiation 'std::tr1::_Pmd_caller<_Ret,_Arg0>'
being compiled
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(62) : error C21
43: syntax error : missing ';' before 'constant'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(62) : error C22
38: unexpected token(s) preceding ';'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(62) : error C29
88: unrecognizable template declaration/definition
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(62) : error C20
59: syntax error : 'constant'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(62) : error C20
59: syntax error : ')'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(70) : error C23
34: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(76) : error C21
43: syntax error : missing ')' before 'constant'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(76) : error C21
43: syntax error : missing ';' before 'constant'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(76) : error C22
38: unexpected token(s) preceding ';'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(76) : error C29
88: unrecognizable template declaration/definition
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(76) : error C20
59: syntax error : 'constant'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(76) : error C20
59: syntax error : ')'
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xrefwrap(84) : error C23
34: unexpected token(s) preceding '{'; skipping apparent function body
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

C:\Qt\4.4.1>
I saw this problem also on the german Qt Forum, there someone suggested to disable building the Qt-Webkit module. Here's the thread.. http://www.qtforum.de/forum/viewtopi...695d464a42c565

Does anyone have similar problems or a better solution?