[Webkit-unassigned] [Bug 97697] [Qt][WRT] Unresolved external symbol errors with MSVC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 01:07:55 PDT 2012


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





--- Comment #15 from Zoltan Arvai <zarvai at inf.u-szeged.hu>  2012-10-03 01:08:19 PST ---
(In reply to comment #14)
> (In reply to comment #13)
> > Unresolved external symbol error caused by running multiple build at the same time. Maybe Qt developer build casing this issue, I'll check it.
> 
> Building two webkits at the same time against the same developer-built Qt would break yes. The qt_webkit.pri module file would get overwritten and suddenly point to the other build.

At first I built Qt5 with prefix pointing to qtbase:
configure -opengl-es-2 -angle C:\WebKitBuildSlave\angle\trunk\lib\Release -opensource -confirm-license -nomake examples -nomake demos -nomake tests -nomake translations -qt-zlib -qt-libpng -qt-libjpeg -qt-sql-sqlite -release -prefix %CD%\qtbase

That works like a developer build: qt_webkit.pri was created/overwritten.

Now I built Qt5 with different prefix and everything works like charm :) 

Only one thing is required now before enabling WK2 build on the MSVC bot: the attached patch.

-- 
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