[Webkit-unassigned] [Bug 22676] New: WebKitTools/Scripts/build-webkit --qt fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 5 02:09:53 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22676
Summary: WebKitTools/Scripts/build-webkit --qt fails
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bero at arklinux.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list