cmake mistake
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5k
- Forks
- 622
- Avg merge
- 8h 37m
- Merged PRs (30d)
- 5
Description
Hi, when i first cmake the file, it occurs a mistake: SPTAG-master/AnnService/src/Core/BKT/BKTIndex.cpp:260:39: error: expected primary-expression before ‘>’ token
ptr->m_pTrees.BuildTrees(ptr);
How do i solve it ?
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the first CMake build and inspect AnnService/src/Core/BKT/BKTIndex.cpp at line 260, where the compiler reports the error. Trace the surrounding expression and verify the build completes without this compiler error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100