-
Notifications
You must be signed in to change notification settings - Fork 861
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
gmock_gtest_all not found #1078
Comments
I encountered the same problem, did you solve it? |
I have the same issue and still haven't found a solution. However, when using |
The most frequent errors encountered are:
By reviewing the commit history from August 9 (commit Below is a step-by-step guide explaining how I resolved these issues. The missing files should be taken from the release, but only those for the To begin, create two clones of the latest repository:
In the root of the main repo, run: In the main repo, remove pyyaml==5.4.1 from requirements.txt and install it manually with the following command: In the second repo, go to the August 9 commit: From this commit, copy the missing files (gmock_gtest_all.cc, gmock_main.cc, testing_main.cc, and any other required files) into the main repository. |
Hello, I was trying to build OpenSFM and I folled the documentation for building:
But I got the error that these files were not located:
gmock_gtest_all.cc
gmock_main.cc
testing_main.cc
If you have any advice I would appreciate it.
The text was updated successfully, but these errors were encountered: