Bug 22676
Summary: | WebKitTools/Scripts/build-webkit --qt fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bernhard Rosenkraenzer <bero> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | All |
Bernhard Rosenkraenzer
When using WebKitTools/Scripts/build-webkit --qt in recent snapshots, the build process fails saying
WebKitTools/Scripts/build-webkit --qt --svg --svg-animation --svg-filters --svg-foreign-object --svg-fonts --svg-as-image --svg-use --xpath --xslt --video
Calling 'qmake --qt CONFIG+=qt-port -r OUTPUT_DIR=/usr/src/ark/BUILD/WebKit/WebKitBuild/Release /usr/src/ark/BUILD/WebKit/WebKit.pro CONFIG+=release CONFIG-=debug' in /usr/src/ark/BUILD/WebKit/WebKitBuild/Release
***Unknown option --qt
Usage: qmake [mode] [options] [files]
[...]
The problem is that --qt is being passed to qmake, which doesn't take that option.
Simply omitting the --qt (and relying on build-webkit doing the right thing because QTDIR is set) works.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
So this was an intentional change, which clearly needs to be rolled-out, or improved upon. See my reply to bug 22683 which is the same bug.
*** This bug has been marked as a duplicate of 22683 ***