-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
This is fixed for you in trunk, right? :)
2008-02-20 20:11:00 UTC by kollivier