Khanna Piyush-A21612 wrote:
Hi Adam,
Thanks :)
Some further progress...
Building WebKit/WebKit/win/WebKit.vcproj/WebKit.sln is also returning errors :(
Attached is the build log.
Cause?

My guess is that you're having line ending issues. Two possible causes of this:

1) You used a non-Cygwin version of Subversion (e.g., TortoiseSVN) to checkout the WebKit source code 2) You used the Cygwin version of Subversion to checkout the WebKit source code, but have Cygwin configured to use Windows-style line endings

-Adam


------------------------------------------------------------------------
*From:* Adam Roben [mailto:[EMAIL PROTECTED]
*Sent:* Monday, March 31, 2008 7:29 PM
*To:* Khanna Piyush-A21612
*Cc:* webkit-dev@lists.webkit.org
*Subject:* Re: [webkit-dev] Building Webkit

Khanna Piyush-A21612 wrote:
An update...
After setting the WebKitLibrariesDir & WebKitOutputDir environment variables using Control Panel, the C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj project opened successfully However, that seems to have very few files (i.e. not the entire webkit).

You should instead be building WebKit.sln (located at WebKit/WebKit/win/WebKit.vcproj/WebKit.sln).

Also building the same returned error (which again mentions some uninitialized environment variables). Attached is the log output.

The warning about $(PRODUCTION) is expected and should not cause a problem. Your build log complains that WebKit.h is missing, but that's because you haven't build WebKit yet. To do so, build WebKit.sln as mentioned above.

-Adam


_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to