jumping656 / googlemock

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

gmock-config fails when Google Test is not pre-installed. #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Google Mock on a computer on which Google Test is not installed.
2. run gmock-config --version

What is the expected output? What do you see instead?
Expected -- 1.1.0
Instead -- "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?
Happens on both the current svn trunk and version 1.1.0.

Please provide any additional information below.
gmock-config is insisting on Google Test version 1.2.1.  But it is built
with version 1.3.0.  Changing the GTEST_MIN_VERSION variable in
configure.ac from 1.2.1 to 1.3.0 fixes it.

Original issue reported on code.google.com by paul.vi...@lmco.com on 18 May 2009 at 1:23

Attachments:

GoogleCodeExporter commented 8 years ago
My operating system is Arch Linux 2.6.29.

Original comment by paul.vi...@lmco.com on 18 May 2009 at 2:00

GoogleCodeExporter commented 8 years ago
Thanks for the report!

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

GoogleCodeExporter commented 8 years ago
Issue 48 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago
Thanks for the report and the suggested fix.  Fixed in trunk r166.

Original comment by zhanyong...@gmail.com on 5 Jun 2009 at 6:43