RESOLVED FIXED 247944
Build a SHARED WebCore on WinCairo
https://bugs.webkit.org/show_bug.cgi?id=247944
Summary Build a SHARED WebCore on WinCairo
Don Olmstead
Reported 2022-11-15 07:02:36 PST
...
Attachments
[fast-cq] Patch (1.59 KB, patch)
2022-12-08 21:27 PST, Fujii Hironori
no flags
Don Olmstead
Comment 1 2022-11-15 07:21:34 PST
EWS
Comment 2 2022-12-08 20:44:35 PST
Committed 257608@main (e912e7b00570): <https://commits.webkit.org/257608@main> Reviewed commits have been landed. Closing PR #6519 and removing active labels.
Fujii Hironori
Comment 3 2022-12-08 21:22:35 PST
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)
Fujii Hironori
Comment 4 2022-12-08 21:26:59 PST
Reopening to attach new patch.
Fujii Hironori
Comment 5 2022-12-08 21:27:15 PST
Created attachment 463955 [details] [fast-cq] Patch
EWS
Comment 6 2022-12-08 21:30:52 PST
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].
Note You need to log in before you can comment on or make changes to this bug.