[webkit-dev] Build Errors on windows

KC Jones bernalkc at gmail.com
Mon Oct 15 09:42:48 PDT 2007


> I believe that QtWebKit on win32 must be compiled via
> MinGW gcc, not Cygwin,...

True for the Windows WebKitQt build target, but that build
is also busted and has been since Friday PM, probably since
the latest merge?

I'm building on WXp with QT 4.3.2 installed.  My build ends
with this failure on the CSSFontFace.cpp compilation:

cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc
-DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT
-DBUILDING_QT__=1-DUSE_SYSTEM_MALLOC -DBUILD_WEBKIT
-DENABLE_ICONDATABASE=0 -DENABLE_XPATH=1 -DENABLE_SVG=1
-DWTF_CHANGES=1 -DBUILDING_QT__
-DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DQT_DLL -DQT_XML_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -I"c:\Qt\4.3.2\include\QtCore"
-I"c:\Qt\4.3.2\include\QtCore"
-I"c:\Qt\4.3.2\include\QtNetwork"
-I"c:\Qt\4.3.2\include\QtNetwork"
-I"c:\Qt\4.3.2\include\QtGui" -I"c:\Qt\4.3.2\include\QtGui"
-I"c:\Qt\4.3.2\include\QtXml" -I"c:\Qt\4.3.2\include\QtXml"
-I"c:\Qt\4.3.2\include" -I"..\..\..\WebKit\qt\Api"
-I"..\..\..\JavaScriptCore" -I"..\..\..\JavaScriptCore\kjs"
-I"..\..\..\JavaScriptCore\bindings"
-I"..\..\..\JavaScriptCore\bindings\c"
-I"..\..\..\JavaScriptCore\wtf"
-I"..\..\..\JavaScriptCore\ForwardingHeaders"
-I"..\..\..\WebCore" -I"..\..\..\WebCore\ForwardingHeaders"
-I"..\..\..\WebCore\platform"
-I"..\..\..\WebCore\platform\network"
-I"..\..\..\WebCore\platform\graphics"
-I"..\..\..\WebCore\loader" -I"..\..\..\WebCore\page"
-I"..\..\..\WebCore\css" -I"..\..\..\WebCore\dom"
-I"..\..\..\WebCore\bridge" -I"..\..\..\WebCore\editing"
-I"..\..\..\WebCore\rendering" -I"..\..\..\WebCore\history"
-I"..\..\..\WebCore\xml" -I"..\..\..\WebCore\html" -I"tmp"
-I"tmp" -I"tmp" -I"..\..\..\JavaScriptCore"
-I"..\..\..\JavaScriptCore\kjs"
-I"..\..\..\JavaScriptCore\bindings"-I"..\..\..\JavaScriptCore\bindings\c"
-I"..\..\..\JavaScriptCore\wtf"
-I"..\..\..\JavaScriptCore\bindings\qt"
-I"..\..\..\JavaScriptCore\os-win32"
-I"..\..\..\JavaScriptCore\pcre"
-I"..\JavaScriptCore\kjs\tmp"
-I"..\..\..\WebCore\platform\qt"
-I"..\..\..\WebCore\platform\network\qt"
-I"..\..\..\WebCore\platform\graphics\qt"
-I"..\..\..\WebCore\platform\graphics\svg\qt"
-I"..\..\..\WebCore\loader\qt" -I"..\..\..\WebCore\page\qt"
-I"..\..\..\WebKit\qt\WebCoreSupport"
-I"..\..\..\WebKit\qt\Api" -I"..\..\..\WebCore"
-I"..\..\..\WebCore\ForwardingHeaders"
-I"..\..\..\..\WebKit" -I"..\..\..\JavaScriptCore\kjs"
-I"..\..\..\JavaScriptCore\bindings"
-I"..\..\..\WebCore\platform"
-I"..\..\..\WebCore\platform\network"
-I"..\..\..\WebCore\platform\graphics"
-I"..\..\..\WebCore\platform\graphics\svg"
-I"..\..\..\WebCore\platform\graphics\svg\filters"
-I"..\..\..\WebCore\loader" -I"..\..\..\WebCore\loader\icon"
-I"..\..\..\WebCore\css" -I"..\..\..\WebCore\dom"
-I"..\..\..\WebCore\page" -I"..\..\..\WebCore\bridge"
-I"..\..\..\WebCore\editing" -I"..\..\..\WebCore\rendering"
-I"..\..\..\WebCore\history" -I"..\..\..\WebCore\xml"
-I"..\..\..\WebCore\html" -I"..\..\..\WebCore\bindings\js"
-I"..\..\..\WebCore\ksvg2" -I"..\..\..\WebCore\ksvg2\css"
-I"..\..\..\WebCore\ksvg2\svg"
-I"..\..\..\WebCore\ksvg2\misc"
-I"..\..\..\WebCore\ksvg2\events"
-I"..\..\..\WebCore\platform\image-decoders"
-I"c:\Qt\4.3.2\include\ActiveQt" -I"debug"
-I"..\..\..\WebCore" -I"."
-I"c:\Qt\4.3.2\mkspecs\win32-msvc2005"
-Fotmp\CSSFontFace.obj ..\..\..\WebCore\css\CSSFontFace.cpp
CSSFontFace.cpp
C:\users\kc\WebKit\WebCore\platform\FontData.h(26) : fatal error C1083:
Cannot open include file: 'FontPlatformData.h':
No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
WEXITSTATUS is not a valid POSIX macro at WebKitTools\Scripts\build-webkit
line 163
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/webkit-dev/attachments/20071015/0c3e752e/attachment.html


More information about the webkit-dev mailing list