cmake is not able to properly read paths from windows's unix-like shells -


i followed llvm-clang install instructions having issues configure command line. tried both msys2 64 bit , windows mingw purpose similar issues appear: cmake seems confusing between windows , unix paths.

thus, when try msys2 following error message thrown:

file /d/mylib/llvm/d:/mylib/llvm/utils/llvm-build/llvmbuild/main.py not exist.

it seems prefix /d/mylib/llvm/ wrongly added path. note in case using cmake installed pacman -s cmake

on other hand, when using windows mingw64 (that comes git windows), getting error

cmake error: file /d/mylib/llvm/utils/tablegen/llvmbuild.txt not exist

though path correct... note in case using cmake installed directly on windows (using windows gui).

any ideas please?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -