cling icon indicating copy to clipboard operation
cling copied to clipboard

'cmakeDir' is not defined

Open indrakumarreddy007 opened this issue 4 years ago • 1 comments

while Compiling Cpt.py in windows, I am getting the following error.

File "cpt.py", line 2308, im get_win_dep() File "cpt.py", line 1347, in get_win_dep os.rename(os.path.join(tmp_bin_dir, 'cmake-3.6.2-win64-x64'), cmakeDir) NameERROR: name 'cmakeDir' is not defined

cmakeDir is not declared in cpt.py

when i tried to build using cmaketext.txt, i am facing

CMake Error at CMakeLists.txt:42 (message): llvm-config not found -- LLVM_CONFIG-NOTFOUND

Could you please help to build cling project. ClingError

indrakumarreddy007 avatar Aug 24 '21 06:08 indrakumarreddy007

editing the python script to add cmakeDir = TMP_PREFIX + "\bin\cmake" worked for me

dibenzepin avatar Feb 10 '22 03:02 dibenzepin