search for: ssahasra

Displaying 1 result from an estimated 1 matches for "ssahasra".

Did you mean: sahara
2012 Aug 27
2
[LLVMdev] trouble with cmake+ninja
...om git. Here's what I tried: $ cmake -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....