-
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
./build-infer.sh clang ends with error on Ubuntu 20.04 #1294
Comments
Can you please try installing the Ninja should be automatically detected by Infer's build system, so you shouldn't need to do anything different than what you did before. |
Will do, and keep you informed on it, thank you for the quick answer ! |
Hi again, compilation has failed again with following message:
|
Hmm, not sure, but I found this: rust-lang/rust#69556 |
Just an FYI, |
Thank you, I'll check if that helps me somehow a keep you informed. cordially |
Soooo, twas impossible for me to get it running on my release of ubuntu so I've proceeded to make it happen in a docker environment, thanks to the dockerfile provided here. |
I just tried to build
My guess is that An alternative solution is to do something like this: (search for |
@andrewvaughanj hello! I am having trouble trying to compile from source on 19.10 Ubuntu. When can we expect a new release (and hopefully new binary)? For compiling from source, would it be possible to use the installed version of clang rather than building it? Compiling clang takes a very long time. |
Unfortunately, I am not a maintainer or anything of Infer -- simply a contributor. This problem really is with Unfortunately, given the way that In terms of a binary release, I know that's been waiting a while (and Infer recently went to 1.0), but I am not sure when that's happening. |
Hello,
I've tried to install infer from source for the passed two days in order to run the analyzer on C code, and have found myself repeatedly getting an error after running
./build-infer clang
as follows:Also I've prospected the ongoing issues and running
NO_CMAKE_STRIP=1
hasn't been of any help to me.infer version is 0.17.0
Please tell me if I have forgotten anything of relevance and/or I've duplicated an issue.
Cordially
The text was updated successfully, but these errors were encountered: