https://bugs.kde.org/show_bug.cgi?id=352896
--- Comment #7 from RJVB <rjvber...@gmail.com> --- Yes, evidently :) I think I have an idea of the reason for the error. I tried building clazy against Ubuntu's clang 3.7, and got an error about a missing symbol, _ZTIN4llvm27CrashRecoveryContextCleanupE. That one was resolved by adding -lLLVM-3.7 to the linker arguments, manually for now. I think that means that the clazy build system doesn't detect shared LLVM builds reliably. I know that the one I use on OS X is a shared build, and apparently that applies to the Ubuntu build too. On Linux the wrapper script also failed to take a non-standard CMAKE_INSTALL_PREFIX into account, or maybe the mismatch between that install location and the clang install prefix. -- You are receiving this mail because: You are watching all bug changes.