[prev in list] [next in list] [prev in thread] [next in thread] 

List:       webkit-dev
Subject:    [webkit-dev] Qt Webkit  compile error with QChar
From:       rachid pstomer <pstomer () hotmail ! fr>
Date:       2008-04-02 11:16:15
Message-ID: BLU127-W1919ECA43CF5C864C10A56D8F40 () phx ! gbl
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi, I'm trying to build QT-4.4.0 Webkit under visual studio 2005. The build failed \
and i had these errors:


cl -c -FIWebKit_pch.h -YuWebKit_pch.h -Fptmp\obj\debug_shared\QtWebKitd_
pch.pch -nologo -Zm200 -Zi -MDd -GR -GX -DQT_SHARED -DQT_THREAD_SUPPORT -DUNICOD
E -DQT_LARGEFILE_SUPPORT -DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG -DQT_MAK
EDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH
 -DQT3_SUPPORT -DQT_MOC_COMPAT -D_USE_MATH_DEFINES -DBUILD_WEBKIT -DENABLE_ICOND
ATABASE=0 -DENABLE_XPATH=1 -DENABLE_SVG=1 -DWTF_CHANGES=1 -DBUILDING_QT__ -DWTF_
USE_JAVASCRIPTCORE_BINDINGS=1 -DQT_DLL -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_L
IB -I"..\..\..\..\include\QtCore" -I"..\..\..\..\include\QtCore" -I"..\..\..\..\
include\QtNetwork" -I"..\..\..\..\include\QtNetwork" -I"..\..\..\..\include\QtGu
i" -I"..\..\..\..\include\QtGui" -I"..\..\..\..\include" -I"..\WebKit\qt\Api" -I
"..\JavaScriptCore" -I"..\JavaScriptCore\kjs" -I"..\JavaScriptCore\bindings" -I"
..\JavaScriptCore\bindings\c" -I"..\JavaScriptCore\wtf" -I"..\JavaScriptCore\For
wardingHeaders" -I"." -I"ForwardingHeaders" -I"platform" -I"platform\network" -I
"platform\graphics" -I"loader" -I"page" -I"css" -I"dom" -I"bridge" -I"editing" -
I"rendering" -I"history" -I"xml" -I"html" -I"..\..\..\..\include\QtWebKit" -I"tm
p" -I"generated" -I"tmp" -I"..\JavaScriptCore" -I"..\JavaScriptCore\kjs" -I"..\J
avaScriptCore\bindings" -I"..\JavaScriptCore\bindings\c" -I"..\JavaScriptCore\wt
f" -I"..\JavaScriptCore\bindings\qt" -I"..\JavaScriptCore\os-win32" -I"..\JavaSc
riptCore\pcre" -I"c:\Qt\4.4.0\src\3rdparty\webkit\WebKitBuild\Debug\JavaScriptCo
re\kjs\tmp" -I"platform\qt" -I"platform\network\qt" -I"platform\graphics\qt" -I"
platform\graphics\svg\qt" -I"loader\qt" -I"page\qt" -I"..\WebKit\qt\WebCoreSuppo
rt" -I"..\WebKit\qt\Api" -I"." -I"ForwardingHeaders" -I"..\..\webkit" -I"..\Java
ScriptCore\kjs" -I"..\JavaScriptCore\bindings" -I"platform" -I"platform\network"
 -I"platform\graphics" -I"platform\graphics\svg" -I"platform\graphics\svg\filter
s" -I"loader" -I"loader\icon" -I"css" -I"dom" -I"page" -I"bridge" -I"editing" -I
"rendering" -I"history" -I"xml" -I"html" -I"bindings\js" -I"ksvg2" -I"ksvg2\css"
 -I"ksvg2\svg" -I"ksvg2\misc" -I"ksvg2\events" -I"platform\image-decoders" -I"c:
\Qt\4.4.0\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"..\..\..\..\mkspec
s\win32-msvc" -Fotmp\obj\debug_shared\function.obj ..\JavaScriptCore\kjs\functio
n.cpp
cl : Command line warning D9035 : option 'GX' has been deprecated and will be re
moved in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
function.cpp
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(231) : warning C4355:
 'this' : used in base member initializer list
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(288) : warning C4355:
 'this' : used in base member initializer list
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(347) : warning C4355:
 'this' : used in base member initializer list
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(809) : warning C4355:
 'this' : used in base member initializer list
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(1004) : warning C4355
> 'this' : used in base member initializer list
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(1116) : warning C4355
> 'this' : used in base member initializer list
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\wtf\unicode\qt4/UnicodeQt4.h(307)
 : error C2668: 'QChar::toCaseFolded' : ambiguous call to overloaded function
        c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(325): could b
