Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild Failure during ./mach build -v #25880
Comments
|
That log is missing the actual error. I recommend pasting all of it in a gist that you can link here. |
Hi, I have put the complete error log. I think this is some issue with clang |
|
I suspect you need to install the clang and/or llvm development package. |
|
I installed the llvm dev package which solved a previous error. I have clang installed. on clang --version I get clang version 8.0.0 (Fedora 8.0.0-3.fc30) Is there a problem with this? |
|
I think you also require the clang-devel package (or equivalent for your distro). |
|
Thanks! I successfully built it and able to run it. |
This is the error log