jagtesh / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

googlemock expects an incorrect version of gtest #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report!

Original comment by zhanyong...@gmail.com on 2 Jun 2009 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 2 Jun 2009 at 7:56