Closed GoogleCodeExporter closed 9 years ago
Both internal::string and GTEST_API_ are defined in
gtest/internal/gtest-port.h, which should be included from gmock-port.h. So it
appears that your compiler doesn't include it for some reason, or includes some
odd version. Please verify that you have the gtest directory under gmock, and
that gtest/include/gtest/internal/gtest-port.h is the same as
http://code.google.com/p/googletest/source/browse/trunk/include/gtest/internal/g
test-port.h?spec=svn587&r=572
Original comment by vladlosev
on 12 Aug 2011 at 2:16
Thanks for the tip. I was indeed able to fix this problem by updating both
to corresponding svn revs.
Original comment by mli...@google.com
on 12 Aug 2011 at 3:04
Original comment by vladlosev
on 18 Aug 2011 at 7:22
Original issue reported on code.google.com by
mli...@google.com
on 12 Aug 2011 at 1:51Attachments: