[webkit-dev] missing headers error in windows build

Jason Hullinger sshjason at gmail.com
Sun Sep 21 11:28:16 PDT 2008


Sorry, just found the answer to my question. That said, is the Windows build
going to get any more clean? Building on OS X is no problem at all, but
building in cygwin just simply does not seem to work. The Visual Studio
project file is near working, but I've had to do a lot of rearranging of
header file includes, killing compiler optimizations and some macro issues.
Anyone built on Linux? Was that fairly clean to build?

Thanks much,

~/Jason Hullinger

On Sun, Sep 21, 2008 at 10:58 AM, Jason Hullinger <sshjason at gmail.com>wrote:

> 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/76524664/attachment.html 


More information about the webkit-dev mailing list