Cannot compile

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]

The pagetest project needs Visual Studio 2008 SP1. I haven’t migrated t to 2010 so it’s not unexpected that there will be a bunch of compile errors.