1 Jul
2008
1 Jul
'08
9:57 p.m.
The GTK page http://trac.webkit.org/wiki/BuildingGtk says to run autogen.sh and make. There's no mention of build-webkit. Also, when I try to run WebKitTools/Scripts/build-webkit, I get: Unsupported platform, can't determine built library locations. at /usr/local/google/WebKit2/WebKitTools/Scripts/webkitdirs.pm line 369. On Tue, Jul 1, 2008 at 2:29 PM, Mark Rowe <mrowe@apple.com> wrote:
On 2008-07-01, at 13:36, Joshua Chia wrote:
I made some changes to some GTK port-related code, specifically
RenderThemeGtk.cpp. Simply running make did not cause it to be recompiled. How do I do incremental builds with proper dependency? The clean build takes forever.
I would expect that re-running build-webkit would do an incremental build.
- Mark