Bug 16402
| Summary: | WebKit Qt port does not build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Feng Qian <ian.eng.webkit> |
| Component: | WebKit Qt | Assignee: | George Staikos <staikos> |
| Status: | RESOLVED INVALID | ||
| Severity: | Major | CC: | alp |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Feng Qian
pcre.pri:19: Function[addExtraCompiler] multiply defined.
pcre.pri:19: Unterminated conditional block at end of file
JavaScriptCore.pri:108: Function[addExtraCompiler] multiply defined.
JavaScriptCore.pri:108: Unterminated conditional block at end of file
I have qmake version 2.00a Using Qt version 4.1.2 in /usr/lib
Someone else reported the same problem on Dec 4th in the mailing list.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
George Staikos
Qt 4.3 or higher is required.
Feng Qian
George, is there a Qt 4.3 debian package for Ubuntu?
George Staikos
No idea sorry...
Alp Toker
This looks like a major regression for the GTK+ port. A number of users have reported this issue in the last week or two.
Looks like we'll have to revert this commit:
http://trac.webkit.org/projects/webkit/changeset/27958
George Staikos
We only ever supported Qt 4.3. If it happened to work before, it was by chance. The Qt build definitely will not work under any circumstance with older versions.
Alexey Vdovin
(In reply to comment #5)
> We only ever supported Qt 4.3. If it happened to work before, it was by
> chance. The Qt build definitely will not work under any circumstance with
> older versions.
Where it is declared ?
Do you have complete version list of dependencies ?