[webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
I am trying to build the Cairo port of WebKit, on Windows. The Apple port builds just fine. The Cairo port fails when building the WebKit project: 9-- Build started: Project: WebKit, Configuration: Release_Cairo Win32 -- 9Performing Pre-Build Event... 9/usr/bin/which: no bash in

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
If I manually copy WebCore\platform\graphics\cairo to $(WebKitLibrariesDir)\include\cairo, WebKit compiles fine, but the linking stage takes forever, then fails with: 4Linking... 4 Creating library C:\ws\WebKit\WebKitBuild\lib\WebKit.lib and object C:\ws\WebKit\WebKitBuild\lib\WebKit.exp

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
On Wed, Mar 24, 2010 at 6:27 PM, Aram Hăvărneanu ara...@mgk.ro wrote: If I manually copy WebCore\platform\graphics\cairo to $(WebKitLibrariesDir)\include\cairo, WebKit compiles fine, but the linking stage takes forever, then fails with: 4Linking... 4   Creating library

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Thomas Brodt
There is currently an open(?) issue regarding FontPlatformData.h. See Brent's mail from 17.03.2010 Re: [webkit-dev] Frustrations with WebKit Font Representation I don't know if it is resolved already. Thomas Am 24.03.2010 16:56, schrieb Aram Hăvărneanu: I am trying to build the Cairo port of

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
On Wed, Mar 24, 2010 at 7:02 PM, Thomas Brodt thomas.br...@porabo.ch wrote: There is currently an open(?) issue regarding FontPlatformData.h. See Brent's mail from 17.03.2010 Re: [webkit-dev] Frustrations with WebKit Font Representation I don't know if it is resolved already. I see. I did

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
On Wed, Mar 24, 2010 at 6:27 PM, Aram Hăvărneanu ara...@mgk.ro wrote: If I manually copy WebCore\platform\graphics\cairo to $(WebKitLibrariesDir)\include\cairo, WebKit compiles fine, but the linking stage takes forever, then fails with: 4Linking... 4   Creating library