[Webkit-unassigned] [Bug 93339] New: [Qt][Win] r124835 broke the build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 6 23:20:16 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93339
Summary: [Qt][Win] r124835 broke the build
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt, QtTriaged
Severity: Blocker
Priority: P1
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
CC: eric at webkit.org, hausmann at webkit.org,
abarth at webkit.org, vestbo at webkit.org,
jocelyn.turcotte at nokia.com
Blocks: 93307
r124835 broke the Qt 5 - Windows - MSVC build:
link /LIBPATH:"c:\WebKitBuildSlave\qt5\qtbase\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:"obj/release\QtWebKit.intermediate.manifest" /VERSION:5.00 /OUT:..\lib\QtWebKit5.dll @C:\Users\WEBKIT~1\AppData\Local\Temp\2\nm5FE9.tmp
Creating library ..\lib\QtWebKit5.lib and object ..\lib\QtWebKit5.exp
WebCore.lib(JSDocumentCustom.obj) : error LNK2019: unresolved external symbol "class WebCore::DOMWindow * __cdecl WebCore::activeDOMWindow(class JSC::ExecState *)" (?activeDOMWindow at WebCore@@YAPAVDOMWindow at 1@PAVExecState at JSC@@@Z) referenced in function "public: void __thiscall WebCore::JSDocument::setLocation(class JSC::ExecState *,class JSC::JSValue)" (?setLocation at JSDocument@WebCore@@QAEXPAVExecState at JSC@@VJSValue at 4@@Z)
WebCore.lib(JSDOMWindowCustom.obj) : error LNK2001: unresolved external symbol "class WebCore::DOMWindow * __cdecl WebCore::activeDOMWindow(class JSC::ExecState *)" (?activeDOMWindow at WebCore@@YAPAVDOMWindow at 1@PAVExecState at JSC@@@Z)
WebCore.lib(JSLocationCustom.obj) : error LNK2001: unresolved external symbol "class WebCore::DOMWindow * __cdecl WebCore::activeDOMWindow(class JSC::ExecState *)" (?activeDOMWindow at WebCore@@YAPAVDOMWindow at 1@PAVExecState at JSC@@@Z)
WebCore.lib(JSDocumentCustom.obj) : error LNK2019: unresolved external symbol "class WebCore::DOMWindow * __cdecl WebCore::firstDOMWindow(class JSC::ExecState *)" (?firstDOMWindow at WebCore@@YAPAVDOMWindow at 1@PAVExecState at JSC@@@Z) referenced in function "public: void __thiscall WebCore::JSDocument::setLocation(class JSC::ExecState *,class JSC::JSValue)" (?setLocation at JSDocument@WebCore@@QAEXPAVExecState at JSC@@VJSValue at 4@@Z)
WebCore.lib(JSDOMWindowCustom.obj) : error LNK2001: unresolved external symbol "class WebCore::DOMWindow * __cdecl WebCore::firstDOMWindow(class JSC::ExecState *)" (?firstDOMWindow at WebCore@@YAPAVDOMWindow at 1@PAVExecState at JSC@@@Z)
WebCore.lib(JSLocationCustom.obj) : error LNK2001: unresolved external symbol "class WebCore::DOMWindow * __cdecl WebCore::firstDOMWindow(class JSC::ExecState *)" (?firstDOMWindow at WebCore@@YAPAVDOMWindow at 1@PAVExecState at JSC@@@Z)
..\lib\QtWebKit5.dll : fatal error LNK1120: 2 unresolved externals
--
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