That didn't work either:
Josh
jchia@jchia-g3:/usr/local/WebKit2/WebKitTools/Scripts$ ./build-webkit --gtk
rm: cannot remove `/usr/local/WebKit2/WebKitBuild/Release/WebCore': Is a directory
Calling configure in /usr/local/WebKit2/WebKitBuild/Release
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
Failed to setup build environment using 'autotools'!
jchia@jchia-g3:/usr/local/WebKit2/WebKitTools/Scripts$ pushd ../..
/usr/local/WebKit2 /usr/local/WebKit2/WebKitTools/Scripts
jchia@jchia-g3:/usr/local/WebKit2$ WebKitTools/Scripts/build-webkit --gtk
rm: cannot remove `/usr/local/WebKit2/WebKitBuild/Release/WebCore': Is a directory
Calling configure in /usr/local/WebKit2/WebKitBuild/Release
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: source directory already configured; run "make distclean" there first
Failed to setup build environment using 'autotools'!
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