Hi all,
I've been trying to diagnose this issue all day with no luck, why is Chromium failing to link on Windows? Am I doing something wrong or was the build broken all day?
Here's some of the error spew:
29>chrome_main_delegate.obj : error LNK2019: unresolved external symbol "public: static void __cdecl content::RenderProcessHost::set_run_renderer_in_process(bool)" (?set_run_renderer_in_process <at> RenderProcessHost <at> content <at> <at> SAX_N <at> Z) referenced in function "public: virtual void __thiscall ChromeMainDelegate::PreSandboxStartup(void)" (?PreSandboxStartup <at> ChromeMainDelegate <at> <at> UAEXXZ)
29>browser.lib(chrome_content_browser_client.obj) : error LNK2019: unresolved external symbol "public: class content::RenderProcessHost * __thiscall SiteInstance::GetProcess(void)" (?GetProcess <at> SiteInstance <at> <at> QAEPAVRenderProcessHost <at> content <at> <at> XZ) referenced in function "public: virtual void __thiscall chrome::ChromeContentBrowserClient::SiteInstanceGotProcess(class SiteInstance *)" (?SiteInstanceGotProcess <at> ChromeContentBrowserClient <at> chrome <at> <at> UAEXPAVSiteInstance <at> <at> <at> Z)
29>browser.lib(render_view_host_delegate_helper.obj) : error LNK2001: unresolved external symbol "public: class content::RenderProcessHost * __thiscall SiteInstance::GetProcess(void)" (?GetProcess <at> SiteInstance <at> <at> QAEPAVRenderProcessHost <at> content <at> <at> XZ)
29>browser.lib(extension_message_service.obj) : error LNK2001: unresolved external symbol "public: class content::RenderProcessHost * __thiscall SiteInstance::GetProcess(void)" (?GetProcess <at> SiteInstance <at> <at> QAEPAVRenderProcessHost <at> content <at> <at> XZ)
29>browser.lib(tracking_synchronizer.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
29>browser.lib(visitedlink_event_listener.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
29>browser.lib(chrome_plugin_message_filter.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
29>browser.lib(prerender_manager.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
29>browser.lib(extension_message_service.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
29>browser.lib(web_cache_manager.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
29>browser.lib(chrome_content_browser_client.obj) : error LNK2019: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z) referenced in function "public: virtual void __thiscall chrome::ChromeContentBrowserClient::AppendExtraCommandLineSwitches(class CommandLine *,int)" (?AppendExtraCommandLineSwitches <at> ChromeContentBrowserClient <at> chrome <at> <at> UAEXPAVCommandLine <at> <at> H <at> Z)
29>browser.lib(spellcheck_message_filter.obj) : error LNK2001: unresolved external symbol "public: static class content::RenderProcessHost * __cdecl content::RenderProcessHost::FromID(int)" (?FromID <at> RenderProcessHost <at> content <at> <at> SAPAV12 <at> H <at> Z)
Thanks,
Fady