[webkit-help] build-webkit on Windows failing due to not finding a few .h files

Jenn Braithwaite (胡慧鋒) jennb at chromium.org
Fri Oct 15 16:44:09 PDT 2010


build-webkit --debug

I'm building WebKit on Windows 7 for the first time. WebKit is unable
to build due to not finding cairo-win32.h, JSDOMWindow.h, SVGNames.h
and CSSPropertyNames.h.  All but the first exist in my working
directory in 2 places:

WebKitBuild/include/WebCore/

WebKitBuild/obj/WebCore/DerivedSources/

I've googled around but can't find the answer.  Followed all
directions on webkit.org for setting up the dev tools and building.
Any help would be appreciated.  Build output is below.


Thanks,

Jenn


Performing Pre-Build Event...
/usr/bin/bash
File not found - *
0 File(s) copied
svn: '.' is not a working copy
Compiling...
####### COMPILING 23 FILES USING AT MOST 8 PARALLEL INSTANCES OF
cl.exe ###########
FindPageOverlay.cpp
WebFrame.cpp
InjectedBundleWin.cpp
WebPageWin.cpp
WebFrameLoaderClient.cpp
c:\include\webcore\FontPlatformDataCairoWin.h(32) : fatal error C1083:
Cannot open include file: 'cairo-win32.h': No such file or directory
InjectedBundleHitTestResult.cpp
c:\include\webcore\FontPlatformDataCairoWin.h(32) : fatal error C1083:
Cannot open include file: 'cairo-win32.h': No such file or directory
NPRuntimeObjectMap.cpp
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
WebPopupMenu.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
PluginView.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
WebPage.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
WebPageProxy.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
WKBundleFrame.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
InjectedBundle.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
InjectedBundleScriptWorld.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
NPJSObject.cpp
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
Generating Code...
c:\include\webcore\FontPlatformDataCairoWin.h(32) : fatal error C1083:
Cannot open include file: 'cairo-win32.h': No such file or directory
WebBackForwardListProxy.cpp
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
FindController.cpp
c:\include\webcore\JSDOMWindowShell.h(32) : fatal error C1083: Cannot
open include file: 'JSDOMWindow.h': No such file or directory
WebPageProxyMessageReceiver.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
WebContext.cpp
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
WebEditorClient.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
WebURLResponseWin.cpp
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
Generating Code...
..\Shared\win\WebURLResponseWin.cpp(32) : error C2664:
'WebCore::ResourceResponse::ResourceResponse(const
WebCore::ResourceResponse &)' : cannot convert parameter 1 from
'PlatformResponse' to 'const WebCore::ResourceResponse &'
        Reason: cannot convert from 'PlatformResponse' to 'const
WebCore::ResourceResponse'
        No constructor could take the source type, or constructor
overload resolution was ambiguous
Generating Code...
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
WKSerializedScriptValue.cpp
c:\include\webcore\AnimationController.h(32) : fatal error C1083:
Cannot open include file: 'CSSPropertyNames.h': No such file or
directory
WebChromeClient.cpp
c:\include\webcore\SVGPreserveAspectRatio.h(27) : fatal error C1083:
Cannot open include file: 'SVGNames.h': No such file or directory
Generating Code...
c:\include\webcore\FontPlatformDataCairoWin.h(32) : fatal error C1083:
Cannot open include file: 'cairo-win32.h': No such file or directory
Generating Code...
Project : warning PRJ0018 : The following environment variables were not found:
$(PRODUCTION)
$(DXSDK_DIR)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20101015/33174bd3/attachment.html>


More information about the webkit-help mailing list