我尝试在Mac OSX 10.6.8上安装libc++abi(以便安装libc++)。
安装程序提供错误:
CMake Error at CMakeLists.txt:49 (message):
llvm-config not found and LLVM_MAIN_SRC_DIR not defined. Reconfigure with
-DLLVM_CONFIG=path/to/llvm-config or -DLLVM_PATH=path/to/llvm-source-root.
..我回复:
$> sudo cmake -DLIBCXXABI_LIBCXX_INCLUDES=path/to/libcxx/include .. -DLLVM_PATH=..
CMake Error at CMakeLists.txt:59 (message):
Not found: /usr/lib/llvm/projects/libcxxabi/cmake/modules
/cmake
不包含/modules
。
有人能指出我正确的方向吗?