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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 10:32:48 PDT 2012


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

           Summary: [Qt][WRT] Unresolved external symbol errors with MSVC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu


While building QtWebKit2 on Windows WebKitTestRunner fails with "unresolved external symbol" errors.

Build environment is 
- Windows 2008 R2
- Qt5Beta1 manual built with angle support (configured with  -opengl-es-2 -angle)
- QtWebKit r129607

Full build log located at: https://gist.github.com/3788158
Here is a part of the log:

link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:..\..\..\lib\WTRInjectedBundle.dll.embed.manifest /OUT:..\..\..\lib\WTRInjectedBundle.dll @C:\Users\WEBKIT~1\AppData\Local\Temp\3\nmDC0.tmp
   Creating library ..\..\..\lib\WTRInjectedBundle.lib and object ..\..\..\lib\WTRInjectedBundle.exp
AccessibilityController.obj : error LNK2019: unresolved external symbol _WKAccessibilityRootObject referenced in function "public: class WTF::PassRefPtr<class WTR::AccessibilityUIElement> __thiscall WTR::AccessibilityController::rootElement(void)" (?rootElement at AccessibilityController@WTR@@QAE?AV?$PassRefPtr at VAccessibilityUIElement@WTR@@@WTF@@XZ)
AccessibilityController.obj : error LNK2019: unresolved external symbol _WKAccessibilityFocusedObject referenced in function "public: class WTF::PassRefPtr<class WTR::AccessibilityUIElement> __thiscall WTR::AccessibilityController::focusedElement(void)" (?focusedElement at AccessibilityController@WTR@@QAE?AV?$PassRefPtr at VAccessibilityUIElement@WTR@@@WTF@@XZ)
TextInputController.obj : error LNK2001: unresolved external symbol _WKRelease
InjectedBundle.obj : error LNK2019: unresolved external symbol _WKRelease referenced in function "public: __thiscall WebKit::WKRetainPtr<struct OpaqueWKString const *>::~WKRetainPtr<struct OpaqueWKString const *>(void)" (??1?$WKRetainPtr at PBUOpaqueWKString@@@WebKit@@QAE at XZ)
InjectedBundlePage.obj : error LNK2001: unresolved external symbol _WKRelease
EventSendingController.obj : error LNK2001: unresolved external symbol _WKRelease
TestRunner.obj : error LNK2001: unresolved external symbol _WKRelease

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