Re: [webkit-dev] Cairo WebKit with Windows XP

2008-02-21 Thread Joonwon Yi
Hi, Brent.

I'm trying to build on Windows now. I applied your patch 17442.
I failed to build Project WebKit because CGContextRef could not be converted to 
PlatformGraphicsContext * in the following files.

..\WebDragClient.cpp(235) : error C2664: 
'WebCore::GraphicsContext::GraphicsContext(PlatformGraphicsContext *)' :
..\WebFrame.cpp(2696) : error C2664: 'CGContextSaveGState' :

Did I miss something?
Thanks in advance.

- joonwon -


- Original Message - 
From: Brent Fulgham [EMAIL PROTECTED]
To: WebKit Development webkit-dev@lists.webkit.org
Sent: Thursday, February 21, 2008 1:26 PM
Subject: [webkit-dev] Cairo WebKit with Windows XP


 To all aspiring Windows hackers:
 
 The Font support patch (http://bugs.webkit.org/show_bug.cgi?id=17336)  
 and the WinLauncher/Spinneret patch 
 (http://bugs.webkit.org/show_bug.cgi?id=17428 
 ) have landed in the trunk, which should simplify the process of  
 getting a Cairo Windows build up and running.
 
 There is an important pending patch 
 (http://bugs.webkit.org/show_bug.cgi?id=17442 
 ) which corrects some bugs I created when mixing and matching the  
 original Cairo and new CoreGraphics internal GraphicsContext  
 representations.  This basically prevents some graphic image effects  
 (rotation of images, etc.) from working properly.
 
 I have another set of patches that need to be landed as well that re- 
 enable the Windows Theme support and provides a rudimentary scroll  
 bar.  I hope to get that posted today or tomorrow.
 
 Enjoy!
 
 -Brent
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


Re: [webkit-dev] Cairo WebKit with Windows XP

2008-02-21 Thread Brent Fulgham
Hi Joonwon:

On Thu, Feb 21, 2008 at 5:05 AM, Joonwon Yi [EMAIL PROTECTED] wrote:

 Hi, Brent.

 I'm trying to build on Windows now. I applied your patch 17442.
 I failed to build Project WebKit because CGContextRef could not be
 converted to PlatformGraphicsContext * in the following files.

 ..\WebDragClient.cpp(235) : error C2664:
 'WebCore::GraphicsContext::GraphicsContext(PlatformGraphicsContext *)' :
 ..\WebFrame.cpp(2696) : error C2664: 'CGContextSaveGState' :

 Did I miss something?


I apologize.  I did not generate a patch of my WebKit/WebKit directory
changes, as I had torn some things up getting scrollbars to work.

I will generate a patch this afternoon and send a link for the patch.

Sorry,

-Brent
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev