-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Make check fails on Mac OS X #51
Comments
What's the gtest version you are using? You can try to replace the gtest directory with the gtest that comes from our release packages (2.6.0 or 2.5.0). |
xfxyjwf, running make check on the 2.6.0 release package gives the same error:
I'm on osX 10.9.4 |
How did you get the release package? Our release package has a bundled gtest directory and it appears the code line the error message points to doesn't exist in the bundled gtest code. Can you try this version: |
I downloaded it from: |
Sorry, the link should be: You can find it on the releases page: The zip file you downloaded is a snapshot of the git repository, not a release package. It doesn't contain the correct gtest code. |
I also had this issue, on OSX Yosemite, but managed to solve the problem by installing Xcode. |
Run ./configure CPPFLAGS=-DGTEST_USE_OWN_TR1_TUPLE=1 on OSX 10.10 to fixed it |
I've tried following the instructions on installing protoc but there is a failure during
make check
step. The error I get is:Is there any workaround for this?
The text was updated successfully, but these errors were encountered: