[Webkit-unassigned] [Bug 102930] [Qt] Mingw: Symbol conflict between system ANGLE, webkit angle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 13:12:32 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102930


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2012-11-21 13:14:34 PST ---
I think that there's some secret static linking going in:

""
D:/dev/qt-5-sdk-mingw-builds-gcc-4.7.2-32/qtbase/lib/liblibGLESv2.a(d000265.o):(.text+0x0): first defined here
D:/dev/qt-5-sdk-mingw-builds-gcc-4.7.2-32/qtwebkit/Source/ThirdParty/ANGLE/debug/libANGLEd.a(ShaderLang.o):ShaderLang.cpp:(.text+0x20): multiple definition of `ShInitBuiltInResources'
""

See liblibGLESv2._a_ and libANGLEd.a? Only the latter should be an archive, the former should be a DLL.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list