views:

340

answers:

1

Has anyone tried to build gtest 1.4.0 under VS 2010 RC?
I get about 400 errors when I try to build it. Thanks in advance.

+4  A: 

it fails on its own tr1::tuple implementation - adding GTEST_USE_OWN_TR1_TUPLE=0 to my preprocessor defines fixed the problem for me (bugtracker issue).

Alexander Gessler
Thanks, it works!
lgratian