[webkit-reviews] review denied: [Bug 102930] [Qt] Mingw: Symbol conflict between system ANGLE, webkit angle : [Attachment 175418] Possible workaround patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 22:53:15 PST 2012


Simon Hausmann <hausmann at webkit.org> has denied Kai Koehne
<kai.koehne at digia.com>'s request for review:
Bug 102930: [Qt] Mingw: Symbol conflict between system ANGLE, webkit angle
https://bugs.webkit.org/show_bug.cgi?id=102930

Attachment 175418: Possible workaround patch
https://bugs.webkit.org/attachment.cgi?id=175418&action=review

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=175418&action=review


> Source/api.pri:27
> +    # ignore duplicate symbols in qtbase angle (libGLESv2.dll), local angle

I'm saying r-, because the linker output doesn't look like it resembles what's
described her, i.e. that there is is linkage against libGLESv2._DLL_

Maybe a .dll file co-exists with a .a file in the lib directory and somehow the
compiler choose the latter instead of the former?

I think this needs more investigation :)


More information about the webkit-reviews mailing list