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

System-wide installed gmock is not detected by configure script. #1133

Closed
wants to merge 1 commit into from

Conversation

tklein23
Copy link
Contributor

Check for /usr/include/gmock/ should not depend on $GMOCK_DIR/src/gmock-all.cc.

i.e. check for systems /usr/include/gmock/ was nested into check for local check $GMOCK_DIR - just moved the check outside.

…k for /usr/include/gmock/ should not depend on $GMOCK_DIR/src/gmock-all.cc.
@vigsterkr
Copy link
Member

the problem is that we NEED gmock sources just as in case of gtest. hence, having only the header with precompiled shared/static libraries are not enough.

see:
https://groups.google.com/forum/?fromgroups#!topic/googlemock/gFd0ZsHAvcw
or
http://code.google.com/p/googlemock/source/browse/trunk/README
(### Generic Build Instructions ### part)

@vigsterkr vigsterkr closed this May 30, 2013
@sonney2k
Copy link
Member

@vigsterkr maybe you add a warning in configure pointing to this link if we don't find the sources but only the binaries?

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

Successfully merging this pull request may close these issues.

None yet

3 participants