Closed GoogleCodeExporter closed 9 years ago
I have managed to fix this issue by adding CPPFLAGS=-DGTEST_USE_OWN_TR1_TUPLE=1
to the ./configure command.
i.e. change step 3 to:
./configure CPPFLAGS=-DGTEST_USE_OWN_TR1_TUPLE=1
Original comment by m...@williammayor.co.uk
on 31 Oct 2013 at 3:40
Resolved in open-vcdiff version 0.8.4.
Original comment by openvcd...@gmail.com
on 14 May 2014 at 11:21
I tried #1, and the tr1 error is now gone, but instead I'm getting
error: call to function 'ValuesIn' that is neither visible in the template
definition nor found by argument-dependent
lookup
return ValuesIn(array);
^
./include/gtest/gtest-param-test.h:1186:10: note: in instantiation of function
template specialization 'testing::internal::ValueArray2<bool, bool>::operator
ParamGenerator<bool>'
requested here
return Values(false, true);
^
./include/gtest/gtest-param-test.h:283:29: note: 'ValuesIn' should be declared
prior to the call site
internal::ParamGenerator<T> ValuesIn(const T (&array)[N]) {
^
1 warning and 1 error generated.
Has anyone had this issue?
Original comment by CosmicRa...@gmail.com
on 20 Oct 2014 at 10:07
Original issue reported on code.google.com by
Jens.Al...@gmail.com
on 27 Oct 2013 at 4:00