[webkit-dev] How do do incremental build?

2008-07-01 Thread Joshua Chia
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. Josh ___ webkit-dev

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Joshua Chia
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

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Mark Rowe
On 2008-07-01, at 14:57, Joshua Chia wrote: 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: Try build-webkit --gtk. - Mark smime.p7s

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Conrad Taylor
Hi, could someone tell me what's the name of the main XCode project file for WebKit? Thanks, -Conrad ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Mark Rowe
On 2008-07-01, at 16:49, Christian Dywan wrote: Am Tue, 01 Jul 2008 15:20:31 -0700 schrieb Mark Rowe [EMAIL PROTECTED]: On 2008-07-01, at 14:57, Joshua Chia wrote: The GTK page http://trac.webkit.org/wiki/BuildingGtk says to run autogen.sh and make. There's no mention of build-webkit.

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread David Kilzer
Josh, Perhaps you should find out why this command is failing: rm: cannot remove `/usr/local/WebKit2/WebKitBuild/Release/WebCore': Is a directory I'd suggest running rm -rf WebKitBuild, then trying to build again. Dave On Tue, 7/1/08, Joshua Chia [EMAIL PROTECTED] wrote: That didn't work

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Joshua Chia
I wasn't expecting to have to run autogen.sh for incremental builds, so I just ran make at first. It works if I run autogen.sh followed by make, so I have a solution. On Tue, Jul 1, 2008 at 7:30 PM, David Kilzer [EMAIL PROTECTED] wrote: Josh, Perhaps you should find out why this command is