[clazy] [Bug 352896] Doesn't build on OSX
RJVB via KDE Bugzilla
bugzilla_noreply at kde.org
Thu Feb 4 10:16:13 GMT 2016
https://bugs.kde.org/show_bug.cgi?id=352896
--- Comment #7 from RJVB <rjvbertin at 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 the assignee for the bug.
More information about the Unassigned-bugs
mailing list