[webkit-dev] missing headers error in windows build
Jason Hullinger
sshjason at gmail.com
Sun Sep 21 10:58:16 PDT 2008
Getting some errors when building Project: WebKit, Configuration:
Debug_Cairo Win32
This is part of the output:
10>c:\cygwin\home\jason\webkit\webkit\win\WebKitDLL.h(36) : fatal error
C1083: Cannot open include file: 'WebCore/PlatformString.h': No such file or
directory
10>WebCoreLocalizedStrings.cpp
10>..\WebCoreLocalizedStrings.cpp(28) : fatal error C1083: Cannot open
include file: 'WebCore/IntSize.h': No such file or directory
10>WebKitClassFactory.cpp
10>c:\cygwin\home\jason\webkit\webkit\win\WebKitDLL.h(36) : fatal error
C1083: Cannot open include file: 'WebCore/PlatformString.h': No such file or
directory
10>WebKitDLL.cpp
10>c:\cygwin\home\jason\webkit\webkit\win\WebKitDLL.h(36) : fatal error
C1083: Cannot open include file: 'WebCore/PlatformString.h': No such file or
directory
10>WebKitSystemBits.cpp
10>..\WebKitSystemBits.cpp(33) : fatal error C1083: Cannot open include
file: 'WebCore/PlatformString.h': No such file or directory
10>WebNodeHighlight.cpp
10>c:\cygwin\home\jason\webkit\webkit\win\WebNodeHighlight.h(33) : fatal
error C1083: Cannot open include file: 'WebCore/WindowMessageListener.h': No
such file or directory
10>AccessibleBase.cpp
PlatformString.h is actually in: WebCore/platform/text and IntSize.h is in
WebCore/platform/graphics
Does anyone know a work around for this, besides editing the above files? I
ask because keeping updated could be a bit painful otherwise.
Thanks much for any help,
~/Jason Hullinger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080921/921693ec/attachment.html
More information about the webkit-dev
mailing list