What steps will reproduce the problem?
1. Download latest version of googlemock from the website
2. # make && make check && sudo make install
3. # gmock-config --version
What is the expected output? What do you see instead?
Expected output: 1.1.0
Actual output: The Google Test found is not the same version as Google
Mock was built against
What version of the product are you using? On what operating system?
Version: 1.1.0
OS: Gentoo Linux
Please provide any additional information below.
The gmock-config script is checking for version 1.2.1 of gtest, but is
being shipped with version 1.3.0. The attached patch file will fix this
problem
Original issue reported on code.google.com by daniel.h...@gmail.com on 28 May 2009 at 1:54
Original issue reported on code.google.com by
daniel.h...@gmail.com
on 28 May 2009 at 1:54Attachments: