[Webkit-unassigned] [Bug 18996] Build of WebKit Qt fails on Linux due to .pri file problem.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 30 10:20:21 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18996





------- Comment #5 from cmsigler at gmail.com  2008-05-30 10:20 PDT -------
(In reply to comment #4)
> I believe this bug hasn't been triaged yet because most of the devs are using
> Qt 4.4, so we can't verify you're assumptions. 

Thanks for the reply :^)

It's true that I'm not a Qmake expert.  However, if I understand the way the
.pro/.pri files work (I do know how a "#include chartables.c" preprocesser
statement works!), it seems to me that chartables.c would both be included in
the compiled pcre_tables.o object file and also be compiled separately into
chartables.o, so that when the .so is linked the array kjs_pcre_default_tables
must be doubly defined.  It looks to me like there's no way around this error.

Am I nuts?  Am I just plain wrong?  Does the Qt V4.4 Qmake pick up on this
multiple definition and correct for it automatically?  Sorry for being so
dense.

Clemmitt Sigler


-- 
Configure bugmail: http://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