Hi, I'm running into a basic configuration problem while trying to build webkit on win32 Configuration:
* I followed the steps outlined at http://webkit.org/building/tools.html and http://webkit.org/building/checkout.html. * I now have VC++ 2005 Express (+ SP1), Windows Platform SDK (with steps 2 & 3 followed), Cygwin, and Quicktime SDK installed * I have checked out the latest Webkit trunk source code into C:\cygwin\home\a21612\WebKit * I have placed WebKitSupportLibrary.zip at C:\cygwin\home\a21612\WebKit Building issues: * When I run the "WebKit\WebKitTools\Scripts\build-webkit" command, I get the following error: C:\cygwin\home\a21612>perl WebKit\WebKitTools\Scripts\build-webkit --debug The system cannot find the path specified. Unsupported platform, can't determine built library locations. at C:/cygwin/home /a21612/WebKit/WebKitTools/Scripts/webkitdirs.pm line 367. * When I run the "WebKit\WebKitTools\Scripts\set-webkit-configuration" command, I get the following error: C:\cygwin\home\a21612>perl WebKit\WebKitTools\Scripts\set-webkit-configuration - -release The system cannot find the path specified. The syntax of the command is incorrect. Died at WebKit\WebKitTools\Scripts\set-webkit-configuration line 39. * I am getting the above errors while trying to build using win32 command-line. When I try to open the C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj project in VC++ 2005 Express, I get the following error: The following error has occurred during XML parsing: File: C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj Line: 25 Column: 5 Error Message: Property sheet file '$(WebKitLibrariesDir)\tools\vsprops\common.vsprops' was not found or failed to load. The file 'C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj ' has failed to load. I'm not sure where to configure the $(WebKitLibrariesDir)...in the environment path? Glad if anyone could help. Thanks in advance! Best Regards, Piyush.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

