search for: cmakerelink

Displaying 2 results from an estimated 2 matches for "cmakerelink".

2012 Aug 27
2
[LLVMdev] trouble with cmake+ninja
...G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=... /path/to/src $ ninja $ ninja install The installation aborted with the message below: CMake Error at utils/TableGen/cmake_install.cmake:36 (FILE): file INSTALL cannot find "/local/home/ssahasra/obj/llvm/utils/TableGen/CMakeFiles/CMakeRelink.dir/llvm-tblgen". Call Stack (most recent call first): cmake_install.cmake:47 (INCLUDE) ninja: build stopped: subcommand failed. Is there anything wrong with my setup? I tried to comment out the offending lines in utils/TableGen/cmake_install.cmake, just to see what happens. But the error...
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