| Summary: | Build a SHARED WebCore on WinCairo | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> | ||||
| Component: | CMake | Assignee: | Don Olmstead <don.olmstead> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | Hironori.Fujii | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Don Olmstead
2022-11-15 07:02:36 PST
Pull request: https://github.com/WebKit/WebKit/pull/6519 Committed 257608@main (e912e7b00570): <https://commits.webkit.org/257608@main> Reviewed commits have been landed. Closing PR #6519 and removing active labels. building WinCairo Debug failed on my PC: Creating library lib64\WebKit.lib and object lib64\WebKit.exp WebView.cpp.obj : error LNK2019: unresolved external symbol "public: __cdecl WebCore::GDIObjectCounter::GDIObjectCounter(char const *)" (??0GDIObjectCounter@WebCore@@QEAA@PEBD@Z) referenced in function "public: void __cdecl WebView::paint(struct HDC__ *,__int64)" (?paint@WebView@@QEAAXPEAUHDC__@@_J@Z) WebView.cpp.obj : error LNK2019: unresolved external symbol "public: __cdecl WebCore::GDIObjectCounter::~GDIObjectCounter(void)" (??1GDIObjectCounter@WebCore@@QEAA@XZ) referenced in function "public: void __cdecl WebView::paint(struct HDC__ *,__int64)" (?paint@WebView@@QEAAXPEAUHDC__@@_J@Z) Creating library lib64\WebKit2.lib and object lib64\WebKit2.exp UnifiedSource-88d1702b-2.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class WTF::String __cdecl WebCore::logLevelString(void)" (__imp_?logLevelString@WebCore@@YA?AVString@WTF@@XZ) referenced in function "class WTF::String __cdecl WebKit::UIProcess::webCoreLogLevelString(void)" (?webCoreLogLevelString@UIProcess@WebKit@@YA?AVString@WTF@@XZ) Reopening to attach new patch. Created attachment 463955 [details]
[fast-cq] Patch
Committed 257609@main (850d69c21dc6): <https://commits.webkit.org/257609@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463955 [details]. |