-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Automatic clang compilation fails #944
Comments
|
@farao I had a similar problem, and I've done two things:
|
Thanks, this is resolving my issue. And yes, choosing another CLANG_TMP_DIR was also very helpful - I think this should have another default than /tmp because /tmp is in most distributions now backed by ram and not disk. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I want to use infer on (fedora) linux and thus the only available options seems to be building from source. Unfortunately, building from source apparently means that clang must be compiled as well.
Why is this failing?
Thanks,
Marius
The text was updated successfully, but these errors were encountered: