If after synching to r8870 you get an error like: 13>common.lib(url_request_intercept_job.obj) : error LNK2019: unresolved external symbol "public: __thiscall net::X509Certificate::X509Certificate(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class base::Time,class base::Time)" (??0x509certific...@net@@q...@v? $basic_str...@du?$char_traits@d...@std@@V? $alloca...@d@2@@std@@0vt...@base@@1...@z) referenced in function "public: virtual void __thiscall URLRequestInterceptJob::GetResponseInfo(class net::HttpResponseInfo *)" (? getresponsei...@urlrequestinterceptjob@@uaexpavhttpresponsei...@net@@@Z) 13>c:\b\slave\chromium-rel-builder\build\src\chrome\Release \generate_profile.exe : fatal error LNK1120: 1 unresolved externals
Then the fix is to rebuild (delete the Release/ directory and build again). Since this happened on the "Chromium Builder" and required a clobber, it could happen to you too :-) --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
