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 this is enough information to reproduce this problem. Kind Regards, Alex
I think I ran into a similar problem once (do the paths have CMakeRelink in the name? (or something like that)). The issue was due to configuring over an already configured build directory (which apparently causes CMake to get confused), or something like that. Try just deleting the build directory and doing a fresh configure+build. -- Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130617/19a9b745/attachment.html>