The Qt/Windows build is fairly clean. Build the visual studio project file using qmake, and that will compile without any problems.
From: Jason Hullinger Sent: Sunday, September 21, 2008 2:28 PM To: [email protected] Subject: Re: [webkit-dev] missing headers error in windows build 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 <[EMAIL PROTECTED]> 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 -------------------------------------------------------------------------------- _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

