Re: [webkit-dev] missing headers error in windows build

2008-09-22 Thread Adam Roben
On Sep 21, 2008, at 2:28 PM, Jason Hullinger wrote: 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

[webkit-dev] missing headers error in windows build

2008-09-21 Thread Jason Hullinger
Getting some errors when building Project: WebKit, Configuration: Debug_Cairo Win32 This is part of the output: 10c:\cygwin\home\jason\webkit\webkit\win\WebKitDLL.h(36) : fatal error C1083: Cannot open include file: 'WebCore/PlatformString.h': No such file or directory

Re: [webkit-dev] missing headers error in windows build

2008-09-21 Thread Jason Hullinger
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

Re: [webkit-dev] missing headers error in windows build

2008-09-21 Thread Justin Haygood
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: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] missing headers error in windows build