-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant compile llvm relase 37 smhacks [linux] #8
Comments
If you were using the instructions provided in the readme, it should work. This sounds like more of a general LLVM/clang build issue on your end though - those guys might be able to give you more support. One thing to note - the patches used in my branches are upstreamed now, so using the upstream 3.8 or master branches will also work, in case you would like to do that. |
I followed everything exactly and double checked all the environmental variables. I can try the 3.8 master branch instead. |
If you use IRC, you can find me on the servo channel on irc.mozilla.org. Otherwise we can try to figure this out here if you pastebin the output of your terminal with everything you did. |
Correct the README on the rustbindgen attribute.
so everything configured properly and I set up the LIBCLANG_PATH as well as the LD_LIBRARY_PATH but when I run
make
it just spits outI would also like to mention that I attempted moving the build directory which didn't work either.
The text was updated successfully, but these errors were encountered: