Closed GordianDziwis closed 6 years ago
Hi,
this issue is still right here (I tested on 2.0.20 release). BTW, this project has not been maintained any more? @rizsotto
@lucmann it's hard to answer, I got no reply to my questions... it would be a minimal thing to know: what tool and what version of it we are talking? I am happy to help, but things like: "it fails on my machine" is difficult to address from my end, because all I can reply: "it works on my machine". :smile:
The scan-build
tool is still here. Not totally abandoned. (Will archive the repo, and will put a message about it into the README file.) The tool provides two things: run the static analyzer, and generates compilation database.
clang-check
does a better job. Use that if you can.@rizsotto I think I see the situation now. Bear is great. I will try it on my CentOS 7 machine. thanks a lot!
When building Godot.
intercept-build scons -j 4 platform=x11 use_llvm=yes
fails randomly withbut
intercept-build scons -j 1 platform=x11 use_llvm=yes
works.