Bug 94774
| Summary: | [GTK] Can not build if webKitBranchBuild in git/config is enabled. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dongseong Hwang <dongseong.hwang> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mrobinson, nick.diego, ossy, sergio |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dongseong Hwang
Recently, we can not build WebKit if webKitBranchBuild in git/config is enabled.
We can enable webKitBranchBuild in the following command.
> git config core.webKitBranchBuild true
http://trac.webkit.org/wiki/UsingGitWithWebKit
We can encounter the following stderr.
"
Calling autogen.sh in /media/WDDisk/workspace/WebKit/WebKitGtk/WebKitBuild/Release
grep: /media/WDDisk/workspace/WebKit/WebKitGtk/WebKitBuild/Release/GNUmakefile: can not find the file or directory
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal -I Source/autotools -I /media/WDDisk/workspace/WebKit/WebKitGtk/WebKitBuild/Dependencies/Root/share/aclocal -I /usr/share/aclocal
autoreconf2.50: aclocal terminated by signal: 2
Calling autogen.sh failed!
"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Martin Robinson
Autotools is gone now.