e 'ushort QChar::toCaseFolded(ushort)'
        c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(324): or 'uin
t QChar::toCaseFolded(uint)'
        while trying to match the argument list '(UChar)'
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\wtf\unicode\qt4/UnicodeQt4.h(379)
 : error C2668: 'QChar::toCaseFolded' : ambiguous call to overloaded function
        c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(325): could b
e 'ushort QChar::toCaseFolded(ushort)'
        c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(324): or 'uin
t QChar::toCaseFolded(uint)'
        while trying to match the argument list '(const UChar)'
c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\wtf\unicode\qt4/UnicodeQt4.h(380)
 : error C2668: 'QChar::toCaseFolded' : ambiguous call to overloaded function
        c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(325): could b
e 'ushort QChar::toCaseFolded(ushort)'
        c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(324): or 'uin
t QChar::toCaseFolded(uint)'
        while trying to match the argument list '(const UChar)'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

Any idea to resolve this problem??

Thanks

Rachid

_________________________________________________________________
Créez votre disque dur virtuel Windows Live SkyDrive, 5Go de stockage gratuit !
http://www.windowslive.fr/skydrive/


[Attachment #5 (text/html)]

<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi, I'm trying to build QT-4.4.0 Webkit under visual studio 2005. The build failed \
and i had these errors:<br><br><br>cl -c -FIWebKit_pch.h -YuWebKit_pch.h \
-Fptmp\obj\debug_shared\QtWebKitd_<br>pch.pch -nologo -Zm200 -Zi -MDd -GR -GX \
-DQT_SHARED -DQT_THREAD_SUPPORT -DUNICOD<br>E -DQT_LARGEFILE_SUPPORT \
-DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG -DQT_MAK<br>EDLL -DQT_NO_CAST_TO_ASCII \
-DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH<br>&nbsp;-DQT3_SUPPORT \
-DQT_MOC_COMPAT -D_USE_MATH_DEFINES -DBUILD_WEBKIT -DENABLE_ICOND<br>ATABASE=0 \
-DENABLE_XPATH=1 -DENABLE_SVG=1 -DWTF_CHANGES=1 -DBUILDING_QT__ \
-DWTF_<br>USE_JAVASCRIPTCORE_BINDINGS=1 -DQT_DLL -DQT_GUI_LIB -DQT_NETWORK_LIB \
-DQT_CORE_L<br>IB -I"..\..\..\..\include\QtCore" -I"..\..\..\..\include\QtCore" \
-I"..\..\..\..\<br>include\QtNetwork" -I"..\..\..\..\include\QtNetwork" \
-I"..\..\..\..\include\QtGu<br>i" -I"..\..\..\..\include\QtGui" \
-I"..\..\..\..\include" -I"..\WebKit\qt\Api" -I<br>"..\JavaScriptCore" \
-I"..\JavaScriptCore\kjs" -I"..\JavaScriptCore\bindings" \
-I"<br>..\JavaScriptCore\bindings\c" -I"..\JavaScriptCore\wtf" \
-I"..\JavaScriptCore\For<br>wardingHeaders" -I"." -I"ForwardingHeaders" -I"platform" \
-I"platform\network" -I<br>"platform\graphics" -I"loader" -I"page" -I"css" -I"dom" \
-I"bridge" -I"editing" -<br>I"rendering" -I"history" -I"xml" -I"html" \
-I"..\..\..\..\include\QtWebKit" -I"tm<br>p" -I"generated" -I"tmp" \
-I"..\JavaScriptCore" -I"..\JavaScriptCore\kjs" -I"..\J<br>avaScriptCore\bindings" \
-I"..\JavaScriptCore\bindings\c" -I"..\JavaScriptCore\wt<br>f" \
-I"..\JavaScriptCore\bindings\qt" -I"..\JavaScriptCore\os-win32" \
-I"..\JavaSc<br>riptCore\pcre" \
-I"c:\Qt\4.4.0\src\3rdparty\webkit\WebKitBuild\Debug\JavaScriptCo<br>re\kjs\tmp" \
-I"platform\qt" -I"platform\network\qt" -I"platform\graphics\qt" \
-I"<br>platform\graphics\svg\qt" -I"loader\qt" -I"page\qt" \
-I"..\WebKit\qt\WebCoreSuppo<br>rt" -I"..\WebKit\qt\Api" -I"." -I"ForwardingHeaders" \
-I"..\..\webkit" -I"..\Java<br>ScriptCore\kjs" -I"..\JavaScriptCore\bindings" \
-I"platform" -I"platform\network"<br>&nbsp;-I"platform\graphics" \
-I"platform\graphics\svg" -I"platform\graphics\svg\filter<br>s" -I"loader" \
-I"loader\icon" -I"css" -I"dom" -I"page" -I"bridge" -I"editing" -I<br>"rendering" \
-I"history" -I"xml" -I"html" -I"bindings\js" -I"ksvg2" \
-I"ksvg2\css"<br>&nbsp;-I"ksvg2\svg" -I"ksvg2\misc" -I"ksvg2\events" \
-I"platform\image-decoders" -I"c:<br>\Qt\4.4.0\include\ActiveQt" \
-I"tmp\moc\debug_shared" -I"." -I"..\..\..\..\mkspec<br>s\win32-msvc" \
-Fotmp\obj\debug_shared\function.obj ..\JavaScriptCore\kjs\functio<br>n.cpp<br>cl : \
Command line warning D9035 : option 'GX' has been deprecated and will be re<br>moved \
in a future release<br>cl : Command line warning D9036 : use 'EHsc' instead of \
'GX'<br>function.cpp<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(231) \
: warning C4355:<br>&nbsp;'this' : used in base member initializer \
list<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(288) : warning \
C4355:<br>&nbsp;'this' : used in base member initializer \
list<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(347) : warning \
C4355:<br>&nbsp;'this' : used in base member initializer \
list<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(809) : warning \
C4355:<br>&nbsp;'this' : used in base member initializer \
list<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(1004) : warning \
C4355<br>: 'this' : used in base member initializer \
list<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\kjs\nodes.h(1116) : warning \
C4355<br>: 'this' : used in base member initializer \
list<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\wtf\unicode\qt4/UnicodeQt4.h(307)<br>&nbsp;: \
error C2668: 'QChar::toCaseFolded' : ambiguous call to overloaded \
function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(325): could b<br>e 'ushort \
QChar::toCaseFolded(ushort)'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(324): or 'uin<br>t \
QChar::toCaseFolded(uint)'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while trying \
to match the argument list \
'(UChar)'<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\wtf\unicode\qt4/UnicodeQt4.h(379)<br>&nbsp;: \
error C2668: 'QChar::toCaseFolded' : ambiguous call to overloaded \
function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(325): could b<br>e 'ushort \
QChar::toCaseFolded(ushort)'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(324): or 'uin<br>t \
QChar::toCaseFolded(uint)'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while trying \
to match the argument list '(const \
UChar)'<br>c:\qt\4.4.0\src\3rdparty\webkit\javascriptcore\wtf\unicode\qt4/UnicodeQt4.h(380)<br>&nbsp;: \
error C2668: 'QChar::toCaseFolded' : ambiguous call to overloaded \
function<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(325): could b<br>e 'ushort \
QChar::toCaseFolded(ushort)'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
c:\qt\4.4.0\include\qtcore\../../src/corelib/tools/qchar.h(324): or 'uin<br>t \
QChar::toCaseFolded(uint)'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while trying \
to match the argument list '(const UChar)'<br>NMAKE : fatal error U1077: '"C:\Program \
Files\Microsoft Visual Studio 8\VC\BIN\c<br>l.EXE"' : return code \
'0x2'<br>Stop.<br>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual \
Studio 8\VC\BIN\n<br>make.exe"' : return code '0x2'<br>Stop.<br>NMAKE : fatal error \
U1077: 'cd' : return code '0x2'<br>Stop.<br><br>Any idea to resolve this \
problem??<br><br>Thanks<br><br>Rachid<br><br /><hr />Plus de 15 millions de français \
utilisent Windows Live Messenger !  <a href='http://www.windowslive.fr/messenger/' \
target='_new'>Téléchargez Messenger, c'est gratuit !</a></body> </html>



_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic