Bug 18319

Summary: wx port on GTK failed to build
Product: WebKit Reporter: Bo Yang <techrazy.yang>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
A proposal patch none

Bo Yang
Reported 2008-04-04 20:52:56 PDT
On Ubuntu, building wx port on GTK platform is not feasible now. And I got the error of WebCore/platform/graphics/Gradient.cpp file platformInit(); and platformDestroy() function are not defined.
Attachments
A proposal patch (1.07 KB, patch)
2008-04-04 20:58 PDT, Bo Yang
no flags
Bo Yang
Comment 1 2008-04-04 20:58:17 PDT
Created attachment 20347 [details] A proposal patch platformInit and platformDestroy are defined only when Webkit use QT/CG/CAIRO toolkit but not gtk. So, I think when we call them, we should add some conditional define too.
Eric Seidel (no email)
Comment 2 2008-04-04 21:09:19 PDT
This has already been fixed by: http://trac.webkit.org/projects/webkit/changeset/31626 or?
Alp Toker
Comment 3 2008-04-06 18:33:51 PDT
Comment on attachment 20347 [details] A proposal patch Bug already fixed? Clearing the request.
Note You need to log in before you can comment on or make changes to this bug.