gmock_gtest_all not found
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 899
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I was trying to build OpenSFM and I folled the documentation for building:
git clone --recursive https://github.com/mapillary/OpenSfM
pip install -r requirements
#Install some dependencies
python3 setup.py build
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the documented build from the repository root with the recursive clone, requirements installation, and python3 setup.py build. Check how the build locates the reported gmock_gtest_all.cc, gmock_main.cc, and testing_main.cc files; done means the build completes without those files being reported as missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100