make 配置出错
- Dominant language
- C++
- Stars
- 2.6k
- Forks
- 657
- PR merge metrics
- No merged PRs in 30d
Description
**make后出现下面错误:**
make[2]: *** [CMakeFiles/annoy_index_build_tool.dir/build.make:56:CMakeFiles/annoy_index_build_tool.dir/demo/annoy_index_build.cpp.o] 错误 1
make[1]: *** [CMakeFiles/Makefile2:61:CMakeFiles/annoy_index_build_tool.dir/all] 错误 2
make: *** [Makefile:76:all] 错误 2
**make+i后出现下面错误:**
make[2]: *** 没有规则可制作目标“third_party/lib/libcrypto.a”,由“run_server” 需求。 停止。
[100%] Built target run_server
编译后不出现runserver文件,请问有没有方法解决。
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with the reported make commands, then inspect demo/annoy_index_build.cpp, the generated CMakeFiles/annoy_index_build_tool.dir/build.make and Makefile, and the referenced third_party/lib/libcrypto.a dependency. Done means the build completes without these errors and produces the runserver file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100