[llvm-dev] In-source builds are not allowed, but documentation requires Make.config
Sam Vervaeck via llvm-dev
llvm-dev at lists.llvm.org
Sun Aug 30 01:12:39 PDT 2015
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 <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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150830/4218b1c0/attachment.html>
More information about the llvm-dev
mailing list