On Thu, Dec 28, 2017 at 12:51:20 -0800, Jom O'Fisher wrote: > (1) Invoke cmake to generate ninja project. Success. > * Note that generated rules.ninja has .o compilation dependencies with > absolute paths and .so link dependencies with relative paths.
Ninja should be using relative paths for the build tree and absolute for anything outside of it. > (3) CMake changes tries to change it's working directory here: > https://github.com/Kitware/CMake/blob/08ce62bee5bee6805fbb01c1821c43 > 8028e858dc/Source/cmGlobalGenerator.cxx#L1811 What would cause `ChangeDirectory` to fail? Is there some non-ASCII in the directory path? --Ben -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake-developers
