I’m trying to compile webpagetest under Visual Studio 2010 Pro and I get these errors for PageTest.exe and pagetest.dll:
[undefined=undefined]3>pagespeed.lib(query_params.obj) : error LNK2001: unresolved external symbol “public: static void __cdecl std::_String_base::_Xran(void)” (?_Xran@_String_base@std@@SAXXZ)
3>pagespeed.lib(wildcard_group.obj) : error LNK2001: unresolved external symbol “public: static void __cdecl std::_String_base::_Xran(void)” (?_Xran@_String_base@std@@SAXXZ)
etc.[/undefined]