Share

wxWebKit

Code

Programming Languages: Python, C++

License: BSD License

Repositories

browse code, statistics, last commit on 2006-04-08 svn co https://wxwebkit.svn.sourceforge.net/svnroot/wxwebkit wxwebkit

Show:

What's happening?

  • wx implementation of PluginView missing

    Hello, using r44150, I was unable to build wxWebKit on Mac OS X. The reason is that a wx implementation of PluginView is missing. g++ -dynamiclib -fPIC -o /Users/ulrikp/Ongoing/WebKit/WebKit/WebKitBuild/Release/libwxwebkit.dylib obj-gnu/wxwebkit_dynamic_ChromeClientWx.o obj-gnu/wxwebkit_dynamic_ContextMenuClientWx.o obj-gnu/wxwebkit_dynamic_DragClientWx.o...

    2009-05-26 16:48:55 UTC by ulrikp

  • Comment: Missing #include <wx/dcgraph.h>

    No, this was not addressed by the patch 2693524. The patch 2693524 fixed the missing include in the file: \WebCore\platform\wx\wxcode\gtk\non-kerned-drawing.cpp The missing include i reported is in the file: \WebCore\platform\wx\wxcode\win\non-kerned-drawing.cpp It's the same error in a different file.

    2009-04-28 07:17:40 UTC by svenk

  • Comment: Missing #include <wx/dcgraph.h>

    This was addressed by a patch already - see Patches: "Added missing include file - ID: 2693524". You probably just need a slightly newer svn checkout.

    2009-04-27 04:36:37 UTC by cwilling

  • Missing #include <wx/dcgraph.h>

    In the file \WebCore\platform\wx\wxcode\win\non-kerned-drawing.cpp the following include is missing: #include This leads to an undeclared wxGraphicsContext*.

    2009-03-24 20:34:24 UTC by svenk

  • Added missing include file

    Compilation could not complete without additional include file in non-kerned-drawing.cpp - it includes wx/dcgraph.h which itself needs a definition of wxDC but that is defined in wx/dc.h so it need to be included too. The patch below adds the necessary #include and enabled completion of ./build-webkit --wx --wx-args=wxgc.

    2009-03-19 05:00:47 UTC by cwilling

  • Build problemwith platform/graphics/wx/AffineTransformWx.cpp

    Building of wxWebKit fails with the following error: g++ -c -o obj-gnu/wx_webcore_static_AffineTransformWx.o -DBUILDING_WX__=1 -DENABLE_DOM_STORAGE -DUSE_SYSTEM_MALLOC -O0 -g -I/data/src/WebKit/WebKitTools/wx/../../WebKitLibraries/unix/include -I/data/src/WebKit/WebKitTools/wx/../../WebCore/icu -I. -I./bindings/js -I./bridge -I./bridge/c -I./bridge/jni -I./css -I./dom -I./editing -I./history...

    2008-11-24 14:59:41 UTC by richieman

  • Install problems

    Hello, I got 2 problems with installing wxWebKit. I'm trying to install on Redhat EL4. Problem 1 (I already fixed it) When I start the script: /build-webkit --wx wxgc I get the following error: WebKitTools/wx/build-wxwebkit: line 153: [: /home/richard/Downloads/WebKit/WebKitTools/wx: binary operator expected After some debugging, I discovered I have to make the following change to...

    2008-11-24 13:43:55 UTC by richieman

  • Patch for failed build of JavaScriptCore

    Hello, last night I was trying to build webkit and found a problem with JavaScriptCoreSources.bkl, I'm submitting a patch to fix the build, hope this helps. Thanks.

    2008-07-28 17:05:28 UTC by mindstorm2600

  • Comment: Javascript causing ASSERT(!root->needsLayout()) in FrameView

    This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).

    2008-03-06 03:20:11 UTC by sf-robot

  • Comment: Javascript causing ASSERT(!root->needsLayout()) in FrameView

    This is fixed for you in trunk, right? :)

    2008-02-20 20:11:00 UTC by kollivier

Our Numbers