Bug 19256 - Fixes for WebKit WX build on Linux/*NIX
Summary: Fixes for WebKit WX build on Linux/*NIX
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 15:58 PDT by Clemmitt Sigler
Modified: 2008-05-27 20:15 PDT (History)
0 users

See Also:


Attachments
Patch for npapi.cpp to allow WX version to build on Linux/*NIX (598 bytes, patch)
2008-05-26 16:00 PDT, Clemmitt Sigler
no flags Details | Formatted Diff | Diff
Patch for wxwebkit.bkl to allow WX version to build on Linux/*NIX (422 bytes, patch)
2008-05-26 16:01 PDT, Clemmitt Sigler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clemmitt Sigler 2008-05-26 15:58:56 PDT
Hi,

I've found two more problems that keep the WebKit WX build from completing for me.  I've patched two files which help it progress farther:

WebCore/plugins/npapi.cpp
WebKit/wx/wxwebkit.bkl

I'll attach my patches next.

My build attempt still fails, this time because WebFrame.h is missing when compiling browser.cpp.  I can only find Win and Mac versions of this header.  I've tried browsing the SVN repository via the web interface but I can't figure out what was changed recently to cause this problem.  All I know is the WX build hasn't built for a number of days.

Again, HTH.

Clemmitt Sigler
Comment 1 Clemmitt Sigler 2008-05-26 16:00:02 PDT
Created attachment 21353 [details]
Patch for npapi.cpp to allow WX version to build on Linux/*NIX
Comment 2 Clemmitt Sigler 2008-05-26 16:01:01 PDT
Created attachment 21354 [details]
Patch for wxwebkit.bkl to allow WX version to build on Linux/*NIX
Comment 3 Clemmitt Sigler 2008-05-27 20:15:35 PDT
(In reply to comment #0)

Hi,

Closing this bug as FIXED.  Fixes addressed by the attached patches were landed in r34150 and r34151 by Kevin Ollivier.  TIA.

Clemmitt Sigler