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).
Also building the same returned error (which again mentions some
uninitialized environment variables). Attached is the log output.
Any further clues?
Thanks!
Best Regards,
Piyush.
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Khanna
Piyush-A21612
Sent: Monday, March 31, 2008 4:33 PM
To: Brent Fulgham
Cc: [email protected]
Subject: RE: [webkit-dev] Building Webkit
Hi Brent/Ankush,
Thanks for your inputs...
Yes, I'm running the commands from Cygwin shell itself.
Even if I set the environment variables (using both Control Panel +
"export" utility in Cygwin), I get the same error:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ export WebKitLibrariesDir=~a21612/WebKit/WebKitLibraries/win
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ echo $WebKitLibrariesDir
/home/a21612/WebKit/WebKitLibraries/win
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ export WebKitOutputDir=~a21612/WebKit/WebKitBuild
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ echo $WebKitOutputDir
/home/a21612/WebKit/WebKitBuild
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ perl WebKit/WebKitTools/Scripts/build-webkit
Unsupported platform, can't determine built library locations.
at C:/cygwin/home
/a21612/WebKit/WebKitTools/Scripts/webkitdirs.pm line 367.
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ export
WebKitOutputDir=C:/cygwin/home/a21612/WebKit/WebKitBuild
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ export
WebKitLibrariesDir=C:/cygwin/home/a21612/WebKit/WebKitLibraries/win
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ echo $WebKitOutputDir
C:/cygwin/home/a21612/WebKit/WebKitBuild
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ echo $WebKitLibrariesDir
C:/cygwin/home/a21612/WebKit/WebKitLibraries/win
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home/a21612
$ perl WebKit/WebKitTools/Scripts/build-webkit
Unsupported platform, can't determine built library locations.
at C:/cygwin/home
/a21612/WebKit/WebKitTools/Scripts/webkitdirs.pm line 367.
Are there any other paths to set as environment variables? Does anyone
have a list?
Thanks in advance.
Best Regards,
Piyush.
________________________________
From: Brent Fulgham [mailto:[EMAIL PROTECTED]
Sent: Friday, March 28, 2008 9:39 PM
To: Khanna Piyush-A21612
Cc: [email protected]
Subject: Re: [webkit-dev] Building Webkit
Hi,
Are you running the build-webkit and other commands from your Cygwin
shell? The directions don't seem to explicitly state that this is
necessary, but it is!
Set the environment variables in the Control Panel | System Properties
utility. Click on the 'Advanced' tab, select the "Environment
Variables" button, and add the variables to the "User variables for
a21612" window:
WebKitLibrariesDir | {Path to WebKit}\WebKitLibraries\win
WebKitOutputDir | {Path to WebKit}\WebKitBuild
-Brent
ÿþ<