cling icon indicating copy to clipboard operation
cling copied to clipboard

No rule to make target 'lit.site.cfg'

Open sudo-panda opened this issue 4 years ago • 2 comments

When running cpt.py in the Set variables stage, I get the error:

make: *** No rule to make target 'lit.site.cfg'.  Stop.
subprocess.CalledProcessError: Command 'make lit.site.cfg' returned non-zero exit status 2

I am using the command below to build cling:

./cpt.py --create-dev-env Debug --with-workdir=./cling-build/

sudo-panda avatar Mar 11 '21 08:03 sudo-panda

cpt.py is currently broken since Cling was updated to build using LLVM 9. It should be fixed very soon (You can try cpt.py from https://github.com/reikdas/cling/tree/cpt-llvm9 for now; your invocation should work if you use that one)

reikdas avatar Mar 11 '21 09:03 reikdas

This should be fixed in master now. Can you try it?

reikdas avatar Apr 08 '21 06:04 reikdas