Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

googlemock expects an incorrect version of gtest #48

Closed
GoogleCodeExporter opened this issue Jul 13, 2015 · 2 comments
Closed

googlemock expects an incorrect version of gtest #48

GoogleCodeExporter opened this issue Jul 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Thanks for the report!

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

  • Changed state: Accepted
  • Added labels: OpSys-Linux, Priority-High, Usability
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant