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 upfailed to run custom build command for mozjs_sys v0.68.1 #26010
Comments
This is strange, since the Servo build system sets up clang 8 to be in the path before the build begins. This suggests to me that you may have another version of LLVM installed that is conflicting; is it possible to uninstall that? |
|
I had installed LLVM as it was mentioned in the pre-requisites that it would speed the build up on windows. |
|
Try and figure out what |
|
Maybe you installed clang through visual studio as well? |
|
I found that the clang that is being mapped is the clang that belongs to Anaconda.
The build has failed. The complete error build can be found here - https://gist.github.com/santoshpavan/5cf98dc67ee5fdda12ce797e61d176f0 |
|
The error is:
I've never seen that before! |
|
I had same problem while setting env in fresh VM. |
I am not sure what is causing this error while building. Build worked fine a few days ago.
Windows 10 OS.
Here is the entire error-
https://gist.github.com/santoshpavan/cd7bffa5ae1491df9c2d5d1a25f4fbe9
I have tried removing python 3 from path as mentioned in this Issue - #13550
It hasn't worked for me.
Any help is much appreciated. Thank you.