Hi,
I’m trying to build the documentation. Running make in /docs, I get the following error:
Makefile:44: Makefile.config: No such file or directory
make: *** No rule to make target `Makefile.config’. Stop.
According to this answer: http://stackoverflow.com/questions/4763381/no-rule-to-make-target-makefile-needed-by-makefile#comment40533198_4908782, a ./configure in the LLVM_SRC_ROOT should fix this. The error seems to suggest a similar thing. However:
$ ./configure
configure: error: In-source builds are not allowed. Please configure from a separate build directory!
Makes it unable to generate the required files. How should this be fixed?
Thanks in advance,
Sam