Mac EOS 采坑记录
Mac EOS 采坑记录
eos版本 dawn v4.0.0
Mac OS 版本 10.13.4
错误信息:Could not find a package configuration file provided by"LLVM" (requested
version4.0) withanyofthe following names: LLVMConfig.cmake llvm-config.cmake Add the installation prefix of"LLVM"to CMAKE_PREFIX_PATH orset"LLVM_DIR"toadirectory containing oneofthe above files. If "LLVM" provides a separate development package or SDK, be sure it has been installed.解决办法:
命令行下运行:brew install llvm@4
环境变量:export LLVM_DIR=/usr/local/Cellar/llvm@4/4.0.1/lib/cmake错误信息:
- 1
- 2
- 3
- 4
- 5
- 6
解决办法:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
飞起来了
相关推荐
周公周金桥 2020-09-06
大象从不倒下 2020-07-31
AlisaClass 2020-07-19
MaureenChen 2020-04-21
xingguanghai 2020-03-13
teresalxm 2020-02-18
木四小哥 2013-05-14
SoShellon 2013-06-01
Simagle 2013-05-31
羽化大刀Chrome 2013-05-31
waterv 2020-01-08
LutosX 2013-07-29
vanturman 2013-06-27
wutongyuq 2013-04-12
luoqu 2013-04-10
today0 2020-09-22
89520292 2020-09-18
bigname 2020-08-25