Bug 16402 - WebKit Qt port does not build
Summary: WebKit Qt port does not build
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Major
Assignee: George Staikos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 10:14 PST by Feng Qian
Modified: 2007-12-12 05:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Feng Qian 2007-12-11 10:14:35 PST
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.
Comment 1 George Staikos 2007-12-11 10:51:05 PST
Qt 4.3 or higher is required.
Comment 2 Feng Qian 2007-12-11 11:30:49 PST
George, is there a  Qt 4.3 debian package for Ubuntu? 
Comment 3 George Staikos 2007-12-11 13:06:34 PST
No idea sorry...
Comment 4 Alp Toker 2007-12-11 13:24:06 PST
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

Comment 5 George Staikos 2007-12-11 13:29:41 PST
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.
Comment 6 Alexey Vdovin 2007-12-12 05:33:48 PST
(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 ?