Deepin-Unioncode编译安装报错。 #5433
Unanswered
KangWentao
asked this question in
Development Questions | 开发答疑
Replies: 1 comment
-
字面意思,你缺了 llvm 的开发包 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
平台:兆芯KX6640MA Deepin20
症状:
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
执行后显示如下报错:
CMake Error at /usr/lib/cmake/clang-13/ClangConfig.cmake:11 (find_package):
Could not find a package configuration file provided by "LLVM" with any of
the following names:
Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
"LLVM_DIR" to a directory containing one of the above files. If "LLVM"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
src/plugins/symbol/CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/wentao/Downloads/deepin-unioncode/build/CMakeFiles/CMakeOutput.log".
See also "/home/wentao/Downloads/deepin-unioncode/build/CMakeFiles/CMakeError.log".
Beta Was this translation helpful? Give feedback.
All reactions