-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to install gtest #3
Comments
I have the same problem. CMake isn't correctly generating the makefile, it seems. |
It is not recommended by google to install a pre-compiled copy of gtest, since it needs to use the same compiler flags as your code. It is instead recommended to include the gtest source code in your project and compile it inline. We do this for gazebo. |
I am running into same problem. I'm running with a very similar setup to Numbe-42, except running OS X 10.8.5 Snow Leopard. I was grepping around in echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." |
I think the gtest formulae can be installed manually, but as I said before in this thread, it is not recommended to use an installed version of gtest. In fact, the homebrew tool will ignore gtest dependencies (see blacklist.rb) specified by a formula. That's probably why I can advise about the recommended way to do use gtest. |
I tried to create |
Resolved by dartsim/dart#315. Thanks @scpeters ! |
I tried to install gtest using Homebrew on Mac 10.9.2 but failed. Here is the error message:
Did I something wrong?
The text was updated successfully, but these errors were encountered: