Displaying 1 result from an estimated 1 matches for "19a9b745".
2013 Jun 15
1
[LLVMdev] build problems
Hi,
I've tried to build top of trunk llvm/clang/lldb.
First I tried using Ninja (master from today) in combination with CMake
(2.8.10).
I was able to compile (without assertions and a release build) all of
the projects. However ninja install failed. Almost all of the
cmake_install.cmake files (containing shared libraries and archive
files) contained wrong paths of the library files.
I hope