RE: [webkit-dev] Building Webkit

2008-03-31 Thread Khanna Piyush-A21612
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

Re: [webkit-dev] UTF-16 default mappings in WebKit

2008-03-31 Thread Alexey Proskuryakov
On Mar 31, 2008, at 3:20 PM, Sergey Groznyh wrote: So my question is, what is the reason for WebKit to treat UTF-16 data as being little-endian by default? This is done for compatibility with other browsers (and thus with actual content existing on the Web). Sounds like you are

Re: [webkit-dev] UTF-16 default mappings in WebKit

2008-03-31 Thread Sergey Groznyh
Hi, Alexey == Alexey Proskuryakov [EMAIL PROTECTED] writes: Alexey This is done for compatibility with other browsers (and Alexey thus with actual content existing on the Web). I guessed that ;). Alexey Sounds like you are using native Java support for text Alexey decoding.

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben
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

RE: [webkit-dev] Building Webkit

2008-03-31 Thread Khanna Piyush-A21612
Hi Adam, Thanks :) Some further progress... Building WebKit/WebKit/win/WebKit.vcproj/WebKit.sln is also returning errors :( Attached is the build log. Cause? Thanks once again! Best Regards, Piyush. From: Adam Roben [mailto:[EMAIL PROTECTED] Sent:

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben
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

RE: [webkit-dev] Building Webkit

2008-03-31 Thread Sijin Joseph
From your build log it looks like you're facing an issue that I faced earlier this week with the line endings. Take a look at the build-generated-files.sh files in the windows specific project folders, some of them are using CRLF line endings, if your cygwin environment is setup to use unix