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 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 either: > > > > Josh > > > > [EMAIL PROTECTED]:/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'! > > [EMAIL PROTECTED]:/usr/local/WebKit2/WebKitTools/Scripts$* > > pushd ../.. > > /usr/local/WebKit2 /usr/local/WebKit2/WebKitTools/Scripts > > [EMAIL PROTECTED]:/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 Tue, Jul 1, 2008 at 3:20 PM, Mark Rowe > > <[EMAIL PROTECTED]> wrote: > > > > > > > > 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 > > > > > >_______________________________________________ > > webkit-dev mailing list > > [email protected] > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

