cling
cling copied to clipboard
No rule to make target 'lit.site.cfg'
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/
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)
This should be fixed in master now. Can you try it?