[Webkit-unassigned] [Bug 203663] [WinCairo] error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl WebCore::ServiceWorkerThreadProxy::notifyNetworkStateChange(bool)"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 30 22:50:39 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=203663
--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Linking TestWebCoreLib.dll reports a lot of warnings because
WebCoreTestSupport is importing WebCore symbols by using dllimport,
but those symbols are not exported by WebCore itself.
[11/11] Linking CXX shared library bin64\TestWebCoreLib.dll
Creating library lib64\TestWebCoreLib.lib and object lib64\TestWebCoreLib.exp
LINK : warning LNK4217: symbol '?mockScrollbarsEnabled at DeprecatedGlobalSettings@WebCore@@SA_NXZ (public: static bool __cdecl WebCore::DeprecatedGlobalSettings::mockScrollbarsEnabled(void))' defined in 'UnifiedSource-767013ce-3.cpp.obj' is imported by 'InternalSettings.cpp.obj' in function '"public: __cdecl WebCore::InternalSettings::Backup::Backup(class WebCore::Settings &)" (??0Backup at InternalSettings@WebCore@@QEAA at AEAVSettings@2@@Z)'
LINK : warning LNK4217: symbol '?areImagesEnabled at Settings@WebCore@@QEBA_NXZ (public: bool __cdecl WebCore::Settings::areImagesEnabled(void)const )' defined in 'Settings.cpp.obj' is imported by 'InternalSettings.cpp.obj' in function '"public: __cdecl WebCore::InternalSettings::Backup::Backup(class WebCore::Settings &)" (??0Backup at InternalSettings@WebCore@@QEAA at AEAVSettings@2@@Z)'
LINK : warning LNK4286: symbol '?areImagesEnabled at Settings@WebCore@@QEBA_NXZ (public: bool __cdecl WebCore::Settings::areImagesEnabled(void)const )' defined in 'Settings.cpp.obj' is imported by 'InternalSettingsGenerated.cpp.obj'
LINK : warning LNK4217: symbol '?shouldDeactivateAudioSession at PlatformMediaSessionManager@WebCore@@SA_NXZ (public: static bool __cdecl WebCore::PlatformMediaSessionManager::shouldDeactivateAudioSession(void))' defined in 'UnifiedSource-3c72abbe-12.cpp.obj' is imported by 'InternalSettings.cpp.obj' in function '"public: __cdecl WebCore::InternalSettings::Backup::Backup(class WebCore::Settings &)" (??0Backup at InternalSettings@WebCore@@QEAA at AEAVSettings@2@@Z)'
(...)
TestWebCoreLib shouldn't link WebCoreTestSupport.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191031/07744135/attachment.htm>
More information about the webkit-unassigned
mailing list